.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-8514b6b2-1a64-4402-9024-b8721801c346 {
  min-height: 50px;
background-color: rgba(226, 246, 221, 1);
}








#s-8514b6b2-1a64-4402-9024-b8721801c346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8514b6b2-1a64-4402-9024-b8721801c346 {
  cursor: pointer;
}#s-8514b6b2-1a64-4402-9024-b8721801c346.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d985d55d-14eb-42cb-805e-f0d066cc088f {
  margin-left: 10%;
margin-right: 10%;
}

#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 405px;
background-position: center center;
}

#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0331bbb6-f120-46c6-bbfd-906de4417f76 {
  background-image: url(https://i.shgcdn.com/4a20182b-307b-4fb9-abd0-7353f9a17388/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-0331bbb6-f120-46c6-bbfd-906de4417f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0331bbb6-f120-46c6-bbfd-906de4417f76.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6c2988d1-827a-43b1-a8f7-6a17d364300a {
  padding-top: 22px;
padding-bottom: 1px;
}

#s-50a19481-090f-4ac9-8944-1e471e71d4f6 {
  padding-top: 12px;
padding-bottom: 12px;
}

.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;
}

#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 {
  min-height: 1px;
}

@media (min-width: 0px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image,
  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
    width: 100%;
    height: auto;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
    
    
  }


.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
      position: relative;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image,
  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
    width: 100%;
    height: auto;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
    
    
  }


.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
      position: relative;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image,
  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
    width: 100%;
    height: auto;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
    
    
  }


.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
      position: relative;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image,
  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
    width: 100%;
    height: auto;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
    
    
  }


.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
      position: relative;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image,
  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
    width: 100%;
    height: auto;
  }

  #s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
    
    
  }


.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container {
      position: relative;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fcab7a0-e89f-4d9e-8ad3-ddff57c93294 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 620px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (max-width: 767px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-4f7dc908-8fe6-480f-936f-8eab05c5414c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4f7dc908-8fe6-480f-936f-8eab05c5414c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-8150a3ba-5ec7-475f-91c3-b1aff5047c1c {
  min-height: 20px;
max-width: 100px;
}








#s-8150a3ba-5ec7-475f-91c3-b1aff5047c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8150a3ba-5ec7-475f-91c3-b1aff5047c1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-dc8d6531-55ec-42b0-bcdf-b384b7469e64 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-dc8d6531-55ec-42b0-bcdf-b384b7469e64 hr {
  border-top: 2px solid #ddd;
}

.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: ;
  font-family: ;
}

.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-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(248, 246, 246, 1);
}
#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43:hover {background-color: rgba(253, 252, 253, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 47, 47, 1) !important;}#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43:active {background-color: rgba(250, 250, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}

  #s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43-root {
    text-align: left;
  }


#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43.shg-btn {
  color: rgba(248, 246, 246, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43-root {
    text-align: left;
  }


#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43.shg-btn {
  color: rgba(248, 246, 246, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43-root {
    text-align: left;
  }


#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43.shg-btn {
  color: rgba(248, 246, 246, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43-root {
    text-align: left;
  }


#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43.shg-btn {
  color: rgba(248, 246, 246, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43-root {
    text-align: left;
  }


#s-008eaa7d-d155-4ddd-ba6c-0f1a3f6c6a43.shg-btn {
  color: rgba(248, 246, 246, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-09c310b6-aa0a-478c-897c-43f3f2d8c4bf {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09c310b6-aa0a-478c-897c-43f3f2d8c4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09c310b6-aa0a-478c-897c-43f3f2d8c4bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ffa2711-4580-489a-8bff-564300a11074 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-6ffa2711-4580-489a-8bff-564300a11074 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-22604802-57d4-4c6a-a101-2be7c3b8fe9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-22604802-57d4-4c6a-a101-2be7c3b8fe9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-22604802-57d4-4c6a-a101-2be7c3b8fe9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-22604802-57d4-4c6a-a101-2be7c3b8fe9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 {
  text-align: left;
}



.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c8c0864-63c0-4ee3-ad92-c098b284ebf0 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-3f0dfff4-e4b9-4dae-8371-a4fe09c00e3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f0dfff4-e4b9-4dae-8371-a4fe09c00e3c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d {
  text-align: left;
}



.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a378cb1-b75a-4094-b103-38c5e52aeb6d img.shogun-image {
  width: 100%;
}



}
#s-9c334309-12b2-4174-9491-8ef0dec04c27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c334309-12b2-4174-9491-8ef0dec04c27 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ed384845-d9f1-4371-987b-be6068fc65fb {
  text-align: left;
}



.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ed384845-d9f1-4371-987b-be6068fc65fb img.shogun-image {
  width: 100%;
}



}
#s-3763cb5f-43dc-4786-9ebc-35854d51c763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3763cb5f-43dc-4786-9ebc-35854d51c763 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 {
  text-align: left;
}



.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-420fc9d0-5c78-4c45-a312-2cae46c889b3 img.shogun-image {
  width: 100%;
}



}
#s-038c62bc-f154-447f-9e8b-02b140f7fefa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-038c62bc-f154-447f-9e8b-02b140f7fefa .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 620px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-275ff994-b60a-409c-879c-41f8b26d4497 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-275ff994-b60a-409c-879c-41f8b26d4497 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-c7200a55-1f59-498a-b4f5-3b91b540ad11 {
  min-height: 20px;
max-width: 100px;
}








#s-c7200a55-1f59-498a-b4f5-3b91b540ad11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7200a55-1f59-498a-b4f5-3b91b540ad11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79be26ef-5a79-4642-9682-34f0d88ea1ad {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-79be26ef-5a79-4642-9682-34f0d88ea1ad hr {
  border-top: 2px solid #ddd;
}

#s-c9ad2b7e-b999-428d-8044-c637dceeb12a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9ad2b7e-b999-428d-8044-c637dceeb12a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-c9ad2b7e-b999-428d-8044-c637dceeb12a:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c9ad2b7e-b999-428d-8044-c637dceeb12a-root {
    text-align: left;
  }


#s-c9ad2b7e-b999-428d-8044-c637dceeb12a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9ad2b7e-b999-428d-8044-c637dceeb12a-root {
    text-align: left;
  }


#s-c9ad2b7e-b999-428d-8044-c637dceeb12a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9ad2b7e-b999-428d-8044-c637dceeb12a-root {
    text-align: left;
  }


#s-c9ad2b7e-b999-428d-8044-c637dceeb12a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9ad2b7e-b999-428d-8044-c637dceeb12a-root {
    text-align: left;
  }


#s-c9ad2b7e-b999-428d-8044-c637dceeb12a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9ad2b7e-b999-428d-8044-c637dceeb12a-root {
    text-align: left;
  }


#s-c9ad2b7e-b999-428d-8044-c637dceeb12a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image,
  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
    width: 100%;
    height: auto;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
    
    
  }


.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shogun-image-content {
  
    align-items: center;
  
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
      position: relative;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image,
  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
    width: 100%;
    height: auto;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
    
    
  }


.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shogun-image-content {
  
    align-items: center;
  
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
      position: relative;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image,
  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
    width: 100%;
    height: auto;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
    
    
  }


.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shogun-image-content {
  
    align-items: center;
  
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
      position: relative;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image,
  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
    width: 100%;
    height: auto;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
    
    
  }


.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shogun-image-content {
  
    align-items: center;
  
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
      position: relative;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image,
  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
    width: 100%;
    height: auto;
  }

  #s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
    
    
  }


.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa .shogun-image-content {
  
    align-items: center;
  
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container {
      position: relative;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65d79b57-ee84-4a1e-986e-d622bd64f5aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-91e777d4-a4d1-460d-bf33-b66beab298e1 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-91e777d4-a4d1-460d-bf33-b66beab298e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91e777d4-a4d1-460d-bf33-b66beab298e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72cf6d66-8557-4c1c-b0f5-2ce3ea9e8165 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-72cf6d66-8557-4c1c-b0f5-2ce3ea9e8165 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-03f4b12a-4f70-4fe4-9bfe-a5f73163fa88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-03f4b12a-4f70-4fe4-9bfe-a5f73163fa88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-03f4b12a-4f70-4fe4-9bfe-a5f73163fa88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-03f4b12a-4f70-4fe4-9bfe-a5f73163fa88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-891fa726-863e-4755-aef8-4d1968f0d2fa {
  text-align: left;
}



.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-891fa726-863e-4755-aef8-4d1968f0d2fa img.shogun-image {
  width: 100%;
}



}
#s-785ba26b-1f15-48ff-bf4e-043e80b0758b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-785ba26b-1f15-48ff-bf4e-043e80b0758b .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 {
  text-align: left;
}



.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ffeae73-c621-4a00-9b9a-68c326f6e4b5 img.shogun-image {
  width: 100%;
}



}
#s-590b4e7b-6eaa-4661-8139-6ead564721bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-590b4e7b-6eaa-4661-8139-6ead564721bc .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 {
  text-align: left;
}



.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-60d8189a-c383-4ce0-ba62-81ac7eaccf55 img.shogun-image {
  width: 100%;
}



}
#s-955fd24e-3d99-4bbe-9785-f8c0217fb69c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-955fd24e-3d99-4bbe-9785-f8c0217fb69c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 {
  text-align: left;
}



.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddec2ddc-bbba-46bb-b098-44ff957d1fd7 img.shogun-image {
  width: 100%;
}



}
#s-4b3e9ec7-8291-48ef-baef-25e85054620f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b3e9ec7-8291-48ef-baef-25e85054620f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-2a34891e-577b-43e7-9648-eeb011ec1b87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a34891e-577b-43e7-9648-eeb011ec1b87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a34891e-577b-43e7-9648-eeb011ec1b87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a34891e-577b-43e7-9648-eeb011ec1b87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c38f963-328e-4d2f-bbee-98488c196632 {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image,
  #s-9c38f963-328e-4d2f-bbee-98488c196632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 {
    width: 100%;
    height: auto;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
    
    
  }


.s-9c38f963-328e-4d2f-bbee-98488c196632 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c38f963-328e-4d2f-bbee-98488c196632 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
      position: relative;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image,
  #s-9c38f963-328e-4d2f-bbee-98488c196632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 {
    width: 100%;
    height: auto;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
    
    
  }


.s-9c38f963-328e-4d2f-bbee-98488c196632 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c38f963-328e-4d2f-bbee-98488c196632 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
      position: relative;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image,
  #s-9c38f963-328e-4d2f-bbee-98488c196632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 {
    width: 100%;
    height: auto;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
    
    
  }


.s-9c38f963-328e-4d2f-bbee-98488c196632 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c38f963-328e-4d2f-bbee-98488c196632 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
      position: relative;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image,
  #s-9c38f963-328e-4d2f-bbee-98488c196632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 {
    width: 100%;
    height: auto;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
    
    
  }


.s-9c38f963-328e-4d2f-bbee-98488c196632 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c38f963-328e-4d2f-bbee-98488c196632 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
      position: relative;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image,
  #s-9c38f963-328e-4d2f-bbee-98488c196632 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 {
    width: 100%;
    height: auto;
  }

  #s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
    
    
  }


.s-9c38f963-328e-4d2f-bbee-98488c196632 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c38f963-328e-4d2f-bbee-98488c196632 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container {
      position: relative;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c38f963-328e-4d2f-bbee-98488c196632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ab77c570-2f05-4858-ba9f-126e58161304 {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ab77c570-2f05-4858-ba9f-126e58161304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab77c570-2f05-4858-ba9f-126e58161304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab77c570-2f05-4858-ba9f-126e58161304 {
  
}
}@media (max-width: 767px){#s-ab77c570-2f05-4858-ba9f-126e58161304 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-ab77c570-2f05-4858-ba9f-126e58161304 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ab77c570-2f05-4858-ba9f-126e58161304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-829e2d51-f30e-45a3-9f94-f13905f220e9 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-829e2d51-f30e-45a3-9f94-f13905f220e9 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-4cce4cf9-9d5f-46d5-855f-aaf7224bde71 {
  min-height: 20px;
max-width: 100px;
}








#s-4cce4cf9-9d5f-46d5-855f-aaf7224bde71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cce4cf9-9d5f-46d5-855f-aaf7224bde71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-162ddfd4-8d9c-470f-9bcf-03024a19030b {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-162ddfd4-8d9c-470f-9bcf-03024a19030b hr {
  border-top: 2px solid #ddd;
}

#s-3fffc114-69d9-4a7c-8149-01c9875bd402 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3fffc114-69d9-4a7c-8149-01c9875bd402:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-3fffc114-69d9-4a7c-8149-01c9875bd402:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3fffc114-69d9-4a7c-8149-01c9875bd402-root {
    text-align: left;
  }


#s-3fffc114-69d9-4a7c-8149-01c9875bd402.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fffc114-69d9-4a7c-8149-01c9875bd402-root {
    text-align: left;
  }


#s-3fffc114-69d9-4a7c-8149-01c9875bd402.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fffc114-69d9-4a7c-8149-01c9875bd402-root {
    text-align: left;
  }


#s-3fffc114-69d9-4a7c-8149-01c9875bd402.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fffc114-69d9-4a7c-8149-01c9875bd402-root {
    text-align: left;
  }


#s-3fffc114-69d9-4a7c-8149-01c9875bd402.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fffc114-69d9-4a7c-8149-01c9875bd402-root {
    text-align: left;
  }


#s-3fffc114-69d9-4a7c-8149-01c9875bd402.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-159fbe72-bbdf-4c6a-868b-023ce4871b8b {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-159fbe72-bbdf-4c6a-868b-023ce4871b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-159fbe72-bbdf-4c6a-868b-023ce4871b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c0343b-a642-4fc5-838d-0af0432ca3fd {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-37c0343b-a642-4fc5-838d-0af0432ca3fd .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-fb4cf4ff-516f-4be7-a2c9-6ad8ff8bbe6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fb4cf4ff-516f-4be7-a2c9-6ad8ff8bbe6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fb4cf4ff-516f-4be7-a2c9-6ad8ff8bbe6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb4cf4ff-516f-4be7-a2c9-6ad8ff8bbe6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3817130d-40f1-4709-a44a-715979510ef5 {
  text-align: left;
}



.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3817130d-40f1-4709-a44a-715979510ef5 img.shogun-image {
  width: 100%;
}



}
#s-bc4efda9-87d6-40e4-a7f3-f4fa74e76147 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc4efda9-87d6-40e4-a7f3-f4fa74e76147 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-23303b43-9a86-46ff-a218-274cf94a08d5 {
  text-align: left;
}



.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23303b43-9a86-46ff-a218-274cf94a08d5 img.shogun-image {
  width: 100%;
}



}
#s-08322c36-3702-459b-9a62-3a8d9d6bde6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08322c36-3702-459b-9a62-3a8d9d6bde6d .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-04438028-ee7e-484e-a243-e9b34c3bef64 {
  text-align: left;
}



.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04438028-ee7e-484e-a243-e9b34c3bef64 img.shogun-image {
  width: 100%;
}



}
#s-d6ab829c-f49f-41f9-a830-43fc15a688f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6ab829c-f49f-41f9-a830-43fc15a688f3 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-015550de-82ad-4743-b3b6-cba654a45622 {
  text-align: left;
}



.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-015550de-82ad-4743-b3b6-cba654a45622 img.shogun-image {
  width: 100%;
}



}
#s-80bf0494-6bef-4773-92e9-2f0c116c6af3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80bf0494-6bef-4773-92e9-2f0c116c6af3 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-a6ce8947-f2f1-4f7d-a7ff-2bd3980ed226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ce8947-f2f1-4f7d-a7ff-2bd3980ed226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ce8947-f2f1-4f7d-a7ff-2bd3980ed226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ce8947-f2f1-4f7d-a7ff-2bd3980ed226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c98280be-497e-4337-b48e-3616698e9e5e {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c98280be-497e-4337-b48e-3616698e9e5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c98280be-497e-4337-b48e-3616698e9e5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c98280be-497e-4337-b48e-3616698e9e5e {
  
}
}@media (max-width: 767px){#s-c98280be-497e-4337-b48e-3616698e9e5e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-c98280be-497e-4337-b48e-3616698e9e5e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c98280be-497e-4337-b48e-3616698e9e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-268ac26d-5c54-475d-b53a-cdf01a19418e {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-268ac26d-5c54-475d-b53a-cdf01a19418e .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-6e41e121-fbb7-4c8b-84a2-8688c2e654eb {
  min-height: 20px;
max-width: 100px;
}








#s-6e41e121-fbb7-4c8b-84a2-8688c2e654eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e41e121-fbb7-4c8b-84a2-8688c2e654eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3a80b7d-b5d6-46d8-a6e9-e0f5739236e2 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-d3a80b7d-b5d6-46d8-a6e9-e0f5739236e2 hr {
  border-top: 2px solid #ddd;
}

#s-f6931dc3-200d-4b93-8094-3fa429162f13 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f6931dc3-200d-4b93-8094-3fa429162f13:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-f6931dc3-200d-4b93-8094-3fa429162f13:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6931dc3-200d-4b93-8094-3fa429162f13-root {
    text-align: left;
  }


#s-f6931dc3-200d-4b93-8094-3fa429162f13.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6931dc3-200d-4b93-8094-3fa429162f13-root {
    text-align: left;
  }


#s-f6931dc3-200d-4b93-8094-3fa429162f13.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6931dc3-200d-4b93-8094-3fa429162f13-root {
    text-align: left;
  }


#s-f6931dc3-200d-4b93-8094-3fa429162f13.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6931dc3-200d-4b93-8094-3fa429162f13-root {
    text-align: left;
  }


#s-f6931dc3-200d-4b93-8094-3fa429162f13.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6931dc3-200d-4b93-8094-3fa429162f13-root {
    text-align: left;
  }


#s-f6931dc3-200d-4b93-8094-3fa429162f13.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-cab14193-25c2-41c0-a249-51c5d0181201 {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image,
  #s-cab14193-25c2-41c0-a249-51c5d0181201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 {
    width: 100%;
    height: auto;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
    
    
  }


.s-cab14193-25c2-41c0-a249-51c5d0181201 .shogun-image-content {
  
    align-items: center;
  
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cab14193-25c2-41c0-a249-51c5d0181201 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
      position: relative;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image,
  #s-cab14193-25c2-41c0-a249-51c5d0181201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 {
    width: 100%;
    height: auto;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
    
    
  }


.s-cab14193-25c2-41c0-a249-51c5d0181201 .shogun-image-content {
  
    align-items: center;
  
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cab14193-25c2-41c0-a249-51c5d0181201 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
      position: relative;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image,
  #s-cab14193-25c2-41c0-a249-51c5d0181201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 {
    width: 100%;
    height: auto;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
    
    
  }


.s-cab14193-25c2-41c0-a249-51c5d0181201 .shogun-image-content {
  
    align-items: center;
  
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cab14193-25c2-41c0-a249-51c5d0181201 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
      position: relative;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image,
  #s-cab14193-25c2-41c0-a249-51c5d0181201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 {
    width: 100%;
    height: auto;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
    
    
  }


.s-cab14193-25c2-41c0-a249-51c5d0181201 .shogun-image-content {
  
    align-items: center;
  
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cab14193-25c2-41c0-a249-51c5d0181201 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
      position: relative;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image,
  #s-cab14193-25c2-41c0-a249-51c5d0181201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 {
    width: 100%;
    height: auto;
  }

  #s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
    
    
  }


.s-cab14193-25c2-41c0-a249-51c5d0181201 .shogun-image-content {
  
    align-items: center;
  
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cab14193-25c2-41c0-a249-51c5d0181201 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container {
      position: relative;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cab14193-25c2-41c0-a249-51c5d0181201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0771ae17-7092-452b-8487-3e30ee007fe5 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0771ae17-7092-452b-8487-3e30ee007fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0771ae17-7092-452b-8487-3e30ee007fe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-565975be-dff9-48a7-baa7-a0821e63e0eb {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-565975be-dff9-48a7-baa7-a0821e63e0eb .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-5ad61065-db3d-4027-a445-d2434945903c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5ad61065-db3d-4027-a445-d2434945903c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5ad61065-db3d-4027-a445-d2434945903c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ad61065-db3d-4027-a445-d2434945903c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7a299852-84a5-43be-855e-4386d01e0d24 {
  text-align: left;
}



.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a299852-84a5-43be-855e-4386d01e0d24 img.shogun-image {
  width: 100%;
}



}
#s-ad7cf978-6c72-4c6d-9b0f-31eff13a586b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad7cf978-6c72-4c6d-9b0f-31eff13a586b .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 {
  text-align: left;
}



.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e011216b-dce2-4326-9b6b-28c5acc4cdb2 img.shogun-image {
  width: 100%;
}



}
#s-ebdbacde-09ec-4f1b-9d80-c1ad470d2d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebdbacde-09ec-4f1b-9d80-c1ad470d2d7e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-03dc2764-207a-4569-969f-3af15582e61a {
  text-align: left;
}



.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03dc2764-207a-4569-969f-3af15582e61a img.shogun-image {
  width: 100%;
}



}
#s-b37a80aa-23db-44e9-a842-fb495fd97d68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b37a80aa-23db-44e9-a842-fb495fd97d68 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 {
  text-align: left;
}



.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1f79dce-a43d-4953-9313-fdae6ccbaaa8 img.shogun-image {
  width: 100%;
}



}
#s-7ca6ff69-0b8e-460d-b90a-e7839317f01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ca6ff69-0b8e-460d-b90a-e7839317f01d .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-7cdee9d4-7a5f-4838-8764-d00bce08f6e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cdee9d4-7a5f-4838-8764-d00bce08f6e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cdee9d4-7a5f-4838-8764-d00bce08f6e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cdee9d4-7a5f-4838-8764-d00bce08f6e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4439f983-71cc-448c-a76c-6562c3755063 {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image,
  #s-4439f983-71cc-448c-a76c-6562c3755063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 {
    width: 100%;
    height: auto;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
    
    
  }


.s-4439f983-71cc-448c-a76c-6562c3755063 .shogun-image-content {
  
    align-items: center;
  
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4439f983-71cc-448c-a76c-6562c3755063 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
      position: relative;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image,
  #s-4439f983-71cc-448c-a76c-6562c3755063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 {
    width: 100%;
    height: auto;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
    
    
  }


.s-4439f983-71cc-448c-a76c-6562c3755063 .shogun-image-content {
  
    align-items: center;
  
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4439f983-71cc-448c-a76c-6562c3755063 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
      position: relative;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image,
  #s-4439f983-71cc-448c-a76c-6562c3755063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 {
    width: 100%;
    height: auto;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
    
    
  }


.s-4439f983-71cc-448c-a76c-6562c3755063 .shogun-image-content {
  
    align-items: center;
  
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4439f983-71cc-448c-a76c-6562c3755063 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
      position: relative;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image,
  #s-4439f983-71cc-448c-a76c-6562c3755063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 {
    width: 100%;
    height: auto;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
    
    
  }


.s-4439f983-71cc-448c-a76c-6562c3755063 .shogun-image-content {
  
    align-items: center;
  
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4439f983-71cc-448c-a76c-6562c3755063 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
      position: relative;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image,
  #s-4439f983-71cc-448c-a76c-6562c3755063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 {
    width: 100%;
    height: auto;
  }

  #s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
    
    
  }


.s-4439f983-71cc-448c-a76c-6562c3755063 .shogun-image-content {
  
    align-items: center;
  
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4439f983-71cc-448c-a76c-6562c3755063 {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container {
      position: relative;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4439f983-71cc-448c-a76c-6562c3755063 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 {
  
}
}@media (max-width: 767px){#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-10e80a62-7c2a-4bf2-be6c-fa8681aa6165.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6cc43d3-0884-4420-bf30-e59f9441e3c6 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-a6cc43d3-0884-4420-bf30-e59f9441e3c6 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-6b918dbb-b8d8-468f-83e2-f98eff3d4633 {
  min-height: 20px;
max-width: 100px;
}








#s-6b918dbb-b8d8-468f-83e2-f98eff3d4633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b918dbb-b8d8-468f-83e2-f98eff3d4633.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afabca63-4775-4f64-9a07-b0818c4a5ba7 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-afabca63-4775-4f64-9a07-b0818c4a5ba7 hr {
  border-top: 2px solid #ddd;
}

#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2757f39a-167d-49f1-b0c0-fc0017e0be2f-root {
    text-align: left;
  }


#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2757f39a-167d-49f1-b0c0-fc0017e0be2f-root {
    text-align: left;
  }


#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2757f39a-167d-49f1-b0c0-fc0017e0be2f-root {
    text-align: left;
  }


#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2757f39a-167d-49f1-b0c0-fc0017e0be2f-root {
    text-align: left;
  }


#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2757f39a-167d-49f1-b0c0-fc0017e0be2f-root {
    text-align: left;
  }


#s-2757f39a-167d-49f1-b0c0-fc0017e0be2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-fa1fb353-b9ba-4c69-b780-a90dab29e31a {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa1fb353-b9ba-4c69-b780-a90dab29e31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1fb353-b9ba-4c69-b780-a90dab29e31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47c10537-60f3-49af-8034-7fbeeaa7efa4 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-47c10537-60f3-49af-8034-7fbeeaa7efa4 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2ab9bfea-94e5-4d56-9ec6-9e184820b6e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2ab9bfea-94e5-4d56-9ec6-9e184820b6e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2ab9bfea-94e5-4d56-9ec6-9e184820b6e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ab9bfea-94e5-4d56-9ec6-9e184820b6e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d498f329-412b-4c5c-8356-63a57a22b2dc {
  text-align: left;
}



.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d498f329-412b-4c5c-8356-63a57a22b2dc img.shogun-image {
  width: 100%;
}



}
#s-31515837-fd8f-4a37-a55d-4d62b83ce65a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31515837-fd8f-4a37-a55d-4d62b83ce65a .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27322790-2dc8-4024-bc1a-81757fa3310b {
  text-align: left;
}



.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27322790-2dc8-4024-bc1a-81757fa3310b img.shogun-image {
  width: 100%;
}



}
#s-01cef3b1-6c72-45ab-9d1d-a4df608b8025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01cef3b1-6c72-45ab-9d1d-a4df608b8025 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 {
  text-align: left;
}



.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c612b12-8bc6-4b5f-9e48-f1b0992da470 img.shogun-image {
  width: 100%;
}



}
#s-cff74caf-8130-43fa-98c6-0ba38a481918 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cff74caf-8130-43fa-98c6-0ba38a481918 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 {
  text-align: left;
}



.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ad6022b-d9ea-4395-b95b-79d6b62c3c78 img.shogun-image {
  width: 100%;
}



}
#s-33dfa15a-f8c6-4b5e-8f68-50677e8e748d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33dfa15a-f8c6-4b5e-8f68-50677e8e748d .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-f41043bd-7534-4f97-babe-00400a517025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f41043bd-7534-4f97-babe-00400a517025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f41043bd-7534-4f97-babe-00400a517025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f41043bd-7534-4f97-babe-00400a517025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 {
  
}
}@media (max-width: 767px){#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-732d2645-3ce5-44c6-a8c1-fdb898b25ba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b73fda9b-d6c2-4e19-a5b9-ba4832c1a34c {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-b73fda9b-d6c2-4e19-a5b9-ba4832c1a34c .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-6a474705-25c8-411c-a6fc-8c466a9b5dd7 {
  min-height: 20px;
max-width: 100px;
}








#s-6a474705-25c8-411c-a6fc-8c466a9b5dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a474705-25c8-411c-a6fc-8c466a9b5dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cd314fb-cfe1-4c7b-90dc-1a3beb6bc530 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-7cd314fb-cfe1-4c7b-90dc-1a3beb6bc530 hr {
  border-top: 2px solid #ddd;
}

#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7-root {
    text-align: left;
  }


#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7-root {
    text-align: left;
  }


#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7-root {
    text-align: left;
  }


#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7-root {
    text-align: left;
  }


#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7-root {
    text-align: left;
  }


#s-d981deea-54c1-44e2-90be-9b2b8fe5f0e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-b48f251b-9963-4b90-acf7-f634598427da {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image,
  #s-b48f251b-9963-4b90-acf7-f634598427da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da {
    width: 100%;
    height: auto;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
    
    
  }


.s-b48f251b-9963-4b90-acf7-f634598427da .shogun-image-content {
  
    align-items: center;
  
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b48f251b-9963-4b90-acf7-f634598427da {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
      position: relative;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image,
  #s-b48f251b-9963-4b90-acf7-f634598427da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da {
    width: 100%;
    height: auto;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
    
    
  }


.s-b48f251b-9963-4b90-acf7-f634598427da .shogun-image-content {
  
    align-items: center;
  
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b48f251b-9963-4b90-acf7-f634598427da {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
      position: relative;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image,
  #s-b48f251b-9963-4b90-acf7-f634598427da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da {
    width: 100%;
    height: auto;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
    
    
  }


.s-b48f251b-9963-4b90-acf7-f634598427da .shogun-image-content {
  
    align-items: center;
  
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b48f251b-9963-4b90-acf7-f634598427da {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
      position: relative;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image,
  #s-b48f251b-9963-4b90-acf7-f634598427da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da {
    width: 100%;
    height: auto;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
    
    
  }


.s-b48f251b-9963-4b90-acf7-f634598427da .shogun-image-content {
  
    align-items: center;
  
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b48f251b-9963-4b90-acf7-f634598427da {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
      position: relative;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image,
  #s-b48f251b-9963-4b90-acf7-f634598427da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da {
    width: 100%;
    height: auto;
  }

  #s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
    
    
  }


.s-b48f251b-9963-4b90-acf7-f634598427da .shogun-image-content {
  
    align-items: center;
  
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b48f251b-9963-4b90-acf7-f634598427da {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container {
      position: relative;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b48f251b-9963-4b90-acf7-f634598427da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7a1c57c8-edcc-458d-a8e2-6b97c7fcc5d7 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7a1c57c8-edcc-458d-a8e2-6b97c7fcc5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a1c57c8-edcc-458d-a8e2-6b97c7fcc5d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65091c47-1b0a-4687-876d-a82826b703cf {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-65091c47-1b0a-4687-876d-a82826b703cf .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-12bbeb06-2163-4171-9994-7e30f34647dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12bbeb06-2163-4171-9994-7e30f34647dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-12bbeb06-2163-4171-9994-7e30f34647dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-12bbeb06-2163-4171-9994-7e30f34647dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c {
  text-align: left;
}



.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d940d7d-511a-4a4d-8b5f-2395e2d1f51c img.shogun-image {
  width: 100%;
}



}
#s-ef93a869-aec8-4157-9357-60bfc3687c9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef93a869-aec8-4157-9357-60bfc3687c9b .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 {
  text-align: left;
}



.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a495cf8-8b35-453e-a8b0-2503cfa5a492 img.shogun-image {
  width: 100%;
}



}
#s-dfa05719-b6c6-4a12-975b-8800dbd20d8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfa05719-b6c6-4a12-975b-8800dbd20d8e .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 {
  text-align: left;
}



.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04b4fc5c-0508-4d92-a49f-8d8f34b6efc9 img.shogun-image {
  width: 100%;
}



}
#s-206bf614-4f76-46cd-b12b-7c4faf75cb24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-206bf614-4f76-46cd-b12b-7c4faf75cb24 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0d0c1644-8772-47f0-86a5-312c2847f57d {
  text-align: left;
}



.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d0c1644-8772-47f0-86a5-312c2847f57d img.shogun-image {
  width: 100%;
}



}
#s-f485ef9d-e274-43f9-9b62-91c90fe5050f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f485ef9d-e274-43f9-9b62-91c90fe5050f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-03311fad-17c9-467e-9c3c-bf45d851af44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03311fad-17c9-467e-9c3c-bf45d851af44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03311fad-17c9-467e-9c3c-bf45d851af44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03311fad-17c9-467e-9c3c-bf45d851af44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e3749177-22d8-46a3-b923-242681599f6e {
  max-width: 5390px;
aspect-ratio: 5390/6941;
text-align: center;
}





  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image,
  #s-e3749177-22d8-46a3-b923-242681599f6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e {
    width: 100%;
    height: auto;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
    
    
  }


.s-e3749177-22d8-46a3-b923-242681599f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3749177-22d8-46a3-b923-242681599f6e {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
      position: relative;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image,
  #s-e3749177-22d8-46a3-b923-242681599f6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e {
    width: 100%;
    height: auto;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
    
    
  }


.s-e3749177-22d8-46a3-b923-242681599f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3749177-22d8-46a3-b923-242681599f6e {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
      position: relative;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image,
  #s-e3749177-22d8-46a3-b923-242681599f6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e {
    width: 100%;
    height: auto;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
    
    
  }


.s-e3749177-22d8-46a3-b923-242681599f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3749177-22d8-46a3-b923-242681599f6e {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
      position: relative;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image,
  #s-e3749177-22d8-46a3-b923-242681599f6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e {
    width: 100%;
    height: auto;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
    
    
  }


.s-e3749177-22d8-46a3-b923-242681599f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3749177-22d8-46a3-b923-242681599f6e {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
      position: relative;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image,
  #s-e3749177-22d8-46a3-b923-242681599f6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e {
    width: 100%;
    height: auto;
  }

  #s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
    
    
  }


.s-e3749177-22d8-46a3-b923-242681599f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3749177-22d8-46a3-b923-242681599f6e {
      --shg-aspect-ratio: calc(5390/6941); 
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container {
      position: relative;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3749177-22d8-46a3-b923-242681599f6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7d432f92-a950-47a2-b185-9e0076e68ed7 {
  padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d432f92-a950-47a2-b185-9e0076e68ed7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d432f92-a950-47a2-b185-9e0076e68ed7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d432f92-a950-47a2-b185-9e0076e68ed7 {
  
}
}@media (max-width: 767px){#s-7d432f92-a950-47a2-b185-9e0076e68ed7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-7d432f92-a950-47a2-b185-9e0076e68ed7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7d432f92-a950-47a2-b185-9e0076e68ed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c114a0c4-68f2-4b07-ac59-1d76ce87687a {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-c114a0c4-68f2-4b07-ac59-1d76ce87687a .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Big Moore";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-e569cd8d-0ef2-4973-9f81-4bcdc3225bbd {
  min-height: 20px;
max-width: 100px;
}








#s-e569cd8d-0ef2-4973-9f81-4bcdc3225bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e569cd8d-0ef2-4973-9f81-4bcdc3225bbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01e72241-17fe-4629-a7fb-bfda6427d579 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-01e72241-17fe-4629-a7fb-bfda6427d579 hr {
  border-top: 2px solid #ddd;
}

#s-91118fbc-9039-43ce-8173-b3eaae3b681c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(48, 48, 48, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-91118fbc-9039-43ce-8173-b3eaae3b681c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(48, 48, 48, 1) !important;}#s-91118fbc-9039-43ce-8173-b3eaae3b681c:active {background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-91118fbc-9039-43ce-8173-b3eaae3b681c-root {
    text-align: left;
  }


#s-91118fbc-9039-43ce-8173-b3eaae3b681c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91118fbc-9039-43ce-8173-b3eaae3b681c-root {
    text-align: left;
  }


#s-91118fbc-9039-43ce-8173-b3eaae3b681c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91118fbc-9039-43ce-8173-b3eaae3b681c-root {
    text-align: left;
  }


#s-91118fbc-9039-43ce-8173-b3eaae3b681c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91118fbc-9039-43ce-8173-b3eaae3b681c-root {
    text-align: left;
  }


#s-91118fbc-9039-43ce-8173-b3eaae3b681c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91118fbc-9039-43ce-8173-b3eaae3b681c-root {
    text-align: left;
  }


#s-91118fbc-9039-43ce-8173-b3eaae3b681c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-d307af9a-7422-4e8a-9e9c-e40e34709fc8 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d307af9a-7422-4e8a-9e9c-e40e34709fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d307af9a-7422-4e8a-9e9c-e40e34709fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08dbd91f-4d6f-4d50-aa79-18bf2519016c {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-08dbd91f-4d6f-4d50-aa79-18bf2519016c .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c1d37fad-c288-473b-8b06-e026e165440b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c1d37fad-c288-473b-8b06-e026e165440b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c1d37fad-c288-473b-8b06-e026e165440b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c1d37fad-c288-473b-8b06-e026e165440b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-07b62fa6-fdc8-4251-bb67-9019d4050625 {
  text-align: left;
}



.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07b62fa6-fdc8-4251-bb67-9019d4050625 img.shogun-image {
  width: 100%;
}



}
#s-ddb7eee0-609a-476c-8044-7cd81052a1dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddb7eee0-609a-476c-8044-7cd81052a1dc .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  text-align: left;
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  max-width:  100%;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom,
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  max-width:  100%;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom,
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  max-width:  100%;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom,
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  max-width:  100%;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom,
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e {
  max-width:  100%;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom,
.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  max-width: 220px !important;
  
}

.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c51624f5-390a-4af1-91d8-05538f22cd5e img.shogun-image {
  width: 100%;
}



}
#s-ebbdfd55-a6b6-424a-9506-5c03302663f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebbdfd55-a6b6-424a-9506-5c03302663f7 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-382cdd35-109b-4d6f-97ff-9eaf7331475a {
  text-align: left;
}



.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-382cdd35-109b-4d6f-97ff-9eaf7331475a img.shogun-image {
  width: 100%;
}



}
#s-f26a702a-f8f2-425f-913f-369f6b395dd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f26a702a-f8f2-425f-913f-369f6b395dd0 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6aa80432-df85-4570-9459-5157b18e5bf4 {
  text-align: left;
}



.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6aa80432-df85-4570-9459-5157b18e5bf4 img.shogun-image {
  width: 100%;
}



}
#s-a1cb25c9-e5e8-4b5e-ba0e-35ad2a884061 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1cb25c9-e5e8-4b5e-ba0e-35ad2a884061 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Figtree;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

/*
  $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}
