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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -100px;
margin-left: 0px;
margin-bottom: -100px;
margin-right: 0px;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/003dccf8-ad4a-460d-867a-9456dad6b73f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  margin-top: -100px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 14.666666666666666px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 14.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 14.666666666666666px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 14.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 14.666666666666666px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 14.666666666666666px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 44px;
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}
#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  background-image: url();
}








#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 51px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-3ca271ad-182a-49b5-8362-a481e08b3565 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-3ca271ad-182a-49b5-8362-a481e08b3565 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ca271ad-182a-49b5-8362-a481e08b3565 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ca271ad-182a-49b5-8362-a481e08b3565 {
  
}
}@media (max-width: 767px){#s-3ca271ad-182a-49b5-8362-a481e08b3565 {
  
}
}
#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  margin-top: -15px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}@media (max-width: 767px){#s-5e0f82c6-533a-45f2-bc20-adae92ae5b20 {
  
}
}
@media (min-width: 0px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-5e0f82c6-533a-45f2-bc20-adae92ae5b20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-892ccdb6-801b-416c-ba4d-70d50bc3f2a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-892ccdb6-801b-416c-ba4d-70d50bc3f2a8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
  margin-left: auto;
margin-right: auto;
max-width: 2812px;
aspect-ratio: 2812/1600;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }

    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-link {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
    width: 100%;
    height: auto;
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
    
    
  }


.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
      --shg-aspect-ratio: calc(2812/1600); 
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
      position: relative;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }

    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-link {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
    width: 100%;
    height: auto;
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
    
    
  }


.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
      --shg-aspect-ratio: calc(2812/1600); 
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
      position: relative;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }

    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-link {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
    width: 100%;
    height: auto;
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
    
    
  }


.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
      --shg-aspect-ratio: calc(2812/1600); 
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
      position: relative;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }

    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-link {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
    width: 100%;
    height: auto;
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
    
    
  }


.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
      --shg-aspect-ratio: calc(2812/1600); 
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
      position: relative;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }

    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-link {
      aspect-ratio: 2812/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
    width: 100%;
    height: auto;
  }

  #s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
    
    
  }


.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 {
      --shg-aspect-ratio: calc(2812/1600); 
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container {
      position: relative;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3b6652-90e3-4dbf-96ec-3a5680cd99a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-f04eb166-4bb8-4b42-86ca-f996953d186d {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 55px;
padding-top: 3px;
padding-left: 9px;
padding-bottom: 3px;
padding-right: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 13px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-f04eb166-4bb8-4b42-86ca-f996953d186d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 13px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f04eb166-4bb8-4b42-86ca-f996953d186d:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f04eb166-4bb8-4b42-86ca-f996953d186d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f04eb166-4bb8-4b42-86ca-f996953d186d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f04eb166-4bb8-4b42-86ca-f996953d186d {
  
}
}@media (max-width: 767px){#s-f04eb166-4bb8-4b42-86ca-f996953d186d {
  
}
}

  #s-f04eb166-4bb8-4b42-86ca-f996953d186d-root {
    text-align: center;
  }


#s-f04eb166-4bb8-4b42-86ca-f996953d186d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f04eb166-4bb8-4b42-86ca-f996953d186d-root {
    text-align: center;
  }


#s-f04eb166-4bb8-4b42-86ca-f996953d186d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f04eb166-4bb8-4b42-86ca-f996953d186d-root {
    text-align: center;
  }


#s-f04eb166-4bb8-4b42-86ca-f996953d186d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f04eb166-4bb8-4b42-86ca-f996953d186d-root {
    text-align: center;
  }


#s-f04eb166-4bb8-4b42-86ca-f996953d186d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f04eb166-4bb8-4b42-86ca-f996953d186d-root {
    text-align: center;
  }


#s-f04eb166-4bb8-4b42-86ca-f996953d186d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-561c58ae-a237-4e6f-a2b4-2a737e6d7816 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 65px;
padding-bottom: 65px;
min-height: 51px;
background-color: rgba(33, 19, 47, 1);
}








#s-561c58ae-a237-4e6f-a2b4-2a737e6d7816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561c58ae-a237-4e6f-a2b4-2a737e6d7816.shg-box.shg-c {
  justify-content: center;
}

#s-6810ee48-7d47-49fd-abcc-49d50a2a006d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-6810ee48-7d47-49fd-abcc-49d50a2a006d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6810ee48-7d47-49fd-abcc-49d50a2a006d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97456b89-4454-4f01-a470-d8069bb28964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-5061e158-0466-4f4b-81c0-233eeb7adeba {
  margin-bottom: 60px;
text-align: center;
}
#s-5061e158-0466-4f4b-81c0-233eeb7adeba:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(5, 5, 5, 1) !important;
opacity: 1 !important;}






  #s-5061e158-0466-4f4b-81c0-233eeb7adeba img.shogun-image {
    

    
    
    
  }


#s-5061e158-0466-4f4b-81c0-233eeb7adeba .shogun-image-content {
  
    align-items: center;
  
}

#s-2deec162-0cd5-4a78-8643-21968a86beba {
  min-height: 50px;
}








#s-2deec162-0cd5-4a78-8643-21968a86beba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2deec162-0cd5-4a78-8643-21968a86beba.shg-box.shg-c {
  justify-content: center;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e {
  max-width: 550px;
text-align: center;
}







  img.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
    
    
  }


.s-ba623a8a-2058-46ec-b904-580568aeac7e .shogun-image-content {
  
    align-items: center;
  
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
    
    
  }


.s-ba623a8a-2058-46ec-b904-580568aeac7e .shogun-image-content {
  
    align-items: center;
  
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
    
    
  }


.s-ba623a8a-2058-46ec-b904-580568aeac7e .shogun-image-content {
  
    align-items: center;
  
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
    
    
  }


.s-ba623a8a-2058-46ec-b904-580568aeac7e .shogun-image-content {
  
    align-items: center;
  
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
    
    
  }


.s-ba623a8a-2058-46ec-b904-580568aeac7e .shogun-image-content {
  
    align-items: center;
  
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba623a8a-2058-46ec-b904-580568aeac7e.shogun-image {
  box-sizing: border-box;
}




}
#s-5b262943-b497-410e-8c2f-508ea88e8859 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-5b262943-b497-410e-8c2f-508ea88e8859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b262943-b497-410e-8c2f-508ea88e8859.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-695b2d39-da06-4291-8c88-95f879abb2e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6c52a5c4-d664-4140-89a0-8e8fcfc242d5 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c52a5c4-d664-4140-89a0-8e8fcfc242d5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-950cf7f7-a260-49a3-b590-97c8344fbb8a {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 3px;
padding-left: 9px;
padding-bottom: 3px;
padding-right: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 13px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-950cf7f7-a260-49a3-b590-97c8344fbb8a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 13px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-950cf7f7-a260-49a3-b590-97c8344fbb8a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-950cf7f7-a260-49a3-b590-97c8344fbb8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-950cf7f7-a260-49a3-b590-97c8344fbb8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-950cf7f7-a260-49a3-b590-97c8344fbb8a {
  
}
}@media (max-width: 767px){#s-950cf7f7-a260-49a3-b590-97c8344fbb8a {
  
}
}

  #s-950cf7f7-a260-49a3-b590-97c8344fbb8a-root {
    text-align: center;
  }


#s-950cf7f7-a260-49a3-b590-97c8344fbb8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-950cf7f7-a260-49a3-b590-97c8344fbb8a-root {
    text-align: center;
  }


#s-950cf7f7-a260-49a3-b590-97c8344fbb8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-950cf7f7-a260-49a3-b590-97c8344fbb8a-root {
    text-align: center;
  }


#s-950cf7f7-a260-49a3-b590-97c8344fbb8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-950cf7f7-a260-49a3-b590-97c8344fbb8a-root {
    text-align: center;
  }


#s-950cf7f7-a260-49a3-b590-97c8344fbb8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-950cf7f7-a260-49a3-b590-97c8344fbb8a-root {
    text-align: center;
  }


#s-950cf7f7-a260-49a3-b590-97c8344fbb8a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-c9a18243-0cae-4356-8e0c-a645721becf2 {
  margin-top: 48px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9a18243-0cae-4356-8e0c-a645721becf2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ca5e9166-bf7f-4518-9bc6-2a3e3a5e101c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca5e9166-bf7f-4518-9bc6-2a3e3a5e101c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9c39551d-6e4a-4115-a448-ed60b9476766 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 3px;
padding-left: 9px;
padding-bottom: 3px;
padding-right: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 13px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 13px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(3, 3, 3, 1) !important;
text-decoration: none !important;}#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b {
  
}
}@media (max-width: 767px){#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b {
  
}
}

  #s-c47517b2-1d2f-4f70-b56c-f97b17cf923b-root {
    text-align: center;
  }


#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c47517b2-1d2f-4f70-b56c-f97b17cf923b-root {
    text-align: center;
  }


#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c47517b2-1d2f-4f70-b56c-f97b17cf923b-root {
    text-align: center;
  }


#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c47517b2-1d2f-4f70-b56c-f97b17cf923b-root {
    text-align: center;
  }


#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c47517b2-1d2f-4f70-b56c-f97b17cf923b-root {
    text-align: center;
  }


#s-c47517b2-1d2f-4f70-b56c-f97b17cf923b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-af65689c-e9db-4cbd-b8b4-84ced5065640 {
  min-height: 50px;
background-color: rgba(30, 30, 32, 1);
}








#s-af65689c-e9db-4cbd-b8b4-84ced5065640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af65689c-e9db-4cbd-b8b4-84ced5065640.shg-box.shg-c {
  justify-content: center;
}

#s-5b4c28d5-276a-403e-a7c5-0f45ad9aa289 {
  background-image: url(https://i.shgcdn.com/2e926af6-e207-48e1-9a2c-1ab6b08863d1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 80px;
margin-bottom: 80px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-5b4c28d5-276a-403e-a7c5-0f45ad9aa289"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b4c28d5-276a-403e-a7c5-0f45ad9aa289"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-5b4c28d5-276a-403e-a7c5-0f45ad9aa289"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-5b4c28d5-276a-403e-a7c5-0f45ad9aa289"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

#s-a41ad303-ef05-43de-8de3-8d3d892b4fcb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-a41ad303-ef05-43de-8de3-8d3d892b4fcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a41ad303-ef05-43de-8de3-8d3d892b4fcb.shg-box.shg-c {
  justify-content: center;
}

#s-80750ea1-9d74-417a-90a8-ea40dbbacc62 {
  text-align: center;
}







  #s-80750ea1-9d74-417a-90a8-ea40dbbacc62 img.shogun-image {
    

    
    
    
  }


#s-80750ea1-9d74-417a-90a8-ea40dbbacc62 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a5ec41e-19c9-4edd-bade-f52dc84769c1 {
  min-height: 50px;
}








#s-9a5ec41e-19c9-4edd-bade-f52dc84769c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5ec41e-19c9-4edd-bade-f52dc84769c1.shg-box.shg-c {
  justify-content: center;
}

#s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b {
  margin-top: 250px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7e83f1c1-b263-4884-8c7e-661f26ef3a7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ef363cff-1f0c-4f4f-ac39-68fa47e474b4 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
background-color: rgba(42, 42, 42, 1);
}

#s-ef363cff-1f0c-4f4f-ac39-68fa47e474b4 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2FhMTc3OTUtMDkyYi00NTQxLTgwOTAtMTIwMDU5NGNjMjM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4NjM2MzYzNjM2MzYzNjMiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWYxMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2NhYTE3Nzk1LTA5MmItNDU0MS04MDkwLTEyMDA1OTRjYzIzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 32px;
padding-bottom: 6px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 26, 77, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>4, "pos"=>0.95, "color"=>"#f3770d"}, {"id"=>3, "pos"=>0.9863636363636363, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: rgba(10, 10, 10, 1);
}
#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU5MGFhYWMtNzFhZi00NzUxLWE2MTQtOWNmOWU0OTlkMDg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E1OTBhYWFjLTcxYWYtNDc1MS1hNjE0LTljZjllNDk5ZDA4OCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE0ZGMwOTYtNTNkYy00YzU3LWE5YzktZWZjYThhMWJmNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxNGRjMDk2LTUzZGMtNGM1Ny1hOWM5LWVmY2E4YTFiZjQzMikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>3, "pos"=>0.9363636363636364, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(7, 7, 7, 1) !important;}

  #s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b-root {
    text-align: center;
  }


#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b-root {
    text-align: center;
  }


#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b-root {
    text-align: center;
  }


#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b-root {
    text-align: center;
  }


#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b-root {
    text-align: center;
  }


#s-ebadb6df-17b7-4f1a-b44e-706c201ebb3b.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(104, 183, 197, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-889394fb-ebb7-470b-bc12-51b7a14f99e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  margin-top: 55px;
margin-left: 20px;
margin-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (max-width: 767px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}
#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-15e622f2-0e50-4ef4-bb6b-bcd83ef94045 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-15e622f2-0e50-4ef4-bb6b-bcd83ef94045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e622f2-0e50-4ef4-bb6b-bcd83ef94045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-15e622f2-0e50-4ef4-bb6b-bcd83ef94045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e622f2-0e50-4ef4-bb6b-bcd83ef94045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2c321e52-63fb-4389-afca-e009dfe92d28 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0px;
}

#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2FhMTc3OTUtMDkyYi00NTQxLTgwOTAtMTIwMDU5NGNjMjM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4NjM2MzYzNjM2MzYzNjMiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWYxMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2NhYTE3Nzk1LTA5MmItNDU0MS04MDkwLTEyMDA1OTRjYzIzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 1px;
margin-bottom: 15px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 26, 77, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>4, "pos"=>0.95, "color"=>"#f3770d"}, {"id"=>3, "pos"=>0.9863636363636363, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: rgba(10, 10, 10, 1);
}
#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU5MGFhYWMtNzFhZi00NzUxLWE2MTQtOWNmOWU0OTlkMDg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E1OTBhYWFjLTcxYWYtNDc1MS1hNjE0LTljZjllNDk5ZDA4OCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjhlN2IzYzMtMmVjZi00M2E2LWJkNjMtZjE2MTY1Y2QxZjYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4ZTdiM2MzLTJlY2YtNDNhNi1iZDYzLWYxNjE2NWNkMWY2MSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>3, "pos"=>0.9363636363636364, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(7, 7, 7, 1) !important;}

  #s-2b8d6649-059d-4486-bf9b-12eaaca34a7c-root {
    text-align: center;
  }


#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b8d6649-059d-4486-bf9b-12eaaca34a7c-root {
    text-align: center;
  }


#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b8d6649-059d-4486-bf9b-12eaaca34a7c-root {
    text-align: center;
  }


#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b8d6649-059d-4486-bf9b-12eaaca34a7c-root {
    text-align: center;
  }


#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b8d6649-059d-4486-bf9b-12eaaca34a7c-root {
    text-align: center;
  }


#s-2b8d6649-059d-4486-bf9b-12eaaca34a7c.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-551705ac-6c7b-4f5f-ba40-369aa4d9ea01 {
  margin-left: 0%;
margin-right: 20%;
}

#s-8828b121-7ab9-41dd-824d-35bd5627e1b0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2FhMTc3OTUtMDkyYi00NTQxLTgwOTAtMTIwMDU5NGNjMjM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4NjM2MzYzNjM2MzYzNjMiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWYxMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2NhYTE3Nzk1LTA5MmItNDU0MS04MDkwLTEyMDA1OTRjYzIzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 19px;
padding-bottom: 5px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 26, 77, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>4, "pos"=>0.95, "color"=>"#f3770d"}, {"id"=>3, "pos"=>0.9863636363636363, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: rgba(10, 10, 10, 1);
}
#s-8828b121-7ab9-41dd-824d-35bd5627e1b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU5MGFhYWMtNzFhZi00NzUxLWE2MTQtOWNmOWU0OTlkMDg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E1OTBhYWFjLTcxYWYtNDc1MS1hNjE0LTljZjllNDk5ZDA4OCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-8828b121-7ab9-41dd-824d-35bd5627e1b0:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjkzZWExZDYtYmViOC00ZjU1LWFiYzUtYjY5YTU5ODUzMmEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzY5M2VhMWQ2LWJlYjgtNGY1NS1hYmM1LWI2OWE1OTg1MzJhMCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>3, "pos"=>0.9363636363636364, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(7, 7, 7, 1) !important;}

  #s-8828b121-7ab9-41dd-824d-35bd5627e1b0-root {
    text-align: center;
  }


#s-8828b121-7ab9-41dd-824d-35bd5627e1b0.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8828b121-7ab9-41dd-824d-35bd5627e1b0-root {
    text-align: center;
  }


#s-8828b121-7ab9-41dd-824d-35bd5627e1b0.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8828b121-7ab9-41dd-824d-35bd5627e1b0-root {
    text-align: center;
  }


#s-8828b121-7ab9-41dd-824d-35bd5627e1b0.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8828b121-7ab9-41dd-824d-35bd5627e1b0-root {
    text-align: center;
  }


#s-8828b121-7ab9-41dd-824d-35bd5627e1b0.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8828b121-7ab9-41dd-824d-35bd5627e1b0-root {
    text-align: center;
  }


#s-8828b121-7ab9-41dd-824d-35bd5627e1b0.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c44c8552-5755-4b3b-a06c-eab753739890 {
  text-align: center;
}







  #s-c44c8552-5755-4b3b-a06c-eab753739890 img.shogun-image {
    

    
    
    
  }


#s-c44c8552-5755-4b3b-a06c-eab753739890 .shogun-image-content {
  
    align-items: center;
  
}

#s-507d75fb-c6e4-4ee1-b4dd-416f50639e7f {
  padding-top: 6px;
padding-bottom: 2px;
min-height: 50px;
}








#s-507d75fb-c6e4-4ee1-b4dd-416f50639e7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507d75fb-c6e4-4ee1-b4dd-416f50639e7f.shg-box.shg-c {
  justify-content: center;
}

#s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf {
  margin-top: 28px;
margin-bottom: 0px;
padding-top: 97px;
}

@media (min-width: 0px) {
[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d9955ad-e1ec-4ccc-aa72-817ff3248aaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5e3b0493-9a22-4baa-993c-cf682d8472fb {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
background-color: rgba(42, 42, 42, 1);
}

#s-5e3b0493-9a22-4baa-993c-cf682d8472fb .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9c4eec48-5383-48b2-80dd-e2883ac97e95 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2FhMTc3OTUtMDkyYi00NTQxLTgwOTAtMTIwMDU5NGNjMjM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4NjM2MzYzNjM2MzYzNjMiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWYxMGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2NhYTE3Nzk1LTA5MmItNDU0MS04MDkwLTEyMDA1OTRjYzIzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 7px;
padding-top: 6px;
padding-left: 32px;
padding-bottom: 6px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 26, 77, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>4, "pos"=>0.95, "color"=>"#f3770d"}, {"id"=>3, "pos"=>0.9863636363636363, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: rgba(10, 10, 10, 1);
}
#s-9c4eec48-5383-48b2-80dd-e2883ac97e95:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU5MGFhYWMtNzFhZi00NzUxLWE2MTQtOWNmOWU0OTlkMDg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E1OTBhYWFjLTcxYWYtNDc1MS1hNjE0LTljZjllNDk5ZDA4OCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>3, "pos"=>0.9636363636363636, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-9c4eec48-5383-48b2-80dd-e2883ac97e95:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZjNTY1MzUtZmMwNy00ZGViLTgwYTYtMDBhNDY5MjE2MjViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmFiODIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjkzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzc3MGQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVmYzU2NTM1LWZjMDctNGRlYi04MGE2LTAwYTQ2OTIxNjI1YikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fab823"}, {"id"=>3, "pos"=>0.9363636363636364, "color"=>"#f3770d"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(7, 7, 7, 1) !important;}

  #s-9c4eec48-5383-48b2-80dd-e2883ac97e95-root {
    text-align: center;
  }


#s-9c4eec48-5383-48b2-80dd-e2883ac97e95.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c4eec48-5383-48b2-80dd-e2883ac97e95-root {
    text-align: center;
  }


#s-9c4eec48-5383-48b2-80dd-e2883ac97e95.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c4eec48-5383-48b2-80dd-e2883ac97e95-root {
    text-align: center;
  }


#s-9c4eec48-5383-48b2-80dd-e2883ac97e95.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c4eec48-5383-48b2-80dd-e2883ac97e95-root {
    text-align: center;
  }


#s-9c4eec48-5383-48b2-80dd-e2883ac97e95.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c4eec48-5383-48b2-80dd-e2883ac97e95-root {
    text-align: center;
  }


#s-9c4eec48-5383-48b2-80dd-e2883ac97e95.shg-btn {
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ea30a017-33ee-46e7-ac8c-61f1eb7fa2da {
  margin-top: 39px;
padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-ea30a017-33ee-46e7-ac8c-61f1eb7fa2da .shogun-heading-component h3 {
  color: rgba(255, 251, 251, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



@media (min-width: 0px) {
[id="s-a342e010-ee19-4917-9054-6d75bbaefa6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a342e010-ee19-4917-9054-6d75bbaefa6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a342e010-ee19-4917-9054-6d75bbaefa6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a342e010-ee19-4917-9054-6d75bbaefa6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6c542c95-51c0-4009-8619-effe35de6600 {
  text-align: center;
}







  #s-6c542c95-51c0-4009-8619-effe35de6600 img.shogun-image {
    

    
    
    
  }


#s-6c542c95-51c0-4009-8619-effe35de6600 .shogun-image-content {
  
    align-items: center;
  
}

.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 {
  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-1c5ac080-bf22-4c6e-8621-de2876e57de2 {
  text-align: left;
}



.shg-c#s-1c5ac080-bf22-4c6e-8621-de2876e57de2 .shg-image-zoom {
  width:  445; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1c5ac080-bf22-4c6e-8621-de2876e57de2 .shg-image-zoom {
  width:  445; 
  height:  100%; 
}





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

.shg-c#s-1c5ac080-bf22-4c6e-8621-de2876e57de2 .shg-image-zoom {
  width:  445; 
  height:  100%; 
}





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

.shg-c#s-1c5ac080-bf22-4c6e-8621-de2876e57de2 .shg-image-zoom {
  width:  445; 
  height:  100%; 
}





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

.shg-c#s-1c5ac080-bf22-4c6e-8621-de2876e57de2 .shg-image-zoom {
  width:  445; 
  height:  100%; 
}





}
#s-7fc65f2e-b36f-4415-a3e5-b8d7c52e4a9c {
  margin-top: 40px;
text-align: center;
}







  #s-7fc65f2e-b36f-4415-a3e5-b8d7c52e4a9c img.shogun-image {
    

    
    
    
  }


#s-7fc65f2e-b36f-4415-a3e5-b8d7c52e4a9c .shogun-image-content {
  
    align-items: center;
  
}

.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;
  
  
  text-transform: none;
  
  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-b1daceba-e92c-4728-89b8-9dfc3937c3a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1daceba-e92c-4728-89b8-9dfc3937c3a7 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 {
  text-align: left;
}



.shg-c#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 .shg-image-zoom {
  width:  495; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 .shg-image-zoom {
  width:  495; 
  height:  100%; 
}





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

.shg-c#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 .shg-image-zoom {
  width:  495; 
  height:  100%; 
}





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

.shg-c#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 .shg-image-zoom {
  width:  495; 
  height:  100%; 
}





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

.shg-c#s-6bfde25d-18e5-472e-9575-7fe7dca943f8 .shg-image-zoom {
  width:  495; 
  height:  100%; 
}





}
#s-28dc13ba-0a5a-410a-b8cb-a7b670fa65aa {
  min-height: 50px;
}








#s-28dc13ba-0a5a-410a-b8cb-a7b670fa65aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28dc13ba-0a5a-410a-b8cb-a7b670fa65aa.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-25ba062f-bd9c-44f3-8451-f48fc4c135ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25ba062f-bd9c-44f3-8451-f48fc4c135ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-25ba062f-bd9c-44f3-8451-f48fc4c135ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-25ba062f-bd9c-44f3-8451-f48fc4c135ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d8e71324-869c-4453-9aed-ba84c86246b9 {
  margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8e71324-869c-4453-9aed-ba84c86246b9 .shg-product-title-component h4 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
}

#s-d62e1768-4412-4357-9487-6544c26f3aae {
  text-align: center;
}

#s-d62e1768-4412-4357-9487-6544c26f3aae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d62e1768-4412-4357-9487-6544c26f3aae .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d62e1768-4412-4357-9487-6544c26f3aae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 8px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2 {
  
}
}@media (max-width: 767px){#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2 {
  
}
}

  #s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2-root {
    text-align: center;
  }


#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2-root {
    text-align: center;
  }


#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2-root {
    text-align: center;
  }


#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2-root {
    text-align: center;
  }


#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2-root {
    text-align: center;
  }


#s-90e2d37c-6893-4790-af20-3cf2e6c1f2e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-947922b4-956b-4943-9e76-488a73c339ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(111, 193, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-947922b4-956b-4943-9e76-488a73c339ff:hover {background-color: rgba(109, 175, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-947922b4-956b-4943-9e76-488a73c339ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-947922b4-956b-4943-9e76-488a73c339ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-947922b4-956b-4943-9e76-488a73c339ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-947922b4-956b-4943-9e76-488a73c339ff.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-947922b4-956b-4943-9e76-488a73c339ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d4b468f-05ab-4dfa-bad8-1f11287cf047 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d4b468f-05ab-4dfa-bad8-1f11287cf047 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-d35236f5-e1c8-468e-a221-573d8aff57b3 {
  text-align: center;
}

#s-d35236f5-e1c8-468e-a221-573d8aff57b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d35236f5-e1c8-468e-a221-573d8aff57b3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d35236f5-e1c8-468e-a221-573d8aff57b3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1a86d973-25c2-45ea-8644-1554e1c0f394 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-1a86d973-25c2-45ea-8644-1554e1c0f394:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 8px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1a86d973-25c2-45ea-8644-1554e1c0f394:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1a86d973-25c2-45ea-8644-1554e1c0f394 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a86d973-25c2-45ea-8644-1554e1c0f394 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a86d973-25c2-45ea-8644-1554e1c0f394 {
  
}
}@media (max-width: 767px){#s-1a86d973-25c2-45ea-8644-1554e1c0f394 {
  
}
}

  #s-1a86d973-25c2-45ea-8644-1554e1c0f394-root {
    text-align: center;
  }


#s-1a86d973-25c2-45ea-8644-1554e1c0f394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a86d973-25c2-45ea-8644-1554e1c0f394-root {
    text-align: center;
  }


#s-1a86d973-25c2-45ea-8644-1554e1c0f394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a86d973-25c2-45ea-8644-1554e1c0f394-root {
    text-align: center;
  }


#s-1a86d973-25c2-45ea-8644-1554e1c0f394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a86d973-25c2-45ea-8644-1554e1c0f394-root {
    text-align: center;
  }


#s-1a86d973-25c2-45ea-8644-1554e1c0f394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a86d973-25c2-45ea-8644-1554e1c0f394-root {
    text-align: center;
  }


#s-1a86d973-25c2-45ea-8644-1554e1c0f394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(111, 193, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6:hover {background-color: rgba(109, 175, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-828a9b6c-d2a2-4a1f-af89-c8fbb04945f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91e90760-0898-495f-9f78-9479dca08442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91e90760-0898-495f-9f78-9479dca08442 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-03573f24-8ce8-4388-bc1f-b8499c5f3db4 {
  text-align: center;
}

#s-03573f24-8ce8-4388-bc1f-b8499c5f3db4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-03573f24-8ce8-4388-bc1f-b8499c5f3db4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-03573f24-8ce8-4388-bc1f-b8499c5f3db4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-688abc89-c007-4212-9272-68b0b2794f54 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-688abc89-c007-4212-9272-68b0b2794f54:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 8px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-688abc89-c007-4212-9272-68b0b2794f54:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-688abc89-c007-4212-9272-68b0b2794f54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-688abc89-c007-4212-9272-68b0b2794f54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-688abc89-c007-4212-9272-68b0b2794f54 {
  
}
}@media (max-width: 767px){#s-688abc89-c007-4212-9272-68b0b2794f54 {
  
}
}

  #s-688abc89-c007-4212-9272-68b0b2794f54-root {
    text-align: center;
  }


#s-688abc89-c007-4212-9272-68b0b2794f54.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-688abc89-c007-4212-9272-68b0b2794f54-root {
    text-align: center;
  }


#s-688abc89-c007-4212-9272-68b0b2794f54.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-688abc89-c007-4212-9272-68b0b2794f54-root {
    text-align: center;
  }


#s-688abc89-c007-4212-9272-68b0b2794f54.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-688abc89-c007-4212-9272-68b0b2794f54-root {
    text-align: center;
  }


#s-688abc89-c007-4212-9272-68b0b2794f54.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-688abc89-c007-4212-9272-68b0b2794f54-root {
    text-align: center;
  }


#s-688abc89-c007-4212-9272-68b0b2794f54.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(111, 193, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf:hover {background-color: rgba(109, 175, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f53b709d-34f9-4e3e-9cd6-712fed03eaaf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e5bb507-b9d3-4e74-ab35-dbd623e79c64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e5bb507-b9d3-4e74-ab35-dbd623e79c64 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-bfbec25e-5420-470c-bfae-92bc06bb7e8f {
  text-align: center;
}

#s-bfbec25e-5420-470c-bfae-92bc06bb7e8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bfbec25e-5420-470c-bfae-92bc06bb7e8f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bfbec25e-5420-470c-bfae-92bc06bb7e8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31f52419-a67c-4706-aa7c-1ba217b5d396 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 8px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 1px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-31f52419-a67c-4706-aa7c-1ba217b5d396:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 8px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-31f52419-a67c-4706-aa7c-1ba217b5d396:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-31f52419-a67c-4706-aa7c-1ba217b5d396 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f52419-a67c-4706-aa7c-1ba217b5d396 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31f52419-a67c-4706-aa7c-1ba217b5d396 {
  
}
}@media (max-width: 767px){#s-31f52419-a67c-4706-aa7c-1ba217b5d396 {
  
}
}

  #s-31f52419-a67c-4706-aa7c-1ba217b5d396-root {
    text-align: center;
  }


#s-31f52419-a67c-4706-aa7c-1ba217b5d396.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31f52419-a67c-4706-aa7c-1ba217b5d396-root {
    text-align: center;
  }


#s-31f52419-a67c-4706-aa7c-1ba217b5d396.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31f52419-a67c-4706-aa7c-1ba217b5d396-root {
    text-align: center;
  }


#s-31f52419-a67c-4706-aa7c-1ba217b5d396.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31f52419-a67c-4706-aa7c-1ba217b5d396-root {
    text-align: center;
  }


#s-31f52419-a67c-4706-aa7c-1ba217b5d396.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31f52419-a67c-4706-aa7c-1ba217b5d396-root {
    text-align: center;
  }


#s-31f52419-a67c-4706-aa7c-1ba217b5d396.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-17df53d7-491f-43d7-9510-28b4faddb47c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(111, 193, 50, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(8, 8, 8, 1);
}
#s-17df53d7-491f-43d7-9510-28b4faddb47c:hover {background-color: rgba(109, 175, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17df53d7-491f-43d7-9510-28b4faddb47c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17df53d7-491f-43d7-9510-28b4faddb47c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17df53d7-491f-43d7-9510-28b4faddb47c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17df53d7-491f-43d7-9510-28b4faddb47c.shg-btn {
  color: rgba(8, 8, 8, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-17df53d7-491f-43d7-9510-28b4faddb47c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-191a153b-4a39-475c-8835-bc6302eae9a9 {
  min-height: 70px;
}

@media (min-width: 0px) {
[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-191a153b-4a39-475c-8835-bc6302eae9a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-233140ff-53a8-4aad-8292-78c6af74702c {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-233140ff-53a8-4aad-8292-78c6af74702c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 35px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-233140ff-53a8-4aad-8292-78c6af74702c:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-233140ff-53a8-4aad-8292-78c6af74702c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-233140ff-53a8-4aad-8292-78c6af74702c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-233140ff-53a8-4aad-8292-78c6af74702c {
  
}
}@media (max-width: 767px){#s-233140ff-53a8-4aad-8292-78c6af74702c {
  
}
}

  #s-233140ff-53a8-4aad-8292-78c6af74702c-root {
    text-align: center;
  }


#s-233140ff-53a8-4aad-8292-78c6af74702c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-233140ff-53a8-4aad-8292-78c6af74702c-root {
    text-align: center;
  }


#s-233140ff-53a8-4aad-8292-78c6af74702c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233140ff-53a8-4aad-8292-78c6af74702c-root {
    text-align: center;
  }


#s-233140ff-53a8-4aad-8292-78c6af74702c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233140ff-53a8-4aad-8292-78c6af74702c-root {
    text-align: center;
  }


#s-233140ff-53a8-4aad-8292-78c6af74702c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-233140ff-53a8-4aad-8292-78c6af74702c-root {
    text-align: center;
  }


#s-233140ff-53a8-4aad-8292-78c6af74702c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (max-width: 767px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}







#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0.shg-box.shg-c {
  justify-content: center;
}

#s-19d58be3-e6f2-4bf8-912c-d9e646f7ef16 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-19d58be3-e6f2-4bf8-912c-d9e646f7ef16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19d58be3-e6f2-4bf8-912c-d9e646f7ef16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19d58be3-e6f2-4bf8-912c-d9e646f7ef16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19d58be3-e6f2-4bf8-912c-d9e646f7ef16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d800c8c9-ca29-42c4-b46b-facd73e64c34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d800c8c9-ca29-42c4-b46b-facd73e64c34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d800c8c9-ca29-42c4-b46b-facd73e64c34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d800c8c9-ca29-42c4-b46b-facd73e64c34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (max-width: 767px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}
#s-cdec71b0-7756-4a07-9b3f-39c18122b43a {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-cdec71b0-7756-4a07-9b3f-39c18122b43a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdec71b0-7756-4a07-9b3f-39c18122b43a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdec71b0-7756-4a07-9b3f-39c18122b43a {
  
}
}@media (max-width: 767px){#s-cdec71b0-7756-4a07-9b3f-39c18122b43a {
  
}
}
#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (max-width: 767px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}
@media (min-width: 0px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.666666666666668px);
}

[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.666666666666668px);
}

}

#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-e137622f-db38-4729-ab56-9dceed7bb359:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 35px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e137622f-db38-4729-ab56-9dceed7bb359:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  
}
}@media (max-width: 767px){#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  
}
}

  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-24451e2c-47d3-4463-b0e7-c7fa4d0ab5b0 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-24451e2c-47d3-4463-b0e7-c7fa4d0ab5b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24451e2c-47d3-4463-b0e7-c7fa4d0ab5b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24451e2c-47d3-4463-b0e7-c7fa4d0ab5b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24451e2c-47d3-4463-b0e7-c7fa4d0ab5b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e6b8c68-14e0-4f8b-acba-2963fe0e5ee7 {
  text-align: center;
}







  #s-7e6b8c68-14e0-4f8b-acba-2963fe0e5ee7 img.shogun-image {
    

    
    
    
  }


#s-7e6b8c68-14e0-4f8b-acba-2963fe0e5ee7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dfb5608c-e6bc-434d-8716-f26d51bf2bb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfb5608c-e6bc-434d-8716-f26d51bf2bb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfb5608c-e6bc-434d-8716-f26d51bf2bb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfb5608c-e6bc-434d-8716-f26d51bf2bb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-58507833-89c0-4572-877a-eeb65f4c3215 hr {
  border-top: 2px solid #ddd;
}

#s-f1ccc900-4a58-4d2f-8e6d-5c79e1ceb15f {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-f1ccc900-4a58-4d2f-8e6d-5c79e1ceb15f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1ccc900-4a58-4d2f-8e6d-5c79e1ceb15f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1ccc900-4a58-4d2f-8e6d-5c79e1ceb15f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1ccc900-4a58-4d2f-8e6d-5c79e1ceb15f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-04d63af2-f627-4aef-aa44-6cd5d33f2c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04d63af2-f627-4aef-aa44-6cd5d33f2c1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04d63af2-f627-4aef-aa44-6cd5d33f2c1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04d63af2-f627-4aef-aa44-6cd5d33f2c1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-cccbe4ea-1efb-4e7b-a960-ecd8409633a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cccbe4ea-1efb-4e7b-a960-ecd8409633a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-cccbe4ea-1efb-4e7b-a960-ecd8409633a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-cccbe4ea-1efb-4e7b-a960-ecd8409633a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-fd63c2ab-3042-4c29-bf12-33c372627300 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-fd63c2ab-3042-4c29-bf12-33c372627300:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 35px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-fd63c2ab-3042-4c29-bf12-33c372627300:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fd63c2ab-3042-4c29-bf12-33c372627300 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd63c2ab-3042-4c29-bf12-33c372627300 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd63c2ab-3042-4c29-bf12-33c372627300 {
  
}
}@media (max-width: 767px){#s-fd63c2ab-3042-4c29-bf12-33c372627300 {
  
}
}

  #s-fd63c2ab-3042-4c29-bf12-33c372627300-root {
    text-align: center;
  }


#s-fd63c2ab-3042-4c29-bf12-33c372627300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd63c2ab-3042-4c29-bf12-33c372627300-root {
    text-align: center;
  }


#s-fd63c2ab-3042-4c29-bf12-33c372627300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd63c2ab-3042-4c29-bf12-33c372627300-root {
    text-align: center;
  }


#s-fd63c2ab-3042-4c29-bf12-33c372627300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd63c2ab-3042-4c29-bf12-33c372627300-root {
    text-align: center;
  }


#s-fd63c2ab-3042-4c29-bf12-33c372627300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd63c2ab-3042-4c29-bf12-33c372627300-root {
    text-align: center;
  }


#s-fd63c2ab-3042-4c29-bf12-33c372627300.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (max-width: 767px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}







#s-71708fbf-5123-4822-bbc5-6c6b14349904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71708fbf-5123-4822-bbc5-6c6b14349904.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f {
  
}
}@media (max-width: 767px){#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f {
  
}
}
#s-6a7766f2-dbc6-42b0-9392-a81f83fe852f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



#s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86 {
  margin-left: 20px;
margin-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(35, 201, 56, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86 {
  
}
}@media (max-width: 767px){#s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86 {
  
}
}
@media (min-width: 0px) {
[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-abeab4ec-c6eb-4ca0-a551-659d7e1e9d86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b {
  margin-top: 37px;
margin-bottom: 20px;
min-height: 400px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b {
  
}
}@media (max-width: 767px){#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b {
  
}
}







#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-427c8079-fd28-4ec3-8cf9-a391c3989c8b.shg-box.shg-c {
  justify-content: center;
}

#s-98123d18-d13f-4799-a5d1-d9bc06726edc {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-f7048189-082e-4013-899a-cd3409e0b18a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-10ecaf72-e8b8-413a-8bad-5882e153a24a {
  margin-top: 9px;
margin-left: 4%;
margin-right: 0%;
}

#s-9d65ab07-08b0-4b30-9459-fb760cbdbeb9 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
}

#s-cc094a17-4e60-4284-82e6-b74504a6ce4a {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-7964ac31-6479-4049-a305-0db5e517edd5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-47f796e4-5b03-44ac-b2c8-31aaf28422f9 {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-47f796e4-5b03-44ac-b2c8-31aaf28422f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47f796e4-5b03-44ac-b2c8-31aaf28422f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47f796e4-5b03-44ac-b2c8-31aaf28422f9 {
  
}
}@media (max-width: 767px){#s-47f796e4-5b03-44ac-b2c8-31aaf28422f9 {
  
}
}
@media (min-width: 0px) {
[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-47f796e4-5b03-44ac-b2c8-31aaf28422f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

}

#s-6452d492-535f-42da-84b6-01694121c0cc {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-6452d492-535f-42da-84b6-01694121c0cc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 35px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-6452d492-535f-42da-84b6-01694121c0cc:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6452d492-535f-42da-84b6-01694121c0cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6452d492-535f-42da-84b6-01694121c0cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6452d492-535f-42da-84b6-01694121c0cc {
  
}
}@media (max-width: 767px){#s-6452d492-535f-42da-84b6-01694121c0cc {
  
}
}

  #s-6452d492-535f-42da-84b6-01694121c0cc-root {
    text-align: center;
  }


#s-6452d492-535f-42da-84b6-01694121c0cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6452d492-535f-42da-84b6-01694121c0cc-root {
    text-align: center;
  }


#s-6452d492-535f-42da-84b6-01694121c0cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6452d492-535f-42da-84b6-01694121c0cc-root {
    text-align: center;
  }


#s-6452d492-535f-42da-84b6-01694121c0cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6452d492-535f-42da-84b6-01694121c0cc-root {
    text-align: center;
  }


#s-6452d492-535f-42da-84b6-01694121c0cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6452d492-535f-42da-84b6-01694121c0cc-root {
    text-align: center;
  }


#s-6452d492-535f-42da-84b6-01694121c0cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-ab149e0e-52b1-4722-88ce-79a67349de36 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
min-height: 400px;
}
@media (min-width: 1200px){#s-ab149e0e-52b1-4722-88ce-79a67349de36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab149e0e-52b1-4722-88ce-79a67349de36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab149e0e-52b1-4722-88ce-79a67349de36 {
  
}
}@media (max-width: 767px){#s-ab149e0e-52b1-4722-88ce-79a67349de36 {
  
}
}







#s-ab149e0e-52b1-4722-88ce-79a67349de36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2500000000000001;
}#s-ab149e0e-52b1-4722-88ce-79a67349de36.shg-box.shg-c {
  justify-content: center;
}

#s-8610f61e-773f-4a67-9f31-749525525940 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 170, 14, 1);
border-style: solid;
text-align: center;
}

#s-8610f61e-773f-4a67-9f31-749525525940 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  
}



#s-76235c6c-bff6-414e-8b77-b587abcdd668 {
  margin-top: 40px;
margin-bottom: 40px;
text-align: center;
}







  #s-76235c6c-bff6-414e-8b77-b587abcdd668 img.shogun-image {
    

    
    
    
  }


#s-76235c6c-bff6-414e-8b77-b587abcdd668 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa9c46c1-6e82-483e-ae2b-3cd57b366466 {
  margin-top: 32px;
}

@media (min-width: 0px) {
[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa9c46c1-6e82-483e-ae2b-3cd57b366466"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4 {
  background-image: url(https://i.shgcdn.com/539819fa-6618-42b1-a5e9-0f11191e130d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-position: center center;
}
#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 35px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4 {
  
}
}@media (max-width: 767px){#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4 {
  
}
}

  #s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4-root {
    text-align: center;
  }


#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4-root {
    text-align: center;
  }


#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4-root {
    text-align: center;
  }


#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4-root {
    text-align: center;
  }


#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4-root {
    text-align: center;
  }


#s-e3bb7b2e-f5e6-48c2-a69f-bb35273d1af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  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;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{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}
