.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-82b9a6e0-1d48-42a4-8436-028ad86a80f2 {
  background-size: contain;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 550px;
background-position: center center;
background-color: rgba(42, 42, 42, 1);
}








#s-82b9a6e0-1d48-42a4-8436-028ad86a80f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82b9a6e0-1d48-42a4-8436-028ad86a80f2.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-c2c192bc-d568-4f3b-8167-f2f53ca4df1b {
  background-image: url(https://i.shgcdn.com/9b640f62-5e30-43ad-8ea0-658ad78ff549/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(42, 42, 42, 1);
background-position: 80% center;
}

@media (min-width: 0px) {
[id="s-c2c192bc-d568-4f3b-8167-f2f53ca4df1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2c192bc-d568-4f3b-8167-f2f53ca4df1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c192bc-d568-4f3b-8167-f2f53ca4df1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c192bc-d568-4f3b-8167-f2f53ca4df1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-a2c0677d-a3c9-464c-987f-9264de1927b8 {
  margin-top: 10%;
margin-left: 6%;
margin-bottom: 11px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a2c0677d-a3c9-464c-987f-9264de1927b8 {
  margin-top: 6%;
margin-left: 0%;
padding-top: 0em;
padding-bottom: 0em;
}
}
#s-a2c0677d-a3c9-464c-987f-9264de1927b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15em;
  line-height: 0.7em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a2c0677d-a3c9-464c-987f-9264de1927b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 5em;
  line-height: 0.7em;
  
  text-align: left;
}


}
#s-47a52022-a864-4a04-a7b9-833069526a31 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-47a52022-a864-4a04-a7b9-833069526a31 {
  margin-left: 0%;
}
}
#s-47a52022-a864-4a04-a7b9-833069526a31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18em;
  line-height: 0.6em;
  
  text-align: left;
}


@media (max-width: 767px){#s-47a52022-a864-4a04-a7b9-833069526a31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 5em;
  line-height: 0.6em;
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin-left: -15%;
margin-right: auto;
max-width: 721px;
aspect-ratio: 711/54;
text-align: left;
}



.shg-image-margin-container-s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin-left: -15%;
  margin-right: auto;
  
  
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      aspect-ratio: 711/54;
      width: 100%;
      height: 100%;
    }

    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-link {
      aspect-ratio: 711/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
    
    
  }


.s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
      --shg-aspect-ratio: calc(711/54); 
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
      position: relative;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  
  
  
  
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      aspect-ratio: 711/54;
      width: 100%;
      height: 100%;
    }

    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-link {
      aspect-ratio: 711/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
    
    
  }


.s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
      --shg-aspect-ratio: calc(711/54); 
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
      position: relative;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  
  
  
  
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      aspect-ratio: 711/54;
      width: 100%;
      height: 100%;
    }

    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-link {
      aspect-ratio: 711/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
    
    
  }


.s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
      --shg-aspect-ratio: calc(711/54); 
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
      position: relative;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  
  
  
  
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      aspect-ratio: 711/54;
      width: 100%;
      height: 100%;
    }

    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-link {
      aspect-ratio: 711/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
    
    
  }


.s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
      --shg-aspect-ratio: calc(711/54); 
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
      position: relative;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  
  
  
  
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      aspect-ratio: 711/54;
      width: 100%;
      height: 100%;
    }

    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-link {
      aspect-ratio: 711/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
    
    
  }


.s-0fef75b9-8da1-416f-904e-cc1036c918e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 {
      --shg-aspect-ratio: calc(711/54); 
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container {
      position: relative;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fef75b9-8da1-416f-904e-cc1036c918e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-2bcc5fac-db88-43d0-a2de-eb5ef6ca5e9d {
  margin-bottom: 4%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2bcc5fac-db88-43d0-a2de-eb5ef6ca5e9d {
  margin-top: 2em;
margin-right: -27%;
}
}@media (max-width: 767px){#s-2bcc5fac-db88-43d0-a2de-eb5ef6ca5e9d {
  margin-right: 5%;
}
}
#s-cbbd3946-b73b-4f22-830a-066d1afaccea {
  margin-top: -4%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cbbd3946-b73b-4f22-830a-066d1afaccea {
  margin-right: -10%;
max-width: 123em;
}
}
#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-top: 0px;
margin-left: auto;
margin-right: 5%;
max-width: 580px;
aspect-ratio: 480/43;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-left: 8%;
margin-bottom: 14px;
}
}


.shg-image-margin-container-s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-left: auto;
  margin-right: 5%;
  margin-top: 0px;
  
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      aspect-ratio: 480/43;
      width: 100%;
      height: 100%;
    }

    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-link {
      aspect-ratio: 480/43;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
      --shg-aspect-ratio: calc(480/43); 
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
      position: relative;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  
  
  
  
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      aspect-ratio: 480/43;
      width: 100%;
      height: 100%;
    }

    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-link {
      aspect-ratio: 480/43;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
      --shg-aspect-ratio: calc(480/43); 
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
      position: relative;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-left: 5%;
  
  
  
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      aspect-ratio: 480/43;
      width: 100%;
      height: 100%;
    }

    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-link {
      aspect-ratio: 480/43;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
      --shg-aspect-ratio: calc(480/43); 
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
      position: relative;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  
  
  
  
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      aspect-ratio: 480/43;
      width: 100%;
      height: 100%;
    }

    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-link {
      aspect-ratio: 480/43;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
      --shg-aspect-ratio: calc(480/43); 
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
      position: relative;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin-left: 8%;
  
  
  margin-bottom: 14px;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      aspect-ratio: 480/43;
      width: 100%;
      height: 100%;
    }

    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-link {
      aspect-ratio: 480/43;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-55a9cdbc-da15-41f1-a970-55e66bc51929 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 {
      --shg-aspect-ratio: calc(480/43); 
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container {
      position: relative;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55a9cdbc-da15-41f1-a970-55e66bc51929 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-828f8a25-d254-4104-9272-f2f76dc23579 {
  margin-left: auto;
margin-right: auto;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  margin-left: 1em;
margin-bottom: 6px;
margin-right: 1em;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-radius: 80px;
background-color: rgba(250, 104, 3, 1);
text-align: right;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5cf05718-35a9-42c6-9b0e-4d30964d9378:hover {background-color: rgba(2, 229, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cf05718-35a9-42c6-9b0e-4d30964d9378:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  padding-left: 23%;
padding-right: 23%;
}
}@media (max-width: 767px){#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  padding-left: 18%;
padding-right: 18%;
text-align: right;
}
}


#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5cf05718-35a9-42c6-9b0e-4d30964d9378.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin-top: 8px;
margin-left: 15%;
margin-bottom: 8px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 301px;
aspect-ratio: 301/39;
text-align: right;
}
@media (max-width: 767px){#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin-left: 35%;
}
}


.shg-image-margin-container-s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin-left: 15%;
  margin-right: 5%;
  margin-top: 8px;
  margin-bottom: 8px;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      aspect-ratio: 301/39;
      width: 100%;
      height: 100%;
    }

    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-link {
      aspect-ratio: 301/39;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
    
    
  }


.s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-content {
  
    align-items: center;
  
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904020f5-7963-4c59-813e-c9eefe3981eb {
      --shg-aspect-ratio: calc(301/39); 
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
      position: relative;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-904020f5-7963-4c59-813e-c9eefe3981eb {
  
  
  
  
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      aspect-ratio: 301/39;
      width: 100%;
      height: 100%;
    }

    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-link {
      aspect-ratio: 301/39;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
    
    
  }


.s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-content {
  
    align-items: center;
  
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904020f5-7963-4c59-813e-c9eefe3981eb {
      --shg-aspect-ratio: calc(301/39); 
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
      position: relative;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-904020f5-7963-4c59-813e-c9eefe3981eb {
  
  
  
  
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      aspect-ratio: 301/39;
      width: 100%;
      height: 100%;
    }

    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-link {
      aspect-ratio: 301/39;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
    
    
  }


.s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-content {
  
    align-items: center;
  
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904020f5-7963-4c59-813e-c9eefe3981eb {
      --shg-aspect-ratio: calc(301/39); 
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
      position: relative;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-904020f5-7963-4c59-813e-c9eefe3981eb {
  
  
  
  
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      aspect-ratio: 301/39;
      width: 100%;
      height: 100%;
    }

    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-link {
      aspect-ratio: 301/39;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
    
    
  }


.s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-content {
  
    align-items: center;
  
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904020f5-7963-4c59-813e-c9eefe3981eb {
      --shg-aspect-ratio: calc(301/39); 
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
      position: relative;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin-left: 35%;
  
  
  
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      aspect-ratio: 301/39;
      width: 100%;
      height: 100%;
    }

    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-link {
      aspect-ratio: 301/39;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904020f5-7963-4c59-813e-c9eefe3981eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
    
    
  }


.s-904020f5-7963-4c59-813e-c9eefe3981eb .shogun-image-content {
  
    align-items: center;
  
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904020f5-7963-4c59-813e-c9eefe3981eb {
      --shg-aspect-ratio: calc(301/39); 
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container {
      position: relative;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904020f5-7963-4c59-813e-c9eefe3981eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a8499d40-8499-4705-aa55-a9a1ef3a9cb8 {
  margin-top: -12px;
margin-left: 0%;
margin-right: 5%;
max-width: 100%;
}

#s-85f641b9-1fde-4f82-b639-f9fbaaa0bb5f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 5%;
max-width: 100%;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin-top: 2%;
margin-left: auto;
margin-right: 5%;
max-width: 250px;
aspect-ratio: 278/29;
text-align: right;
}
@media (max-width: 767px){#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin-left: 50%;
}
}


.shg-image-margin-container-s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin-left: auto;
  margin-right: 5%;
  margin-top: 2%;
  
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      aspect-ratio: 278/29;
      width: 100%;
      height: 100%;
    }

    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-link {
      aspect-ratio: 278/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
    
    
  }


.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
      --shg-aspect-ratio: calc(278/29); 
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
      position: relative;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  
  
  
  
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      aspect-ratio: 278/29;
      width: 100%;
      height: 100%;
    }

    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-link {
      aspect-ratio: 278/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
    
    
  }


.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
      --shg-aspect-ratio: calc(278/29); 
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
      position: relative;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  
  
  
  
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      aspect-ratio: 278/29;
      width: 100%;
      height: 100%;
    }

    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-link {
      aspect-ratio: 278/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
    
    
  }


.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
      --shg-aspect-ratio: calc(278/29); 
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
      position: relative;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  
  
  
  
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      aspect-ratio: 278/29;
      width: 100%;
      height: 100%;
    }

    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-link {
      aspect-ratio: 278/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
    
    
  }


.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
      --shg-aspect-ratio: calc(278/29); 
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
      position: relative;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin-left: 50%;
  
  
  
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      aspect-ratio: 278/29;
      width: 100%;
      height: 100%;
    }

    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-link {
      aspect-ratio: 278/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
    
    
  }


.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e {
      --shg-aspect-ratio: calc(278/29); 
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container {
      position: relative;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05eb2cab-eee0-426a-9696-5ffb2ee2826e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 273px;
aspect-ratio: 273/118;
text-align: right;
}
@media (max-width: 767px){#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  text-align: center;
display: none;
}
#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34, #wrap-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 { display: none !important; }}


.shg-image-margin-container-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      aspect-ratio: 273/118;
      width: 100%;
      height: 100%;
    }

    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-link {
      aspect-ratio: 273/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
    
    
  }


.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-content {
  
    align-items: center;
  
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
      --shg-aspect-ratio: calc(273/118); 
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
      position: relative;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  
  
  
  
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      aspect-ratio: 273/118;
      width: 100%;
      height: 100%;
    }

    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-link {
      aspect-ratio: 273/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
    
    
  }


.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-content {
  
    align-items: center;
  
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
      --shg-aspect-ratio: calc(273/118); 
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
      position: relative;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  
  
  
  
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      aspect-ratio: 273/118;
      width: 100%;
      height: 100%;
    }

    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-link {
      aspect-ratio: 273/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
    
    
  }


.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-content {
  
    align-items: center;
  
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
      --shg-aspect-ratio: calc(273/118); 
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
      position: relative;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  
  
  
  
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      aspect-ratio: 273/118;
      width: 100%;
      height: 100%;
    }

    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-link {
      aspect-ratio: 273/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
    
    
  }


.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-content {
  
    align-items: center;
  
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
      --shg-aspect-ratio: calc(273/118); 
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
      position: relative;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  
  
  
  
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      aspect-ratio: 273/118;
      width: 100%;
      height: 100%;
    }

    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-link {
      aspect-ratio: 273/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
    
    
  }


.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 .shogun-image-content {
  
    align-items: center;
  
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 {
      --shg-aspect-ratio: calc(273/118); 
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container {
      position: relative;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-296cc76b-21a5-43b5-a30a-f8bf4c2a1c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-04041965-8fdc-44a3-9782-667448564574 {
  margin-top: 4%;
margin-left: 20%;
margin-bottom: -16%;
margin-right: -8%;
max-width: 700px;
aspect-ratio: 736/54;
text-align: right;
}
@media (max-width: 767px){#s-04041965-8fdc-44a3-9782-667448564574 {
  margin-right: 0%;
}
}


.shg-image-margin-container-s-04041965-8fdc-44a3-9782-667448564574 {
  margin-left: 20%;
  margin-right: -8%;
  margin-top: 4%;
  margin-bottom: -16%;
}

#s-04041965-8fdc-44a3-9782-667448564574 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      aspect-ratio: 736/54;
      width: 100%;
      height: 100%;
    }

    #s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-link {
      aspect-ratio: 736/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
    
    
  }


.s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-content {
  
    align-items: center;
  
}

.s-04041965-8fdc-44a3-9782-667448564574.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04041965-8fdc-44a3-9782-667448564574 {
      --shg-aspect-ratio: calc(736/54); 
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
      position: relative;
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-04041965-8fdc-44a3-9782-667448564574 {
  
  
  
  
}

#s-04041965-8fdc-44a3-9782-667448564574 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      aspect-ratio: 736/54;
      width: 100%;
      height: 100%;
    }

    #s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-link {
      aspect-ratio: 736/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
    
    
  }


.s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-content {
  
    align-items: center;
  
}

.s-04041965-8fdc-44a3-9782-667448564574.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04041965-8fdc-44a3-9782-667448564574 {
      --shg-aspect-ratio: calc(736/54); 
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
      position: relative;
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04041965-8fdc-44a3-9782-667448564574 {
  
  
  
  
}

#s-04041965-8fdc-44a3-9782-667448564574 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      aspect-ratio: 736/54;
      width: 100%;
      height: 100%;
    }

    #s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-link {
      aspect-ratio: 736/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
    
    
  }


.s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-content {
  
    align-items: center;
  
}

.s-04041965-8fdc-44a3-9782-667448564574.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04041965-8fdc-44a3-9782-667448564574 {
      --shg-aspect-ratio: calc(736/54); 
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
      position: relative;
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04041965-8fdc-44a3-9782-667448564574 {
  
  
  
  
}

#s-04041965-8fdc-44a3-9782-667448564574 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      aspect-ratio: 736/54;
      width: 100%;
      height: 100%;
    }

    #s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-link {
      aspect-ratio: 736/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
    
    
  }


.s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-content {
  
    align-items: center;
  
}

.s-04041965-8fdc-44a3-9782-667448564574.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04041965-8fdc-44a3-9782-667448564574 {
      --shg-aspect-ratio: calc(736/54); 
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
      position: relative;
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-04041965-8fdc-44a3-9782-667448564574 {
  
  margin-right: 0%;
  
  
}

#s-04041965-8fdc-44a3-9782-667448564574 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      aspect-ratio: 736/54;
      width: 100%;
      height: 100%;
    }

    #s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-link {
      aspect-ratio: 736/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-04041965-8fdc-44a3-9782-667448564574 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
    
    
  }


.s-04041965-8fdc-44a3-9782-667448564574 .shogun-image-content {
  
    align-items: center;
  
}

.s-04041965-8fdc-44a3-9782-667448564574.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04041965-8fdc-44a3-9782-667448564574.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04041965-8fdc-44a3-9782-667448564574 {
      --shg-aspect-ratio: calc(736/54); 
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container {
      position: relative;
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04041965-8fdc-44a3-9782-667448564574.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04041965-8fdc-44a3-9782-667448564574 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin-top: -20%;
margin-left: -40%;
margin-bottom: -10%;
margin-right: 21%;
max-width: 320%;
aspect-ratio: 961/877;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin-top: -10%;
margin-bottom: -20%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
opacity: 1;
display: none;
}
#s-329701c6-79d9-4bcd-b31c-de17e9d2081e, #wrap-s-329701c6-79d9-4bcd-b31c-de17e9d2081e { display: none !important; }}


.shg-image-margin-container-s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin-left: -40%;
  margin-right: 21%;
  margin-top: -20%;
  margin-bottom: -10%;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      aspect-ratio: 1038/1122;
      width: 100%;
      height: 100%;
    }

    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-link {
      aspect-ratio: 1038/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
      --shg-aspect-ratio: calc(1038/1122); 
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
      position: relative;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  
  
  
  
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      aspect-ratio: 1038/1122;
      width: 100%;
      height: 100%;
    }

    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-link {
      aspect-ratio: 1038/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
      --shg-aspect-ratio: calc(1038/1122); 
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
      position: relative;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  
  margin-right: 0%;
  margin-top: -10%;
  margin-bottom: -20%;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      aspect-ratio: 1038/1122;
      width: 100%;
      height: 100%;
    }

    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-link {
      aspect-ratio: 1038/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
      --shg-aspect-ratio: calc(1038/1122); 
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
      position: relative;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  
  
  
  
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      aspect-ratio: 1038/1122;
      width: 100%;
      height: 100%;
    }

    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-link {
      aspect-ratio: 1038/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
      --shg-aspect-ratio: calc(1038/1122); 
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
      position: relative;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      aspect-ratio: 1038/1122;
      width: 100%;
      height: 100%;
    }

    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-link {
      aspect-ratio: 1038/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-329701c6-79d9-4bcd-b31c-de17e9d2081e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e {
      --shg-aspect-ratio: calc(1038/1122); 
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container {
      position: relative;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-329701c6-79d9-4bcd-b31c-de17e9d2081e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b4531cff-880e-4904-9935-e04173bb131b {
  margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
min-height: 50px;
}








#s-b4531cff-880e-4904-9935-e04173bb131b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4531cff-880e-4904-9935-e04173bb131b.shg-box.shg-c {
  justify-content: center;
}

#s-5df047f4-de7e-436d-89cf-97abc923c77e {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-5df047f4-de7e-436d-89cf-97abc923c77e {
  margin-top: 16%;
margin-bottom: 3%;
}
}
#s-5df047f4-de7e-436d-89cf-97abc923c77e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 1.7em;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-5df047f4-de7e-436d-89cf-97abc923c77e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5df047f4-de7e-436d-89cf-97abc923c77e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  
}


}
#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin-top: -5%;
margin-left: auto;
margin-right: 0%;
max-width: 736px;
aspect-ratio: 709/54;
text-align: right;
}
@media (max-width: 767px){#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin-top: -3%;
padding-top: 0em;
padding-bottom: 0em;
}
}


.shg-image-margin-container-s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin-left: auto;
  margin-right: 0%;
  margin-top: -5%;
  
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
    
    
  }


.s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee973a05-2029-4afa-a174-641f1584fdb9 {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
      position: relative;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  
  
  
  
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
    
    
  }


.s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee973a05-2029-4afa-a174-641f1584fdb9 {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
      position: relative;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  
  
  
  
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
    
    
  }


.s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee973a05-2029-4afa-a174-641f1584fdb9 {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
      position: relative;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  
  
  
  
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
    
    
  }


.s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee973a05-2029-4afa-a174-641f1584fdb9 {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
      position: relative;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  
  
  margin-top: -3%;
  
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee973a05-2029-4afa-a174-641f1584fdb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
    
    
  }


.s-ee973a05-2029-4afa-a174-641f1584fdb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee973a05-2029-4afa-a174-641f1584fdb9 {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container {
      position: relative;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee973a05-2029-4afa-a174-641f1584fdb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-71673a29-bc81-4220-993f-f87538753a19 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-71673a29-bc81-4220-993f-f87538753a19 {
  margin-top: 0em;
margin-bottom: 2em;
}
}
#s-d94c2057-fcd6-4267-bea5-487375633a35 {
  margin-left: auto;
margin-right: auto;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  margin-top: -2%;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
border-radius: 80px;
background-color: rgba(250, 104, 3, 1);
text-align: right;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  margin-top: 0%;
}
#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c:hover {background-color: rgba(2, 229, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  margin-top: 1%;
}
}@media (max-width: 767px){#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  margin-top: 3%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}
}


#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0c33838f-a7e0-4cea-a9ce-981c08656d7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-01fefc9f-f186-4494-a2cd-427b36290286 {
  background-image: url(https://i.shgcdn.com/52813aea-b8c2-4a14-88ad-9a49858e989b/);
background-repeat: no-repeat;
background-size: 50% 70%;
margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(42, 42, 42, 1);
background-position: left top;
}
@media (min-width: 1200px){#s-01fefc9f-f186-4494-a2cd-427b36290286 {
  background-position: left top;
background-repeat: no-repeat;
}
}@media (max-width: 767px){#s-01fefc9f-f186-4494-a2cd-427b36290286 {
  background-image: url(https://i.shgcdn.com/52813aea-b8c2-4a14-88ad-9a49858e989b/);
background-repeat: no-repeat;
background-size: 1px 1px;
background-position: center center;
background-color: rgba(42, 42, 42, 1);
}
}
@media (min-width: 0px) {
[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01fefc9f-f186-4494-a2cd-427b36290286"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin-top: -10%;
margin-left: -20%;
padding-left: 0%;
padding-right: 0%;
max-width: 1004px;
aspect-ratio: 1004/1172;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin-top: 0%;
margin-right: -20%;
max-width: 2004px;
}
}@media (max-width: 767px){#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  background-image: url(https://i.shgcdn.com/52813aea-b8c2-4a14-88ad-9a49858e989b/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
max-width: 604%;
text-align: right;
background-position: left center;
}
}


.shg-image-margin-container-s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin-left: -20%;
  
  margin-top: -10%;
  
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      aspect-ratio: 1004/1172;
      width: 100%;
      height: 100%;
    }

    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-link {
      aspect-ratio: 1004/1172;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
    
    
  }


.s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ea4a423-29a2-478c-b204-3414247b37bf {
      --shg-aspect-ratio: calc(1004/1172); 
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
      position: relative;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2ea4a423-29a2-478c-b204-3414247b37bf {
  
  
  
  
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      aspect-ratio: 1004/1172;
      width: 100%;
      height: 100%;
    }

    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-link {
      aspect-ratio: 1004/1172;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
    
    
  }


.s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ea4a423-29a2-478c-b204-3414247b37bf {
      --shg-aspect-ratio: calc(1004/1172); 
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
      position: relative;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ea4a423-29a2-478c-b204-3414247b37bf {
  
  margin-right: -20%;
  margin-top: 0%;
  
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      aspect-ratio: 1004/1172;
      width: 100%;
      height: 100%;
    }

    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-link {
      aspect-ratio: 1004/1172;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
    
    
  }


.s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ea4a423-29a2-478c-b204-3414247b37bf {
      --shg-aspect-ratio: calc(1004/1172); 
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
      position: relative;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ea4a423-29a2-478c-b204-3414247b37bf {
  
  
  
  
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      aspect-ratio: 1004/1172;
      width: 100%;
      height: 100%;
    }

    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-link {
      aspect-ratio: 1004/1172;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
    
    
  }


.s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ea4a423-29a2-478c-b204-3414247b37bf {
      --shg-aspect-ratio: calc(1004/1172); 
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
      position: relative;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin-left: 0%;
  
  margin-top: 10%;
  margin-bottom: 10%;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      aspect-ratio: 1004/1172;
      width: 100%;
      height: 100%;
    }

    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-link {
      aspect-ratio: 1004/1172;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ea4a423-29a2-478c-b204-3414247b37bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
    
    
  }


.s-2ea4a423-29a2-478c-b204-3414247b37bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ea4a423-29a2-478c-b204-3414247b37bf {
      --shg-aspect-ratio: calc(1004/1172); 
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container {
      position: relative;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ea4a423-29a2-478c-b204-3414247b37bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d90e14ec-194c-4b5b-85dd-de3db892f512 {
  margin-left: -10%;
margin-bottom: -9px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d90e14ec-194c-4b5b-85dd-de3db892f512 {
  margin-left: 5%;
}
}
#s-d90e14ec-194c-4b5b-85dd-de3db892f512 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3.5em;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d90e14ec-194c-4b5b-85dd-de3db892f512 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (max-width: 767px){#s-d90e14ec-194c-4b5b-85dd-de3db892f512 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}
#s-6627abd1-ddb8-4e8b-bf4e-b426adce3b1f {
  margin-left: -10%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 100px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6627abd1-ddb8-4e8b-bf4e-b426adce3b1f {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-6627abd1-ddb8-4e8b-bf4e-b426adce3b1f {
  margin-left: 5%;
padding-bottom: 50px;
}
}
#s-6627abd1-ddb8-4e8b-bf4e-b426adce3b1f .shogun-heading-component h2 {
  color: rgba(250, 104, 3, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3.5em;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-6627abd1-ddb8-4e8b-bf4e-b426adce3b1f .shogun-heading-component h2 {
  color: rgba(250, 104, 3, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3.5em;
  line-height: 1em;
  
  
}


}
#s-63be568a-4aed-4744-8312-12d7a1bd4f05 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c2e53af4-b5e7-4ac2-be44-c48c7fe40b40 {
  margin-left: 5%;
margin-right: -5%;
max-width: 80%;
}

#s-1129eb09-22f6-4a0b-9756-6b90378cfea3 {
  margin-left: 14%;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (max-width: 767px){#s-1129eb09-22f6-4a0b-9756-6b90378cfea3 {
  margin-left: 5%;
max-width: 100%;
}
}
#s-13027da5-1a73-42d6-920a-874daefa3736 {
  margin-left: 5%;
margin-right: -5%;
max-width: 80%;
}

#s-4dce894c-0c68-45a5-969a-22b162f7880e {
  margin-left: 9%;
margin-bottom: 5%;
margin-right: auto;
padding-left: 5%;
max-width: 80%;
}
@media (max-width: 767px){#s-4dce894c-0c68-45a5-969a-22b162f7880e {
  margin-left: 5%;
padding-left: 0%;
max-width: 100%;
}
}
#s-a3253960-0ce0-4ef5-92c7-d66477406d13 {
  margin-left: 0%;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-a3253960-0ce0-4ef5-92c7-d66477406d13 {
  margin-left: 5%;
max-width: 190%;
}
}
#s-7f66e81a-eeda-4965-83db-dac43d8a87e2 {
  margin-left: 9%;
margin-bottom: 5%;
margin-right: auto;
}
@media (max-width: 767px){#s-7f66e81a-eeda-4965-83db-dac43d8a87e2 {
  margin-left: 5%;
max-width: 100%;
}
}
#s-ca645012-0d9f-4363-ba60-0bca57ede50e {
  margin-left: -10%;
margin-right: auto;
}
@media (max-width: 767px){#s-ca645012-0d9f-4363-ba60-0bca57ede50e {
  margin-left: 5%;
max-width: 100%;
}
}
#s-7226596a-99a8-42d9-9887-6987f5874da8 {
  margin-top: 0%;
margin-left: -1%;
margin-bottom: 5%;
margin-right: auto;
padding-left: 0%;
}
@media (max-width: 767px){#s-7226596a-99a8-42d9-9887-6987f5874da8 {
  margin-left: 5%;
}
}
#s-40a06f67-01a1-42d5-a1ed-94037513afae {
  margin-left: -30%;
margin-right: auto;
}
@media (max-width: 767px){#s-40a06f67-01a1-42d5-a1ed-94037513afae {
  margin-left: 5%;
}
}
#s-67694023-d7e2-4c03-b331-e9af615a6faa {
  margin-left: -20%;
margin-bottom: 10%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-67694023-d7e2-4c03-b331-e9af615a6faa {
  margin-left: 5%;
}
}
#s-53e3e23e-7737-434a-ba8e-52f6e01dd77c {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 5%;
background-color: rgba(42, 42, 42, 1);
}

@media (min-width: 0px) {
[id="s-53e3e23e-7737-434a-ba8e-52f6e01dd77c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53e3e23e-7737-434a-ba8e-52f6e01dd77c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-53e3e23e-7737-434a-ba8e-52f6e01dd77c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e3e23e-7737-434a-ba8e-52f6e01dd77c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-aca1d054-6d0b-4e0f-959d-0e929bd6e6fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aca1d054-6d0b-4e0f-959d-0e929bd6e6fe {
  margin-top: 2em;
}
}
#s-aca1d054-6d0b-4e0f-959d-0e929bd6e6fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-aca1d054-6d0b-4e0f-959d-0e929bd6e6fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


}@media (max-width: 767px){#s-aca1d054-6d0b-4e0f-959d-0e929bd6e6fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 709px;
aspect-ratio: 709/54;
text-align: right;
}



.shg-image-margin-container-s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 0em;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
    
    
  }


.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-content {
  
    align-items: center;
  
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
      position: relative;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  
  
  
  
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
    
    
  }


.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-content {
  
    align-items: center;
  
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
      position: relative;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  
  
  
  
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
    
    
  }


.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-content {
  
    align-items: center;
  
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
      position: relative;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  
  
  
  
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
    
    
  }


.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-content {
  
    align-items: center;
  
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
      position: relative;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  
  
  
  
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      aspect-ratio: 709/54;
      width: 100%;
      height: 100%;
    }

    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-link {
      aspect-ratio: 709/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
    
    
  }


.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa .shogun-image-content {
  
    align-items: center;
  
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa {
      --shg-aspect-ratio: calc(709/54); 
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container {
      position: relative;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97d41026-7b6e-4eb6-bd50-66aa7b2785fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c7593ce5-9589-40d3-9f8b-0d101ae4ae71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-9a9abca3-1990-475e-a693-1d45af9eb71c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(42, 42, 42, 1);
}








#s-9a9abca3-1990-475e-a693-1d45af9eb71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a9abca3-1990-475e-a693-1d45af9eb71c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(9, 9, 9, 1);
border-style: none;
}
@media (min-width: 1200px){#s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  display: none;
}
#s-cea3283a-7bbe-460c-98fe-4be061f7c26b, #wrap-s-cea3283a-7bbe-460c-98fe-4be061f7c26b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  display: none;
}
#s-cea3283a-7bbe-460c-98fe-4be061f7c26b, #wrap-s-cea3283a-7bbe-460c-98fe-4be061f7c26b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  display: none;
}
#s-cea3283a-7bbe-460c-98fe-4be061f7c26b, #wrap-s-cea3283a-7bbe-460c-98fe-4be061f7c26b { display: none !important; }}@media (max-width: 767px){#s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
#slider-v3-s-cea3283a-7bbe-460c-98fe-4be061f7c26b {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-cea3283a-7bbe-460c-98fe-4be061f7c26b > .swiper-button-prev,
#slider-v3-s-cea3283a-7bbe-460c-98fe-4be061f7c26b > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-cea3283a-7bbe-460c-98fe-4be061f7c26b > .swiper-button-next svg,
#slider-v3-s-cea3283a-7bbe-460c-98fe-4be061f7c26b > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-4c8ef936-41ad-41ce-9734-e2aaea79b775 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-4c8ef936-41ad-41ce-9734-e2aaea79b775 {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-4c8ef936-41ad-41ce-9734-e2aaea79b775"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c8ef936-41ad-41ce-9734-e2aaea79b775"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4c8ef936-41ad-41ce-9734-e2aaea79b775"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c8ef936-41ad-41ce-9734-e2aaea79b775"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-4c8ef936-41ad-41ce-9734-e2aaea79b775"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5844faac-a07c-4b3b-923b-3ea82cfc436c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5844faac-a07c-4b3b-923b-3ea82cfc436c.shg-box.shg-c {
  justify-content: center;
}

#s-345bfdfe-8c05-45ed-b952-d3507be7e8bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-345bfdfe-8c05-45ed-b952-d3507be7e8bf {
  text-align: center;
}
}
#s-345bfdfe-8c05-45ed-b952-d3507be7e8bf .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-f7ea4972-6ced-41c3-b0d6-f1bacba6c160 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-f7ea4972-6ced-41c3-b0d6-f1bacba6c160 {
  padding-left: 5%;
}
}
#s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-47d1b8fb-5f4e-4313-b75a-9cb6e26c1eda"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f0042764-55ee-4272-acf8-1415e31de047 {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f0042764-55ee-4272-acf8-1415e31de047.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f0042764-55ee-4272-acf8-1415e31de047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0042764-55ee-4272-acf8-1415e31de047.shg-box.shg-c {
  justify-content: center;
}

#s-23704c4d-f690-4611-9b0b-c512c17edbeb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-23704c4d-f690-4611-9b0b-c512c17edbeb {
  text-align: center;
}
}
#s-23704c4d-f690-4611-9b0b-c512c17edbeb .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-d95997d3-9b25-482f-b94f-d2df728ea651 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-d95997d3-9b25-482f-b94f-d2df728ea651 {
  padding-left: 5%;
}
}
#s-0c887c1f-5d92-41e9-b2bd-44d21024d06a {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-0c887c1f-5d92-41e9-b2bd-44d21024d06a {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0c887c1f-5d92-41e9-b2bd-44d21024d06a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c887c1f-5d92-41e9-b2bd-44d21024d06a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0c887c1f-5d92-41e9-b2bd-44d21024d06a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c887c1f-5d92-41e9-b2bd-44d21024d06a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-0c887c1f-5d92-41e9-b2bd-44d21024d06a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-71a01179-ea2b-41cd-8bd4-fd27f8631012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71a01179-ea2b-41cd-8bd4-fd27f8631012.shg-box.shg-c {
  justify-content: center;
}

#s-cb66d351-d4e3-4aaa-9352-48b336a4a40a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cb66d351-d4e3-4aaa-9352-48b336a4a40a {
  text-align: center;
}
}
#s-cb66d351-d4e3-4aaa-9352-48b336a4a40a .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-dff4252b-a6f8-421d-bee9-17d9f87e1741 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-dff4252b-a6f8-421d-bee9-17d9f87e1741 {
  padding-left: 5%;
}
}
#s-48809cff-99c8-4749-8d19-519b882ddf33 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-48809cff-99c8-4749-8d19-519b882ddf33 {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-48809cff-99c8-4749-8d19-519b882ddf33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48809cff-99c8-4749-8d19-519b882ddf33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-48809cff-99c8-4749-8d19-519b882ddf33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-48809cff-99c8-4749-8d19-519b882ddf33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-48809cff-99c8-4749-8d19-519b882ddf33"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-58c7ce89-cafa-43a1-a47b-5f61d9767470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c7ce89-cafa-43a1-a47b-5f61d9767470.shg-box.shg-c {
  justify-content: center;
}

#s-536d124e-5db9-4c1b-8c0e-176e58b90963 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-536d124e-5db9-4c1b-8c0e-176e58b90963 {
  text-align: center;
}
}
#s-536d124e-5db9-4c1b-8c0e-176e58b90963 .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-abc6ecea-0415-43b8-ba1f-aa5e5686cd35 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-abc6ecea-0415-43b8-ba1f-aa5e5686cd35 {
  padding-left: 5%;
}
}
#s-9526bb5b-4ea0-496f-8821-eef27bfeedea {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-9526bb5b-4ea0-496f-8821-eef27bfeedea {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-9526bb5b-4ea0-496f-8821-eef27bfeedea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9526bb5b-4ea0-496f-8821-eef27bfeedea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9526bb5b-4ea0-496f-8821-eef27bfeedea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9526bb5b-4ea0-496f-8821-eef27bfeedea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-9526bb5b-4ea0-496f-8821-eef27bfeedea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-895a5518-c09d-411f-8ec0-d71ea0af9db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-895a5518-c09d-411f-8ec0-d71ea0af9db9.shg-box.shg-c {
  justify-content: center;
}

#s-094a7984-3148-4421-a59f-5eca9bb13021 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-094a7984-3148-4421-a59f-5eca9bb13021 {
  text-align: center;
}
}
#s-094a7984-3148-4421-a59f-5eca9bb13021 .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-fc8c74be-2c66-41c6-aa49-fceb91f2da9c {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-fc8c74be-2c66-41c6-aa49-fceb91f2da9c {
  padding-left: 5%;
}
}
#s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-039e586c-8d5e-4fdd-9802-90b4c7a4db6e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-95f17eeb-54dc-497f-a472-cb8bac2396e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95f17eeb-54dc-497f-a472-cb8bac2396e1.shg-box.shg-c {
  justify-content: center;
}

#s-6eeedaac-2398-46a2-815d-96796b334a7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6eeedaac-2398-46a2-815d-96796b334a7a {
  text-align: center;
}
}
#s-6eeedaac-2398-46a2-815d-96796b334a7a .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-ff33d467-0594-416f-91e7-a42b1fc22b5a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-ff33d467-0594-416f-91e7-a42b1fc22b5a {
  padding-left: 5%;
}
}
#s-780eeb9c-2e1c-479a-9c06-66a24f54519d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(9, 9, 9, 1);
border-style: none;
}
@media (max-width: 767px){#s-780eeb9c-2e1c-479a-9c06-66a24f54519d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-780eeb9c-2e1c-479a-9c06-66a24f54519d, #wrap-s-780eeb9c-2e1c-479a-9c06-66a24f54519d { display: none !important; }}
#slider-v3-s-780eeb9c-2e1c-479a-9c06-66a24f54519d {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
}

#slider-v3-s-780eeb9c-2e1c-479a-9c06-66a24f54519d > .swiper-button-prev,
#slider-v3-s-780eeb9c-2e1c-479a-9c06-66a24f54519d > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-780eeb9c-2e1c-479a-9c06-66a24f54519d > .swiper-button-next svg,
#slider-v3-s-780eeb9c-2e1c-479a-9c06-66a24f54519d > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-d718d072-5ebb-4734-9559-25903c2ecf31 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d718d072-5ebb-4734-9559-25903c2ecf31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d718d072-5ebb-4734-9559-25903c2ecf31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d718d072-5ebb-4734-9559-25903c2ecf31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d718d072-5ebb-4734-9559-25903c2ecf31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c {
  background-image: url(https://i.shgcdn.com/0000eadd-ca7b-49c6-bf22-874fd33506ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0aaca8f-4a12-4f93-b3f2-e18219eacb2c.shg-box.shg-c {
  justify-content: center;
}

#s-677dbc0d-5959-4222-bfc9-ba84dabd2851 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-677dbc0d-5959-4222-bfc9-ba84dabd2851 {
  text-align: center;
}
}
#s-677dbc0d-5959-4222-bfc9-ba84dabd2851 .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-5fa42152-6474-475e-8fba-26874e130e56 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-5fa42152-6474-475e-8fba-26874e130e56 {
  padding-left: 5%;
}
}
#s-239c62b4-86ca-4dd3-9223-5f9e9950978d {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-239c62b4-86ca-4dd3-9223-5f9e9950978d {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-239c62b4-86ca-4dd3-9223-5f9e9950978d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239c62b4-86ca-4dd3-9223-5f9e9950978d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-239c62b4-86ca-4dd3-9223-5f9e9950978d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-239c62b4-86ca-4dd3-9223-5f9e9950978d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-239c62b4-86ca-4dd3-9223-5f9e9950978d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5858deb8-8842-4044-b4c6-486701148e2b {
  background-image: url(https://i.shgcdn.com/3f3885ba-6a39-4c83-a52f-197be5d09418/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5858deb8-8842-4044-b4c6-486701148e2b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5858deb8-8842-4044-b4c6-486701148e2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5858deb8-8842-4044-b4c6-486701148e2b.shg-box.shg-c {
  justify-content: center;
}

#s-eb378bbf-a9eb-49a8-9923-0ef3fcb30c75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-eb378bbf-a9eb-49a8-9923-0ef3fcb30c75 {
  text-align: center;
}
}
#s-eb378bbf-a9eb-49a8-9923-0ef3fcb30c75 .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-489315d9-48a6-4aa3-89ed-2724c8751ce6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-489315d9-48a6-4aa3-89ed-2724c8751ce6 {
  padding-left: 5%;
}
}
#s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090 {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-6a5fc462-0cad-4953-9d1b-6b5b03b2c090"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 {
  background-image: url(https://i.shgcdn.com/4ed3308a-a71f-4223-8301-6f654823679f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16d5a5f5-da99-436b-bb7c-30b2b9d4fc92.shg-box.shg-c {
  justify-content: center;
}

#s-35bfcffe-71d2-42d0-97a4-9217c25521d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-35bfcffe-71d2-42d0-97a4-9217c25521d7 {
  text-align: center;
}
}
#s-35bfcffe-71d2-42d0-97a4-9217c25521d7 .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-d628b929-eabe-457e-a3eb-f97914cec6c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-d628b929-eabe-457e-a3eb-f97914cec6c0 {
  padding-left: 5%;
}
}
#s-fc5a2925-89bf-4c71-8d15-9da6a1d08226 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-fc5a2925-89bf-4c71-8d15-9da6a1d08226 {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-fc5a2925-89bf-4c71-8d15-9da6a1d08226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc5a2925-89bf-4c71-8d15-9da6a1d08226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fc5a2925-89bf-4c71-8d15-9da6a1d08226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc5a2925-89bf-4c71-8d15-9da6a1d08226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-fc5a2925-89bf-4c71-8d15-9da6a1d08226"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a {
  background-image: url(https://i.shgcdn.com/33829cf8-d08d-4d07-b677-3c97b21f7770/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b8af712e-9171-4a53-9d65-63b8470bbc5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8af712e-9171-4a53-9d65-63b8470bbc5a.shg-box.shg-c {
  justify-content: center;
}

#s-91deee75-4f23-4cd2-90e3-2bc25a23b52a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-91deee75-4f23-4cd2-90e3-2bc25a23b52a {
  text-align: center;
}
}
#s-91deee75-4f23-4cd2-90e3-2bc25a23b52a .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-b70dfd8d-ab1b-476c-b144-300bfe9e2d18 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-b70dfd8d-ab1b-476c-b144-300bfe9e2d18 {
  padding-left: 5%;
}
}
#s-81148dd5-1f34-4679-b3f8-c29933a88af7 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-81148dd5-1f34-4679-b3f8-c29933a88af7 {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-81148dd5-1f34-4679-b3f8-c29933a88af7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81148dd5-1f34-4679-b3f8-c29933a88af7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-81148dd5-1f34-4679-b3f8-c29933a88af7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-81148dd5-1f34-4679-b3f8-c29933a88af7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-81148dd5-1f34-4679-b3f8-c29933a88af7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee {
  background-image: url(https://i.shgcdn.com/641f82e6-dc66-4c7c-913b-be0f39f79fdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a49e666a-f754-44fe-b7ec-68a45ab57eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a49e666a-f754-44fe-b7ec-68a45ab57eee.shg-box.shg-c {
  justify-content: center;
}

#s-212dbd33-97df-4701-a858-bb130d8b246f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-212dbd33-97df-4701-a858-bb130d8b246f {
  text-align: center;
}
}
#s-212dbd33-97df-4701-a858-bb130d8b246f .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-9b93ea40-e692-45db-b334-0b5de99b122a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-9b93ea40-e692-45db-b334-0b5de99b122a {
  padding-left: 5%;
}
}
#s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def {
  margin-left: auto;
margin-bottom: 2em;
margin-right: 5%;
padding-top: 0em;
padding-bottom: 0em;
padding-right: 0%;
background-color: rgba(158, 158, 158, 0.14);
}
@media (max-width: 767px){#s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def {
  margin-right: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-f47bb610-f2dc-4c00-aa0e-5631cb0e2def"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 350px;
background-position: center center;
}

#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 {
  background-image: url(https://i.shgcdn.com/3815861c-afda-4082-87c9-86df2676d3a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a29fdf8-5a9c-4ab8-b68e-27c45e57da66.shg-box.shg-c {
  justify-content: center;
}

#s-9c029c93-f124-4d97-9836-22401a47318f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9c029c93-f124-4d97-9836-22401a47318f {
  text-align: center;
}
}
#s-9c029c93-f124-4d97-9836-22401a47318f .shogun-heading-component h3 {
  color: rgba(250, 247, 247, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  
  letter-spacing: 0px;
  
}



#s-69414d98-5444-49e4-a1ce-86d598087fe7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (max-width: 767px){#s-69414d98-5444-49e4-a1ce-86d598087fe7 {
  padding-left: 5%;
}
}
#s-1ee336d7-2468-4d3e-9ec4-4fdb144737bc {
  margin-left: auto;
margin-right: auto;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
padding-top: 20px;
padding-left: 102px;
padding-bottom: 20px;
padding-right: 102px;
border-radius: 50px;
background-color: rgba(250, 104, 3, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c:hover {background-color: rgba(2, 229, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e4a737b2-5eaa-4134-9688-48a4b2bc6e7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 100px;
background-position: center top;
}
@media (max-width: 767px){#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  display: none;
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be, #wrap-s-4997b765-33c3-42c2-a9cf-678de730f3be { display: none !important; }}
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4997b765-33c3-42c2-a9cf-678de730f3be {
  background-image: url(https://i.shgcdn.com/25d2f0ab-2a91-48d4-a6cf-85364f59cff4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-4997b765-33c3-42c2-a9cf-678de730f3be.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4997b765-33c3-42c2-a9cf-678de730f3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4997b765-33c3-42c2-a9cf-678de730f3be.shg-box.shg-c {
  justify-content: center;
}

#s-7cd0e329-0f5f-40a3-ac3a-8e92ed6e91b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7cd0e329-0f5f-40a3-ac3a-8e92ed6e91b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cd0e329-0f5f-40a3-ac3a-8e92ed6e91b8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-cda48b48-a3ce-470a-92a0-c920f55d812d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
max-width: 60%;
}
@media (max-width: 767px){#s-cda48b48-a3ce-470a-92a0-c920f55d812d {
  margin-top: 2em;
margin-bottom: 2em;
max-width: 100%;
}
}
#s-9d51377a-9e6a-4e3f-8dcf-f3ce1bd38283 {
  margin-top: 13em;
margin-left: auto;
margin-bottom: -18em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-9d51377a-9e6a-4e3f-8dcf-f3ce1bd38283 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2.4em;
  
  
  
}



#s-99894328-f353-49be-8d2a-62b579d5f40e {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 100px;
background-position: center bottom;
}
@media (max-width: 767px){#s-99894328-f353-49be-8d2a-62b579d5f40e {
  display: none;
}
#s-99894328-f353-49be-8d2a-62b579d5f40e, #wrap-s-99894328-f353-49be-8d2a-62b579d5f40e { display: none !important; }}
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99894328-f353-49be-8d2a-62b579d5f40e {
  background-image: url(https://i.shgcdn.com/42fb15df-7271-45ff-b9ac-dc5aed2bcc27/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-99894328-f353-49be-8d2a-62b579d5f40e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-99894328-f353-49be-8d2a-62b579d5f40e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99894328-f353-49be-8d2a-62b579d5f40e.shg-box.shg-c {
  justify-content: center;
}

#s-c348187e-a2bb-41fc-b430-9fd1845b6551 {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(42, 42, 42, 1);
}
@media (max-width: 767px){#s-c348187e-a2bb-41fc-b430-9fd1845b6551 {
  margin-top: -4em;
margin-bottom: 0em;
}
}







#s-c348187e-a2bb-41fc-b430-9fd1845b6551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c348187e-a2bb-41fc-b430-9fd1845b6551.shg-box.shg-c {
  justify-content: center;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin-top: 10em;
margin-left: auto;
margin-right: auto;
max-width: 1251px;
aspect-ratio: 1508/780;
text-align: center;
}
@media (max-width: 767px){#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin-top: 0em;
}
}


.shg-image-margin-container-s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      aspect-ratio: 1508/780;
      width: 100%;
      height: 100%;
    }

    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-link {
      aspect-ratio: 1508/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
    
    
  }


.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
      --shg-aspect-ratio: calc(1508/780); 
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
      position: relative;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  
  
  
  
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      aspect-ratio: 1508/780;
      width: 100%;
      height: 100%;
    }

    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-link {
      aspect-ratio: 1508/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
    
    
  }


.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
      --shg-aspect-ratio: calc(1508/780); 
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
      position: relative;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  
  
  
  
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      aspect-ratio: 1508/780;
      width: 100%;
      height: 100%;
    }

    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-link {
      aspect-ratio: 1508/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
    
    
  }


.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
      --shg-aspect-ratio: calc(1508/780); 
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
      position: relative;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  
  
  
  
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      aspect-ratio: 1508/780;
      width: 100%;
      height: 100%;
    }

    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-link {
      aspect-ratio: 1508/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
    
    
  }


.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
      --shg-aspect-ratio: calc(1508/780); 
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
      position: relative;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  
  
  margin-top: 0em;
  
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      aspect-ratio: 1508/780;
      width: 100%;
      height: 100%;
    }

    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-link {
      aspect-ratio: 1508/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
    
    
  }


.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 {
      --shg-aspect-ratio: calc(1508/780); 
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container {
      position: relative;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c04387c-6c0d-465c-b651-5c8ea708b6f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-33f126bc-edf8-412f-a73e-994092ba8a14 {
  margin-top: 5em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-33f126bc-edf8-412f-a73e-994092ba8a14 {
  margin-bottom: 3em;
}
}
#s-33f126bc-edf8-412f-a73e-994092ba8a14 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-33f126bc-edf8-412f-a73e-994092ba8a14 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1em;
  
  
}


}
#s-eab22cef-4284-44e6-be43-cc25e8c7d1b3 {
  background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
min-height: 0px;
background-color: rgba(42, 42, 42, 1);
background-position: center center;
}








#s-eab22cef-4284-44e6-be43-cc25e8c7d1b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eab22cef-4284-44e6-be43-cc25e8c7d1b3.shg-box.shg-c {
  justify-content: center;
}

#s-258a63be-2960-4c9f-927c-1707ae447e28 {
  margin-top: -490px;
margin-left: 10%;
margin-bottom: -490px;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-258a63be-2960-4c9f-927c-1707ae447e28 {
  margin-top: -400px;
margin-bottom: -400px;
}
}@media (max-width: 767px){#s-258a63be-2960-4c9f-927c-1707ae447e28 {
  margin-top: -5em;
margin-left: 2%;
margin-bottom: -5em;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-258a63be-2960-4c9f-927c-1707ae447e28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-258a63be-2960-4c9f-927c-1707ae447e28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-258a63be-2960-4c9f-927c-1707ae447e28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-258a63be-2960-4c9f-927c-1707ae447e28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9ca8f772-f0b0-4cd4-a378-f47e3c19fef8 {
  margin-top: -5em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(250, 249, 249, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9ca8f772-f0b0-4cd4-a378-f47e3c19fef8 {
  margin-top: -5em;
margin-bottom: -5em;
}
}@media (max-width: 767px){#s-9ca8f772-f0b0-4cd4-a378-f47e3c19fef8 {
  margin-top: 5em;
margin-bottom: 3em;
}
}







#s-9ca8f772-f0b0-4cd4-a378-f47e3c19fef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ca8f772-f0b0-4cd4-a378-f47e3c19fef8.shg-box.shg-c {
  justify-content: center;
}

#s-e53f3bb3-c86c-4e35-8377-500d3d14b2aa {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e53f3bb3-c86c-4e35-8377-500d3d14b2aa .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-81c492ef-4db2-41fc-b1c5-04ade93b1c1a {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-81c492ef-4db2-41fc-b1c5-04ade93b1c1a {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 128/51;
text-align: center;
}



.shg-image-margin-container-s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
    
    
  }


.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
      position: relative;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  
  
  
  
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
    
    
  }


.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
      position: relative;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  
  
  
  
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
    
    
  }


.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
      position: relative;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  
  
  
  
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
    
    
  }


.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
      position: relative;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  
  
  
  
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
    
    
  }


.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container {
      position: relative;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18a523a5-d3f6-4809-b1e2-5dcd938c8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8f73d155-6e09-4f91-8341-366503419488 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(250, 249, 249, 1);
}








#s-8f73d155-6e09-4f91-8341-366503419488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f73d155-6e09-4f91-8341-366503419488.shg-box.shg-c {
  justify-content: center;
}

#s-888d10e0-7a34-4df3-942d-2ab31039e85f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-888d10e0-7a34-4df3-942d-2ab31039e85f .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b24ffd7e-de85-4d23-9831-d667ec277b6c {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-b24ffd7e-de85-4d23-9831-d667ec277b6c {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 128/51;
text-align: center;
}



.shg-image-margin-container-s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
    
    
  }


.s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96577156-b68e-47f4-8a86-4db18ba24f20 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
      position: relative;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  
  
  
  
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
    
    
  }


.s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96577156-b68e-47f4-8a86-4db18ba24f20 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
      position: relative;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  
  
  
  
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
    
    
  }


.s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96577156-b68e-47f4-8a86-4db18ba24f20 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
      position: relative;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  
  
  
  
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
    
    
  }


.s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96577156-b68e-47f4-8a86-4db18ba24f20 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
      position: relative;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  
  
  
  
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96577156-b68e-47f4-8a86-4db18ba24f20 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
    
    
  }


.s-96577156-b68e-47f4-8a86-4db18ba24f20 .shogun-image-content {
  
    align-items: center;
  
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96577156-b68e-47f4-8a86-4db18ba24f20 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container {
      position: relative;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96577156-b68e-47f4-8a86-4db18ba24f20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-74a9c5c4-1fdc-45d9-954d-a5fdb3abd04b {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(250, 249, 249, 1);
}








#s-74a9c5c4-1fdc-45d9-954d-a5fdb3abd04b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74a9c5c4-1fdc-45d9-954d-a5fdb3abd04b.shg-box.shg-c {
  justify-content: center;
}

#s-af264ae7-3234-4ad8-90ab-af5ea8082eb3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af264ae7-3234-4ad8-90ab-af5ea8082eb3 .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b40dcc3f-53eb-4969-b27b-9d0d4f7df1cd {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 128/51;
text-align: center;
}



.shg-image-margin-container-s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
    
    
  }


.s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-content {
  
    align-items: center;
  
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69b06504-7a51-4f3b-805d-5effa193a898 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
      position: relative;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-69b06504-7a51-4f3b-805d-5effa193a898 {
  
  
  
  
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
    
    
  }


.s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-content {
  
    align-items: center;
  
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69b06504-7a51-4f3b-805d-5effa193a898 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
      position: relative;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69b06504-7a51-4f3b-805d-5effa193a898 {
  
  
  
  
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
    
    
  }


.s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-content {
  
    align-items: center;
  
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69b06504-7a51-4f3b-805d-5effa193a898 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
      position: relative;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69b06504-7a51-4f3b-805d-5effa193a898 {
  
  
  
  
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
    
    
  }


.s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-content {
  
    align-items: center;
  
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69b06504-7a51-4f3b-805d-5effa193a898 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
      position: relative;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-69b06504-7a51-4f3b-805d-5effa193a898 {
  
  
  
  
}

#s-69b06504-7a51-4f3b-805d-5effa193a898 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-69b06504-7a51-4f3b-805d-5effa193a898 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
    
    
  }


.s-69b06504-7a51-4f3b-805d-5effa193a898 .shogun-image-content {
  
    align-items: center;
  
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69b06504-7a51-4f3b-805d-5effa193a898 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container {
      position: relative;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69b06504-7a51-4f3b-805d-5effa193a898 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6f4353a7-ae33-4469-baea-3a556c935a3a {
  margin-top: -5em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(250, 249, 249, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6f4353a7-ae33-4469-baea-3a556c935a3a {
  margin-top: -4em;
margin-bottom: -4em;
}
}







#s-6f4353a7-ae33-4469-baea-3a556c935a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f4353a7-ae33-4469-baea-3a556c935a3a.shg-box.shg-c {
  justify-content: center;
}

#s-1baa8645-42ac-4fc7-bcd4-a5f0290052d5 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1baa8645-42ac-4fc7-bcd4-a5f0290052d5 .shogun-heading-component h1 {
  color: rgba(9, 9, 9, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-308293d4-f88c-4b25-9f51-433814f4d8c4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100px;
aspect-ratio: 128/51;
text-align: center;
}



.shg-image-margin-container-s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
    
    
  }


.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
      position: relative;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  
  
  
  
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
    
    
  }


.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
      position: relative;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  
  
  
  
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
    
    
  }


.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
      position: relative;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  
  
  
  
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
    
    
  }


.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
      position: relative;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  
  
  
  
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      aspect-ratio: 128/51;
      width: 100%;
      height: 100%;
    }

    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-link {
      aspect-ratio: 128/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
    
    
  }


.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 {
      --shg-aspect-ratio: calc(128/51); 
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container {
      position: relative;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96859f82-9c32-4bdc-9a3e-ca4f84e733c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4981db31-9234-4bc2-b883-840b43a6f9a4 {
  margin-top: 0em;
margin-left: auto;
margin-right: 0em;
padding-top: 8em;
padding-bottom: 5%;
padding-right: 0%;
background-color: rgba(42, 42, 42, 1);
}

@media (min-width: 0px) {
[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4981db31-9234-4bc2-b883-840b43a6f9a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin-top: 3em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-right: 0%;
max-width: 709px;
aspect-ratio: 949/54;
text-align: left;
}



.shg-image-margin-container-s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 3em;
  margin-bottom: 0em;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      aspect-ratio: 949/54;
      width: 100%;
      height: 100%;
    }

    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-link {
      aspect-ratio: 949/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
    
    
  }


.s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
      --shg-aspect-ratio: calc(949/54); 
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
      position: relative;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  
  
  
  
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      aspect-ratio: 949/54;
      width: 100%;
      height: 100%;
    }

    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-link {
      aspect-ratio: 949/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
    
    
  }


.s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
      --shg-aspect-ratio: calc(949/54); 
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
      position: relative;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  
  
  
  
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      aspect-ratio: 949/54;
      width: 100%;
      height: 100%;
    }

    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-link {
      aspect-ratio: 949/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
    
    
  }


.s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
      --shg-aspect-ratio: calc(949/54); 
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
      position: relative;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  
  
  
  
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      aspect-ratio: 949/54;
      width: 100%;
      height: 100%;
    }

    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-link {
      aspect-ratio: 949/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
    
    
  }


.s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
      --shg-aspect-ratio: calc(949/54); 
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
      position: relative;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  
  
  
  
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      aspect-ratio: 949/54;
      width: 100%;
      height: 100%;
    }

    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-link {
      aspect-ratio: 949/54;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
    
    
  }


.s-4a519f43-9e95-4f60-9af4-b81859c131f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 {
      --shg-aspect-ratio: calc(949/54); 
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container {
      position: relative;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a519f43-9e95-4f60-9af4-b81859c131f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2763bcad-b658-49d2-92b4-74d7eade7c70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2763bcad-b658-49d2-92b4-74d7eade7c70 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2763bcad-b658-49d2-92b4-74d7eade7c70 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


}@media (max-width: 767px){#s-2763bcad-b658-49d2-92b4-74d7eade7c70 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-a577a15f-48f0-4da2-a5f9-5bb927d55981 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(42, 42, 42, 1);
}








#s-a577a15f-48f0-4da2-a5f9-5bb927d55981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a577a15f-48f0-4da2-a5f9-5bb927d55981.shg-box.shg-c {
  justify-content: center;
}

#s-6bace64e-0fca-45ec-bcd9-27fab6179e86 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bace64e-0fca-45ec-bcd9-27fab6179e86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6d2afda1-d3cc-4414-b834-dde29559ce93 {
  margin-left: 5%;
margin-right: -4%;
padding-top: 20em;
padding-left: 14%;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6d2afda1-d3cc-4414-b834-dde29559ce93 {
  margin-right: -61%;
padding-top: 0px;
}
}@media (max-width: 767px){#s-6d2afda1-d3cc-4414-b834-dde29559ce93 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0em;
padding-left: 5%;
padding-bottom: 0em;
padding-right: 5%;
}
}
#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 14%;
padding-right: 0%;
max-width: 100%;
aspect-ratio: 1192/55;
text-align: right;
}
@media (max-width: 767px){#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  padding-left: 0%;
}
}


.shg-image-margin-container-s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      aspect-ratio: 1192/55;
      width: 100%;
      height: 100%;
    }

    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-link {
      aspect-ratio: 1192/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
    
    
  }


.s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-content {
  
    align-items: center;
  
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90681a3c-dcb5-4026-8991-72b309aef675 {
      --shg-aspect-ratio: calc(1192/55); 
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
      position: relative;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-90681a3c-dcb5-4026-8991-72b309aef675 {
  
  
  
  
}

#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      aspect-ratio: 1192/55;
      width: 100%;
      height: 100%;
    }

    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-link {
      aspect-ratio: 1192/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
    
    
  }


.s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-content {
  
    align-items: center;
  
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90681a3c-dcb5-4026-8991-72b309aef675 {
      --shg-aspect-ratio: calc(1192/55); 
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
      position: relative;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-90681a3c-dcb5-4026-8991-72b309aef675 {
  
  
  
  
}

#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      aspect-ratio: 1192/55;
      width: 100%;
      height: 100%;
    }

    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-link {
      aspect-ratio: 1192/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
    
    
  }


.s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-content {
  
    align-items: center;
  
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90681a3c-dcb5-4026-8991-72b309aef675 {
      --shg-aspect-ratio: calc(1192/55); 
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
      position: relative;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-90681a3c-dcb5-4026-8991-72b309aef675 {
  
  
  
  
}

#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      aspect-ratio: 1192/55;
      width: 100%;
      height: 100%;
    }

    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-link {
      aspect-ratio: 1192/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
    
    
  }


.s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-content {
  
    align-items: center;
  
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90681a3c-dcb5-4026-8991-72b309aef675 {
      --shg-aspect-ratio: calc(1192/55); 
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
      position: relative;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-90681a3c-dcb5-4026-8991-72b309aef675 {
  
  
  
  
}

#s-90681a3c-dcb5-4026-8991-72b309aef675 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      aspect-ratio: 1192/55;
      width: 100%;
      height: 100%;
    }

    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-link {
      aspect-ratio: 1192/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90681a3c-dcb5-4026-8991-72b309aef675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
    
    
  }


.s-90681a3c-dcb5-4026-8991-72b309aef675 .shogun-image-content {
  
    align-items: center;
  
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90681a3c-dcb5-4026-8991-72b309aef675 {
      --shg-aspect-ratio: calc(1192/55); 
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container {
      position: relative;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90681a3c-dcb5-4026-8991-72b309aef675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2a25b191-ab92-4fa0-b0d2-f022688f90bd {
  margin-left: 20%;
margin-right: auto;
padding-bottom: 5%;
max-width: 80%;
}
@media (max-width: 767px){#s-2a25b191-ab92-4fa0-b0d2-f022688f90bd {
  margin-left: 5%;
max-width: 190%;
}
}
#s-5e290a98-fb29-4e20-8feb-67b13c693b8a {
  margin-left: 40%;
margin-right: -40%;
padding-top: 10em;
padding-right: 0%;
max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5e290a98-fb29-4e20-8feb-67b13c693b8a {
  margin-left: 5%;
padding-left: 14%;
}
}@media (max-width: 767px){#s-5e290a98-fb29-4e20-8feb-67b13c693b8a {
  margin-left: 5%;
margin-right: 0%;
padding-top: 5em;
}
}
#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin-left: 40%;
margin-right: -40%;
max-width: 100%;
aspect-ratio: 1166/55;
text-align: left;
}
@media (max-width: 767px){#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin-left: 5%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin-left: 40%;
  margin-right: -40%;
  
  
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      aspect-ratio: 1166/55;
      width: 100%;
      height: 100%;
    }

    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-link {
      aspect-ratio: 1166/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
    
    
  }


.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
      --shg-aspect-ratio: calc(1166/55); 
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
      position: relative;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  
  
  
  
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      aspect-ratio: 1166/55;
      width: 100%;
      height: 100%;
    }

    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-link {
      aspect-ratio: 1166/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
    
    
  }


.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
      --shg-aspect-ratio: calc(1166/55); 
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
      position: relative;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  
  
  
  
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      aspect-ratio: 1166/55;
      width: 100%;
      height: 100%;
    }

    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-link {
      aspect-ratio: 1166/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
    
    
  }


.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
      --shg-aspect-ratio: calc(1166/55); 
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
      position: relative;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  
  
  
  
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      aspect-ratio: 1166/55;
      width: 100%;
      height: 100%;
    }

    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-link {
      aspect-ratio: 1166/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
    
    
  }


.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
      --shg-aspect-ratio: calc(1166/55); 
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
      position: relative;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin-left: 5%;
  margin-right: 0%;
  
  
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      aspect-ratio: 1166/55;
      width: 100%;
      height: 100%;
    }

    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-link {
      aspect-ratio: 1166/55;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
    
    
  }


.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f .shogun-image-content {
  
    align-items: center;
  
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f {
      --shg-aspect-ratio: calc(1166/55); 
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container {
      position: relative;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2ecb3b6-b12a-44c6-bb74-9392902ec68f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-12520021-bd33-434c-9a44-6cc9cdafaa1a {
  margin-left: 40%;
margin-right: -40%;
padding-bottom: 5%;
max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-12520021-bd33-434c-9a44-6cc9cdafaa1a {
  margin-left: 5%;
padding-left: 14%;
max-width: 190%;
}
}@media (max-width: 767px){#s-12520021-bd33-434c-9a44-6cc9cdafaa1a {
  margin-left: 5%;
margin-right: 0%;
max-width: 100%;
}
}
#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin-left: 10%;
margin-right: -30%;
max-width: 601px;
aspect-ratio: 601/118;
text-align: center;
}
@media (max-width: 767px){#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin-left: 10%;
  margin-right: -30%;
  
  
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      aspect-ratio: 601/118;
      width: 100%;
      height: 100%;
    }

    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-link {
      aspect-ratio: 601/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
    
    
  }


.s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
      --shg-aspect-ratio: calc(601/118); 
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
      position: relative;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  
  
  
  
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      aspect-ratio: 601/118;
      width: 100%;
      height: 100%;
    }

    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-link {
      aspect-ratio: 601/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
    
    
  }


.s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
      --shg-aspect-ratio: calc(601/118); 
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
      position: relative;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  
  
  
  
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      aspect-ratio: 601/118;
      width: 100%;
      height: 100%;
    }

    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-link {
      aspect-ratio: 601/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
    
    
  }


.s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
      --shg-aspect-ratio: calc(601/118); 
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
      position: relative;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  
  
  
  
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      aspect-ratio: 601/118;
      width: 100%;
      height: 100%;
    }

    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-link {
      aspect-ratio: 601/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
    
    
  }


.s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
      --shg-aspect-ratio: calc(601/118); 
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
      position: relative;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      aspect-ratio: 601/118;
      width: 100%;
      height: 100%;
    }

    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-link {
      aspect-ratio: 601/118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
    
    
  }


.s-b8ed9c89-5649-412d-a26e-611fe3d2affe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe {
      --shg-aspect-ratio: calc(601/118); 
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container {
      position: relative;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ed9c89-5649-412d-a26e-611fe3d2affe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin-left: auto;
margin-right: auto;
max-width: 796px;
aspect-ratio: 796/1232;
text-align: right;
}
@media (max-width: 767px){#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin-left: 5%;
max-width: 100%;
}
}


.shg-image-margin-container-s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      aspect-ratio: 796/1232;
      width: 100%;
      height: 100%;
    }

    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-link {
      aspect-ratio: 796/1232;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
      --shg-aspect-ratio: calc(796/1232); 
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
      position: relative;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  
  
  
  
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      aspect-ratio: 796/1232;
      width: 100%;
      height: 100%;
    }

    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-link {
      aspect-ratio: 796/1232;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
      --shg-aspect-ratio: calc(796/1232); 
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
      position: relative;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  
  
  
  
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      aspect-ratio: 796/1232;
      width: 100%;
      height: 100%;
    }

    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-link {
      aspect-ratio: 796/1232;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
      --shg-aspect-ratio: calc(796/1232); 
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
      position: relative;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  
  
  
  
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      aspect-ratio: 796/1232;
      width: 100%;
      height: 100%;
    }

    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-link {
      aspect-ratio: 796/1232;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
      --shg-aspect-ratio: calc(796/1232); 
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
      position: relative;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin-left: 5%;
  
  
  
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      aspect-ratio: 796/1232;
      width: 100%;
      height: 100%;
    }

    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-link {
      aspect-ratio: 796/1232;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c {
      --shg-aspect-ratio: calc(796/1232); 
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container {
      position: relative;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb6610ca-86f9-4e2b-b6be-ebbc70e4495c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2cb64966-d0a7-4d5d-a8ac-f00ba3148a93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(42, 42, 42, 1);
background-attachment: scroll;
}








#s-2cb64966-d0a7-4d5d-a8ac-f00ba3148a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cb64966-d0a7-4d5d-a8ac-f00ba3148a93.shg-box.shg-c {
  justify-content: center;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin-left: auto;
margin-right: auto;
max-width: 1732px;
aspect-ratio: 1732/1669;
text-align: center;
}



.shg-image-margin-container-s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      aspect-ratio: 1732/1669;
      width: 100%;
      height: 100%;
    }

    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-link {
      aspect-ratio: 1732/1669;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
    
    
  }


.s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-content {
  
    align-items: center;
  
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
      --shg-aspect-ratio: calc(1732/1669); 
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
      position: relative;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  
  
  
  
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      aspect-ratio: 1732/1669;
      width: 100%;
      height: 100%;
    }

    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-link {
      aspect-ratio: 1732/1669;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
    
    
  }


.s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-content {
  
    align-items: center;
  
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
      --shg-aspect-ratio: calc(1732/1669); 
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
      position: relative;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  
  
  
  
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      aspect-ratio: 1732/1669;
      width: 100%;
      height: 100%;
    }

    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-link {
      aspect-ratio: 1732/1669;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
    
    
  }


.s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-content {
  
    align-items: center;
  
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
      --shg-aspect-ratio: calc(1732/1669); 
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
      position: relative;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  
  
  
  
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      aspect-ratio: 1732/1669;
      width: 100%;
      height: 100%;
    }

    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-link {
      aspect-ratio: 1732/1669;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
    
    
  }


.s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-content {
  
    align-items: center;
  
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
      --shg-aspect-ratio: calc(1732/1669); 
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
      position: relative;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  
  
  
  
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      aspect-ratio: 1732/1669;
      width: 100%;
      height: 100%;
    }

    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-link {
      aspect-ratio: 1732/1669;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
    
    
  }


.s-11dcd110-bfc4-462c-a7f1-d850cd4645de .shogun-image-content {
  
    align-items: center;
  
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de {
      --shg-aspect-ratio: calc(1732/1669); 
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container {
      position: relative;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dcd110-bfc4-462c-a7f1-d850cd4645de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4b8b9410-042f-4068-b4d9-edf920f9e036 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(42, 42, 42, 1);
}








#s-4b8b9410-042f-4068-b4d9-edf920f9e036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b8b9410-042f-4068-b4d9-edf920f9e036.shg-box.shg-c {
  justify-content: center;
}

#s-cd9beab3-d690-4209-840c-dd1270cdd2fb {
  margin-left: 7%;
margin-right: 0%;
}
@media (max-width: 767px){#s-cd9beab3-d690-4209-840c-dd1270cdd2fb {
  margin-left: 5%;
margin-bottom: 1%;
}
}
#s-8ec0a4db-30a9-4dcb-a963-d758cc348810 {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-8ec0a4db-30a9-4dcb-a963-d758cc348810 {
  margin-left: 5%;
margin-bottom: 1%;
}
}
#s-b8a78649-d6a1-46c9-87fe-21dbc376d488 {
  margin-left: 7%;
margin-right: 0%;
}
@media (max-width: 767px){#s-b8a78649-d6a1-46c9-87fe-21dbc376d488 {
  margin-left: 5%;
margin-bottom: 1%;
}
}
#s-0cb53ee1-1d5d-44c8-a458-10f87c34f866 {
  margin-left: 7%;
margin-right: 0%;
}
@media (max-width: 767px){#s-0cb53ee1-1d5d-44c8-a458-10f87c34f866 {
  margin-left: 5%;
margin-bottom: 1%;
}
}
#s-da24394f-276e-48f1-b675-c05d43466a7f {
  margin-left: 7%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 10%;
}
@media (max-width: 767px){#s-da24394f-276e-48f1-b675-c05d43466a7f {
  margin-left: 5%;
}
}
/*
  $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}