.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-25eb4634-b0b5-48e4-b2af-2faa0b9ae33a {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-left: 2%;
padding-bottom: 2px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-25eb4634-b0b5-48e4-b2af-2faa0b9ae33a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25eb4634-b0b5-48e4-b2af-2faa0b9ae33a.shg-box.shg-c {
  justify-content: center;
}

.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-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin-top: 0%;
margin-left: 30%;
margin-bottom: 0%;
margin-right: 30%;
max-width: 2598px;
aspect-ratio: 2598/255;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin: 0 !important;
  overflow: visible;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add background color handling */
  
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
  box-sizing: border-box;
}



.s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
      position: relative;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

@media (min-width: 1200px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin: 0 !important;
  overflow: visible;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add background color handling */
  
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
  box-sizing: border-box;
}



.s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
      position: relative;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin: 0 !important;
  overflow: visible;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add background color handling */
  
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
  box-sizing: border-box;
}



.s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
      position: relative;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin: 0 !important;
  overflow: visible;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add background color handling */
  
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
  box-sizing: border-box;
}



.s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
      position: relative;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}@media (max-width: 767px){#s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  margin: 0 !important;
  overflow: visible;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

.shg-image-content-margin-container-s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add background color handling */
  
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }

    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-link {
      aspect-ratio: 2598/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2598px;
  }



  img.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
    
    
    
    max-height: 2598px;
  }


.s-058e3c32-8aef-4516-b192-0dba65c5e0dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image {
  box-sizing: border-box;
}



.s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd {
      --shg-aspect-ratio: calc(2598/255); 
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container {
      position: relative;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-058e3c32-8aef-4516-b192-0dba65c5e0dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2598px;
    }
  }

}
#s-e48eb473-1f61-4f9b-8dcc-6082399435ff {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e48eb473-1f61-4f9b-8dcc-6082399435ff {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e48eb473-1f61-4f9b-8dcc-6082399435ff {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxMGZiOTQtNjZjYi00Yzg3LTg0NWEtMDBkMjAyZThkYTI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjgyODI4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTUwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjEwZmI5NC02NmNiLTRjODctODQ1YS0wMGQyMDJlOGRhMjgpIi8+PC9zdmc+);
}








#s-e48eb473-1f61-4f9b-8dcc-6082399435ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e48eb473-1f61-4f9b-8dcc-6082399435ff.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-24003278-60f9-4a23-a38b-abcfb4f08bd3 {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-24003278-60f9-4a23-a38b-abcfb4f08bd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-24003278-60f9-4a23-a38b-abcfb4f08bd3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-24003278-60f9-4a23-a38b-abcfb4f08bd3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-24003278-60f9-4a23-a38b-abcfb4f08bd3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(165, 0, 0, 1);
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(165, 0, 0, 1);
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-0d0444e5-673b-4d5a-87d4-f1bc51a1c867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

.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-e06661d1-b550-4f35-836d-737d7db38c4b {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-e06661d1-b550-4f35-836d-737d7db38c4b:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e06661d1-b550-4f35-836d-737d7db38c4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e06661d1-b550-4f35-836d-737d7db38c4b-root {
    text-align: center;
  }


#s-e06661d1-b550-4f35-836d-737d7db38c4b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e06661d1-b550-4f35-836d-737d7db38c4b-root {
    text-align: center;
  }


#s-e06661d1-b550-4f35-836d-737d7db38c4b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e06661d1-b550-4f35-836d-737d7db38c4b-root {
    text-align: center;
  }


#s-e06661d1-b550-4f35-836d-737d7db38c4b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e06661d1-b550-4f35-836d-737d7db38c4b-root {
    text-align: center;
  }


#s-e06661d1-b550-4f35-836d-737d7db38c4b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e06661d1-b550-4f35-836d-737d7db38c4b-root {
    text-align: center;
  }


#s-e06661d1-b550-4f35-836d-737d7db38c4b.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d8711c5-5190-4ab5-860e-c66e572e6fd0-root {
    text-align: center;
  }


#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d8711c5-5190-4ab5-860e-c66e572e6fd0-root {
    text-align: center;
  }


#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d8711c5-5190-4ab5-860e-c66e572e6fd0-root {
    text-align: center;
  }


#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d8711c5-5190-4ab5-860e-c66e572e6fd0-root {
    text-align: center;
  }


#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d8711c5-5190-4ab5-860e-c66e572e6fd0-root {
    text-align: center;
  }


#s-4d8711c5-5190-4ab5-860e-c66e572e6fd0.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f-root {
    text-align: center;
  }


#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f-root {
    text-align: center;
  }


#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f-root {
    text-align: center;
  }


#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f-root {
    text-align: center;
  }


#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f-root {
    text-align: center;
  }


#s-e977ae4e-0fb9-44d3-be3c-c2a73774fa5f.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4fd43e9f-3c85-4def-a432-52dbff625945 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-4fd43e9f-3c85-4def-a432-52dbff625945:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4fd43e9f-3c85-4def-a432-52dbff625945:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fd43e9f-3c85-4def-a432-52dbff625945-root {
    text-align: center;
  }


#s-4fd43e9f-3c85-4def-a432-52dbff625945.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4fd43e9f-3c85-4def-a432-52dbff625945-root {
    text-align: center;
  }


#s-4fd43e9f-3c85-4def-a432-52dbff625945.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fd43e9f-3c85-4def-a432-52dbff625945-root {
    text-align: center;
  }


#s-4fd43e9f-3c85-4def-a432-52dbff625945.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fd43e9f-3c85-4def-a432-52dbff625945-root {
    text-align: center;
  }


#s-4fd43e9f-3c85-4def-a432-52dbff625945.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4fd43e9f-3c85-4def-a432-52dbff625945-root {
    text-align: center;
  }


#s-4fd43e9f-3c85-4def-a432-52dbff625945.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57c7765b-3723-42a6-bc27-d36c3e02c3b3-root {
    text-align: center;
  }


#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57c7765b-3723-42a6-bc27-d36c3e02c3b3-root {
    text-align: center;
  }


#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57c7765b-3723-42a6-bc27-d36c3e02c3b3-root {
    text-align: center;
  }


#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57c7765b-3723-42a6-bc27-d36c3e02c3b3-root {
    text-align: center;
  }


#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57c7765b-3723-42a6-bc27-d36c3e02c3b3-root {
    text-align: center;
  }


#s-57c7765b-3723-42a6-bc27-d36c3e02c3b3.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0e97848c-4844-4734-a2ef-eb596be0d457 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(165, 0, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-0e97848c-4844-4734-a2ef-eb596be0d457:hover {border-radius: 5px !important;
background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0e97848c-4844-4734-a2ef-eb596be0d457:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e97848c-4844-4734-a2ef-eb596be0d457-root {
    text-align: center;
  }


#s-0e97848c-4844-4734-a2ef-eb596be0d457.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e97848c-4844-4734-a2ef-eb596be0d457-root {
    text-align: center;
  }


#s-0e97848c-4844-4734-a2ef-eb596be0d457.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e97848c-4844-4734-a2ef-eb596be0d457-root {
    text-align: center;
  }


#s-0e97848c-4844-4734-a2ef-eb596be0d457.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e97848c-4844-4734-a2ef-eb596be0d457-root {
    text-align: center;
  }


#s-0e97848c-4844-4734-a2ef-eb596be0d457.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e97848c-4844-4734-a2ef-eb596be0d457-root {
    text-align: center;
  }


#s-0e97848c-4844-4734-a2ef-eb596be0d457.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fefb46e5-fd94-4041-bd90-555c13004cbb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(241, 59, 4, 1);
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(241, 59, 4, 1);
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-fefb46e5-fd94-4041-bd90-555c13004cbb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-169064b1-98e7-494b-89cf-2edd47bb6e43 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 59, 4, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-169064b1-98e7-494b-89cf-2edd47bb6e43:hover {border-radius: 5px !important;
background-color: rgba(241, 59, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-169064b1-98e7-494b-89cf-2edd47bb6e43:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-169064b1-98e7-494b-89cf-2edd47bb6e43-root {
    text-align: center;
  }


#s-169064b1-98e7-494b-89cf-2edd47bb6e43.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-169064b1-98e7-494b-89cf-2edd47bb6e43-root {
    text-align: center;
  }


#s-169064b1-98e7-494b-89cf-2edd47bb6e43.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-169064b1-98e7-494b-89cf-2edd47bb6e43-root {
    text-align: center;
  }


#s-169064b1-98e7-494b-89cf-2edd47bb6e43.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-169064b1-98e7-494b-89cf-2edd47bb6e43-root {
    text-align: center;
  }


#s-169064b1-98e7-494b-89cf-2edd47bb6e43.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-169064b1-98e7-494b-89cf-2edd47bb6e43-root {
    text-align: center;
  }


#s-169064b1-98e7-494b-89cf-2edd47bb6e43.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-10923676-be9a-4a6a-8a94-19c543d83952 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 59, 4, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-10923676-be9a-4a6a-8a94-19c543d83952:hover {border-radius: 5px !important;
background-color: rgba(241, 59, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-10923676-be9a-4a6a-8a94-19c543d83952:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10923676-be9a-4a6a-8a94-19c543d83952-root {
    text-align: center;
  }


#s-10923676-be9a-4a6a-8a94-19c543d83952.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-10923676-be9a-4a6a-8a94-19c543d83952-root {
    text-align: center;
  }


#s-10923676-be9a-4a6a-8a94-19c543d83952.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10923676-be9a-4a6a-8a94-19c543d83952-root {
    text-align: center;
  }


#s-10923676-be9a-4a6a-8a94-19c543d83952.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10923676-be9a-4a6a-8a94-19c543d83952-root {
    text-align: center;
  }


#s-10923676-be9a-4a6a-8a94-19c543d83952.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-10923676-be9a-4a6a-8a94-19c543d83952-root {
    text-align: center;
  }


#s-10923676-be9a-4a6a-8a94-19c543d83952.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-305a3565-7a81-457f-90de-99eb6fa21004 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(241, 59, 4, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-305a3565-7a81-457f-90de-99eb6fa21004:hover {border-radius: 5px !important;
background-color: rgba(241, 59, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-305a3565-7a81-457f-90de-99eb6fa21004:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-305a3565-7a81-457f-90de-99eb6fa21004-root {
    text-align: center;
  }


#s-305a3565-7a81-457f-90de-99eb6fa21004.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-305a3565-7a81-457f-90de-99eb6fa21004-root {
    text-align: center;
  }


#s-305a3565-7a81-457f-90de-99eb6fa21004.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305a3565-7a81-457f-90de-99eb6fa21004-root {
    text-align: center;
  }


#s-305a3565-7a81-457f-90de-99eb6fa21004.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305a3565-7a81-457f-90de-99eb6fa21004-root {
    text-align: center;
  }


#s-305a3565-7a81-457f-90de-99eb6fa21004.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-305a3565-7a81-457f-90de-99eb6fa21004-root {
    text-align: center;
  }


#s-305a3565-7a81-457f-90de-99eb6fa21004.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 177, 0, 1);
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(255, 177, 0, 1);
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-30ba727b-fcc9-4c4d-acb3-38dd42cff728 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-92d4d5ff-4eab-4346-a816-519e18b2bda7 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 177, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-92d4d5ff-4eab-4346-a816-519e18b2bda7:hover {border-radius: 5px !important;
background-color: rgba(255, 177, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-92d4d5ff-4eab-4346-a816-519e18b2bda7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92d4d5ff-4eab-4346-a816-519e18b2bda7-root {
    text-align: center;
  }


#s-92d4d5ff-4eab-4346-a816-519e18b2bda7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-92d4d5ff-4eab-4346-a816-519e18b2bda7-root {
    text-align: center;
  }


#s-92d4d5ff-4eab-4346-a816-519e18b2bda7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92d4d5ff-4eab-4346-a816-519e18b2bda7-root {
    text-align: center;
  }


#s-92d4d5ff-4eab-4346-a816-519e18b2bda7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92d4d5ff-4eab-4346-a816-519e18b2bda7-root {
    text-align: center;
  }


#s-92d4d5ff-4eab-4346-a816-519e18b2bda7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-92d4d5ff-4eab-4346-a816-519e18b2bda7-root {
    text-align: center;
  }


#s-92d4d5ff-4eab-4346-a816-519e18b2bda7.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-25e0879f-28cd-403c-abeb-48d4332ddd20 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 177, 0, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-25e0879f-28cd-403c-abeb-48d4332ddd20:hover {border-radius: 5px !important;
background-color: rgba(255, 177, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-25e0879f-28cd-403c-abeb-48d4332ddd20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25e0879f-28cd-403c-abeb-48d4332ddd20-root {
    text-align: center;
  }


#s-25e0879f-28cd-403c-abeb-48d4332ddd20.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25e0879f-28cd-403c-abeb-48d4332ddd20-root {
    text-align: center;
  }


#s-25e0879f-28cd-403c-abeb-48d4332ddd20.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25e0879f-28cd-403c-abeb-48d4332ddd20-root {
    text-align: center;
  }


#s-25e0879f-28cd-403c-abeb-48d4332ddd20.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25e0879f-28cd-403c-abeb-48d4332ddd20-root {
    text-align: center;
  }


#s-25e0879f-28cd-403c-abeb-48d4332ddd20.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25e0879f-28cd-403c-abeb-48d4332ddd20-root {
    text-align: center;
  }


#s-25e0879f-28cd-403c-abeb-48d4332ddd20.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-14867b1a-115f-453a-9be9-e90054529321 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #D5D6D7;
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid #D5D6D7;
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-14867b1a-115f-453a-9be9-e90054529321 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811-root {
    text-align: center;
  }


#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811-root {
    text-align: center;
  }


#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811-root {
    text-align: center;
  }


#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811-root {
    text-align: center;
  }


#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811-root {
    text-align: center;
  }


#s-7fc9ccf0-6e7b-4a2d-94bb-1de20f1c4811.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-79924ab0-508a-44e4-a99a-0c10efbfd509 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
line-height: 1em;
}
#s-79924ab0-508a-44e4-a99a-0c10efbfd509:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-79924ab0-508a-44e4-a99a-0c10efbfd509:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79924ab0-508a-44e4-a99a-0c10efbfd509-root {
    text-align: center;
  }


#s-79924ab0-508a-44e4-a99a-0c10efbfd509.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79924ab0-508a-44e4-a99a-0c10efbfd509-root {
    text-align: center;
  }


#s-79924ab0-508a-44e4-a99a-0c10efbfd509.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79924ab0-508a-44e4-a99a-0c10efbfd509-root {
    text-align: center;
  }


#s-79924ab0-508a-44e4-a99a-0c10efbfd509.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79924ab0-508a-44e4-a99a-0c10efbfd509-root {
    text-align: center;
  }


#s-79924ab0-508a-44e4-a99a-0c10efbfd509.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79924ab0-508a-44e4-a99a-0c10efbfd509-root {
    text-align: center;
  }


#s-79924ab0-508a-44e4-a99a-0c10efbfd509.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}
@media (max-width: 767px){#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f {
  display: none;
}
#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f, #wrap-s-f74f0d9c-a953-4a59-a611-8c651c34ba5f, #wrap-content-s-f74f0d9c-a953-4a59-a611-8c651c34ba5f { display: none !important; }}
#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #D5D6D7;
}

#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid #D5D6D7;
}

#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-f74f0d9c-a953-4a59-a611-8c651c34ba5f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin-left: auto;
margin-right: auto;
max-width: 3240px;
aspect-ratio: 3240/675;
text-align: center;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin: 0 !important;
  overflow: visible;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add background color handling */
  
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
  box-sizing: border-box;
}



.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
      position: relative;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

@media (min-width: 1200px){#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin: 0 !important;
  overflow: visible;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add background color handling */
  
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
  box-sizing: border-box;
}



.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
      position: relative;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin: 0 !important;
  overflow: visible;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add background color handling */
  
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
  box-sizing: border-box;
}



.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
      position: relative;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin: 0 !important;
  overflow: visible;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add background color handling */
  
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
  box-sizing: border-box;
}



.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
      position: relative;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (max-width: 767px){#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  margin: 0 !important;
  overflow: visible;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add background color handling */
  
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image {
  box-sizing: border-box;
}



.s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container {
      position: relative;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d3d342a-8c48-4ab8-9d4f-eae90dbf745f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}
#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517-root {
    text-align: center;
  }


#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517-root {
    text-align: center;
  }


#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517-root {
    text-align: center;
  }


#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517-root {
    text-align: center;
  }


#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517-root {
    text-align: center;
  }


#s-c630a6e9-d5c9-40d3-aeef-ece9e02e6517.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4f895af-4514-4d05-9f5d-88fc80b05ddd-root {
    text-align: center;
  }


#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a4f895af-4514-4d05-9f5d-88fc80b05ddd-root {
    text-align: center;
  }


#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4f895af-4514-4d05-9f5d-88fc80b05ddd-root {
    text-align: center;
  }


#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4f895af-4514-4d05-9f5d-88fc80b05ddd-root {
    text-align: center;
  }


#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a4f895af-4514-4d05-9f5d-88fc80b05ddd-root {
    text-align: center;
  }


#s-a4f895af-4514-4d05-9f5d-88fc80b05ddd.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 {
  display: none;
}
#s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-content-s-a368f905-e00b-4abd-97f5-6e24e0ea9272 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 {
  display: none;
}
#s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-content-s-a368f905-e00b-4abd-97f5-6e24e0ea9272 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 {
  display: none;
}
#s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-s-a368f905-e00b-4abd-97f5-6e24e0ea9272, #wrap-content-s-a368f905-e00b-4abd-97f5-6e24e0ea9272 { display: none !important; }}
#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #D5D6D7;
}

#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 10px;
}

#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid #D5D6D7;
}

#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a368f905-e00b-4abd-97f5-6e24e0ea9272 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin-left: auto;
margin-right: auto;
max-width: 3240px;
aspect-ratio: 3240/675;
text-align: center;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
  box-sizing: border-box;
}



.s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
      position: relative;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

@media (min-width: 1200px){#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
  box-sizing: border-box;
}



.s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
      position: relative;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
  box-sizing: border-box;
}



.s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
      position: relative;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
  box-sizing: border-box;
}



.s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
      position: relative;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}@media (max-width: 767px){#s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  margin: 0 !important;
  overflow: visible;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add background color handling */
  
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }

    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-link {
      aspect-ratio: 3240/675;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3240px;
  }



  img.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
    
    
    
    max-height: 3240px;
  }


.s-75417c64-1eb2-4e96-8f0d-54638169f6bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image {
  box-sizing: border-box;
}



.s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb {
      --shg-aspect-ratio: calc(3240/675); 
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container {
      position: relative;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75417c64-1eb2-4e96-8f0d-54638169f6bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3240px;
    }
  }

}
#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a-root {
    text-align: center;
  }


#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a-root {
    text-align: center;
  }


#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a-root {
    text-align: center;
  }


#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a-root {
    text-align: center;
  }


#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a-root {
    text-align: center;
  }


#s-4652ee07-ab0c-4725-8f0e-10c58c9ff16a.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-54e612ac-6d2d-415d-8cee-73832ad9a810 {
  border-style: solid;
margin-top: 1px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-radius: 5px;
background-color: rgba(40, 40, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(242, 242, 242, 1);
line-height: 1em;
}
#s-54e612ac-6d2d-415d-8cee-73832ad9a810:hover {border-radius: 5px !important;
background-color: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-54e612ac-6d2d-415d-8cee-73832ad9a810:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54e612ac-6d2d-415d-8cee-73832ad9a810-root {
    text-align: center;
  }


#s-54e612ac-6d2d-415d-8cee-73832ad9a810.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54e612ac-6d2d-415d-8cee-73832ad9a810-root {
    text-align: center;
  }


#s-54e612ac-6d2d-415d-8cee-73832ad9a810.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54e612ac-6d2d-415d-8cee-73832ad9a810-root {
    text-align: center;
  }


#s-54e612ac-6d2d-415d-8cee-73832ad9a810.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54e612ac-6d2d-415d-8cee-73832ad9a810-root {
    text-align: center;
  }


#s-54e612ac-6d2d-415d-8cee-73832ad9a810.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54e612ac-6d2d-415d-8cee-73832ad9a810-root {
    text-align: center;
  }


#s-54e612ac-6d2d-415d-8cee-73832ad9a810.shg-btn {
  color: rgba(242, 242, 242, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e9a36059-dcaf-4225-88a8-59141a2c4c18 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e9a36059-dcaf-4225-88a8-59141a2c4c18 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9a36059-dcaf-4225-88a8-59141a2c4c18 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-e9a36059-dcaf-4225-88a8-59141a2c4c18 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-e9a36059-dcaf-4225-88a8-59141a2c4c18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9a36059-dcaf-4225-88a8-59141a2c4c18.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-a519bd88-6dc3-4511-8101-25e74058f140 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a519bd88-6dc3-4511-8101-25e74058f140 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (max-width: 767px){#s-a519bd88-6dc3-4511-8101-25e74058f140 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b2f2d78f-954d-4a11-93c7-1a86ce4d52e4 {
  margin-left: auto;
margin-right: auto;
}

#s-b2f2d78f-954d-4a11-93c7-1a86ce4d52e4 .shg-proportional-font-size,
#s-b2f2d78f-954d-4a11-93c7-1a86ce4d52e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-799e6d59-71e1-484a-8cf9-8980f6bbb08e {
  margin-left: auto;
margin-right: auto;
}

#s-799e6d59-71e1-484a-8cf9-8980f6bbb08e hr {
  border-top: 2px solid #ddd;
}

#s-f11fc4d4-c504-4766-a507-bebf3ab6f256 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f11fc4d4-c504-4766-a507-bebf3ab6f256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f11fc4d4-c504-4766-a507-bebf3ab6f256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f11fc4d4-c504-4766-a507-bebf3ab6f256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f11fc4d4-c504-4766-a507-bebf3ab6f256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-ef6269c8-8f98-4ed1-9a67-be262782656b {
  margin-left: auto;
margin-right: auto;
}

#s-ef6269c8-8f98-4ed1-9a67-be262782656b .shg-proportional-font-size,
#s-ef6269c8-8f98-4ed1-9a67-be262782656b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-20eb55d1-0c39-4fff-bf31-b83fc7e941de {
  margin-left: auto;
margin-right: auto;
}

#s-20eb55d1-0c39-4fff-bf31-b83fc7e941de .shg-proportional-font-size,
#s-20eb55d1-0c39-4fff-bf31-b83fc7e941de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e4712b01-78bf-4279-a5d8-9cd93c688da3 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-e4712b01-78bf-4279-a5d8-9cd93c688da3 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4712b01-78bf-4279-a5d8-9cd93c688da3 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-e4712b01-78bf-4279-a5d8-9cd93c688da3 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-e4712b01-78bf-4279-a5d8-9cd93c688da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4712b01-78bf-4279-a5d8-9cd93c688da3.shg-box.shg-c {
  justify-content: center;
}

#s-8016a0da-7d7a-4536-bcac-5210d2a29d46 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8016a0da-7d7a-4536-bcac-5210d2a29d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8016a0da-7d7a-4536-bcac-5210d2a29d46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8016a0da-7d7a-4536-bcac-5210d2a29d46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8016a0da-7d7a-4536-bcac-5210d2a29d46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b8ead4c5-a0f3-4639-ab0f-52db0655d84a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b8ead4c5-a0f3-4639-ab0f-52db0655d84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8ead4c5-a0f3-4639-ab0f-52db0655d84a.shg-box.shg-c {
  justify-content: center;
}

#s-597bee16-f8d9-4daa-a155-4c3260b4ad2e {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-597bee16-f8d9-4daa-a155-4c3260b4ad2e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: 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 {
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

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

#s-7987714c-9fce-4b4d-aac3-dc1b0cc5afff {
  margin-left: auto;
margin-right: auto;
}

#s-d925966c-d6d9-41ba-b9a1-32b54f615fde {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 40, 40, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d925966c-d6d9-41ba-b9a1-32b54f615fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d925966c-d6d9-41ba-b9a1-32b54f615fde.shg-box.shg-c {
  justify-content: center;
}

#s-fc63aec4-adfd-4d80-b80e-bc2d0962ea4d {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc63aec4-adfd-4d80-b80e-bc2d0962ea4d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: center;
}



#s-1692e070-ec1c-4356-a92d-5b6fe30c9abb {
  margin-left: auto;
margin-right: auto;
}

#s-def0ba91-e061-4892-b835-56a12c13003f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-def0ba91-e061-4892-b835-56a12c13003f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-def0ba91-e061-4892-b835-56a12c13003f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-def0ba91-e061-4892-b835-56a12c13003f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-def0ba91-e061-4892-b835-56a12c13003f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d398689-245e-45db-8d49-f21b2e26f029 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4d398689-245e-45db-8d49-f21b2e26f029"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4d398689-245e-45db-8d49-f21b2e26f029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d398689-245e-45db-8d49-f21b2e26f029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d398689-245e-45db-8d49-f21b2e26f029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin-left: auto;
margin-right: auto;
max-width: 1917px;
text-align: center;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c-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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c .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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1917px;

  /* 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-ab93776b-63e9-4ee8-a273-ea7410a34c7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c-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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c .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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c img.shogun-image {
  width: 100%;
  
  
  

  /* 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-ab93776b-63e9-4ee8-a273-ea7410a34c7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c-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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c .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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c img.shogun-image {
  width: 100%;
  
  
  

  /* 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-ab93776b-63e9-4ee8-a273-ea7410a34c7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c-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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c .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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c img.shogun-image {
  width: 100%;
  
  
  

  /* 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-ab93776b-63e9-4ee8-a273-ea7410a34c7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c-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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c .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-ab93776b-63e9-4ee8-a273-ea7410a34c7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c img.shogun-image {
  width: 100%;
  
  
  

  /* 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-ab93776b-63e9-4ee8-a273-ea7410a34c7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93776b-63e9-4ee8-a273-ea7410a34c7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin-left: auto;
margin-right: auto;
max-width: 1914px;
text-align: center;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f-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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1914px;

  /* 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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f-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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f-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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f-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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f-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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f img.shogun-image {
  width: 100%;
  
  
  

  /* 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-6e4655d4-4d26-49c0-8d02-459a7a63ea2f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e4655d4-4d26-49c0-8d02-459a7a63ea2f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 3840px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1-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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

  /* 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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1-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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1-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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1-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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1-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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-93d04841-7ef8-47eb-a1c4-c6429251a1d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93d04841-7ef8-47eb-a1c4-c6429251a1d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf {
  margin-left: auto;
margin-right: auto;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-prev,
#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-prev svg,
#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-next svg {
  fill: #D5D6D7 !important;
  stroke: #D5D6D7 !important;
  
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-667a3bc3-b3a9-4090-bd83-0ace0b8aebcf .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988-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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

  /* 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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988-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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988-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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988-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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988-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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-658b7b6f-74e3-43ae-a9c0-b24c6927d988 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658b7b6f-74e3-43ae-a9c0-b24c6927d988.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436-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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

  /* 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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436-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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436-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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436-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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436-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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e8fb9-b37c-48c3-b4d7-6414a13dc436.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-295d1e06-7718-42b4-8263-ff5c6a6f1cce {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-295d1e06-7718-42b4-8263-ff5c6a6f1cce {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-295d1e06-7718-42b4-8263-ff5c6a6f1cce {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-295d1e06-7718-42b4-8263-ff5c6a6f1cce {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-295d1e06-7718-42b4-8263-ff5c6a6f1cce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-8fd45790-de32-4e86-80c2-1c1ed06f288c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8fd45790-de32-4e86-80c2-1c1ed06f288c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fd45790-de32-4e86-80c2-1c1ed06f288c.shg-box.shg-c {
  justify-content: center;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
max-width: 2542px;
text-align: center;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701-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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 3px;
  margin-bottom: 3px;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 img.shogun-image {
  width: 100%;
  
  
  max-width: 2542px;

  /* 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-98b2071b-abfa-4e07-a170-ba0bd278d701 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701-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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 .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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-98b2071b-abfa-4e07-a170-ba0bd278d701 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701-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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 .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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-98b2071b-abfa-4e07-a170-ba0bd278d701 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701-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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 .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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-98b2071b-abfa-4e07-a170-ba0bd278d701 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701-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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 .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-98b2071b-abfa-4e07-a170-ba0bd278d701 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98b2071b-abfa-4e07-a170-ba0bd278d701 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-98b2071b-abfa-4e07-a170-ba0bd278d701 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98b2071b-abfa-4e07-a170-ba0bd278d701.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a0f6158-f5d9-40a7-9302-52603ae0f340 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a0f6158-f5d9-40a7-9302-52603ae0f340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a0f6158-f5d9-40a7-9302-52603ae0f340.shg-box.shg-c {
  justify-content: center;
}

#s-8e8b3b65-8f7b-49e0-9c6f-9c1e909c3b8c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 2%;
padding-bottom: 5px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-8e8b3b65-8f7b-49e0-9c6f-9c1e909c3b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e8b3b65-8f7b-49e0-9c6f-9c1e909c3b8c.shg-box.shg-c {
  justify-content: center;
}

#s-c61d696a-0f54-4dd2-ae1e-309d36d9b0be {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c61d696a-0f54-4dd2-ae1e-309d36d9b0be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61d696a-0f54-4dd2-ae1e-309d36d9b0be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c61d696a-0f54-4dd2-ae1e-309d36d9b0be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c61d696a-0f54-4dd2-ae1e-309d36d9b0be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-be946811-2c48-4f56-a306-bcf2027cb3af {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-be946811-2c48-4f56-a306-bcf2027cb3af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be946811-2c48-4f56-a306-bcf2027cb3af.shg-box.shg-c {
  justify-content: center;
}

#s-beb07103-194e-45ca-a8ff-c85c4b08e4b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beb07103-194e-45ca-a8ff-c85c4b08e4b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8f574356-e566-46d0-8f9f-a619da1ea4ec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








#s-8f574356-e566-46d0-8f9f-a619da1ea4ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f574356-e566-46d0-8f9f-a619da1ea4ec.shg-box.shg-c {
  justify-content: center;
}

#s-8b7f814a-58ba-4a73-9b13-fa54c3fd25a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b7f814a-58ba-4a73-9b13-fa54c3fd25a5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ed95abc6-537f-485e-bd0a-f8c758b6036d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ed95abc6-537f-485e-bd0a-f8c758b6036d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ed95abc6-537f-485e-bd0a-f8c758b6036d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ed95abc6-537f-485e-bd0a-f8c758b6036d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed95abc6-537f-485e-bd0a-f8c758b6036d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-19ca8820-c64c-435f-bd16-10ecb43e7701 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-19ca8820-c64c-435f-bd16-10ecb43e7701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19ca8820-c64c-435f-bd16-10ecb43e7701.shg-box.shg-c {
  justify-content: center;
}

#s-22c683ef-5d39-4660-ad30-5b2787367b19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22c683ef-5d39-4660-ad30-5b2787367b19 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b18b0b8b-83c8-4c57-a453-16e3ad8d26aa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b18b0b8b-83c8-4c57-a453-16e3ad8d26aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b18b0b8b-83c8-4c57-a453-16e3ad8d26aa.shg-box.shg-c {
  justify-content: center;
}

#s-5f2ac080-389b-44ae-9dd9-bc4dd6bf5447 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 100px;
text-align: center;
}

#s-5f2ac080-389b-44ae-9dd9-bc4dd6bf5447 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d0daaf12-5eb1-4b3e-bada-c0035245de7f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d0daaf12-5eb1-4b3e-bada-c0035245de7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0daaf12-5eb1-4b3e-bada-c0035245de7f.shg-box.shg-c {
  justify-content: center;
}

#s-0da7e146-4016-4b7a-ad04-d3e0c9dfd7cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0da7e146-4016-4b7a-ad04-d3e0c9dfd7cc .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ea5a1798-aa16-40db-abeb-bff12c8e0286 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-ea5a1798-aa16-40db-abeb-bff12c8e0286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea5a1798-aa16-40db-abeb-bff12c8e0286.shg-box.shg-c {
  justify-content: center;
}

#s-f3e0cbac-2893-4747-8ab8-3c8edd2b52ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3e0cbac-2893-4747-8ab8-3c8edd2b52ff .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-db4936f1-0b71-4823-93d9-153117ce180d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-db4936f1-0b71-4823-93d9-153117ce180d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db4936f1-0b71-4823-93d9-153117ce180d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-db4936f1-0b71-4823-93d9-153117ce180d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-db4936f1-0b71-4823-93d9-153117ce180d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1801bc94-0872-4eee-87dd-d038cc772d59 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1801bc94-0872-4eee-87dd-d038cc772d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1801bc94-0872-4eee-87dd-d038cc772d59.shg-box.shg-c {
  justify-content: center;
}

#s-411d6d08-d55b-4451-bf72-ebd39cc44092 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-411d6d08-d55b-4451-bf72-ebd39cc44092 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-87da3fe9-e63b-427e-9f2c-994143cbd3a4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-87da3fe9-e63b-427e-9f2c-994143cbd3a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87da3fe9-e63b-427e-9f2c-994143cbd3a4.shg-box.shg-c {
  justify-content: center;
}

#s-b6c96ff9-2fca-4ca8-af80-f1ad1b7c0502 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6c96ff9-2fca-4ca8-af80-f1ad1b7c0502 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-94b11b6e-8863-40bb-93c1-966954f88971 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-94b11b6e-8863-40bb-93c1-966954f88971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94b11b6e-8863-40bb-93c1-966954f88971.shg-box.shg-c {
  justify-content: center;
}

#s-933d23f5-e7d4-4f3a-bd88-6090c8019735 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-933d23f5-e7d4-4f3a-bd88-6090c8019735 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4885c11d-61f9-4481-abd3-9653aad066b4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-4885c11d-61f9-4481-abd3-9653aad066b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4885c11d-61f9-4481-abd3-9653aad066b4.shg-box.shg-c {
  justify-content: center;
}

#s-00aa87b6-6074-4f29-ae08-7ef7195124af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00aa87b6-6074-4f29-ae08-7ef7195124af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-78367e32-a189-48b1-9ce3-1320686a2102 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-78367e32-a189-48b1-9ce3-1320686a2102"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-78367e32-a189-48b1-9ce3-1320686a2102"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-78367e32-a189-48b1-9ce3-1320686a2102"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-78367e32-a189-48b1-9ce3-1320686a2102"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a9b505e9-95df-4b40-9326-cd650a6764d1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a9b505e9-95df-4b40-9326-cd650a6764d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9b505e9-95df-4b40-9326-cd650a6764d1.shg-box.shg-c {
  justify-content: center;
}

#s-a83f481c-122f-4aab-86b1-40ccc820d4f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a83f481c-122f-4aab-86b1-40ccc820d4f4 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-88de6fa6-9680-40b8-b0d4-deeeb277398d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-88de6fa6-9680-40b8-b0d4-deeeb277398d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88de6fa6-9680-40b8-b0d4-deeeb277398d.shg-box.shg-c {
  justify-content: center;
}

#s-a76ac5e2-97bb-471c-be26-8e9c6fe66570 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a76ac5e2-97bb-471c-be26-8e9c6fe66570 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9f04ed02-9e9c-4cfa-94a6-3f722bb4dfce {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9f04ed02-9e9c-4cfa-94a6-3f722bb4dfce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f04ed02-9e9c-4cfa-94a6-3f722bb4dfce.shg-box.shg-c {
  justify-content: center;
}

#s-c7d90af4-e801-4ed3-accf-6e3d7f5ac855 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7d90af4-e801-4ed3-accf-6e3d7f5ac855 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-42ebfbbd-bbb7-4368-b177-3642364550de {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-42ebfbbd-bbb7-4368-b177-3642364550de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42ebfbbd-bbb7-4368-b177-3642364550de.shg-box.shg-c {
  justify-content: center;
}

#s-cd6eda15-e9e4-4c2f-9591-8c5758b5f53d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd6eda15-e9e4-4c2f-9591-8c5758b5f53d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ea807632-6aa0-4771-bcf7-563a96700427 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ea807632-6aa0-4771-bcf7-563a96700427"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ea807632-6aa0-4771-bcf7-563a96700427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea807632-6aa0-4771-bcf7-563a96700427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea807632-6aa0-4771-bcf7-563a96700427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1d134670-b325-476a-813a-f376de0fa501 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1d134670-b325-476a-813a-f376de0fa501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d134670-b325-476a-813a-f376de0fa501.shg-box.shg-c {
  justify-content: center;
}

#s-ae9b6d57-8064-4345-bf45-de1f540136b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae9b6d57-8064-4345-bf45-de1f540136b5 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-352ae1fc-a58f-49ef-9afa-1fd13c81c276 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-352ae1fc-a58f-49ef-9afa-1fd13c81c276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-352ae1fc-a58f-49ef-9afa-1fd13c81c276.shg-box.shg-c {
  justify-content: center;
}

#s-5a2f280b-c23e-45a7-83f0-2c2d8d036fe1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a2f280b-c23e-45a7-83f0-2c2d8d036fe1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3e01be27-ec17-4d36-873d-06be56de1eb3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-3e01be27-ec17-4d36-873d-06be56de1eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e01be27-ec17-4d36-873d-06be56de1eb3.shg-box.shg-c {
  justify-content: center;
}

#s-4f44a19e-4749-4464-97f8-7da9d5c93013 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f44a19e-4749-4464-97f8-7da9d5c93013 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-afa16b73-a185-4417-930b-f7440f2c07ad {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-afa16b73-a185-4417-930b-f7440f2c07ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afa16b73-a185-4417-930b-f7440f2c07ad.shg-box.shg-c {
  justify-content: center;
}

#s-421fea03-598f-4662-bfe4-8c7e52407c53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-421fea03-598f-4662-bfe4-8c7e52407c53 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-427660ea-58e9-45cc-b02b-7ab046e9016e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-427660ea-58e9-45cc-b02b-7ab046e9016e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-427660ea-58e9-45cc-b02b-7ab046e9016e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-427660ea-58e9-45cc-b02b-7ab046e9016e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-427660ea-58e9-45cc-b02b-7ab046e9016e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-967309ad-9b1f-47f4-a3d1-de374d57720b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-967309ad-9b1f-47f4-a3d1-de374d57720b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-967309ad-9b1f-47f4-a3d1-de374d57720b.shg-box.shg-c {
  justify-content: center;
}

#s-ffc9b75c-a437-40a6-9f45-fd5884491808 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffc9b75c-a437-40a6-9f45-fd5884491808 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3a8424c4-f344-4140-b532-71e09ce84f02 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-3a8424c4-f344-4140-b532-71e09ce84f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a8424c4-f344-4140-b532-71e09ce84f02.shg-box.shg-c {
  justify-content: center;
}

#s-a56163b6-0376-4b07-8bbb-305c779e2b52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a56163b6-0376-4b07-8bbb-305c779e2b52 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-56f103f5-9072-4190-8ee8-480022036089 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-56f103f5-9072-4190-8ee8-480022036089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56f103f5-9072-4190-8ee8-480022036089.shg-box.shg-c {
  justify-content: center;
}

#s-8d34992d-f7ae-4a40-aa2d-361aad8142fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d34992d-f7ae-4a40-aa2d-361aad8142fd .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-16a20991-887a-40e0-b6a0-1c4c8bd59f8f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-16a20991-887a-40e0-b6a0-1c4c8bd59f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16a20991-887a-40e0-b6a0-1c4c8bd59f8f.shg-box.shg-c {
  justify-content: center;
}

#s-06a06700-16c6-4757-9df7-d134f9d168fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06a06700-16c6-4757-9df7-d134f9d168fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-72277883-a21a-4f5a-a9ab-7b7c69561f57 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-72277883-a21a-4f5a-a9ab-7b7c69561f57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-72277883-a21a-4f5a-a9ab-7b7c69561f57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-72277883-a21a-4f5a-a9ab-7b7c69561f57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-72277883-a21a-4f5a-a9ab-7b7c69561f57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-50a38c7c-810b-4bdb-996f-4f6beff8e863 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-50a38c7c-810b-4bdb-996f-4f6beff8e863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50a38c7c-810b-4bdb-996f-4f6beff8e863.shg-box.shg-c {
  justify-content: center;
}

#s-5989f4c7-7b0a-4a3a-bc80-ee26f4183e63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5989f4c7-7b0a-4a3a-bc80-ee26f4183e63 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-26061888-212b-4365-b5c7-fcb37eb700ff {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-26061888-212b-4365-b5c7-fcb37eb700ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26061888-212b-4365-b5c7-fcb37eb700ff.shg-box.shg-c {
  justify-content: center;
}

#s-d1908246-50d1-495d-a9ec-9cf129a416fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1908246-50d1-495d-a9ec-9cf129a416fc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-08e98609-9091-4b8d-8946-03acfda635ce {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-08e98609-9091-4b8d-8946-03acfda635ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08e98609-9091-4b8d-8946-03acfda635ce.shg-box.shg-c {
  justify-content: center;
}

#s-3839fa2d-a6d3-4db2-90e4-58f41dea4759 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3839fa2d-a6d3-4db2-90e4-58f41dea4759 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-587eada7-63dd-4c30-84ea-c0c94e2e11ef {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-587eada7-63dd-4c30-84ea-c0c94e2e11ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-587eada7-63dd-4c30-84ea-c0c94e2e11ef.shg-box.shg-c {
  justify-content: center;
}

#s-7ad8ed47-9363-4795-8aee-ec01fa33711b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ad8ed47-9363-4795-8aee-ec01fa33711b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-01dfb1c0-0225-4a4c-ad6a-2e0d1e1ffb71 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-01dfb1c0-0225-4a4c-ad6a-2e0d1e1ffb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01dfb1c0-0225-4a4c-ad6a-2e0d1e1ffb71.shg-box.shg-c {
  justify-content: center;
}

#s-600b39cd-660c-43cc-b430-bd62377b5acc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-600b39cd-660c-43cc-b430-bd62377b5acc .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1065a85b-4c5d-48a9-98c5-6817c0c23f75 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1065a85b-4c5d-48a9-98c5-6817c0c23f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1065a85b-4c5d-48a9-98c5-6817c0c23f75.shg-box.shg-c {
  justify-content: center;
}

#s-2345cddf-0e00-4caf-a78b-10ad8236d05c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2345cddf-0e00-4caf-a78b-10ad8236d05c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-496a6d44-110c-427e-a664-cfd7c302d71c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-496a6d44-110c-427e-a664-cfd7c302d71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-496a6d44-110c-427e-a664-cfd7c302d71c.shg-box.shg-c {
  justify-content: center;
}

#s-2146338d-75e3-417d-85b2-085e28d8fe94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2146338d-75e3-417d-85b2-085e28d8fe94 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d508371e-633e-4508-b5f8-abb8cdfab067 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 100px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d508371e-633e-4508-b5f8-abb8cdfab067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d508371e-633e-4508-b5f8-abb8cdfab067.shg-box.shg-c {
  justify-content: center;
}

#s-bd72f4f8-a95a-40df-86d3-a02cf17d1de3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd72f4f8-a95a-40df-86d3-a02cf17d1de3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-41e8429f-6c97-461b-9c07-925985735415 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e8429f-6c97-461b-9c07-925985735415 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: center;
}



#s-22f61d00-4f2a-47d1-8a8d-11228c689160 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-22f61d00-4f2a-47d1-8a8d-11228c689160 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22f61d00-4f2a-47d1-8a8d-11228c689160 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-22f61d00-4f2a-47d1-8a8d-11228c689160 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-22f61d00-4f2a-47d1-8a8d-11228c689160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f61d00-4f2a-47d1-8a8d-11228c689160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-22f61d00-4f2a-47d1-8a8d-11228c689160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-22f61d00-4f2a-47d1-8a8d-11228c689160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-e261071e-9ea3-40ef-b45f-d707fd8ada30 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e261071e-9ea3-40ef-b45f-d707fd8ada30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e261071e-9ea3-40ef-b45f-d707fd8ada30.shg-box.shg-c {
  justify-content: center;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5-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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

  /* 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-b480583c-a5fd-4542-b895-f0a17092e2d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5-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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 .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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-b480583c-a5fd-4542-b895-f0a17092e2d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5-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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 .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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-b480583c-a5fd-4542-b895-f0a17092e2d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5-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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 .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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-b480583c-a5fd-4542-b895-f0a17092e2d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5-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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 .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-b480583c-a5fd-4542-b895-f0a17092e2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b480583c-a5fd-4542-b895-f0a17092e2d5 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-b480583c-a5fd-4542-b895-f0a17092e2d5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b480583c-a5fd-4542-b895-f0a17092e2d5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d5753dd5-52eb-4f1b-99f8-0222b29b6836 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-d5753dd5-52eb-4f1b-99f8-0222b29b6836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5753dd5-52eb-4f1b-99f8-0222b29b6836.shg-box.shg-c {
  justify-content: center;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12-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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

  /* 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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12-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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12-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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12-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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12-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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-9f442fc4-6be4-4a06-bf3a-282c783f4a12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f442fc4-6be4-4a06-bf3a-282c783f4a12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f43b0314-662c-4a42-b681-68c922b7dc13 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f43b0314-662c-4a42-b681-68c922b7dc13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f43b0314-662c-4a42-b681-68c922b7dc13.shg-box.shg-c {
  justify-content: center;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
text-align: center;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723-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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a277ac-400f-460f-837a-8c32d57bd723 img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

  /* 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-f5a277ac-400f-460f-837a-8c32d57bd723 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723-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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 .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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a277ac-400f-460f-837a-8c32d57bd723 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f5a277ac-400f-460f-837a-8c32d57bd723 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723-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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 .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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a277ac-400f-460f-837a-8c32d57bd723 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f5a277ac-400f-460f-837a-8c32d57bd723 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723-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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 .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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a277ac-400f-460f-837a-8c32d57bd723 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f5a277ac-400f-460f-837a-8c32d57bd723 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f5a277ac-400f-460f-837a-8c32d57bd723 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723-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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723 .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-f5a277ac-400f-460f-837a-8c32d57bd723 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5a277ac-400f-460f-837a-8c32d57bd723 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-f5a277ac-400f-460f-837a-8c32d57bd723 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5a277ac-400f-460f-837a-8c32d57bd723.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-78042515-cac4-4f24-9b92-c357537f966c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-78042515-cac4-4f24-9b92-c357537f966c {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-78042515-cac4-4f24-9b92-c357537f966c {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-78042515-cac4-4f24-9b92-c357537f966c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78042515-cac4-4f24-9b92-c357537f966c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ef9bee39-686d-49b3-8545-061ff40793a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef9bee39-686d-49b3-8545-061ff40793a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef9bee39-686d-49b3-8545-061ff40793a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef9bee39-686d-49b3-8545-061ff40793a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9e535fcd-5aa9-436d-8759-5321087db044 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e535fcd-5aa9-436d-8759-5321087db044 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e-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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e .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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-4eb259b2-5d51-4911-92fe-ad0410799a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e-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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e .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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e img.shogun-image {
  width: 100%;
  
  
  

  /* 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-4eb259b2-5d51-4911-92fe-ad0410799a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e-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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e .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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e img.shogun-image {
  width: 100%;
  
  
  

  /* 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-4eb259b2-5d51-4911-92fe-ad0410799a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e-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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e .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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e img.shogun-image {
  width: 100%;
  
  
  

  /* 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-4eb259b2-5d51-4911-92fe-ad0410799a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e-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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e .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-4eb259b2-5d51-4911-92fe-ad0410799a0e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e img.shogun-image {
  width: 100%;
  
  
  

  /* 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-4eb259b2-5d51-4911-92fe-ad0410799a0e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4eb259b2-5d51-4911-92fe-ad0410799a0e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

#s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bf2f7309-86bc-489c-8a8b-a07dcc8c01d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2c1fbee6-68e4-4e32-b6cb-425bca1a3f3b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2c1fbee6-68e4-4e32-b6cb-425bca1a3f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c1fbee6-68e4-4e32-b6cb-425bca1a3f3b.shg-box.shg-c {
  justify-content: center;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1/1;
text-align: center;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin: 0 !important;
  overflow: visible;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add background color handling */
  
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
  box-sizing: border-box;
}



.s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25db895f-f1f6-4551-a42a-522ef1154d02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
      position: relative;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin: 0 !important;
  overflow: visible;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add background color handling */
  
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
  box-sizing: border-box;
}



.s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25db895f-f1f6-4551-a42a-522ef1154d02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
      position: relative;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin: 0 !important;
  overflow: visible;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add background color handling */
  
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
  box-sizing: border-box;
}



.s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25db895f-f1f6-4551-a42a-522ef1154d02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
      position: relative;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin: 0 !important;
  overflow: visible;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add background color handling */
  
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
  box-sizing: border-box;
}



.s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25db895f-f1f6-4551-a42a-522ef1154d02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
      position: relative;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  margin: 0 !important;
  overflow: visible;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25db895f-f1f6-4551-a42a-522ef1154d02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add background color handling */
  
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25db895f-f1f6-4551-a42a-522ef1154d02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-25db895f-f1f6-4551-a42a-522ef1154d02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image {
  box-sizing: border-box;
}



.s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-25db895f-f1f6-4551-a42a-522ef1154d02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container {
      position: relative;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25db895f-f1f6-4551-a42a-522ef1154d02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-52023612-90a6-4f2a-9b1b-10ea72658e68 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52023612-90a6-4f2a-9b1b-10ea72658e68 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}



#s-8cc47588-aa9b-4b3b-a0fb-e362787e61fb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8cc47588-aa9b-4b3b-a0fb-e362787e61fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cc47588-aa9b-4b3b-a0fb-e362787e61fb.shg-box.shg-c {
  justify-content: center;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
aspect-ratio: 1/1;
text-align: center;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin: 0 !important;
  overflow: visible;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add background color handling */
  
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
  box-sizing: border-box;
}



.s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22e04d7b-3948-41c8-b508-de44a9a4445a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
      position: relative;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

@media (min-width: 1200px){#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin: 0 !important;
  overflow: visible;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add background color handling */
  
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
  box-sizing: border-box;
}



.s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22e04d7b-3948-41c8-b508-de44a9a4445a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
      position: relative;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin: 0 !important;
  overflow: visible;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add background color handling */
  
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
  box-sizing: border-box;
}



.s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22e04d7b-3948-41c8-b508-de44a9a4445a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
      position: relative;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin: 0 !important;
  overflow: visible;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add background color handling */
  
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
  box-sizing: border-box;
}



.s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22e04d7b-3948-41c8-b508-de44a9a4445a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
      position: relative;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (max-width: 767px){#s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  margin: 0 !important;
  overflow: visible;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22e04d7b-3948-41c8-b508-de44a9a4445a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add background color handling */
  
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22e04d7b-3948-41c8-b508-de44a9a4445a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-22e04d7b-3948-41c8-b508-de44a9a4445a .shogun-image-content {
  
    justify-content: center;
  
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image {
  box-sizing: border-box;
}



.s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22e04d7b-3948-41c8-b508-de44a9a4445a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container {
      position: relative;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e04d7b-3948-41c8-b508-de44a9a4445a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}
#s-d29a058a-de16-46c2-b6bc-f2758edd31e5 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d29a058a-de16-46c2-b6bc-f2758edd31e5 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}



#s-78449352-00ff-48fe-bf65-8a394039b65c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-78449352-00ff-48fe-bf65-8a394039b65c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78449352-00ff-48fe-bf65-8a394039b65c.shg-box.shg-c {
  justify-content: center;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin: 0 !important;
  overflow: visible;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add background color handling */
  
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
  box-sizing: border-box;
}



.s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
      position: relative;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

@media (min-width: 1200px){#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin: 0 !important;
  overflow: visible;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add background color handling */
  
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
  box-sizing: border-box;
}



.s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
      position: relative;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin: 0 !important;
  overflow: visible;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add background color handling */
  
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
  box-sizing: border-box;
}



.s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
      position: relative;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin: 0 !important;
  overflow: visible;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add background color handling */
  
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
  box-sizing: border-box;
}



.s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
      position: relative;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (max-width: 767px){#s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  margin: 0 !important;
  overflow: visible;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add background color handling */
  
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-cb6e1861-7b4d-454a-8611-92fae1c9718d .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image {
  box-sizing: border-box;
}



.s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container {
      position: relative;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6e1861-7b4d-454a-8611-92fae1c9718d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}
#s-93751e60-899f-462f-8bf9-6ebbe048c133 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93751e60-899f-462f-8bf9-6ebbe048c133 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}



#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-378a4a21-3f25-4fe4-b6cf-5681d060f03e {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-378a4a21-3f25-4fe4-b6cf-5681d060f03e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-aba65e50-32a8-4e85-8fbd-67016318633e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aba65e50-32a8-4e85-8fbd-67016318633e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4c941e95-f545-44f7-9705-3cc5e4c8b531 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4c941e95-f545-44f7-9705-3cc5e4c8b531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c941e95-f545-44f7-9705-3cc5e4c8b531.shg-box.shg-c {
  justify-content: center;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


@media (min-width: 1200px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}@media (max-width: 767px){#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  margin: 0 !important;
  overflow: visible;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55b3e70c-3161-4100-bb25-07ef1ade4a42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add background color handling */
  
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55b3e70c-3161-4100-bb25-07ef1ade4a42.shogun-image {
  box-sizing: border-box;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-55b3e70c-3161-4100-bb25-07ef1ade4a42 img.shogun-image {
  
}


}
#s-3e176db9-40c8-4182-8352-c310c80888b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e176db9-40c8-4182-8352-c310c80888b1 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cbe591f8-165b-4b19-841d-887b81fe1c5d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-cbe591f8-165b-4b19-841d-887b81fe1c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbe591f8-165b-4b19-841d-887b81fe1c5d.shg-box.shg-c {
  justify-content: center;
}

#s-3264362e-a0bc-4824-bc4c-80d0c53a4b61 {
  margin-left: auto;
margin-right: auto;
}

#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fab7642-7ae0-476e-a4f1-7dcbba339b5b.shg-box.shg-c {
  justify-content: center;
}

#s-1fd5dfb5-a787-4272-80ea-72ff105dd9b1 {
  margin-left: auto;
margin-right: auto;
}

#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7-root {
    text-align: center;
  }


#s-0252eb2a-ffc5-4019-bb47-2eeccdd87aa7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e8efcbaf-872d-4fb5-978d-950db0387024 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e8efcbaf-872d-4fb5-978d-950db0387024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8efcbaf-872d-4fb5-978d-950db0387024.shg-box.shg-c {
  justify-content: center;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  margin: 0 !important;
  overflow: visible;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add background color handling */
  
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea.shogun-image {
  box-sizing: border-box;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-445c1cbc-5ec9-4bde-a413-e7d00d8803ea img.shogun-image {
  
}


}
#s-77afe6ed-7b8f-4908-a8a6-47a603b26313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77afe6ed-7b8f-4908-a8a6-47a603b26313 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-990e825e-96e6-4bec-bc1c-8b2662cb60a9.shg-box.shg-c {
  justify-content: center;
}

#s-aca53180-1ce2-4d2b-9432-c6e4de701f4a {
  margin-left: auto;
margin-right: auto;
}

#s-b0d77563-8b51-4058-87b3-53311f1b7649 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-b0d77563-8b51-4058-87b3-53311f1b7649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0d77563-8b51-4058-87b3-53311f1b7649.shg-box.shg-c {
  justify-content: center;
}

#s-10257651-e011-4b04-8048-3d36c1c24015 {
  margin-left: auto;
margin-right: auto;
}

#s-2a940dd9-362f-4287-ac38-e00364858731 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a940dd9-362f-4287-ac38-e00364858731:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a940dd9-362f-4287-ac38-e00364858731:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a940dd9-362f-4287-ac38-e00364858731-root {
    text-align: center;
  }


#s-2a940dd9-362f-4287-ac38-e00364858731.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad65ab7a-af1d-4b21-8b57-20f521c41eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f9b7d2f-19e8-4b69-bac6-2f00e45df021.shg-box.shg-c {
  justify-content: center;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin-left: 10%;
margin-right: 10%;
max-width: 3000px;
text-align: center;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1.shogun-image {
  box-sizing: border-box;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1de352b7-ad05-466a-90e4-4e4dc41d6ad1 img.shogun-image {
  
}


}
#s-8d0aa1f5-b64e-4825-a44b-e52c16304082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d0aa1f5-b64e-4825-a44b-e52c16304082 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4794d3f8-2a81-4665-9351-1602c0413b3a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-4794d3f8-2a81-4665-9351-1602c0413b3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4794d3f8-2a81-4665-9351-1602c0413b3a.shg-box.shg-c {
  justify-content: center;
}

#s-e1c88a09-d386-4bac-8491-385ece069178 {
  margin-left: auto;
margin-right: auto;
}

#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-064a9714-5f27-4dcc-b177-9fb0d1c569fc.shg-box.shg-c {
  justify-content: center;
}

#s-d2357a9a-30ca-4b37-b406-a11484afa3b4 {
  margin-left: auto;
margin-right: auto;
}

#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539-root {
    text-align: center;
  }


#s-4cc46eac-8377-4e35-a4a3-bfe66e8fb539.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bf417d7b-f0dd-41b2-b770-ece02c741925 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bf417d7b-f0dd-41b2-b770-ece02c741925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf417d7b-f0dd-41b2-b770-ece02c741925.shg-box.shg-c {
  justify-content: center;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  margin: 0 !important;
  overflow: visible;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b865361e-30a7-4a5d-8c83-d7611a313725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add background color handling */
  
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b865361e-30a7-4a5d-8c83-d7611a313725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b865361e-30a7-4a5d-8c83-d7611a313725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image {
  box-sizing: border-box;
}



.s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b865361e-30a7-4a5d-8c83-d7611a313725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container {
      position: relative;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b865361e-30a7-4a5d-8c83-d7611a313725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-af1a9e91-c46f-4002-b1e2-f25618f8bda0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1a9e91-c46f-4002-b1e2-f25618f8bda0 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0633864a-e5bf-47fc-82c4-da67cb5d3319 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: #D5D6D7;
}








#s-0633864a-e5bf-47fc-82c4-da67cb5d3319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0633864a-e5bf-47fc-82c4-da67cb5d3319.shg-box.shg-c {
  justify-content: center;
}

#s-9826a87d-12fc-43ec-9879-3f84653a8389 {
  margin-left: auto;
margin-right: auto;
}

#s-10272ec8-d0cd-420d-a23b-e4f998725599 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-10272ec8-d0cd-420d-a23b-e4f998725599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10272ec8-d0cd-420d-a23b-e4f998725599.shg-box.shg-c {
  justify-content: center;
}

#s-d37626da-f4f7-49a3-b7d0-46750db0d805 {
  margin-left: auto;
margin-right: auto;
}

#s-a8665dfe-98d8-4252-b171-755ca5dff205 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a8665dfe-98d8-4252-b171-755ca5dff205:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8665dfe-98d8-4252-b171-755ca5dff205:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8665dfe-98d8-4252-b171-755ca5dff205-root {
    text-align: center;
  }


#s-a8665dfe-98d8-4252-b171-755ca5dff205.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7259accc-c54b-42a5-ab33-c93a08b883c4 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}
@media (min-width: 1200px){#s-7259accc-c54b-42a5-ab33-c93a08b883c4 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7259accc-c54b-42a5-ab33-c93a08b883c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f08214e8-71c1-46a9-85c3-abf9357690a4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f08214e8-71c1-46a9-85c3-abf9357690a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f08214e8-71c1-46a9-85c3-abf9357690a4.shg-box.shg-c {
  justify-content: center;
}

#s-4d298e34-fdb7-43dd-9b6a-1af8883243b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d298e34-fdb7-43dd-9b6a-1af8883243b2 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-73c983fb-8b6b-413c-85af-cb169afb9971 {
  margin-left: auto;
margin-right: auto;
}

#s-62a87794-1c3d-4a99-beb7-1c719b94543d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-62a87794-1c3d-4a99-beb7-1c719b94543d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-75adbe51-d49a-4231-a857-6ecab3b26003 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-75adbe51-d49a-4231-a857-6ecab3b26003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75adbe51-d49a-4231-a857-6ecab3b26003.shg-box.shg-c {
  justify-content: center;
}

#s-d252bc02-479f-42b2-9bbe-420890c61549 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d252bc02-479f-42b2-9bbe-420890c61549 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 16/9;
text-align: center;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  margin: 0 !important;
  overflow: visible;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add background color handling */
  
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image {
  box-sizing: border-box;
}



.s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container {
      position: relative;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-836696c0-10c7-43f9-a9b3-5e4ccbeb07dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-291745db-d95f-4866-ad2a-5446e2eafa08 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-291745db-d95f-4866-ad2a-5446e2eafa08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-291745db-d95f-4866-ad2a-5446e2eafa08.shg-box.shg-c {
  justify-content: center;
}

#s-6887abfe-097d-40da-9338-44a2f33dea61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6887abfe-097d-40da-9338-44a2f33dea61 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 16/9;
text-align: center;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image {
  box-sizing: border-box;
}



.s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container {
      position: relative;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38a1a6e6-7ccd-4177-97ff-ba283338b6b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e8c0a9a-791d-4f78-98af-5b5aa904c1fe.shg-box.shg-c {
  justify-content: center;
}

#s-8711b726-e4b4-48ec-a115-25a4c45c69ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8711b726-e4b4-48ec-a115-25a4c45c69ee .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d85107cc-8dc8-4ae1-bad1-6e1c9946c900 {
  margin-left: auto;
margin-right: auto;
}

#s-305ac92a-5d52-4b7e-a0e5-9425d5dc6ed3 {
  margin-left: auto;
margin-right: auto;
}

#s-d63f182e-a270-4bb7-abae-62f3173ff514 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d63f182e-a270-4bb7-abae-62f3173ff514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9d844b-e542-4ae6-9b6c-890b3cdccf89.shg-box.shg-c {
  justify-content: center;
}

#s-ba059705-6f66-4a3a-b0be-17e2f6c71e20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba059705-6f66-4a3a-b0be-17e2f6c71e20 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1658;
text-align: center;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image {
  box-sizing: border-box;
}



.s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container {
      position: relative;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca50356e-4dd0-4b1c-8219-067dc138bcb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-053c6516-ed56-46c5-80ac-b18fd3d8a3e7 {
  margin-left: auto;
margin-right: auto;
}

#s-47021ddd-d2ad-4d30-a827-6c4db3354900 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-47021ddd-d2ad-4d30-a827-6c4db3354900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47021ddd-d2ad-4d30-a827-6c4db3354900.shg-box.shg-c {
  justify-content: center;
}

#s-965c3553-5827-42e3-9af8-20c522fc11d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-965c3553-5827-42e3-9af8-20c522fc11d6 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1658;
text-align: center;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  margin: 0 !important;
  overflow: visible;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add background color handling */
  
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }

    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-link {
      aspect-ratio: 3000/1658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image {
  box-sizing: border-box;
}



.s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c {
      --shg-aspect-ratio: calc(3000/1658); 
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container {
      position: relative;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ec0922d-fa2f-49ae-b6d9-f3c041ecf89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-5f6193a7-4512-47a3-80df-0399298745fb {
  margin-left: auto;
margin-right: auto;
}

#s-f0f5bccb-9933-4416-97cd-4589dffefa3b {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f0f5bccb-9933-4416-97cd-4589dffefa3b {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-f0f5bccb-9933-4416-97cd-4589dffefa3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0f5bccb-9933-4416-97cd-4589dffefa3b.shg-box.shg-c {
  justify-content: center;
}

#s-5fc834be-5e21-4643-aed3-7b1a29484de8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5fc834be-5e21-4643-aed3-7b1a29484de8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-eb273d64-6658-4178-b46d-1d705db60712 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb273d64-6658-4178-b46d-1d705db60712 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-16838a95-c47b-4957-a6e4-dbe772c32767 {
  margin-left: auto;
margin-right: auto;
}

#s-16838a95-c47b-4957-a6e4-dbe772c32767 hr {
  border-top: 2px solid #D5D6D7;
}

#s-abb068bb-5214-4240-9977-7aa160776dbc {
  margin-left: auto;
margin-right: auto;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin-left: auto;
margin-right: auto;
max-width: 1029px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

@media (min-width: 1200px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (max-width: 767px){#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image {
  box-sizing: border-box;
}



.s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container {
      position: relative;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb8c5a8-353a-479e-b3fa-f5bfab61ae3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}
#s-2473d7ae-4845-4990-85b8-183ed9eb8b7c {
  margin-left: auto;
margin-right: auto;
}

#s-2473d7ae-4845-4990-85b8-183ed9eb8b7c hr {
  border-top: 4px solid #D5D6D7;
}

#s-329d1fe5-d486-4673-95f3-baaadd9a47c3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-329d1fe5-d486-4673-95f3-baaadd9a47c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin-left: auto;
margin-right: auto;
max-width: 2882px;
aspect-ratio: 2714/2230;
text-align: center;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

@media (min-width: 1200px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (max-width: 767px){#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }

    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-link {
      aspect-ratio: 2714/2230;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image {
  box-sizing: border-box;
}



.s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 {
      --shg-aspect-ratio: calc(2714/2230); 
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container {
      position: relative;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4713b52-f10b-4af4-bf7d-b48e6398ba12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}
#s-24c95cd0-4c50-471e-8da0-04309d633630 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24c95cd0-4c50-471e-8da0-04309d633630 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dded87f9-d4cb-453c-9e11-8b551b0e1a2d {
  margin-left: auto;
margin-right: auto;
}

#s-8b8bf4c8-7e28-4e1d-9465-c4cfd5f6c2fd {
  margin-left: auto;
margin-right: auto;
}

#s-8b8bf4c8-7e28-4e1d-9465-c4cfd5f6c2fd hr {
  border-top: 2px solid #D5D6D7;
}

#s-97be5ac2-7407-4fef-a253-c1a10762eda6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97be5ac2-7407-4fef-a253-c1a10762eda6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-76bdcc93-243c-4d51-a504-94fdb8c2f79c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76bdcc93-243c-4d51-a504-94fdb8c2f79c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d9f5bf76-e593-4e88-802c-49486316e553 {
  margin-left: auto;
margin-right: auto;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin-left: 10%;
margin-right: 10%;
max-width: 1029px;
aspect-ratio: 1029/1257;
text-align: center;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

@media (min-width: 1200px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}@media (max-width: 767px){#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  margin: 0 !important;
  overflow: visible;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add background color handling */
  
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }

    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-link {
      aspect-ratio: 1029/1257;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1029px;
  }



  img.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
    
    
    
    max-height: 1029px;
  }


.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image {
  box-sizing: border-box;
}



.s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc {
      --shg-aspect-ratio: calc(1029/1257); 
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container {
      position: relative;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59147eb-91d4-4ccb-9449-0b15951bd0cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1029px;
    }
  }

}
#s-cee80942-3da8-4318-bdd9-a1016d158b57 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-cee80942-3da8-4318-bdd9-a1016d158b57 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-cee80942-3da8-4318-bdd9-a1016d158b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cee80942-3da8-4318-bdd9-a1016d158b57.shg-box.shg-c {
  justify-content: center;
}

#s-1a431450-0e65-43ab-bae0-b2ca4416a2b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a431450-0e65-43ab-bae0-b2ca4416a2b6 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-44358a06-6cb3-49fc-84a8-9c935aab2938 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-44358a06-6cb3-49fc-84a8-9c935aab2938"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5a675bd0-5d90-406c-af5c-ff2005a75636 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
}








#s-5a675bd0-5d90-406c-af5c-ff2005a75636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a675bd0-5d90-406c-af5c-ff2005a75636.shg-box.shg-c {
  justify-content: center;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 1907px;
aspect-ratio: 1/1;
text-align: center;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

@media (min-width: 1200px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}@media (max-width: 767px){#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1907px;
  }



  img.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
    
    
    
    max-height: 1907px;
  }


.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image {
  box-sizing: border-box;
}



.s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container {
      position: relative;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc3f48a-e753-4449-9a3b-e2c4ecfeafbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1907px;
    }
  }

}
#s-749c7784-979b-42fa-a9df-f2c62eab5d46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-749c7784-979b-42fa-a9df-f2c62eab5d46 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
}








#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3dafbed-d9ed-4cef-8431-32b2fc36e684.shg-box.shg-c {
  justify-content: center;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-63ec768b-98a0-468a-9cda-f18811a4747d {
  margin: 0 !important;
  overflow: visible;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ec768b-98a0-468a-9cda-f18811a4747d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add background color handling */
  
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63ec768b-98a0-468a-9cda-f18811a4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-63ec768b-98a0-468a-9cda-f18811a4747d .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image {
  box-sizing: border-box;
}



.s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63ec768b-98a0-468a-9cda-f18811a4747d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container {
      position: relative;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63ec768b-98a0-468a-9cda-f18811a4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0b765599-58e4-4518-ad64-0231757e8520 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b765599-58e4-4518-ad64-0231757e8520 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-74c6da61-de99-487b-a993-a6753e6a7fc8 {
  box-shadow:0px 0px 0px 0px #D5D6D7;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #D5D6D7;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: #252525;
background-attachment: scroll;
}








#s-74c6da61-de99-487b-a993-a6753e6a7fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74c6da61-de99-487b-a993-a6753e6a7fc8.shg-box.shg-c {
  justify-content: center;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin-top: 2.5px;
margin-left: auto;
margin-bottom: 2.5px;
margin-right: auto;
max-width: 4536px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

@media (min-width: 1200px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}@media (max-width: 767px){#s-0a97e9da-e245-4374-9642-16af771ae65f {
  margin: 0 !important;
  overflow: visible;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a97e9da-e245-4374-9642-16af771ae65f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add background color handling */
  
}

#s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a97e9da-e245-4374-9642-16af771ae65f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4536px;
  }



  img.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
    
    
    
    max-height: 4536px;
  }


.s-0a97e9da-e245-4374-9642-16af771ae65f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image {
  box-sizing: border-box;
}



.s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a97e9da-e245-4374-9642-16af771ae65f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container {
      position: relative;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a97e9da-e245-4374-9642-16af771ae65f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4536px;
    }
  }

}
#s-7c406881-7f85-4018-a73c-cc905df74658 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c406881-7f85-4018-a73c-cc905df74658 .shogun-heading-component h1 {
  color: rgba(242, 242, 242, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36f8a30e-96dd-4ea9-a9ab-2532caffcd65.shg-box.shg-c {
  justify-content: center;
}

#s-4723717f-b4bc-4218-bfbe-2af0e4c8512e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4723717f-b4bc-4218-bfbe-2af0e4c8512e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4723717f-b4bc-4218-bfbe-2af0e4c8512e.shg-box.shg-c {
  justify-content: center;
}

#s-0084b2d3-67be-4d4d-aa10-0b79d40c3cc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0084b2d3-67be-4d4d-aa10-0b79d40c3cc1 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-b3c431c3-53fd-4de9-9402-65d37f6adcef {
  margin-left: auto;
margin-right: auto;
}

#s-b3c431c3-53fd-4de9-9402-65d37f6adcef .shg-proportional-font-size,
#s-b3c431c3-53fd-4de9-9402-65d37f6adcef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98f8bd63-1d47-424f-b3f8-e7c8acb1fe1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98f8bd63-1d47-424f-b3f8-e7c8acb1fe1c .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-8757ae96-e184-439c-a873-6d200820fe22 {
  margin-left: auto;
margin-right: auto;
}

#s-8757ae96-e184-439c-a873-6d200820fe22 .shg-proportional-font-size,
#s-8757ae96-e184-439c-a873-6d200820fe22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e5befa4-66d7-4a3d-8427-9a620dd5950c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0e5befa4-66d7-4a3d-8427-9a620dd5950c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4036e086-0f11-4335-a5eb-28d4366c62c0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4036e086-0f11-4335-a5eb-28d4366c62c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4036e086-0f11-4335-a5eb-28d4366c62c0.shg-box.shg-c {
  justify-content: center;
}

#s-9e03cb9d-1748-4e37-9df8-042fc74e794e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e03cb9d-1748-4e37-9df8-042fc74e794e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 4/3;
text-align: center;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-77132519-9495-48e6-ad4a-c489b579b19f {
  margin: 0 !important;
  overflow: visible;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77132519-9495-48e6-ad4a-c489b579b19f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add background color handling */
  
}

#s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77132519-9495-48e6-ad4a-c489b579b19f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-77132519-9495-48e6-ad4a-c489b579b19f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image {
  box-sizing: border-box;
}



.s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77132519-9495-48e6-ad4a-c489b579b19f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container {
      position: relative;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77132519-9495-48e6-ad4a-c489b579b19f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image {
  box-sizing: border-box;
}



.s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container {
      position: relative;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1f7eaed-0296-4398-9eb9-00c78ea5b949 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-e22e5699-56a3-4629-8384-dc36531e6733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e22e5699-56a3-4629-8384-dc36531e6733 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-33842653-e0ef-4643-9d74-3822f7302231 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-33842653-e0ef-4643-9d74-3822f7302231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33842653-e0ef-4643-9d74-3822f7302231.shg-box.shg-c {
  justify-content: center;
}

#s-fc15d0fa-c226-460c-8270-135f281d54d7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc15d0fa-c226-460c-8270-135f281d54d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  margin: 0 !important;
  overflow: visible;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add background color handling */
  
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image {
  box-sizing: border-box;
}



.s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container {
      position: relative;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cae4af20-a7a1-4ec5-9816-be1519eb1b20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  margin: 0 !important;
  overflow: visible;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add background color handling */
  
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image {
  box-sizing: border-box;
}



.s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container {
      position: relative;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8db7e97-7d52-40ad-8bde-94326d76f9ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-1816a76d-8c35-48f5-8111-5ec049c19018 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1816a76d-8c35-48f5-8111-5ec049c19018 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b8106834-c32c-40be-be41-bd2359dbd4df {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b8106834-c32c-40be-be41-bd2359dbd4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8106834-c32c-40be-be41-bd2359dbd4df.shg-box.shg-c {
  justify-content: center;
}

#s-fcdadb23-8137-42e9-ad28-35746756a677 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcdadb23-8137-42e9-ad28-35746756a677"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin-left: auto;
margin-right: auto;
max-width: 2550px;
aspect-ratio: 4/3;
text-align: center;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

@media (min-width: 1200px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (max-width: 767px){#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image {
  box-sizing: border-box;
}



.s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container {
      position: relative;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f82421d-e3b6-4700-a155-bc6ff8e15f76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}
#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 4/3;
text-align: center;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadbf73a-770a-419d-88aa-d905aa535e24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadbf73a-770a-419d-88aa-d905aa535e24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eadbf73a-770a-419d-88aa-d905aa535e24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image {
  box-sizing: border-box;
}



.s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eadbf73a-770a-419d-88aa-d905aa535e24 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container {
      position: relative;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadbf73a-770a-419d-88aa-d905aa535e24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-053a2d9a-5b9c-410b-b8b3-2af7a4ec887d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-053a2d9a-5b9c-410b-b8b3-2af7a4ec887d .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a8205222-e733-4f2f-b894-910583be9205 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a8205222-e733-4f2f-b894-910583be9205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-96345b13-3a2c-46eb-9afe-aaadf194814f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-96345b13-3a2c-46eb-9afe-aaadf194814f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96345b13-3a2c-46eb-9afe-aaadf194814f.shg-box.shg-c {
  justify-content: center;
}

#s-593eeba2-c6b8-4979-8422-0f019b2f78bd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-593eeba2-c6b8-4979-8422-0f019b2f78bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-3343f951-cc99-4021-ba3f-786393191057 {
  margin: 0 !important;
  overflow: visible;
}

#s-3343f951-cc99-4021-ba3f-786393191057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3343f951-cc99-4021-ba3f-786393191057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add background color handling */
  
}

#s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3343f951-cc99-4021-ba3f-786393191057 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3343f951-cc99-4021-ba3f-786393191057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3343f951-cc99-4021-ba3f-786393191057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3343f951-cc99-4021-ba3f-786393191057.shogun-image {
  box-sizing: border-box;
}



.s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3343f951-cc99-4021-ba3f-786393191057 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container {
      position: relative;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3343f951-cc99-4021-ba3f-786393191057.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3343f951-cc99-4021-ba3f-786393191057 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin-left: auto;
margin-right: auto;
max-width: 1958px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

@media (min-width: 1200px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}@media (max-width: 767px){#s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  margin: 0 !important;
  overflow: visible;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bd56601-5c6b-400e-b67a-3db947d58ded {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add background color handling */
  
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bd56601-5c6b-400e-b67a-3db947d58ded .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1958px;
  }



  img.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
    
    
    
    max-height: 1958px;
  }


.s-0bd56601-5c6b-400e-b67a-3db947d58ded .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image {
  box-sizing: border-box;
}



.s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bd56601-5c6b-400e-b67a-3db947d58ded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container {
      position: relative;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bd56601-5c6b-400e-b67a-3db947d58ded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1958px;
    }
  }

}
#s-f9141dd9-1d59-44d1-b747-b630ac31cb4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9141dd9-1d59-44d1-b747-b630ac31cb4a .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-538fb911-ee71-4e7d-bcb7-5969fdf7d9c8.shg-box.shg-c {
  justify-content: center;
}

#s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8030cfe5-2d82-45f2-9fd6-7f243b9f3995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  margin: 0 !important;
  overflow: visible;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add background color handling */
  
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image {
  box-sizing: border-box;
}



.s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container {
      position: relative;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b98714c-eb40-48d6-9eb9-b462c5d2884d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-eca17e69-0a7b-4987-b782-f380cf064993 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca17e69-0a7b-4987-b782-f380cf064993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca17e69-0a7b-4987-b782-f380cf064993 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-eca17e69-0a7b-4987-b782-f380cf064993 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image {
  box-sizing: border-box;
}



.s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca17e69-0a7b-4987-b782-f380cf064993 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container {
      position: relative;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca17e69-0a7b-4987-b782-f380cf064993 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-05251f71-2d3e-4dbc-bd08-80024de5f746 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05251f71-2d3e-4dbc-bd08-80024de5f746 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c7da4100-b6bf-498d-8ad8-03a4955da772 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c7da4100-b6bf-498d-8ad8-03a4955da772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7da4100-b6bf-498d-8ad8-03a4955da772.shg-box.shg-c {
  justify-content: center;
}

#s-7c26f0a0-caba-457c-94d3-a7226ef5705c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c26f0a0-caba-457c-94d3-a7226ef5705c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4780a382-6341-481a-a433-e92d3b2bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container {
      position: relative;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4780a382-6341-481a-a433-e92d3b2bbdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin-left: auto;
margin-right: auto;
max-width: 3482px;
aspect-ratio: 3482/1019;
text-align: center;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

@media (min-width: 1200px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (max-width: 767px){#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  margin: 0 !important;
  overflow: visible;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add background color handling */
  
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image {
  box-sizing: border-box;
}



.s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container {
      position: relative;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3af3e1c-71aa-4332-888c-b87ed1fa085e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}
#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 4/3;
text-align: center;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image {
  box-sizing: border-box;
}



.s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container {
      position: relative;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5942d025-79fe-4f84-9a3c-1a6155aa5e10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin-left: auto;
margin-right: auto;
max-width: 3482px;
aspect-ratio: 3482/1019;
text-align: center;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

@media (min-width: 1200px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}@media (max-width: 767px){#s-95355ff6-61be-45c0-9619-5e6b797db486 {
  margin: 0 !important;
  overflow: visible;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95355ff6-61be-45c0-9619-5e6b797db486 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add background color handling */
  
}

#s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }

    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-link {
      aspect-ratio: 3482/1019;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95355ff6-61be-45c0-9619-5e6b797db486 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3482px;
  }



  img.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
    
    
    
    max-height: 3482px;
  }


.s-95355ff6-61be-45c0-9619-5e6b797db486 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image {
  box-sizing: border-box;
}



.s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95355ff6-61be-45c0-9619-5e6b797db486 {
      --shg-aspect-ratio: calc(3482/1019); 
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container {
      position: relative;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95355ff6-61be-45c0-9619-5e6b797db486 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3482px;
    }
  }

}
#s-48b8c32b-acbe-4c14-bd0a-b47dc8f19985 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48b8c32b-acbe-4c14-bd0a-b47dc8f19985 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b70e638c-81a1-4587-a4b9-cb2515d90fb6.shg-box.shg-c {
  justify-content: center;
}

#s-f52223e7-8175-466d-b190-303aba09af11 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52223e7-8175-466d-b190-303aba09af11 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  text-align: center;
}



#s-713f5bfd-10e6-4288-a365-385275f93078 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-713f5bfd-10e6-4288-a365-385275f93078 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

#s-499edb8b-6b6d-466a-9216-434051ed6127 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-499edb8b-6b6d-466a-9216-434051ed6127 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-499edb8b-6b6d-466a-9216-434051ed6127 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-column, #s-499edb8b-6b6d-466a-9216-434051ed6127 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-7c1318e4-937e-4cdc-b825-3816ee0de5c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c1318e4-937e-4cdc-b825-3816ee0de5c7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-77d7b824-6ff9-4e68-8706-244e18fea5ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77d7b824-6ff9-4e68-8706-244e18fea5ad .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-02f24ea9-33b7-4332-bce6-0b11a5987af7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02f24ea9-33b7-4332-bce6-0b11a5987af7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d53835e2-1334-4c88-818b-3dbb3fd5fc0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d53835e2-1334-4c88-818b-3dbb3fd5fc0e .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-06854112-ad32-4cfc-bda0-16118e430113 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06854112-ad32-4cfc-bda0-16118e430113 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8e2931a7-e2b2-4f6f-88e3-a1d1dc263b2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e2931a7-e2b2-4f6f-88e3-a1d1dc263b2f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fd03e256-a8a3-4e55-afd4-37eb551e9077 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd03e256-a8a3-4e55-afd4-37eb551e9077 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5d62c774-ac31-409e-89df-021f4a054095 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d62c774-ac31-409e-89df-021f4a054095 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94e001a5-1d98-45a7-957c-6af4884a1ed9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94e001a5-1d98-45a7-957c-6af4884a1ed9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7c305016-071a-48ba-a132-727cf75b47f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c305016-071a-48ba-a132-727cf75b47f8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8628f13b-a775-4cd6-bb39-973dc85e5ca4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8628f13b-a775-4cd6-bb39-973dc85e5ca4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f33a99e-c7a6-4189-ae85-ccde38c17706 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f33a99e-c7a6-4189-ae85-ccde38c17706 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8eca06e3-9064-4c8b-b294-4dac659212d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eca06e3-9064-4c8b-b294-4dac659212d7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-904d30a8-32cb-480e-9d0d-9cfd5a246328 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-904d30a8-32cb-480e-9d0d-9cfd5a246328 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-48068c2f-0831-4376-be06-bd597ddd59a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48068c2f-0831-4376-be06-bd597ddd59a6 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-129e7c33-0ef4-4190-bce7-a22239c4f47b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-129e7c33-0ef4-4190-bce7-a22239c4f47b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f163feba-011e-4e60-b214-ff36e5f03418 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f163feba-011e-4e60-b214-ff36e5f03418 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8f082a9b-84a6-4606-a60a-c704eae27175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f082a9b-84a6-4606-a60a-c704eae27175 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-015ca65d-4f47-4ab0-9f57-3fd1f1e38c98 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-015ca65d-4f47-4ab0-9f57-3fd1f1e38c98 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab0c3330-8950-4d47-a04e-5a8702ccf4c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab0c3330-8950-4d47-a04e-5a8702ccf4c9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-23643fa0-8f8b-4682-8bf9-91f72d78bac0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23643fa0-8f8b-4682-8bf9-91f72d78bac0 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9e5ab6e6-380d-4029-a7ae-e9f3529fe3e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e5ab6e6-380d-4029-a7ae-e9f3529fe3e4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-db7195a8-c43a-4d7a-8f33-6cd010d1b233 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db7195a8-c43a-4d7a-8f33-6cd010d1b233 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-98970be1-ed30-4cd7-8ef2-0fa35c8f5c03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98970be1-ed30-4cd7-8ef2-0fa35c8f5c03 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2c768f00-c318-4f16-b25b-6fa8bb100198 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c768f00-c318-4f16-b25b-6fa8bb100198 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fcb34e46-2cdc-429a-b0f8-de00d8da076c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb34e46-2cdc-429a-b0f8-de00d8da076c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc33d6ed-6e5a-433b-a22d-c58fe1227f01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc33d6ed-6e5a-433b-a22d-c58fe1227f01 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4c3684a9-efd7-49c7-b140-80376cf6caaf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c3684a9-efd7-49c7-b140-80376cf6caaf .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-093a5de6-6344-4b75-8d50-111271396b77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-093a5de6-6344-4b75-8d50-111271396b77 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9c6a4642-1c2d-4c56-b11d-290ee34e0392 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c6a4642-1c2d-4c56-b11d-290ee34e0392 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a949b111-6a09-4309-b26a-c8d0df5f0d49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a949b111-6a09-4309-b26a-c8d0df5f0d49 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc74bdeb-bad8-4d0c-8b85-d1cf7a2db3ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc74bdeb-bad8-4d0c-8b85-d1cf7a2db3ff .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6f229095-f85d-4905-a9f0-019faeb4b606 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f229095-f85d-4905-a9f0-019faeb4b606 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 {
  margin-left: auto;
margin-right: auto;
}

#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c7242d0-5974-4852-8e9f-6a4dc7571ae9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(40, 40, 40, 1);
}

#s-0209e80d-62a6-4066-9f67-693c9670694d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0209e80d-62a6-4066-9f67-693c9670694d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89911253-ce0f-4fba-bcb9-6c3fd709162b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89911253-ce0f-4fba-bcb9-6c3fd709162b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8c9a0f3d-bacc-4ec8-949f-8440a94a1fee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9a0f3d-bacc-4ec8-949f-8440a94a1fee .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a1c1ce0-f0b6-47f1-8459-becc6075d213 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a1c1ce0-f0b6-47f1-8459-becc6075d213 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fc1fecb6-e5da-4e87-a38e-107b59e0bb22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc1fecb6-e5da-4e87-a38e-107b59e0bb22 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc5b4dd5-f39e-4ae7-be73-5063b4f912b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc5b4dd5-f39e-4ae7-be73-5063b4f912b2 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-31e467d6-6e99-4786-bb64-671b519b731a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31e467d6-6e99-4786-bb64-671b519b731a .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d1ba9bd-7da7-4c94-9cca-cca8fb11ed7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1ba9bd-7da7-4c94-9cca-cca8fb11ed7f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d597a6d0-420d-4d12-9a32-ea05ab453bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d597a6d0-420d-4d12-9a32-ea05ab453bc7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-88ebd560-b43f-416f-b73a-fce27028932c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88ebd560-b43f-416f-b73a-fce27028932c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d376cbce-971d-4560-9b58-597ad120ae95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d376cbce-971d-4560-9b58-597ad120ae95 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a04be17f-4e03-42f1-8dab-ce84d11c2fc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04be17f-4e03-42f1-8dab-ce84d11c2fc9 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ccace0e0-3cd5-4f3c-a253-773953f0bb3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccace0e0-3cd5-4f3c-a253-773953f0bb3b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f86da15-4aac-47c5-8f8a-3ebd336dc7fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f86da15-4aac-47c5-8f8a-3ebd336dc7fa .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3eb02875-8d0c-4346-8630-1305dfb6580f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eb02875-8d0c-4346-8630-1305dfb6580f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-36adc4de-aab0-4268-af7a-41677fe9f196 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36adc4de-aab0-4268-af7a-41677fe9f196 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a10650bb-93ec-4603-867d-4dedd199e8de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a10650bb-93ec-4603-867d-4dedd199e8de .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-263434ed-5d5a-44bd-b8ad-7d19a72d1adc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-263434ed-5d5a-44bd-b8ad-7d19a72d1adc .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8ee75537-ca57-4e61-8196-8d9d33944a22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ee75537-ca57-4e61-8196-8d9d33944a22 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-61eab1d5-1242-4727-8447-a846d0aa9bcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61eab1d5-1242-4727-8447-a846d0aa9bcf .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0b64c064-9011-4481-8cce-33d1a9ba1a34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b64c064-9011-4481-8cce-33d1a9ba1a34 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-02b19ed6-0649-4617-8fda-ddf8ef409cdb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02b19ed6-0649-4617-8fda-ddf8ef409cdb .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-06fab941-90fe-4a8b-949e-442ba6a4c756 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06fab941-90fe-4a8b-949e-442ba6a4c756 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5c20a65a-36eb-408a-b7b3-abe80c6f211c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c20a65a-36eb-408a-b7b3-abe80c6f211c .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-68b9234d-b295-488d-9433-42bb79eb1a53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b9234d-b295-488d-9433-42bb79eb1a53 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cc47ea92-f39b-422a-a667-671fedcc50ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc47ea92-f39b-422a-a667-671fedcc50ed .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-01d97eaf-c2ab-4622-b2c2-6b7baab3298e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01d97eaf-c2ab-4622-b2c2-6b7baab3298e .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-00eeefbe-3f58-4ce5-8aa9-387243d04421 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00eeefbe-3f58-4ce5-8aa9-387243d04421 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ce953f36-bf7f-485c-99b0-b10da3901d4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce953f36-bf7f-485c-99b0-b10da3901d4e .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e51d2c43-c24f-4a52-8ae1-7440e3c9183b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e51d2c43-c24f-4a52-8ae1-7440e3c9183b .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-702399cf-766e-4f8a-b1a0-6592a517b7be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-702399cf-766e-4f8a-b1a0-6592a517b7be .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-16e85301-61c0-4c12-bb69-87f9fa235d82 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e85301-61c0-4c12-bb69-87f9fa235d82 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ea058cd1-cbc8-432c-bcc5-f4cccdb79fc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea058cd1-cbc8-432c-bcc5-f4cccdb79fc8 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e75daa83-0598-4683-b2c1-43c6d0ac6af4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e75daa83-0598-4683-b2c1-43c6d0ac6af4 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bd9c1b0f-8cf7-4d13-b7b9-693b9046fde7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd9c1b0f-8cf7-4d13-b7b9-693b9046fde7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-601249ea-9482-4fa4-b09a-56ac1e7156c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601249ea-9482-4fa4-b09a-56ac1e7156c3 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7d1e5c3d-f208-4153-8079-6e11e9e27505 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d1e5c3d-f208-4153-8079-6e11e9e27505 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-56a1a600-79fe-42c6-a94f-ab40feb3b5f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a1a600-79fe-42c6-a94f-ab40feb3b5f7 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c3a8d158-ce93-43ba-a4bd-f8e70ef8016e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c3a8d158-ce93-43ba-a4bd-f8e70ef8016e .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-column {
  background-color: #252525;
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(242, 242, 242, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-column, #s-4f5d3d64-b2d5-4bb8-9cb7-af030bc35948 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 {
  margin-left: auto;
margin-right: auto;
}

#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 .shg-proportional-font-size,
#s-e3679ae3-ce9f-449e-92ea-8ae6455d3043 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 {
  margin-left: auto;
margin-right: auto;
}

#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 .shg-proportional-font-size,
#s-5a325e45-7952-4ae5-bb53-6d231d9a2725 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec-root {
    text-align: center;
  }


#s-6c245eb5-8b85-4bdb-99ff-7db95b4ec5ec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d4a6c910-590d-4b49-8140-a30b5b657ab8 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4a6c910-590d-4b49-8140-a30b5b657ab8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4a6c910-590d-4b49-8140-a30b5b657ab8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4a6c910-590d-4b49-8140-a30b5b657ab8-root {
    text-align: center;
  }


#s-d4a6c910-590d-4b49-8140-a30b5b657ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f121cbe7-5eff-475c-8d02-f57a317a99a7 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f121cbe7-5eff-475c-8d02-f57a317a99a7:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f121cbe7-5eff-475c-8d02-f57a317a99a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f121cbe7-5eff-475c-8d02-f57a317a99a7-root {
    text-align: center;
  }


#s-f121cbe7-5eff-475c-8d02-f57a317a99a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ca2dce05-c44c-400a-9d64-f73d1c532fed {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca2dce05-c44c-400a-9d64-f73d1c532fed:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca2dce05-c44c-400a-9d64-f73d1c532fed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca2dce05-c44c-400a-9d64-f73d1c532fed-root {
    text-align: center;
  }


#s-ca2dce05-c44c-400a-9d64-f73d1c532fed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922-root {
    text-align: center;
  }


#s-b2a52ba8-6c1d-483f-9ec8-e34ba359d922.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486-root {
    text-align: center;
  }


#s-c2e3d5fe-e25d-4e3c-a379-e5f9ecd82486.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910-root {
    text-align: center;
  }


#s-2cf632e4-a19f-45d6-a6c4-6134aa2fd910.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-98dcdf3c-bdff-456b-9498-505d8f2aa039 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-98dcdf3c-bdff-456b-9498-505d8f2aa039:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98dcdf3c-bdff-456b-9498-505d8f2aa039:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98dcdf3c-bdff-456b-9498-505d8f2aa039-root {
    text-align: center;
  }


#s-98dcdf3c-bdff-456b-9498-505d8f2aa039.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be-root {
    text-align: center;
  }


#s-3d672e2f-4ff7-4315-8ae9-ddcdda0e11be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b09b89e4-fbaa-41a7-97e0-caef85327b21 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b09b89e4-fbaa-41a7-97e0-caef85327b21:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b09b89e4-fbaa-41a7-97e0-caef85327b21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b09b89e4-fbaa-41a7-97e0-caef85327b21-root {
    text-align: center;
  }


#s-b09b89e4-fbaa-41a7-97e0-caef85327b21.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a4da9da-10d2-4e20-a264-dff98ff46ca8-root {
    text-align: center;
  }


#s-6a4da9da-10d2-4e20-a264-dff98ff46ca8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd-root {
    text-align: center;
  }


#s-5e84b1c7-d7e7-43b3-9ade-e30cdf267bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a-root {
    text-align: center;
  }


#s-e7e4d7db-6101-4e00-91d7-3bb0e0f8cb7a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-62847343-a1ab-4f55-9df9-6bedc96ef620 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62847343-a1ab-4f55-9df9-6bedc96ef620:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62847343-a1ab-4f55-9df9-6bedc96ef620:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-62847343-a1ab-4f55-9df9-6bedc96ef620-root {
    text-align: center;
  }


#s-62847343-a1ab-4f55-9df9-6bedc96ef620.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76-root {
    text-align: center;
  }


#s-4502cc56-a00b-407d-aa0d-edbc5dfc9d76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f9454adc-1a0c-42d3-b334-ddb9117d5810 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f9454adc-1a0c-42d3-b334-ddb9117d5810:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f9454adc-1a0c-42d3-b334-ddb9117d5810:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9454adc-1a0c-42d3-b334-ddb9117d5810-root {
    text-align: center;
  }


#s-f9454adc-1a0c-42d3-b334-ddb9117d5810.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-105b50de-9713-41d9-aac1-2e29ce74ece0 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-105b50de-9713-41d9-aac1-2e29ce74ece0:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-105b50de-9713-41d9-aac1-2e29ce74ece0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-105b50de-9713-41d9-aac1-2e29ce74ece0-root {
    text-align: center;
  }


#s-105b50de-9713-41d9-aac1-2e29ce74ece0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc-root {
    text-align: center;
  }


#s-6c1069d3-7423-4f8a-92dc-ca77c4a3b2dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed-root {
    text-align: center;
  }


#s-5cbdd7c5-c636-43d4-96f5-a61ac6e48aed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-90898568-e8ae-488d-a4b7-ba7b4cf23181 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-90898568-e8ae-488d-a4b7-ba7b4cf23181:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-90898568-e8ae-488d-a4b7-ba7b4cf23181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-90898568-e8ae-488d-a4b7-ba7b4cf23181-root {
    text-align: center;
  }


#s-90898568-e8ae-488d-a4b7-ba7b4cf23181.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-197bc028-597a-44eb-a650-ad123e7cfe6f {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-197bc028-597a-44eb-a650-ad123e7cfe6f:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-197bc028-597a-44eb-a650-ad123e7cfe6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-197bc028-597a-44eb-a650-ad123e7cfe6f-root {
    text-align: center;
  }


#s-197bc028-597a-44eb-a650-ad123e7cfe6f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50 {
  box-shadow:0px 2px 5px 2px rgba(0, 0, 0, 0.25);
margin-left: auto;
margin-right: auto;
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: #000;
border-style: none;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0eadac2-482e-4df8-af14-eb2b6ea75b50-root {
    text-align: center;
  }


#s-b0eadac2-482e-4df8-af14-eb2b6ea75b50.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a {
  margin-left: auto;
margin-right: auto;
}

#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a .shg-proportional-font-size,
#s-2d4f9efc-b5b2-4e94-8999-b93cc281806a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6007c6f1-cb78-442d-9385-934d4e3ea60f {
  margin-left: auto;
margin-right: auto;
}

#s-6007c6f1-cb78-442d-9385-934d4e3ea60f .shg-proportional-font-size,
#s-6007c6f1-cb78-442d-9385-934d4e3ea60f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db {
  margin-left: auto;
margin-right: auto;
}

#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db .shg-proportional-font-size,
#s-15a1f4b7-eadc-4b24-b7e5-4f266e6cc5db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5a5b8a44-ba5d-4146-b077-38b6811f205c {
  margin-left: auto;
margin-right: auto;
}

#s-5a5b8a44-ba5d-4146-b077-38b6811f205c .shg-proportional-font-size,
#s-5a5b8a44-ba5d-4146-b077-38b6811f205c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b101ceca-30b4-4da2-9313-2abc897a3f9f {
  margin-left: auto;
margin-right: auto;
}

#s-b101ceca-30b4-4da2-9313-2abc897a3f9f .shg-proportional-font-size,
#s-b101ceca-30b4-4da2-9313-2abc897a3f9f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ae4df106-7b77-48d3-a8eb-eec89010de09 {
  margin-left: auto;
margin-right: auto;
}

#s-ae4df106-7b77-48d3-a8eb-eec89010de09 .shg-proportional-font-size,
#s-ae4df106-7b77-48d3-a8eb-eec89010de09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd {
  margin-left: auto;
margin-right: auto;
}

#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd .shg-proportional-font-size,
#s-ff3f443f-4c71-41a8-be11-56401f9ba1cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e534bfd6-33c3-49f4-a25c-0436a095f633 {
  margin-left: auto;
margin-right: auto;
}

#s-e534bfd6-33c3-49f4-a25c-0436a095f633 .shg-proportional-font-size,
#s-e534bfd6-33c3-49f4-a25c-0436a095f633 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f {
  margin-left: auto;
margin-right: auto;
}

#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f .shg-proportional-font-size,
#s-3963b7bf-6c63-40e8-84aa-90fea8442b0f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-73c08736-5ed0-414e-beb8-9f149047245f {
  margin-left: auto;
margin-right: auto;
}

#s-73c08736-5ed0-414e-beb8-9f149047245f .shg-proportional-font-size,
#s-73c08736-5ed0-414e-beb8-9f149047245f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36f8272e-242d-4a5c-b554-6bcf85666469 {
  margin-left: auto;
margin-right: auto;
}

#s-36f8272e-242d-4a5c-b554-6bcf85666469 .shg-proportional-font-size,
#s-36f8272e-242d-4a5c-b554-6bcf85666469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad {
  margin-left: auto;
margin-right: auto;
}

#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad .shg-proportional-font-size,
#s-09c759d1-02f5-4f85-bcc2-46f626ac34ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32bba50c-18f4-461f-8e65-1370c3dffb11 {
  margin-left: auto;
margin-right: auto;
}

#s-32bba50c-18f4-461f-8e65-1370c3dffb11 .shg-proportional-font-size,
#s-32bba50c-18f4-461f-8e65-1370c3dffb11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba0dc313-8d11-418d-b783-ebf51724f120 {
  margin-left: auto;
margin-right: auto;
}

#s-ba0dc313-8d11-418d-b783-ebf51724f120 .shg-proportional-font-size,
#s-ba0dc313-8d11-418d-b783-ebf51724f120 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 {
  margin-left: auto;
margin-right: auto;
}

#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 .shg-proportional-font-size,
#s-0e40a763-f8d4-48c6-8a5b-b80f55f2dc00 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90dafeca-9664-48be-b339-190debeb5394 {
  margin-left: auto;
margin-right: auto;
}

#s-90dafeca-9664-48be-b339-190debeb5394 .shg-proportional-font-size,
#s-90dafeca-9664-48be-b339-190debeb5394 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-036a1619-8651-4397-9aed-95c8983c9dd9 {
  margin-left: auto;
margin-right: auto;
}

#s-036a1619-8651-4397-9aed-95c8983c9dd9 .shg-proportional-font-size,
#s-036a1619-8651-4397-9aed-95c8983c9dd9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2a4a879-1927-44b0-a5c2-745b312fb109 {
  margin-left: auto;
margin-right: auto;
}

#s-b2a4a879-1927-44b0-a5c2-745b312fb109 .shg-proportional-font-size,
#s-b2a4a879-1927-44b0-a5c2-745b312fb109 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70d71f48-3855-4f65-a328-9a905d32f487 {
  margin-left: auto;
margin-right: auto;
}

#s-70d71f48-3855-4f65-a328-9a905d32f487 .shg-proportional-font-size,
#s-70d71f48-3855-4f65-a328-9a905d32f487 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 {
  margin-left: auto;
margin-right: auto;
}

#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 .shg-proportional-font-size,
#s-d8f751f0-b50a-4595-a8f4-cfc28ded21a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 {
  margin-left: auto;
margin-right: auto;
}

#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 .shg-proportional-font-size,
#s-9790d1c1-61dd-4d80-bb3f-69d686996d35 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a89e073b-354c-445a-9337-dca4260a55ef {
  margin-left: auto;
margin-right: auto;
}

#s-a89e073b-354c-445a-9337-dca4260a55ef .shg-proportional-font-size,
#s-a89e073b-354c-445a-9337-dca4260a55ef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55f3c7c7-7f1a-4253-8ffd-55858bab320c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55f3c7c7-7f1a-4253-8ffd-55858bab320c .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4f23548c-9535-427c-bb4b-484c405a244f {
  margin-left: auto;
margin-right: auto;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-column {
  background-color: #252525;
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(242, 242, 242, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-column, #s-4f23548c-9535-427c-bb4b-484c405a244f td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 {
  margin-left: auto;
margin-right: auto;
}

#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 .shg-proportional-font-size,
#s-840f5cc5-3067-4d0a-be81-63f0a80f3917 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c200b6ce-d533-4505-b2cb-8c380c34038d {
  margin-left: auto;
margin-right: auto;
}

#s-c200b6ce-d533-4505-b2cb-8c380c34038d .shg-proportional-font-size,
#s-c200b6ce-d533-4505-b2cb-8c380c34038d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b {
  margin-left: auto;
margin-right: auto;
}

#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b .shg-proportional-font-size,
#s-2936bcae-cd0d-4ff0-a56f-4f5fe289117b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-080c9a8e-55fd-4458-b871-fa787ddb778b {
  margin-left: auto;
margin-right: auto;
}

#s-080c9a8e-55fd-4458-b871-fa787ddb778b .shg-proportional-font-size,
#s-080c9a8e-55fd-4458-b871-fa787ddb778b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4402b082-aff3-4efe-8c52-bd1c183ada68 {
  margin-left: auto;
margin-right: auto;
}

#s-4402b082-aff3-4efe-8c52-bd1c183ada68 .shg-proportional-font-size,
#s-4402b082-aff3-4efe-8c52-bd1c183ada68 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1211ba34-6451-4777-b94c-dcecc7a8e0de {
  margin-left: auto;
margin-right: auto;
}

#s-1211ba34-6451-4777-b94c-dcecc7a8e0de .shg-proportional-font-size,
#s-1211ba34-6451-4777-b94c-dcecc7a8e0de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 {
  margin-left: auto;
margin-right: auto;
}

#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 .shg-proportional-font-size,
#s-59fd2148-0640-4267-9fa6-4c1998a94ab2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 {
  margin-left: auto;
margin-right: auto;
}

#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 .shg-proportional-font-size,
#s-a7b2e5ad-1e2f-4256-90eb-e7daeb101d75 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 {
  margin-left: auto;
margin-right: auto;
}

#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 .shg-proportional-font-size,
#s-1159bcad-0199-47ba-a1e0-3d8445ce8270 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac {
  margin-left: auto;
margin-right: auto;
}

#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac .shg-proportional-font-size,
#s-9f9dbe47-cc68-4aca-bba0-124dce4dc6ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 {
  margin-left: auto;
margin-right: auto;
}

#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 .shg-proportional-font-size,
#s-a294f6c9-de6f-4dc5-97c8-853b491f85f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af {
  margin-left: auto;
margin-right: auto;
}

#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af .shg-proportional-font-size,
#s-d9a7df76-d3af-45b8-8ba5-cd8119c237af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-64ce12b8-b5cc-49a5-9ca8-5f50f8816b9c hr {
  border-top: 2px solid #ddd;
}

#s-01eade0b-c19d-438a-b7f0-a4745999c37d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01eade0b-c19d-438a-b7f0-a4745999c37d .shogun-heading-component h1 {
  color: #252525;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cb176be2-3e58-43da-a021-f9eb37edd08b {
  margin-left: auto;
margin-right: auto;
}

#s-cb176be2-3e58-43da-a021-f9eb37edd08b .shg-proportional-font-size,
#s-cb176be2-3e58-43da-a021-f9eb37edd08b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-152e6754-61f7-4824-bd29-017ac5865167 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-152e6754-61f7-4824-bd29-017ac5865167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-42d6292e-f2d9-48e8-8577-76e2f5784176 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42d6292e-f2d9-48e8-8577-76e2f5784176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42d6292e-f2d9-48e8-8577-76e2f5784176.shg-box.shg-c {
  justify-content: center;
}

#s-f34131f7-e7ec-4066-a939-f1458a6627be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f34131f7-e7ec-4066-a939-f1458a6627be .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-36a3dba3-dd40-4c97-89b2-488a76ac238c {
  margin-left: auto;
margin-right: auto;
}

#s-36a3dba3-dd40-4c97-89b2-488a76ac238c .shg-proportional-font-size,
#s-36a3dba3-dd40-4c97-89b2-488a76ac238c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3abf7c2f-0902-4fff-b531-c37dcd0bb825.shg-box.shg-c {
  justify-content: center;
}

#s-5848debf-d6b3-406e-b311-86eb40ee1868 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5848debf-d6b3-406e-b311-86eb40ee1868 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-305512f3-06a8-4f09-b7eb-b9a1642541fd {
  margin-left: auto;
margin-right: auto;
}

#s-305512f3-06a8-4f09-b7eb-b9a1642541fd .shg-proportional-font-size,
#s-305512f3-06a8-4f09-b7eb-b9a1642541fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad76dfbc-8b16-4b16-9c3d-896a32096a24 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad76dfbc-8b16-4b16-9c3d-896a32096a24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-620e0e01-f7bb-4a7b-9f99-ffa36de74311.shg-box.shg-c {
  justify-content: center;
}

#s-ff8e08c3-a713-4dcd-ad47-dbbaf739eb1f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff8e08c3-a713-4dcd-ad47-dbbaf739eb1f .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7e9a42a8-f71a-4426-894b-727f986ef779 {
  margin-left: auto;
margin-right: auto;
}

#s-7e9a42a8-f71a-4426-894b-727f986ef779 .shg-proportional-font-size,
#s-7e9a42a8-f71a-4426-894b-727f986ef779 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b31bfc68-8fd4-4410-bf0f-cb6168e9e55b.shg-box.shg-c {
  justify-content: center;
}

#s-4cd2d18e-c1d4-482c-aa97-edaf8e5489c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cd2d18e-c1d4-482c-aa97-edaf8e5489c8 .shogun-heading-component h1 {
  color: #252525;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-db807f12-c71d-40fb-a563-50c76341406d {
  margin-left: auto;
margin-right: auto;
}

#s-db807f12-c71d-40fb-a563-50c76341406d .shg-proportional-font-size,
#s-db807f12-c71d-40fb-a563-50c76341406d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 {
  margin-left: auto;
margin-right: auto;
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 5px;
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 td.shogun-table-column {
  background-color: #252525;
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(242, 242, 242, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 td.shogun-table-column, #s-c392a293-8418-4a79-85e4-b64f7c6eb1c2 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-d561fc89-a29b-4ce7-aaf1-0fe2dc428233 {
  margin-left: auto;
margin-right: auto;
}

#s-d561fc89-a29b-4ce7-aaf1-0fe2dc428233 .shg-proportional-font-size,
#s-d561fc89-a29b-4ce7-aaf1-0fe2dc428233 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a4c70fa-42b2-4c87-bb62-3820831c986b {
  margin-left: auto;
margin-right: auto;
}

#s-6a4c70fa-42b2-4c87-bb62-3820831c986b .shg-proportional-font-size,
#s-6a4c70fa-42b2-4c87-bb62-3820831c986b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a9444fd8-5667-4bcf-855d-b6e90755296c {
  margin-left: auto;
margin-right: auto;
}

#s-a9444fd8-5667-4bcf-855d-b6e90755296c .shg-proportional-font-size,
#s-a9444fd8-5667-4bcf-855d-b6e90755296c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-02092470-f365-4364-a5ab-f02b83ceb88d {
  margin-left: auto;
margin-right: auto;
}

#s-02092470-f365-4364-a5ab-f02b83ceb88d .shg-proportional-font-size,
#s-02092470-f365-4364-a5ab-f02b83ceb88d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-df0cb433-80af-487a-8c69-38cef9d514fb {
  margin-left: auto;
margin-right: auto;
}

#s-df0cb433-80af-487a-8c69-38cef9d514fb .shg-proportional-font-size,
#s-df0cb433-80af-487a-8c69-38cef9d514fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-363aa56c-0d52-4bdf-9772-bc55c42cd00c {
  margin-left: auto;
margin-right: auto;
}

#s-363aa56c-0d52-4bdf-9772-bc55c42cd00c .shg-proportional-font-size,
#s-363aa56c-0d52-4bdf-9772-bc55c42cd00c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-56adb106-e0cf-4903-a22d-21f8989176bf {
  margin-left: auto;
margin-right: auto;
}

#s-56adb106-e0cf-4903-a22d-21f8989176bf .shg-proportional-font-size,
#s-56adb106-e0cf-4903-a22d-21f8989176bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62bc29b2-1c32-41d8-a455-586982434bae {
  margin-left: auto;
margin-right: auto;
}

#s-62bc29b2-1c32-41d8-a455-586982434bae .shg-proportional-font-size,
#s-62bc29b2-1c32-41d8-a455-586982434bae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf6ddb94-fe00-4ebc-81c3-9e4dca620eaf {
  margin-left: auto;
margin-right: auto;
}

#s-cf6ddb94-fe00-4ebc-81c3-9e4dca620eaf .shg-proportional-font-size,
#s-cf6ddb94-fe00-4ebc-81c3-9e4dca620eaf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc0c8533-7e97-4638-b4a7-77494f5ac286 {
  margin-left: auto;
margin-right: auto;
}

#s-cc0c8533-7e97-4638-b4a7-77494f5ac286 .shg-proportional-font-size,
#s-cc0c8533-7e97-4638-b4a7-77494f5ac286 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b3e17bc2-23db-4b83-8801-6e89365b6847 hr {
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}