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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  display: none;
}
#s-75f85053-9953-4f1f-93f7-6399dcd98532, #wrap-s-75f85053-9953-4f1f-93f7-6399dcd98532, #wrap-content-s-75f85053-9953-4f1f-93f7-6399dcd98532 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  display: none;
}
#s-75f85053-9953-4f1f-93f7-6399dcd98532, #wrap-s-75f85053-9953-4f1f-93f7-6399dcd98532, #wrap-content-s-75f85053-9953-4f1f-93f7-6399dcd98532 { display: none !important; }}
#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin: 0 !important;
  overflow: visible;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add background color handling */
  
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75f85053-9953-4f1f-93f7-6399dcd98532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image {
  box-sizing: border-box;
}



.s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  
}


@media (min-width: 1200px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin: 0 !important;
  overflow: visible;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add background color handling */
  
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75f85053-9953-4f1f-93f7-6399dcd98532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image {
  box-sizing: border-box;
}



.s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin: 0 !important;
  overflow: visible;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add background color handling */
  
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75f85053-9953-4f1f-93f7-6399dcd98532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image {
  box-sizing: border-box;
}



.s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin: 0 !important;
  overflow: visible;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add background color handling */
  
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75f85053-9953-4f1f-93f7-6399dcd98532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image {
  box-sizing: border-box;
}



.s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  
}


}@media (max-width: 767px){#s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  margin: 0 !important;
  overflow: visible;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75f85053-9953-4f1f-93f7-6399dcd98532 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add background color handling */
  
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75f85053-9953-4f1f-93f7-6399dcd98532 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75f85053-9953-4f1f-93f7-6399dcd98532.shogun-image {
  box-sizing: border-box;
}



.s-75f85053-9953-4f1f-93f7-6399dcd98532 img.shogun-image {
  
}


}
#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin-left: auto;
margin-right: auto;
max-width: 5324px;
aspect-ratio: 6463/4309;
text-align: center;
}
@media (min-width: 1200px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  display: none;
}
#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5, #wrap-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5, #wrap-content-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  display: none;
}
#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5, #wrap-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5, #wrap-content-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 { display: none !important; }}
#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }

    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-link {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5324px;
  }



  img.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
    
    
    
    max-height: 5324px;
  }


.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
  box-sizing: border-box;
}



.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
      --shg-aspect-ratio: calc(6463/4309); 
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
      position: relative;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5324px;
    }
  }

@media (min-width: 1200px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }

    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-link {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5324px;
  }



  img.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
    
    
    
    max-height: 5324px;
  }


.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
  box-sizing: border-box;
}



.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
      --shg-aspect-ratio: calc(6463/4309); 
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
      position: relative;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5324px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }

    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-link {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5324px;
  }



  img.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
    
    
    
    max-height: 5324px;
  }


.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
  box-sizing: border-box;
}



.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
      --shg-aspect-ratio: calc(6463/4309); 
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
      position: relative;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5324px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }

    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-link {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5324px;
  }



  img.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
    
    
    
    max-height: 5324px;
  }


.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
  box-sizing: border-box;
}



.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
      --shg-aspect-ratio: calc(6463/4309); 
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
      position: relative;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5324px;
    }
  }

}@media (max-width: 767px){#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }

    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-link {
      aspect-ratio: 6463/4309;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5324px;
  }



  img.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
    
    
    
    max-height: 5324px;
  }


.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image {
  box-sizing: border-box;
}



.s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 {
      --shg-aspect-ratio: calc(6463/4309); 
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container {
      position: relative;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046f0bc2-d6e3-4492-89e6-6d36459c16b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5324px;
    }
  }

}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 {
  display: none;
}
#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611, #wrap-s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611, #wrap-content-s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 {
  display: none;
}
#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611, #wrap-s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611, #wrap-content-s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 { display: none !important; }}
#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-ade2e3d1-5b1a-413f-9866-6e0e30bf7611 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
.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-29ccc5fb-00e8-4a74-99be-297bcb616bc8 {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29ccc5fb-00e8-4a74-99be-297bcb616bc8-root {
    text-align: center;
  }


#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29ccc5fb-00e8-4a74-99be-297bcb616bc8-root {
    text-align: center;
  }


#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29ccc5fb-00e8-4a74-99be-297bcb616bc8-root {
    text-align: center;
  }


#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29ccc5fb-00e8-4a74-99be-297bcb616bc8-root {
    text-align: center;
  }


#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29ccc5fb-00e8-4a74-99be-297bcb616bc8-root {
    text-align: center;
  }


#s-29ccc5fb-00e8-4a74-99be-297bcb616bc8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8e4713b7-4180-42ad-9cc3-17b3f5464620 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8e4713b7-4180-42ad-9cc3-17b3f5464620:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e4713b7-4180-42ad-9cc3-17b3f5464620:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e4713b7-4180-42ad-9cc3-17b3f5464620-root {
    text-align: center;
  }


#s-8e4713b7-4180-42ad-9cc3-17b3f5464620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e4713b7-4180-42ad-9cc3-17b3f5464620-root {
    text-align: center;
  }


#s-8e4713b7-4180-42ad-9cc3-17b3f5464620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e4713b7-4180-42ad-9cc3-17b3f5464620-root {
    text-align: center;
  }


#s-8e4713b7-4180-42ad-9cc3-17b3f5464620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e4713b7-4180-42ad-9cc3-17b3f5464620-root {
    text-align: center;
  }


#s-8e4713b7-4180-42ad-9cc3-17b3f5464620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e4713b7-4180-42ad-9cc3-17b3f5464620-root {
    text-align: center;
  }


#s-8e4713b7-4180-42ad-9cc3-17b3f5464620.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff-root {
    text-align: center;
  }


#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff-root {
    text-align: center;
  }


#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff-root {
    text-align: center;
  }


#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff-root {
    text-align: center;
  }


#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff-root {
    text-align: center;
  }


#s-3e649d91-42c9-4d35-a4d4-70e4ce0732ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7afc9d90-546c-4204-aa17-381443b190b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7afc9d90-546c-4204-aa17-381443b190b2:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7afc9d90-546c-4204-aa17-381443b190b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7afc9d90-546c-4204-aa17-381443b190b2-root {
    text-align: center;
  }


#s-7afc9d90-546c-4204-aa17-381443b190b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7afc9d90-546c-4204-aa17-381443b190b2-root {
    text-align: center;
  }


#s-7afc9d90-546c-4204-aa17-381443b190b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7afc9d90-546c-4204-aa17-381443b190b2-root {
    text-align: center;
  }


#s-7afc9d90-546c-4204-aa17-381443b190b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7afc9d90-546c-4204-aa17-381443b190b2-root {
    text-align: center;
  }


#s-7afc9d90-546c-4204-aa17-381443b190b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7afc9d90-546c-4204-aa17-381443b190b2-root {
    text-align: center;
  }


#s-7afc9d90-546c-4204-aa17-381443b190b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9-root {
    text-align: center;
  }


#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9-root {
    text-align: center;
  }


#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9-root {
    text-align: center;
  }


#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9-root {
    text-align: center;
  }


#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9-root {
    text-align: center;
  }


#s-fba6a13c-3c64-4ada-b7f6-1403e1134ae9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6919132c-f90c-4e98-bb52-ac2a5b1f781f-root {
    text-align: center;
  }


#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6919132c-f90c-4e98-bb52-ac2a5b1f781f-root {
    text-align: center;
  }


#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6919132c-f90c-4e98-bb52-ac2a5b1f781f-root {
    text-align: center;
  }


#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6919132c-f90c-4e98-bb52-ac2a5b1f781f-root {
    text-align: center;
  }


#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6919132c-f90c-4e98-bb52-ac2a5b1f781f-root {
    text-align: center;
  }


#s-6919132c-f90c-4e98-bb52-ac2a5b1f781f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0b53794c-c350-4700-8b7c-fb60a37755f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0b53794c-c350-4700-8b7c-fb60a37755f5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b53794c-c350-4700-8b7c-fb60a37755f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b53794c-c350-4700-8b7c-fb60a37755f5-root {
    text-align: center;
  }


#s-0b53794c-c350-4700-8b7c-fb60a37755f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b53794c-c350-4700-8b7c-fb60a37755f5-root {
    text-align: center;
  }


#s-0b53794c-c350-4700-8b7c-fb60a37755f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b53794c-c350-4700-8b7c-fb60a37755f5-root {
    text-align: center;
  }


#s-0b53794c-c350-4700-8b7c-fb60a37755f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b53794c-c350-4700-8b7c-fb60a37755f5-root {
    text-align: center;
  }


#s-0b53794c-c350-4700-8b7c-fb60a37755f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b53794c-c350-4700-8b7c-fb60a37755f5-root {
    text-align: center;
  }


#s-0b53794c-c350-4700-8b7c-fb60a37755f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-80242195-7009-40f9-8209-1295b866a405 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-80242195-7009-40f9-8209-1295b866a405:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-80242195-7009-40f9-8209-1295b866a405:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80242195-7009-40f9-8209-1295b866a405-root {
    text-align: center;
  }


#s-80242195-7009-40f9-8209-1295b866a405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80242195-7009-40f9-8209-1295b866a405-root {
    text-align: center;
  }


#s-80242195-7009-40f9-8209-1295b866a405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80242195-7009-40f9-8209-1295b866a405-root {
    text-align: center;
  }


#s-80242195-7009-40f9-8209-1295b866a405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80242195-7009-40f9-8209-1295b866a405-root {
    text-align: center;
  }


#s-80242195-7009-40f9-8209-1295b866a405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80242195-7009-40f9-8209-1295b866a405-root {
    text-align: center;
  }


#s-80242195-7009-40f9-8209-1295b866a405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae-root {
    text-align: center;
  }


#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae-root {
    text-align: center;
  }


#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae-root {
    text-align: center;
  }


#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae-root {
    text-align: center;
  }


#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae-root {
    text-align: center;
  }


#s-01b829ea-8fba-43ed-8684-b9cd0d30f2ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3b8a22e-ebe0-4bea-b552-6208c81619b1-root {
    text-align: center;
  }


#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3b8a22e-ebe0-4bea-b552-6208c81619b1-root {
    text-align: center;
  }


#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3b8a22e-ebe0-4bea-b552-6208c81619b1-root {
    text-align: center;
  }


#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3b8a22e-ebe0-4bea-b552-6208c81619b1-root {
    text-align: center;
  }


#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3b8a22e-ebe0-4bea-b552-6208c81619b1-root {
    text-align: center;
  }


#s-f3b8a22e-ebe0-4bea-b552-6208c81619b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd1dbac5-63e4-4683-81a5-abb0ede3653a-root {
    text-align: center;
  }


#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd1dbac5-63e4-4683-81a5-abb0ede3653a-root {
    text-align: center;
  }


#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd1dbac5-63e4-4683-81a5-abb0ede3653a-root {
    text-align: center;
  }


#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd1dbac5-63e4-4683-81a5-abb0ede3653a-root {
    text-align: center;
  }


#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd1dbac5-63e4-4683-81a5-abb0ede3653a-root {
    text-align: center;
  }


#s-bd1dbac5-63e4-4683-81a5-abb0ede3653a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e537d039-e00b-45b3-93a6-6cd1258d9dec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e537d039-e00b-45b3-93a6-6cd1258d9dec:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e537d039-e00b-45b3-93a6-6cd1258d9dec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e537d039-e00b-45b3-93a6-6cd1258d9dec-root {
    text-align: center;
  }


#s-e537d039-e00b-45b3-93a6-6cd1258d9dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e537d039-e00b-45b3-93a6-6cd1258d9dec-root {
    text-align: center;
  }


#s-e537d039-e00b-45b3-93a6-6cd1258d9dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e537d039-e00b-45b3-93a6-6cd1258d9dec-root {
    text-align: center;
  }


#s-e537d039-e00b-45b3-93a6-6cd1258d9dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e537d039-e00b-45b3-93a6-6cd1258d9dec-root {
    text-align: center;
  }


#s-e537d039-e00b-45b3-93a6-6cd1258d9dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e537d039-e00b-45b3-93a6-6cd1258d9dec-root {
    text-align: center;
  }


#s-e537d039-e00b-45b3-93a6-6cd1258d9dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6260faff-2e0c-4943-94e7-9f5b28633bd6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6260faff-2e0c-4943-94e7-9f5b28633bd6:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6260faff-2e0c-4943-94e7-9f5b28633bd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6260faff-2e0c-4943-94e7-9f5b28633bd6-root {
    text-align: center;
  }


#s-6260faff-2e0c-4943-94e7-9f5b28633bd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6260faff-2e0c-4943-94e7-9f5b28633bd6-root {
    text-align: center;
  }


#s-6260faff-2e0c-4943-94e7-9f5b28633bd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6260faff-2e0c-4943-94e7-9f5b28633bd6-root {
    text-align: center;
  }


#s-6260faff-2e0c-4943-94e7-9f5b28633bd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6260faff-2e0c-4943-94e7-9f5b28633bd6-root {
    text-align: center;
  }


#s-6260faff-2e0c-4943-94e7-9f5b28633bd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6260faff-2e0c-4943-94e7-9f5b28633bd6-root {
    text-align: center;
  }


#s-6260faff-2e0c-4943-94e7-9f5b28633bd6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b359c2a6-287b-44ce-b339-9a84e429fdf7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b359c2a6-287b-44ce-b339-9a84e429fdf7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b359c2a6-287b-44ce-b339-9a84e429fdf7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b359c2a6-287b-44ce-b339-9a84e429fdf7-root {
    text-align: center;
  }


#s-b359c2a6-287b-44ce-b339-9a84e429fdf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b359c2a6-287b-44ce-b339-9a84e429fdf7-root {
    text-align: center;
  }


#s-b359c2a6-287b-44ce-b339-9a84e429fdf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b359c2a6-287b-44ce-b339-9a84e429fdf7-root {
    text-align: center;
  }


#s-b359c2a6-287b-44ce-b339-9a84e429fdf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b359c2a6-287b-44ce-b339-9a84e429fdf7-root {
    text-align: center;
  }


#s-b359c2a6-287b-44ce-b339-9a84e429fdf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b359c2a6-287b-44ce-b339-9a84e429fdf7-root {
    text-align: center;
  }


#s-b359c2a6-287b-44ce-b339-9a84e429fdf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9c3ac76e-48c7-436f-850a-3c1d68a23397 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9c3ac76e-48c7-436f-850a-3c1d68a23397:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c3ac76e-48c7-436f-850a-3c1d68a23397:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c3ac76e-48c7-436f-850a-3c1d68a23397-root {
    text-align: center;
  }


#s-9c3ac76e-48c7-436f-850a-3c1d68a23397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c3ac76e-48c7-436f-850a-3c1d68a23397-root {
    text-align: center;
  }


#s-9c3ac76e-48c7-436f-850a-3c1d68a23397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c3ac76e-48c7-436f-850a-3c1d68a23397-root {
    text-align: center;
  }


#s-9c3ac76e-48c7-436f-850a-3c1d68a23397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c3ac76e-48c7-436f-850a-3c1d68a23397-root {
    text-align: center;
  }


#s-9c3ac76e-48c7-436f-850a-3c1d68a23397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c3ac76e-48c7-436f-850a-3c1d68a23397-root {
    text-align: center;
  }


#s-9c3ac76e-48c7-436f-850a-3c1d68a23397.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 {
  min-height: 50px;
}








#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a21c62-bae1-44d4-9577-a74f83cd7e59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  display: none;
}
#s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-content-s-922f4f15-15d0-4e01-ad89-c11900e3909e { display: none !important; }}@media (max-width: 767px){#s-922f4f15-15d0-4e01-ad89-c11900e3909e {
  display: none;
}
#s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-s-922f4f15-15d0-4e01-ad89-c11900e3909e, #wrap-content-s-922f4f15-15d0-4e01-ad89-c11900e3909e { display: none !important; }}







#s-922f4f15-15d0-4e01-ad89-c11900e3909e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-922f4f15-15d0-4e01-ad89-c11900e3909e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-858dc3a0-4809-499d-9920-823803087cf1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-858dc3a0-4809-499d-9920-823803087cf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-858dc3a0-4809-499d-9920-823803087cf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-858dc3a0-4809-499d-9920-823803087cf1 {
  display: none;
}
#s-858dc3a0-4809-499d-9920-823803087cf1, #wrap-s-858dc3a0-4809-499d-9920-823803087cf1, #wrap-content-s-858dc3a0-4809-499d-9920-823803087cf1 { display: none !important; }}@media (max-width: 767px){#s-858dc3a0-4809-499d-9920-823803087cf1 {
  display: none;
}
#s-858dc3a0-4809-499d-9920-823803087cf1, #wrap-s-858dc3a0-4809-499d-9920-823803087cf1, #wrap-content-s-858dc3a0-4809-499d-9920-823803087cf1 { display: none !important; }}
#s-858dc3a0-4809-499d-9920-823803087cf1 {
  background-image: url(https://i.shgcdn.com/a9dccb59-77f1-41b3-acf6-e27ed239534a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-858dc3a0-4809-499d-9920-823803087cf1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-858dc3a0-4809-499d-9920-823803087cf1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-21383e44-505a-4677-8f37-9d42cedf062c {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-21383e44-505a-4677-8f37-9d42cedf062c {
  display: none;
}
#s-21383e44-505a-4677-8f37-9d42cedf062c, #wrap-s-21383e44-505a-4677-8f37-9d42cedf062c, #wrap-content-s-21383e44-505a-4677-8f37-9d42cedf062c { display: none !important; }}@media (max-width: 767px){#s-21383e44-505a-4677-8f37-9d42cedf062c {
  display: none;
}
#s-21383e44-505a-4677-8f37-9d42cedf062c, #wrap-s-21383e44-505a-4677-8f37-9d42cedf062c, #wrap-content-s-21383e44-505a-4677-8f37-9d42cedf062c { display: none !important; }}
@media (min-width: 0px) {
[id="s-21383e44-505a-4677-8f37-9d42cedf062c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-21383e44-505a-4677-8f37-9d42cedf062c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21383e44-505a-4677-8f37-9d42cedf062c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21383e44-505a-4677-8f37-9d42cedf062c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 {
  display: none;
}
#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9, #wrap-s-38d9ab96-9dca-40b6-b154-d1b6af4895c9, #wrap-content-s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 { display: none !important; }}@media (max-width: 767px){#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 {
  display: none;
}
#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9, #wrap-s-38d9ab96-9dca-40b6-b154-d1b6af4895c9, #wrap-content-s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 { display: none !important; }}







#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38d9ab96-9dca-40b6-b154-d1b6af4895c9.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d9c0de1d-e007-4af3-8634-c31b82866414 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1122px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d9c0de1d-e007-4af3-8634-c31b82866414 {
  overflow: hidden;
  
  
      max-width: 1122px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d9c0de1d-e007-4af3-8634-c31b82866414 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 197, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84-root {
    text-align: left;
  }


#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84-root {
    text-align: left;
  }


#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84-root {
    text-align: left;
  }


#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84-root {
    text-align: left;
  }


#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84-root {
    text-align: left;
  }


#s-2c8975a8-6d69-49ff-b639-38f3f1bf9f84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd {
  margin-left: 11px;
margin-right: 50px;
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-0ddf24ab-a482-4805-9a90-ad31178f9bbd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8-root {
    text-align: left;
  }


#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8-root {
    text-align: left;
  }


#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8-root {
    text-align: left;
  }


#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8-root {
    text-align: left;
  }


#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8-root {
    text-align: left;
  }


#s-1acbb696-a8eb-4fd6-9fd7-fbd7d26fe7f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-26393aae-329b-4968-a167-e5b954efe708 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-26393aae-329b-4968-a167-e5b954efe708:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-26393aae-329b-4968-a167-e5b954efe708:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26393aae-329b-4968-a167-e5b954efe708-root {
    text-align: left;
  }


#s-26393aae-329b-4968-a167-e5b954efe708.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-26393aae-329b-4968-a167-e5b954efe708-root {
    text-align: left;
  }


#s-26393aae-329b-4968-a167-e5b954efe708.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26393aae-329b-4968-a167-e5b954efe708-root {
    text-align: left;
  }


#s-26393aae-329b-4968-a167-e5b954efe708.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26393aae-329b-4968-a167-e5b954efe708-root {
    text-align: left;
  }


#s-26393aae-329b-4968-a167-e5b954efe708.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-26393aae-329b-4968-a167-e5b954efe708-root {
    text-align: left;
  }


#s-26393aae-329b-4968-a167-e5b954efe708.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-759e497f-163d-4878-8e74-a64f1f016098 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-759e497f-163d-4878-8e74-a64f1f016098:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-759e497f-163d-4878-8e74-a64f1f016098:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-759e497f-163d-4878-8e74-a64f1f016098-root {
    text-align: left;
  }


#s-759e497f-163d-4878-8e74-a64f1f016098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-759e497f-163d-4878-8e74-a64f1f016098-root {
    text-align: left;
  }


#s-759e497f-163d-4878-8e74-a64f1f016098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-759e497f-163d-4878-8e74-a64f1f016098-root {
    text-align: left;
  }


#s-759e497f-163d-4878-8e74-a64f1f016098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-759e497f-163d-4878-8e74-a64f1f016098-root {
    text-align: left;
  }


#s-759e497f-163d-4878-8e74-a64f1f016098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-759e497f-163d-4878-8e74-a64f1f016098-root {
    text-align: left;
  }


#s-759e497f-163d-4878-8e74-a64f1f016098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-21003fba-f7c8-44a5-8b14-c3462fdceae7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-21003fba-f7c8-44a5-8b14-c3462fdceae7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-21003fba-f7c8-44a5-8b14-c3462fdceae7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21003fba-f7c8-44a5-8b14-c3462fdceae7-root {
    text-align: left;
  }


#s-21003fba-f7c8-44a5-8b14-c3462fdceae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-21003fba-f7c8-44a5-8b14-c3462fdceae7-root {
    text-align: left;
  }


#s-21003fba-f7c8-44a5-8b14-c3462fdceae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21003fba-f7c8-44a5-8b14-c3462fdceae7-root {
    text-align: left;
  }


#s-21003fba-f7c8-44a5-8b14-c3462fdceae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21003fba-f7c8-44a5-8b14-c3462fdceae7-root {
    text-align: left;
  }


#s-21003fba-f7c8-44a5-8b14-c3462fdceae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-21003fba-f7c8-44a5-8b14-c3462fdceae7-root {
    text-align: left;
  }


#s-21003fba-f7c8-44a5-8b14-c3462fdceae7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-650a8959-2489-4789-a019-ffa1c92ff9a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-650a8959-2489-4789-a019-ffa1c92ff9a5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-650a8959-2489-4789-a019-ffa1c92ff9a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-650a8959-2489-4789-a019-ffa1c92ff9a5-root {
    text-align: left;
  }


#s-650a8959-2489-4789-a019-ffa1c92ff9a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-650a8959-2489-4789-a019-ffa1c92ff9a5-root {
    text-align: left;
  }


#s-650a8959-2489-4789-a019-ffa1c92ff9a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-650a8959-2489-4789-a019-ffa1c92ff9a5-root {
    text-align: left;
  }


#s-650a8959-2489-4789-a019-ffa1c92ff9a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-650a8959-2489-4789-a019-ffa1c92ff9a5-root {
    text-align: left;
  }


#s-650a8959-2489-4789-a019-ffa1c92ff9a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-650a8959-2489-4789-a019-ffa1c92ff9a5-root {
    text-align: left;
  }


#s-650a8959-2489-4789-a019-ffa1c92ff9a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e-root {
    text-align: left;
  }


#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e-root {
    text-align: left;
  }


#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e-root {
    text-align: left;
  }


#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e-root {
    text-align: left;
  }


#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e-root {
    text-align: left;
  }


#s-e9f6590c-40fd-4560-ac51-2ebc96d37a4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-679dec18-390f-454c-a15d-0e8e8d745881 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-679dec18-390f-454c-a15d-0e8e8d745881:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-679dec18-390f-454c-a15d-0e8e8d745881:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-679dec18-390f-454c-a15d-0e8e8d745881-root {
    text-align: left;
  }


#s-679dec18-390f-454c-a15d-0e8e8d745881.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-679dec18-390f-454c-a15d-0e8e8d745881-root {
    text-align: left;
  }


#s-679dec18-390f-454c-a15d-0e8e8d745881.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-679dec18-390f-454c-a15d-0e8e8d745881-root {
    text-align: left;
  }


#s-679dec18-390f-454c-a15d-0e8e8d745881.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-679dec18-390f-454c-a15d-0e8e8d745881-root {
    text-align: left;
  }


#s-679dec18-390f-454c-a15d-0e8e8d745881.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-679dec18-390f-454c-a15d-0e8e8d745881-root {
    text-align: left;
  }


#s-679dec18-390f-454c-a15d-0e8e8d745881.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-619824e2-6542-4b5a-9667-fa6ba447cec7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-619824e2-6542-4b5a-9667-fa6ba447cec7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-619824e2-6542-4b5a-9667-fa6ba447cec7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-619824e2-6542-4b5a-9667-fa6ba447cec7-root {
    text-align: left;
  }


#s-619824e2-6542-4b5a-9667-fa6ba447cec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-619824e2-6542-4b5a-9667-fa6ba447cec7-root {
    text-align: left;
  }


#s-619824e2-6542-4b5a-9667-fa6ba447cec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-619824e2-6542-4b5a-9667-fa6ba447cec7-root {
    text-align: left;
  }


#s-619824e2-6542-4b5a-9667-fa6ba447cec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-619824e2-6542-4b5a-9667-fa6ba447cec7-root {
    text-align: left;
  }


#s-619824e2-6542-4b5a-9667-fa6ba447cec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-619824e2-6542-4b5a-9667-fa6ba447cec7-root {
    text-align: left;
  }


#s-619824e2-6542-4b5a-9667-fa6ba447cec7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-aca361cb-69ab-485b-93f6-b57a3ba392a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-aca361cb-69ab-485b-93f6-b57a3ba392a3:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aca361cb-69ab-485b-93f6-b57a3ba392a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aca361cb-69ab-485b-93f6-b57a3ba392a3-root {
    text-align: left;
  }


#s-aca361cb-69ab-485b-93f6-b57a3ba392a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aca361cb-69ab-485b-93f6-b57a3ba392a3-root {
    text-align: left;
  }


#s-aca361cb-69ab-485b-93f6-b57a3ba392a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aca361cb-69ab-485b-93f6-b57a3ba392a3-root {
    text-align: left;
  }


#s-aca361cb-69ab-485b-93f6-b57a3ba392a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aca361cb-69ab-485b-93f6-b57a3ba392a3-root {
    text-align: left;
  }


#s-aca361cb-69ab-485b-93f6-b57a3ba392a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aca361cb-69ab-485b-93f6-b57a3ba392a3-root {
    text-align: left;
  }


#s-aca361cb-69ab-485b-93f6-b57a3ba392a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff-root {
    text-align: left;
  }


#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff-root {
    text-align: left;
  }


#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff-root {
    text-align: left;
  }


#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff-root {
    text-align: left;
  }


#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff-root {
    text-align: left;
  }


#s-33bb5044-0d87-4047-a7f6-34a4dc67e3ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b-root {
    text-align: left;
  }


#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b-root {
    text-align: left;
  }


#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b-root {
    text-align: left;
  }


#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b-root {
    text-align: left;
  }


#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b-root {
    text-align: left;
  }


#s-3bdb43f6-1896-4ae1-a4be-a7982ffefe9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070-root {
    text-align: left;
  }


#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070-root {
    text-align: left;
  }


#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070-root {
    text-align: left;
  }


#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070-root {
    text-align: left;
  }


#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070-root {
    text-align: left;
  }


#s-f2a11db9-3a8b-4ef8-88c4-ff471f49a070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a86e1a1d-ad7c-44aa-9221-3812c6e05011-root {
    text-align: left;
  }


#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a86e1a1d-ad7c-44aa-9221-3812c6e05011-root {
    text-align: left;
  }


#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a86e1a1d-ad7c-44aa-9221-3812c6e05011-root {
    text-align: left;
  }


#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a86e1a1d-ad7c-44aa-9221-3812c6e05011-root {
    text-align: left;
  }


#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a86e1a1d-ad7c-44aa-9221-3812c6e05011-root {
    text-align: left;
  }


#s-a86e1a1d-ad7c-44aa-9221-3812c6e05011.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-43086771-952f-49c6-b9d7-700f379606a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-43086771-952f-49c6-b9d7-700f379606a3:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43086771-952f-49c6-b9d7-700f379606a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43086771-952f-49c6-b9d7-700f379606a3-root {
    text-align: center;
  }


#s-43086771-952f-49c6-b9d7-700f379606a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43086771-952f-49c6-b9d7-700f379606a3-root {
    text-align: center;
  }


#s-43086771-952f-49c6-b9d7-700f379606a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43086771-952f-49c6-b9d7-700f379606a3-root {
    text-align: center;
  }


#s-43086771-952f-49c6-b9d7-700f379606a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43086771-952f-49c6-b9d7-700f379606a3-root {
    text-align: center;
  }


#s-43086771-952f-49c6-b9d7-700f379606a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43086771-952f-49c6-b9d7-700f379606a3-root {
    text-align: center;
  }


#s-43086771-952f-49c6-b9d7-700f379606a3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 {
  display: none;
}
#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6, #wrap-s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6, #wrap-content-s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 {
  display: none;
}
#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6, #wrap-s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6, #wrap-content-s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 { display: none !important; }}







#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b749e97-b4fa-4e77-8b07-cb8c4f4c42f6.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1635abab-fa48-4529-95ec-507bd072fcb3 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1635abab-fa48-4529-95ec-507bd072fcb3 {
  overflow: hidden;
  
  
}







  #s-1635abab-fa48-4529-95ec-507bd072fcb3 img.shogun-image {
    

    
    
    
  }


#s-1635abab-fa48-4529-95ec-507bd072fcb3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0-root {
    text-align: left;
  }


#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0-root {
    text-align: left;
  }


#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0-root {
    text-align: left;
  }


#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0-root {
    text-align: left;
  }


#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0-root {
    text-align: left;
  }


#s-e7d9b15b-e158-4bcc-874e-2f48084c2fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 {
  margin-right: 0px;
}
}
#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-9ec4de42-7be7-4ff9-88ab-5f7fe6bc0ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-d1ab9591-9250-4742-a453-e44e005a517c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d1ab9591-9250-4742-a453-e44e005a517c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d1ab9591-9250-4742-a453-e44e005a517c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1ab9591-9250-4742-a453-e44e005a517c-root {
    text-align: left;
  }


#s-d1ab9591-9250-4742-a453-e44e005a517c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1ab9591-9250-4742-a453-e44e005a517c-root {
    text-align: left;
  }


#s-d1ab9591-9250-4742-a453-e44e005a517c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1ab9591-9250-4742-a453-e44e005a517c-root {
    text-align: left;
  }


#s-d1ab9591-9250-4742-a453-e44e005a517c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1ab9591-9250-4742-a453-e44e005a517c-root {
    text-align: left;
  }


#s-d1ab9591-9250-4742-a453-e44e005a517c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1ab9591-9250-4742-a453-e44e005a517c-root {
    text-align: left;
  }


#s-d1ab9591-9250-4742-a453-e44e005a517c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1555f744-2111-401d-a66e-c130a9bb5e69 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1555f744-2111-401d-a66e-c130a9bb5e69:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1555f744-2111-401d-a66e-c130a9bb5e69:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1555f744-2111-401d-a66e-c130a9bb5e69-root {
    text-align: left;
  }


#s-1555f744-2111-401d-a66e-c130a9bb5e69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1555f744-2111-401d-a66e-c130a9bb5e69-root {
    text-align: left;
  }


#s-1555f744-2111-401d-a66e-c130a9bb5e69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1555f744-2111-401d-a66e-c130a9bb5e69-root {
    text-align: left;
  }


#s-1555f744-2111-401d-a66e-c130a9bb5e69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1555f744-2111-401d-a66e-c130a9bb5e69-root {
    text-align: left;
  }


#s-1555f744-2111-401d-a66e-c130a9bb5e69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1555f744-2111-401d-a66e-c130a9bb5e69-root {
    text-align: left;
  }


#s-1555f744-2111-401d-a66e-c130a9bb5e69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a-root {
    text-align: left;
  }


#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a-root {
    text-align: left;
  }


#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a-root {
    text-align: left;
  }


#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a-root {
    text-align: left;
  }


#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a-root {
    text-align: left;
  }


#s-81610de9-bd7a-46a9-86b0-b2678d8e1a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9eb474a1-921e-4fb5-9c3e-d7619dd98879-root {
    text-align: left;
  }


#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9eb474a1-921e-4fb5-9c3e-d7619dd98879-root {
    text-align: left;
  }


#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eb474a1-921e-4fb5-9c3e-d7619dd98879-root {
    text-align: left;
  }


#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eb474a1-921e-4fb5-9c3e-d7619dd98879-root {
    text-align: left;
  }


#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9eb474a1-921e-4fb5-9c3e-d7619dd98879-root {
    text-align: left;
  }


#s-9eb474a1-921e-4fb5-9c3e-d7619dd98879.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d919f4d-9896-45cb-a7b7-4e80b88d3417-root {
    text-align: left;
  }


#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d919f4d-9896-45cb-a7b7-4e80b88d3417-root {
    text-align: left;
  }


#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d919f4d-9896-45cb-a7b7-4e80b88d3417-root {
    text-align: left;
  }


#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d919f4d-9896-45cb-a7b7-4e80b88d3417-root {
    text-align: left;
  }


#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d919f4d-9896-45cb-a7b7-4e80b88d3417-root {
    text-align: left;
  }


#s-6d919f4d-9896-45cb-a7b7-4e80b88d3417.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6545bd73-f609-42af-9d5b-2560e108db91 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6545bd73-f609-42af-9d5b-2560e108db91:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6545bd73-f609-42af-9d5b-2560e108db91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6545bd73-f609-42af-9d5b-2560e108db91-root {
    text-align: left;
  }


#s-6545bd73-f609-42af-9d5b-2560e108db91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6545bd73-f609-42af-9d5b-2560e108db91-root {
    text-align: left;
  }


#s-6545bd73-f609-42af-9d5b-2560e108db91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6545bd73-f609-42af-9d5b-2560e108db91-root {
    text-align: left;
  }


#s-6545bd73-f609-42af-9d5b-2560e108db91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6545bd73-f609-42af-9d5b-2560e108db91-root {
    text-align: left;
  }


#s-6545bd73-f609-42af-9d5b-2560e108db91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6545bd73-f609-42af-9d5b-2560e108db91-root {
    text-align: left;
  }


#s-6545bd73-f609-42af-9d5b-2560e108db91.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1-root {
    text-align: left;
  }


#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1-root {
    text-align: left;
  }


#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1-root {
    text-align: left;
  }


#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1-root {
    text-align: left;
  }


#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1-root {
    text-align: left;
  }


#s-0d77da8f-dcc4-46eb-967a-f1eeae9a98b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23aef4a4-7b4c-4f06-a641-58f02d878c9e-root {
    text-align: left;
  }


#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23aef4a4-7b4c-4f06-a641-58f02d878c9e-root {
    text-align: left;
  }


#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23aef4a4-7b4c-4f06-a641-58f02d878c9e-root {
    text-align: left;
  }


#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23aef4a4-7b4c-4f06-a641-58f02d878c9e-root {
    text-align: left;
  }


#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23aef4a4-7b4c-4f06-a641-58f02d878c9e-root {
    text-align: left;
  }


#s-23aef4a4-7b4c-4f06-a641-58f02d878c9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac-root {
    text-align: left;
  }


#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac-root {
    text-align: left;
  }


#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac-root {
    text-align: left;
  }


#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac-root {
    text-align: left;
  }


#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac-root {
    text-align: left;
  }


#s-2a19f23a-0bf3-4ff7-af86-a1f312be0fac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04-root {
    text-align: center;
  }


#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04-root {
    text-align: center;
  }


#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04-root {
    text-align: center;
  }


#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04-root {
    text-align: center;
  }


#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04-root {
    text-align: center;
  }


#s-eedb1be9-f2a0-4ecf-b6ee-4414bc68ed04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ac9a3790-6552-4629-a62a-bba76f4d32a2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-ac9a3790-6552-4629-a62a-bba76f4d32a2 {
  display: none;
}
#s-ac9a3790-6552-4629-a62a-bba76f4d32a2, #wrap-s-ac9a3790-6552-4629-a62a-bba76f4d32a2, #wrap-content-s-ac9a3790-6552-4629-a62a-bba76f4d32a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac9a3790-6552-4629-a62a-bba76f4d32a2 {
  display: none;
}
#s-ac9a3790-6552-4629-a62a-bba76f4d32a2, #wrap-s-ac9a3790-6552-4629-a62a-bba76f4d32a2, #wrap-content-s-ac9a3790-6552-4629-a62a-bba76f4d32a2 { display: none !important; }}







#s-ac9a3790-6552-4629-a62a-bba76f4d32a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac9a3790-6552-4629-a62a-bba76f4d32a2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ff51e6e7-4673-4564-af7c-2961de6c853a {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ff51e6e7-4673-4564-af7c-2961de6c853a {
  overflow: hidden;
  
  
}







  #s-ff51e6e7-4673-4564-af7c-2961de6c853a img.shogun-image {
    

    
    
    
  }


#s-ff51e6e7-4673-4564-af7c-2961de6c853a .shogun-image-content {
  
    justify-content: center;
  
}

#s-be1e0edc-3780-49fc-aa97-243b10063614 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-be1e0edc-3780-49fc-aa97-243b10063614:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-be1e0edc-3780-49fc-aa97-243b10063614:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be1e0edc-3780-49fc-aa97-243b10063614-root {
    text-align: left;
  }


#s-be1e0edc-3780-49fc-aa97-243b10063614.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be1e0edc-3780-49fc-aa97-243b10063614-root {
    text-align: left;
  }


#s-be1e0edc-3780-49fc-aa97-243b10063614.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be1e0edc-3780-49fc-aa97-243b10063614-root {
    text-align: left;
  }


#s-be1e0edc-3780-49fc-aa97-243b10063614.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be1e0edc-3780-49fc-aa97-243b10063614-root {
    text-align: left;
  }


#s-be1e0edc-3780-49fc-aa97-243b10063614.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be1e0edc-3780-49fc-aa97-243b10063614-root {
    text-align: left;
  }


#s-be1e0edc-3780-49fc-aa97-243b10063614.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cf16205a-8075-453b-8053-e273a327657b {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf16205a-8075-453b-8053-e273a327657b {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-cf16205a-8075-453b-8053-e273a327657b {
  margin-right: 0px;
}
}
#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-cf16205a-8075-453b-8053-e273a327657b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e-root {
    text-align: left;
  }


#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e-root {
    text-align: left;
  }


#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e-root {
    text-align: left;
  }


#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e-root {
    text-align: left;
  }


#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e-root {
    text-align: left;
  }


#s-28b21d91-e8c0-4c50-923a-4ef2d5398f5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e052e719-506c-4e34-ac18-a0a5fa9dd184 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e052e719-506c-4e34-ac18-a0a5fa9dd184:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e052e719-506c-4e34-ac18-a0a5fa9dd184:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e052e719-506c-4e34-ac18-a0a5fa9dd184-root {
    text-align: left;
  }


#s-e052e719-506c-4e34-ac18-a0a5fa9dd184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e052e719-506c-4e34-ac18-a0a5fa9dd184-root {
    text-align: left;
  }


#s-e052e719-506c-4e34-ac18-a0a5fa9dd184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e052e719-506c-4e34-ac18-a0a5fa9dd184-root {
    text-align: left;
  }


#s-e052e719-506c-4e34-ac18-a0a5fa9dd184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e052e719-506c-4e34-ac18-a0a5fa9dd184-root {
    text-align: left;
  }


#s-e052e719-506c-4e34-ac18-a0a5fa9dd184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e052e719-506c-4e34-ac18-a0a5fa9dd184-root {
    text-align: left;
  }


#s-e052e719-506c-4e34-ac18-a0a5fa9dd184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7c42db96-7a46-45f9-80d9-3ef48bae1290 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7c42db96-7a46-45f9-80d9-3ef48bae1290:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c42db96-7a46-45f9-80d9-3ef48bae1290:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c42db96-7a46-45f9-80d9-3ef48bae1290-root {
    text-align: left;
  }


#s-7c42db96-7a46-45f9-80d9-3ef48bae1290.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c42db96-7a46-45f9-80d9-3ef48bae1290-root {
    text-align: left;
  }


#s-7c42db96-7a46-45f9-80d9-3ef48bae1290.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c42db96-7a46-45f9-80d9-3ef48bae1290-root {
    text-align: left;
  }


#s-7c42db96-7a46-45f9-80d9-3ef48bae1290.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c42db96-7a46-45f9-80d9-3ef48bae1290-root {
    text-align: left;
  }


#s-7c42db96-7a46-45f9-80d9-3ef48bae1290.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c42db96-7a46-45f9-80d9-3ef48bae1290-root {
    text-align: left;
  }


#s-7c42db96-7a46-45f9-80d9-3ef48bae1290.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082-root {
    text-align: left;
  }


#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082-root {
    text-align: left;
  }


#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082-root {
    text-align: left;
  }


#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082-root {
    text-align: left;
  }


#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082-root {
    text-align: left;
  }


#s-9c9204d3-d9c9-4ef4-aa0c-593ffad72082.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1521a695-eb55-4ce8-94a4-41d744027991 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1521a695-eb55-4ce8-94a4-41d744027991:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1521a695-eb55-4ce8-94a4-41d744027991:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1521a695-eb55-4ce8-94a4-41d744027991-root {
    text-align: left;
  }


#s-1521a695-eb55-4ce8-94a4-41d744027991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1521a695-eb55-4ce8-94a4-41d744027991-root {
    text-align: left;
  }


#s-1521a695-eb55-4ce8-94a4-41d744027991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1521a695-eb55-4ce8-94a4-41d744027991-root {
    text-align: left;
  }


#s-1521a695-eb55-4ce8-94a4-41d744027991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1521a695-eb55-4ce8-94a4-41d744027991-root {
    text-align: left;
  }


#s-1521a695-eb55-4ce8-94a4-41d744027991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1521a695-eb55-4ce8-94a4-41d744027991-root {
    text-align: left;
  }


#s-1521a695-eb55-4ce8-94a4-41d744027991.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d211835a-8c2c-44b4-831d-f15a9188b983 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d211835a-8c2c-44b4-831d-f15a9188b983:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d211835a-8c2c-44b4-831d-f15a9188b983:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d211835a-8c2c-44b4-831d-f15a9188b983-root {
    text-align: left;
  }


#s-d211835a-8c2c-44b4-831d-f15a9188b983.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d211835a-8c2c-44b4-831d-f15a9188b983-root {
    text-align: left;
  }


#s-d211835a-8c2c-44b4-831d-f15a9188b983.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d211835a-8c2c-44b4-831d-f15a9188b983-root {
    text-align: left;
  }


#s-d211835a-8c2c-44b4-831d-f15a9188b983.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d211835a-8c2c-44b4-831d-f15a9188b983-root {
    text-align: left;
  }


#s-d211835a-8c2c-44b4-831d-f15a9188b983.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d211835a-8c2c-44b4-831d-f15a9188b983-root {
    text-align: left;
  }


#s-d211835a-8c2c-44b4-831d-f15a9188b983.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7bf49a26-7274-4951-b6be-c30b7ea252a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7bf49a26-7274-4951-b6be-c30b7ea252a8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7bf49a26-7274-4951-b6be-c30b7ea252a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bf49a26-7274-4951-b6be-c30b7ea252a8-root {
    text-align: left;
  }


#s-7bf49a26-7274-4951-b6be-c30b7ea252a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7bf49a26-7274-4951-b6be-c30b7ea252a8-root {
    text-align: left;
  }


#s-7bf49a26-7274-4951-b6be-c30b7ea252a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bf49a26-7274-4951-b6be-c30b7ea252a8-root {
    text-align: left;
  }


#s-7bf49a26-7274-4951-b6be-c30b7ea252a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bf49a26-7274-4951-b6be-c30b7ea252a8-root {
    text-align: left;
  }


#s-7bf49a26-7274-4951-b6be-c30b7ea252a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7bf49a26-7274-4951-b6be-c30b7ea252a8-root {
    text-align: left;
  }


#s-7bf49a26-7274-4951-b6be-c30b7ea252a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed-root {
    text-align: left;
  }


#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed-root {
    text-align: left;
  }


#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed-root {
    text-align: left;
  }


#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed-root {
    text-align: left;
  }


#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed-root {
    text-align: left;
  }


#s-46b8aac8-32fa-44b2-88e2-2c3b85c24fed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a50f0ee-8b34-404c-9c15-6c7751af48fb-root {
    text-align: left;
  }


#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a50f0ee-8b34-404c-9c15-6c7751af48fb-root {
    text-align: left;
  }


#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a50f0ee-8b34-404c-9c15-6c7751af48fb-root {
    text-align: left;
  }


#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a50f0ee-8b34-404c-9c15-6c7751af48fb-root {
    text-align: left;
  }


#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a50f0ee-8b34-404c-9c15-6c7751af48fb-root {
    text-align: left;
  }


#s-9a50f0ee-8b34-404c-9c15-6c7751af48fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-58d246a6-802c-4c96-89ae-4c8f71b192d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-58d246a6-802c-4c96-89ae-4c8f71b192d8:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58d246a6-802c-4c96-89ae-4c8f71b192d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58d246a6-802c-4c96-89ae-4c8f71b192d8-root {
    text-align: center;
  }


#s-58d246a6-802c-4c96-89ae-4c8f71b192d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-58d246a6-802c-4c96-89ae-4c8f71b192d8-root {
    text-align: center;
  }


#s-58d246a6-802c-4c96-89ae-4c8f71b192d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58d246a6-802c-4c96-89ae-4c8f71b192d8-root {
    text-align: center;
  }


#s-58d246a6-802c-4c96-89ae-4c8f71b192d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58d246a6-802c-4c96-89ae-4c8f71b192d8-root {
    text-align: center;
  }


#s-58d246a6-802c-4c96-89ae-4c8f71b192d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-58d246a6-802c-4c96-89ae-4c8f71b192d8-root {
    text-align: center;
  }


#s-58d246a6-802c-4c96-89ae-4c8f71b192d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 1200px){#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 {
  display: none;
}
#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-content-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 {
  display: none;
}
#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-content-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 {
  display: none;
}
#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-content-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 { display: none !important; }}@media (max-width: 767px){#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 {
  display: none;
}
#s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34, #wrap-content-s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0cd5be5-e30a-4afe-9d51-a3e93c349f34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6ae6306b-23e9-41a0-80a0-6ee6728f3e53 {
  min-height: 50px;
}








#s-6ae6306b-23e9-41a0-80a0-6ee6728f3e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ae6306b-23e9-41a0-80a0-6ee6728f3e53.shg-box.shg-c {
  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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-d375edd2-5ad8-45a3-9cfb-2de2a72ef5b1 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-258fb190-d5f7-4f55-9a5e-29483db9b45b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-258fb190-d5f7-4f55-9a5e-29483db9b45b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-258fb190-d5f7-4f55-9a5e-29483db9b45b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-258fb190-d5f7-4f55-9a5e-29483db9b45b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-258fb190-d5f7-4f55-9a5e-29483db9b45b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5b8fbba-23d7-4d12-b97f-e1131c391e44 .shogun-icon-wrapper {
  text-align: center;
}


#s-e5b8fbba-23d7-4d12-b97f-e1131c391e44 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-1c7565ab-bce6-4bf6-99b8-107e4c931e21 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0fe8a053-789c-4562-8481-66667f45deca .shogun-icon-wrapper {
  text-align: center;
}


#s-0fe8a053-789c-4562-8481-66667f45deca .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-80b5406e-0f1c-4502-8a18-ae2888670d92 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-48af5e42-4968-4bbf-bef7-a5c74e2939a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-48af5e42-4968-4bbf-bef7-a5c74e2939a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-c3278475-881f-4aef-b4a9-6a73b7ee3b03 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6247d607-f260-4904-b784-6b12222614fc {
  margin-top: 3px;
margin-left: 25px;
margin-bottom: 37px;
margin-right: 25px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6247d607-f260-4904-b784-6b12222614fc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6247d607-f260-4904-b784-6b12222614fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6247d607-f260-4904-b784-6b12222614fc-root {
    text-align: center;
  }


#s-6247d607-f260-4904-b784-6b12222614fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6247d607-f260-4904-b784-6b12222614fc-root {
    text-align: center;
  }


#s-6247d607-f260-4904-b784-6b12222614fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6247d607-f260-4904-b784-6b12222614fc-root {
    text-align: center;
  }


#s-6247d607-f260-4904-b784-6b12222614fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6247d607-f260-4904-b784-6b12222614fc-root {
    text-align: center;
  }


#s-6247d607-f260-4904-b784-6b12222614fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6247d607-f260-4904-b784-6b12222614fc-root {
    text-align: center;
  }


#s-6247d607-f260-4904-b784-6b12222614fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-b9b85a64-df6f-432c-9c58-df286c4ac2a6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-color: rgba(250, 248, 242, 1);
}








#s-b9b85a64-df6f-432c-9c58-df286c4ac2a6 > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 1);
  opacity: 0;
  display: block;
}#s-b9b85a64-df6f-432c-9c58-df286c4ac2a6.shg-box.shg-c {
  justify-content: center;
}

#s-90eb7831-7689-4ca3-b32a-f57c44c6c9eb {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-f5111fea-d758-4a50-a336-b889124e13d1 {
  margin-left: 5%;
margin-right: 5%;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-ee387021-120e-4cb6-ae2c-dcce87024943 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ee387021-120e-4cb6-ae2c-dcce87024943 .shogun-countdown span, #s-ee387021-120e-4cb6-ae2c-dcce87024943 .shogun-countdown label {
  color: rgba(69, 122, 255, 1);
}
#s-b539adad-81f1-4f0d-b3b1-419f31e6234d {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(69, 122, 255, 1);
}
@media (min-width: 1200px){#s-b539adad-81f1-4f0d-b3b1-419f31e6234d {
  display: none;
}
#s-b539adad-81f1-4f0d-b3b1-419f31e6234d, #wrap-s-b539adad-81f1-4f0d-b3b1-419f31e6234d, #wrap-content-s-b539adad-81f1-4f0d-b3b1-419f31e6234d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b539adad-81f1-4f0d-b3b1-419f31e6234d {
  display: none;
}
#s-b539adad-81f1-4f0d-b3b1-419f31e6234d, #wrap-s-b539adad-81f1-4f0d-b3b1-419f31e6234d, #wrap-content-s-b539adad-81f1-4f0d-b3b1-419f31e6234d { display: none !important; }}







#s-b539adad-81f1-4f0d-b3b1-419f31e6234d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b539adad-81f1-4f0d-b3b1-419f31e6234d.shg-box.shg-c {
  justify-content: center;
}

#s-75fe3f04-22be-454e-8c2b-4a77e3458a81 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 122, 255, 1);
}
#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05f5b8ed-940c-4a3e-b239-9db41cdc0761-root {
    text-align: center;
  }


#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05f5b8ed-940c-4a3e-b239-9db41cdc0761-root {
    text-align: center;
  }


#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05f5b8ed-940c-4a3e-b239-9db41cdc0761-root {
    text-align: center;
  }


#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05f5b8ed-940c-4a3e-b239-9db41cdc0761-root {
    text-align: center;
  }


#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05f5b8ed-940c-4a3e-b239-9db41cdc0761-root {
    text-align: center;
  }


#s-05f5b8ed-940c-4a3e-b239-9db41cdc0761.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 {
  display: none;
}
#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6, #wrap-s-cfc3b9b7-8e71-4a47-9833-2935f40922f6, #wrap-content-s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 { display: none !important; }}@media (max-width: 767px){#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 {
  display: none;
}
#s-cfc3b9b7-8e71-4a47-9833-2935f40922f6, #wrap-s-cfc3b9b7-8e71-4a47-9833-2935f40922f6, #wrap-content-s-cfc3b9b7-8e71-4a47-9833-2935f40922f6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfc3b9b7-8e71-4a47-9833-2935f40922f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfc3b9b7-8e71-4a47-9833-2935f40922f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfc3b9b7-8e71-4a47-9833-2935f40922f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfc3b9b7-8e71-4a47-9833-2935f40922f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-756db001-a81d-4138-b9da-9b432633b0e7 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(69, 122, 255, 1);
}








#s-756db001-a81d-4138-b9da-9b432633b0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-756db001-a81d-4138-b9da-9b432633b0e7.shg-box.shg-c {
  justify-content: center;
}

#s-efadb585-c317-4c4b-865a-505c5f824d3b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-4d9c0128-4279-4ae7-bfda-5814a81819c9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 122, 255, 1);
}
#s-4d9c0128-4279-4ae7-bfda-5814a81819c9:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4d9c0128-4279-4ae7-bfda-5814a81819c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d9c0128-4279-4ae7-bfda-5814a81819c9-root {
    text-align: center;
  }


#s-4d9c0128-4279-4ae7-bfda-5814a81819c9.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d9c0128-4279-4ae7-bfda-5814a81819c9-root {
    text-align: center;
  }


#s-4d9c0128-4279-4ae7-bfda-5814a81819c9.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d9c0128-4279-4ae7-bfda-5814a81819c9-root {
    text-align: center;
  }


#s-4d9c0128-4279-4ae7-bfda-5814a81819c9.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d9c0128-4279-4ae7-bfda-5814a81819c9-root {
    text-align: center;
  }


#s-4d9c0128-4279-4ae7-bfda-5814a81819c9.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d9c0128-4279-4ae7-bfda-5814a81819c9-root {
    text-align: center;
  }


#s-4d9c0128-4279-4ae7-bfda-5814a81819c9.shg-btn {
  color: rgba(69, 122, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-f8f8bec2-0902-498d-b57e-13292f73a8b8 {
  min-height: 50px;
}








#s-f8f8bec2-0902-498d-b57e-13292f73a8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8f8bec2-0902-498d-b57e-13292f73a8b8.shg-box.shg-c {
  justify-content: center;
}

#s-cc8f3196-ea03-40a3-97a9-67376c6c821c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cc8f3196-ea03-40a3-97a9-67376c6c821c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc8f3196-ea03-40a3-97a9-67376c6c821c.shg-box.shg-c {
  justify-content: center;
}

#s-4b7fad13-9314-4045-b00e-86c6e9f22914 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

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

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

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

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

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

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

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 {
  margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(128, 226, 223, 1);
  border-radius: 15px;
}

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  
  font-size: 16px;
  
  
  
  
  
}

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 td.shogun-table-column, #s-1430958f-dff8-42fa-8668-7cf3b66ac5f7 td.shogun-table-row {
  border: 2px solid rgba(128, 226, 223, 1);
}

#s-4cdee4c6-e9f3-4a8d-a9cb-2cc74f3a6d31 {
  margin-left: auto;
margin-right: auto;
}

#s-52bc2dca-e627-49bb-98fc-fdd2b4fb9bf1 {
  margin-left: auto;
margin-right: auto;
}

#s-c72be999-ee8d-45d0-9d0c-3e2c55f0dde9 {
  margin-left: auto;
margin-right: auto;
}

#s-6d040116-881a-4e77-93d7-083397426d47 {
  margin-left: auto;
margin-right: auto;
}

#s-d1f4589d-372f-48db-8eef-0c7d5607db91 {
  margin-left: auto;
margin-right: auto;
}

#s-1e250dbf-be51-4d9b-9cbe-a03215757e3c {
  margin-left: auto;
margin-right: auto;
}

#s-b37ffdf1-9495-4a17-9798-fb7f0eb566e6 {
  margin-left: auto;
margin-right: auto;
}

#s-300d784e-8444-42c3-bfba-9860bdb26fca {
  margin-left: auto;
margin-right: auto;
}

#s-f6080eff-8068-4142-bfe9-d7ebdfb48156 {
  margin-left: auto;
margin-right: auto;
}

#s-f6bf0757-bb0d-4df4-bbb5-20bb4592239a {
  margin-left: auto;
margin-right: auto;
}

#s-f2247f55-eb64-4737-b3c0-03c448352541 {
  margin-left: auto;
margin-right: auto;
}

#s-c62a04da-5f62-42b2-8b58-48c3a3d9d3a4 {
  margin-left: auto;
margin-right: auto;
}

#s-f33b6cfe-4759-4151-af85-fbb7bf46272d {
  margin-left: auto;
margin-right: auto;
}

#s-9882207d-d8df-432d-8e02-9825be93b700 {
  margin-left: auto;
margin-right: auto;
}

#s-48bd17b4-b6df-4e70-85a3-d75de753ee5a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a41012df-c1dd-4c88-b20b-a4811af2147b {
  margin-top: 15px;
margin-left: 50px;
margin-bottom: 15px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a41012df-c1dd-4c88-b20b-a4811af2147b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-078a42d5-17b3-42d8-be0c-d05760450ded {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-078a42d5-17b3-42d8-be0c-d05760450ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-078a42d5-17b3-42d8-be0c-d05760450ded.shg-box.shg-c {
  justify-content: center;
}

#s-9db269ac-1149-4668-908f-d4a047f95df4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9db269ac-1149-4668-908f-d4a047f95df4 .shogun-icon-wrapper {
  text-align: right;
}


#s-9db269ac-1149-4668-908f-d4a047f95df4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
@media (max-width: 767px){#s-9db269ac-1149-4668-908f-d4a047f95df4 .shogun-icon-wrapper {
  text-align: center;
}


#s-9db269ac-1149-4668-908f-d4a047f95df4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
}
#s-66396696-5f6b-4375-8158-cd09b885a509 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-66396696-5f6b-4375-8158-cd09b885a509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66396696-5f6b-4375-8158-cd09b885a509.shg-box.shg-c {
  justify-content: center;
}

#s-0116fdf3-d045-4732-8191-259451e95438 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0116fdf3-d045-4732-8191-259451e95438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0116fdf3-d045-4732-8191-259451e95438.shg-box.shg-c {
  justify-content: center;
}

#s-eac20ad7-ddc0-4d35-a25a-62601058cd9e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-eac20ad7-ddc0-4d35-a25a-62601058cd9e .shogun-icon-wrapper {
  text-align: right;
}


#s-eac20ad7-ddc0-4d35-a25a-62601058cd9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
@media (max-width: 767px){#s-eac20ad7-ddc0-4d35-a25a-62601058cd9e .shogun-icon-wrapper {
  text-align: center;
}


#s-eac20ad7-ddc0-4d35-a25a-62601058cd9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
}
#s-dc7497f5-4126-48ca-91a3-a48131c56d7c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-dc7497f5-4126-48ca-91a3-a48131c56d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc7497f5-4126-48ca-91a3-a48131c56d7c.shg-box.shg-c {
  justify-content: center;
}

#s-0f3b3119-4473-4449-aae0-52075b9ad5af {
  margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0f3b3119-4473-4449-aae0-52075b9ad5af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-82f5464d-2194-444e-a800-e84f63cabe21 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-82f5464d-2194-444e-a800-e84f63cabe21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82f5464d-2194-444e-a800-e84f63cabe21.shg-box.shg-c {
  justify-content: center;
}

#s-4d687007-6123-47c5-852f-7254cc57fa15 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-4d687007-6123-47c5-852f-7254cc57fa15 .shogun-icon-wrapper {
  text-align: right;
}


#s-4d687007-6123-47c5-852f-7254cc57fa15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
@media (max-width: 767px){#s-4d687007-6123-47c5-852f-7254cc57fa15 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d687007-6123-47c5-852f-7254cc57fa15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
}
#s-e4361c75-b574-4d3a-ac06-9e3b4ba202ec {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-e4361c75-b574-4d3a-ac06-9e3b4ba202ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4361c75-b574-4d3a-ac06-9e3b4ba202ec.shg-box.shg-c {
  justify-content: center;
}

#s-654b3a41-1fe9-4c0a-b974-44ec8e06dcdf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-654b3a41-1fe9-4c0a-b974-44ec8e06dcdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-654b3a41-1fe9-4c0a-b974-44ec8e06dcdf.shg-box.shg-c {
  justify-content: center;
}

#s-c8990304-f98d-480a-a788-f927e8fdb863 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c8990304-f98d-480a-a788-f927e8fdb863 .shogun-icon-wrapper {
  text-align: right;
}


#s-c8990304-f98d-480a-a788-f927e8fdb863 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
@media (max-width: 767px){#s-c8990304-f98d-480a-a788-f927e8fdb863 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8990304-f98d-480a-a788-f927e8fdb863 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 197, 191, 1);
}
}
#s-1270851c-ecf2-4048-ab11-09f7593b72f5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-1270851c-ecf2-4048-ab11-09f7593b72f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1270851c-ecf2-4048-ab11-09f7593b72f5.shg-box.shg-c {
  justify-content: center;
}

#s-dab66224-34dc-46b9-bc3b-01852324a324 {
  min-height: 50px;
background-color: rgba(250, 248, 242, 1);
}








#s-dab66224-34dc-46b9-bc3b-01852324a324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dab66224-34dc-46b9-bc3b-01852324a324.shg-box.shg-c {
  justify-content: center;
}

#s-54110715-a16b-40dc-99be-0b804347b587 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-08344aa8-bb44-46d0-a3bd-d6fb302f544a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1754px;
aspect-ratio: 1754/2681;
text-align: center;
}
@media (min-width: 1200px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  display: none;
}
#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c, #wrap-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c, #wrap-content-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  display: none;
}
#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c, #wrap-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c, #wrap-content-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c { display: none !important; }}
#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin: 0 !important;
  overflow: visible;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add background color handling */
  
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }

    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-link {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1754px;
  }



  img.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
    
    
    
    max-height: 1754px;
  }


.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
  box-sizing: border-box;
}



.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
      --shg-aspect-ratio: calc(1754/2681); 
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
      position: relative;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1754px;
    }
  }

@media (min-width: 1200px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin: 0 !important;
  overflow: visible;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add background color handling */
  
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }

    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-link {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1754px;
  }



  img.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
    
    
    
    max-height: 1754px;
  }


.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
  box-sizing: border-box;
}



.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
      --shg-aspect-ratio: calc(1754/2681); 
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
      position: relative;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1754px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin: 0 !important;
  overflow: visible;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add background color handling */
  
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }

    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-link {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1754px;
  }



  img.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
    
    
    
    max-height: 1754px;
  }


.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
  box-sizing: border-box;
}



.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
      --shg-aspect-ratio: calc(1754/2681); 
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
      position: relative;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1754px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin: 0 !important;
  overflow: visible;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add background color handling */
  
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }

    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-link {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1754px;
  }



  img.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
    
    
    
    max-height: 1754px;
  }


.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
  box-sizing: border-box;
}



.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
      --shg-aspect-ratio: calc(1754/2681); 
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
      position: relative;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1754px;
    }
  }

}@media (max-width: 767px){#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  margin: 0 !important;
  overflow: visible;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add background color handling */
  
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }

    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-link {
      aspect-ratio: 1754/2681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1754px;
  }



  img.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
    
    
    
    max-height: 1754px;
  }


.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image {
  box-sizing: border-box;
}



.s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c {
      --shg-aspect-ratio: calc(1754/2681); 
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container {
      position: relative;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6eab263-ea4b-4a9e-b7e6-cc2f8edef57c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1754px;
    }
  }

}
#s-c7556639-7f46-475e-a052-fabd26752acb {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7556639-7f46-475e-a052-fabd26752acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7556639-7f46-475e-a052-fabd26752acb.shg-box.shg-c {
  justify-content: center;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 2547px;
aspect-ratio: 2547/2627;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  display: none;
}
#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea, #wrap-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea, #wrap-content-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea { display: none !important; }}@media (max-width: 767px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  display: none;
}
#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea, #wrap-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea, #wrap-content-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea { display: none !important; }}
#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin: 0 !important;
  overflow: visible;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add background color handling */
  
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }

    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-link {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2547px;
  }



  img.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
    
    
    
    max-height: 2547px;
  }


.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
  box-sizing: border-box;
}



.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
      --shg-aspect-ratio: calc(2547/2627); 
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
      position: relative;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2547px;
    }
  }

@media (min-width: 1200px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin: 0 !important;
  overflow: visible;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add background color handling */
  
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }

    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-link {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2547px;
  }



  img.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
    
    
    
    max-height: 2547px;
  }


.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
  box-sizing: border-box;
}



.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
      --shg-aspect-ratio: calc(2547/2627); 
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
      position: relative;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2547px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin: 0 !important;
  overflow: visible;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add background color handling */
  
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }

    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-link {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2547px;
  }



  img.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
    
    
    
    max-height: 2547px;
  }


.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
  box-sizing: border-box;
}



.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
      --shg-aspect-ratio: calc(2547/2627); 
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
      position: relative;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2547px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin: 0 !important;
  overflow: visible;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add background color handling */
  
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }

    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-link {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2547px;
  }



  img.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
    
    
    
    max-height: 2547px;
  }


.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
  box-sizing: border-box;
}



.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
      --shg-aspect-ratio: calc(2547/2627); 
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
      position: relative;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2547px;
    }
  }

}@media (max-width: 767px){#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  margin: 0 !important;
  overflow: visible;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add background color handling */
  
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }

    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-link {
      aspect-ratio: 2547/2627;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2547px;
  }



  img.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
    
    
    
    max-height: 2547px;
  }


.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image {
  box-sizing: border-box;
}



.s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea {
      --shg-aspect-ratio: calc(2547/2627); 
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container {
      position: relative;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a1a9234-e5f3-44cf-8ff9-a733251d87ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2547px;
    }
  }

}
#s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbf9b96f-88d0-4ce6-85ee-547a30e42dc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d2e34650-c78d-497b-9dc0-4b33aeee16d4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2e34650-c78d-497b-9dc0-4b33aeee16d4 {
  display: none;
}
#s-d2e34650-c78d-497b-9dc0-4b33aeee16d4, #wrap-s-d2e34650-c78d-497b-9dc0-4b33aeee16d4, #wrap-content-s-d2e34650-c78d-497b-9dc0-4b33aeee16d4 { display: none !important; }}@media (max-width: 767px){#s-d2e34650-c78d-497b-9dc0-4b33aeee16d4 {
  display: none;
}
#s-d2e34650-c78d-497b-9dc0-4b33aeee16d4, #wrap-s-d2e34650-c78d-497b-9dc0-4b33aeee16d4, #wrap-content-s-d2e34650-c78d-497b-9dc0-4b33aeee16d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d2e34650-c78d-497b-9dc0-4b33aeee16d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin-left: auto;
margin-right: auto;
max-width: 1195px;
text-align: center;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89ec898-e475-4c2c-b1ad-b89efa8f2aa2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac {
  display: none;
}
#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac, #wrap-s-bec109ec-7db3-49bf-832f-a1ca0cb631ac, #wrap-content-s-bec109ec-7db3-49bf-832f-a1ca0cb631ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac {
  display: none;
}
#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac, #wrap-s-bec109ec-7db3-49bf-832f-a1ca0cb631ac, #wrap-content-s-bec109ec-7db3-49bf-832f-a1ca0cb631ac { display: none !important; }}







#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bec109ec-7db3-49bf-832f-a1ca0cb631ac.shg-box.shg-c {
  justify-content: center;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin-left: auto;
margin-right: auto;
max-width: 1195px;
text-align: center;
}
@media (min-width: 1200px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  display: none;
}
#s-1df930f7-11ac-47c9-9078-7dce40116d1f, #wrap-s-1df930f7-11ac-47c9-9078-7dce40116d1f, #wrap-content-s-1df930f7-11ac-47c9-9078-7dce40116d1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  display: none;
}
#s-1df930f7-11ac-47c9-9078-7dce40116d1f, #wrap-s-1df930f7-11ac-47c9-9078-7dce40116d1f, #wrap-content-s-1df930f7-11ac-47c9-9078-7dce40116d1f { display: none !important; }}
#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1df930f7-11ac-47c9-9078-7dce40116d1f img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1df930f7-11ac-47c9-9078-7dce40116d1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1df930f7-11ac-47c9-9078-7dce40116d1f img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1df930f7-11ac-47c9-9078-7dce40116d1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1df930f7-11ac-47c9-9078-7dce40116d1f img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1df930f7-11ac-47c9-9078-7dce40116d1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1df930f7-11ac-47c9-9078-7dce40116d1f img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1df930f7-11ac-47c9-9078-7dce40116d1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1df930f7-11ac-47c9-9078-7dce40116d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1df930f7-11ac-47c9-9078-7dce40116d1f img.shogun-image {
  width: 100%;
  
  
  max-width: 1195px;

      
    max-width: 1195px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1df930f7-11ac-47c9-9078-7dce40116d1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1df930f7-11ac-47c9-9078-7dce40116d1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e {
  display: none;
}
#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e, #wrap-s-40f31cae-5d3a-4c7b-83d1-b0f24562582e, #wrap-content-s-40f31cae-5d3a-4c7b-83d1-b0f24562582e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e {
  display: none;
}
#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e, #wrap-s-40f31cae-5d3a-4c7b-83d1-b0f24562582e, #wrap-content-s-40f31cae-5d3a-4c7b-83d1-b0f24562582e { display: none !important; }}
#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e .shg-proportional-font-size,
#s-40f31cae-5d3a-4c7b-83d1-b0f24562582e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2c582074-db07-47ee-9758-a211b9dbd46f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c582074-db07-47ee-9758-a211b9dbd46f {
  display: none;
}
#s-2c582074-db07-47ee-9758-a211b9dbd46f, #wrap-s-2c582074-db07-47ee-9758-a211b9dbd46f, #wrap-content-s-2c582074-db07-47ee-9758-a211b9dbd46f { display: none !important; }}@media (max-width: 767px){#s-2c582074-db07-47ee-9758-a211b9dbd46f {
  display: none;
}
#s-2c582074-db07-47ee-9758-a211b9dbd46f, #wrap-s-2c582074-db07-47ee-9758-a211b9dbd46f, #wrap-content-s-2c582074-db07-47ee-9758-a211b9dbd46f { display: none !important; }}







#s-2c582074-db07-47ee-9758-a211b9dbd46f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c582074-db07-47ee-9758-a211b9dbd46f.shg-box.shg-c {
  justify-content: center;
}

#s-5fde4a44-ad7c-4704-8c0f-c9470d495610 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5fde4a44-ad7c-4704-8c0f-c9470d495610 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fde4a44-ad7c-4704-8c0f-c9470d495610 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fde4a44-ad7c-4704-8c0f-c9470d495610 {
  display: none;
}
#s-5fde4a44-ad7c-4704-8c0f-c9470d495610, #wrap-s-5fde4a44-ad7c-4704-8c0f-c9470d495610, #wrap-content-s-5fde4a44-ad7c-4704-8c0f-c9470d495610 { display: none !important; }}@media (max-width: 767px){#s-5fde4a44-ad7c-4704-8c0f-c9470d495610 {
  display: none;
}
#s-5fde4a44-ad7c-4704-8c0f-c9470d495610, #wrap-s-5fde4a44-ad7c-4704-8c0f-c9470d495610, #wrap-content-s-5fde4a44-ad7c-4704-8c0f-c9470d495610 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fde4a44-ad7c-4704-8c0f-c9470d495610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-af1227b8-2a21-4e6f-b6f5-e2a9a4103e3b {
  margin-left: auto;
margin-right: auto;
}

#s-af1227b8-2a21-4e6f-b6f5-e2a9a4103e3b .shg-proportional-font-size,
#s-af1227b8-2a21-4e6f-b6f5-e2a9a4103e3b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1b8f202d-32aa-444c-a570-06f98f55de97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1b8f202d-32aa-444c-a570-06f98f55de97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b8f202d-32aa-444c-a570-06f98f55de97.shg-box.shg-c {
  justify-content: center;
}

#s-7c09e30e-eef0-4858-8385-b50486181199 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-ff10ebe6-2b65-4c83-80fe-838592e077e2 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ff10ebe6-2b65-4c83-80fe-838592e077e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff10ebe6-2b65-4c83-80fe-838592e077e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff10ebe6-2b65-4c83-80fe-838592e077e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff10ebe6-2b65-4c83-80fe-838592e077e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 {
  margin-left: auto;
margin-right: auto;
}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 td.shogun-table-column, #s-72964e7f-4ebc-48d9-9f17-2e5392aea3b8 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ed44adce-fc39-4293-b04c-e8814d3fd1f2 {
  margin-left: auto;
margin-right: auto;
}

#s-56d9f42f-bb88-4156-ab5e-ceb2cb0ecc23 {
  margin-left: auto;
margin-right: auto;
}

#s-3cf59eeb-4ac1-48ba-9f74-de50810c43fc {
  margin-left: auto;
margin-right: auto;
}

#s-031f938a-e9e3-437d-8180-15d895a72915 {
  margin-left: auto;
margin-right: auto;
}

#s-cdcceb10-2ab5-40bc-b897-865294ac8af6 {
  margin-left: auto;
margin-right: auto;
}

#s-b5653b94-3674-419d-a442-420c614a6885 {
  margin-left: auto;
margin-right: auto;
}

#s-d5cc5a0f-d201-4c1e-88ca-dab053d09db4 {
  margin-left: auto;
margin-right: auto;
}

#s-463fbe6c-e6bb-4436-bfcd-c893ac65d089 {
  margin-left: auto;
margin-right: auto;
}

#s-d54b010e-abdf-4d67-9340-37db5f4c78b0 {
  margin-left: auto;
margin-right: auto;
}

#s-f080ef46-44ea-4d5e-8c92-3690e773b6f9 {
  margin-left: auto;
margin-right: auto;
}

#s-122a5dfd-f551-41be-ad88-528d142f5fd8 {
  margin-left: auto;
margin-right: auto;
}

#s-285dcf2d-f8ce-4678-9f63-eee472a72d9a {
  margin-left: auto;
margin-right: auto;
}

#s-94e49542-98bb-4b7c-81c8-c5a42a45ccf5 {
  margin-left: auto;
margin-right: auto;
}

#s-ceb2f6a4-89c2-4f34-a4ef-d59b95381e9c {
  margin-left: auto;
margin-right: auto;
}

#s-4898a937-2ebb-4e8b-a4bd-cd3761eff079 {
  margin-left: auto;
margin-right: auto;
}

#s-44d6ca63-106e-4b7c-bd80-a3c5c206460e {
  margin-left: auto;
margin-right: auto;
}

#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5 {
  margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 15px;
padding-left: 72px;
padding-bottom: 15px;
padding-right: 72px;
border-radius: 7px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5-root {
    text-align: center;
  }


#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5-root {
    text-align: center;
  }


#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5-root {
    text-align: center;
  }


#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5-root {
    text-align: center;
  }


#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5-root {
    text-align: center;
  }


#s-f1a32fca-d657-4594-9c3a-ce3ad701e3a5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-5db4f880-62dc-41b0-ac79-e4407bee77cb {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 48px;
background-color: rgba(69, 122, 255, 1);
}








#s-5db4f880-62dc-41b0-ac79-e4407bee77cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db4f880-62dc-41b0-ac79-e4407bee77cb.shg-box.shg-c {
  justify-content: center;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown span, #s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-dc0e4411-88cf-4cb2-91fd-c8e773c6ce1f {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-dc0e4411-88cf-4cb2-91fd-c8e773c6ce1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc0e4411-88cf-4cb2-91fd-c8e773c6ce1f.shg-box.shg-c {
  justify-content: center;
}

#s-1d88a353-7605-4851-9b6d-e363654f0b6f {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-021b1223-76e9-4841-9a29-bba97d96b4f8 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-021b1223-76e9-4841-9a29-bba97d96b4f8 {
  display: none;
}
#s-021b1223-76e9-4841-9a29-bba97d96b4f8, #wrap-s-021b1223-76e9-4841-9a29-bba97d96b4f8, #wrap-content-s-021b1223-76e9-4841-9a29-bba97d96b4f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-021b1223-76e9-4841-9a29-bba97d96b4f8 {
  display: none;
}
#s-021b1223-76e9-4841-9a29-bba97d96b4f8, #wrap-s-021b1223-76e9-4841-9a29-bba97d96b4f8, #wrap-content-s-021b1223-76e9-4841-9a29-bba97d96b4f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-021b1223-76e9-4841-9a29-bba97d96b4f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-021b1223-76e9-4841-9a29-bba97d96b4f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-021b1223-76e9-4841-9a29-bba97d96b4f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-021b1223-76e9-4841-9a29-bba97d96b4f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c img.shogun-image,
  #s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c {
    width: 100%;
    height: auto;
  }



  #s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c img.shogun-image {
    

    
    
    
  }


#s-a00d88f7-4316-4d84-8e6c-fe1b860cef4c .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
  box-sizing: border-box;
}



.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
      position: relative;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
  box-sizing: border-box;
}



.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
      position: relative;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
  box-sizing: border-box;
}



.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
      position: relative;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
  box-sizing: border-box;
}



.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
      position: relative;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  margin: 0 !important;
  overflow: visible;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add background color handling */
  
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image {
  box-sizing: border-box;
}



.s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container {
      position: relative;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e0a1f6f-ded1-4fb5-96a2-2e0efac14fab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-8212ae46-9e98-453b-af65-8d8fcf852f01 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-8212ae46-9e98-453b-af65-8d8fcf852f01 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8212ae46-9e98-453b-af65-8d8fcf852f01 img.shogun-image,
  #s-8212ae46-9e98-453b-af65-8d8fcf852f01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8212ae46-9e98-453b-af65-8d8fcf852f01 {
    width: 100%;
    height: auto;
  }



  #s-8212ae46-9e98-453b-af65-8d8fcf852f01 img.shogun-image {
    

    
    
    
  }


#s-8212ae46-9e98-453b-af65-8d8fcf852f01 .shogun-image-content {
  
    justify-content: center;
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22dfe100-8cdd-474a-929f-946c6773b43c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-22dfe100-8cdd-474a-929f-946c6773b43c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22dfe100-8cdd-474a-929f-946c6773b43c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-22dfe100-8cdd-474a-929f-946c6773b43c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22dfe100-8cdd-474a-929f-946c6773b43c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-22dfe100-8cdd-474a-929f-946c6773b43c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22dfe100-8cdd-474a-929f-946c6773b43c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-22dfe100-8cdd-474a-929f-946c6773b43c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-22dfe100-8cdd-474a-929f-946c6773b43c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-22dfe100-8cdd-474a-929f-946c6773b43c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-22dfe100-8cdd-474a-929f-946c6773b43c img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-22dfe100-8cdd-474a-929f-946c6773b43c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22dfe100-8cdd-474a-929f-946c6773b43c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34335014-6697-4708-b40f-2e15d7d64b37 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-34335014-6697-4708-b40f-2e15d7d64b37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34335014-6697-4708-b40f-2e15d7d64b37 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-34335014-6697-4708-b40f-2e15d7d64b37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34335014-6697-4708-b40f-2e15d7d64b37 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-34335014-6697-4708-b40f-2e15d7d64b37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34335014-6697-4708-b40f-2e15d7d64b37 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-34335014-6697-4708-b40f-2e15d7d64b37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-34335014-6697-4708-b40f-2e15d7d64b37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34335014-6697-4708-b40f-2e15d7d64b37 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34335014-6697-4708-b40f-2e15d7d64b37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34335014-6697-4708-b40f-2e15d7d64b37 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-34335014-6697-4708-b40f-2e15d7d64b37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34335014-6697-4708-b40f-2e15d7d64b37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1898b023-2875-43c1-9497-bd9db1fcf0e3 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-1898b023-2875-43c1-9497-bd9db1fcf0e3 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1898b023-2875-43c1-9497-bd9db1fcf0e3 img.shogun-image,
  #s-1898b023-2875-43c1-9497-bd9db1fcf0e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1898b023-2875-43c1-9497-bd9db1fcf0e3 {
    width: 100%;
    height: auto;
  }



  #s-1898b023-2875-43c1-9497-bd9db1fcf0e3 img.shogun-image {
    

    
    
    
  }


#s-1898b023-2875-43c1-9497-bd9db1fcf0e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb2cd99c-6bc1-40ad-a104-913689b66917 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-eb2cd99c-6bc1-40ad-a104-913689b66917 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb2cd99c-6bc1-40ad-a104-913689b66917 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb2cd99c-6bc1-40ad-a104-913689b66917 {
  display: none;
}
#s-eb2cd99c-6bc1-40ad-a104-913689b66917, #wrap-s-eb2cd99c-6bc1-40ad-a104-913689b66917, #wrap-content-s-eb2cd99c-6bc1-40ad-a104-913689b66917 { display: none !important; }}@media (max-width: 767px){#s-eb2cd99c-6bc1-40ad-a104-913689b66917 {
  display: none;
}
#s-eb2cd99c-6bc1-40ad-a104-913689b66917, #wrap-s-eb2cd99c-6bc1-40ad-a104-913689b66917, #wrap-content-s-eb2cd99c-6bc1-40ad-a104-913689b66917 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eb2cd99c-6bc1-40ad-a104-913689b66917"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-eb2cd99c-6bc1-40ad-a104-913689b66917"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2cd99c-6bc1-40ad-a104-913689b66917"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2cd99c-6bc1-40ad-a104-913689b66917"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-f4c6e8d2-584a-4750-838a-7177bc0cef91 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-f4c6e8d2-584a-4750-838a-7177bc0cef91 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f4c6e8d2-584a-4750-838a-7177bc0cef91 img.shogun-image,
  #s-f4c6e8d2-584a-4750-838a-7177bc0cef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4c6e8d2-584a-4750-838a-7177bc0cef91 {
    width: 100%;
    height: auto;
  }



  #s-f4c6e8d2-584a-4750-838a-7177bc0cef91 img.shogun-image {
    

    
    
    
  }


#s-f4c6e8d2-584a-4750-838a-7177bc0cef91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
  box-sizing: border-box;
}



.s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b181d9a-679a-4485-b10d-5f9768159fcc {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
      position: relative;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
  box-sizing: border-box;
}



.s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b181d9a-679a-4485-b10d-5f9768159fcc {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
      position: relative;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
  box-sizing: border-box;
}



.s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b181d9a-679a-4485-b10d-5f9768159fcc {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
      position: relative;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
  box-sizing: border-box;
}



.s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b181d9a-679a-4485-b10d-5f9768159fcc {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
      position: relative;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  margin: 0 !important;
  overflow: visible;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b181d9a-679a-4485-b10d-5f9768159fcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add background color handling */
  
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b181d9a-679a-4485-b10d-5f9768159fcc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-5b181d9a-679a-4485-b10d-5f9768159fcc .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image {
  box-sizing: border-box;
}



.s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b181d9a-679a-4485-b10d-5f9768159fcc {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container {
      position: relative;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b181d9a-679a-4485-b10d-5f9768159fcc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b img.shogun-image,
  #s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b {
    width: 100%;
    height: auto;
  }



  #s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b img.shogun-image {
    

    
    
    
  }


#s-fd3f1a84-0b14-4e2d-b94b-7d6999d6878b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ef80c-0f10-4c2a-93a5-ebef8c6f266f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shg-align-container {
  display: flex;
  justify-content: center
}

.s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-271db2ae-bcc6-4c2e-bc9a-a7e9e5d33475.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fea35350-12e5-4f28-8dd5-420d35d5c5b6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-fea35350-12e5-4f28-8dd5-420d35d5c5b6 {
  display: none;
}
#s-fea35350-12e5-4f28-8dd5-420d35d5c5b6, #wrap-s-fea35350-12e5-4f28-8dd5-420d35d5c5b6, #wrap-content-s-fea35350-12e5-4f28-8dd5-420d35d5c5b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fea35350-12e5-4f28-8dd5-420d35d5c5b6 {
  display: none;
}
#s-fea35350-12e5-4f28-8dd5-420d35d5c5b6, #wrap-s-fea35350-12e5-4f28-8dd5-420d35d5c5b6, #wrap-content-s-fea35350-12e5-4f28-8dd5-420d35d5c5b6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fea35350-12e5-4f28-8dd5-420d35d5c5b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fea35350-12e5-4f28-8dd5-420d35d5c5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fea35350-12e5-4f28-8dd5-420d35d5c5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea35350-12e5-4f28-8dd5-420d35d5c5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin: 0 !important;
  overflow: visible;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add background color handling */
  
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
  box-sizing: border-box;
}



.s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
      position: relative;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin: 0 !important;
  overflow: visible;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add background color handling */
  
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
  box-sizing: border-box;
}



.s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
      position: relative;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin: 0 !important;
  overflow: visible;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add background color handling */
  
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
  box-sizing: border-box;
}



.s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
      position: relative;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin: 0 !important;
  overflow: visible;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add background color handling */
  
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
  box-sizing: border-box;
}



.s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
      position: relative;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  margin: 0 !important;
  overflow: visible;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add background color handling */
  
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-102a8a6a-9ef3-430c-b132-f838e811dd5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image {
  box-sizing: border-box;
}



.s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container {
      position: relative;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102a8a6a-9ef3-430c-b132-f838e811dd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d78897be-49d7-489c-9fa2-ce23298cb50f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d78897be-49d7-489c-9fa2-ce23298cb50f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d78897be-49d7-489c-9fa2-ce23298cb50f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d78897be-49d7-489c-9fa2-ce23298cb50f {
  display: none;
}
#s-d78897be-49d7-489c-9fa2-ce23298cb50f, #wrap-s-d78897be-49d7-489c-9fa2-ce23298cb50f, #wrap-content-s-d78897be-49d7-489c-9fa2-ce23298cb50f { display: none !important; }}@media (max-width: 767px){#s-d78897be-49d7-489c-9fa2-ce23298cb50f {
  display: none;
}
#s-d78897be-49d7-489c-9fa2-ce23298cb50f, #wrap-s-d78897be-49d7-489c-9fa2-ce23298cb50f, #wrap-content-s-d78897be-49d7-489c-9fa2-ce23298cb50f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d78897be-49d7-489c-9fa2-ce23298cb50f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-d78897be-49d7-489c-9fa2-ce23298cb50f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d78897be-49d7-489c-9fa2-ce23298cb50f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78897be-49d7-489c-9fa2-ce23298cb50f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9595e584-c288-41c5-a447-4f6585254f32 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-9595e584-c288-41c5-a447-4f6585254f32 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9595e584-c288-41c5-a447-4f6585254f32 img.shogun-image,
  #s-9595e584-c288-41c5-a447-4f6585254f32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9595e584-c288-41c5-a447-4f6585254f32 {
    width: 100%;
    height: auto;
  }



  #s-9595e584-c288-41c5-a447-4f6585254f32 img.shogun-image {
    

    
    
    
  }


#s-9595e584-c288-41c5-a447-4f6585254f32 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin: 0 !important;
  overflow: visible;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add background color handling */
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
  box-sizing: border-box;
}



.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
      position: relative;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin: 0 !important;
  overflow: visible;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add background color handling */
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
  box-sizing: border-box;
}



.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
      position: relative;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin: 0 !important;
  overflow: visible;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add background color handling */
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
  box-sizing: border-box;
}



.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
      position: relative;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin: 0 !important;
  overflow: visible;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add background color handling */
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
  box-sizing: border-box;
}



.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
      position: relative;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  margin: 0 !important;
  overflow: visible;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add background color handling */
  
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image {
  box-sizing: border-box;
}



.s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container {
      position: relative;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c100eec0-d583-4ee5-a0d4-5dae1e725950 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
