.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-af87e192-e4bb-41e2-952e-8a4962fcd586"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af87e192-e4bb-41e2-952e-8a4962fcd586"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af87e192-e4bb-41e2-952e-8a4962fcd586"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af87e192-e4bb-41e2-952e-8a4962fcd586"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-ac0393e3-53a1-4cfa-b6ca-70d23e252303 {
  min-height: 50px;
}








#s-ac0393e3-53a1-4cfa-b6ca-70d23e252303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0393e3-53a1-4cfa-b6ca-70d23e252303.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 {
  display: none;
}
#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1, #wrap-s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 {
  display: none;
}
#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1, #wrap-s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 {
  display: none;
}
#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1, #wrap-s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 { display: none !important; }}
#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 .shg-sld-nav-button.shg-sld-left,
#s-3da0ed97-69f7-4eae-bb88-b251c02bbee1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ab08cd35-652d-47c1-8223-e7251631012d {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}
@media (min-width: 1200px){#s-ab08cd35-652d-47c1-8223-e7251631012d {
  display: none;
}
#s-ab08cd35-652d-47c1-8223-e7251631012d, #wrap-s-ab08cd35-652d-47c1-8223-e7251631012d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab08cd35-652d-47c1-8223-e7251631012d {
  display: none;
}
#s-ab08cd35-652d-47c1-8223-e7251631012d, #wrap-s-ab08cd35-652d-47c1-8223-e7251631012d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab08cd35-652d-47c1-8223-e7251631012d {
  display: none;
}
#s-ab08cd35-652d-47c1-8223-e7251631012d, #wrap-s-ab08cd35-652d-47c1-8223-e7251631012d { display: none !important; }}




  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image,
  #s-ab08cd35-652d-47c1-8223-e7251631012d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d {
    width: 100%;
    height: auto;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
    
    
  }


.s-ab08cd35-652d-47c1-8223-e7251631012d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab08cd35-652d-47c1-8223-e7251631012d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
      position: relative;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image,
  #s-ab08cd35-652d-47c1-8223-e7251631012d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d {
    width: 100%;
    height: auto;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
    
    
  }


.s-ab08cd35-652d-47c1-8223-e7251631012d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab08cd35-652d-47c1-8223-e7251631012d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
      position: relative;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image,
  #s-ab08cd35-652d-47c1-8223-e7251631012d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d {
    width: 100%;
    height: auto;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
    
    
  }


.s-ab08cd35-652d-47c1-8223-e7251631012d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab08cd35-652d-47c1-8223-e7251631012d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
      position: relative;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image,
  #s-ab08cd35-652d-47c1-8223-e7251631012d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d {
    width: 100%;
    height: auto;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
    
    
  }


.s-ab08cd35-652d-47c1-8223-e7251631012d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab08cd35-652d-47c1-8223-e7251631012d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
      position: relative;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image,
  #s-ab08cd35-652d-47c1-8223-e7251631012d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d {
    width: 100%;
    height: auto;
  }

  #s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
    
    
  }


.s-ab08cd35-652d-47c1-8223-e7251631012d .shogun-image-content {
  
    align-items: center;
  
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ab08cd35-652d-47c1-8223-e7251631012d {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container {
      position: relative;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab08cd35-652d-47c1-8223-e7251631012d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-d94ca700-834e-4818-8ec9-077512ce1c9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d94ca700-834e-4818-8ec9-077512ce1c9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d94ca700-834e-4818-8ec9-077512ce1c9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d94ca700-834e-4818-8ec9-077512ce1c9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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;
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
  text-transform: none;
  font-weight: 400;
  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-3f48751c-e42a-4c0b-b671-ce928bff36a7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f48751c-e42a-4c0b-b671-ce928bff36a7 .shogun-heading-component h1 {
  color: rgba(146, 58, 127, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-f73c1ab1-6060-4d0c-9867-5b7db70524e6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f73c1ab1-6060-4d0c-9867-5b7db70524e6 .shogun-heading-component h1 {
  color: rgba(146, 58, 127, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b7bf32d7-402c-44ac-b284-dea121a62fe2 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 6px;
padding-bottom: 6px;
}

@media (min-width: 0px) {
[id="s-b7bf32d7-402c-44ac-b284-dea121a62fe2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b7bf32d7-402c-44ac-b284-dea121a62fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7bf32d7-402c-44ac-b284-dea121a62fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7bf32d7-402c-44ac-b284-dea121a62fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-c4b1e640-970f-47ea-8316-1f920c6aa8e8-root {
    text-align: center;
  }


#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4b1e640-970f-47ea-8316-1f920c6aa8e8-root {
    text-align: center;
  }


#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4b1e640-970f-47ea-8316-1f920c6aa8e8-root {
    text-align: center;
  }


#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4b1e640-970f-47ea-8316-1f920c6aa8e8-root {
    text-align: center;
  }


#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4b1e640-970f-47ea-8316-1f920c6aa8e8-root {
    text-align: center;
  }


#s-c4b1e640-970f-47ea-8316-1f920c6aa8e8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-604e5512-f094-410b-9483-c0c08f54444c {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-604e5512-f094-410b-9483-c0c08f54444c:hover {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-604e5512-f094-410b-9483-c0c08f54444c:active {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-604e5512-f094-410b-9483-c0c08f54444c-root {
    text-align: center;
  }


#s-604e5512-f094-410b-9483-c0c08f54444c.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-604e5512-f094-410b-9483-c0c08f54444c-root {
    text-align: center;
  }


#s-604e5512-f094-410b-9483-c0c08f54444c.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-604e5512-f094-410b-9483-c0c08f54444c-root {
    text-align: center;
  }


#s-604e5512-f094-410b-9483-c0c08f54444c.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-604e5512-f094-410b-9483-c0c08f54444c-root {
    text-align: center;
  }


#s-604e5512-f094-410b-9483-c0c08f54444c.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-604e5512-f094-410b-9483-c0c08f54444c-root {
    text-align: center;
  }


#s-604e5512-f094-410b-9483-c0c08f54444c.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-6e6573e5-7256-4d3e-a2d9-3b0dd64e0439 {
  min-height: 50px;
}








#s-6e6573e5-7256-4d3e-a2d9-3b0dd64e0439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e6573e5-7256-4d3e-a2d9-3b0dd64e0439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f1bfd46-85b3-4b9e-a62a-c84bfc709ce9 {
  min-height: 50px;
}








#s-1f1bfd46-85b3-4b9e-a62a-c84bfc709ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1bfd46-85b3-4b9e-a62a-c84bfc709ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e69fdb9-d87c-4a43-9e3c-475c937550f4 {
  min-height: 50px;
}








#s-9e69fdb9-d87c-4a43-9e3c-475c937550f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e69fdb9-d87c-4a43-9e3c-475c937550f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image,
  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
    width: 100%;
    height: auto;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
    
    
  }


.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shogun-image-content {
  
    align-items: center;
  
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
      position: relative;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image,
  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
    width: 100%;
    height: auto;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
    
    
  }


.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shogun-image-content {
  
    align-items: center;
  
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
      position: relative;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image,
  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
    width: 100%;
    height: auto;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
    
    
  }


.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shogun-image-content {
  
    align-items: center;
  
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
      position: relative;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image,
  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
    width: 100%;
    height: auto;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
    
    
  }


.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shogun-image-content {
  
    align-items: center;
  
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
      position: relative;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image,
  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
    width: 100%;
    height: auto;
  }

  #s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
    
    
  }


.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c .shogun-image-content {
  
    align-items: center;
  
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container {
      position: relative;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce850fa-cc25-4f31-bbb7-73d682a3b20c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d490f073-9235-4667-bd8e-6d506d41922b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d490f073-9235-4667-bd8e-6d506d41922b .shogun-heading-component h1 {
  color: rgba(229, 20, 112, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4afe0161-aebc-4534-a86c-43cb33793ca7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4afe0161-aebc-4534-a86c-43cb33793ca7 .shogun-heading-component h1 {
  color: rgba(0, 36, 91, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-00fbf150-369f-446a-8203-7c389861fcbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-00fbf150-369f-446a-8203-7c389861fcbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00fbf150-369f-446a-8203-7c389861fcbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00fbf150-369f-446a-8203-7c389861fcbf-root {
    text-align: center;
  }


#s-00fbf150-369f-446a-8203-7c389861fcbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00fbf150-369f-446a-8203-7c389861fcbf-root {
    text-align: center;
  }


#s-00fbf150-369f-446a-8203-7c389861fcbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00fbf150-369f-446a-8203-7c389861fcbf-root {
    text-align: center;
  }


#s-00fbf150-369f-446a-8203-7c389861fcbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00fbf150-369f-446a-8203-7c389861fcbf-root {
    text-align: center;
  }


#s-00fbf150-369f-446a-8203-7c389861fcbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00fbf150-369f-446a-8203-7c389861fcbf-root {
    text-align: center;
  }


#s-00fbf150-369f-446a-8203-7c389861fcbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
  font-weight: 400;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
  font-weight: 400;
}

#s-35620fbc-da1c-4385-8645-d5249485497a {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
min-height: 50px;
}








#s-35620fbc-da1c-4385-8645-d5249485497a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35620fbc-da1c-4385-8645-d5249485497a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfd87b0a-9de1-4b49-bbcb-9cf5bdacf40e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-bfd87b0a-9de1-4b49-bbcb-9cf5bdacf40e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfd87b0a-9de1-4b49-bbcb-9cf5bdacf40e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bff7222-9c98-4f4d-ad8b-93f89882bd42 {
  margin-top: 1px;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 5%;
}

#s-0497f157-fd07-401d-b877-8354707f33bb {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image,
  #s-0497f157-fd07-401d-b877-8354707f33bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb {
    width: 100%;
    height: auto;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
    
    
  }


.s-0497f157-fd07-401d-b877-8354707f33bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0497f157-fd07-401d-b877-8354707f33bb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
      position: relative;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image,
  #s-0497f157-fd07-401d-b877-8354707f33bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb {
    width: 100%;
    height: auto;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
    
    
  }


.s-0497f157-fd07-401d-b877-8354707f33bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0497f157-fd07-401d-b877-8354707f33bb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
      position: relative;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image,
  #s-0497f157-fd07-401d-b877-8354707f33bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb {
    width: 100%;
    height: auto;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
    
    
  }


.s-0497f157-fd07-401d-b877-8354707f33bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0497f157-fd07-401d-b877-8354707f33bb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
      position: relative;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image,
  #s-0497f157-fd07-401d-b877-8354707f33bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb {
    width: 100%;
    height: auto;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
    
    
  }


.s-0497f157-fd07-401d-b877-8354707f33bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0497f157-fd07-401d-b877-8354707f33bb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
      position: relative;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image,
  #s-0497f157-fd07-401d-b877-8354707f33bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb {
    width: 100%;
    height: auto;
  }

  #s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
    
    
  }


.s-0497f157-fd07-401d-b877-8354707f33bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0497f157-fd07-401d-b877-8354707f33bb {
      --shg-aspect-ratio: calc(1000/1250); 
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container {
      position: relative;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0497f157-fd07-401d-b877-8354707f33bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-14ace4ac-23f5-4200-b15f-f29520b5aaa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14ace4ac-23f5-4200-b15f-f29520b5aaa1 .shogun-heading-component h1 {
  color: rgba(229, 20, 112, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-268d0bbc-2d0e-465d-856b-0aeae9ce909a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-268d0bbc-2d0e-465d-856b-0aeae9ce909a .shogun-heading-component h1 {
  color: rgba(0, 36, 91, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddca7ea4-3c6c-434c-be94-301e52d45bf0-root {
    text-align: center;
  }


#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddca7ea4-3c6c-434c-be94-301e52d45bf0-root {
    text-align: center;
  }


#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddca7ea4-3c6c-434c-be94-301e52d45bf0-root {
    text-align: center;
  }


#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddca7ea4-3c6c-434c-be94-301e52d45bf0-root {
    text-align: center;
  }


#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddca7ea4-3c6c-434c-be94-301e52d45bf0-root {
    text-align: center;
  }


#s-ddca7ea4-3c6c-434c-be94-301e52d45bf0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-5e9353ce-79d9-47d0-8de7-01dd03390eba {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
min-height: 50px;
}








#s-5e9353ce-79d9-47d0-8de7-01dd03390eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e9353ce-79d9-47d0-8de7-01dd03390eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f36031-ffcf-4e93-8a07-b4448f8c4004 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-81f36031-ffcf-4e93-8a07-b4448f8c4004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f36031-ffcf-4e93-8a07-b4448f8c4004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52f987ad-e674-4a3a-ac55-0135d8fe4417 {
  margin-top: 1px;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 5%;
}

#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
background-color: rgba(146, 58, 127, 1);
}
@media (min-width: 1200px){#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 {
  display: none;
}
#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0, #wrap-s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 {
  display: none;
}
#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0, #wrap-s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 {
  display: none;
}
#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0, #wrap-s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 { display: none !important; }}







#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d7459d-5428-4023-8561-2db4d6ce2ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-061f4308-c610-4ffe-8d45-e50230d673eb {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 1200px){#s-061f4308-c610-4ffe-8d45-e50230d673eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-061f4308-c610-4ffe-8d45-e50230d673eb {
  display: none;
}
#s-061f4308-c610-4ffe-8d45-e50230d673eb, #wrap-s-061f4308-c610-4ffe-8d45-e50230d673eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-061f4308-c610-4ffe-8d45-e50230d673eb {
  display: none;
}
#s-061f4308-c610-4ffe-8d45-e50230d673eb, #wrap-s-061f4308-c610-4ffe-8d45-e50230d673eb { display: none !important; }}
#s-061f4308-c610-4ffe-8d45-e50230d673eb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-061f4308-c610-4ffe-8d45-e50230d673eb .shg-sld-nav-button.shg-sld-left,
#s-061f4308-c610-4ffe-8d45-e50230d673eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ced16b93-671e-439f-b2cd-42e30055ea10 {
  margin-left: -3%;
margin-right: -3%;
}

#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 {
  margin-top: 23px;
margin-left: 8%;
margin-bottom: 23px;
margin-right: 8%;
}
@media (min-width: 1200px){#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 {
  display: none;
}
#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4, #wrap-s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 {
  display: none;
}
#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4, #wrap-s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 {
  display: none;
}
#s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4, #wrap-s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-9a5c7f10-ca7c-4f9a-8154-166a0c209ec4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-280847b4-60c3-4357-9ef5-8a808c95df54 {
  margin-left: 0%;
margin-right: 0%;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
  max-width: 3000px;
aspect-ratio: 3000/1200;
text-align: center;
}
@media (min-width: 1200px){#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
  display: none;
}
#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7, #wrap-s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
  display: none;
}
#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7, #wrap-s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
  display: unset;
}
#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7, #wrap-s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 { display: unset !important; }}@media (max-width: 767px){#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
  display: none;
}
#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7, #wrap-s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 { display: none !important; }}




  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image,
  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
    width: 100%;
    height: auto;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
    
    
  }


.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
      position: relative;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image,
  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
    width: 100%;
    height: auto;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
    
    
  }


.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
      position: relative;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image,
  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
    width: 100%;
    height: auto;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
    
    
  }


.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
      position: relative;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image,
  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
    width: 100%;
    height: auto;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
    
    
  }


.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
      position: relative;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image,
  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
    width: 100%;
    height: auto;
  }

  #s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
    
    
  }


.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container {
      position: relative;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e32d2b-dc10-434f-9cf0-a3240738b0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e9178e41-409c-42e4-a68c-ab7ae8877dee {
  margin-top: 43px;
margin-left: 0%;
margin-bottom: 43px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e9178e41-409c-42e4-a68c-ab7ae8877dee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9178e41-409c-42e4-a68c-ab7ae8877dee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9178e41-409c-42e4-a68c-ab7ae8877dee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9178e41-409c-42e4-a68c-ab7ae8877dee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-42197a6c-b3d3-4b07-b21c-6a69ddc43c8a {
  margin-top: 0px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -6%;
padding-top: 7px;
padding-left: 0%;
padding-bottom: 7px;
padding-right: 0%;
text-align: center;
}

#s-42197a6c-b3d3-4b07-b21c-6a69ddc43c8a .shogun-heading-component h1 {
  color: rgba(146, 58, 127, 1);
  font-weight:  600 ;
  font-family: "Barlow Semi Condensed";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-65dc3a44-221a-4d6b-998c-e8a5e9b67fe1 {
  margin-left: -7%;
margin-right: -7%;
padding-top: 2px;
padding-left: 0%;
padding-bottom: 2px;
padding-right: 0%;
text-align: center;
}

#s-65dc3a44-221a-4d6b-998c-e8a5e9b67fe1 .shogun-heading-component h3 {
  color: rgba(146, 58, 127, 1);
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-ed4652ae-db63-4c1e-9f76-1a135f19d106 {
  margin-left: -6%;
margin-right: -6%;
padding-top: 6px;
padding-left: 0%;
padding-bottom: 6px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-ed4652ae-db63-4c1e-9f76-1a135f19d106"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed4652ae-db63-4c1e-9f76-1a135f19d106"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed4652ae-db63-4c1e-9f76-1a135f19d106"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed4652ae-db63-4c1e-9f76-1a135f19d106"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-34c1c40e-a044-4c11-b2be-da23421958c0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34c1c40e-a044-4c11-b2be-da23421958c0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-34c1c40e-a044-4c11-b2be-da23421958c0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-34c1c40e-a044-4c11-b2be-da23421958c0-root {
    text-align: left;
  }


#s-34c1c40e-a044-4c11-b2be-da23421958c0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34c1c40e-a044-4c11-b2be-da23421958c0-root {
    text-align: left;
  }


#s-34c1c40e-a044-4c11-b2be-da23421958c0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34c1c40e-a044-4c11-b2be-da23421958c0-root {
    text-align: left;
  }


#s-34c1c40e-a044-4c11-b2be-da23421958c0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34c1c40e-a044-4c11-b2be-da23421958c0-root {
    text-align: left;
  }


#s-34c1c40e-a044-4c11-b2be-da23421958c0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34c1c40e-a044-4c11-b2be-da23421958c0-root {
    text-align: left;
  }


#s-34c1c40e-a044-4c11-b2be-da23421958c0.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91 {
  border-style: solid;
margin-left: -41%;
margin-right: -41%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91:hover {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91:active {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e8ec3778-e5b1-4520-ba08-0bb7409eda91-root {
    text-align: left;
  }


#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8ec3778-e5b1-4520-ba08-0bb7409eda91-root {
    text-align: left;
  }


#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8ec3778-e5b1-4520-ba08-0bb7409eda91-root {
    text-align: left;
  }


#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8ec3778-e5b1-4520-ba08-0bb7409eda91-root {
    text-align: left;
  }


#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8ec3778-e5b1-4520-ba08-0bb7409eda91-root {
    text-align: left;
  }


#s-e8ec3778-e5b1-4520-ba08-0bb7409eda91.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-d896134d-30a1-4e29-9a7d-9fe259dfc9b4 {
  min-height: 50px;
}








#s-d896134d-30a1-4e29-9a7d-9fe259dfc9b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d896134d-30a1-4e29-9a7d-9fe259dfc9b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 0px;
max-width: 2000px;
background-color: rgba(146, 58, 127, 1);
}
@media (min-width: 1200px){#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 {
  display: none;
}
#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26, #wrap-s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 {
  display: none;
}
#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26, #wrap-s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 { display: none !important; }}@media (max-width: 767px){#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 {
  display: none;
}
#s-db5702a4-de66-48a8-a7f0-c1fb3f750e26, #wrap-s-db5702a4-de66-48a8-a7f0-c1fb3f750e26 { display: none !important; }}
@media (min-width: 0px) {
[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db5702a4-de66-48a8-a7f0-c1fb3f750e26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b8fc9f9e-c640-4d93-8f40-a6c519f58ce5 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-63240636-bd5b-4fa8-a9a6-5e24f6014b64 {
  margin-top: 3px;
margin-left: -26%;
margin-bottom: 3px;
margin-right: -26%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
background-color: rgba(239, 239, 239, 0);
}

#s-c3cb4a4e-ac50-4b8d-b400-db3c621d5ef1 {
  margin-top: 3px;
margin-left: -1%;
margin-bottom: 3px;
margin-right: -1%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}

#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b {
  display: none;
}
#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b, #wrap-s-99e7e8de-3820-4dc0-8623-d8415ac14a6b { display: none !important; }}
#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b .shg-sld-nav-button.shg-sld-left,
#s-99e7e8de-3820-4dc0-8623-d8415ac14a6b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
  max-width: 3000px;
aspect-ratio: 3000/1200;
text-align: center;
}





  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image,
  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
    width: 100%;
    height: auto;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
    
    
  }


.s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
      position: relative;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image,
  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
    width: 100%;
    height: auto;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
    
    
  }


.s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
      position: relative;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image,
  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
    width: 100%;
    height: auto;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
    
    
  }


.s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
      position: relative;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image,
  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
    width: 100%;
    height: auto;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
    
    
  }


.s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
      position: relative;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image,
  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
    width: 100%;
    height: auto;
  }

  #s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
    
    
  }


.s-096502f2-bba3-4211-a971-8d1e9cdb29d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container {
      position: relative;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-096502f2-bba3-4211-a971-8d1e9cdb29d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3045db85-a6f6-481b-86b4-a8d9dc200f4e {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3045db85-a6f6-481b-86b4-a8d9dc200f4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-23145069-2f98-4b4d-89b8-532c1d499805 {
  min-height: 50px;
}








#s-23145069-2f98-4b4d-89b8-532c1d499805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23145069-2f98-4b4d-89b8-532c1d499805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc9cbf60-ea06-4665-a6d4-5fca7c9e6280 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc9cbf60-ea06-4665-a6d4-5fca7c9e6280 .shogun-heading-component h1 {
  color: rgba(229, 20, 112, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-4f5c2e58-a127-4b75-a71b-6e4fb0525723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f5c2e58-a127-4b75-a71b-6e4fb0525723 .shogun-heading-component h1 {
  color: rgba(0, 36, 91, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-259928fb-6e16-4bcc-b65f-61178f4bfe3e-root {
    text-align: center;
  }


#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-259928fb-6e16-4bcc-b65f-61178f4bfe3e-root {
    text-align: center;
  }


#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-259928fb-6e16-4bcc-b65f-61178f4bfe3e-root {
    text-align: center;
  }


#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-259928fb-6e16-4bcc-b65f-61178f4bfe3e-root {
    text-align: center;
  }


#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-259928fb-6e16-4bcc-b65f-61178f4bfe3e-root {
    text-align: center;
  }


#s-259928fb-6e16-4bcc-b65f-61178f4bfe3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-8d29b670-1332-4fd2-854e-3e02f45f513f {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-8d29b670-1332-4fd2-854e-3e02f45f513f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d29b670-1332-4fd2-854e-3e02f45f513f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
  max-width: 3000px;
aspect-ratio: 3000/1200;
text-align: center;
}





  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image,
  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
    width: 100%;
    height: auto;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
    
    
  }


.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
      position: relative;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image,
  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
    width: 100%;
    height: auto;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
    
    
  }


.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
      position: relative;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image,
  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
    width: 100%;
    height: auto;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
    
    
  }


.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
      position: relative;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image,
  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
    width: 100%;
    height: auto;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
    
    
  }


.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
      position: relative;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image,
  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
    width: 100%;
    height: auto;
  }

  #s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
    
    
  }


.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd .shogun-image-content {
  
    align-items: center;
  
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container {
      position: relative;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2d13c60-ee6e-404c-88bd-ab64b87472cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7efad85f-5a73-4655-ad68-48f5a37a5980 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7efad85f-5a73-4655-ad68-48f5a37a5980"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-30aae631-09bf-44dd-93b3-df64cdaf3262 {
  min-height: 50px;
}








#s-30aae631-09bf-44dd-93b3-df64cdaf3262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30aae631-09bf-44dd-93b3-df64cdaf3262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1284df1a-e98c-4b08-a1f7-8ad0304bf246 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1284df1a-e98c-4b08-a1f7-8ad0304bf246 .shogun-heading-component h1 {
  color: rgba(229, 20, 112, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-1a957d5a-c850-4bb4-b987-d5d980f894a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a957d5a-c850-4bb4-b987-d5d980f894a6 .shogun-heading-component h1 {
  color: rgba(0, 36, 91, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-36557e2b-6871-499d-bf58-f1d79941752f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-36557e2b-6871-499d-bf58-f1d79941752f:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-36557e2b-6871-499d-bf58-f1d79941752f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36557e2b-6871-499d-bf58-f1d79941752f-root {
    text-align: center;
  }


#s-36557e2b-6871-499d-bf58-f1d79941752f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36557e2b-6871-499d-bf58-f1d79941752f-root {
    text-align: center;
  }


#s-36557e2b-6871-499d-bf58-f1d79941752f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36557e2b-6871-499d-bf58-f1d79941752f-root {
    text-align: center;
  }


#s-36557e2b-6871-499d-bf58-f1d79941752f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36557e2b-6871-499d-bf58-f1d79941752f-root {
    text-align: center;
  }


#s-36557e2b-6871-499d-bf58-f1d79941752f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36557e2b-6871-499d-bf58-f1d79941752f-root {
    text-align: center;
  }


#s-36557e2b-6871-499d-bf58-f1d79941752f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-5efd2a32-69f0-461e-b2bc-7bac039c5948 {
  margin-top: -8px;
margin-bottom: -8px;
min-height: 50px;
}








#s-5efd2a32-69f0-461e-b2bc-7bac039c5948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5efd2a32-69f0-461e-b2bc-7bac039c5948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
  max-width: 3000px;
aspect-ratio: 3000/1200;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
  display: none;
}
#s-c39dcb88-746a-4acc-b8d2-938aee688b16, #wrap-s-c39dcb88-746a-4acc-b8d2-938aee688b16 { display: none !important; }}@media (max-width: 767px){#s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
  display: none;
}
#s-c39dcb88-746a-4acc-b8d2-938aee688b16, #wrap-s-c39dcb88-746a-4acc-b8d2-938aee688b16 { display: none !important; }}




  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image,
  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
    width: 100%;
    height: auto;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
    
    
  }


.s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
      position: relative;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image,
  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
    width: 100%;
    height: auto;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
    
    
  }


.s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
      position: relative;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image,
  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
    width: 100%;
    height: auto;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
    
    
  }


.s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
      position: relative;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image,
  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
    width: 100%;
    height: auto;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
    
    
  }


.s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
      position: relative;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image,
  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
    width: 100%;
    height: auto;
  }

  #s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
    
    
  }


.s-c39dcb88-746a-4acc-b8d2-938aee688b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 {
      --shg-aspect-ratio: calc(3000/1200); 
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container {
      position: relative;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c39dcb88-746a-4acc-b8d2-938aee688b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-41cf854f-96ed-4868-b51f-a983b4751a5a {
  margin-top: 43px;
margin-left: 0%;
margin-bottom: 43px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-41cf854f-96ed-4868-b51f-a983b4751a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41cf854f-96ed-4868-b51f-a983b4751a5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41cf854f-96ed-4868-b51f-a983b4751a5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41cf854f-96ed-4868-b51f-a983b4751a5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff7115f4-e9a7-4913-b659-6dcb8429bba5 {
  margin-top: 0px;
margin-left: -6%;
margin-bottom: 0px;
margin-right: -6%;
padding-top: 7px;
padding-left: 0%;
padding-bottom: 7px;
padding-right: 0%;
text-align: center;
}

#s-ff7115f4-e9a7-4913-b659-6dcb8429bba5 .shogun-heading-component h1 {
  color: rgba(146, 58, 127, 1);
  font-weight:  600 ;
  font-family: "Barlow Semi Condensed";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: left;
}



#s-834ad285-f9ad-4605-ab13-0fde57e38b7a {
  margin-left: -6%;
margin-right: -6%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-834ad285-f9ad-4605-ab13-0fde57e38b7a .shogun-heading-component h3 {
  color: rgba(146, 58, 127, 1);
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-4f7899db-ff13-4c2c-872b-51a122342e8d {
  margin-left: -6%;
margin-right: -6%;
padding-top: 6px;
padding-left: 0%;
padding-bottom: 6px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-4f7899db-ff13-4c2c-872b-51a122342e8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f7899db-ff13-4c2c-872b-51a122342e8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f7899db-ff13-4c2c-872b-51a122342e8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f7899db-ff13-4c2c-872b-51a122342e8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8f435331-b010-4637-8dc9-55b906c85753 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f435331-b010-4637-8dc9-55b906c85753:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-8f435331-b010-4637-8dc9-55b906c85753:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-8f435331-b010-4637-8dc9-55b906c85753-root {
    text-align: left;
  }


#s-8f435331-b010-4637-8dc9-55b906c85753.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f435331-b010-4637-8dc9-55b906c85753-root {
    text-align: left;
  }


#s-8f435331-b010-4637-8dc9-55b906c85753.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f435331-b010-4637-8dc9-55b906c85753-root {
    text-align: left;
  }


#s-8f435331-b010-4637-8dc9-55b906c85753.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f435331-b010-4637-8dc9-55b906c85753-root {
    text-align: left;
  }


#s-8f435331-b010-4637-8dc9-55b906c85753.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f435331-b010-4637-8dc9-55b906c85753-root {
    text-align: left;
  }


#s-8f435331-b010-4637-8dc9-55b906c85753.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0 {
  border-style: solid;
margin-left: -62%;
margin-right: -62%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0:hover {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0:active {background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0-root {
    text-align: left;
  }


#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0-root {
    text-align: left;
  }


#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0-root {
    text-align: left;
  }


#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0-root {
    text-align: left;
  }


#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0-root {
    text-align: left;
  }


#s-24bcd32e-ffb8-4a49-a8bd-5ae3fd4f28d0.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-7cc008e5-8e70-471a-b3c0-564918a1ff02 {
  min-height: 50px;
}








#s-7cc008e5-8e70-471a-b3c0-564918a1ff02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc008e5-8e70-471a-b3c0-564918a1ff02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28819409-4801-4a18-a65f-c985b5ad7934 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-28819409-4801-4a18-a65f-c985b5ad7934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28819409-4801-4a18-a65f-c985b5ad7934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae61d97-1217-4919-81fd-70234551f9b0 {
  margin-top: -10px;
margin-left: -2%;
margin-bottom: -10px;
margin-right: -2%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 2000px;
background-color: rgba(146, 58, 127, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8ae61d97-1217-4919-81fd-70234551f9b0 {
  display: none;
}
#s-8ae61d97-1217-4919-81fd-70234551f9b0, #wrap-s-8ae61d97-1217-4919-81fd-70234551f9b0 { display: none !important; }}@media (max-width: 767px){#s-8ae61d97-1217-4919-81fd-70234551f9b0 {
  display: none;
}
#s-8ae61d97-1217-4919-81fd-70234551f9b0, #wrap-s-8ae61d97-1217-4919-81fd-70234551f9b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8ae61d97-1217-4919-81fd-70234551f9b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-99b253c2-721d-4529-85cf-70e57b943ab6 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99b253c2-721d-4529-85cf-70e57b943ab6 {
  display: unset;
}
#s-99b253c2-721d-4529-85cf-70e57b943ab6, #wrap-s-99b253c2-721d-4529-85cf-70e57b943ab6 { display: unset !important; }}
#s-c5907403-97eb-4291-b8b5-a543d9640e63 {
  margin-top: 3px;
margin-left: -26%;
margin-bottom: 3px;
margin-right: -26%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
background-color: rgba(239, 239, 239, 0);
}

#s-3e91b45b-ed0f-469c-be8b-eb761b5396ab {
  margin-top: 3px;
margin-left: -1%;
margin-bottom: 3px;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-94be795f-cab8-4f1e-8cff-17d8a339cba1 {
  margin-top: 23px;
margin-left: 8%;
margin-bottom: 23px;
margin-right: 8%;
}
@media (max-width: 767px){#s-94be795f-cab8-4f1e-8cff-17d8a339cba1 {
  display: none;
}
#s-94be795f-cab8-4f1e-8cff-17d8a339cba1, #wrap-s-94be795f-cab8-4f1e-8cff-17d8a339cba1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-94be795f-cab8-4f1e-8cff-17d8a339cba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.5px);
}

}

@media (min-width: 768px) {
[id="s-94be795f-cab8-4f1e-8cff-17d8a339cba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 992px) {
[id="s-94be795f-cab8-4f1e-8cff-17d8a339cba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.25px);
}

}

@media (min-width: 1200px) {
[id="s-94be795f-cab8-4f1e-8cff-17d8a339cba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.25px);
}

}

#s-25bd7183-cfa0-40e5-91bf-da5e28e10a9a {
  margin-left: 0%;
margin-right: 0%;
}

#s-60582cfc-df3f-489c-8963-6e5b12bdbdaa {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-60582cfc-df3f-489c-8963-6e5b12bdbdaa {
  display: none;
}
#s-60582cfc-df3f-489c-8963-6e5b12bdbdaa, #wrap-s-60582cfc-df3f-489c-8963-6e5b12bdbdaa { display: none !important; }}@media (max-width: 767px){#s-60582cfc-df3f-489c-8963-6e5b12bdbdaa {
  display: none;
}
#s-60582cfc-df3f-489c-8963-6e5b12bdbdaa, #wrap-s-60582cfc-df3f-489c-8963-6e5b12bdbdaa { display: none !important; }}
@media (min-width: 0px) {
[id="s-60582cfc-df3f-489c-8963-6e5b12bdbdaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60582cfc-df3f-489c-8963-6e5b12bdbdaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-60582cfc-df3f-489c-8963-6e5b12bdbdaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-60582cfc-df3f-489c-8963-6e5b12bdbdaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image,
  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
    width: 100%;
    height: auto;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
    
    
  }


.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
      position: relative;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image,
  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
    width: 100%;
    height: auto;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
    
    
  }


.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
      position: relative;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image,
  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
    width: 100%;
    height: auto;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
    
    
  }


.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
      position: relative;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image,
  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
    width: 100%;
    height: auto;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
    
    
  }


.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
      position: relative;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image,
  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
    width: 100%;
    height: auto;
  }

  #s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
    
    
  }


.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container {
      position: relative;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba69348f-7e48-454e-b2a6-fd6e6af2ecc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4afb11ec-0cb8-472c-84dd-c10c5acb956f {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4afb11ec-0cb8-472c-84dd-c10c5acb956f .shogun-heading-component h1 {
  color: rgba(39, 39, 39, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e045e9a4-41aa-499f-9893-83df40c4569e {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e045e9a4-41aa-499f-9893-83df40c4569e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-e045e9a4-41aa-499f-9893-83df40c4569e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-e045e9a4-41aa-499f-9893-83df40c4569e-root {
    text-align: left;
  }


#s-e045e9a4-41aa-499f-9893-83df40c4569e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e045e9a4-41aa-499f-9893-83df40c4569e-root {
    text-align: left;
  }


#s-e045e9a4-41aa-499f-9893-83df40c4569e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e045e9a4-41aa-499f-9893-83df40c4569e-root {
    text-align: left;
  }


#s-e045e9a4-41aa-499f-9893-83df40c4569e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e045e9a4-41aa-499f-9893-83df40c4569e-root {
    text-align: left;
  }


#s-e045e9a4-41aa-499f-9893-83df40c4569e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e045e9a4-41aa-499f-9893-83df40c4569e-root {
    text-align: left;
  }


#s-e045e9a4-41aa-499f-9893-83df40c4569e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}
#s-562c3f88-0272-4cf3-8649-f15c7e95f886:hover {border-radius: 7px !important;}




  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image,
  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
    width: 100%;
    height: auto;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
    
    
  }


.s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shogun-image-content {
  
    align-items: center;
  
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
      position: relative;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image,
  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
    width: 100%;
    height: auto;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
    
    
  }


.s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shogun-image-content {
  
    align-items: center;
  
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
      position: relative;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image,
  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
    width: 100%;
    height: auto;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
    
    
  }


.s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shogun-image-content {
  
    align-items: center;
  
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
      position: relative;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image,
  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
    width: 100%;
    height: auto;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
    
    
  }


.s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shogun-image-content {
  
    align-items: center;
  
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
      position: relative;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image,
  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
    width: 100%;
    height: auto;
  }

  #s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
    
    
  }


.s-562c3f88-0272-4cf3-8649-f15c7e95f886 .shogun-image-content {
  
    align-items: center;
  
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container {
      position: relative;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562c3f88-0272-4cf3-8649-f15c7e95f886 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ad624ad3-29f9-4ca1-8a4c-379d124cc4d1 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad624ad3-29f9-4ca1-8a4c-379d124cc4d1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4868cee7-ca92-4b03-9c47-b9b11a887851 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4868cee7-ca92-4b03-9c47-b9b11a887851:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-4868cee7-ca92-4b03-9c47-b9b11a887851:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-4868cee7-ca92-4b03-9c47-b9b11a887851-root {
    text-align: left;
  }


#s-4868cee7-ca92-4b03-9c47-b9b11a887851.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4868cee7-ca92-4b03-9c47-b9b11a887851-root {
    text-align: left;
  }


#s-4868cee7-ca92-4b03-9c47-b9b11a887851.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4868cee7-ca92-4b03-9c47-b9b11a887851-root {
    text-align: left;
  }


#s-4868cee7-ca92-4b03-9c47-b9b11a887851.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4868cee7-ca92-4b03-9c47-b9b11a887851-root {
    text-align: left;
  }


#s-4868cee7-ca92-4b03-9c47-b9b11a887851.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4868cee7-ca92-4b03-9c47-b9b11a887851-root {
    text-align: left;
  }


#s-4868cee7-ca92-4b03-9c47-b9b11a887851.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image,
  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
    width: 100%;
    height: auto;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
    
    
  }


.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
      position: relative;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image,
  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
    width: 100%;
    height: auto;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
    
    
  }


.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
      position: relative;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image,
  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
    width: 100%;
    height: auto;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
    
    
  }


.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
      position: relative;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image,
  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
    width: 100%;
    height: auto;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
    
    
  }


.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
      position: relative;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image,
  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
    width: 100%;
    height: auto;
  }

  #s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
    
    
  }


.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container {
      position: relative;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c64aa0a-7e17-4bc4-8e78-aefa17577540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8c67e17f-32d4-4170-a7ce-64a02863d9c3 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c67e17f-32d4-4170-a7ce-64a02863d9c3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-9b33ce62-5e94-4f43-b635-036493e4607d {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9b33ce62-5e94-4f43-b635-036493e4607d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-9b33ce62-5e94-4f43-b635-036493e4607d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-9b33ce62-5e94-4f43-b635-036493e4607d-root {
    text-align: left;
  }


#s-9b33ce62-5e94-4f43-b635-036493e4607d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b33ce62-5e94-4f43-b635-036493e4607d-root {
    text-align: left;
  }


#s-9b33ce62-5e94-4f43-b635-036493e4607d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b33ce62-5e94-4f43-b635-036493e4607d-root {
    text-align: left;
  }


#s-9b33ce62-5e94-4f43-b635-036493e4607d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b33ce62-5e94-4f43-b635-036493e4607d-root {
    text-align: left;
  }


#s-9b33ce62-5e94-4f43-b635-036493e4607d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b33ce62-5e94-4f43-b635-036493e4607d-root {
    text-align: left;
  }


#s-9b33ce62-5e94-4f43-b635-036493e4607d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3 {
  display: none;
}
#s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3, #wrap-s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3 { display: none !important; }}







#s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d6ce98-515e-4dcd-b83d-cef2cc0b8ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
  max-width: 3000px;
aspect-ratio: 3000/1089;
text-align: center;
}
@media (max-width: 767px){#s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
  display: none;
}
#s-f3e5e17f-9d11-4403-b06f-8860560cf064, #wrap-s-f3e5e17f-9d11-4403-b06f-8860560cf064 { display: none !important; }}




  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image,
  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
    width: 100%;
    height: auto;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
    
    
  }


.s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
      --shg-aspect-ratio: calc(3000/1089); 
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
      position: relative;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image,
  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
    width: 100%;
    height: auto;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
    
    
  }


.s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
      --shg-aspect-ratio: calc(3000/1089); 
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
      position: relative;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image,
  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
    width: 100%;
    height: auto;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
    
    
  }


.s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
      --shg-aspect-ratio: calc(3000/1089); 
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
      position: relative;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image,
  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
    width: 100%;
    height: auto;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
    
    
  }


.s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
      --shg-aspect-ratio: calc(3000/1089); 
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
      position: relative;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image,
  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
    width: 100%;
    height: auto;
  }

  #s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
    
    
  }


.s-f3e5e17f-9d11-4403-b06f-8860560cf064 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 {
      --shg-aspect-ratio: calc(3000/1089); 
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container {
      position: relative;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3e5e17f-9d11-4403-b06f-8860560cf064 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ab995dff-ff61-40dc-adff-e55a0c5c0269 {
  min-height: 50px;
}








#s-ab995dff-ff61-40dc-adff-e55a0c5c0269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab995dff-ff61-40dc-adff-e55a0c5c0269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8658e189-c1de-414b-ab6a-5c074ad8420d {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8658e189-c1de-414b-ab6a-5c074ad8420d {
  display: none;
}
#s-8658e189-c1de-414b-ab6a-5c074ad8420d, #wrap-s-8658e189-c1de-414b-ab6a-5c074ad8420d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8658e189-c1de-414b-ab6a-5c074ad8420d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-553980b2-8766-4a45-b06a-3d97f1393b0e {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-553980b2-8766-4a45-b06a-3d97f1393b0e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}



#s-b6dfe275-4fd7-4299-847d-72c986651ac4 {
  min-height: 50px;
}








#s-b6dfe275-4fd7-4299-847d-72c986651ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dfe275-4fd7-4299-847d-72c986651ac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd8ace6-b037-468c-b361-368debeb02f4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fdd8ace6-b037-468c-b361-368debeb02f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdd8ace6-b037-468c-b361-368debeb02f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd8ace6-b037-468c-b361-368debeb02f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd8ace6-b037-468c-b361-368debeb02f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3514a478-8077-4c02-a60a-99e13b933446 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3514a478-8077-4c02-a60a-99e13b933446:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3514a478-8077-4c02-a60a-99e13b933446:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3514a478-8077-4c02-a60a-99e13b933446-root {
    text-align: left;
  }


#s-3514a478-8077-4c02-a60a-99e13b933446.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3514a478-8077-4c02-a60a-99e13b933446-root {
    text-align: left;
  }


#s-3514a478-8077-4c02-a60a-99e13b933446.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3514a478-8077-4c02-a60a-99e13b933446-root {
    text-align: left;
  }


#s-3514a478-8077-4c02-a60a-99e13b933446.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3514a478-8077-4c02-a60a-99e13b933446-root {
    text-align: left;
  }


#s-3514a478-8077-4c02-a60a-99e13b933446.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3514a478-8077-4c02-a60a-99e13b933446-root {
    text-align: left;
  }


#s-3514a478-8077-4c02-a60a-99e13b933446.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a {
  border-style: solid;
margin-left: -55%;
margin-right: -55%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a-root {
    text-align: left;
  }


#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a-root {
    text-align: left;
  }


#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a-root {
    text-align: left;
  }


#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a-root {
    text-align: left;
  }


#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a-root {
    text-align: left;
  }


#s-d29ec30c-7cb8-4a6f-b1d1-9cefe8812f7a.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-fbd167cd-a9b7-44d5-9510-1209126e3a09 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 1200px){#s-fbd167cd-a9b7-44d5-9510-1209126e3a09 {
  display: none;
}
#s-fbd167cd-a9b7-44d5-9510-1209126e3a09, #wrap-s-fbd167cd-a9b7-44d5-9510-1209126e3a09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbd167cd-a9b7-44d5-9510-1209126e3a09 {
  display: none;
}
#s-fbd167cd-a9b7-44d5-9510-1209126e3a09, #wrap-s-fbd167cd-a9b7-44d5-9510-1209126e3a09 { display: none !important; }}@media (max-width: 767px){#s-fbd167cd-a9b7-44d5-9510-1209126e3a09 {
  display: none;
}
#s-fbd167cd-a9b7-44d5-9510-1209126e3a09, #wrap-s-fbd167cd-a9b7-44d5-9510-1209126e3a09 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbd167cd-a9b7-44d5-9510-1209126e3a09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e545b3d6-4760-4ca0-928c-d9d55addaa18 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e545b3d6-4760-4ca0-928c-d9d55addaa18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: left;
}



#s-bbae1166-eb91-440a-a6c4-ee7cb7ff9872 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bbae1166-eb91-440a-a6c4-ee7cb7ff9872"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbae1166-eb91-440a-a6c4-ee7cb7ff9872"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbae1166-eb91-440a-a6c4-ee7cb7ff9872"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbae1166-eb91-440a-a6c4-ee7cb7ff9872"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0309b47d-0bee-481f-a818-766ac80a2efb {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0309b47d-0bee-481f-a818-766ac80a2efb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0309b47d-0bee-481f-a818-766ac80a2efb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0309b47d-0bee-481f-a818-766ac80a2efb-root {
    text-align: left;
  }


#s-0309b47d-0bee-481f-a818-766ac80a2efb.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0309b47d-0bee-481f-a818-766ac80a2efb-root {
    text-align: left;
  }


#s-0309b47d-0bee-481f-a818-766ac80a2efb.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0309b47d-0bee-481f-a818-766ac80a2efb-root {
    text-align: left;
  }


#s-0309b47d-0bee-481f-a818-766ac80a2efb.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0309b47d-0bee-481f-a818-766ac80a2efb-root {
    text-align: left;
  }


#s-0309b47d-0bee-481f-a818-766ac80a2efb.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0309b47d-0bee-481f-a818-766ac80a2efb-root {
    text-align: left;
  }


#s-0309b47d-0bee-481f-a818-766ac80a2efb.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-c26ad076-dc58-461e-8bde-69f42cc559df {
  border-style: solid;
margin-left: -47%;
margin-right: -47%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-c26ad076-dc58-461e-8bde-69f42cc559df:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c26ad076-dc58-461e-8bde-69f42cc559df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c26ad076-dc58-461e-8bde-69f42cc559df-root {
    text-align: left;
  }


#s-c26ad076-dc58-461e-8bde-69f42cc559df.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c26ad076-dc58-461e-8bde-69f42cc559df-root {
    text-align: left;
  }


#s-c26ad076-dc58-461e-8bde-69f42cc559df.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c26ad076-dc58-461e-8bde-69f42cc559df-root {
    text-align: left;
  }


#s-c26ad076-dc58-461e-8bde-69f42cc559df.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c26ad076-dc58-461e-8bde-69f42cc559df-root {
    text-align: left;
  }


#s-c26ad076-dc58-461e-8bde-69f42cc559df.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c26ad076-dc58-461e-8bde-69f42cc559df-root {
    text-align: left;
  }


#s-c26ad076-dc58-461e-8bde-69f42cc559df.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-f8f5607a-490e-4c38-a8bd-d214034606dc {
  min-height: 50px;
}








#s-f8f5607a-490e-4c38-a8bd-d214034606dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f5607a-490e-4c38-a8bd-d214034606dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
  max-width: 3000px;
aspect-ratio: 3000/930;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
  display: none;
}
#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0, #wrap-s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 { display: none !important; }}@media (max-width: 767px){#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
  display: none;
}
#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0, #wrap-s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 { display: none !important; }}




  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image,
  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
    width: 100%;
    height: auto;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
    
    
  }


.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
      --shg-aspect-ratio: calc(3000/930); 
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
      position: relative;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image,
  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
    width: 100%;
    height: auto;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
    
    
  }


.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
      --shg-aspect-ratio: calc(3000/930); 
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
      position: relative;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image,
  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
    width: 100%;
    height: auto;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
    
    
  }


.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
      --shg-aspect-ratio: calc(3000/930); 
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
      position: relative;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image,
  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
    width: 100%;
    height: auto;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
    
    
  }


.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
      --shg-aspect-ratio: calc(3000/930); 
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
      position: relative;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image,
  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
    width: 100%;
    height: auto;
  }

  #s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
    
    
  }


.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 {
      --shg-aspect-ratio: calc(3000/930); 
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container {
      position: relative;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4779281-597b-4bcf-a1fa-cbe77aa027f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a459f402-87ef-40c6-998d-cc45b6f512db {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 1200px){#s-a459f402-87ef-40c6-998d-cc45b6f512db {
  display: none;
}
#s-a459f402-87ef-40c6-998d-cc45b6f512db, #wrap-s-a459f402-87ef-40c6-998d-cc45b6f512db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a459f402-87ef-40c6-998d-cc45b6f512db {
  display: none;
}
#s-a459f402-87ef-40c6-998d-cc45b6f512db, #wrap-s-a459f402-87ef-40c6-998d-cc45b6f512db { display: none !important; }}@media (max-width: 767px){#s-a459f402-87ef-40c6-998d-cc45b6f512db {
  display: none;
}
#s-a459f402-87ef-40c6-998d-cc45b6f512db, #wrap-s-a459f402-87ef-40c6-998d-cc45b6f512db { display: none !important; }}
@media (min-width: 0px) {
[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a459f402-87ef-40c6-998d-cc45b6f512db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-071e2b11-3cb0-42c4-bea1-00ae46fe3fd3 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-071e2b11-3cb0-42c4-bea1-00ae46fe3fd3 {
  display: none;
}
#s-071e2b11-3cb0-42c4-bea1-00ae46fe3fd3, #wrap-s-071e2b11-3cb0-42c4-bea1-00ae46fe3fd3 { display: none !important; }}
#s-071e2b11-3cb0-42c4-bea1-00ae46fe3fd3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: left;
}



#s-fcda9746-3008-479b-a00c-f48f6676ed80 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fcda9746-3008-479b-a00c-f48f6676ed80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcda9746-3008-479b-a00c-f48f6676ed80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fcda9746-3008-479b-a00c-f48f6676ed80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcda9746-3008-479b-a00c-f48f6676ed80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f6ccc4b-f242-4c49-a28e-df03382b54e2-root {
    text-align: left;
  }


#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f6ccc4b-f242-4c49-a28e-df03382b54e2-root {
    text-align: left;
  }


#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f6ccc4b-f242-4c49-a28e-df03382b54e2-root {
    text-align: left;
  }


#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f6ccc4b-f242-4c49-a28e-df03382b54e2-root {
    text-align: left;
  }


#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f6ccc4b-f242-4c49-a28e-df03382b54e2-root {
    text-align: left;
  }


#s-9f6ccc4b-f242-4c49-a28e-df03382b54e2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-35c2eccd-c614-4b80-932d-23ad17835497 {
  border-style: solid;
margin-left: -47%;
margin-right: -47%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-35c2eccd-c614-4b80-932d-23ad17835497:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
background-color: rgba(229, 20, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35c2eccd-c614-4b80-932d-23ad17835497:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35c2eccd-c614-4b80-932d-23ad17835497-root {
    text-align: left;
  }


#s-35c2eccd-c614-4b80-932d-23ad17835497.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35c2eccd-c614-4b80-932d-23ad17835497-root {
    text-align: left;
  }


#s-35c2eccd-c614-4b80-932d-23ad17835497.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35c2eccd-c614-4b80-932d-23ad17835497-root {
    text-align: left;
  }


#s-35c2eccd-c614-4b80-932d-23ad17835497.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35c2eccd-c614-4b80-932d-23ad17835497-root {
    text-align: left;
  }


#s-35c2eccd-c614-4b80-932d-23ad17835497.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35c2eccd-c614-4b80-932d-23ad17835497-root {
    text-align: left;
  }


#s-35c2eccd-c614-4b80-932d-23ad17835497.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-dfe9badf-ac27-4d67-94e9-64dd9f33dcf1 {
  min-height: 50px;
}








#s-dfe9badf-ac27-4d67-94e9-64dd9f33dcf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe9badf-ac27-4d67-94e9-64dd9f33dcf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c9a849b-0567-4b96-8cab-2a9111797e76 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c9a849b-0567-4b96-8cab-2a9111797e76 {
  display: none;
}
#s-0c9a849b-0567-4b96-8cab-2a9111797e76, #wrap-s-0c9a849b-0567-4b96-8cab-2a9111797e76 { display: none !important; }}







#s-0c9a849b-0567-4b96-8cab-2a9111797e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c9a849b-0567-4b96-8cab-2a9111797e76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c482715-cfbe-4bbd-a779-c6488853b339 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 2px;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c482715-cfbe-4bbd-a779-c6488853b339 {
  display: none;
}
#s-7c482715-cfbe-4bbd-a779-c6488853b339, #wrap-s-7c482715-cfbe-4bbd-a779-c6488853b339 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c482715-cfbe-4bbd-a779-c6488853b339"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-90501eb1-dec7-4e9f-ac5b-9c055a658d0b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-90501eb1-dec7-4e9f-ac5b-9c055a658d0b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-90501eb1-dec7-4e9f-ac5b-9c055a658d0b .shg-sld-nav-button.shg-sld-left,
#s-90501eb1-dec7-4e9f-ac5b-9c055a658d0b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c94c8837-d206-4dab-8ce0-2d729863d0d8 {
  min-height: 50px;
}








#s-c94c8837-d206-4dab-8ce0-2d729863d0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94c8837-d206-4dab-8ce0-2d729863d0d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690f92ba-90fa-4de6-9a5c-4b06fb3ab241 {
  min-height: 50px;
}








#s-690f92ba-90fa-4de6-9a5c-4b06fb3ab241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-690f92ba-90fa-4de6-9a5c-4b06fb3ab241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 {
  min-height: 50px;
background-color: rgba(210, 173, 202, 1);
}
@media (min-width: 1200px){#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 {
  
}
}@media (max-width: 767px){#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 {
  display: none;
}
#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7, #wrap-s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 { display: none !important; }}







#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46fdfaeb-13c4-46e0-b01f-de064c7d8db7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f {
  margin-top: 8px;
margin-left: 6%;
margin-bottom: 8px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(119, 81, 153, 0);
}

@media (min-width: 0px) {
[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 0.0px);
}

[id="s-4ee738f1-7455-4c77-a9d8-8a77c96afc5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-643d617e-783a-4648-8ea2-96b9ff43709c {
  max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image,
  #s-643d617e-783a-4648-8ea2-96b9ff43709c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c {
    width: 100%;
    height: auto;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
    
    
  }


.s-643d617e-783a-4648-8ea2-96b9ff43709c .shogun-image-content {
  
    align-items: center;
  
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-643d617e-783a-4648-8ea2-96b9ff43709c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
      position: relative;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image,
  #s-643d617e-783a-4648-8ea2-96b9ff43709c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c {
    width: 100%;
    height: auto;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
    
    
  }


.s-643d617e-783a-4648-8ea2-96b9ff43709c .shogun-image-content {
  
    align-items: center;
  
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-643d617e-783a-4648-8ea2-96b9ff43709c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
      position: relative;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image,
  #s-643d617e-783a-4648-8ea2-96b9ff43709c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c {
    width: 100%;
    height: auto;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
    
    
  }


.s-643d617e-783a-4648-8ea2-96b9ff43709c .shogun-image-content {
  
    align-items: center;
  
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-643d617e-783a-4648-8ea2-96b9ff43709c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
      position: relative;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image,
  #s-643d617e-783a-4648-8ea2-96b9ff43709c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c {
    width: 100%;
    height: auto;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
    
    
  }


.s-643d617e-783a-4648-8ea2-96b9ff43709c .shogun-image-content {
  
    align-items: center;
  
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-643d617e-783a-4648-8ea2-96b9ff43709c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
      position: relative;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image,
  #s-643d617e-783a-4648-8ea2-96b9ff43709c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c {
    width: 100%;
    height: auto;
  }

  #s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
    
    
  }


.s-643d617e-783a-4648-8ea2-96b9ff43709c .shogun-image-content {
  
    align-items: center;
  
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-643d617e-783a-4648-8ea2-96b9ff43709c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container {
      position: relative;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-643d617e-783a-4648-8ea2-96b9ff43709c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
  max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image,
  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
    width: 100%;
    height: auto;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
    
    
  }


.s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shogun-image-content {
  
    align-items: center;
  
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
      position: relative;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image,
  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
    width: 100%;
    height: auto;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
    
    
  }


.s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shogun-image-content {
  
    align-items: center;
  
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
      position: relative;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image,
  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
    width: 100%;
    height: auto;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
    
    
  }


.s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shogun-image-content {
  
    align-items: center;
  
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
      position: relative;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image,
  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
    width: 100%;
    height: auto;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
    
    
  }


.s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shogun-image-content {
  
    align-items: center;
  
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
      position: relative;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image,
  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
    width: 100%;
    height: auto;
  }

  #s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
    
    
  }


.s-dae9c511-0060-46d0-95ac-c216dcb0d65a .shogun-image-content {
  
    align-items: center;
  
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container {
      position: relative;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae9c511-0060-46d0-95ac-c216dcb0d65a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-79b29d05-c944-44f6-99dd-395fbb2da224 {
  margin-top: 20px;
margin-left: 14%;
margin-bottom: 20px;
margin-right: 14%;
text-align: center;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db {
  margin-left: -2%;
margin-right: -2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image,
  #s-bfab97f4-d030-4418-8fc1-6d21b65645db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db {
    width: 100%;
    height: auto;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
    
    
  }


.s-bfab97f4-d030-4418-8fc1-6d21b65645db .shogun-image-content {
  
    align-items: center;
  
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfab97f4-d030-4418-8fc1-6d21b65645db {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
      position: relative;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image,
  #s-bfab97f4-d030-4418-8fc1-6d21b65645db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db {
    width: 100%;
    height: auto;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
    
    
  }


.s-bfab97f4-d030-4418-8fc1-6d21b65645db .shogun-image-content {
  
    align-items: center;
  
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfab97f4-d030-4418-8fc1-6d21b65645db {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
      position: relative;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image,
  #s-bfab97f4-d030-4418-8fc1-6d21b65645db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db {
    width: 100%;
    height: auto;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
    
    
  }


.s-bfab97f4-d030-4418-8fc1-6d21b65645db .shogun-image-content {
  
    align-items: center;
  
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfab97f4-d030-4418-8fc1-6d21b65645db {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
      position: relative;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image,
  #s-bfab97f4-d030-4418-8fc1-6d21b65645db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db {
    width: 100%;
    height: auto;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
    
    
  }


.s-bfab97f4-d030-4418-8fc1-6d21b65645db .shogun-image-content {
  
    align-items: center;
  
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfab97f4-d030-4418-8fc1-6d21b65645db {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
      position: relative;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image,
  #s-bfab97f4-d030-4418-8fc1-6d21b65645db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db {
    width: 100%;
    height: auto;
  }

  #s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
    
    
  }


.s-bfab97f4-d030-4418-8fc1-6d21b65645db .shogun-image-content {
  
    align-items: center;
  
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bfab97f4-d030-4418-8fc1-6d21b65645db {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container {
      position: relative;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfab97f4-d030-4418-8fc1-6d21b65645db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image,
  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
    width: 100%;
    height: auto;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
    
    
  }


.s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
      position: relative;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image,
  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
    width: 100%;
    height: auto;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
    
    
  }


.s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
      position: relative;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image,
  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
    width: 100%;
    height: auto;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
    
    
  }


.s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
      position: relative;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image,
  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
    width: 100%;
    height: auto;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
    
    
  }


.s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
      position: relative;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image,
  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
    width: 100%;
    height: auto;
  }

  #s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
    
    
  }


.s-0b3adc03-9aa7-4d2d-9853-a43877016097 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container {
      position: relative;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b3adc03-9aa7-4d2d-9853-a43877016097 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-804dabfb-7030-4372-85df-8bb34ea9a432 {
  max-width: 3000px;
aspect-ratio: 3000/997;
text-align: center;
background-color: rgba(146, 58, 127, 1);
}





  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image,
  #s-804dabfb-7030-4372-85df-8bb34ea9a432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 {
    width: 100%;
    height: auto;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
    
    
  }


.s-804dabfb-7030-4372-85df-8bb34ea9a432 .shogun-image-content {
  
    align-items: center;
  
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804dabfb-7030-4372-85df-8bb34ea9a432 {
      --shg-aspect-ratio: calc(3000/997); 
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
      position: relative;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image,
  #s-804dabfb-7030-4372-85df-8bb34ea9a432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 {
    width: 100%;
    height: auto;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
    
    
  }


.s-804dabfb-7030-4372-85df-8bb34ea9a432 .shogun-image-content {
  
    align-items: center;
  
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804dabfb-7030-4372-85df-8bb34ea9a432 {
      --shg-aspect-ratio: calc(3000/997); 
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
      position: relative;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image,
  #s-804dabfb-7030-4372-85df-8bb34ea9a432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 {
    width: 100%;
    height: auto;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
    
    
  }


.s-804dabfb-7030-4372-85df-8bb34ea9a432 .shogun-image-content {
  
    align-items: center;
  
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804dabfb-7030-4372-85df-8bb34ea9a432 {
      --shg-aspect-ratio: calc(3000/997); 
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
      position: relative;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image,
  #s-804dabfb-7030-4372-85df-8bb34ea9a432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 {
    width: 100%;
    height: auto;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
    
    
  }


.s-804dabfb-7030-4372-85df-8bb34ea9a432 .shogun-image-content {
  
    align-items: center;
  
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804dabfb-7030-4372-85df-8bb34ea9a432 {
      --shg-aspect-ratio: calc(3000/997); 
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
      position: relative;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image,
  #s-804dabfb-7030-4372-85df-8bb34ea9a432 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 {
    width: 100%;
    height: auto;
  }

  #s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
    
    
  }


.s-804dabfb-7030-4372-85df-8bb34ea9a432 .shogun-image-content {
  
    align-items: center;
  
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shg-align-container {
  display: flex;
  justify-content: center
}

.s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-804dabfb-7030-4372-85df-8bb34ea9a432 {
      --shg-aspect-ratio: calc(3000/997); 
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container {
      position: relative;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-804dabfb-7030-4372-85df-8bb34ea9a432 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-49fd07e3-d42e-49ec-b252-1f89f2426871 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: 0px;
margin-right: -2%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 2000px;
background-color: rgba(229, 20, 112, 1);
}
@media (max-width: 767px){#s-49fd07e3-d42e-49ec-b252-1f89f2426871 {
  display: none;
}
#s-49fd07e3-d42e-49ec-b252-1f89f2426871, #wrap-s-49fd07e3-d42e-49ec-b252-1f89f2426871 { display: none !important; }}
@media (min-width: 0px) {
[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd07e3-d42e-49ec-b252-1f89f2426871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d31e11c6-c90c-4f23-86e5-7d0f17ef657f {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-136e0e7f-5040-496e-9616-18d9d5e55eea {
  margin-top: 3px;
margin-left: -26%;
margin-bottom: 3px;
margin-right: -26%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
background-color: rgba(239, 239, 239, 0);
}

#s-1df945ad-127f-4881-9562-7aef99143038 {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca {
  max-width: 3000px;
aspect-ratio: 3000/952;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0612f9d-f478-4842-a4d9-3817e89743ca {
  display: none;
}
#s-e0612f9d-f478-4842-a4d9-3817e89743ca, #wrap-s-e0612f9d-f478-4842-a4d9-3817e89743ca { display: none !important; }}@media (max-width: 767px){#s-e0612f9d-f478-4842-a4d9-3817e89743ca {
  display: none;
}
#s-e0612f9d-f478-4842-a4d9-3817e89743ca, #wrap-s-e0612f9d-f478-4842-a4d9-3817e89743ca { display: none !important; }}




  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image,
  #s-e0612f9d-f478-4842-a4d9-3817e89743ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca {
    width: 100%;
    height: auto;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
    
    
  }


.s-e0612f9d-f478-4842-a4d9-3817e89743ca .shogun-image-content {
  
    align-items: center;
  
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0612f9d-f478-4842-a4d9-3817e89743ca {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
      position: relative;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image,
  #s-e0612f9d-f478-4842-a4d9-3817e89743ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca {
    width: 100%;
    height: auto;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
    
    
  }


.s-e0612f9d-f478-4842-a4d9-3817e89743ca .shogun-image-content {
  
    align-items: center;
  
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0612f9d-f478-4842-a4d9-3817e89743ca {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
      position: relative;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image,
  #s-e0612f9d-f478-4842-a4d9-3817e89743ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca {
    width: 100%;
    height: auto;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
    
    
  }


.s-e0612f9d-f478-4842-a4d9-3817e89743ca .shogun-image-content {
  
    align-items: center;
  
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0612f9d-f478-4842-a4d9-3817e89743ca {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
      position: relative;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image,
  #s-e0612f9d-f478-4842-a4d9-3817e89743ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca {
    width: 100%;
    height: auto;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
    
    
  }


.s-e0612f9d-f478-4842-a4d9-3817e89743ca .shogun-image-content {
  
    align-items: center;
  
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0612f9d-f478-4842-a4d9-3817e89743ca {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
      position: relative;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image,
  #s-e0612f9d-f478-4842-a4d9-3817e89743ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca {
    width: 100%;
    height: auto;
  }

  #s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
    
    
  }


.s-e0612f9d-f478-4842-a4d9-3817e89743ca .shogun-image-content {
  
    align-items: center;
  
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0612f9d-f478-4842-a4d9-3817e89743ca {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container {
      position: relative;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0612f9d-f478-4842-a4d9-3817e89743ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b63006c9-b9d3-4213-a036-7bdd04b9d73d {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b63006c9-b9d3-4213-a036-7bdd04b9d73d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  italic ;
  font-size: 35px;
  
  
  
}



#s-8b605989-3562-474c-8de9-28a5d54c047e {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b605989-3562-474c-8de9-28a5d54c047e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-188d8624-eed5-440c-b97d-422042da18e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-188d8624-eed5-440c-b97d-422042da18e7:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-188d8624-eed5-440c-b97d-422042da18e7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-188d8624-eed5-440c-b97d-422042da18e7-root {
    text-align: center;
  }


#s-188d8624-eed5-440c-b97d-422042da18e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-188d8624-eed5-440c-b97d-422042da18e7-root {
    text-align: center;
  }


#s-188d8624-eed5-440c-b97d-422042da18e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-188d8624-eed5-440c-b97d-422042da18e7-root {
    text-align: center;
  }


#s-188d8624-eed5-440c-b97d-422042da18e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-188d8624-eed5-440c-b97d-422042da18e7-root {
    text-align: center;
  }


#s-188d8624-eed5-440c-b97d-422042da18e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-188d8624-eed5-440c-b97d-422042da18e7-root {
    text-align: center;
  }


#s-188d8624-eed5-440c-b97d-422042da18e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-52abfba2-0964-433a-95cb-2e0848ede004 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-52abfba2-0964-433a-95cb-2e0848ede004 {
  display: none;
}
#s-52abfba2-0964-433a-95cb-2e0848ede004, #wrap-s-52abfba2-0964-433a-95cb-2e0848ede004 { display: none !important; }}@media (max-width: 767px){#s-52abfba2-0964-433a-95cb-2e0848ede004 {
  display: none;
}
#s-52abfba2-0964-433a-95cb-2e0848ede004, #wrap-s-52abfba2-0964-433a-95cb-2e0848ede004 { display: none !important; }}







#s-52abfba2-0964-433a-95cb-2e0848ede004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52abfba2-0964-433a-95cb-2e0848ede004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0479145b-be1d-4fa1-b0fd-d1fda68df3c4 {
  margin-left: 18%;
margin-right: 18%;
text-align: left;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c {
  max-width: 3000px;
aspect-ratio: 3000/1073;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89915e38-efe6-4b3b-8c21-35008f123e1c {
  display: none;
}
#s-89915e38-efe6-4b3b-8c21-35008f123e1c, #wrap-s-89915e38-efe6-4b3b-8c21-35008f123e1c { display: none !important; }}@media (max-width: 767px){#s-89915e38-efe6-4b3b-8c21-35008f123e1c {
  display: none;
}
#s-89915e38-efe6-4b3b-8c21-35008f123e1c, #wrap-s-89915e38-efe6-4b3b-8c21-35008f123e1c { display: none !important; }}




  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image,
  #s-89915e38-efe6-4b3b-8c21-35008f123e1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c {
    width: 100%;
    height: auto;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
    
    
  }


.s-89915e38-efe6-4b3b-8c21-35008f123e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89915e38-efe6-4b3b-8c21-35008f123e1c {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
      position: relative;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image,
  #s-89915e38-efe6-4b3b-8c21-35008f123e1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c {
    width: 100%;
    height: auto;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
    
    
  }


.s-89915e38-efe6-4b3b-8c21-35008f123e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89915e38-efe6-4b3b-8c21-35008f123e1c {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
      position: relative;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image,
  #s-89915e38-efe6-4b3b-8c21-35008f123e1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c {
    width: 100%;
    height: auto;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
    
    
  }


.s-89915e38-efe6-4b3b-8c21-35008f123e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89915e38-efe6-4b3b-8c21-35008f123e1c {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
      position: relative;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image,
  #s-89915e38-efe6-4b3b-8c21-35008f123e1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c {
    width: 100%;
    height: auto;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
    
    
  }


.s-89915e38-efe6-4b3b-8c21-35008f123e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89915e38-efe6-4b3b-8c21-35008f123e1c {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
      position: relative;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image,
  #s-89915e38-efe6-4b3b-8c21-35008f123e1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c {
    width: 100%;
    height: auto;
  }

  #s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
    
    
  }


.s-89915e38-efe6-4b3b-8c21-35008f123e1c .shogun-image-content {
  
    align-items: center;
  
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89915e38-efe6-4b3b-8c21-35008f123e1c {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container {
      position: relative;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89915e38-efe6-4b3b-8c21-35008f123e1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a2c45d73-d505-40d1-9971-343d10900172 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2c45d73-d505-40d1-9971-343d10900172"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-692c9452-8275-4574-bfd7-ecc9eb399b9d {
  padding-top: 16px;
padding-bottom: 16px;
text-align: left;
}

#s-692c9452-8275-4574-bfd7-ecc9eb399b9d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-07cfd2b0-7eab-41c9-b8a3-9cee25cdb057 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-74899d20-774b-4b4e-a48b-dc4641f5717c {
  padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74899d20-774b-4b4e-a48b-dc4641f5717c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74899d20-774b-4b4e-a48b-dc4641f5717c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74899d20-774b-4b4e-a48b-dc4641f5717c-root {
    text-align: left;
  }


#s-74899d20-774b-4b4e-a48b-dc4641f5717c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74899d20-774b-4b4e-a48b-dc4641f5717c-root {
    text-align: left;
  }


#s-74899d20-774b-4b4e-a48b-dc4641f5717c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74899d20-774b-4b4e-a48b-dc4641f5717c-root {
    text-align: left;
  }


#s-74899d20-774b-4b4e-a48b-dc4641f5717c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74899d20-774b-4b4e-a48b-dc4641f5717c-root {
    text-align: left;
  }


#s-74899d20-774b-4b4e-a48b-dc4641f5717c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74899d20-774b-4b4e-a48b-dc4641f5717c-root {
    text-align: left;
  }


#s-74899d20-774b-4b4e-a48b-dc4641f5717c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-129706d3-62bf-411b-8d92-76f0c32a9d00 {
  border-style: solid;
margin-top: 9px;
margin-bottom: 9px;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-129706d3-62bf-411b-8d92-76f0c32a9d00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-129706d3-62bf-411b-8d92-76f0c32a9d00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-129706d3-62bf-411b-8d92-76f0c32a9d00-root {
    text-align: left;
  }


#s-129706d3-62bf-411b-8d92-76f0c32a9d00.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-129706d3-62bf-411b-8d92-76f0c32a9d00-root {
    text-align: left;
  }


#s-129706d3-62bf-411b-8d92-76f0c32a9d00.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-129706d3-62bf-411b-8d92-76f0c32a9d00-root {
    text-align: left;
  }


#s-129706d3-62bf-411b-8d92-76f0c32a9d00.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-129706d3-62bf-411b-8d92-76f0c32a9d00-root {
    text-align: left;
  }


#s-129706d3-62bf-411b-8d92-76f0c32a9d00.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-129706d3-62bf-411b-8d92-76f0c32a9d00-root {
    text-align: left;
  }


#s-129706d3-62bf-411b-8d92-76f0c32a9d00.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-4c4a8e3d-0bae-4d79-aff7-a7837428e6e0 {
  min-height: 50px;
background-color: rgba(0, 148, 144, 1);
}








#s-4c4a8e3d-0bae-4d79-aff7-a7837428e6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c4a8e3d-0bae-4d79-aff7-a7837428e6e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5496d3a-dac3-489c-8239-5d67e58ec057 {
  min-height: 50px;
background-color: rgba(0, 148, 144, 1);
}








#s-f5496d3a-dac3-489c-8239-5d67e58ec057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5496d3a-dac3-489c-8239-5d67e58ec057.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d70c52f-090b-465f-bbf8-f0bc05bbcb22 {
  padding-top: 16px;
padding-bottom: 16px;
text-align: center;
background-color: rgba(0, 148, 144, 1);
}

#s-6d70c52f-090b-465f-bbf8-f0bc05bbcb22 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-28d5501a-975d-4ce7-8f10-b8de4d3b89a4 {
  min-height: 50px;
background-color: rgba(0, 148, 144, 1);
}








#s-28d5501a-975d-4ce7-8f10-b8de4d3b89a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d5501a-975d-4ce7-8f10-b8de4d3b89a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-770fd026-a376-4c17-a93b-1539ebc1d3ab {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-770fd026-a376-4c17-a93b-1539ebc1d3ab {
  display: none;
}
#s-770fd026-a376-4c17-a93b-1539ebc1d3ab, #wrap-s-770fd026-a376-4c17-a93b-1539ebc1d3ab { display: none !important; }}
#s-770fd026-a376-4c17-a93b-1539ebc1d3ab .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-770fd026-a376-4c17-a93b-1539ebc1d3ab .shg-sld-nav-button.shg-sld-left,
#s-770fd026-a376-4c17-a93b-1539ebc1d3ab .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-58993e03-3f19-40dc-83c5-a8508cd5765f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58993e03-3f19-40dc-83c5-a8508cd5765f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a448e739-887b-4427-99b2-eda37bc04f49 {
  margin-left: 22%;
margin-right: 22%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a448e739-887b-4427-99b2-eda37bc04f49 {
  display: none;
}
#s-a448e739-887b-4427-99b2-eda37bc04f49, #wrap-s-a448e739-887b-4427-99b2-eda37bc04f49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a448e739-887b-4427-99b2-eda37bc04f49 {
  display: none;
}
#s-a448e739-887b-4427-99b2-eda37bc04f49, #wrap-s-a448e739-887b-4427-99b2-eda37bc04f49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a448e739-887b-4427-99b2-eda37bc04f49 {
  display: none;
}
#s-a448e739-887b-4427-99b2-eda37bc04f49, #wrap-s-a448e739-887b-4427-99b2-eda37bc04f49 { display: none !important; }}




  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image,
  #s-a448e739-887b-4427-99b2-eda37bc04f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 {
    width: 100%;
    height: auto;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
    
    
  }


.s-a448e739-887b-4427-99b2-eda37bc04f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a448e739-887b-4427-99b2-eda37bc04f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
      position: relative;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image,
  #s-a448e739-887b-4427-99b2-eda37bc04f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 {
    width: 100%;
    height: auto;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
    
    
  }


.s-a448e739-887b-4427-99b2-eda37bc04f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a448e739-887b-4427-99b2-eda37bc04f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
      position: relative;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image,
  #s-a448e739-887b-4427-99b2-eda37bc04f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 {
    width: 100%;
    height: auto;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
    
    
  }


.s-a448e739-887b-4427-99b2-eda37bc04f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a448e739-887b-4427-99b2-eda37bc04f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
      position: relative;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image,
  #s-a448e739-887b-4427-99b2-eda37bc04f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 {
    width: 100%;
    height: auto;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
    
    
  }


.s-a448e739-887b-4427-99b2-eda37bc04f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a448e739-887b-4427-99b2-eda37bc04f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
      position: relative;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image,
  #s-a448e739-887b-4427-99b2-eda37bc04f49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 {
    width: 100%;
    height: auto;
  }

  #s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
    
    
  }


.s-a448e739-887b-4427-99b2-eda37bc04f49 .shogun-image-content {
  
    align-items: center;
  
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a448e739-887b-4427-99b2-eda37bc04f49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container {
      position: relative;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a448e739-887b-4427-99b2-eda37bc04f49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
  margin-left: 0%;
margin-right: 0%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
  display: none;
}
#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5, #wrap-s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 { display: none !important; }}




  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image,
  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
    width: 100%;
    height: auto;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
    
    
  }


.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
      position: relative;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image,
  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
    width: 100%;
    height: auto;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
    
    
  }


.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
      position: relative;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image,
  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
    width: 100%;
    height: auto;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
    
    
  }


.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
      position: relative;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image,
  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
    width: 100%;
    height: auto;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
    
    
  }


.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
      position: relative;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image,
  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
    width: 100%;
    height: auto;
  }

  #s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
    
    
  }


.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container {
      position: relative;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aefe0fb-af53-4ad0-b066-9494fa234eb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-53679e50-a1d6-4f21-995f-619396d72336 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a {
  display: none;
}
#s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a, #wrap-s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a { display: none !important; }}
@media (min-width: 0px) {
[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bad8b63f-9b6d-43d9-8391-3cfe52c11c0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
  margin-left: 22%;
margin-right: 22%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
  display: none;
}
#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f, #wrap-s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
  display: none;
}
#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f, #wrap-s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
  display: none;
}
#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f, #wrap-s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f { display: none !important; }}




  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image,
  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
    width: 100%;
    height: auto;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
    
    
  }


.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
      position: relative;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image,
  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
    width: 100%;
    height: auto;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
    
    
  }


.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
      position: relative;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image,
  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
    width: 100%;
    height: auto;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
    
    
  }


.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
      position: relative;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image,
  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
    width: 100%;
    height: auto;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
    
    
  }


.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
      position: relative;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image,
  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
    width: 100%;
    height: auto;
  }

  #s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
    
    
  }


.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container {
      position: relative;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4d2e66b-52a0-403d-a79b-dad8b1419b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
  margin-left: 0%;
margin-right: 0%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
  display: none;
}
#s-4b71a090-9694-4c34-a01d-c0e47b24c300, #wrap-s-4b71a090-9694-4c34-a01d-c0e47b24c300 { display: none !important; }}




  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image,
  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
    width: 100%;
    height: auto;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
    
    
  }


.s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
      position: relative;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image,
  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
    width: 100%;
    height: auto;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
    
    
  }


.s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
      position: relative;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image,
  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
    width: 100%;
    height: auto;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
    
    
  }


.s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
      position: relative;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image,
  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
    width: 100%;
    height: auto;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
    
    
  }


.s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
      position: relative;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image,
  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
    width: 100%;
    height: auto;
  }

  #s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
    
    
  }


.s-4b71a090-9694-4c34-a01d-c0e47b24c300 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container {
      position: relative;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b71a090-9694-4c34-a01d-c0e47b24c300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8b827bd6-7ec2-43ee-a6af-006cbc2de645 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d51f7438-0b3c-43a5-b8f5-ea1ce9baf6dd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac {
  margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac {
  display: none;
}
#s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac, #wrap-s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd4ad2ae-59e7-47d2-aff7-c4bb42c688ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
  margin-left: 0%;
margin-right: 0%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image,
  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
    width: 100%;
    height: auto;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
    
    
  }


.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
      position: relative;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image,
  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
    width: 100%;
    height: auto;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
    
    
  }


.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
      position: relative;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image,
  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
    width: 100%;
    height: auto;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
    
    
  }


.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
      position: relative;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image,
  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
    width: 100%;
    height: auto;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
    
    
  }


.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
      position: relative;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image,
  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
    width: 100%;
    height: auto;
  }

  #s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
    
    
  }


.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 .shogun-image-content {
  
    align-items: center;
  
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container {
      position: relative;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23e5a099-34f6-41d7-ad65-ec32a0aefe28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2aa8d731-2646-4f40-9fb3-8d121ee3289e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-11a86606-4e36-4c61-9e91-28defd17b59a {
  margin-left: 11%;
margin-right: 11%;
}
@media (max-width: 767px){#s-11a86606-4e36-4c61-9e91-28defd17b59a {
  display: none;
}
#s-11a86606-4e36-4c61-9e91-28defd17b59a, #wrap-s-11a86606-4e36-4c61-9e91-28defd17b59a { display: none !important; }}
@media (min-width: 0px) {
[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11a86606-4e36-4c61-9e91-28defd17b59a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-965d2bf3-9e47-48db-922b-addec510c7b1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image,
  #s-965d2bf3-9e47-48db-922b-addec510c7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 {
    width: 100%;
    height: auto;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
    
    
  }


.s-965d2bf3-9e47-48db-922b-addec510c7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965d2bf3-9e47-48db-922b-addec510c7b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
      position: relative;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image,
  #s-965d2bf3-9e47-48db-922b-addec510c7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 {
    width: 100%;
    height: auto;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
    
    
  }


.s-965d2bf3-9e47-48db-922b-addec510c7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965d2bf3-9e47-48db-922b-addec510c7b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
      position: relative;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image,
  #s-965d2bf3-9e47-48db-922b-addec510c7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 {
    width: 100%;
    height: auto;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
    
    
  }


.s-965d2bf3-9e47-48db-922b-addec510c7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965d2bf3-9e47-48db-922b-addec510c7b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
      position: relative;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image,
  #s-965d2bf3-9e47-48db-922b-addec510c7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 {
    width: 100%;
    height: auto;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
    
    
  }


.s-965d2bf3-9e47-48db-922b-addec510c7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965d2bf3-9e47-48db-922b-addec510c7b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
      position: relative;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image,
  #s-965d2bf3-9e47-48db-922b-addec510c7b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 {
    width: 100%;
    height: auto;
  }

  #s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
    
    
  }


.s-965d2bf3-9e47-48db-922b-addec510c7b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965d2bf3-9e47-48db-922b-addec510c7b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container {
      position: relative;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965d2bf3-9e47-48db-922b-addec510c7b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a86a91ff-1ab9-404f-9bf3-a5b292424a33 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d {
  min-height: 50px;
background-color: rgba(0, 148, 144, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d {
  display: unset;
}
#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d, #wrap-s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d {
  display: unset;
}
#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d, #wrap-s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d { display: unset !important; }}@media (max-width: 767px){#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d {
  display: none;
}
#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d, #wrap-s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d { display: none !important; }}







#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ed0e88d-04b0-4ed9-a1b3-ccef927eca9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb09f64-f466-445c-b77d-bfdb093eec70 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bdb09f64-f466-445c-b77d-bfdb093eec70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb09f64-f466-445c-b77d-bfdb093eec70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1259a02d-436d-4459-9c9c-7c5a2044ac76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1259a02d-436d-4459-9c9c-7c5a2044ac76 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-f72a6ac9-6639-4015-b0fc-f4b9b305b69d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f72a6ac9-6639-4015-b0fc-f4b9b305b69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72a6ac9-6639-4015-b0fc-f4b9b305b69d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afb4de71-1da3-4321-83d5-e698a3d4e123 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-afb4de71-1da3-4321-83d5-e698a3d4e123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb4de71-1da3-4321-83d5-e698a3d4e123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02d4b72d-6cc4-4e65-ad0f-54ed12efc633 {
  margin-top: 5px;
margin-left: 9%;
margin-bottom: 5px;
margin-right: 9%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-02d4b72d-6cc4-4e65-ad0f-54ed12efc633"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02d4b72d-6cc4-4e65-ad0f-54ed12efc633"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02d4b72d-6cc4-4e65-ad0f-54ed12efc633"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02d4b72d-6cc4-4e65-ad0f-54ed12efc633"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
  max-width: 300px;
aspect-ratio: 300/400;
text-align: center;
}





  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image,
  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
    width: 100%;
    height: auto;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
    
    
  }


.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
      position: relative;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image,
  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
    width: 100%;
    height: auto;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
    
    
  }


.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
      position: relative;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image,
  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
    width: 100%;
    height: auto;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
    
    
  }


.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
      position: relative;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image,
  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
    width: 100%;
    height: auto;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
    
    
  }


.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
      position: relative;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image,
  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
    width: 100%;
    height: auto;
  }

  #s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
    
    
  }


.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba .shogun-image-content {
  
    align-items: center;
  
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container {
      position: relative;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d43c4dc3-4916-4e1b-8b11-e73afa8bdcba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-78bef635-a2b2-445e-89f3-93ef7090be0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78bef635-a2b2-445e-89f3-93ef7090be0f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-78bef635-a2b2-445e-89f3-93ef7090be0f .shogun-heading-component h3 a {
  color: ;
}


#s-23302117-feba-487c-ac0a-cea1c842e2a9 {
  max-width: 300px;
aspect-ratio: 300/400;
text-align: center;
}





  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image,
  #s-23302117-feba-487c-ac0a-cea1c842e2a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 {
    width: 100%;
    height: auto;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
    
    
  }


.s-23302117-feba-487c-ac0a-cea1c842e2a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23302117-feba-487c-ac0a-cea1c842e2a9 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
      position: relative;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image,
  #s-23302117-feba-487c-ac0a-cea1c842e2a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 {
    width: 100%;
    height: auto;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
    
    
  }


.s-23302117-feba-487c-ac0a-cea1c842e2a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23302117-feba-487c-ac0a-cea1c842e2a9 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
      position: relative;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image,
  #s-23302117-feba-487c-ac0a-cea1c842e2a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 {
    width: 100%;
    height: auto;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
    
    
  }


.s-23302117-feba-487c-ac0a-cea1c842e2a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23302117-feba-487c-ac0a-cea1c842e2a9 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
      position: relative;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image,
  #s-23302117-feba-487c-ac0a-cea1c842e2a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 {
    width: 100%;
    height: auto;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
    
    
  }


.s-23302117-feba-487c-ac0a-cea1c842e2a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23302117-feba-487c-ac0a-cea1c842e2a9 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
      position: relative;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image,
  #s-23302117-feba-487c-ac0a-cea1c842e2a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 {
    width: 100%;
    height: auto;
  }

  #s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
    
    
  }


.s-23302117-feba-487c-ac0a-cea1c842e2a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23302117-feba-487c-ac0a-cea1c842e2a9 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container {
      position: relative;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23302117-feba-487c-ac0a-cea1c842e2a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-55b3aab4-4e57-43fc-b318-9690675b5aab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55b3aab4-4e57-43fc-b318-9690675b5aab .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-55b3aab4-4e57-43fc-b318-9690675b5aab .shogun-heading-component h3 a {
  color: ;
}


#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
  max-width: 300px;
aspect-ratio: 300/400;
text-align: center;
}





  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image,
  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
    width: 100%;
    height: auto;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
    
    
  }


.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
      position: relative;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image,
  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
    width: 100%;
    height: auto;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
    
    
  }


.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
      position: relative;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image,
  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
    width: 100%;
    height: auto;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
    
    
  }


.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
      position: relative;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image,
  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
    width: 100%;
    height: auto;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
    
    
  }


.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
      position: relative;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image,
  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
    width: 100%;
    height: auto;
  }

  #s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
    
    
  }


.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container {
      position: relative;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9dd52f-f50c-45a4-a3cf-20503e20c151 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c17afe45-9678-4e0d-9d1e-41310f8ff001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c17afe45-9678-4e0d-9d1e-41310f8ff001 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-c17afe45-9678-4e0d-9d1e-41310f8ff001 .shogun-heading-component h3 a {
  color: ;
}


#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
  max-width: 300px;
aspect-ratio: 300/400;
text-align: center;
}





  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image,
  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
    width: 100%;
    height: auto;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
    
    
  }


.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
      position: relative;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image,
  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
    width: 100%;
    height: auto;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
    
    
  }


.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
      position: relative;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image,
  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
    width: 100%;
    height: auto;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
    
    
  }


.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
      position: relative;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image,
  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
    width: 100%;
    height: auto;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
    
    
  }


.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
      position: relative;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image,
  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
    width: 100%;
    height: auto;
  }

  #s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
    
    
  }


.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 {
      --shg-aspect-ratio: calc(300/400); 
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container {
      position: relative;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c09d2e8-31e4-44d8-8458-b16703ea6f71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b68552e0-74e9-4ff2-be61-0f3922cc5f11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b68552e0-74e9-4ff2-be61-0f3922cc5f11 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b68552e0-74e9-4ff2-be61-0f3922cc5f11 .shogun-heading-component h3 a {
  color: ;
}


#s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a {
  display: unset;
}
#s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a, #wrap-s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a { display: unset !important; }}@media (max-width: 767px){#s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a {
  display: none;
}
#s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a, #wrap-s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a { display: none !important; }}
@media (min-width: 0px) {
[id="s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eed20f4-a2e4-40d0-876d-1c640d0a5c7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0905af8a-117b-430b-a61e-1de3cfe26473 {
  text-align: center;
}







  img.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
    
    
  }


.s-0905af8a-117b-430b-a61e-1de3cfe26473 .shogun-image-content {
  
    align-items: center;
  
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
    
    
  }


.s-0905af8a-117b-430b-a61e-1de3cfe26473 .shogun-image-content {
  
    align-items: center;
  
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
    
    
  }


.s-0905af8a-117b-430b-a61e-1de3cfe26473 .shogun-image-content {
  
    align-items: center;
  
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
    
    
  }


.s-0905af8a-117b-430b-a61e-1de3cfe26473 .shogun-image-content {
  
    align-items: center;
  
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
    
    
  }


.s-0905af8a-117b-430b-a61e-1de3cfe26473 .shogun-image-content {
  
    align-items: center;
  
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0905af8a-117b-430b-a61e-1de3cfe26473.shogun-image {
  box-sizing: border-box;
}



}
#s-99b62604-f40b-4c32-968c-978e76c51a4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99b62604-f40b-4c32-968c-978e76c51a4b .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-99b62604-f40b-4c32-968c-978e76c51a4b .shogun-heading-component h3 a {
  color: ;
}


#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 {
  text-align: center;
}







  img.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
    
    
  }


.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
    
    
  }


.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
    
    
  }


.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
    
    
  }


.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
    
    
  }


.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ca9fc2-a3bf-4d6b-876c-c669e9ac1c70.shogun-image {
  box-sizing: border-box;
}



}
#s-d91d01cc-9624-4ace-af52-e5388431cf2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d91d01cc-9624-4ace-af52-e5388431cf2d .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-d91d01cc-9624-4ace-af52-e5388431cf2d .shogun-heading-component h3 a {
  color: ;
}


#s-807b4969-9dde-46e8-8d41-df619e27628e {
  text-align: center;
}







  img.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
    
    
  }


.s-807b4969-9dde-46e8-8d41-df619e27628e .shogun-image-content {
  
    align-items: center;
  
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
    
    
  }


.s-807b4969-9dde-46e8-8d41-df619e27628e .shogun-image-content {
  
    align-items: center;
  
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
    
    
  }


.s-807b4969-9dde-46e8-8d41-df619e27628e .shogun-image-content {
  
    align-items: center;
  
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
    
    
  }


.s-807b4969-9dde-46e8-8d41-df619e27628e .shogun-image-content {
  
    align-items: center;
  
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
    
    
  }


.s-807b4969-9dde-46e8-8d41-df619e27628e .shogun-image-content {
  
    align-items: center;
  
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-807b4969-9dde-46e8-8d41-df619e27628e.shogun-image {
  box-sizing: border-box;
}



}
#s-1fd73215-b551-4a41-ab8c-ec3cd7b30c6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fd73215-b551-4a41-ab8c-ec3cd7b30c6b .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-1fd73215-b551-4a41-ab8c-ec3cd7b30c6b .shogun-heading-component h3 a {
  color: ;
}


#s-84680d7b-9d9c-457a-b4de-c59d05026a33 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-84680d7b-9d9c-457a-b4de-c59d05026a33 {
  display: unset;
}
#s-84680d7b-9d9c-457a-b4de-c59d05026a33, #wrap-s-84680d7b-9d9c-457a-b4de-c59d05026a33 { display: unset !important; }}@media (max-width: 767px){#s-84680d7b-9d9c-457a-b4de-c59d05026a33 {
  display: none;
}
#s-84680d7b-9d9c-457a-b4de-c59d05026a33, #wrap-s-84680d7b-9d9c-457a-b4de-c59d05026a33 { display: none !important; }}
@media (min-width: 0px) {
[id="s-84680d7b-9d9c-457a-b4de-c59d05026a33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84680d7b-9d9c-457a-b4de-c59d05026a33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84680d7b-9d9c-457a-b4de-c59d05026a33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84680d7b-9d9c-457a-b4de-c59d05026a33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 {
  text-align: center;
}







  img.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
    
    
  }


.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
    
    
  }


.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
    
    
  }


.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
    
    
  }


.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
    
    
  }


.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fd77bf1-0e70-46c2-b14a-2b642068ab41.shogun-image {
  box-sizing: border-box;
}



}
#s-08d6e9a5-58c4-4740-9715-9d6157b84299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08d6e9a5-58c4-4740-9715-9d6157b84299 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-08d6e9a5-58c4-4740-9715-9d6157b84299 .shogun-heading-component h3 a {
  color: ;
}


#s-08d21374-84ce-4d73-be56-bfb974b02a38 {
  text-align: center;
}







  img.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
    
    
  }


.s-08d21374-84ce-4d73-be56-bfb974b02a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
    
    
  }


.s-08d21374-84ce-4d73-be56-bfb974b02a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
    
    
  }


.s-08d21374-84ce-4d73-be56-bfb974b02a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
    
    
  }


.s-08d21374-84ce-4d73-be56-bfb974b02a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
    
    
  }


.s-08d21374-84ce-4d73-be56-bfb974b02a38 .shogun-image-content {
  
    align-items: center;
  
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08d21374-84ce-4d73-be56-bfb974b02a38.shogun-image {
  box-sizing: border-box;
}



}
#s-514f679c-127e-4b8f-b1cf-514e003a15b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-514f679c-127e-4b8f-b1cf-514e003a15b4 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-514f679c-127e-4b8f-b1cf-514e003a15b4 .shogun-heading-component h3 a {
  color: ;
}


#s-dd420998-75d3-413d-a1fa-aba300f05978 {
  text-align: center;
}







  img.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
    
    
  }


.s-dd420998-75d3-413d-a1fa-aba300f05978 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
    
    
  }


.s-dd420998-75d3-413d-a1fa-aba300f05978 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
    
    
  }


.s-dd420998-75d3-413d-a1fa-aba300f05978 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
    
    
  }


.s-dd420998-75d3-413d-a1fa-aba300f05978 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
    
    
  }


.s-dd420998-75d3-413d-a1fa-aba300f05978 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd420998-75d3-413d-a1fa-aba300f05978.shogun-image {
  box-sizing: border-box;
}



}
#s-3554731f-d692-485d-a3f4-bfee7998b1f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3554731f-d692-485d-a3f4-bfee7998b1f2 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-3554731f-d692-485d-a3f4-bfee7998b1f2 .shogun-heading-component h3 a {
  color: ;
}


#s-ff454f12-79ad-41da-b98b-84f2965cfe70 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ff454f12-79ad-41da-b98b-84f2965cfe70 {
  display: none;
}
#s-ff454f12-79ad-41da-b98b-84f2965cfe70, #wrap-s-ff454f12-79ad-41da-b98b-84f2965cfe70 { display: none !important; }}







#s-ff454f12-79ad-41da-b98b-84f2965cfe70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff454f12-79ad-41da-b98b-84f2965cfe70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
  max-width: 3000px;
aspect-ratio: 3000/836;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
  display: none;
}
#s-385dd153-c8e3-43dc-a149-54bcd2cd8001, #wrap-s-385dd153-c8e3-43dc-a149-54bcd2cd8001 { display: none !important; }}@media (max-width: 767px){#s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
  display: none;
}
#s-385dd153-c8e3-43dc-a149-54bcd2cd8001, #wrap-s-385dd153-c8e3-43dc-a149-54bcd2cd8001 { display: none !important; }}




  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image,
  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
    width: 100%;
    height: auto;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
    
    
  }


.s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shogun-image-content {
  
    align-items: center;
  
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
      position: relative;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image,
  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
    width: 100%;
    height: auto;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
    
    
  }


.s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shogun-image-content {
  
    align-items: center;
  
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
      position: relative;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image,
  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
    width: 100%;
    height: auto;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
    
    
  }


.s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shogun-image-content {
  
    align-items: center;
  
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
      position: relative;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image,
  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
    width: 100%;
    height: auto;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
    
    
  }


.s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shogun-image-content {
  
    align-items: center;
  
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
      position: relative;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image,
  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
    width: 100%;
    height: auto;
  }

  #s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
    
    
  }


.s-385dd153-c8e3-43dc-a149-54bcd2cd8001 .shogun-image-content {
  
    align-items: center;
  
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container {
      position: relative;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-385dd153-c8e3-43dc-a149-54bcd2cd8001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fcac71e7-86f3-48a8-91af-98ba6d31ad9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-40f87b3f-0cd6-4498-bb35-77c6c853c8fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f87b3f-0cd6-4498-bb35-77c6c853c8fe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-f93645ea-719d-473e-a902-64d46cdf0a64 {
  min-height: 50px;
}








#s-f93645ea-719d-473e-a902-64d46cdf0a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f93645ea-719d-473e-a902-64d46cdf0a64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67dcf01e-370b-48de-aef7-a6eb76aca47b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-67dcf01e-370b-48de-aef7-a6eb76aca47b {
  display: none;
}
#s-67dcf01e-370b-48de-aef7-a6eb76aca47b, #wrap-s-67dcf01e-370b-48de-aef7-a6eb76aca47b { display: none !important; }}
#s-67dcf01e-370b-48de-aef7-a6eb76aca47b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-d670699a-9dfc-4db6-83c5-cad00e953a08 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d670699a-9dfc-4db6-83c5-cad00e953a08 {
  display: none;
}
#s-d670699a-9dfc-4db6-83c5-cad00e953a08, #wrap-s-d670699a-9dfc-4db6-83c5-cad00e953a08 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d670699a-9dfc-4db6-83c5-cad00e953a08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d670699a-9dfc-4db6-83c5-cad00e953a08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d670699a-9dfc-4db6-83c5-cad00e953a08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d670699a-9dfc-4db6-83c5-cad00e953a08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-39e632f5-f021-4fa3-a17e-01fc696b304c {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  text-align: left;
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  max-width:  100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  max-width:  100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  max-width:  100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  max-width:  100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 {
  max-width:  100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  width: 100%;
}



.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 .shg-image-zoom,
.shg-c#s-1e61abe1-4e81-410a-96d7-a05999974411 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(18, 18, 18, 1);
  font-family: Barlow;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-739e6f46-aca7-4c9f-b34e-fe82b2fde506 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-739e6f46-aca7-4c9f-b34e-fe82b2fde506 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-345bb0bb-db3e-433b-9f60-a0a2ed155ca1 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

.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-09e332d1-0c03-40d4-95a0-1ead49af238e {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-09e332d1-0c03-40d4-95a0-1ead49af238e:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-09e332d1-0c03-40d4-95a0-1ead49af238e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09e332d1-0c03-40d4-95a0-1ead49af238e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09e332d1-0c03-40d4-95a0-1ead49af238e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09e332d1-0c03-40d4-95a0-1ead49af238e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-09e332d1-0c03-40d4-95a0-1ead49af238e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af035a4d-ff46-42ab-bb44-0d11cfab4126 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-af035a4d-ff46-42ab-bb44-0d11cfab4126 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-af035a4d-ff46-42ab-bb44-0d11cfab4126 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-af035a4d-ff46-42ab-bb44-0d11cfab4126 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-211120ef-bf25-42be-9911-847e1ddc5c05 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  text-align: left;
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  max-width:  100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  width: 100%;
}



.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  max-width:  100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  width: 100%;
}



.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  max-width:  100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  width: 100%;
}



.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  max-width:  100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  width: 100%;
}



.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 {
  max-width:  100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  width: 100%;
}



.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 .shg-image-zoom,
.shg-c#s-97240cc3-df4b-44fa-bdc5-41c16b965779 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-10de043a-f4ed-48d3-a375-3f5746e79797 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-10de043a-f4ed-48d3-a375-3f5746e79797 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6a7fa64a-9b2c-4a41-b362-0e14ea233f51 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-65234c07-fb24-4c1c-8ad5-f20184b40133 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-65234c07-fb24-4c1c-8ad5-f20184b40133:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-65234c07-fb24-4c1c-8ad5-f20184b40133:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65234c07-fb24-4c1c-8ad5-f20184b40133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65234c07-fb24-4c1c-8ad5-f20184b40133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65234c07-fb24-4c1c-8ad5-f20184b40133.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-65234c07-fb24-4c1c-8ad5-f20184b40133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6925bcb1-00dc-4099-a7dd-13f2ab695d76 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-6925bcb1-00dc-4099-a7dd-13f2ab695d76 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6925bcb1-00dc-4099-a7dd-13f2ab695d76 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-6925bcb1-00dc-4099-a7dd-13f2ab695d76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-e12a0f4a-d3da-4a9a-985e-24dee96e34f8 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  text-align: left;
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  max-width:  100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  max-width:  100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  max-width:  100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  max-width:  100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 {
  max-width:  100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  width: 100%;
}



.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 .shg-image-zoom,
.shg-c#s-1c9f8484-8d39-479f-b571-1c705aa16d51 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d8380e51-ab73-497a-b2b0-75dba1fbcade {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-d8380e51-ab73-497a-b2b0-75dba1fbcade .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3cdf00a9-7752-49c3-9731-07e58e8495df {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-1bb2bf19-7f8f-4127-a8ce-c658ae5f31d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3600ae36-669e-4c93-a183-1ea3b2453e48 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-3600ae36-669e-4c93-a183-1ea3b2453e48 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3600ae36-669e-4c93-a183-1ea3b2453e48 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-3600ae36-669e-4c93-a183-1ea3b2453e48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-a056f10a-93fa-4f7c-a215-604baaffcabf {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 3px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  text-align: left;
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  max-width:  100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  width: 100%;
}



.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  max-width:  100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  width: 100%;
}



.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  max-width:  100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  width: 100%;
}



.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  max-width:  100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  width: 100%;
}



.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d {
  max-width:  100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  width: 100%;
}



.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d .shg-image-zoom,
.shg-c#s-9c061ba6-de96-416e-bcd1-eb37bb7d2b8d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-96a093d7-bec5-49fa-a1d0-80d47d472cd0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 12px;
padding-left: 0%;
padding-bottom: 12px;
padding-right: 0%;
text-align: center;
}

#s-96a093d7-bec5-49fa-a1d0-80d47d472cd0 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-10bfcb89-6447-41aa-a34a-05d533d9eb27 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-10bfcb89-6447-41aa-a34a-05d533d9eb27:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-10bfcb89-6447-41aa-a34a-05d533d9eb27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10bfcb89-6447-41aa-a34a-05d533d9eb27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10bfcb89-6447-41aa-a34a-05d533d9eb27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10bfcb89-6447-41aa-a34a-05d533d9eb27.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-10bfcb89-6447-41aa-a34a-05d533d9eb27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-87a93cb7-b4d2-4495-84c3-555d137e3e74 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-87a93cb7-b4d2-4495-84c3-555d137e3e74 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-87a93cb7-b4d2-4495-84c3-555d137e3e74 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-87a93cb7-b4d2-4495-84c3-555d137e3e74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-e837b0c1-7d99-4dcf-94a3-2a0f49fae564 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  text-align: left;
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  max-width:  100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  width: 100%;
}



.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  max-width:  100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  width: 100%;
}



.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  max-width:  100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  width: 100%;
}



.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  max-width:  100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  width: 100%;
}



.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 {
  max-width:  100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  width: 100%;
}



.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 .shg-image-zoom,
.shg-c#s-b2e7970d-3215-46aa-a01d-55d8387e2243 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ed2c5e29-0f8b-4b2c-b2b6-70a439a39dfe {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}

#s-ed2c5e29-0f8b-4b2c-b2b6-70a439a39dfe .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-cd8dedb1-f60a-43df-8aa9-8b25837d6fb8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-581b8829-4ee0-45f1-94ba-22156949d638 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-581b8829-4ee0-45f1-94ba-22156949d638 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-581b8829-4ee0-45f1-94ba-22156949d638 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-581b8829-4ee0-45f1-94ba-22156949d638 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-9fc72f5c-63b6-441b-91ec-04b24deb4787 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  text-align: left;
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  max-width:  100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  width: 100%;
}



.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  max-width:  100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  width: 100%;
}



.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  max-width:  100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  width: 100%;
}



.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  max-width:  100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  width: 100%;
}



.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df {
  max-width:  100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  width: 100%;
}



.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df .shg-image-zoom,
.shg-c#s-afeb80ec-c869-4425-bc82-75f03843a9df img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-951c62be-ef5c-4fd5-bda5-b1218c5d8cdc {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 6px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-951c62be-ef5c-4fd5-bda5-b1218c5d8cdc .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-88d5e443-3e52-4ff9-82eb-9aa3af1d1b37 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-b4354d35-1e37-465e-89c9-b4d9dd58c259 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b4354d35-1e37-465e-89c9-b4d9dd58c259:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-b4354d35-1e37-465e-89c9-b4d9dd58c259:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4354d35-1e37-465e-89c9-b4d9dd58c259 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4354d35-1e37-465e-89c9-b4d9dd58c259.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4354d35-1e37-465e-89c9-b4d9dd58c259.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-b4354d35-1e37-465e-89c9-b4d9dd58c259.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a020c932-a5d1-4b47-a85e-05f894af1769 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-a020c932-a5d1-4b47-a85e-05f894af1769 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a020c932-a5d1-4b47-a85e-05f894af1769 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-a020c932-a5d1-4b47-a85e-05f894af1769 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

@media (min-width: 1200px){#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 {
  display: none;
}
#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13, #wrap-s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 {
  display: none;
}
#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13, #wrap-s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 {
  display: none;
}
#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13, #wrap-s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 { display: none !important; }}@media (max-width: 767px){#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 {
  display: unset;
}
#s-02250b4d-d91c-4536-bbe8-1dc67c32ba13, #wrap-s-02250b4d-d91c-4536-bbe8-1dc67c32ba13 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-02250b4d-d91c-4536-bbe8-1dc67c32ba13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02250b4d-d91c-4536-bbe8-1dc67c32ba13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02250b4d-d91c-4536-bbe8-1dc67c32ba13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02250b4d-d91c-4536-bbe8-1dc67c32ba13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image,
  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
    width: 100%;
    height: auto;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
    
    
  }


.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shogun-image-content {
  
    align-items: center;
  
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
      position: relative;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image,
  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
    width: 100%;
    height: auto;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
    
    
  }


.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shogun-image-content {
  
    align-items: center;
  
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
      position: relative;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image,
  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
    width: 100%;
    height: auto;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
    
    
  }


.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shogun-image-content {
  
    align-items: center;
  
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
      position: relative;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image,
  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
    width: 100%;
    height: auto;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
    
    
  }


.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shogun-image-content {
  
    align-items: center;
  
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
      position: relative;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image,
  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
    width: 100%;
    height: auto;
  }

  #s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
    
    
  }


.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 .shogun-image-content {
  
    align-items: center;
  
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container {
      position: relative;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5be570f7-b2ae-4cfe-a564-4a33d1f4f594 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5f68c264-1fb8-4b19-9b06-ced0f8e7101d {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f68c264-1fb8-4b19-9b06-ced0f8e7101d .shogun-heading-component h1 {
  color: rgba(39, 39, 39, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image,
  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
    width: 100%;
    height: auto;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
    
    
  }


.s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
      position: relative;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image,
  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
    width: 100%;
    height: auto;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
    
    
  }


.s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
      position: relative;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image,
  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
    width: 100%;
    height: auto;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
    
    
  }


.s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
      position: relative;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image,
  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
    width: 100%;
    height: auto;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
    
    
  }


.s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
      position: relative;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image,
  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
    width: 100%;
    height: auto;
  }

  #s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
    
    
  }


.s-a0ef5f8a-429b-4435-84f8-792a83b5243e .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container {
      position: relative;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ef5f8a-429b-4435-84f8-792a83b5243e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-df6d9d46-f968-4a03-88f8-266370ef4bdd {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df6d9d46-f968-4a03-88f8-266370ef4bdd .shogun-heading-component h1 {
  color: rgba(39, 39, 39, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
  max-width: 600px;
aspect-ratio: 600/200;
text-align: center;
}





  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image,
  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
    width: 100%;
    height: auto;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
    
    
  }


.s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shogun-image-content {
  
    align-items: center;
  
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
      position: relative;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image,
  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
    width: 100%;
    height: auto;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
    
    
  }


.s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shogun-image-content {
  
    align-items: center;
  
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
      position: relative;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image,
  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
    width: 100%;
    height: auto;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
    
    
  }


.s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shogun-image-content {
  
    align-items: center;
  
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
      position: relative;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image,
  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
    width: 100%;
    height: auto;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
    
    
  }


.s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shogun-image-content {
  
    align-items: center;
  
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
      position: relative;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image,
  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
    width: 100%;
    height: auto;
  }

  #s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
    
    
  }


.s-40d6241c-ad4f-4753-8571-8f4dc2438415 .shogun-image-content {
  
    align-items: center;
  
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 {
      --shg-aspect-ratio: calc(600/200); 
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container {
      position: relative;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40d6241c-ad4f-4753-8571-8f4dc2438415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-962cb039-72d5-4840-b067-ed7aac6aaa99 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-962cb039-72d5-4840-b067-ed7aac6aaa99 .shogun-heading-component h1 {
  color: rgba(39, 39, 39, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-b382e448-a4b4-466b-94da-227a6682b840 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-b382e448-a4b4-466b-94da-227a6682b840 {
  display: none;
}
#s-b382e448-a4b4-466b-94da-227a6682b840, #wrap-s-b382e448-a4b4-466b-94da-227a6682b840 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b382e448-a4b4-466b-94da-227a6682b840 {
  display: none;
}
#s-b382e448-a4b4-466b-94da-227a6682b840, #wrap-s-b382e448-a4b4-466b-94da-227a6682b840 { display: none !important; }}@media (max-width: 767px){#s-b382e448-a4b4-466b-94da-227a6682b840 {
  display: none;
}
#s-b382e448-a4b4-466b-94da-227a6682b840, #wrap-s-b382e448-a4b4-466b-94da-227a6682b840 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b382e448-a4b4-466b-94da-227a6682b840"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b382e448-a4b4-466b-94da-227a6682b840"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b382e448-a4b4-466b-94da-227a6682b840"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b382e448-a4b4-466b-94da-227a6682b840"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image,
  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
    width: 100%;
    height: auto;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
    
    
  }


.s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
      position: relative;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image,
  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
    width: 100%;
    height: auto;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
    
    
  }


.s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
      position: relative;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image,
  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
    width: 100%;
    height: auto;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
    
    
  }


.s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
      position: relative;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image,
  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
    width: 100%;
    height: auto;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
    
    
  }


.s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
      position: relative;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image,
  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
    width: 100%;
    height: auto;
  }

  #s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
    
    
  }


.s-1b591f63-b4e2-42a8-983e-c32efa9f859d .shogun-image-content {
  
    align-items: center;
  
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container {
      position: relative;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b591f63-b4e2-42a8-983e-c32efa9f859d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b1e730d5-afb1-4177-91cd-1921629c13d4 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b1e730d5-afb1-4177-91cd-1921629c13d4 .shogun-heading-component h1 {
  color: rgba(39, 39, 39, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-8feadec8-7d4c-449f-a1e8-d50c8abfb673-root {
    text-align: left;
  }


#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8feadec8-7d4c-449f-a1e8-d50c8abfb673-root {
    text-align: left;
  }


#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8feadec8-7d4c-449f-a1e8-d50c8abfb673-root {
    text-align: left;
  }


#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8feadec8-7d4c-449f-a1e8-d50c8abfb673-root {
    text-align: left;
  }


#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8feadec8-7d4c-449f-a1e8-d50c8abfb673-root {
    text-align: left;
  }


#s-8feadec8-7d4c-449f-a1e8-d50c8abfb673.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-846355f7-b6be-462b-8930-9e6dab8ca22d {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}
#s-846355f7-b6be-462b-8930-9e6dab8ca22d:hover {border-radius: 7px !important;}




  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image,
  #s-846355f7-b6be-462b-8930-9e6dab8ca22d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d {
    width: 100%;
    height: auto;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
    
    
  }


.s-846355f7-b6be-462b-8930-9e6dab8ca22d .shogun-image-content {
  
    align-items: center;
  
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-846355f7-b6be-462b-8930-9e6dab8ca22d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
      position: relative;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image,
  #s-846355f7-b6be-462b-8930-9e6dab8ca22d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d {
    width: 100%;
    height: auto;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
    
    
  }


.s-846355f7-b6be-462b-8930-9e6dab8ca22d .shogun-image-content {
  
    align-items: center;
  
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-846355f7-b6be-462b-8930-9e6dab8ca22d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
      position: relative;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image,
  #s-846355f7-b6be-462b-8930-9e6dab8ca22d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d {
    width: 100%;
    height: auto;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
    
    
  }


.s-846355f7-b6be-462b-8930-9e6dab8ca22d .shogun-image-content {
  
    align-items: center;
  
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-846355f7-b6be-462b-8930-9e6dab8ca22d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
      position: relative;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image,
  #s-846355f7-b6be-462b-8930-9e6dab8ca22d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d {
    width: 100%;
    height: auto;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
    
    
  }


.s-846355f7-b6be-462b-8930-9e6dab8ca22d .shogun-image-content {
  
    align-items: center;
  
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-846355f7-b6be-462b-8930-9e6dab8ca22d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
      position: relative;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image,
  #s-846355f7-b6be-462b-8930-9e6dab8ca22d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d {
    width: 100%;
    height: auto;
  }

  #s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
    
    
  }


.s-846355f7-b6be-462b-8930-9e6dab8ca22d .shogun-image-content {
  
    align-items: center;
  
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-846355f7-b6be-462b-8930-9e6dab8ca22d {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container {
      position: relative;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-846355f7-b6be-462b-8930-9e6dab8ca22d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cf375af4-4d5c-4169-900e-b03df33108ae {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf375af4-4d5c-4169-900e-b03df33108ae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-13e28049-a9bf-471b-994f-3631fe03f5d5 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13e28049-a9bf-471b-994f-3631fe03f5d5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-13e28049-a9bf-471b-994f-3631fe03f5d5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-13e28049-a9bf-471b-994f-3631fe03f5d5-root {
    text-align: left;
  }


#s-13e28049-a9bf-471b-994f-3631fe03f5d5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13e28049-a9bf-471b-994f-3631fe03f5d5-root {
    text-align: left;
  }


#s-13e28049-a9bf-471b-994f-3631fe03f5d5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13e28049-a9bf-471b-994f-3631fe03f5d5-root {
    text-align: left;
  }


#s-13e28049-a9bf-471b-994f-3631fe03f5d5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13e28049-a9bf-471b-994f-3631fe03f5d5-root {
    text-align: left;
  }


#s-13e28049-a9bf-471b-994f-3631fe03f5d5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13e28049-a9bf-471b-994f-3631fe03f5d5-root {
    text-align: left;
  }


#s-13e28049-a9bf-471b-994f-3631fe03f5d5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-a98cda94-802d-413c-9678-d6ce258bad8a {
  max-width: 600px;
aspect-ratio: 600/400;
text-align: center;
}





  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image,
  #s-a98cda94-802d-413c-9678-d6ce258bad8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a {
    width: 100%;
    height: auto;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
    
    
  }


.s-a98cda94-802d-413c-9678-d6ce258bad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98cda94-802d-413c-9678-d6ce258bad8a {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
      position: relative;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image,
  #s-a98cda94-802d-413c-9678-d6ce258bad8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a {
    width: 100%;
    height: auto;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
    
    
  }


.s-a98cda94-802d-413c-9678-d6ce258bad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98cda94-802d-413c-9678-d6ce258bad8a {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
      position: relative;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image,
  #s-a98cda94-802d-413c-9678-d6ce258bad8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a {
    width: 100%;
    height: auto;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
    
    
  }


.s-a98cda94-802d-413c-9678-d6ce258bad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98cda94-802d-413c-9678-d6ce258bad8a {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
      position: relative;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image,
  #s-a98cda94-802d-413c-9678-d6ce258bad8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a {
    width: 100%;
    height: auto;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
    
    
  }


.s-a98cda94-802d-413c-9678-d6ce258bad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98cda94-802d-413c-9678-d6ce258bad8a {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
      position: relative;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image,
  #s-a98cda94-802d-413c-9678-d6ce258bad8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a {
    width: 100%;
    height: auto;
  }

  #s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
    
    
  }


.s-a98cda94-802d-413c-9678-d6ce258bad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a98cda94-802d-413c-9678-d6ce258bad8a {
      --shg-aspect-ratio: calc(600/400); 
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container {
      position: relative;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a98cda94-802d-413c-9678-d6ce258bad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d6b5efc5-6084-4ce7-8e2d-71be349a7a26 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6b5efc5-6084-4ce7-8e2d-71be349a7a26 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460-root {
    text-align: left;
  }


#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460-root {
    text-align: left;
  }


#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460-root {
    text-align: left;
  }


#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460-root {
    text-align: left;
  }


#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460-root {
    text-align: left;
  }


#s-91f4f70b-6d4f-4e5c-b06a-17d5d40d6460.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
  max-width: 1000px;
aspect-ratio: 1000/820;
text-align: center;
}
@media (min-width: 1200px){#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
  display: none;
}
#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67, #wrap-s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
  display: none;
}
#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67, #wrap-s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
  display: none;
}
#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67, #wrap-s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 { display: none !important; }}




  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image,
  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
    width: 100%;
    height: auto;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
    
    
  }


.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shogun-image-content {
  
    align-items: center;
  
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
      --shg-aspect-ratio: calc(1000/820); 
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
      position: relative;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image,
  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
    width: 100%;
    height: auto;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
    
    
  }


.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shogun-image-content {
  
    align-items: center;
  
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
      --shg-aspect-ratio: calc(1000/820); 
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
      position: relative;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image,
  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
    width: 100%;
    height: auto;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
    
    
  }


.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shogun-image-content {
  
    align-items: center;
  
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
      --shg-aspect-ratio: calc(1000/820); 
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
      position: relative;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image,
  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
    width: 100%;
    height: auto;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
    
    
  }


.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shogun-image-content {
  
    align-items: center;
  
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
      --shg-aspect-ratio: calc(1000/820); 
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
      position: relative;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image,
  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
    width: 100%;
    height: auto;
  }

  #s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
    
    
  }


.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 .shogun-image-content {
  
    align-items: center;
  
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 {
      --shg-aspect-ratio: calc(1000/820); 
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container {
      position: relative;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3503ebc8-dcc3-42d6-a47f-b868fce40f67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-775a4bf9-3f93-4425-aa5f-2d665e16145e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-775a4bf9-3f93-4425-aa5f-2d665e16145e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-775a4bf9-3f93-4425-aa5f-2d665e16145e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-775a4bf9-3f93-4425-aa5f-2d665e16145e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83eb38c9-a3e7-49ce-b809-3cf32c8f80f3 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-83eb38c9-a3e7-49ce-b809-3cf32c8f80f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ebe703d1-297c-430d-826f-a2b7900bcb0b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 6px;
padding-bottom: 6px;
}

@media (min-width: 0px) {
[id="s-ebe703d1-297c-430d-826f-a2b7900bcb0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ebe703d1-297c-430d-826f-a2b7900bcb0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebe703d1-297c-430d-826f-a2b7900bcb0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebe703d1-297c-430d-826f-a2b7900bcb0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a0defca8-c72a-4a39-bdce-9987e312d95d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a0defca8-c72a-4a39-bdce-9987e312d95d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-a0defca8-c72a-4a39-bdce-9987e312d95d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-a0defca8-c72a-4a39-bdce-9987e312d95d-root {
    text-align: center;
  }


#s-a0defca8-c72a-4a39-bdce-9987e312d95d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0defca8-c72a-4a39-bdce-9987e312d95d-root {
    text-align: center;
  }


#s-a0defca8-c72a-4a39-bdce-9987e312d95d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0defca8-c72a-4a39-bdce-9987e312d95d-root {
    text-align: center;
  }


#s-a0defca8-c72a-4a39-bdce-9987e312d95d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0defca8-c72a-4a39-bdce-9987e312d95d-root {
    text-align: center;
  }


#s-a0defca8-c72a-4a39-bdce-9987e312d95d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0defca8-c72a-4a39-bdce-9987e312d95d-root {
    text-align: center;
  }


#s-a0defca8-c72a-4a39-bdce-9987e312d95d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-39528186-983c-4281-ae75-54d79a0b8b63 {
  max-width: 1000px;
aspect-ratio: 1000/863;
text-align: center;
}
@media (min-width: 1200px){#s-39528186-983c-4281-ae75-54d79a0b8b63 {
  display: none;
}
#s-39528186-983c-4281-ae75-54d79a0b8b63, #wrap-s-39528186-983c-4281-ae75-54d79a0b8b63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39528186-983c-4281-ae75-54d79a0b8b63 {
  display: none;
}
#s-39528186-983c-4281-ae75-54d79a0b8b63, #wrap-s-39528186-983c-4281-ae75-54d79a0b8b63 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39528186-983c-4281-ae75-54d79a0b8b63 {
  display: none;
}
#s-39528186-983c-4281-ae75-54d79a0b8b63, #wrap-s-39528186-983c-4281-ae75-54d79a0b8b63 { display: none !important; }}




  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image,
  #s-39528186-983c-4281-ae75-54d79a0b8b63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 {
    width: 100%;
    height: auto;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
    
    
  }


.s-39528186-983c-4281-ae75-54d79a0b8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39528186-983c-4281-ae75-54d79a0b8b63 {
      --shg-aspect-ratio: calc(1000/863); 
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
      position: relative;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image,
  #s-39528186-983c-4281-ae75-54d79a0b8b63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 {
    width: 100%;
    height: auto;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
    
    
  }


.s-39528186-983c-4281-ae75-54d79a0b8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39528186-983c-4281-ae75-54d79a0b8b63 {
      --shg-aspect-ratio: calc(1000/863); 
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
      position: relative;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image,
  #s-39528186-983c-4281-ae75-54d79a0b8b63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 {
    width: 100%;
    height: auto;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
    
    
  }


.s-39528186-983c-4281-ae75-54d79a0b8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39528186-983c-4281-ae75-54d79a0b8b63 {
      --shg-aspect-ratio: calc(1000/863); 
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
      position: relative;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image,
  #s-39528186-983c-4281-ae75-54d79a0b8b63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 {
    width: 100%;
    height: auto;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
    
    
  }


.s-39528186-983c-4281-ae75-54d79a0b8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39528186-983c-4281-ae75-54d79a0b8b63 {
      --shg-aspect-ratio: calc(1000/863); 
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
      position: relative;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image,
  #s-39528186-983c-4281-ae75-54d79a0b8b63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 {
    width: 100%;
    height: auto;
  }

  #s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
    
    
  }


.s-39528186-983c-4281-ae75-54d79a0b8b63 .shogun-image-content {
  
    align-items: center;
  
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39528186-983c-4281-ae75-54d79a0b8b63 {
      --shg-aspect-ratio: calc(1000/863); 
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container {
      position: relative;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39528186-983c-4281-ae75-54d79a0b8b63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5b5154a4-44a5-4cc4-9097-324170087280 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5b5154a4-44a5-4cc4-9097-324170087280 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5b5154a4-44a5-4cc4-9097-324170087280 .shg-sld-nav-button.shg-sld-left,
#s-5b5154a4-44a5-4cc4-9097-324170087280 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(210, 173, 202, 1);
}
@media (min-width: 1200px){#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 {
  display: none;
}
#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29, #wrap-s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 {
  display: none;
}
#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29, #wrap-s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 {
  display: none;
}
#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29, #wrap-s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 { display: none !important; }}







#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09e903c-d0bd-4ea7-a8b6-dc92a99b0a29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc1edd0-4bd3-4ed4-b399-db4a050bd0c7 {
  margin-top: 8px;
margin-left: 6%;
margin-bottom: 8px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(119, 81, 153, 0);
}

@media (min-width: 0px) {
[id="s-1dc1edd0-4bd3-4ed4-b399-db4a050bd0c7"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1dc1edd0-4bd3-4ed4-b399-db4a050bd0c7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1dc1edd0-4bd3-4ed4-b399-db4a050bd0c7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dc1edd0-4bd3-4ed4-b399-db4a050bd0c7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
  max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image,
  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
    width: 100%;
    height: auto;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
    
    
  }


.s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shogun-image-content {
  
    align-items: center;
  
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
      position: relative;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image,
  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
    width: 100%;
    height: auto;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
    
    
  }


.s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shogun-image-content {
  
    align-items: center;
  
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
      position: relative;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image,
  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
    width: 100%;
    height: auto;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
    
    
  }


.s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shogun-image-content {
  
    align-items: center;
  
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
      position: relative;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image,
  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
    width: 100%;
    height: auto;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
    
    
  }


.s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shogun-image-content {
  
    align-items: center;
  
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
      position: relative;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image,
  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
    width: 100%;
    height: auto;
  }

  #s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
    
    
  }


.s-cce7fc41-afb7-4b72-9244-d87b1e24084b .shogun-image-content {
  
    align-items: center;
  
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container {
      position: relative;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce7fc41-afb7-4b72-9244-d87b1e24084b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
  max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image,
  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
    width: 100%;
    height: auto;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
    
    
  }


.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
      position: relative;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image,
  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
    width: 100%;
    height: auto;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
    
    
  }


.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
      position: relative;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image,
  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
    width: 100%;
    height: auto;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
    
    
  }


.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
      position: relative;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image,
  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
    width: 100%;
    height: auto;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
    
    
  }


.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
      position: relative;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image,
  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
    width: 100%;
    height: auto;
  }

  #s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
    
    
  }


.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container {
      position: relative;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbf0f8c-4f31-4cbf-b401-2b45e7fc044c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4e2e9568-00dd-4019-8b04-5444fbd369ce {
  margin-top: 8px;
margin-bottom: 8px;
text-align: left;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image,
  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
    width: 100%;
    height: auto;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
    
    
  }


.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
      position: relative;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image,
  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
    width: 100%;
    height: auto;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
    
    
  }


.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
      position: relative;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image,
  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
    width: 100%;
    height: auto;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
    
    
  }


.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
      position: relative;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image,
  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
    width: 100%;
    height: auto;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
    
    
  }


.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
      position: relative;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image,
  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
    width: 100%;
    height: auto;
  }

  #s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
    
    
  }


.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container {
      position: relative;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc88e8d-10bd-4b60-999e-09f6f7885cc4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
aspect-ratio: 200/80;
text-align: center;
}





  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image,
  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
    width: 100%;
    height: auto;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
    
    
  }


.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
      position: relative;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image,
  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
    width: 100%;
    height: auto;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
    
    
  }


.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
      position: relative;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image,
  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
    width: 100%;
    height: auto;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
    
    
  }


.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
      position: relative;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image,
  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
    width: 100%;
    height: auto;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
    
    
  }


.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
      position: relative;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image,
  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
    width: 100%;
    height: auto;
  }

  #s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
    
    
  }


.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 {
      --shg-aspect-ratio: calc(200/80); 
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container {
      position: relative;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f94cba7-6fae-4219-a8d8-6920c1007ee3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 {
  min-height: 50px;
background-color: rgba(229, 20, 112, 1);
}
@media (min-width: 1200px){#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 {
  display: none;
}
#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192, #wrap-s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 {
  display: none;
}
#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192, #wrap-s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 {
  display: none;
}
#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192, #wrap-s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 { display: none !important; }}







#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d2e8ae-e3b2-42c0-8588-8a17deab5192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 6px;
padding-bottom: 6px;
}
@media (min-width: 1200px){#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 {
  display: none;
}
#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622, #wrap-s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 {
  display: none;
}
#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622, #wrap-s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 { display: none !important; }}
#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 .shg-sld-nav-button.shg-sld-left,
#s-6c17aea4-01ed-4bc1-9dee-baf7f08e0622 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-feebc79c-f059-4bb1-9cf5-07fec889d527 {
  margin-left: -3%;
margin-right: -3%;
}

#s-3870be56-7eb3-4bb1-bf18-7a0a47466433 {
  padding-top: 7px;
padding-bottom: 7px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3870be56-7eb3-4bb1-bf18-7a0a47466433 {
  display: none;
}
#s-3870be56-7eb3-4bb1-bf18-7a0a47466433, #wrap-s-3870be56-7eb3-4bb1-bf18-7a0a47466433 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3870be56-7eb3-4bb1-bf18-7a0a47466433 {
  display: none;
}
#s-3870be56-7eb3-4bb1-bf18-7a0a47466433, #wrap-s-3870be56-7eb3-4bb1-bf18-7a0a47466433 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3870be56-7eb3-4bb1-bf18-7a0a47466433 {
  display: none;
}
#s-3870be56-7eb3-4bb1-bf18-7a0a47466433, #wrap-s-3870be56-7eb3-4bb1-bf18-7a0a47466433 { display: none !important; }}







#s-3870be56-7eb3-4bb1-bf18-7a0a47466433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3870be56-7eb3-4bb1-bf18-7a0a47466433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
  max-width: 1000px;
aspect-ratio: 1000/671;
text-align: center;
}
@media (min-width: 1200px){#s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
  display: none;
}
#s-53a3336c-3404-41bf-b6c5-e0566e455e39, #wrap-s-53a3336c-3404-41bf-b6c5-e0566e455e39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
  display: none;
}
#s-53a3336c-3404-41bf-b6c5-e0566e455e39, #wrap-s-53a3336c-3404-41bf-b6c5-e0566e455e39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
  display: none;
}
#s-53a3336c-3404-41bf-b6c5-e0566e455e39, #wrap-s-53a3336c-3404-41bf-b6c5-e0566e455e39 { display: none !important; }}




  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image,
  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
    width: 100%;
    height: auto;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
    
    
  }


.s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
      position: relative;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image,
  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
    width: 100%;
    height: auto;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
    
    
  }


.s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
      position: relative;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image,
  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
    width: 100%;
    height: auto;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
    
    
  }


.s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
      position: relative;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image,
  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
    width: 100%;
    height: auto;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
    
    
  }


.s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
      position: relative;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image,
  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
    width: 100%;
    height: auto;
  }

  #s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
    
    
  }


.s-53a3336c-3404-41bf-b6c5-e0566e455e39 .shogun-image-content {
  
    align-items: center;
  
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 {
      --shg-aspect-ratio: calc(1000/671); 
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container {
      position: relative;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53a3336c-3404-41bf-b6c5-e0566e455e39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2c4f5923-87bf-41f8-920d-5d60cca146cb {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c4f5923-87bf-41f8-920d-5d60cca146cb .shogun-heading-component h1 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  italic ;
  font-size: 28px;
  
  
  
}



#s-8d97db73-5dba-456a-a738-dfff4bf84120 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8d97db73-5dba-456a-a738-dfff4bf84120:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-8d97db73-5dba-456a-a738-dfff4bf84120:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-8d97db73-5dba-456a-a738-dfff4bf84120-root {
    text-align: center;
  }


#s-8d97db73-5dba-456a-a738-dfff4bf84120.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d97db73-5dba-456a-a738-dfff4bf84120-root {
    text-align: center;
  }


#s-8d97db73-5dba-456a-a738-dfff4bf84120.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d97db73-5dba-456a-a738-dfff4bf84120-root {
    text-align: center;
  }


#s-8d97db73-5dba-456a-a738-dfff4bf84120.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d97db73-5dba-456a-a738-dfff4bf84120-root {
    text-align: center;
  }


#s-8d97db73-5dba-456a-a738-dfff4bf84120.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d97db73-5dba-456a-a738-dfff4bf84120-root {
    text-align: center;
  }


#s-8d97db73-5dba-456a-a738-dfff4bf84120.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-ce90842e-91c5-421e-8e8d-2616c53124dc {
  margin-top: 6px;
margin-bottom: 6px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ce90842e-91c5-421e-8e8d-2616c53124dc {
  display: none;
}
#s-ce90842e-91c5-421e-8e8d-2616c53124dc, #wrap-s-ce90842e-91c5-421e-8e8d-2616c53124dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce90842e-91c5-421e-8e8d-2616c53124dc {
  display: none;
}
#s-ce90842e-91c5-421e-8e8d-2616c53124dc, #wrap-s-ce90842e-91c5-421e-8e8d-2616c53124dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce90842e-91c5-421e-8e8d-2616c53124dc {
  display: none;
}
#s-ce90842e-91c5-421e-8e8d-2616c53124dc, #wrap-s-ce90842e-91c5-421e-8e8d-2616c53124dc { display: none !important; }}







#s-ce90842e-91c5-421e-8e8d-2616c53124dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce90842e-91c5-421e-8e8d-2616c53124dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60796d76-f5da-4b8b-826d-44e952d2791b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-60796d76-f5da-4b8b-826d-44e952d2791b {
  display: none;
}
#s-60796d76-f5da-4b8b-826d-44e952d2791b, #wrap-s-60796d76-f5da-4b8b-826d-44e952d2791b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60796d76-f5da-4b8b-826d-44e952d2791b {
  display: none;
}
#s-60796d76-f5da-4b8b-826d-44e952d2791b, #wrap-s-60796d76-f5da-4b8b-826d-44e952d2791b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60796d76-f5da-4b8b-826d-44e952d2791b {
  display: none;
}
#s-60796d76-f5da-4b8b-826d-44e952d2791b, #wrap-s-60796d76-f5da-4b8b-826d-44e952d2791b { display: none !important; }}







#s-60796d76-f5da-4b8b-826d-44e952d2791b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60796d76-f5da-4b8b-826d-44e952d2791b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed63346-a572-4366-9810-bfc4f5278350 {
  margin-left: 9%;
margin-right: 9%;
text-align: left;
}

#s-5c486508-89fa-41a0-b304-e5a607b6f29b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5c486508-89fa-41a0-b304-e5a607b6f29b {
  display: none;
}
#s-5c486508-89fa-41a0-b304-e5a607b6f29b, #wrap-s-5c486508-89fa-41a0-b304-e5a607b6f29b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c486508-89fa-41a0-b304-e5a607b6f29b {
  display: none;
}
#s-5c486508-89fa-41a0-b304-e5a607b6f29b, #wrap-s-5c486508-89fa-41a0-b304-e5a607b6f29b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c486508-89fa-41a0-b304-e5a607b6f29b {
  display: none;
}
#s-5c486508-89fa-41a0-b304-e5a607b6f29b, #wrap-s-5c486508-89fa-41a0-b304-e5a607b6f29b { display: none !important; }}







#s-5c486508-89fa-41a0-b304-e5a607b6f29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c486508-89fa-41a0-b304-e5a607b6f29b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
  max-width: 1000px;
aspect-ratio: 1000/1450;
text-align: center;
}
@media (min-width: 1200px){#s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
  display: none;
}
#s-7a20b9d3-90a4-4d87-9e67-169818712ac6, #wrap-s-7a20b9d3-90a4-4d87-9e67-169818712ac6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
  display: none;
}
#s-7a20b9d3-90a4-4d87-9e67-169818712ac6, #wrap-s-7a20b9d3-90a4-4d87-9e67-169818712ac6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
  display: none;
}
#s-7a20b9d3-90a4-4d87-9e67-169818712ac6, #wrap-s-7a20b9d3-90a4-4d87-9e67-169818712ac6 { display: none !important; }}




  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image,
  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
    width: 100%;
    height: auto;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
    
    
  }


.s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
      --shg-aspect-ratio: calc(1000/1450); 
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
      position: relative;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image,
  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
    width: 100%;
    height: auto;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
    
    
  }


.s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
      --shg-aspect-ratio: calc(1000/1450); 
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
      position: relative;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image,
  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
    width: 100%;
    height: auto;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
    
    
  }


.s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
      --shg-aspect-ratio: calc(1000/1450); 
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
      position: relative;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image,
  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
    width: 100%;
    height: auto;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
    
    
  }


.s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
      --shg-aspect-ratio: calc(1000/1450); 
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
      position: relative;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image,
  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
    width: 100%;
    height: auto;
  }

  #s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
    
    
  }


.s-7a20b9d3-90a4-4d87-9e67-169818712ac6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 {
      --shg-aspect-ratio: calc(1000/1450); 
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container {
      position: relative;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a20b9d3-90a4-4d87-9e67-169818712ac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-8860ae3d-b73c-4fa5-9550-0e63b03e9589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8860ae3d-b73c-4fa5-9550-0e63b03e9589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8860ae3d-b73c-4fa5-9550-0e63b03e9589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8860ae3d-b73c-4fa5-9550-0e63b03e9589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e5ad543-9ba5-40f4-9c0b-ef1a3d418c0a {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e5ad543-9ba5-40f4-9c0b-ef1a3d418c0a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-603f2f6b-dade-4ae2-927f-8e0ab11f184e {
  margin-left: 7%;
margin-right: 7%;
}

#s-f5b9147c-c6fd-4402-8c35-ef0c4a42f862 {
  min-height: 50px;
}








#s-f5b9147c-c6fd-4402-8c35-ef0c4a42f862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5b9147c-c6fd-4402-8c35-ef0c4a42f862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe667de6-cabb-46a1-8900-bbfc90b9ae59 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-left: 1%;
padding-bottom: 6px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-fe667de6-cabb-46a1-8900-bbfc90b9ae59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fe667de6-cabb-46a1-8900-bbfc90b9ae59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe667de6-cabb-46a1-8900-bbfc90b9ae59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe667de6-cabb-46a1-8900-bbfc90b9ae59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-510ca884-6eeb-4f53-874f-1e16f072892f {
  padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-510ca884-6eeb-4f53-874f-1e16f072892f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-510ca884-6eeb-4f53-874f-1e16f072892f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-510ca884-6eeb-4f53-874f-1e16f072892f-root {
    text-align: center;
  }


#s-510ca884-6eeb-4f53-874f-1e16f072892f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-510ca884-6eeb-4f53-874f-1e16f072892f-root {
    text-align: center;
  }


#s-510ca884-6eeb-4f53-874f-1e16f072892f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-510ca884-6eeb-4f53-874f-1e16f072892f-root {
    text-align: center;
  }


#s-510ca884-6eeb-4f53-874f-1e16f072892f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-510ca884-6eeb-4f53-874f-1e16f072892f-root {
    text-align: center;
  }


#s-510ca884-6eeb-4f53-874f-1e16f072892f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-510ca884-6eeb-4f53-874f-1e16f072892f-root {
    text-align: center;
  }


#s-510ca884-6eeb-4f53-874f-1e16f072892f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-4f724065-0437-4b35-b7f8-82f5f0bb7447 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-left: 1%;
padding-bottom: 6px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-4f724065-0437-4b35-b7f8-82f5f0bb7447"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4f724065-0437-4b35-b7f8-82f5f0bb7447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f724065-0437-4b35-b7f8-82f5f0bb7447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f724065-0437-4b35-b7f8-82f5f0bb7447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-77964ec0-f8c7-45ac-ab82-9308886fc568 {
  border-style: solid;
padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-77964ec0-f8c7-45ac-ab82-9308886fc568:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-77964ec0-f8c7-45ac-ab82-9308886fc568:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(229, 20, 112, 1) !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-77964ec0-f8c7-45ac-ab82-9308886fc568-root {
    text-align: center;
  }


#s-77964ec0-f8c7-45ac-ab82-9308886fc568.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77964ec0-f8c7-45ac-ab82-9308886fc568-root {
    text-align: center;
  }


#s-77964ec0-f8c7-45ac-ab82-9308886fc568.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77964ec0-f8c7-45ac-ab82-9308886fc568-root {
    text-align: center;
  }


#s-77964ec0-f8c7-45ac-ab82-9308886fc568.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77964ec0-f8c7-45ac-ab82-9308886fc568-root {
    text-align: center;
  }


#s-77964ec0-f8c7-45ac-ab82-9308886fc568.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77964ec0-f8c7-45ac-ab82-9308886fc568-root {
    text-align: center;
  }


#s-77964ec0-f8c7-45ac-ab82-9308886fc568.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
  max-width: 3000px;
aspect-ratio: 3000/952;
text-align: center;
}
@media (min-width: 1200px){#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
  display: none;
}
#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748, #wrap-s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
  display: none;
}
#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748, #wrap-s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 { display: none !important; }}@media (max-width: 767px){#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
  display: none;
}
#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748, #wrap-s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 { display: none !important; }}




  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image,
  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
    width: 100%;
    height: auto;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
    
    
  }


.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shogun-image-content {
  
    align-items: center;
  
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
      position: relative;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image,
  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
    width: 100%;
    height: auto;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
    
    
  }


.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shogun-image-content {
  
    align-items: center;
  
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
      position: relative;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image,
  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
    width: 100%;
    height: auto;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
    
    
  }


.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shogun-image-content {
  
    align-items: center;
  
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
      position: relative;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image,
  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
    width: 100%;
    height: auto;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
    
    
  }


.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shogun-image-content {
  
    align-items: center;
  
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
      position: relative;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image,
  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
    width: 100%;
    height: auto;
  }

  #s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
    
    
  }


.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 .shogun-image-content {
  
    align-items: center;
  
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 {
      --shg-aspect-ratio: calc(3000/952); 
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container {
      position: relative;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4333c6b5-5170-4924-88fe-9dc1ccbe6748 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7f81e30b-b34d-4eed-a5fd-aa7572b7d26b {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f81e30b-b34d-4eed-a5fd-aa7572b7d26b .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  italic ;
  font-size: 28px;
  
  
  
}



#s-9e6c8077-4efa-446e-8868-ade44277f68e {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e6c8077-4efa-446e-8868-ade44277f68e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}

  #s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3-root {
    text-align: center;
  }


#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3-root {
    text-align: center;
  }


#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3-root {
    text-align: center;
  }


#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3-root {
    text-align: center;
  }


#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3-root {
    text-align: center;
  }


#s-15fa11f2-ba35-4aa4-a45a-7d57f89c8bf3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 {
  display: none;
}
#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9, #wrap-s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 {
  display: none;
}
#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9, #wrap-s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 { display: none !important; }}@media (max-width: 767px){#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 {
  display: none;
}
#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9, #wrap-s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 { display: none !important; }}







#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e8dd5b0-cbdf-491d-9611-72f028bce6c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea8787f-f1ff-45c5-a0ed-ad1a415549c7 {
  margin-left: 18%;
margin-right: 18%;
text-align: left;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
  max-width: 3000px;
aspect-ratio: 3000/1073;
text-align: center;
}
@media (min-width: 1200px){#s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
  display: none;
}
#s-bda075c8-5a8b-4af0-97af-e90eb220fb17, #wrap-s-bda075c8-5a8b-4af0-97af-e90eb220fb17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
  display: none;
}
#s-bda075c8-5a8b-4af0-97af-e90eb220fb17, #wrap-s-bda075c8-5a8b-4af0-97af-e90eb220fb17 { display: none !important; }}@media (max-width: 767px){#s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
  display: none;
}
#s-bda075c8-5a8b-4af0-97af-e90eb220fb17, #wrap-s-bda075c8-5a8b-4af0-97af-e90eb220fb17 { display: none !important; }}




  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image,
  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
    width: 100%;
    height: auto;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
    
    
  }


.s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shogun-image-content {
  
    align-items: center;
  
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
      position: relative;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image,
  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
    width: 100%;
    height: auto;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
    
    
  }


.s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shogun-image-content {
  
    align-items: center;
  
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
      position: relative;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image,
  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
    width: 100%;
    height: auto;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
    
    
  }


.s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shogun-image-content {
  
    align-items: center;
  
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
      position: relative;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image,
  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
    width: 100%;
    height: auto;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
    
    
  }


.s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shogun-image-content {
  
    align-items: center;
  
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
      position: relative;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image,
  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
    width: 100%;
    height: auto;
  }

  #s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
    
    
  }


.s-bda075c8-5a8b-4af0-97af-e90eb220fb17 .shogun-image-content {
  
    align-items: center;
  
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 {
      --shg-aspect-ratio: calc(3000/1073); 
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container {
      position: relative;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bda075c8-5a8b-4af0-97af-e90eb220fb17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d5bf4eda-fbad-4bb9-99bd-02066e577080 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5bf4eda-fbad-4bb9-99bd-02066e577080"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9acc8e7d-60c7-4124-b69e-ff79529f9e3d {
  padding-top: 16px;
padding-bottom: 16px;
text-align: left;
}

#s-9acc8e7d-60c7-4124-b69e-ff79529f9e3d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0dd55d13-4492-48a4-8722-4af57eba4cbe {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-c2d10562-cdbc-474f-bf9e-8944d357cb71 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c2d10562-cdbc-474f-bf9e-8944d357cb71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2d10562-cdbc-474f-bf9e-8944d357cb71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2d10562-cdbc-474f-bf9e-8944d357cb71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2d10562-cdbc-474f-bf9e-8944d357cb71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a2db52df-7599-4c9a-9541-c23b786fb133 {
  padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-radius: 7px;
background-color: rgba(229, 20, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2db52df-7599-4c9a-9541-c23b786fb133:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2db52df-7599-4c9a-9541-c23b786fb133:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2db52df-7599-4c9a-9541-c23b786fb133-root {
    text-align: left;
  }


#s-a2db52df-7599-4c9a-9541-c23b786fb133.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2db52df-7599-4c9a-9541-c23b786fb133-root {
    text-align: left;
  }


#s-a2db52df-7599-4c9a-9541-c23b786fb133.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2db52df-7599-4c9a-9541-c23b786fb133-root {
    text-align: left;
  }


#s-a2db52df-7599-4c9a-9541-c23b786fb133.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2db52df-7599-4c9a-9541-c23b786fb133-root {
    text-align: left;
  }


#s-a2db52df-7599-4c9a-9541-c23b786fb133.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2db52df-7599-4c9a-9541-c23b786fb133-root {
    text-align: left;
  }


#s-a2db52df-7599-4c9a-9541-c23b786fb133.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-b6749519-2ce8-4ff6-be69-8b14a7df830b {
  border-style: solid;
margin-top: 0px;
margin-left: -26%;
margin-bottom: 0px;
margin-right: -26%;
padding-top: 8px;
padding-left: 12px;
padding-bottom: 8px;
padding-right: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 20, 112, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(229, 20, 112, 1);
}
#s-b6749519-2ce8-4ff6-be69-8b14a7df830b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6749519-2ce8-4ff6-be69-8b14a7df830b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6749519-2ce8-4ff6-be69-8b14a7df830b-root {
    text-align: left;
  }


#s-b6749519-2ce8-4ff6-be69-8b14a7df830b.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6749519-2ce8-4ff6-be69-8b14a7df830b-root {
    text-align: left;
  }


#s-b6749519-2ce8-4ff6-be69-8b14a7df830b.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6749519-2ce8-4ff6-be69-8b14a7df830b-root {
    text-align: left;
  }


#s-b6749519-2ce8-4ff6-be69-8b14a7df830b.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6749519-2ce8-4ff6-be69-8b14a7df830b-root {
    text-align: left;
  }


#s-b6749519-2ce8-4ff6-be69-8b14a7df830b.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6749519-2ce8-4ff6-be69-8b14a7df830b-root {
    text-align: left;
  }


#s-b6749519-2ce8-4ff6-be69-8b14a7df830b.shg-btn {
  color: rgba(229, 20, 112, 1);
  font-size: 11px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-0fc5ff21-4911-40c2-ad99-557617f8be41 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc5ff21-4911-40c2-ad99-557617f8be41 {
  display: none;
}
#s-0fc5ff21-4911-40c2-ad99-557617f8be41, #wrap-s-0fc5ff21-4911-40c2-ad99-557617f8be41 { display: none !important; }}







#s-0fc5ff21-4911-40c2-ad99-557617f8be41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc5ff21-4911-40c2-ad99-557617f8be41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2915146-f8bd-40a2-bac8-ac820d073373 {
  min-height: 50px;
background-color: rgba(0, 148, 144, 1);
}
@media (min-width: 1200px){#s-f2915146-f8bd-40a2-bac8-ac820d073373 {
  display: none;
}
#s-f2915146-f8bd-40a2-bac8-ac820d073373, #wrap-s-f2915146-f8bd-40a2-bac8-ac820d073373 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2915146-f8bd-40a2-bac8-ac820d073373 {
  display: none;
}
#s-f2915146-f8bd-40a2-bac8-ac820d073373, #wrap-s-f2915146-f8bd-40a2-bac8-ac820d073373 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2915146-f8bd-40a2-bac8-ac820d073373 {
  display: none;
}
#s-f2915146-f8bd-40a2-bac8-ac820d073373, #wrap-s-f2915146-f8bd-40a2-bac8-ac820d073373 { display: none !important; }}







#s-f2915146-f8bd-40a2-bac8-ac820d073373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2915146-f8bd-40a2-bac8-ac820d073373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b53cdd76-5aa4-49a4-a2a4-3911e05ed7b8 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b53cdd76-5aa4-49a4-a2a4-3911e05ed7b8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b53cdd76-5aa4-49a4-a2a4-3911e05ed7b8 .shg-sld-nav-button.shg-sld-left,
#s-b53cdd76-5aa4-49a4-a2a4-3911e05ed7b8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-c0befe98-8c19-4516-b13a-2f1821db44d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0befe98-8c19-4516-b13a-2f1821db44d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0befe98-8c19-4516-b13a-2f1821db44d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0befe98-8c19-4516-b13a-2f1821db44d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image,
  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
    width: 100%;
    height: auto;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
    
    
  }


.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
      position: relative;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image,
  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
    width: 100%;
    height: auto;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
    
    
  }


.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
      position: relative;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image,
  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
    width: 100%;
    height: auto;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
    
    
  }


.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
      position: relative;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image,
  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
    width: 100%;
    height: auto;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
    
    
  }


.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
      position: relative;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image,
  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
    width: 100%;
    height: auto;
  }

  #s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
    
    
  }


.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container {
      position: relative;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1aef955-8fd4-46a8-b0a4-b1d674c46550 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-cd10b90c-2416-47fd-ba8a-c3ec04e861e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd10b90c-2416-47fd-ba8a-c3ec04e861e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd10b90c-2416-47fd-ba8a-c3ec04e861e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd10b90c-2416-47fd-ba8a-c3ec04e861e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image,
  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
    width: 100%;
    height: auto;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
    
    
  }


.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
      position: relative;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image,
  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
    width: 100%;
    height: auto;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
    
    
  }


.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
      position: relative;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image,
  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
    width: 100%;
    height: auto;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
    
    
  }


.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
      position: relative;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image,
  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
    width: 100%;
    height: auto;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
    
    
  }


.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
      position: relative;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image,
  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
    width: 100%;
    height: auto;
  }

  #s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
    
    
  }


.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container {
      position: relative;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb48acf4-2b9f-48fa-97d5-984f4b0b2695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-ebe93df6-9d08-4bb3-a657-fc86e007f5df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebe93df6-9d08-4bb3-a657-fc86e007f5df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebe93df6-9d08-4bb3-a657-fc86e007f5df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebe93df6-9d08-4bb3-a657-fc86e007f5df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image,
  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
    width: 100%;
    height: auto;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
    
    
  }


.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
      position: relative;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image,
  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
    width: 100%;
    height: auto;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
    
    
  }


.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
      position: relative;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image,
  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
    width: 100%;
    height: auto;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
    
    
  }


.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
      position: relative;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image,
  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
    width: 100%;
    height: auto;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
    
    
  }


.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
      position: relative;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image,
  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
    width: 100%;
    height: auto;
  }

  #s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
    
    
  }


.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container {
      position: relative;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311a1d3d-c41a-4122-9b48-fc13dd314fb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-b9cc1191-68f0-4457-ac97-a4560921e715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9cc1191-68f0-4457-ac97-a4560921e715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9cc1191-68f0-4457-ac97-a4560921e715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9cc1191-68f0-4457-ac97-a4560921e715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image,
  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
    width: 100%;
    height: auto;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
    
    
  }


.s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shogun-image-content {
  
    align-items: center;
  
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
      position: relative;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image,
  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
    width: 100%;
    height: auto;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
    
    
  }


.s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shogun-image-content {
  
    align-items: center;
  
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
      position: relative;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image,
  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
    width: 100%;
    height: auto;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
    
    
  }


.s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shogun-image-content {
  
    align-items: center;
  
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
      position: relative;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image,
  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
    width: 100%;
    height: auto;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
    
    
  }


.s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shogun-image-content {
  
    align-items: center;
  
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
      position: relative;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image,
  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
    width: 100%;
    height: auto;
  }

  #s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
    
    
  }


.s-a82dc2fc-71bc-4410-ba81-66d5b1530955 .shogun-image-content {
  
    align-items: center;
  
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container {
      position: relative;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82dc2fc-71bc-4410-ba81-66d5b1530955 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 {
  display: none;
}
#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2, #wrap-s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 {
  display: none;
}
#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2, #wrap-s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 {
  display: none;
}
#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2, #wrap-s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 { display: none !important; }}@media (max-width: 767px){#s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2 {
  
}
}
@media (min-width: 0px) {
[id="s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e72a5bfc-f416-4ec0-ab1e-6c594c7a09f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-777a4770-1d4b-4588-ba21-754dc2c66417 {
  text-align: center;
}







  img.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
    
    
  }


.s-777a4770-1d4b-4588-ba21-754dc2c66417 .shogun-image-content {
  
    align-items: center;
  
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
    
    
  }


.s-777a4770-1d4b-4588-ba21-754dc2c66417 .shogun-image-content {
  
    align-items: center;
  
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
    
    
  }


.s-777a4770-1d4b-4588-ba21-754dc2c66417 .shogun-image-content {
  
    align-items: center;
  
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
    
    
  }


.s-777a4770-1d4b-4588-ba21-754dc2c66417 .shogun-image-content {
  
    align-items: center;
  
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
    
    
  }


.s-777a4770-1d4b-4588-ba21-754dc2c66417 .shogun-image-content {
  
    align-items: center;
  
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a4770-1d4b-4588-ba21-754dc2c66417.shogun-image {
  box-sizing: border-box;
}



}
#s-440c3d02-e536-4e0e-94e8-faa756f8a81f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-440c3d02-e536-4e0e-94e8-faa756f8a81f .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-440c3d02-e536-4e0e-94e8-faa756f8a81f .shogun-heading-component h3 a {
  color: ;
}


#s-c46908ad-d04f-49b7-8fa7-860429cd35d8 {
  text-align: center;
}







  img.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
    
    
  }


.s-c46908ad-d04f-49b7-8fa7-860429cd35d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
    
    
  }


.s-c46908ad-d04f-49b7-8fa7-860429cd35d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
    
    
  }


.s-c46908ad-d04f-49b7-8fa7-860429cd35d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
    
    
  }


.s-c46908ad-d04f-49b7-8fa7-860429cd35d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
    
    
  }


.s-c46908ad-d04f-49b7-8fa7-860429cd35d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c46908ad-d04f-49b7-8fa7-860429cd35d8.shogun-image {
  box-sizing: border-box;
}



}
#s-f7415539-d82e-48d3-aa1b-f93433d9f94c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7415539-d82e-48d3-aa1b-f93433d9f94c .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f7415539-d82e-48d3-aa1b-f93433d9f94c .shogun-heading-component h3 a {
  color: ;
}


#s-62a46118-52a2-462e-bdbf-8fd590f2a224 {
  text-align: center;
}







  img.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
    
    
  }


.s-62a46118-52a2-462e-bdbf-8fd590f2a224 .shogun-image-content {
  
    align-items: center;
  
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
    
    
  }


.s-62a46118-52a2-462e-bdbf-8fd590f2a224 .shogun-image-content {
  
    align-items: center;
  
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
    
    
  }


.s-62a46118-52a2-462e-bdbf-8fd590f2a224 .shogun-image-content {
  
    align-items: center;
  
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
    
    
  }


.s-62a46118-52a2-462e-bdbf-8fd590f2a224 .shogun-image-content {
  
    align-items: center;
  
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
    
    
  }


.s-62a46118-52a2-462e-bdbf-8fd590f2a224 .shogun-image-content {
  
    align-items: center;
  
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a46118-52a2-462e-bdbf-8fd590f2a224.shogun-image {
  box-sizing: border-box;
}



}
#s-5a5cc18a-7651-49e6-a472-51f5c940d7a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a5cc18a-7651-49e6-a472-51f5c940d7a2 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5a5cc18a-7651-49e6-a472-51f5c940d7a2 .shogun-heading-component h3 a {
  color: ;
}


#s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
  max-width: 3000px;
aspect-ratio: 3000/836;
text-align: center;
}
@media (min-width: 1200px){#s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
  display: none;
}
#s-924979b9-a703-44ff-9deb-ca8c68e79da1, #wrap-s-924979b9-a703-44ff-9deb-ca8c68e79da1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
  display: none;
}
#s-924979b9-a703-44ff-9deb-ca8c68e79da1, #wrap-s-924979b9-a703-44ff-9deb-ca8c68e79da1 { display: none !important; }}@media (max-width: 767px){#s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
  display: none;
}
#s-924979b9-a703-44ff-9deb-ca8c68e79da1, #wrap-s-924979b9-a703-44ff-9deb-ca8c68e79da1 { display: none !important; }}




  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image,
  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
    width: 100%;
    height: auto;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
    
    
  }


.s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
      position: relative;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image,
  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
    width: 100%;
    height: auto;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
    
    
  }


.s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
      position: relative;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image,
  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
    width: 100%;
    height: auto;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
    
    
  }


.s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
      position: relative;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image,
  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
    width: 100%;
    height: auto;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
    
    
  }


.s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
      position: relative;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image,
  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
    width: 100%;
    height: auto;
  }

  #s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
    
    
  }


.s-924979b9-a703-44ff-9deb-ca8c68e79da1 .shogun-image-content {
  
    align-items: center;
  
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 {
      --shg-aspect-ratio: calc(3000/836); 
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container {
      position: relative;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-924979b9-a703-44ff-9deb-ca8c68e79da1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-97667b38-f569-4907-b66d-96d801d0b6f1 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97667b38-f569-4907-b66d-96d801d0b6f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-76a6f543-62f0-4082-b038-3163dd08e4dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76a6f543-62f0-4082-b038-3163dd08e4dc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-62855581-2aec-41f7-91f8-8d324253ec5e {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-62855581-2aec-41f7-91f8-8d324253ec5e {
  display: none;
}
#s-62855581-2aec-41f7-91f8-8d324253ec5e, #wrap-s-62855581-2aec-41f7-91f8-8d324253ec5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62855581-2aec-41f7-91f8-8d324253ec5e {
  display: none;
}
#s-62855581-2aec-41f7-91f8-8d324253ec5e, #wrap-s-62855581-2aec-41f7-91f8-8d324253ec5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62855581-2aec-41f7-91f8-8d324253ec5e {
  display: none;
}
#s-62855581-2aec-41f7-91f8-8d324253ec5e, #wrap-s-62855581-2aec-41f7-91f8-8d324253ec5e { display: none !important; }}@media (max-width: 767px){#s-62855581-2aec-41f7-91f8-8d324253ec5e {
  
}
}
@media (min-width: 0px) {
[id="s-62855581-2aec-41f7-91f8-8d324253ec5e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-62855581-2aec-41f7-91f8-8d324253ec5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62855581-2aec-41f7-91f8-8d324253ec5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62855581-2aec-41f7-91f8-8d324253ec5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371 {
  text-align: center;
}







  img.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
    
    
  }


.s-a6c9ab43-e141-4b2b-89fa-3679504da371 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
    
    
  }


.s-a6c9ab43-e141-4b2b-89fa-3679504da371 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
    
    
  }


.s-a6c9ab43-e141-4b2b-89fa-3679504da371 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
    
    
  }


.s-a6c9ab43-e141-4b2b-89fa-3679504da371 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
    
    
  }


.s-a6c9ab43-e141-4b2b-89fa-3679504da371 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6c9ab43-e141-4b2b-89fa-3679504da371.shogun-image {
  box-sizing: border-box;
}



}
#s-7a326029-0023-433c-9499-e8c201d81189 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a326029-0023-433c-9499-e8c201d81189 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-7a326029-0023-433c-9499-e8c201d81189 .shogun-heading-component h3 a {
  color: ;
}


#s-51fc9801-8493-4ca6-9683-991d4276518c {
  text-align: center;
}







  img.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
    
    
  }


.s-51fc9801-8493-4ca6-9683-991d4276518c .shogun-image-content {
  
    align-items: center;
  
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
    
    
  }


.s-51fc9801-8493-4ca6-9683-991d4276518c .shogun-image-content {
  
    align-items: center;
  
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
    
    
  }


.s-51fc9801-8493-4ca6-9683-991d4276518c .shogun-image-content {
  
    align-items: center;
  
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
    
    
  }


.s-51fc9801-8493-4ca6-9683-991d4276518c .shogun-image-content {
  
    align-items: center;
  
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
    
    
  }


.s-51fc9801-8493-4ca6-9683-991d4276518c .shogun-image-content {
  
    align-items: center;
  
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fc9801-8493-4ca6-9683-991d4276518c.shogun-image {
  box-sizing: border-box;
}



}
#s-5de6867a-1076-48fe-9f8e-a4036c920371 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5de6867a-1076-48fe-9f8e-a4036c920371 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5de6867a-1076-48fe-9f8e-a4036c920371 .shogun-heading-component h3 a {
  color: ;
}


#s-d4386d4e-df6e-401a-a002-14bd1091f42f {
  text-align: center;
}







  img.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
    
    
  }


.s-d4386d4e-df6e-401a-a002-14bd1091f42f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
    
    
  }


.s-d4386d4e-df6e-401a-a002-14bd1091f42f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
    
    
  }


.s-d4386d4e-df6e-401a-a002-14bd1091f42f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
    
    
  }


.s-d4386d4e-df6e-401a-a002-14bd1091f42f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
    
    
  }


.s-d4386d4e-df6e-401a-a002-14bd1091f42f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4386d4e-df6e-401a-a002-14bd1091f42f.shogun-image {
  box-sizing: border-box;
}



}
#s-76d81006-aef2-4ed4-bc55-42eafb3f5421 {
  margin-left: -5%;
margin-right: -5%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-76d81006-aef2-4ed4-bc55-42eafb3f5421 .shogun-heading-component h3 {
  color: ;
  font-weight:  500 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-76d81006-aef2-4ed4-bc55-42eafb3f5421 .shogun-heading-component h3 a {
  color: ;
}


#s-ad2b745b-f864-49dd-98ee-fa798929ca9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ad2b745b-f864-49dd-98ee-fa798929ca9c {
  display: none;
}
#s-ad2b745b-f864-49dd-98ee-fa798929ca9c, #wrap-s-ad2b745b-f864-49dd-98ee-fa798929ca9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad2b745b-f864-49dd-98ee-fa798929ca9c {
  display: none;
}
#s-ad2b745b-f864-49dd-98ee-fa798929ca9c, #wrap-s-ad2b745b-f864-49dd-98ee-fa798929ca9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad2b745b-f864-49dd-98ee-fa798929ca9c {
  display: none;
}
#s-ad2b745b-f864-49dd-98ee-fa798929ca9c, #wrap-s-ad2b745b-f864-49dd-98ee-fa798929ca9c { display: none !important; }}
#s-ad2b745b-f864-49dd-98ee-fa798929ca9c .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 {
  display: none;
}
#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029, #wrap-s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 {
  display: none;
}
#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029, #wrap-s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 {
  display: none;
}
#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029, #wrap-s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 { display: none !important; }}
#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 .shg-sld-nav-button.shg-sld-left,
#s-0a2e3bd1-1a39-4a00-97b7-7d58cc8f5029 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3652e87c-0020-4742-b101-c7485297637a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3652e87c-0020-4742-b101-c7485297637a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3652e87c-0020-4742-b101-c7485297637a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3652e87c-0020-4742-b101-c7485297637a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88271cc8-430d-4f54-8435-ce41133ec9b2 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  text-align: left;
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  max-width:  100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  width: 100%;
}



.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  max-width:  100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  width: 100%;
}



.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  max-width:  100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  width: 100%;
}



.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  max-width:  100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  width: 100%;
}



.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a {
  max-width:  100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  width: 100%;
}



.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a .shg-image-zoom,
.shg-c#s-e493a4e2-57cd-4efa-a30b-c006c07f892a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c25a3368-7980-4e8b-83ce-30fc96926b98 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-c25a3368-7980-4e8b-83ce-30fc96926b98 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-58a1a488-f208-470e-96ad-815c53ba25ab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-81154999-ba4b-421e-a245-f900e7cd1f3f {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81154999-ba4b-421e-a245-f900e7cd1f3f:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-81154999-ba4b-421e-a245-f900e7cd1f3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81154999-ba4b-421e-a245-f900e7cd1f3f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81154999-ba4b-421e-a245-f900e7cd1f3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81154999-ba4b-421e-a245-f900e7cd1f3f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-81154999-ba4b-421e-a245-f900e7cd1f3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e4dd6e33-8bb4-4da6-b347-96ad062faa23 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-e4dd6e33-8bb4-4da6-b347-96ad062faa23 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e4dd6e33-8bb4-4da6-b347-96ad062faa23 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e4dd6e33-8bb4-4da6-b347-96ad062faa23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-f516b4db-8706-408a-97aa-2460ef454cb5 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  text-align: left;
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  max-width:  100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  width: 100%;
}



.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  max-width:  100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  width: 100%;
}



.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  max-width:  100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  width: 100%;
}



.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  max-width:  100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  width: 100%;
}



.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 {
  max-width:  100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  width: 100%;
}



.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 .shg-image-zoom,
.shg-c#s-86e5bc21-ac0a-4f0b-869a-05bebd4199c3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f41d4741-da22-4ea9-b098-f5cb1787a154 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}

#s-f41d4741-da22-4ea9-b098-f5cb1787a154 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-04d25035-2a24-41a6-bf35-b3528105df75 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-04d25035-2a24-41a6-bf35-b3528105df75:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-04d25035-2a24-41a6-bf35-b3528105df75:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04d25035-2a24-41a6-bf35-b3528105df75 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04d25035-2a24-41a6-bf35-b3528105df75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04d25035-2a24-41a6-bf35-b3528105df75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-04d25035-2a24-41a6-bf35-b3528105df75.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-942e7205-38bf-4c70-b9d3-99551b624be0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-942e7205-38bf-4c70-b9d3-99551b624be0 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-942e7205-38bf-4c70-b9d3-99551b624be0 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-942e7205-38bf-4c70-b9d3-99551b624be0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

@media (min-width: 0px) {
[id="s-924348a1-645d-4598-a2ac-ef0311550864"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-924348a1-645d-4598-a2ac-ef0311550864"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-924348a1-645d-4598-a2ac-ef0311550864"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-924348a1-645d-4598-a2ac-ef0311550864"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c38e7b3c-7165-48b4-9531-2be834e7f9c4 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  text-align: left;
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  max-width:  100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  width: 100%;
}



.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  max-width:  100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  width: 100%;
}



.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  max-width:  100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  width: 100%;
}



.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  max-width:  100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  width: 100%;
}



.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f {
  max-width:  100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  width: 100%;
}



.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f .shg-image-zoom,
.shg-c#s-2fe42e6e-abbc-4bf8-acca-7653e3ff087f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-424aa671-ae3c-4f72-8888-5f4e8fb93ce1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-424aa671-ae3c-4f72-8888-5f4e8fb93ce1 .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-c389bb26-6a80-4f57-bb3d-ce208d407e80 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-bottom: 7px;
background-color: rgba(255, 255, 255, 0);
}

#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-6660b3c8-e54b-48bc-8bcc-4f34c7aeb110.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-34b06b84-eae8-4ac6-8adf-8451dfdf8083 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-34b06b84-eae8-4ac6-8adf-8451dfdf8083 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-34b06b84-eae8-4ac6-8adf-8451dfdf8083 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-34b06b84-eae8-4ac6-8adf-8451dfdf8083 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-f375ab5d-966c-49e4-abb4-a8167f01c716 {
  box-shadow:0px 0px 6px 0px rgba(147, 141, 141, 0.45);
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(68, 168, 183, 0);
border-style: solid;
border-radius: 13px;
background-color: rgba(239, 239, 239, 1);
opacity: 1;
}

#s-39382729-b7a0-455b-890b-0a74c643372a {
  text-align: left;
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a {
  max-width:  100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  width: 100%;
}



.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a {
  max-width:  100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  width: 100%;
}



.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a {
  max-width:  100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  width: 100%;
}



.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a {
  max-width:  100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  width: 100%;
}



.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a {
  max-width:  100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  max-width: 2048px !important;
  
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  width: 100%;
}



.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a .shg-image-zoom,
.shg-c#s-39382729-b7a0-455b-890b-0a74c643372a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-5832b211-d535-42ed-bea4-d02696d61bfb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-5832b211-d535-42ed-bea4-d02696d61bfb .shg-product-title-component h3 {
  color: rgba(39, 39, 39, 1);
  font-weight:  500 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a23450f4-f224-478e-95cd-f7454cb8029b {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-adeb81c5-68ba-432d-8d35-c215b8d790c3 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(229, 20, 112, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-adeb81c5-68ba-432d-8d35-c215b8d790c3:hover {border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(229, 20, 112, 1) !important;}#s-adeb81c5-68ba-432d-8d35-c215b8d790c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-adeb81c5-68ba-432d-8d35-c215b8d790c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adeb81c5-68ba-432d-8d35-c215b8d790c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adeb81c5-68ba-432d-8d35-c215b8d790c3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  inline-block ;
}

#s-adeb81c5-68ba-432d-8d35-c215b8d790c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-491e2560-041f-4a9f-8355-b2e7fd092702 {
  margin-top: 9px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-491e2560-041f-4a9f-8355-b2e7fd092702 .shg-product-sold-out {
  display: none;
  color: rgba(39, 39, 39, 1);
  font-size: 16px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-491e2560-041f-4a9f-8355-b2e7fd092702 .shg-product-price {
  color: rgba(39, 39, 39, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-491e2560-041f-4a9f-8355-b2e7fd092702 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
