.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-ac9238b3-07dc-4039-93d1-97d956317e46 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac9238b3-07dc-4039-93d1-97d956317e46 {
  display: none;
}
#s-ac9238b3-07dc-4039-93d1-97d956317e46, #wrap-s-ac9238b3-07dc-4039-93d1-97d956317e46, #wrap-content-s-ac9238b3-07dc-4039-93d1-97d956317e46 { display: none !important; }}@media (max-width: 767px){#s-ac9238b3-07dc-4039-93d1-97d956317e46 {
  display: none;
}
#s-ac9238b3-07dc-4039-93d1-97d956317e46, #wrap-s-ac9238b3-07dc-4039-93d1-97d956317e46, #wrap-content-s-ac9238b3-07dc-4039-93d1-97d956317e46 { display: none !important; }}







#s-ac9238b3-07dc-4039-93d1-97d956317e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac9238b3-07dc-4039-93d1-97d956317e46.shg-box.shg-c {
  justify-content: center;
}

#s-448b340e-11d5-454a-a9c2-453f7ae810ac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-448b340e-11d5-454a-a9c2-453f7ae810ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-448b340e-11d5-454a-a9c2-453f7ae810ac.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-f01736c2-6524-4bab-a529-e0ec328d4c62 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f01736c2-6524-4bab-a529-e0ec328d4c62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fa6c83db-704c-46e3-a1f4-46587706c07d {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
}








#s-fa6c83db-704c-46e3-a1f4-46587706c07d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa6c83db-704c-46e3-a1f4-46587706c07d.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-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 500/100;
text-align: center;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin: 0 !important;
  overflow: visible;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add background color handling */
  
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
  box-sizing: border-box;
}



.s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7944eec8-c1e7-4edd-903a-72473da14b57 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
      position: relative;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin: 0 !important;
  overflow: visible;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add background color handling */
  
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
  box-sizing: border-box;
}



.s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7944eec8-c1e7-4edd-903a-72473da14b57 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
      position: relative;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin: 0 !important;
  overflow: visible;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add background color handling */
  
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
  box-sizing: border-box;
}



.s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7944eec8-c1e7-4edd-903a-72473da14b57 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
      position: relative;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin: 0 !important;
  overflow: visible;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add background color handling */
  
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
  box-sizing: border-box;
}



.s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7944eec8-c1e7-4edd-903a-72473da14b57 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
      position: relative;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  margin: 0 !important;
  overflow: visible;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7944eec8-c1e7-4edd-903a-72473da14b57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add background color handling */
  
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7944eec8-c1e7-4edd-903a-72473da14b57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-7944eec8-c1e7-4edd-903a-72473da14b57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image {
  box-sizing: border-box;
}



.s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7944eec8-c1e7-4edd-903a-72473da14b57 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container {
      position: relative;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7944eec8-c1e7-4edd-903a-72473da14b57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-327025d4-6e9e-4101-99c6-4760e9a71bd6 {
  background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-327025d4-6e9e-4101-99c6-4760e9a71bd6 {
  display: none;
}
#s-327025d4-6e9e-4101-99c6-4760e9a71bd6, #wrap-s-327025d4-6e9e-4101-99c6-4760e9a71bd6, #wrap-content-s-327025d4-6e9e-4101-99c6-4760e9a71bd6 { display: none !important; }}@media (max-width: 767px){#s-327025d4-6e9e-4101-99c6-4760e9a71bd6 {
  display: none;
}
#s-327025d4-6e9e-4101-99c6-4760e9a71bd6, #wrap-s-327025d4-6e9e-4101-99c6-4760e9a71bd6, #wrap-content-s-327025d4-6e9e-4101-99c6-4760e9a71bd6 { display: none !important; }}







#s-327025d4-6e9e-4101-99c6-4760e9a71bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-327025d4-6e9e-4101-99c6-4760e9a71bd6.shg-box.shg-c {
  justify-content: center;
}

#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 {
  display: none;
}
#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1, #wrap-s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1, #wrap-content-s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 {
  display: none;
}
#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1, #wrap-s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1, #wrap-content-s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 { display: none !important; }}







#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c3a9a09-f5fe-4df8-a31c-b25c856ceaf1.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;
  
  
  text-transform: none;
  
  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-6804af25-4972-4266-8f2a-c9df0dfcddb5 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 5%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6804af25-4972-4266-8f2a-c9df0dfcddb5 {
  display: none;
}
#s-6804af25-4972-4266-8f2a-c9df0dfcddb5, #wrap-s-6804af25-4972-4266-8f2a-c9df0dfcddb5, #wrap-content-s-6804af25-4972-4266-8f2a-c9df0dfcddb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6804af25-4972-4266-8f2a-c9df0dfcddb5 {
  display: none;
}
#s-6804af25-4972-4266-8f2a-c9df0dfcddb5, #wrap-s-6804af25-4972-4266-8f2a-c9df0dfcddb5, #wrap-content-s-6804af25-4972-4266-8f2a-c9df0dfcddb5 { display: none !important; }}
#s-6804af25-4972-4266-8f2a-c9df0dfcddb5 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f {
  display: none;
}
#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f, #wrap-s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f, #wrap-content-s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f { display: none !important; }}@media (max-width: 767px){#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f {
  display: none;
}
#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f, #wrap-s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f, #wrap-content-s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f { display: none !important; }}







#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c11f3523-bf3b-4052-9cac-a2b5ec4db38f.shg-box.shg-c {
  justify-content: center;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add background color handling */
  background: rgba(208, 208, 208, 1);
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73eea6fe-e5ce-4913-9942-d20240e72bfb .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image {
  box-sizing: border-box;
}



.s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  
}


@media (min-width: 1200px){#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73eea6fe-e5ce-4913-9942-d20240e72bfb .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image {
  box-sizing: border-box;
}



.s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73eea6fe-e5ce-4913-9942-d20240e72bfb .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image {
  box-sizing: border-box;
}



.s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73eea6fe-e5ce-4913-9942-d20240e72bfb .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image {
  box-sizing: border-box;
}



.s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  
}


}@media (max-width: 767px){#s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  margin: 0 !important;
  overflow: visible;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73eea6fe-e5ce-4913-9942-d20240e72bfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add background color handling */
  
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-73eea6fe-e5ce-4913-9942-d20240e72bfb .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73eea6fe-e5ce-4913-9942-d20240e72bfb.shogun-image {
  box-sizing: border-box;
}



.s-73eea6fe-e5ce-4913-9942-d20240e72bfb img.shogun-image {
  
}


}
#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee {
  display: none;
}
#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee, #wrap-s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee, #wrap-content-s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee {
  display: none;
}
#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee, #wrap-s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee, #wrap-content-s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee { display: none !important; }}







#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cf93593-e109-4e8f-8259-43d6c7e6b5ee.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-f8915446-fcc7-412f-96cb-5c680979b1c4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTRlOWMyYTctOTIyZC00NjEwLTg0ZDAtNGFmZTgwZDhiMTk3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODcwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTYwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNGU5YzJhNy05MjJkLTQ2MTAtODRkMC00YWZlODBkOGIxOTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 38px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#870000"}, {"id"=>2, "pos"=>1, "color"=>"#e60000"}];
line-height: 0.5em;
letter-spacing: 1px;
}
#s-f8915446-fcc7-412f-96cb-5c680979b1c4:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8915446-fcc7-412f-96cb-5c680979b1c4:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8915446-fcc7-412f-96cb-5c680979b1c4-root {
    text-align: center;
  }


#s-f8915446-fcc7-412f-96cb-5c680979b1c4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8915446-fcc7-412f-96cb-5c680979b1c4-root {
    text-align: center;
  }


#s-f8915446-fcc7-412f-96cb-5c680979b1c4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8915446-fcc7-412f-96cb-5c680979b1c4-root {
    text-align: center;
  }


#s-f8915446-fcc7-412f-96cb-5c680979b1c4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8915446-fcc7-412f-96cb-5c680979b1c4-root {
    text-align: center;
  }


#s-f8915446-fcc7-412f-96cb-5c680979b1c4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8915446-fcc7-412f-96cb-5c680979b1c4-root {
    text-align: center;
  }


#s-f8915446-fcc7-412f-96cb-5c680979b1c4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-9b5257b1-5179-43c8-a6a2-421aa6252668 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-9b5257b1-5179-43c8-a6a2-421aa6252668 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-8a4f41cc-f55c-4b95-9edd-15523cbcbff2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(0, 0, 0, 1);
}

#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(174, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
letter-spacing: 0px;
}
#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjkwNzk4MTUtNzA0Zi00NjQwLWJlYWItMWY2ODQ0ZTE1YjA0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODcwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTYwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOTA3OTgxNS03MDRmLTQ2NDAtYmVhYi0xZjY4NDRlMTViMDQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#870000"}, {"id"=>2, "pos"=>1, "color"=>"#e60000"}];
}
}

  #s-37ac1c47-fe1a-43c4-9c19-ceb861de9184-root {
    text-align: center;
  }


#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37ac1c47-fe1a-43c4-9c19-ceb861de9184-root {
    text-align: center;
  }


#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37ac1c47-fe1a-43c4-9c19-ceb861de9184-root {
    text-align: center;
  }


#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37ac1c47-fe1a-43c4-9c19-ceb861de9184-root {
    text-align: center;
  }


#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37ac1c47-fe1a-43c4-9c19-ceb861de9184-root {
    text-align: center;
  }


#s-37ac1c47-fe1a-43c4-9c19-ceb861de9184.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 5%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 {
  display: none;
}
#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43, #wrap-s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43, #wrap-content-s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 { display: none !important; }}@media (max-width: 767px){#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 {
  display: none;
}
#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43, #wrap-s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43, #wrap-content-s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 { display: none !important; }}
#s-d36e9631-4bcb-4b60-ab6d-8dcb8fa19e43 .shogun-heading-component h1 {
  color: rgba(182, 182, 182, 1);
  font-weight:  300 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.4em;
  
  
}



#s-db2fd981-54c5-422d-a91a-ca6fd166a628 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db2fd981-54c5-422d-a91a-ca6fd166a628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db2fd981-54c5-422d-a91a-ca6fd166a628.shg-box.shg-c {
  justify-content: center;
}

#s-7f7ee0d5-1bee-4b92-bc9d-9e003f042d00 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
  box-sizing: border-box;
}



.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
      position: relative;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
  box-sizing: border-box;
}



.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
      position: relative;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
  box-sizing: border-box;
}



.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
      position: relative;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
  box-sizing: border-box;
}



.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
      position: relative;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image {
  box-sizing: border-box;
}



.s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container {
      position: relative;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4099ec6-e6d4-4dbd-8cfa-65752fbd0f57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-182d29eb-718f-4a37-98eb-a6ff5004511c {
  margin-top: 10%;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-182d29eb-718f-4a37-98eb-a6ff5004511c {
  display: none;
}
#s-182d29eb-718f-4a37-98eb-a6ff5004511c, #wrap-s-182d29eb-718f-4a37-98eb-a6ff5004511c, #wrap-content-s-182d29eb-718f-4a37-98eb-a6ff5004511c { display: none !important; }}@media (max-width: 767px){#s-182d29eb-718f-4a37-98eb-a6ff5004511c {
  display: none;
}
#s-182d29eb-718f-4a37-98eb-a6ff5004511c, #wrap-s-182d29eb-718f-4a37-98eb-a6ff5004511c, #wrap-content-s-182d29eb-718f-4a37-98eb-a6ff5004511c { display: none !important; }}
#s-182d29eb-718f-4a37-98eb-a6ff5004511c .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b {
  margin-top: 10%;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b {
  display: none;
}
#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b, #wrap-s-758009ae-54fd-40b5-b6bb-ff9e539ef21b, #wrap-content-s-758009ae-54fd-40b5-b6bb-ff9e539ef21b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b {
  display: none;
}
#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b, #wrap-s-758009ae-54fd-40b5-b6bb-ff9e539ef21b, #wrap-content-s-758009ae-54fd-40b5-b6bb-ff9e539ef21b { display: none !important; }}
#s-758009ae-54fd-40b5-b6bb-ff9e539ef21b .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-6428ce32-c286-4ecf-b2ab-23979dc9b948 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6428ce32-c286-4ecf-b2ab-23979dc9b948 {
  display: none;
}
#s-6428ce32-c286-4ecf-b2ab-23979dc9b948, #wrap-s-6428ce32-c286-4ecf-b2ab-23979dc9b948, #wrap-content-s-6428ce32-c286-4ecf-b2ab-23979dc9b948 { display: none !important; }}@media (max-width: 767px){#s-6428ce32-c286-4ecf-b2ab-23979dc9b948 {
  display: none;
}
#s-6428ce32-c286-4ecf-b2ab-23979dc9b948, #wrap-s-6428ce32-c286-4ecf-b2ab-23979dc9b948, #wrap-content-s-6428ce32-c286-4ecf-b2ab-23979dc9b948 { display: none !important; }}







#s-6428ce32-c286-4ecf-b2ab-23979dc9b948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6428ce32-c286-4ecf-b2ab-23979dc9b948.shg-box.shg-c {
  justify-content: center;
}

#s-d83f3693-392b-4b8e-85f2-397346d07e04 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d83f3693-392b-4b8e-85f2-397346d07e04 {
  display: none;
}
#s-d83f3693-392b-4b8e-85f2-397346d07e04, #wrap-s-d83f3693-392b-4b8e-85f2-397346d07e04, #wrap-content-s-d83f3693-392b-4b8e-85f2-397346d07e04 { display: none !important; }}@media (max-width: 767px){#s-d83f3693-392b-4b8e-85f2-397346d07e04 {
  display: none;
}
#s-d83f3693-392b-4b8e-85f2-397346d07e04, #wrap-s-d83f3693-392b-4b8e-85f2-397346d07e04, #wrap-content-s-d83f3693-392b-4b8e-85f2-397346d07e04 { display: none !important; }}
#s-d83f3693-392b-4b8e-85f2-397346d07e04 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1200/406;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  display: none;
}
#s-953d69df-5af0-42ec-b075-c8693e2cc4c1, #wrap-s-953d69df-5af0-42ec-b075-c8693e2cc4c1, #wrap-content-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 { display: none !important; }}@media (max-width: 767px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  display: none;
}
#s-953d69df-5af0-42ec-b075-c8693e2cc4c1, #wrap-s-953d69df-5af0-42ec-b075-c8693e2cc4c1, #wrap-content-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 { display: none !important; }}
#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
  box-sizing: border-box;
}



.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
      position: relative;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
  box-sizing: border-box;
}



.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
      position: relative;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
  box-sizing: border-box;
}



.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
      position: relative;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
  box-sizing: border-box;
}



.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
      position: relative;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image {
  box-sizing: border-box;
}



.s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container {
      position: relative;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-953d69df-5af0-42ec-b075-c8693e2cc4c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-4999c154-9769-42d4-a5d0-56c60bbe7b10 {
  margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-4999c154-9769-42d4-a5d0-56c60bbe7b10 {
  display: none;
}
#s-4999c154-9769-42d4-a5d0-56c60bbe7b10, #wrap-s-4999c154-9769-42d4-a5d0-56c60bbe7b10, #wrap-content-s-4999c154-9769-42d4-a5d0-56c60bbe7b10 { display: none !important; }}@media (max-width: 767px){#s-4999c154-9769-42d4-a5d0-56c60bbe7b10 {
  display: none;
}
#s-4999c154-9769-42d4-a5d0-56c60bbe7b10, #wrap-s-4999c154-9769-42d4-a5d0-56c60bbe7b10, #wrap-content-s-4999c154-9769-42d4-a5d0-56c60bbe7b10 { display: none !important; }}
#s-4999c154-9769-42d4-a5d0-56c60bbe7b10 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-c35bbd0e-aca9-4244-ac94-529d378316c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c35bbd0e-aca9-4244-ac94-529d378316c4 {
  display: none;
}
#s-c35bbd0e-aca9-4244-ac94-529d378316c4, #wrap-s-c35bbd0e-aca9-4244-ac94-529d378316c4, #wrap-content-s-c35bbd0e-aca9-4244-ac94-529d378316c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c35bbd0e-aca9-4244-ac94-529d378316c4 {
  display: none;
}
#s-c35bbd0e-aca9-4244-ac94-529d378316c4, #wrap-s-c35bbd0e-aca9-4244-ac94-529d378316c4, #wrap-content-s-c35bbd0e-aca9-4244-ac94-529d378316c4 { display: none !important; }}







#s-c35bbd0e-aca9-4244-ac94-529d378316c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c35bbd0e-aca9-4244-ac94-529d378316c4.shg-box.shg-c {
  justify-content: center;
}

#s-06bd5842-ec33-443d-8770-dd6adeb5992f {
  margin-left: auto;
margin-right: auto;
min-height: 60px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-06bd5842-ec33-443d-8770-dd6adeb5992f {
  display: none;
}
#s-06bd5842-ec33-443d-8770-dd6adeb5992f, #wrap-s-06bd5842-ec33-443d-8770-dd6adeb5992f, #wrap-content-s-06bd5842-ec33-443d-8770-dd6adeb5992f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06bd5842-ec33-443d-8770-dd6adeb5992f {
  display: none;
}
#s-06bd5842-ec33-443d-8770-dd6adeb5992f, #wrap-s-06bd5842-ec33-443d-8770-dd6adeb5992f, #wrap-content-s-06bd5842-ec33-443d-8770-dd6adeb5992f { display: none !important; }}







#s-06bd5842-ec33-443d-8770-dd6adeb5992f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06bd5842-ec33-443d-8770-dd6adeb5992f.shg-box.shg-c {
  justify-content: center;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin-left: 10%;
margin-right: 10%;
max-width: 200px;
aspect-ratio: 500/100;
text-align: left;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
  box-sizing: border-box;
}



.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
      position: relative;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
  box-sizing: border-box;
}



.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
      position: relative;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
  box-sizing: border-box;
}



.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
      position: relative;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
  box-sizing: border-box;
}



.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
      position: relative;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }

    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-link {
      aspect-ratio: 500/100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image {
  box-sizing: border-box;
}



.s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 {
      --shg-aspect-ratio: calc(500/100); 
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container {
      position: relative;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a0ef444-3514-43e0-a33e-1ff5347d6a63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-a4721881-0811-4345-b4e0-421deb82e403 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a4721881-0811-4345-b4e0-421deb82e403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4721881-0811-4345-b4e0-421deb82e403.shg-box.shg-c {
  justify-content: center;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin: 0 !important;
  overflow: visible;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add background color handling */
  background: rgba(208, 208, 208, 1);
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7a12f277-3a4e-4b95-a806-9a83fc08141a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
  box-sizing: border-box;
}



.s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  
}


@media (min-width: 1200px){#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin: 0 !important;
  overflow: visible;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add background color handling */
  
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7a12f277-3a4e-4b95-a806-9a83fc08141a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
  box-sizing: border-box;
}



.s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin: 0 !important;
  overflow: visible;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add background color handling */
  
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7a12f277-3a4e-4b95-a806-9a83fc08141a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
  box-sizing: border-box;
}



.s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin: 0 !important;
  overflow: visible;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add background color handling */
  
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7a12f277-3a4e-4b95-a806-9a83fc08141a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
  box-sizing: border-box;
}



.s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  
}


}@media (max-width: 767px){#s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  margin: 0 !important;
  overflow: visible;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a12f277-3a4e-4b95-a806-9a83fc08141a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add background color handling */
  
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7a12f277-3a4e-4b95-a806-9a83fc08141a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a12f277-3a4e-4b95-a806-9a83fc08141a.shogun-image {
  box-sizing: border-box;
}



.s-7a12f277-3a4e-4b95-a806-9a83fc08141a img.shogun-image {
  
}


}
#s-80db2b90-fef8-4d8b-89c7-f31bc95dce67 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-80db2b90-fef8-4d8b-89c7-f31bc95dce67 {
  margin-top: 5%;
margin-bottom: 5%;
background-color: rgba(0, 0, 0, 1);
}
}@media (max-width: 767px){#s-80db2b90-fef8-4d8b-89c7-f31bc95dce67 {
  padding-top: 40px;
padding-bottom: 20px;
}
}
#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTQ3MDk5ZmItZjQ4OC00MmE3LTgwOTAtNzc5Mjc5ZDQ5NjZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODcwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTYwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNDcwOTlmYi1mNDg4LTQyYTctODA5MC03NzkyNzlkNDk2NmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#870000"}, {"id"=>2, "pos"=>1, "color"=>"#e60000"}];
line-height: 0.5em;
letter-spacing: 1px;
}
#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68 {
  margin-bottom: 0%;
padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68 {
  padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4acb7ece-14f2-4401-87fa-6f52ab49bd68-root {
    text-align: center;
  }


#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4acb7ece-14f2-4401-87fa-6f52ab49bd68-root {
    text-align: center;
  }


#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4acb7ece-14f2-4401-87fa-6f52ab49bd68-root {
    text-align: center;
  }


#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4acb7ece-14f2-4401-87fa-6f52ab49bd68-root {
    text-align: center;
  }


#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4acb7ece-14f2-4401-87fa-6f52ab49bd68-root {
    text-align: center;
  }


#s-4acb7ece-14f2-4401-87fa-6f52ab49bd68.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a {
  display: none;
}
#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a, #wrap-s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a, #wrap-content-s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a {
  display: none;
}
#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a, #wrap-s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a, #wrap-content-s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a { display: none !important; }}







#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b87c72f3-6858-4b2e-9513-78c8f84d4a5a.shg-box.shg-c {
  justify-content: center;
}

#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 5%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 {
  display: none;
}
#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497, #wrap-s-b5da167c-2d65-42d3-8e21-c2d8a3b66497, #wrap-content-s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 {
  display: none;
}
#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497, #wrap-s-b5da167c-2d65-42d3-8e21-c2d8a3b66497, #wrap-content-s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 { display: none !important; }}
#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 .shogun-heading-component h1 {
  color: rgba(199, 199, 199, 1);
  font-weight:  300 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-b5da167c-2d65-42d3-8e21-c2d8a3b66497 .shogun-heading-component h1 {
  color: rgba(203, 200, 200, 1);
  font-weight:  300 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}


}
#s-9b9c7d63-d271-4fc5-abed-7354991f26e3 {
  min-height: 0px;
max-width: 1200px;
}








#s-9b9c7d63-d271-4fc5-abed-7354991f26e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b9c7d63-d271-4fc5-abed-7354991f26e3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-152aa7cf-5cb2-4d03-bbaf-e46214ac9aed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin: 0 !important;
  overflow: visible;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add background color handling */
  
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
  box-sizing: border-box;
}



.s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
      position: relative;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin: 0 !important;
  overflow: visible;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add background color handling */
  
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
  box-sizing: border-box;
}



.s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
      position: relative;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin: 0 !important;
  overflow: visible;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add background color handling */
  
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
  box-sizing: border-box;
}



.s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
      position: relative;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin: 0 !important;
  overflow: visible;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add background color handling */
  
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
  box-sizing: border-box;
}



.s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
      position: relative;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  margin: 0 !important;
  overflow: visible;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add background color handling */
  
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a1e221e-d722-404b-bfbb-f8ad573754ef .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image {
  box-sizing: border-box;
}



.s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container {
      position: relative;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1e221e-d722-404b-bfbb-f8ad573754ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 {
  margin-top: 5%;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 {
  display: none;
}
#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6, #wrap-s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6, #wrap-content-s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 { display: none !important; }}@media (max-width: 767px){#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 {
  display: none;
}
#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6, #wrap-s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6, #wrap-content-s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 { display: none !important; }}
#s-ae0ce28b-3e8f-4661-881a-5a9843c4f4a6 .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 {
  margin-top: 10%;
margin-left: 10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 {
  display: none;
}
#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47, #wrap-s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47, #wrap-content-s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 {
  display: none;
}
#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47, #wrap-s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47, #wrap-content-s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 { display: none !important; }}
#s-f34d4466-34ed-4fc6-9bc4-b2edc901ee47 .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-9f963963-c25e-4886-9975-febc26dafc6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f963963-c25e-4886-9975-febc26dafc6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f963963-c25e-4886-9975-febc26dafc6e.shg-box.shg-c {
  justify-content: center;
}

#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 {
  display: none;
}
#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9, #wrap-s-a3ede55c-3524-47d5-adc9-f55a13f7bda9, #wrap-content-s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 {
  display: none;
}
#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9, #wrap-s-a3ede55c-3524-47d5-adc9-f55a13f7bda9, #wrap-content-s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 { display: none !important; }}
#s-a3ede55c-3524-47d5-adc9-f55a13f7bda9 .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/406;
text-align: center;
}
@media (min-width: 1200px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  display: none;
}
#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af, #wrap-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af, #wrap-content-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  display: none;
}
#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af, #wrap-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af, #wrap-content-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af { display: none !important; }}
#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin: 0 !important;
  overflow: visible;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add background color handling */
  
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
  box-sizing: border-box;
}



.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
      position: relative;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin: 0 !important;
  overflow: visible;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add background color handling */
  
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
  box-sizing: border-box;
}



.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
      position: relative;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin: 0 !important;
  overflow: visible;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add background color handling */
  
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
  box-sizing: border-box;
}



.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
      position: relative;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin: 0 !important;
  overflow: visible;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add background color handling */
  
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
  box-sizing: border-box;
}



.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
      position: relative;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  margin: 0 !important;
  overflow: visible;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add background color handling */
  
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }

    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-link {
      aspect-ratio: 1200/406;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image {
  box-sizing: border-box;
}



.s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af {
      --shg-aspect-ratio: calc(1200/406); 
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container {
      position: relative;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-603a287f-8b35-43d1-a4ac-a53f3b21e0af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-e43927da-ffc6-4852-b711-3515943e9d20 {
  margin-top: 0%;
margin-bottom: 15%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (min-width: 1200px){#s-e43927da-ffc6-4852-b711-3515943e9d20 {
  display: none;
}
#s-e43927da-ffc6-4852-b711-3515943e9d20, #wrap-s-e43927da-ffc6-4852-b711-3515943e9d20, #wrap-content-s-e43927da-ffc6-4852-b711-3515943e9d20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e43927da-ffc6-4852-b711-3515943e9d20 {
  display: none;
}
#s-e43927da-ffc6-4852-b711-3515943e9d20, #wrap-s-e43927da-ffc6-4852-b711-3515943e9d20, #wrap-content-s-e43927da-ffc6-4852-b711-3515943e9d20 { display: none !important; }}
#s-e43927da-ffc6-4852-b711-3515943e9d20 .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}



#s-6cf6262c-7100-470d-be71-7e3811d52485 {
  margin-left: auto;
margin-right: auto;
min-height: 250px;
background-color: rgba(208, 208, 208, 1);
}
@media (min-width: 1200px){#s-6cf6262c-7100-470d-be71-7e3811d52485 {
  display: none;
}
#s-6cf6262c-7100-470d-be71-7e3811d52485, #wrap-s-6cf6262c-7100-470d-be71-7e3811d52485, #wrap-content-s-6cf6262c-7100-470d-be71-7e3811d52485 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cf6262c-7100-470d-be71-7e3811d52485 {
  display: none;
}
#s-6cf6262c-7100-470d-be71-7e3811d52485, #wrap-s-6cf6262c-7100-470d-be71-7e3811d52485, #wrap-content-s-6cf6262c-7100-470d-be71-7e3811d52485 { display: none !important; }}







#s-6cf6262c-7100-470d-be71-7e3811d52485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cf6262c-7100-470d-be71-7e3811d52485.shg-box.shg-c {
  justify-content: center;
}

#s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (max-width: 767px){#s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e {
  background-color: rgba(208, 208, 208, 1);
}
}
@media (min-width: 0px) {
[id="s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cea3f30-dacf-4e25-a294-b9fa75fdfd3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-540bf1f8-f3f5-426d-a897-bb0732b45f21 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-540bf1f8-f3f5-426d-a897-bb0732b45f21 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-0e037a4a-4b93-4be5-93f1-d59fb7cb6180 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e037a4a-4b93-4be5-93f1-d59fb7cb6180 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-4a66afe3-a3d0-44de-a00b-783f1a286c4b {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a66afe3-a3d0-44de-a00b-783f1a286c4b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/950;
text-align: center;
}
@media (min-width: 1200px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  display: none;
}
#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309, #wrap-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309, #wrap-content-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  display: none;
}
#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309, #wrap-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309, #wrap-content-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 { display: none !important; }}
#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin: 0 !important;
  overflow: visible;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add background color handling */
  
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
  box-sizing: border-box;
}



.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
      position: relative;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin: 0 !important;
  overflow: visible;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add background color handling */
  
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
  box-sizing: border-box;
}



.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
      position: relative;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin: 0 !important;
  overflow: visible;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add background color handling */
  
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
  box-sizing: border-box;
}



.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
      position: relative;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin: 0 !important;
  overflow: visible;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add background color handling */
  
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
  box-sizing: border-box;
}



.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
      position: relative;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  margin: 0 !important;
  overflow: visible;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add background color handling */
  
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image {
  box-sizing: border-box;
}



.s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container {
      position: relative;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00c49cf4-4e8b-4f3d-a7f6-f048a859c309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-db89845d-ff61-4a0a-9662-25eaa37c9987 {
  margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db89845d-ff61-4a0a-9662-25eaa37c9987 {
  
}
}@media (max-width: 767px){#s-db89845d-ff61-4a0a-9662-25eaa37c9987 {
  
}
}







#s-db89845d-ff61-4a0a-9662-25eaa37c9987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db89845d-ff61-4a0a-9662-25eaa37c9987.shg-box.shg-c {
  justify-content: center;
}

#s-7f750379-2943-4818-8040-3a44f01390f4 {
  margin-top: 0%;
margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-7f750379-2943-4818-8040-3a44f01390f4 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-53dd0fa7-5c55-4ba7-879f-9396f3af9541 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53dd0fa7-5c55-4ba7-879f-9396f3af9541 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1200/597;
text-align: center;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
  box-sizing: border-box;
}



.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
      position: relative;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
  box-sizing: border-box;
}



.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
      position: relative;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
  box-sizing: border-box;
}



.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
      position: relative;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
  box-sizing: border-box;
}



.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
      position: relative;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image {
  box-sizing: border-box;
}



.s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container {
      position: relative;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ead3cc0-eb70-47f9-9c20-1e86ea871c22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-5555bc0b-0c45-4d20-97fe-3576b23ce5e5 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-5555bc0b-0c45-4d20-97fe-3576b23ce5e5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-35215ef2-7889-4769-8c4b-d6a42139dd7b {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35215ef2-7889-4769-8c4b-d6a42139dd7b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d97743c7-a734-469d-9905-c2b930ce264b {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-d97743c7-a734-469d-9905-c2b930ce264b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-abed1222-40b1-486f-aaee-f0a2b1b9a37d {
  margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abed1222-40b1-486f-aaee-f0a2b1b9a37d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1200/659;
text-align: center;
}

#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin: 0 !important;
  overflow: visible;
}

#s-48e20e91-29aa-454a-9357-76eac615329d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add background color handling */
  
}

#s-48e20e91-29aa-454a-9357-76eac615329d 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
  box-sizing: border-box;
}



.s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e20e91-29aa-454a-9357-76eac615329d {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
      position: relative;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin: 0 !important;
  overflow: visible;
}

#s-48e20e91-29aa-454a-9357-76eac615329d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add background color handling */
  
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
  box-sizing: border-box;
}



.s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e20e91-29aa-454a-9357-76eac615329d {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
      position: relative;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin: 0 !important;
  overflow: visible;
}

#s-48e20e91-29aa-454a-9357-76eac615329d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add background color handling */
  
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
  box-sizing: border-box;
}



.s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e20e91-29aa-454a-9357-76eac615329d {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
      position: relative;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin: 0 !important;
  overflow: visible;
}

#s-48e20e91-29aa-454a-9357-76eac615329d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add background color handling */
  
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
  box-sizing: border-box;
}



.s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e20e91-29aa-454a-9357-76eac615329d {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
      position: relative;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-48e20e91-29aa-454a-9357-76eac615329d {
  margin: 0 !important;
  overflow: visible;
}

#s-48e20e91-29aa-454a-9357-76eac615329d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e20e91-29aa-454a-9357-76eac615329d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add background color handling */
  
}

#s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e20e91-29aa-454a-9357-76eac615329d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-48e20e91-29aa-454a-9357-76eac615329d .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image {
  box-sizing: border-box;
}



.s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e20e91-29aa-454a-9357-76eac615329d {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container {
      position: relative;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e20e91-29aa-454a-9357-76eac615329d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-721abfac-e92d-42e2-a539-51a6ac5f254e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-721abfac-e92d-42e2-a539-51a6ac5f254e {
  display: none;
}
#s-721abfac-e92d-42e2-a539-51a6ac5f254e, #wrap-s-721abfac-e92d-42e2-a539-51a6ac5f254e, #wrap-content-s-721abfac-e92d-42e2-a539-51a6ac5f254e { display: none !important; }}@media (max-width: 767px){#s-721abfac-e92d-42e2-a539-51a6ac5f254e {
  display: none;
}
#s-721abfac-e92d-42e2-a539-51a6ac5f254e, #wrap-s-721abfac-e92d-42e2-a539-51a6ac5f254e, #wrap-content-s-721abfac-e92d-42e2-a539-51a6ac5f254e { display: none !important; }}







#s-721abfac-e92d-42e2-a539-51a6ac5f254e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-721abfac-e92d-42e2-a539-51a6ac5f254e.shg-box.shg-c {
  justify-content: center;
}

#s-0115d0b5-2378-4593-8d6a-da2c55522116 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0115d0b5-2378-4593-8d6a-da2c55522116 {
  display: none;
}
#s-0115d0b5-2378-4593-8d6a-da2c55522116, #wrap-s-0115d0b5-2378-4593-8d6a-da2c55522116, #wrap-content-s-0115d0b5-2378-4593-8d6a-da2c55522116 { display: none !important; }}@media (max-width: 767px){#s-0115d0b5-2378-4593-8d6a-da2c55522116 {
  display: none;
}
#s-0115d0b5-2378-4593-8d6a-da2c55522116, #wrap-s-0115d0b5-2378-4593-8d6a-da2c55522116, #wrap-content-s-0115d0b5-2378-4593-8d6a-da2c55522116 { display: none !important; }}







#s-0115d0b5-2378-4593-8d6a-da2c55522116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0115d0b5-2378-4593-8d6a-da2c55522116.shg-box.shg-c {
  justify-content: center;
}

#s-89b62a9f-0a92-4aa2-9803-65d5c69e3af1 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 250px;
max-width: 1200px;
}

#s-89b62a9f-0a92-4aa2-9803-65d5c69e3af1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjNTA0M2MtOGZiNi00NGNhLTk0ZGYtODViNGM2NTVhYTlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDBkMGQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmM1MDQzYy04ZmI2LTQ0Y2EtOTRkZi04NWI0YzY1NWFhOWEpIi8+PC9zdmc+);
}








#s-89b62a9f-0a92-4aa2-9803-65d5c69e3af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89b62a9f-0a92-4aa2-9803-65d5c69e3af1.shg-box.shg-c {
  justify-content: center;
}

#s-47f4c668-e200-4746-abe0-c6e182e9b767 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-47f4c668-e200-4746-abe0-c6e182e9b767"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47f4c668-e200-4746-abe0-c6e182e9b767"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47f4c668-e200-4746-abe0-c6e182e9b767"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47f4c668-e200-4746-abe0-c6e182e9b767"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0bc00825-80a1-410f-ac91-a36b0093ff4a {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bc00825-80a1-410f-ac91-a36b0093ff4a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-1f28ca9f-01c2-450e-bd17-786246c96030 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f28ca9f-01c2-450e-bd17-786246c96030 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-e85056e6-53dc-4458-9ed1-3d75603a7761 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e85056e6-53dc-4458-9ed1-3d75603a7761 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  
  
}



#s-aef11304-29c1-4d7f-a07e-cc13f5504a48 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aef11304-29c1-4d7f-a07e-cc13f5504a48 {
  display: none;
}
#s-aef11304-29c1-4d7f-a07e-cc13f5504a48, #wrap-s-aef11304-29c1-4d7f-a07e-cc13f5504a48, #wrap-content-s-aef11304-29c1-4d7f-a07e-cc13f5504a48 { display: none !important; }}@media (max-width: 767px){#s-aef11304-29c1-4d7f-a07e-cc13f5504a48 {
  display: none;
}
#s-aef11304-29c1-4d7f-a07e-cc13f5504a48, #wrap-s-aef11304-29c1-4d7f-a07e-cc13f5504a48, #wrap-content-s-aef11304-29c1-4d7f-a07e-cc13f5504a48 { display: none !important; }}







#s-aef11304-29c1-4d7f-a07e-cc13f5504a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aef11304-29c1-4d7f-a07e-cc13f5504a48.shg-box.shg-c {
  justify-content: center;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/950;
text-align: center;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
  box-sizing: border-box;
}



.s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e7248b-2909-4cb5-8804-705e5f06819d {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
      position: relative;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
  box-sizing: border-box;
}



.s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e7248b-2909-4cb5-8804-705e5f06819d {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
      position: relative;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
  box-sizing: border-box;
}



.s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e7248b-2909-4cb5-8804-705e5f06819d {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
      position: relative;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
  box-sizing: border-box;
}



.s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e7248b-2909-4cb5-8804-705e5f06819d {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
      position: relative;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e7248b-2909-4cb5-8804-705e5f06819d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }

    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-link {
      aspect-ratio: 1200/950;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e7248b-2909-4cb5-8804-705e5f06819d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e7248b-2909-4cb5-8804-705e5f06819d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image {
  box-sizing: border-box;
}



.s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e7248b-2909-4cb5-8804-705e5f06819d {
      --shg-aspect-ratio: calc(1200/950); 
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container {
      position: relative;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e7248b-2909-4cb5-8804-705e5f06819d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-7f5c3864-de7e-400b-a3da-d2571f43fe39 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7f5c3864-de7e-400b-a3da-d2571f43fe39 {
  display: none;
}
#s-7f5c3864-de7e-400b-a3da-d2571f43fe39, #wrap-s-7f5c3864-de7e-400b-a3da-d2571f43fe39, #wrap-content-s-7f5c3864-de7e-400b-a3da-d2571f43fe39 { display: none !important; }}@media (max-width: 767px){#s-7f5c3864-de7e-400b-a3da-d2571f43fe39 {
  display: none;
}
#s-7f5c3864-de7e-400b-a3da-d2571f43fe39, #wrap-s-7f5c3864-de7e-400b-a3da-d2571f43fe39, #wrap-content-s-7f5c3864-de7e-400b-a3da-d2571f43fe39 { display: none !important; }}







#s-7f5c3864-de7e-400b-a3da-d2571f43fe39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f5c3864-de7e-400b-a3da-d2571f43fe39.shg-box.shg-c {
  justify-content: center;
}

#s-3a077d83-d02d-4687-96ac-fdaac8503f16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3a077d83-d02d-4687-96ac-fdaac8503f16 {
  display: none;
}
#s-3a077d83-d02d-4687-96ac-fdaac8503f16, #wrap-s-3a077d83-d02d-4687-96ac-fdaac8503f16, #wrap-content-s-3a077d83-d02d-4687-96ac-fdaac8503f16 { display: none !important; }}@media (max-width: 767px){#s-3a077d83-d02d-4687-96ac-fdaac8503f16 {
  display: none;
}
#s-3a077d83-d02d-4687-96ac-fdaac8503f16, #wrap-s-3a077d83-d02d-4687-96ac-fdaac8503f16, #wrap-content-s-3a077d83-d02d-4687-96ac-fdaac8503f16 { display: none !important; }}







#s-3a077d83-d02d-4687-96ac-fdaac8503f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a077d83-d02d-4687-96ac-fdaac8503f16.shg-box.shg-c {
  justify-content: center;
}

#s-9811228e-7cf5-4e8d-933d-507973dd0866 {
  margin-top: 0%;
margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-9811228e-7cf5-4e8d-933d-507973dd0866 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-ad6d69f1-df3d-4177-a4d8-e5227b1f94b0 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad6d69f1-df3d-4177-a4d8-e5227b1f94b0 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1200/597;
text-align: center;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
  box-sizing: border-box;
}



.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
      position: relative;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
  box-sizing: border-box;
}



.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
      position: relative;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
  box-sizing: border-box;
}



.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
      position: relative;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
  box-sizing: border-box;
}



.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
      position: relative;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  margin: 0 !important;
  overflow: visible;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add background color handling */
  
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }

    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-link {
      aspect-ratio: 1200/597;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image {
  box-sizing: border-box;
}



.s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 {
      --shg-aspect-ratio: calc(1200/597); 
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container {
      position: relative;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c48e7fdc-4bdb-40eb-aebc-b7cabcdca035 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-4a9e784d-20e5-4182-bf4b-0f9631b1d152 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-4a9e784d-20e5-4182-bf4b-0f9631b1d152 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-8a001687-d9c7-4cb8-b4de-ada9b6ec50e9 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a001687-d9c7-4cb8-b4de-ada9b6ec50e9 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fb5fce08-8970-401a-9898-a8d4f7e75123 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-fb5fce08-8970-401a-9898-a8d4f7e75123 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-2e3a275c-cc0f-48ed-9097-e04dae868b0c {
  margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e3a275c-cc0f-48ed-9097-e04dae868b0c .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1200/659;
text-align: center;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
  box-sizing: border-box;
}



.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
      position: relative;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
  box-sizing: border-box;
}



.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
      position: relative;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
  box-sizing: border-box;
}



.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
      position: relative;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
  box-sizing: border-box;
}



.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
      position: relative;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }

    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-link {
      aspect-ratio: 1200/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image {
  box-sizing: border-box;
}



.s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 {
      --shg-aspect-ratio: calc(1200/659); 
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container {
      position: relative;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0b5c1e8-bfdc-49cb-b21f-0b6130f41637 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-ac379afd-164a-401e-8854-bd931f953bd7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ac379afd-164a-401e-8854-bd931f953bd7 {
  display: none;
}
#s-ac379afd-164a-401e-8854-bd931f953bd7, #wrap-s-ac379afd-164a-401e-8854-bd931f953bd7, #wrap-content-s-ac379afd-164a-401e-8854-bd931f953bd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac379afd-164a-401e-8854-bd931f953bd7 {
  display: none;
}
#s-ac379afd-164a-401e-8854-bd931f953bd7, #wrap-s-ac379afd-164a-401e-8854-bd931f953bd7, #wrap-content-s-ac379afd-164a-401e-8854-bd931f953bd7 { display: none !important; }}







#s-ac379afd-164a-401e-8854-bd931f953bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac379afd-164a-401e-8854-bd931f953bd7.shg-box.shg-c {
  justify-content: center;
}

#s-5c183e85-cb56-49d6-b2e8-6c3d345a5b3b {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5c183e85-cb56-49d6-b2e8-6c3d345a5b3b .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-8700bc6b-e562-4f03-ac39-c327d8c6d73e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-8b86d326-b341-4bd1-95f5-8eca390319ea {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b86d326-b341-4bd1-95f5-8eca390319ea .shogun-heading-component h3 {
  color: rgba(139, 139, 139, 1);
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-fd0d18a3-ef7b-4f64-9036-c6bf8396e2fd {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fd0d18a3-ef7b-4f64-9036-c6bf8396e2fd .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
  box-sizing: border-box;
}



.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
      position: relative;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
  box-sizing: border-box;
}



.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
      position: relative;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
  box-sizing: border-box;
}



.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
      position: relative;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
  box-sizing: border-box;
}



.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
      position: relative;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image {
  box-sizing: border-box;
}



.s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container {
      position: relative;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4808e9d-f6fa-45fb-ba88-c7332a161921 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-f4df4b35-671d-428b-a990-24db7dcc5b0c {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-f4df4b35-671d-428b-a990-24db7dcc5b0c .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-f2261e1e-13b6-4926-ba35-1c7ac6328287 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2261e1e-13b6-4926-ba35-1c7ac6328287 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin: 0 !important;
  overflow: visible;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add background color handling */
  
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
    
    
    
    
  }


.s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
  box-sizing: border-box;
}



.s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27d98883-e8dc-403c-99be-27521ca6b896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
      position: relative;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin: 0 !important;
  overflow: visible;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add background color handling */
  
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
    
    
    
    
  }


.s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
  box-sizing: border-box;
}



.s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27d98883-e8dc-403c-99be-27521ca6b896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
      position: relative;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin: 0 !important;
  overflow: visible;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add background color handling */
  
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
    
    
    
    
  }


.s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
  box-sizing: border-box;
}



.s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27d98883-e8dc-403c-99be-27521ca6b896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
      position: relative;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin: 0 !important;
  overflow: visible;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add background color handling */
  
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
    
    
    
    
  }


.s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
  box-sizing: border-box;
}



.s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27d98883-e8dc-403c-99be-27521ca6b896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
      position: relative;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-27d98883-e8dc-403c-99be-27521ca6b896 {
  margin: 0 !important;
  overflow: visible;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27d98883-e8dc-403c-99be-27521ca6b896 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add background color handling */
  
}

#s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27d98883-e8dc-403c-99be-27521ca6b896 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
    
    
    
    
  }


.s-27d98883-e8dc-403c-99be-27521ca6b896 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image {
  box-sizing: border-box;
}



.s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27d98883-e8dc-403c-99be-27521ca6b896 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container {
      position: relative;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27d98883-e8dc-403c-99be-27521ca6b896 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-73d5d771-8b3c-41e9-8c2b-7afc7b35c1c7 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
text-align: left;
}

#s-73d5d771-8b3c-41e9-8c2b-7afc7b35c1c7 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-451fa854-13ff-4299-9ed3-8dda35437d37 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-451fa854-13ff-4299-9ed3-8dda35437d37 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad {
  display: none;
}
#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad, #wrap-s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad, #wrap-content-s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad { display: none !important; }}@media (max-width: 767px){#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad {
  display: none;
}
#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad, #wrap-s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad, #wrap-content-s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad { display: none !important; }}







#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d81cd729-c53f-4cc5-b7e9-6499c9c429ad.shg-box.shg-c {
  justify-content: center;
}

#s-13ea4070-1aac-4b4d-8629-43c104937f6c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-13ea4070-1aac-4b4d-8629-43c104937f6c {
  display: none;
}
#s-13ea4070-1aac-4b4d-8629-43c104937f6c, #wrap-s-13ea4070-1aac-4b4d-8629-43c104937f6c, #wrap-content-s-13ea4070-1aac-4b4d-8629-43c104937f6c { display: none !important; }}@media (max-width: 767px){#s-13ea4070-1aac-4b4d-8629-43c104937f6c {
  display: none;
}
#s-13ea4070-1aac-4b4d-8629-43c104937f6c, #wrap-s-13ea4070-1aac-4b4d-8629-43c104937f6c, #wrap-content-s-13ea4070-1aac-4b4d-8629-43c104937f6c { display: none !important; }}







#s-13ea4070-1aac-4b4d-8629-43c104937f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13ea4070-1aac-4b4d-8629-43c104937f6c.shg-box.shg-c {
  justify-content: center;
}

#s-69d0cc35-c9eb-44f8-b1ea-4750f2980538 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-69d0cc35-c9eb-44f8-b1ea-4750f2980538 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-42e20788-5a17-43af-8a06-8d3106a5ef24 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}

#s-2405b632-1a42-4438-a251-33e0cfaca86e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2405b632-1a42-4438-a251-33e0cfaca86e .shogun-heading-component h3 {
  color: rgba(139, 139, 139, 1);
  font-weight:  normal ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c6bec4ce-36bc-4a47-94d9-f0a13bf652e5 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c6bec4ce-36bc-4a47-94d9-f0a13bf652e5 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
  box-sizing: border-box;
}



.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
      position: relative;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
  box-sizing: border-box;
}



.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
      position: relative;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
  box-sizing: border-box;
}



.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
      position: relative;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
  box-sizing: border-box;
}



.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
      position: relative;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image {
  box-sizing: border-box;
}



.s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container {
      position: relative;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eff6b0f-8264-4c89-9cb7-99c536fa1bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-02652f83-3932-4fb6-9bac-bd683139b507 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-02652f83-3932-4fb6-9bac-bd683139b507 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-e9edb683-ae41-4596-b99a-88520371132a {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9edb683-ae41-4596-b99a-88520371132a .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin: 0 !important;
  overflow: visible;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add background color handling */
  
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
    
    
    
    
  }


.s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
  box-sizing: border-box;
}



.s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
      position: relative;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin: 0 !important;
  overflow: visible;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add background color handling */
  
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
    
    
    
    
  }


.s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
  box-sizing: border-box;
}



.s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
      position: relative;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin: 0 !important;
  overflow: visible;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add background color handling */
  
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
    
    
    
    
  }


.s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
  box-sizing: border-box;
}



.s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
      position: relative;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin: 0 !important;
  overflow: visible;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add background color handling */
  
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
    
    
    
    
  }


.s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
  box-sizing: border-box;
}



.s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
      position: relative;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  margin: 0 !important;
  overflow: visible;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add background color handling */
  
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
    
    
    
    
  }


.s-358c8208-a395-40b6-b91f-f0d590ed0f2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image {
  box-sizing: border-box;
}



.s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container {
      position: relative;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358c8208-a395-40b6-b91f-f0d590ed0f2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-230dff8d-dfe1-42dc-8e5b-d4c88215b0e0 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
text-align: left;
}

#s-230dff8d-dfe1-42dc-8e5b-d4c88215b0e0 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-5fc0effd-cbb3-44e6-b51d-b1d77d19e6c0 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fc0effd-cbb3-44e6-b51d-b1d77d19e6c0 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 {
  display: none;
}
#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6, #wrap-s-83ddcf35-6147-44e2-9293-c7dd1e0257f6, #wrap-content-s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 { display: none !important; }}@media (max-width: 767px){#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 {
  display: none;
}
#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6, #wrap-s-83ddcf35-6147-44e2-9293-c7dd1e0257f6, #wrap-content-s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 { display: none !important; }}







#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83ddcf35-6147-44e2-9293-c7dd1e0257f6.shg-box.shg-c {
  justify-content: center;
}

#s-7640648b-684d-454a-b4c6-094a18e3b900 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7640648b-684d-454a-b4c6-094a18e3b900 {
  display: none;
}
#s-7640648b-684d-454a-b4c6-094a18e3b900, #wrap-s-7640648b-684d-454a-b4c6-094a18e3b900, #wrap-content-s-7640648b-684d-454a-b4c6-094a18e3b900 { display: none !important; }}@media (max-width: 767px){#s-7640648b-684d-454a-b4c6-094a18e3b900 {
  display: none;
}
#s-7640648b-684d-454a-b4c6-094a18e3b900, #wrap-s-7640648b-684d-454a-b4c6-094a18e3b900, #wrap-content-s-7640648b-684d-454a-b4c6-094a18e3b900 { display: none !important; }}







#s-7640648b-684d-454a-b4c6-094a18e3b900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7640648b-684d-454a-b4c6-094a18e3b900.shg-box.shg-c {
  justify-content: center;
}

#s-545ba281-54ca-411e-96fa-08eabc09430b {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
text-align: left;
}

#s-545ba281-54ca-411e-96fa-08eabc09430b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-be900441-51d6-488a-99c3-26821736ee09 {
  margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be900441-51d6-488a-99c3-26821736ee09 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 2297px;
aspect-ratio: 2297/1548;
text-align: center;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
  box-sizing: border-box;
}



.s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af8e241-442d-4816-a6a4-3b24da501f47 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
      position: relative;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

@media (min-width: 1200px){#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
  box-sizing: border-box;
}



.s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af8e241-442d-4816-a6a4-3b24da501f47 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
      position: relative;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
  box-sizing: border-box;
}



.s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af8e241-442d-4816-a6a4-3b24da501f47 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
      position: relative;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
  box-sizing: border-box;
}



.s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af8e241-442d-4816-a6a4-3b24da501f47 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
      position: relative;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (max-width: 767px){#s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  margin: 0 !important;
  overflow: visible;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2af8e241-442d-4816-a6a4-3b24da501f47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add background color handling */
  
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2af8e241-442d-4816-a6a4-3b24da501f47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-2af8e241-442d-4816-a6a4-3b24da501f47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image {
  box-sizing: border-box;
}



.s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2af8e241-442d-4816-a6a4-3b24da501f47 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container {
      position: relative;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2af8e241-442d-4816-a6a4-3b24da501f47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}
#s-d87aaad5-b403-42c2-963e-1b549c2251bc {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-d87aaad5-b403-42c2-963e-1b549c2251bc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-b3653c2e-6d16-469c-8596-6eb9664575bc {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3653c2e-6d16-469c-8596-6eb9664575bc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4acc17e8-23f4-4ee6-98b6-ec6f71776433 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-4acc17e8-23f4-4ee6-98b6-ec6f71776433 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-26f8ee5f-029c-495e-99d7-21a2102e9c79 {
  margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26f8ee5f-029c-495e-99d7-21a2102e9c79 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7401133f-55c9-4d73-a5d5-151fbff70a7b {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-7401133f-55c9-4d73-a5d5-151fbff70a7b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-a11a9b95-624c-4e28-a719-965bbdd8eacb {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a11a9b95-624c-4e28-a719-965bbdd8eacb .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin-top: 10%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/1015;
text-align: center;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  
}

.shg-image-content-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
  box-sizing: border-box;
}



.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
      position: relative;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
  box-sizing: border-box;
}



.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
      position: relative;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
  box-sizing: border-box;
}



.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
      position: relative;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
  box-sizing: border-box;
}



.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
      position: relative;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  margin: 0 !important;
  overflow: visible;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add background color handling */
  
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image {
  box-sizing: border-box;
}



.s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container {
      position: relative;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b0cb134b-bf89-4173-904f-20e3e85c6ca6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-c87d1286-babb-4aa0-9ea5-a97bab632b46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c87d1286-babb-4aa0-9ea5-a97bab632b46 {
  display: none;
}
#s-c87d1286-babb-4aa0-9ea5-a97bab632b46, #wrap-s-c87d1286-babb-4aa0-9ea5-a97bab632b46, #wrap-content-s-c87d1286-babb-4aa0-9ea5-a97bab632b46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c87d1286-babb-4aa0-9ea5-a97bab632b46 {
  display: none;
}
#s-c87d1286-babb-4aa0-9ea5-a97bab632b46, #wrap-s-c87d1286-babb-4aa0-9ea5-a97bab632b46, #wrap-content-s-c87d1286-babb-4aa0-9ea5-a97bab632b46 { display: none !important; }}







#s-c87d1286-babb-4aa0-9ea5-a97bab632b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c87d1286-babb-4aa0-9ea5-a97bab632b46.shg-box.shg-c {
  justify-content: center;
}

#s-24166fce-2948-486b-b67c-c6abbbb7468e {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
text-align: left;
}

#s-24166fce-2948-486b-b67c-c6abbbb7468e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-2c540371-d005-444c-af5c-81eb8bc5bd4b {
  margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c540371-d005-444c-af5c-81eb8bc5bd4b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 2297px;
aspect-ratio: 2297/1548;
text-align: center;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin: 0 !important;
  overflow: visible;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add background color handling */
  
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
  box-sizing: border-box;
}



.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
      position: relative;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

@media (min-width: 1200px){#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin: 0 !important;
  overflow: visible;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add background color handling */
  
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
  box-sizing: border-box;
}



.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
      position: relative;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin: 0 !important;
  overflow: visible;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add background color handling */
  
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
  box-sizing: border-box;
}



.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
      position: relative;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin: 0 !important;
  overflow: visible;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add background color handling */
  
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
  box-sizing: border-box;
}



.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
      position: relative;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}@media (max-width: 767px){#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  margin: 0 !important;
  overflow: visible;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add background color handling */
  
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }

    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-link {
      aspect-ratio: 2297/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2297px;
  }



  img.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
    
    
    
    max-height: 2297px;
  }


.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image {
  box-sizing: border-box;
}



.s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 {
      --shg-aspect-ratio: calc(2297/1548); 
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container {
      position: relative;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51103c5a-8aea-4c85-b0cf-7f9b19f5de07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2297px;
    }
  }

}
#s-751c31f1-649f-4815-9b54-3dcd43647ce2 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-751c31f1-649f-4815-9b54-3dcd43647ce2 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-b8d358bf-635f-4792-9029-175956e21575 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8d358bf-635f-4792-9029-175956e21575 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8e93debb-9f9a-4001-9c6d-a37c14de4ca7 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-8e93debb-9f9a-4001-9c6d-a37c14de4ca7 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-c80603f8-d148-4176-b103-96c6da5720a9 {
  margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c80603f8-d148-4176-b103-96c6da5720a9 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1d3a76ac-8a0f-4958-b0cd-6f9eabb13227 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-1d3a76ac-8a0f-4958-b0cd-6f9eabb13227 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-6ebdc262-b259-4952-a847-678c65f252f6 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ebdc262-b259-4952-a847-678c65f252f6 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin-top: 10%;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/1015;
text-align: center;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  
}

.shg-image-content-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
  box-sizing: border-box;
}



.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
      position: relative;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
  box-sizing: border-box;
}



.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
      position: relative;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
  box-sizing: border-box;
}



.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
      position: relative;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
  box-sizing: border-box;
}



.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
      position: relative;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }

    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-link {
      aspect-ratio: 1200/1015;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image {
  box-sizing: border-box;
}



.s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 {
      --shg-aspect-ratio: calc(1200/1015); 
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container {
      position: relative;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebd5de2-0b63-4d8c-a899-1e1f9ce504c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0388c67c-e365-428b-af58-8361d38a1650 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0388c67c-e365-428b-af58-8361d38a1650 {
  display: none;
}
#s-0388c67c-e365-428b-af58-8361d38a1650, #wrap-s-0388c67c-e365-428b-af58-8361d38a1650, #wrap-content-s-0388c67c-e365-428b-af58-8361d38a1650 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0388c67c-e365-428b-af58-8361d38a1650 {
  display: none;
}
#s-0388c67c-e365-428b-af58-8361d38a1650, #wrap-s-0388c67c-e365-428b-af58-8361d38a1650, #wrap-content-s-0388c67c-e365-428b-af58-8361d38a1650 { display: none !important; }}







#s-0388c67c-e365-428b-af58-8361d38a1650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0388c67c-e365-428b-af58-8361d38a1650.shg-box.shg-c {
  justify-content: center;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin-top: 30%;
margin-left: 12%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1200/599;
text-align: center;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin: 0 !important;
  overflow: visible;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 12%;
  margin-right: 10%;
  margin-top: 30%;
  
}

.shg-image-content-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add background color handling */
  
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
  box-sizing: border-box;
}



.s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
      position: relative;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin: 0 !important;
  overflow: visible;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add background color handling */
  
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
  box-sizing: border-box;
}



.s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
      position: relative;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin: 0 !important;
  overflow: visible;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add background color handling */
  
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
  box-sizing: border-box;
}



.s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
      position: relative;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin: 0 !important;
  overflow: visible;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add background color handling */
  
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
  box-sizing: border-box;
}



.s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
      position: relative;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  margin: 0 !important;
  overflow: visible;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add background color handling */
  
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-93de1aef-fc91-4a63-83dd-3aff9c269665 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image {
  box-sizing: border-box;
}



.s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container {
      position: relative;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93de1aef-fc91-4a63-83dd-3aff9c269665 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-6675879e-0f48-45da-af5c-c524a664cc5a {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-6675879e-0f48-45da-af5c-c524a664cc5a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-2c2bae41-fd18-4def-bea5-e3f729581ece {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c2bae41-fd18-4def-bea5-e3f729581ece .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin-left: auto;
margin-right: auto;
max-width: 2150px;
aspect-ratio: 2150/1548;
text-align: center;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
  box-sizing: border-box;
}



.s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
      position: relative;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

@media (min-width: 1200px){#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
  box-sizing: border-box;
}



.s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
      position: relative;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
  box-sizing: border-box;
}



.s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
      position: relative;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
  box-sizing: border-box;
}



.s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
      position: relative;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (max-width: 767px){#s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-2ffae21a-341f-4695-ab8e-3e86140a3009 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image {
  box-sizing: border-box;
}



.s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container {
      position: relative;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ffae21a-341f-4695-ab8e-3e86140a3009 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}
#s-1b506a20-625d-4a3f-bfa2-e27a806813cd {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-1b506a20-625d-4a3f-bfa2-e27a806813cd .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-4fc77047-589b-4261-9658-fe4ccb6d5abc {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 5%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4fc77047-589b-4261-9658-fe4ccb6d5abc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/396;
text-align: center;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
  box-sizing: border-box;
}



.s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
      position: relative;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
  box-sizing: border-box;
}



.s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
      position: relative;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
  box-sizing: border-box;
}



.s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
      position: relative;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
  box-sizing: border-box;
}



.s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
      position: relative;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d4e07ba5-609f-4f73-a884-1764d2357c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image {
  box-sizing: border-box;
}



.s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container {
      position: relative;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4e07ba5-609f-4f73-a884-1764d2357c19 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-83cfcc97-b09d-41c3-be95-4c252befa72e {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-83cfcc97-b09d-41c3-be95-4c252befa72e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-90947cdc-cb87-45de-a290-7ad41fc26932 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90947cdc-cb87-45de-a290-7ad41fc26932 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cfe6d111-524d-4af5-91a9-b9804c025efc {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-cfe6d111-524d-4af5-91a9-b9804c025efc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-28b96491-0066-48f5-a83a-6954c34351e8 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28b96491-0066-48f5-a83a-6954c34351e8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-55b878d2-44c8-4434-9b83-d55de08a7f39 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-55b878d2-44c8-4434-9b83-d55de08a7f39 {
  display: none;
}
#s-55b878d2-44c8-4434-9b83-d55de08a7f39, #wrap-s-55b878d2-44c8-4434-9b83-d55de08a7f39, #wrap-content-s-55b878d2-44c8-4434-9b83-d55de08a7f39 { display: none !important; }}@media (max-width: 767px){#s-55b878d2-44c8-4434-9b83-d55de08a7f39 {
  display: none;
}
#s-55b878d2-44c8-4434-9b83-d55de08a7f39, #wrap-s-55b878d2-44c8-4434-9b83-d55de08a7f39, #wrap-content-s-55b878d2-44c8-4434-9b83-d55de08a7f39 { display: none !important; }}







#s-55b878d2-44c8-4434-9b83-d55de08a7f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55b878d2-44c8-4434-9b83-d55de08a7f39.shg-box.shg-c {
  justify-content: center;
}

#s-88e8680f-6965-4d6c-b346-d680c3f89cfa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-88e8680f-6965-4d6c-b346-d680c3f89cfa {
  display: none;
}
#s-88e8680f-6965-4d6c-b346-d680c3f89cfa, #wrap-s-88e8680f-6965-4d6c-b346-d680c3f89cfa, #wrap-content-s-88e8680f-6965-4d6c-b346-d680c3f89cfa { display: none !important; }}@media (max-width: 767px){#s-88e8680f-6965-4d6c-b346-d680c3f89cfa {
  display: none;
}
#s-88e8680f-6965-4d6c-b346-d680c3f89cfa, #wrap-s-88e8680f-6965-4d6c-b346-d680c3f89cfa, #wrap-content-s-88e8680f-6965-4d6c-b346-d680c3f89cfa { display: none !important; }}







#s-88e8680f-6965-4d6c-b346-d680c3f89cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88e8680f-6965-4d6c-b346-d680c3f89cfa.shg-box.shg-c {
  justify-content: center;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin-top: 15%;
margin-left: 12%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1200/599;
text-align: center;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin: 0 !important;
  overflow: visible;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add background color handling */
  
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
  box-sizing: border-box;
}



.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
      position: relative;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin: 0 !important;
  overflow: visible;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add background color handling */
  
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
  box-sizing: border-box;
}



.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
      position: relative;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin: 0 !important;
  overflow: visible;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add background color handling */
  
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
  box-sizing: border-box;
}



.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
      position: relative;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin: 0 !important;
  overflow: visible;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add background color handling */
  
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
  box-sizing: border-box;
}



.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
      position: relative;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  margin: 0 !important;
  overflow: visible;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add background color handling */
  
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }

    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-link {
      aspect-ratio: 1200/599;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image {
  box-sizing: border-box;
}



.s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 {
      --shg-aspect-ratio: calc(1200/599); 
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container {
      position: relative;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f094d777-4dad-4a1e-8863-c2cbe6008c21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-4d8a70ab-6ef5-4ee7-ad24-88cff785534c {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-4d8a70ab-6ef5-4ee7-ad24-88cff785534c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-7a571270-6d04-4e3d-b8a0-3d9f55da738d {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a571270-6d04-4e3d-b8a0-3d9f55da738d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin-left: auto;
margin-right: auto;
max-width: 2150px;
aspect-ratio: 2150/1548;
text-align: center;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
  box-sizing: border-box;
}



.s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
      position: relative;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

@media (min-width: 1200px){#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
  box-sizing: border-box;
}



.s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
      position: relative;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
  box-sizing: border-box;
}



.s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
      position: relative;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
  box-sizing: border-box;
}



.s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
      position: relative;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}@media (max-width: 767px){#s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }

    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-link {
      aspect-ratio: 2150/1548;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2150px;
  }



  img.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
    
    
    
    max-height: 2150px;
  }


.s-f17f95fa-e1ac-4947-a10c-60238dc30771 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image {
  box-sizing: border-box;
}



.s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 {
      --shg-aspect-ratio: calc(2150/1548); 
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container {
      position: relative;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f17f95fa-e1ac-4947-a10c-60238dc30771 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2150px;
    }
  }

}
#s-d6d93628-01c7-40bc-ae16-c836638cd019 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-d6d93628-01c7-40bc-ae16-c836638cd019 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-390b1e9a-5363-4b0a-8901-00f1ed39b0ff {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 5%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-390b1e9a-5363-4b0a-8901-00f1ed39b0ff .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/419;
text-align: center;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin: 0 !important;
  overflow: visible;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add background color handling */
  
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }

    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-link {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
  box-sizing: border-box;
}



.s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
      --shg-aspect-ratio: calc(1200/419); 
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
      position: relative;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin: 0 !important;
  overflow: visible;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add background color handling */
  
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }

    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-link {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
  box-sizing: border-box;
}



.s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
      --shg-aspect-ratio: calc(1200/419); 
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
      position: relative;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin: 0 !important;
  overflow: visible;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add background color handling */
  
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }

    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-link {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
  box-sizing: border-box;
}



.s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
      --shg-aspect-ratio: calc(1200/419); 
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
      position: relative;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin: 0 !important;
  overflow: visible;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add background color handling */
  
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }

    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-link {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
  box-sizing: border-box;
}



.s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
      --shg-aspect-ratio: calc(1200/419); 
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
      position: relative;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  margin: 0 !important;
  overflow: visible;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add background color handling */
  
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }

    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-link {
      aspect-ratio: 1200/419;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-0a54299d-6583-46d0-9312-ea0110bcf0ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image {
  box-sizing: border-box;
}



.s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad {
      --shg-aspect-ratio: calc(1200/419); 
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container {
      position: relative;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a54299d-6583-46d0-9312-ea0110bcf0ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-04d473b0-cf29-45b6-b7e2-ba07cf1312b1 {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-04d473b0-cf29-45b6-b7e2-ba07cf1312b1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-a0fc1640-e87f-45f1-b2fa-77a1cd15a18a {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0fc1640-e87f-45f1-b2fa-77a1cd15a18a .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1200/396;
text-align: center;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin: 0 !important;
  overflow: visible;
}

#s-c38236cf-f260-4195-a36e-0956852a8619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add background color handling */
  
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
  box-sizing: border-box;
}



.s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c38236cf-f260-4195-a36e-0956852a8619 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
      position: relative;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin: 0 !important;
  overflow: visible;
}

#s-c38236cf-f260-4195-a36e-0956852a8619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add background color handling */
  
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
  box-sizing: border-box;
}



.s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c38236cf-f260-4195-a36e-0956852a8619 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
      position: relative;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin: 0 !important;
  overflow: visible;
}

#s-c38236cf-f260-4195-a36e-0956852a8619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add background color handling */
  
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
  box-sizing: border-box;
}



.s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c38236cf-f260-4195-a36e-0956852a8619 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
      position: relative;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin: 0 !important;
  overflow: visible;
}

#s-c38236cf-f260-4195-a36e-0956852a8619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add background color handling */
  
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
  box-sizing: border-box;
}



.s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c38236cf-f260-4195-a36e-0956852a8619 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
      position: relative;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-c38236cf-f260-4195-a36e-0956852a8619 {
  margin: 0 !important;
  overflow: visible;
}

#s-c38236cf-f260-4195-a36e-0956852a8619-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c38236cf-f260-4195-a36e-0956852a8619 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add background color handling */
  
}

#s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }

    #s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-link {
      aspect-ratio: 1200/396;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38236cf-f260-4195-a36e-0956852a8619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-c38236cf-f260-4195-a36e-0956852a8619 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image {
  box-sizing: border-box;
}



.s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c38236cf-f260-4195-a36e-0956852a8619 {
      --shg-aspect-ratio: calc(1200/396); 
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container {
      position: relative;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38236cf-f260-4195-a36e-0956852a8619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-c1c407db-6bfd-41ba-9c11-62e64699a76b {
  margin-top: 5%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-c1c407db-6bfd-41ba-9c11-62e64699a76b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-b3a439b7-8ad7-4b1d-8123-43bfe1625c90 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3a439b7-8ad7-4b1d-8123-43bfe1625c90 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 {
  display: none;
}
#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46, #wrap-s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46, #wrap-content-s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 {
  display: none;
}
#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46, #wrap-s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46, #wrap-content-s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 { display: none !important; }}







#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdf2d0ad-ad24-4b66-8649-6fc2d89c0c46.shg-box.shg-c {
  justify-content: center;
}

#s-faf38df5-6b02-4623-9da0-6568344c9996 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-faf38df5-6b02-4623-9da0-6568344c9996 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
aspect-ratio: 1/1;
text-align: center;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin: 0 !important;
  overflow: visible;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add background color handling */
  
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
    
    
    
    
  }


.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
  box-sizing: border-box;
}



.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
      position: relative;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin: 0 !important;
  overflow: visible;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add background color handling */
  
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
    
    
    
    
  }


.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
  box-sizing: border-box;
}



.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
      position: relative;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin: 0 !important;
  overflow: visible;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add background color handling */
  
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
    
    
    
    
  }


.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
  box-sizing: border-box;
}



.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
      position: relative;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin: 0 !important;
  overflow: visible;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add background color handling */
  
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
    
    
    
    
  }


.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
  box-sizing: border-box;
}



.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
      position: relative;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  margin: 0 !important;
  overflow: visible;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add background color handling */
  
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
    
    
    
    
  }


.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image {
  box-sizing: border-box;
}



.s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container {
      position: relative;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519bce36-031d-49a2-a77d-8eeb4f0ebf58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-6988df1d-b2b5-4160-abc0-de1d410d8c28 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6988df1d-b2b5-4160-abc0-de1d410d8c28 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 {
  display: none;
}
#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9, #wrap-s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9, #wrap-content-s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 { display: none !important; }}@media (max-width: 767px){#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 {
  display: none;
}
#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9, #wrap-s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9, #wrap-content-s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 { display: none !important; }}







#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db9710b3-5eb4-4a0d-a9e7-a9f8b2e1bbe9.shg-box.shg-c {
  justify-content: center;
}

#s-293a511f-0597-4782-8593-fce19fbca863 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-293a511f-0597-4782-8593-fce19fbca863 {
  display: none;
}
#s-293a511f-0597-4782-8593-fce19fbca863, #wrap-s-293a511f-0597-4782-8593-fce19fbca863, #wrap-content-s-293a511f-0597-4782-8593-fce19fbca863 { display: none !important; }}@media (max-width: 767px){#s-293a511f-0597-4782-8593-fce19fbca863 {
  display: none;
}
#s-293a511f-0597-4782-8593-fce19fbca863, #wrap-s-293a511f-0597-4782-8593-fce19fbca863, #wrap-content-s-293a511f-0597-4782-8593-fce19fbca863 { display: none !important; }}







#s-293a511f-0597-4782-8593-fce19fbca863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-293a511f-0597-4782-8593-fce19fbca863.shg-box.shg-c {
  justify-content: center;
}

#s-88c8839e-6e4f-444d-81dd-264d1857017a {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-88c8839e-6e4f-444d-81dd-264d1857017a .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
  box-sizing: border-box;
}



.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
      position: relative;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
  box-sizing: border-box;
}



.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
      position: relative;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
  box-sizing: border-box;
}



.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
      position: relative;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
  box-sizing: border-box;
}



.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
      position: relative;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  margin: 0 !important;
  overflow: visible;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add background color handling */
  
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image {
  box-sizing: border-box;
}



.s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container {
      position: relative;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36b7229b-46dc-44ef-8502-0bfdc1a07a53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-f46d86c7-a5b9-442a-a9c9-43b78e82bceb {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f46d86c7-a5b9-442a-a9c9-43b78e82bceb .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a {
  display: none;
}
#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a, #wrap-s-2a1a5d3c-7242-4174-84ce-f0afbb24301a, #wrap-content-s-2a1a5d3c-7242-4174-84ce-f0afbb24301a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a {
  display: none;
}
#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a, #wrap-s-2a1a5d3c-7242-4174-84ce-f0afbb24301a, #wrap-content-s-2a1a5d3c-7242-4174-84ce-f0afbb24301a { display: none !important; }}







#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a1a5d3c-7242-4174-84ce-f0afbb24301a.shg-box.shg-c {
  justify-content: center;
}

#s-f4573c7a-c25b-414a-942a-e21f2656f404 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-f4573c7a-c25b-414a-942a-e21f2656f404 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin: 0 !important;
  overflow: visible;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add background color handling */
  
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-content {
  
    justify-content: center;
  
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
  box-sizing: border-box;
}



.s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
      position: relative;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin: 0 !important;
  overflow: visible;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add background color handling */
  
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-content {
  
    justify-content: center;
  
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
  box-sizing: border-box;
}



.s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
      position: relative;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e 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-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin: 0 !important;
  overflow: visible;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add background color handling */
  
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-content {
  
    justify-content: center;
  
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
  box-sizing: border-box;
}



.s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
      position: relative;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e 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-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin: 0 !important;
  overflow: visible;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add background color handling */
  
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-content {
  
    justify-content: center;
  
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
  box-sizing: border-box;
}



.s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
      position: relative;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  margin: 0 !important;
  overflow: visible;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add background color handling */
  
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-feb27569-3e3d-4375-80b3-d1d10f7c627e .shogun-image-content {
  
    justify-content: center;
  
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image {
  box-sizing: border-box;
}



.s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container {
      position: relative;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-feb27569-3e3d-4375-80b3-d1d10f7c627e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-a9abb502-a868-4a38-a3b8-72136944a023 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9abb502-a868-4a38-a3b8-72136944a023 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 {
  display: none;
}
#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90, #wrap-s-caa5871c-1bb0-45c1-b243-c37f2abf6a90, #wrap-content-s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 { display: none !important; }}@media (max-width: 767px){#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 {
  display: none;
}
#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90, #wrap-s-caa5871c-1bb0-45c1-b243-c37f2abf6a90, #wrap-content-s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 { display: none !important; }}







#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caa5871c-1bb0-45c1-b243-c37f2abf6a90.shg-box.shg-c {
  justify-content: center;
}

#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 {
  display: none;
}
#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152, #wrap-s-ad2f399f-c8c2-4f1e-8f08-bb3671643152, #wrap-content-s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 { display: none !important; }}@media (max-width: 767px){#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 {
  display: none;
}
#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152, #wrap-s-ad2f399f-c8c2-4f1e-8f08-bb3671643152, #wrap-content-s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 { display: none !important; }}







#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad2f399f-c8c2-4f1e-8f08-bb3671643152.shg-box.shg-c {
  justify-content: center;
}

#s-50829c51-dbaa-433a-aac7-726674c00bb0 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-50829c51-dbaa-433a-aac7-726674c00bb0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin: 0 !important;
  overflow: visible;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add background color handling */
  
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
  box-sizing: border-box;
}



.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
      position: relative;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin: 0 !important;
  overflow: visible;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add background color handling */
  
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
  box-sizing: border-box;
}



.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
      position: relative;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b 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-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin: 0 !important;
  overflow: visible;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add background color handling */
  
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
  box-sizing: border-box;
}



.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
      position: relative;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b 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-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin: 0 !important;
  overflow: visible;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add background color handling */
  
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
  box-sizing: border-box;
}



.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
      position: relative;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  margin: 0 !important;
  overflow: visible;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add background color handling */
  
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image {
  box-sizing: border-box;
}



.s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container {
      position: relative;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-276ae8ef-7af6-4f8f-82d4-4182f2dcb45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d93a0564-db38-4eba-96bd-11cdbe68fa96 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d93a0564-db38-4eba-96bd-11cdbe68fa96 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-18c545c2-31b8-4c19-9d2d-e60f9667c926 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-18c545c2-31b8-4c19-9d2d-e60f9667c926 {
  display: none;
}
#s-18c545c2-31b8-4c19-9d2d-e60f9667c926, #wrap-s-18c545c2-31b8-4c19-9d2d-e60f9667c926, #wrap-content-s-18c545c2-31b8-4c19-9d2d-e60f9667c926 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c545c2-31b8-4c19-9d2d-e60f9667c926 {
  display: none;
}
#s-18c545c2-31b8-4c19-9d2d-e60f9667c926, #wrap-s-18c545c2-31b8-4c19-9d2d-e60f9667c926, #wrap-content-s-18c545c2-31b8-4c19-9d2d-e60f9667c926 { display: none !important; }}







#s-18c545c2-31b8-4c19-9d2d-e60f9667c926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18c545c2-31b8-4c19-9d2d-e60f9667c926.shg-box.shg-c {
  justify-content: center;
}

#s-82a47cd5-7986-4ab4-9bd1-234fc93b934a {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82a47cd5-7986-4ab4-9bd1-234fc93b934a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-9a5e9aee-93c7-433e-8cbc-ebdbe1bcb916 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a5e9aee-93c7-433e-8cbc-ebdbe1bcb916 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
  box-sizing: border-box;
}



.s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
      position: relative;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
  box-sizing: border-box;
}



.s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
      position: relative;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
  box-sizing: border-box;
}



.s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
      position: relative;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
  box-sizing: border-box;
}



.s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
      position: relative;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-8e9aa338-a5d7-4674-815c-c20acea156c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image {
  box-sizing: border-box;
}



.s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container {
      position: relative;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e9aa338-a5d7-4674-815c-c20acea156c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-2aac1cf1-6013-42a8-94e1-844683955692 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2aac1cf1-6013-42a8-94e1-844683955692 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-79f383b3-627e-4071-9ccd-620b4dc3f29d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-79f383b3-627e-4071-9ccd-620b4dc3f29d {
  display: none;
}
#s-79f383b3-627e-4071-9ccd-620b4dc3f29d, #wrap-s-79f383b3-627e-4071-9ccd-620b4dc3f29d, #wrap-content-s-79f383b3-627e-4071-9ccd-620b4dc3f29d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f383b3-627e-4071-9ccd-620b4dc3f29d {
  display: none;
}
#s-79f383b3-627e-4071-9ccd-620b4dc3f29d, #wrap-s-79f383b3-627e-4071-9ccd-620b4dc3f29d, #wrap-content-s-79f383b3-627e-4071-9ccd-620b4dc3f29d { display: none !important; }}







#s-79f383b3-627e-4071-9ccd-620b4dc3f29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79f383b3-627e-4071-9ccd-620b4dc3f29d.shg-box.shg-c {
  justify-content: center;
}

#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef {
  display: none;
}
#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef, #wrap-s-35c07230-a4f9-4e99-bbe6-f8184f4312ef, #wrap-content-s-35c07230-a4f9-4e99-bbe6-f8184f4312ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef {
  display: none;
}
#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef, #wrap-s-35c07230-a4f9-4e99-bbe6-f8184f4312ef, #wrap-content-s-35c07230-a4f9-4e99-bbe6-f8184f4312ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef {
  
}
}@media (max-width: 767px){#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef {
  
}
}







#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35c07230-a4f9-4e99-bbe6-f8184f4312ef.shg-box.shg-c {
  justify-content: center;
}

#s-20cd5f1a-326d-41f2-aa48-3c53ee5ec653 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-20cd5f1a-326d-41f2-aa48-3c53ee5ec653 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin: 0 !important;
  overflow: visible;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add background color handling */
  
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
  box-sizing: border-box;
}



.s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
      position: relative;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin: 0 !important;
  overflow: visible;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add background color handling */
  
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
  box-sizing: border-box;
}



.s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
      position: relative;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin: 0 !important;
  overflow: visible;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add background color handling */
  
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
  box-sizing: border-box;
}



.s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
      position: relative;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin: 0 !important;
  overflow: visible;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add background color handling */
  
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
  box-sizing: border-box;
}



.s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
      position: relative;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  margin: 0 !important;
  overflow: visible;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add background color handling */
  
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-7ad05cde-754c-4d60-8eca-98e3cf353fff .shogun-image-content {
  
    justify-content: center;
  
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image {
  box-sizing: border-box;
}



.s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container {
      position: relative;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ad05cde-754c-4d60-8eca-98e3cf353fff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0102c43e-3d50-4317-9b96-4aaea100c7c8 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0102c43e-3d50-4317-9b96-4aaea100c7c8 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-589edf97-2180-4e83-ac6a-9c37e005bf30 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-589edf97-2180-4e83-ac6a-9c37e005bf30 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin-left: 10%;
margin-right: 10%;
max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
  box-sizing: border-box;
}



.s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74709e04-34af-4396-9226-6cae1ae232a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
      position: relative;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
  box-sizing: border-box;
}



.s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74709e04-34af-4396-9226-6cae1ae232a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
      position: relative;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
  box-sizing: border-box;
}



.s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74709e04-34af-4396-9226-6cae1ae232a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
      position: relative;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
  box-sizing: border-box;
}



.s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74709e04-34af-4396-9226-6cae1ae232a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
      position: relative;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-74709e04-34af-4396-9226-6cae1ae232a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74709e04-34af-4396-9226-6cae1ae232a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74709e04-34af-4396-9226-6cae1ae232a4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-74709e04-34af-4396-9226-6cae1ae232a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image {
  box-sizing: border-box;
}



.s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-74709e04-34af-4396-9226-6cae1ae232a4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container {
      position: relative;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74709e04-34af-4396-9226-6cae1ae232a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-c9c88733-cad5-49b1-ba76-e1cdf9a00841 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9c88733-cad5-49b1-ba76-e1cdf9a00841 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-79b3c6af-3099-4706-be7a-63ffe7b0069b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-79b3c6af-3099-4706-be7a-63ffe7b0069b {
  display: none;
}
#s-79b3c6af-3099-4706-be7a-63ffe7b0069b, #wrap-s-79b3c6af-3099-4706-be7a-63ffe7b0069b, #wrap-content-s-79b3c6af-3099-4706-be7a-63ffe7b0069b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79b3c6af-3099-4706-be7a-63ffe7b0069b {
  display: none;
}
#s-79b3c6af-3099-4706-be7a-63ffe7b0069b, #wrap-s-79b3c6af-3099-4706-be7a-63ffe7b0069b, #wrap-content-s-79b3c6af-3099-4706-be7a-63ffe7b0069b { display: none !important; }}







#s-79b3c6af-3099-4706-be7a-63ffe7b0069b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79b3c6af-3099-4706-be7a-63ffe7b0069b.shg-box.shg-c {
  justify-content: center;
}

#s-86124ade-4176-43bd-b886-8ae9e4abba90 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-86124ade-4176-43bd-b886-8ae9e4abba90 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
max-width: 1924px;
aspect-ratio: 1924/3420;
text-align: center;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
  box-sizing: border-box;
}



.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
      position: relative;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

@media (min-width: 1200px){#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
  box-sizing: border-box;
}



.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
      position: relative;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
  box-sizing: border-box;
}



.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
      position: relative;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
  box-sizing: border-box;
}



.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
      position: relative;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (max-width: 767px){#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image {
  box-sizing: border-box;
}



.s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container {
      position: relative;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e49cf55a-3818-4ba1-8375-bbe50a2912a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a4e2d693-a626-42bb-b174-c02b72e87f14 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 1%;
}

#s-a4e2d693-a626-42bb-b174-c02b72e87f14 .shg-sld-dot {
  background-color: rgba(191, 191, 191, 1);
}

#s-a4e2d693-a626-42bb-b174-c02b72e87f14 .shg-sld-nav-button.shg-sld-left,
#s-a4e2d693-a626-42bb-b174-c02b72e87f14 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(191, 191, 191, 1);
}

#s-2d3cc48b-39c2-4e21-a6f5-107262487b4f {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
min-height: 50px;
}








#s-2d3cc48b-39c2-4e21-a6f5-107262487b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d3cc48b-39c2-4e21-a6f5-107262487b4f.shg-box.shg-c {
  justify-content: center;
}

#s-b803cf1a-abc6-40d7-abf9-52ac05081420 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b803cf1a-abc6-40d7-abf9-52ac05081420 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-97a32361-6951-4c06-9bd3-b30a3eb8e67a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97a32361-6951-4c06-9bd3-b30a3eb8e67a .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-97a32361-6951-4c06-9bd3-b30a3eb8e67a .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-ff3d9c06-4782-4813-a79f-9bd9add32cde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff3d9c06-4782-4813-a79f-9bd9add32cde .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (max-width: 767px){#s-ff3d9c06-4782-4813-a79f-9bd9add32cde .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-4604bd59-3889-4d92-a1b2-d5898cbf73b5 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
min-height: 50px;
}








#s-4604bd59-3889-4d92-a1b2-d5898cbf73b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4604bd59-3889-4d92-a1b2-d5898cbf73b5.shg-box.shg-c {
  justify-content: center;
}

#s-b7efef52-f6f1-4e79-b28e-00e644093ba5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7efef52-f6f1-4e79-b28e-00e644093ba5 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-6fb876ee-a6e8-42aa-aba9-36f5dbbf3e67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fb876ee-a6e8-42aa-aba9-36f5dbbf3e67 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-6fb876ee-a6e8-42aa-aba9-36f5dbbf3e67 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-81c4b68b-f5b7-4259-bee6-e3eadb03095c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81c4b68b-f5b7-4259-bee6-e3eadb03095c .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (max-width: 767px){#s-81c4b68b-f5b7-4259-bee6-e3eadb03095c .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-d2de76d2-d679-4106-905f-d99e3b3b410c {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
min-height: 50px;
}








#s-d2de76d2-d679-4106-905f-d99e3b3b410c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2de76d2-d679-4106-905f-d99e3b3b410c.shg-box.shg-c {
  justify-content: center;
}

#s-dc046d89-ec91-4d78-92d2-7ff5ca8aa678 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc046d89-ec91-4d78-92d2-7ff5ca8aa678 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-17681e4d-29a8-4ddd-a746-fa0d81cb4f89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17681e4d-29a8-4ddd-a746-fa0d81cb4f89 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-17681e4d-29a8-4ddd-a746-fa0d81cb4f89 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-82038155-d14a-422b-ae4c-1db227b491f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82038155-d14a-422b-ae4c-1db227b491f2 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (max-width: 767px){#s-82038155-d14a-422b-ae4c-1db227b491f2 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-defde4f5-cbee-4f08-9c90-5042d9aa33b9 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
min-height: 50px;
}








#s-defde4f5-cbee-4f08-9c90-5042d9aa33b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-defde4f5-cbee-4f08-9c90-5042d9aa33b9.shg-box.shg-c {
  justify-content: center;
}

#s-024ada8e-5f8e-4535-95de-2b2ad835afa9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-024ada8e-5f8e-4535-95de-2b2ad835afa9 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-32351fcb-c3df-4172-9380-77aaeef9d536 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32351fcb-c3df-4172-9380-77aaeef9d536 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-32351fcb-c3df-4172-9380-77aaeef9d536 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-faea3169-e1e7-4e3c-9907-c2f8063cb00c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faea3169-e1e7-4e3c-9907-c2f8063cb00c .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (max-width: 767px){#s-faea3169-e1e7-4e3c-9907-c2f8063cb00c .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-d8110d40-65ae-42f9-9d25-a78626ab18ab {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
min-height: 50px;
}








#s-d8110d40-65ae-42f9-9d25-a78626ab18ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8110d40-65ae-42f9-9d25-a78626ab18ab.shg-box.shg-c {
  justify-content: center;
}

#s-7a593e2b-0487-42c3-803a-6c117a90f9e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a593e2b-0487-42c3-803a-6c117a90f9e3 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-eeb69d62-3d79-4cb2-a4ce-0ffbc9c7d827 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeb69d62-3d79-4cb2-a4ce-0ffbc9c7d827 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-eeb69d62-3d79-4cb2-a4ce-0ffbc9c7d827 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-58aceddd-9abe-40db-9c1e-343306e37d92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58aceddd-9abe-40db-9c1e-343306e37d92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}



#s-b3000ca0-65cd-48c9-9d31-00c52614aeec {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b3000ca0-65cd-48c9-9d31-00c52614aeec {
  display: none;
}
#s-b3000ca0-65cd-48c9-9d31-00c52614aeec, #wrap-s-b3000ca0-65cd-48c9-9d31-00c52614aeec, #wrap-content-s-b3000ca0-65cd-48c9-9d31-00c52614aeec { display: none !important; }}@media (max-width: 767px){#s-b3000ca0-65cd-48c9-9d31-00c52614aeec {
  display: none;
}
#s-b3000ca0-65cd-48c9-9d31-00c52614aeec, #wrap-s-b3000ca0-65cd-48c9-9d31-00c52614aeec, #wrap-content-s-b3000ca0-65cd-48c9-9d31-00c52614aeec { display: none !important; }}







#s-b3000ca0-65cd-48c9-9d31-00c52614aeec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3000ca0-65cd-48c9-9d31-00c52614aeec.shg-box.shg-c {
  justify-content: center;
}

#s-5f1d2c12-1adb-4868-882e-2c815cf2ba50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-5f1d2c12-1adb-4868-882e-2c815cf2ba50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f1d2c12-1adb-4868-882e-2c815cf2ba50.shg-box.shg-c {
  justify-content: center;
}

#s-be65003f-3047-4452-a013-7c07cfeb28d1 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be65003f-3047-4452-a013-7c07cfeb28d1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-997e8d00-02cb-4cea-ba21-199d295133a8 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-997e8d00-02cb-4cea-ba21-199d295133a8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin: 0 !important;
  overflow: visible;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add background color handling */
  
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 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: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
  box-sizing: border-box;
}



.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
      position: relative;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin: 0 !important;
  overflow: visible;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add background color handling */
  
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
  box-sizing: border-box;
}



.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
      position: relative;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin: 0 !important;
  overflow: visible;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add background color handling */
  
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
  box-sizing: border-box;
}



.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
      position: relative;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin: 0 !important;
  overflow: visible;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add background color handling */
  
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
  box-sizing: border-box;
}



.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
      position: relative;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  margin: 0 !important;
  overflow: visible;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add background color handling */
  
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image {
  box-sizing: border-box;
}



.s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container {
      position: relative;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46177cf0-6faa-4441-bb6d-91eb26a6b618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-e7c14718-16af-4649-9e1a-689ebde977d1 {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7c14718-16af-4649-9e1a-689ebde977d1 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e6c80ebb-9f50-4392-a9a4-e3f338705900 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e6c80ebb-9f50-4392-a9a4-e3f338705900 {
  display: none;
}
#s-e6c80ebb-9f50-4392-a9a4-e3f338705900, #wrap-s-e6c80ebb-9f50-4392-a9a4-e3f338705900, #wrap-content-s-e6c80ebb-9f50-4392-a9a4-e3f338705900 { display: none !important; }}@media (max-width: 767px){#s-e6c80ebb-9f50-4392-a9a4-e3f338705900 {
  display: none;
}
#s-e6c80ebb-9f50-4392-a9a4-e3f338705900, #wrap-s-e6c80ebb-9f50-4392-a9a4-e3f338705900, #wrap-content-s-e6c80ebb-9f50-4392-a9a4-e3f338705900 { display: none !important; }}







#s-e6c80ebb-9f50-4392-a9a4-e3f338705900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6c80ebb-9f50-4392-a9a4-e3f338705900.shg-box.shg-c {
  justify-content: center;
}

#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a {
  display: none;
}
#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a, #wrap-s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a, #wrap-content-s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a { display: none !important; }}@media (max-width: 767px){#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a {
  display: none;
}
#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a, #wrap-s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a, #wrap-content-s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a { display: none !important; }}







#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e4aceb3-cb47-46be-840f-8ec6cc05cb9a.shg-box.shg-c {
  justify-content: center;
}

#s-d5a93d0f-3a8b-4fcc-904b-5403eb012db1 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-d5a93d0f-3a8b-4fcc-904b-5403eb012db1 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  
}



#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
  box-sizing: border-box;
}



.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
      position: relative;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
  box-sizing: border-box;
}



.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
      position: relative;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
  box-sizing: border-box;
}



.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
      position: relative;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
  box-sizing: border-box;
}



.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
      position: relative;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  margin: 0 !important;
  overflow: visible;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add background color handling */
  
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image {
  box-sizing: border-box;
}



.s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container {
      position: relative;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-962d01ba-fb7b-42bd-af54-4381a0ba4b30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-b0a81ddf-2c42-42ad-b08e-d0eb4f793596 {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b0a81ddf-2c42-42ad-b08e-d0eb4f793596 .shogun-heading-component h2 {
  color: rgba(235, 235, 235, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-289f8a2b-314d-44cf-9a41-b2077a49673b {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-289f8a2b-314d-44cf-9a41-b2077a49673b {
  display: none;
}
#s-289f8a2b-314d-44cf-9a41-b2077a49673b, #wrap-s-289f8a2b-314d-44cf-9a41-b2077a49673b, #wrap-content-s-289f8a2b-314d-44cf-9a41-b2077a49673b { display: none !important; }}@media (max-width: 767px){#s-289f8a2b-314d-44cf-9a41-b2077a49673b {
  display: none;
}
#s-289f8a2b-314d-44cf-9a41-b2077a49673b, #wrap-s-289f8a2b-314d-44cf-9a41-b2077a49673b, #wrap-content-s-289f8a2b-314d-44cf-9a41-b2077a49673b { display: none !important; }}







#s-289f8a2b-314d-44cf-9a41-b2077a49673b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-289f8a2b-314d-44cf-9a41-b2077a49673b.shg-box.shg-c {
  justify-content: center;
}

#s-4c3c4033-221b-406d-9d09-10f80a76fabf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(240, 240, 240, 1);
}








#s-4c3c4033-221b-406d-9d09-10f80a76fabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c3c4033-221b-406d-9d09-10f80a76fabf.shg-box.shg-c {
  justify-content: center;
}

#s-8d13cad6-c277-42bc-8abc-006a9a35440e {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-8d13cad6-c277-42bc-8abc-006a9a35440e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin-left: 10%;
margin-right: 10%;
max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
  box-sizing: border-box;
}



.s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11ef5a29-3a31-4580-b196-521e704bb55c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
      position: relative;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
  box-sizing: border-box;
}



.s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11ef5a29-3a31-4580-b196-521e704bb55c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
      position: relative;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
  box-sizing: border-box;
}



.s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11ef5a29-3a31-4580-b196-521e704bb55c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
      position: relative;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
  box-sizing: border-box;
}



.s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11ef5a29-3a31-4580-b196-521e704bb55c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
      position: relative;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-11ef5a29-3a31-4580-b196-521e704bb55c {
  margin: 0 !important;
  overflow: visible;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-11ef5a29-3a31-4580-b196-521e704bb55c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add background color handling */
  
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ef5a29-3a31-4580-b196-521e704bb55c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-11ef5a29-3a31-4580-b196-521e704bb55c .shogun-image-content {
  
    justify-content: center;
  
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image {
  box-sizing: border-box;
}



.s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-11ef5a29-3a31-4580-b196-521e704bb55c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container {
      position: relative;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ef5a29-3a31-4580-b196-521e704bb55c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-25dace7a-57d8-40a0-883a-c5e2ca25e92e {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25dace7a-57d8-40a0-883a-c5e2ca25e92e .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e0e35864-85ab-4165-a85a-8dbafe16347e {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e0e35864-85ab-4165-a85a-8dbafe16347e {
  display: none;
}
#s-e0e35864-85ab-4165-a85a-8dbafe16347e, #wrap-s-e0e35864-85ab-4165-a85a-8dbafe16347e, #wrap-content-s-e0e35864-85ab-4165-a85a-8dbafe16347e { display: none !important; }}@media (max-width: 767px){#s-e0e35864-85ab-4165-a85a-8dbafe16347e {
  display: none;
}
#s-e0e35864-85ab-4165-a85a-8dbafe16347e, #wrap-s-e0e35864-85ab-4165-a85a-8dbafe16347e, #wrap-content-s-e0e35864-85ab-4165-a85a-8dbafe16347e { display: none !important; }}







#s-e0e35864-85ab-4165-a85a-8dbafe16347e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e35864-85ab-4165-a85a-8dbafe16347e.shg-box.shg-c {
  justify-content: center;
}

#s-926aa177-7d8b-46fc-b549-c8bd30d1371e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
max-width: 1200px;
background-color: rgba(51, 51, 51, 1);
}








#s-926aa177-7d8b-46fc-b549-c8bd30d1371e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-926aa177-7d8b-46fc-b549-c8bd30d1371e.shg-box.shg-c {
  justify-content: center;
}

#s-66137029-6ca0-43cf-9b6e-286ec5df8238 {
  margin-top: 10%;
margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
text-align: left;
}

#s-66137029-6ca0-43cf-9b6e-286ec5df8238 .shogun-heading-component h1 {
  color: rgba(235, 235, 235, 1);
  font-weight:  200 ;
  font-family: "Titillium Web";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin-top: 10%;
margin-left: 12%;
margin-bottom: 10%;
margin-right: 12%;
max-width: 1924px;
aspect-ratio: 1924/3420;
text-align: center;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 12%;
  margin-right: 12%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.shg-image-content-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
  box-sizing: border-box;
}



.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
      position: relative;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

@media (min-width: 1200px){#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
  box-sizing: border-box;
}



.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
      position: relative;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
  box-sizing: border-box;
}



.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
      position: relative;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
  box-sizing: border-box;
}



.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
      position: relative;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}@media (max-width: 767px){#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  margin: 0 !important;
  overflow: visible;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add background color handling */
  
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }

    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-link {
      aspect-ratio: 1924/3420;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1924px;
  }



  img.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
    
    
    
    max-height: 1924px;
  }


.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image {
  box-sizing: border-box;
}



.s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b {
      --shg-aspect-ratio: calc(1924/3420); 
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container {
      position: relative;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3efe2fd4-68dd-47b4-ac0c-1e1df705a95b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1924px;
    }
  }

}
#s-c669dd6d-b7f4-4291-bf4d-c72fcb92b772 {
  margin-left: 12%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-c669dd6d-b7f4-4291-bf4d-c72fcb92b772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c669dd6d-b7f4-4291-bf4d-c72fcb92b772"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c669dd6d-b7f4-4291-bf4d-c72fcb92b772"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c669dd6d-b7f4-4291-bf4d-c72fcb92b772"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-0d786513-aeea-4766-a8a3-0b97a7d6bb02 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-0d786513-aeea-4766-a8a3-0b97a7d6bb02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d786513-aeea-4766-a8a3-0b97a7d6bb02.shg-box.shg-c {
  justify-content: center;
}

#s-2c481fbf-3fed-4bc6-bf03-03916d90fc8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c481fbf-3fed-4bc6-bf03-03916d90fc8e .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-3ff4e5fd-e3a4-4065-883c-6edc9f746255 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ff4e5fd-e3a4-4065-883c-6edc9f746255 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-3ff4e5fd-e3a4-4065-883c-6edc9f746255 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-0bda5f65-4aaf-417c-b18f-2b9d0a691aaa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bda5f65-4aaf-417c-b18f-2b9d0a691aaa .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (min-width: 1200px){#s-0bda5f65-4aaf-417c-b18f-2b9d0a691aaa .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-9dcd1f62-0c10-425d-ac3b-bfc1a6801462 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
min-height: 50px;
}








#s-9dcd1f62-0c10-425d-ac3b-bfc1a6801462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dcd1f62-0c10-425d-ac3b-bfc1a6801462.shg-box.shg-c {
  justify-content: center;
}

#s-e5aa006f-3a84-4647-9a93-630dcb937c9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5aa006f-3a84-4647-9a93-630dcb937c9b .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-8a32c843-a24d-4b95-824d-b85cef0a3960 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a32c843-a24d-4b95-824d-b85cef0a3960 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-8a32c843-a24d-4b95-824d-b85cef0a3960 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-219c0f6a-c6cd-48d2-9859-e2d1d5bd1c70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-219c0f6a-c6cd-48d2-9859-e2d1d5bd1c70 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (min-width: 1200px){#s-219c0f6a-c6cd-48d2-9859-e2d1d5bd1c70 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-e3cdffe9-411f-49f6-8d59-043863347867 {
  margin-top: 30%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-e3cdffe9-411f-49f6-8d59-043863347867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3cdffe9-411f-49f6-8d59-043863347867.shg-box.shg-c {
  justify-content: center;
}

#s-815d5b97-cbfa-47ac-a0f4-9873186c53b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815d5b97-cbfa-47ac-a0f4-9873186c53b7 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-60c70955-420c-418a-af85-082916f6c625 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60c70955-420c-418a-af85-082916f6c625 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-60c70955-420c-418a-af85-082916f6c625 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-ed64d0fb-830d-4957-b2ab-1d3e86a4e684 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed64d0fb-830d-4957-b2ab-1d3e86a4e684 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (min-width: 1200px){#s-ed64d0fb-830d-4957-b2ab-1d3e86a4e684 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-ba7d08fd-2a37-4e20-a5e9-f0b8c8c29ee2 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 30%;
margin-right: auto;
min-height: 50px;
}








#s-ba7d08fd-2a37-4e20-a5e9-f0b8c8c29ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba7d08fd-2a37-4e20-a5e9-f0b8c8c29ee2.shg-box.shg-c {
  justify-content: center;
}

#s-288cbf19-a7ba-4975-a586-68c4c4ac9956 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-288cbf19-a7ba-4975-a586-68c4c4ac9956 .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-7d81da85-f130-46ac-8e08-c9d048b4a981 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d81da85-f130-46ac-8e08-c9d048b4a981 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-7d81da85-f130-46ac-8e08-c9d048b4a981 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-fe992f3a-fab6-4083-a73d-48fe8f5e6954 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe992f3a-fab6-4083-a73d-48fe8f5e6954 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (min-width: 1200px){#s-fe992f3a-fab6-4083-a73d-48fe8f5e6954 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-dd8715f9-818e-409c-8931-787e5704093f {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
min-height: 50px;
}








#s-dd8715f9-818e-409c-8931-787e5704093f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd8715f9-818e-409c-8931-787e5704093f.shg-box.shg-c {
  justify-content: center;
}

#s-458ac695-8e3c-46f0-a158-fb6922b9370a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-458ac695-8e3c-46f0-a158-fb6922b9370a .shogun-heading-component h1 {
  color: rgba(226, 226, 0, 1);
  font-weight:  500 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-778ff586-4bca-4807-9524-8ff1ea887980 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-778ff586-4bca-4807-9524-8ff1ea887980 .shogun-heading-component h2 {
  
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-778ff586-4bca-4807-9524-8ff1ea887980 .shogun-heading-component h2 {
  color: rgba(208, 208, 208, 1);
  font-weight:  600 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-1fc4c246-9e94-4b02-8ad7-17f809bfe639 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fc4c246-9e94-4b02-8ad7-17f809bfe639 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


@media (min-width: 1200px){#s-1fc4c246-9e94-4b02-8ad7-17f809bfe639 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:  italic ;
  
  
  
  text-align: right;
}


}
#s-2539af46-258b-4473-b3af-a61b2be1bb2a {
  margin-left: auto;
margin-right: auto;
min-height: 1000px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-2539af46-258b-4473-b3af-a61b2be1bb2a {
  display: none;
}
#s-2539af46-258b-4473-b3af-a61b2be1bb2a, #wrap-s-2539af46-258b-4473-b3af-a61b2be1bb2a, #wrap-content-s-2539af46-258b-4473-b3af-a61b2be1bb2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2539af46-258b-4473-b3af-a61b2be1bb2a {
  display: none;
}
#s-2539af46-258b-4473-b3af-a61b2be1bb2a, #wrap-s-2539af46-258b-4473-b3af-a61b2be1bb2a, #wrap-content-s-2539af46-258b-4473-b3af-a61b2be1bb2a { display: none !important; }}







#s-2539af46-258b-4473-b3af-a61b2be1bb2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2539af46-258b-4473-b3af-a61b2be1bb2a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin: 0 !important;
  overflow: visible;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add background color handling */
  background: rgba(51, 51, 51, 1);
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
  box-sizing: border-box;
}



.s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
      position: relative;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin: 0 !important;
  overflow: visible;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add background color handling */
  
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
  box-sizing: border-box;
}



.s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
      position: relative;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin: 0 !important;
  overflow: visible;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add background color handling */
  
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
  box-sizing: border-box;
}



.s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
      position: relative;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin: 0 !important;
  overflow: visible;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add background color handling */
  
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
  box-sizing: border-box;
}



.s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
      position: relative;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  margin: 0 !important;
  overflow: visible;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add background color handling */
  
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-06d06218-5e71-4d38-9ce9-400b8c3a352a .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image {
  box-sizing: border-box;
}



.s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container {
      position: relative;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06d06218-5e71-4d38-9ce9-400b8c3a352a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin-left: 30%;
margin-right: 30%;
aspect-ratio: 724/252;
text-align: center;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }

    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-link {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
    
    
    
    
  }


.s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
  box-sizing: border-box;
}



.s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a97403-0574-4181-8ead-31b1b0c590b6 {
      --shg-aspect-ratio: calc(724/252); 
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
      position: relative;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }

    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-link {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
    
    
    
    
  }


.s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
  box-sizing: border-box;
}



.s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a97403-0574-4181-8ead-31b1b0c590b6 {
      --shg-aspect-ratio: calc(724/252); 
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
      position: relative;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }

    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-link {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
    
    
    
    
  }


.s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
  box-sizing: border-box;
}



.s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a97403-0574-4181-8ead-31b1b0c590b6 {
      --shg-aspect-ratio: calc(724/252); 
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
      position: relative;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }

    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-link {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
    
    
    
    
  }


.s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
  box-sizing: border-box;
}



.s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a97403-0574-4181-8ead-31b1b0c590b6 {
      --shg-aspect-ratio: calc(724/252); 
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
      position: relative;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59a97403-0574-4181-8ead-31b1b0c590b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }

    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-link {
      aspect-ratio: 724/252;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59a97403-0574-4181-8ead-31b1b0c590b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
    
    
    
    
  }


.s-59a97403-0574-4181-8ead-31b1b0c590b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image {
  box-sizing: border-box;
}



.s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59a97403-0574-4181-8ead-31b1b0c590b6 {
      --shg-aspect-ratio: calc(724/252); 
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container {
      position: relative;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59a97403-0574-4181-8ead-31b1b0c590b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin-top: 20%;
margin-left: 30%;
margin-bottom: 20%;
margin-right: 30%;
aspect-ratio: 557/166;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  max-width: 200px;
}
}
#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin: 0 !important;
  overflow: visible;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add background color handling */
  
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }

    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-link {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
    
    
    
    
  }


.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
  box-sizing: border-box;
}



.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
      --shg-aspect-ratio: calc(557/166); 
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
      position: relative;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin: 0 !important;
  overflow: visible;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add background color handling */
  
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }

    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-link {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
    
    
    
    
  }


.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
  box-sizing: border-box;
}



.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
      --shg-aspect-ratio: calc(557/166); 
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
      position: relative;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin: 0 !important;
  overflow: visible;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add background color handling */
  
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }

    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-link {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
    
    
    
    
  }


.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
  box-sizing: border-box;
}



.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
      --shg-aspect-ratio: calc(557/166); 
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
      position: relative;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin: 0 !important;
  overflow: visible;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add background color handling */
  
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }

    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-link {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
    
    
    
    
  }


.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
  box-sizing: border-box;
}



.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
      --shg-aspect-ratio: calc(557/166); 
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
      position: relative;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  margin: 0 !important;
  overflow: visible;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add background color handling */
  
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }

    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-link {
      aspect-ratio: 557/166;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
    
    
    
    
  }


.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image {
  box-sizing: border-box;
}



.s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa {
      --shg-aspect-ratio: calc(557/166); 
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container {
      position: relative;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8c6b51c-6ab1-4b65-a570-b13c028db0fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-c763ce6d-6609-496b-8691-47ae4f5104ed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWNlOGIxYWMtYmNmZC00YTA5LWI3OWItYzIyZDk3MjE1OGYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODcwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTYwMDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlY2U4YjFhYy1iY2ZkLTRhMDktYjc5Yi1jMjJkOTcyMTU4ZjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 0px;
max-width: 200px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#870000"}, {"id"=>2, "pos"=>1, "color"=>"#e60000"}];
line-height: 0.5em;
letter-spacing: 1px;
}
#s-c763ce6d-6609-496b-8691-47ae4f5104ed:hover {background-color: rgba(135, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c763ce6d-6609-496b-8691-47ae4f5104ed:active {background-color: rgba(206, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-c763ce6d-6609-496b-8691-47ae4f5104ed {
  padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
letter-spacing: 0px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
}
#s-c763ce6d-6609-496b-8691-47ae4f5104ed:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c763ce6d-6609-496b-8691-47ae4f5104ed:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c763ce6d-6609-496b-8691-47ae4f5104ed {
  padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-c763ce6d-6609-496b-8691-47ae4f5104ed:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c763ce6d-6609-496b-8691-47ae4f5104ed:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c763ce6d-6609-496b-8691-47ae4f5104ed-root {
    text-align: center;
  }


#s-c763ce6d-6609-496b-8691-47ae4f5104ed.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c763ce6d-6609-496b-8691-47ae4f5104ed-root {
    text-align: center;
  }


#s-c763ce6d-6609-496b-8691-47ae4f5104ed.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c763ce6d-6609-496b-8691-47ae4f5104ed-root {
    text-align: center;
  }


#s-c763ce6d-6609-496b-8691-47ae4f5104ed.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c763ce6d-6609-496b-8691-47ae4f5104ed-root {
    text-align: center;
  }


#s-c763ce6d-6609-496b-8691-47ae4f5104ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c763ce6d-6609-496b-8691-47ae4f5104ed-root {
    text-align: center;
  }


#s-c763ce6d-6609-496b-8691-47ae4f5104ed.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 {
  display: none;
}
#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68, #wrap-s-b9dbe7ab-625b-4770-aa86-7d71508b9c68, #wrap-content-s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 { display: none !important; }}@media (max-width: 767px){#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 {
  display: none;
}
#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68, #wrap-s-b9dbe7ab-625b-4770-aa86-7d71508b9c68, #wrap-content-s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 { display: none !important; }}







#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9dbe7ab-625b-4770-aa86-7d71508b9c68.shg-box.shg-c {
  justify-content: center;
}

#s-f5041adf-7bd6-4eb4-aa1d-2674930724cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f5041adf-7bd6-4eb4-aa1d-2674930724cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5041adf-7bd6-4eb4-aa1d-2674930724cc.shg-box.shg-c {
  justify-content: center;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add background color handling */
  background: rgba(51, 51, 51, 1);
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
  box-sizing: border-box;
}



.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
  box-sizing: border-box;
}



.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
  box-sizing: border-box;
}



.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
  box-sizing: border-box;
}



.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9494ca-f1d7-4f66-b75e-4393fbabd911.shogun-image {
  box-sizing: border-box;
}



.s-9b9494ca-f1d7-4f66-b75e-4393fbabd911 img.shogun-image {
  
}


}
#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
max-width: 30%;
text-align: center;
}
@media (min-width: 1200px){#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
text-align: center;
}
}
#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  margin-bottom: 10%;
}

.shg-image-content-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
    
    
    
    max-height: 30%;
  }


.s-d5b150ba-5e1a-458b-8068-751daf19fa82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
  box-sizing: border-box;
}



.s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
    
    
    
    max-height: 30%;
  }


.s-d5b150ba-5e1a-458b-8068-751daf19fa82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
  box-sizing: border-box;
}



.s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
    
    
    
    max-height: 30%;
  }


.s-d5b150ba-5e1a-458b-8068-751daf19fa82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
  box-sizing: border-box;
}



.s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
    
    
    
    max-height: 30%;
  }


.s-d5b150ba-5e1a-458b-8068-751daf19fa82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
  box-sizing: border-box;
}



.s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5b150ba-5e1a-458b-8068-751daf19fa82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
    
    
    
    max-height: 30%;
  }


.s-d5b150ba-5e1a-458b-8068-751daf19fa82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b150ba-5e1a-458b-8068-751daf19fa82.shogun-image {
  box-sizing: border-box;
}



.s-d5b150ba-5e1a-458b-8068-751daf19fa82 img.shogun-image {
  
}


}
#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
max-width: 30%;
text-align: center;
}
@media (min-width: 1200px){#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
max-width: 25%;
text-align: center;
}
}
#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  margin-bottom: 10%;
}

.shg-image-content-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image {
  box-sizing: border-box;
}



.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  margin-bottom: 10%;
}

.shg-image-content-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image {
  box-sizing: border-box;
}



.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image {
  box-sizing: border-box;
}



.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image {
  box-sizing: border-box;
}



.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f4712a3-fab3-4ea8-963f-6f08de96daf2.shogun-image {
  box-sizing: border-box;
}



.s-4f4712a3-fab3-4ea8-963f-6f08de96daf2 img.shogun-image {
  
}


}
#s-a20e2fe4-7073-456b-bf82-260a2aaffd71 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 1);
}








#s-a20e2fe4-7073-456b-bf82-260a2aaffd71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a20e2fe4-7073-456b-bf82-260a2aaffd71.shg-box.shg-c {
  justify-content: flex-start;
}

#s-52bc7955-fe8c-4dec-9fb7-37051614d63b {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 0px;
max-width: 200px;
background-color: rgba(174, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
letter-spacing: 0px;
}
#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-52bc7955-fe8c-4dec-9fb7-37051614d63b {
  padding-top: 25px;
padding-left: 36px;
padding-bottom: 25px;
padding-right: 36px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
}
#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-52bc7955-fe8c-4dec-9fb7-37051614d63b {
  padding-top: 24px;
padding-left: 36px;
padding-bottom: 24px;
padding-right: 36px;
background-image: none;
background-color: rgba(174, 0, 0, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:hover {background-color: rgba(201, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-52bc7955-fe8c-4dec-9fb7-37051614d63b:active {background-color: rgba(136, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-52bc7955-fe8c-4dec-9fb7-37051614d63b-root {
    text-align: center;
  }


#s-52bc7955-fe8c-4dec-9fb7-37051614d63b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52bc7955-fe8c-4dec-9fb7-37051614d63b-root {
    text-align: center;
  }


#s-52bc7955-fe8c-4dec-9fb7-37051614d63b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52bc7955-fe8c-4dec-9fb7-37051614d63b-root {
    text-align: center;
  }


#s-52bc7955-fe8c-4dec-9fb7-37051614d63b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52bc7955-fe8c-4dec-9fb7-37051614d63b-root {
    text-align: center;
  }


#s-52bc7955-fe8c-4dec-9fb7-37051614d63b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52bc7955-fe8c-4dec-9fb7-37051614d63b-root {
    text-align: center;
  }


#s-52bc7955-fe8c-4dec-9fb7-37051614d63b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Titillium Web;
  display:  inline-block ;
}
}
#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca {
  display: none;
}
#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca, #wrap-s-ecec54b1-06fd-4ac2-9668-e340b3da0dca, #wrap-content-s-ecec54b1-06fd-4ac2-9668-e340b3da0dca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca {
  display: none;
}
#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca, #wrap-s-ecec54b1-06fd-4ac2-9668-e340b3da0dca, #wrap-content-s-ecec54b1-06fd-4ac2-9668-e340b3da0dca { display: none !important; }}







#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecec54b1-06fd-4ac2-9668-e340b3da0dca.shg-box.shg-c {
  justify-content: flex-end;
}

#s-61ff2ddb-ba2b-4f20-a6a6-58114eb8835b {
  margin-left: auto;
margin-right: auto;
padding-top: 10%;
padding-left: 12%;
padding-bottom: 10%;
padding-right: 12%;
}

#s-89438aa4-29fa-4948-a721-41c39ce6f807 {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-89438aa4-29fa-4948-a721-41c39ce6f807 {
  display: none;
}
#s-89438aa4-29fa-4948-a721-41c39ce6f807, #wrap-s-89438aa4-29fa-4948-a721-41c39ce6f807, #wrap-content-s-89438aa4-29fa-4948-a721-41c39ce6f807 { display: none !important; }}@media (max-width: 767px){#s-89438aa4-29fa-4948-a721-41c39ce6f807 {
  display: none;
}
#s-89438aa4-29fa-4948-a721-41c39ce6f807, #wrap-s-89438aa4-29fa-4948-a721-41c39ce6f807, #wrap-content-s-89438aa4-29fa-4948-a721-41c39ce6f807 { display: none !important; }}







#s-89438aa4-29fa-4948-a721-41c39ce6f807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89438aa4-29fa-4948-a721-41c39ce6f807.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d2506aeb-9f35-4125-8860-22c179ce8d2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-d2506aeb-9f35-4125-8860-22c179ce8d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2506aeb-9f35-4125-8860-22c179ce8d2c.shg-box.shg-c {
  justify-content: center;
}

#s-e21d16bf-a9f9-4e77-a563-59a886b0b0fc {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

/*
  $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}