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

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

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

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

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

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

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

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

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

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

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

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

#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -90px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
background-position: center center;
}
@media (min-width: 1200px){#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  display: none;
}
#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf, #wrap-s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf { display:none !important; }}@media (max-width: 767px){#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  display: none;
}
#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf, #wrap-s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf { display:none !important; }}
#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf {
  background-image: url(https://i.shgcdn.com/5287e032-b9ba-47c9-a1c6-6352399a28d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf > .shg-box-overlay {
  background-color: rgba(9, 9, 9, 1);
  opacity: 0;
}#s-87ec2eaf-f9fc-44fe-a0ca-b785a67d93cf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

@media (min-width: 0px) {
[id="s-375540e7-bee3-4b3e-adb9-2c040d6242a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-375540e7-bee3-4b3e-adb9-2c040d6242a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-375540e7-bee3-4b3e-adb9-2c040d6242a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-375540e7-bee3-4b3e-adb9-2c040d6242a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c07ceb2c-8a84-4bda-8ac3-80c277bb81ef {
  box-shadow:0px 0px 0px 0px rgba(129, 120, 120, 1);
margin-top: 60px;
margin-bottom: -40px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-c07ceb2c-8a84-4bda-8ac3-80c277bb81ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c07ceb2c-8a84-4bda-8ac3-80c277bb81ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-698a0572-4ea7-413d-a5d3-67f1a85a112e {
  padding-top: 50px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-2561eb78-a4df-4c49-b424-2ddfb5500da5 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-2561eb78-a4df-4c49-b424-2ddfb5500da5 .shogun-countdown span, #s-2561eb78-a4df-4c49-b424-2ddfb5500da5 .shogun-countdown label {
  color: rgba(247, 248, 251, 1);
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-51c4ba5e-d998-47b6-9f1c-be958647579e {
  border-style: solid;
margin-top: 40px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(248, 153, 35, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: center;
}
#s-51c4ba5e-d998-47b6-9f1c-be958647579e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(248, 153, 35, 1) !important;
hover-type: color !important;}#s-51c4ba5e-d998-47b6-9f1c-be958647579e:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(248, 153, 35, 1) !important;
hover-type: color !important;}

  #s-51c4ba5e-d998-47b6-9f1c-be958647579e-root {
    text-align: center;
  }


#s-51c4ba5e-d998-47b6-9f1c-be958647579e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51c4ba5e-d998-47b6-9f1c-be958647579e-root {
    text-align: center;
  }


#s-51c4ba5e-d998-47b6-9f1c-be958647579e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51c4ba5e-d998-47b6-9f1c-be958647579e-root {
    text-align: center;
  }


#s-51c4ba5e-d998-47b6-9f1c-be958647579e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51c4ba5e-d998-47b6-9f1c-be958647579e-root {
    text-align: center;
  }


#s-51c4ba5e-d998-47b6-9f1c-be958647579e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51c4ba5e-d998-47b6-9f1c-be958647579e-root {
    text-align: center;
  }


#s-51c4ba5e-d998-47b6-9f1c-be958647579e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -90px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-position: center center;
}
@media (min-width: 1200px){#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  display: none;
}
#s-fc802851-9b20-4469-97b8-d4e65920a91e, #wrap-s-fc802851-9b20-4469-97b8-d4e65920a91e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  display: none;
}
#s-fc802851-9b20-4469-97b8-d4e65920a91e, #wrap-s-fc802851-9b20-4469-97b8-d4e65920a91e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  
}
}@media (max-width: 767px){#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  
}
}
#s-fc802851-9b20-4469-97b8-d4e65920a91e {
  background-image: url(https://i.shgcdn.com/f8315793-a377-429a-abfe-a06ef5625077/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fc802851-9b20-4469-97b8-d4e65920a91e > .shg-box-overlay {
  background-color: rgba(9, 9, 9, 1);
  opacity: 0;
}#s-fc802851-9b20-4469-97b8-d4e65920a91e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-5a615168-9b3e-48f0-a451-47c80a4469d8 {
  max-width: 80%;
text-align: center;
}







  img.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
    
    
  }


.s-5a615168-9b3e-48f0-a451-47c80a4469d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shg-align-container {
  text-align: center
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
    
    
  }


.s-5a615168-9b3e-48f0-a451-47c80a4469d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shg-align-container {
  text-align: center
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
    
    
  }


.s-5a615168-9b3e-48f0-a451-47c80a4469d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shg-align-container {
  text-align: center
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
    
    
  }


.s-5a615168-9b3e-48f0-a451-47c80a4469d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shg-align-container {
  text-align: center
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
    
    
  }


.s-5a615168-9b3e-48f0-a451-47c80a4469d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shg-align-container {
  text-align: center
}

.s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a615168-9b3e-48f0-a451-47c80a4469d8.shogun-image {
  box-sizing: border-box;
}


}
#s-e2ebcfb9-0929-4e10-af95-d55297b25692 {
  padding-top: 50px;
}

#s-17dfc819-5f32-47d6-91d7-795b2647f521 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-17dfc819-5f32-47d6-91d7-795b2647f521 .shogun-countdown span, #s-17dfc819-5f32-47d6-91d7-795b2647f521 .shogun-countdown label {
  color: rgba(247, 248, 251, 1);
}
#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85 {
  border-style: solid;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(248, 153, 35, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: center;
}
#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(248, 153, 35, 1) !important;
hover-type: color !important;}#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(248, 153, 35, 1) !important;
hover-type: color !important;}

  #s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85-root {
    text-align: center;
  }


#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85-root {
    text-align: center;
  }


#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85-root {
    text-align: center;
  }


#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85-root {
    text-align: center;
  }


#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85-root {
    text-align: center;
  }


#s-d7563a8d-2aa1-410d-b6d8-12fb39fd1b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-71968639-3315-42f8-9cc6-81158be9dff8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-71968639-3315-42f8-9cc6-81158be9dff8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71968639-3315-42f8-9cc6-81158be9dff8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71968639-3315-42f8-9cc6-81158be9dff8 {
  
}
}@media (max-width: 767px){#s-71968639-3315-42f8-9cc6-81158be9dff8 {
  
}
}







#s-71968639-3315-42f8-9cc6-81158be9dff8 > .shg-box-overlay {
  background-color: rgba(9, 9, 9, 1);
  opacity: 0;
}#s-71968639-3315-42f8-9cc6-81158be9dff8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-526422ee-ff26-451c-927d-72e019d25a03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-db97216a-8194-456e-b5f4-391d51197a9c {
  box-shadow:0px 0px 0px 0px rgba(129, 120, 120, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-db97216a-8194-456e-b5f4-391d51197a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db97216a-8194-456e-b5f4-391d51197a9c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-70a27848-5407-47c7-99f6-ba6ec96c4951 {
  background-repeat: repeat;
background-size: cover;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-70a27848-5407-47c7-99f6-ba6ec96c4951 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70a27848-5407-47c7-99f6-ba6ec96c4951 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70a27848-5407-47c7-99f6-ba6ec96c4951 {
  display: none;
}
#s-70a27848-5407-47c7-99f6-ba6ec96c4951, #wrap-s-70a27848-5407-47c7-99f6-ba6ec96c4951 { display:none !important; }}@media (max-width: 767px){#s-70a27848-5407-47c7-99f6-ba6ec96c4951 {
  display: none;
}
#s-70a27848-5407-47c7-99f6-ba6ec96c4951, #wrap-s-70a27848-5407-47c7-99f6-ba6ec96c4951 { display:none !important; }}







#s-70a27848-5407-47c7-99f6-ba6ec96c4951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a27848-5407-47c7-99f6-ba6ec96c4951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-65052375-ff80-4bb7-9ec9-6671ba48e4a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65052375-ff80-4bb7-9ec9-6671ba48e4a2 {
  
}
}@media (max-width: 767px){#s-65052375-ff80-4bb7-9ec9-6671ba48e4a2 {
  
}
}
@media (min-width: 0px) {
[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65052375-ff80-4bb7-9ec9-6671ba48e4a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-0bbd56e8-3b59-4927-bdfd-17abb36406dc {
  margin-top: 80px;
padding-top: 5%;
padding-left: 4%;
padding-right: 3%;
}

@media (min-width: 992px) and (max-width: 1199px){#s-c12e321a-ed8f-4719-a7a7-ac559da1fd94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c12e321a-ed8f-4719-a7a7-ac559da1fd94 {
  
}
}@media (max-width: 767px){#s-c12e321a-ed8f-4719-a7a7-ac559da1fd94 {
  
}
}
@media (min-width: 0px) {
[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c12e321a-ed8f-4719-a7a7-ac559da1fd94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ee086ea8-299d-4e47-ac4c-97cc83af17b6 {
  padding-left: 5%;
padding-bottom: 5%;
padding-right: 10%;
}

#s-066daef6-b0d4-4524-9242-de7ab66e51e1 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(107, 192, 83, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: left;
}
#s-066daef6-b0d4-4524-9242-de7ab66e51e1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(107, 192, 83, 1) !important;
hover-type: color !important;}#s-066daef6-b0d4-4524-9242-de7ab66e51e1:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(107, 192, 83, 1) !important;
hover-type: color !important;}

  #s-066daef6-b0d4-4524-9242-de7ab66e51e1-root {
    text-align: left;
  }


#s-066daef6-b0d4-4524-9242-de7ab66e51e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-066daef6-b0d4-4524-9242-de7ab66e51e1-root {
    text-align: left;
  }


#s-066daef6-b0d4-4524-9242-de7ab66e51e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-066daef6-b0d4-4524-9242-de7ab66e51e1-root {
    text-align: left;
  }


#s-066daef6-b0d4-4524-9242-de7ab66e51e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-066daef6-b0d4-4524-9242-de7ab66e51e1-root {
    text-align: left;
  }


#s-066daef6-b0d4-4524-9242-de7ab66e51e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-066daef6-b0d4-4524-9242-de7ab66e51e1-root {
    text-align: left;
  }


#s-066daef6-b0d4-4524-9242-de7ab66e51e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
@media (min-width: 992px) and (max-width: 1199px){#s-56da45d7-357f-46be-8638-2380c5d3e216 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-56da45d7-357f-46be-8638-2380c5d3e216 {
  
}
}@media (max-width: 767px){#s-56da45d7-357f-46be-8638-2380c5d3e216 {
  
}
}
@media (min-width: 0px) {
[id="s-56da45d7-357f-46be-8638-2380c5d3e216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56da45d7-357f-46be-8638-2380c5d3e216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-56da45d7-357f-46be-8638-2380c5d3e216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-56da45d7-357f-46be-8638-2380c5d3e216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
text-align: center;
}







  img.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
    
    
  }


.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shg-align-container {
  text-align: center
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
    
    
  }


.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shg-align-container {
  text-align: center
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
    
    
  }


.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shg-align-container {
  text-align: center
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
    
    
  }


.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shg-align-container {
  text-align: center
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
    
    
  }


.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e .shogun-image-content {
  
    align-items: center;
  
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shg-align-container {
  text-align: center
}

.s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc89e13f-7e46-48b8-aad2-a3cb7c59c33e.shogun-image {
  box-sizing: border-box;
}


}
#s-7815fcc9-4681-46d0-b7f5-969dac8033d0 {
  padding-top: 5%;
padding-bottom: 3px;
padding-right: 0%;
}

#s-81451c39-e523-4872-bd6d-562267da10d5 {
  padding-bottom: 5%;
}

#s-f7112a9b-c5f1-47a4-8fcb-787c256a3dae {
  margin-bottom: 30px;
padding-top: 80px;
padding-left: 5%;
}

#s-b9b351ba-a0d6-4ed8-a08d-44ebd0005769 {
  padding-top: 40px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-b9b351ba-a0d6-4ed8-a08d-44ebd0005769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9b351ba-a0d6-4ed8-a08d-44ebd0005769"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9b351ba-a0d6-4ed8-a08d-44ebd0005769"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9b351ba-a0d6-4ed8-a08d-44ebd0005769"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2de515b6-8440-4208-94f0-fc780cccc083 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 250px;
background-color: rgba(238, 243, 233, 1);
}








#s-2de515b6-8440-4208-94f0-fc780cccc083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de515b6-8440-4208-94f0-fc780cccc083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfb5c4bf-631e-4f77-81bd-246b8889168b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3cfd0550-38ad-4f51-aa7c-51fe920339d0 {
  min-height: 50px;
}








#s-3cfd0550-38ad-4f51-aa7c-51fe920339d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfd0550-38ad-4f51-aa7c-51fe920339d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1512433f-cd28-476f-860c-5dac23a4595d {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 250px;
background-color: rgba(238, 243, 233, 1);
}








#s-1512433f-cd28-476f-860c-5dac23a4595d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1512433f-cd28-476f-860c-5dac23a4595d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad81e627-a38a-47b0-9441-287905c1e86a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b172c763-d64f-4162-a711-2f10b0d140cd {
  min-height: 50px;
}








#s-b172c763-d64f-4162-a711-2f10b0d140cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b172c763-d64f-4162-a711-2f10b0d140cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c946e5b-eb02-4af2-8a00-7eca44dc1fd4 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 250px;
background-color: rgba(238, 243, 233, 1);
}








#s-0c946e5b-eb02-4af2-8a00-7eca44dc1fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c946e5b-eb02-4af2-8a00-7eca44dc1fd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-939c6b3b-df47-454b-b490-5d13364ebfa4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-609e6633-1301-4a90-8b43-d673461f5365 {
  padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(243, 253, 234, 1);
}
@media (min-width: 1200px){#s-609e6633-1301-4a90-8b43-d673461f5365 {
  display: none;
}
#s-609e6633-1301-4a90-8b43-d673461f5365, #wrap-s-609e6633-1301-4a90-8b43-d673461f5365 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609e6633-1301-4a90-8b43-d673461f5365 {
  display: none;
}
#s-609e6633-1301-4a90-8b43-d673461f5365, #wrap-s-609e6633-1301-4a90-8b43-d673461f5365 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-609e6633-1301-4a90-8b43-d673461f5365 {
  
}
}@media (max-width: 767px){#s-609e6633-1301-4a90-8b43-d673461f5365 {
  
}
}







#s-609e6633-1301-4a90-8b43-d673461f5365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-609e6633-1301-4a90-8b43-d673461f5365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1546f39-c9fc-4511-b9dd-def733d1653f {
  margin-top: 80px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-96946fab-5084-4add-976b-271608a53ce4 {
  padding-top: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-96946fab-5084-4add-976b-271608a53ce4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96946fab-5084-4add-976b-271608a53ce4 {
  
}
}@media (max-width: 767px){#s-96946fab-5084-4add-976b-271608a53ce4 {
  
}
}
@media (min-width: 0px) {
[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-96946fab-5084-4add-976b-271608a53ce4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad {
  max-width: 300px;
text-align: center;
}







  img.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
    
    
  }


.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shg-align-container {
  text-align: center
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
    
    
  }


.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shg-align-container {
  text-align: center
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
    
    
  }


.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shg-align-container {
  text-align: center
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
    
    
  }


.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shg-align-container {
  text-align: center
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
    
    
  }


.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad .shogun-image-content {
  
    align-items: center;
  
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shg-align-container {
  text-align: center
}

.s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e7642a1-414a-4b12-b371-f5e0f24ed4ad.shogun-image {
  box-sizing: border-box;
}


}
#s-331b69d7-4834-432c-91ff-2bd7c1e23d7a {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-1ae6e73b-1176-4c02-b496-8fedee71f3bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-right: 1%;
}

#s-4aa2caae-8ab8-4c51-b425-dfa2a362f18e {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4aa2caae-8ab8-4c51-b425-dfa2a362f18e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aa2caae-8ab8-4c51-b425-dfa2a362f18e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4aa2caae-8ab8-4c51-b425-dfa2a362f18e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aa2caae-8ab8-4c51-b425-dfa2a362f18e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db3d1f5c-981f-4515-bd71-6da2235fafd0 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-db3d1f5c-981f-4515-bd71-6da2235fafd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3d1f5c-981f-4515-bd71-6da2235fafd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1 {
  max-width: 60px;
text-align: center;
}







  img.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
    
    
  }


.s-61185827-93b7-45d8-9f33-df7c087e9ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shg-align-container {
  text-align: center
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
    
    
  }


.s-61185827-93b7-45d8-9f33-df7c087e9ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shg-align-container {
  text-align: center
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
    
    
  }


.s-61185827-93b7-45d8-9f33-df7c087e9ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shg-align-container {
  text-align: center
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
    
    
  }


.s-61185827-93b7-45d8-9f33-df7c087e9ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shg-align-container {
  text-align: center
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
    
    
  }


.s-61185827-93b7-45d8-9f33-df7c087e9ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shg-align-container {
  text-align: center
}

.s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61185827-93b7-45d8-9f33-df7c087e9ee1.shogun-image {
  box-sizing: border-box;
}


}
#s-a083f844-d8b9-4f35-bdce-c124fb561268 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8abe8be6-14e5-4b5a-bef8-38a0456f2384 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-8abe8be6-14e5-4b5a-bef8-38a0456f2384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abe8be6-14e5-4b5a-bef8-38a0456f2384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 {
  max-width: 60px;
text-align: center;
}







  img.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
    
    
  }


.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shg-align-container {
  text-align: center
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
    
    
  }


.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shg-align-container {
  text-align: center
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
    
    
  }


.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shg-align-container {
  text-align: center
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
    
    
  }


.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shg-align-container {
  text-align: center
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
    
    
  }


.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shg-align-container {
  text-align: center
}

.s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94b7aa7-b80d-444a-9ad7-a399d55c6a60.shogun-image {
  box-sizing: border-box;
}


}
#s-bf50a95f-af4c-4ede-b825-d39101485592 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-cae31724-6fe3-4545-b222-a85b60966479 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-cae31724-6fe3-4545-b222-a85b60966479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae31724-6fe3-4545-b222-a85b60966479.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c {
  max-width: 60px;
text-align: center;
}







  img.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
    
    
  }


.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shg-align-container {
  text-align: center
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
    
    
  }


.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shg-align-container {
  text-align: center
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
    
    
  }


.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shg-align-container {
  text-align: center
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
    
    
  }


.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shg-align-container {
  text-align: center
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
    
    
  }


.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shg-align-container {
  text-align: center
}

.s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef5996c-ad53-4288-a7ac-bec0d71fce5c.shogun-image {
  box-sizing: border-box;
}


}
#s-8a4b8b93-68a8-4c51-84e2-0becdc973c56 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(107, 192, 83, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: center;
}
#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(107, 192, 83, 1) !important;
hover-type: color !important;}#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(107, 192, 83, 1) !important;
hover-type: color !important;}

  #s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9-root {
    text-align: center;
  }


#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9-root {
    text-align: center;
  }


#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9-root {
    text-align: center;
  }


#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9-root {
    text-align: center;
  }


#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9-root {
    text-align: center;
  }


#s-c79dcff3-f7e3-4b79-888a-c30d1d40f4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 {
  background-repeat: repeat;
background-size: contain;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 {
  display: none;
}
#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7, #wrap-s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 { display:none !important; }}@media (max-width: 767px){#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 {
  display: none;
}
#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7, #wrap-s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 { display:none !important; }}







#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3239ddef-58b6-47b5-8c17-7d25cf53eaa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c7d8032-d392-4270-bca1-39253dc516b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3dad3961-7ea6-4e1a-bea9-6dbc5063e20b {
  margin-top: 30px;
padding-top: 5%;
}

@media (min-width: 0px) {
[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9eb6d502-b1e1-4839-b833-3240bf6e4bf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-dbecf44e-c631-45e7-9eeb-d7f79f060920 {
  padding-bottom: 5%;
padding-right: 10%;
}

#s-7d969a95-ee2f-4460-8791-d24a85bc48f7 {
  border-style: solid;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(247, 40, 147, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: left;
}
#s-7d969a95-ee2f-4460-8791-d24a85bc48f7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(247, 40, 147, 1) !important;
hover-type: color !important;}#s-7d969a95-ee2f-4460-8791-d24a85bc48f7:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(247, 40, 147, 1) !important;
hover-type: color !important;}

  #s-7d969a95-ee2f-4460-8791-d24a85bc48f7-root {
    text-align: left;
  }


#s-7d969a95-ee2f-4460-8791-d24a85bc48f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d969a95-ee2f-4460-8791-d24a85bc48f7-root {
    text-align: left;
  }


#s-7d969a95-ee2f-4460-8791-d24a85bc48f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d969a95-ee2f-4460-8791-d24a85bc48f7-root {
    text-align: left;
  }


#s-7d969a95-ee2f-4460-8791-d24a85bc48f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d969a95-ee2f-4460-8791-d24a85bc48f7-root {
    text-align: left;
  }


#s-7d969a95-ee2f-4460-8791-d24a85bc48f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d969a95-ee2f-4460-8791-d24a85bc48f7-root {
    text-align: left;
  }


#s-7d969a95-ee2f-4460-8791-d24a85bc48f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d {
  padding-top: 4%;
padding-bottom: 4%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d {
  
}
}@media (max-width: 767px){#s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d {
  
}
}
@media (min-width: 0px) {
[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-6f7aad8b-d18c-45af-88ab-e3d1b9dde05d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}







  img.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
    
    
  }


.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shg-align-container {
  text-align: center
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
    
    
  }


.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shg-align-container {
  text-align: center
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
    
    
  }


.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shg-align-container {
  text-align: center
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
    
    
  }


.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shg-align-container {
  text-align: center
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
    
    
  }


.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shg-align-container {
  text-align: center
}

.s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7bef0a-2c40-4610-b4bc-d86dd18b4091.shogun-image {
  box-sizing: border-box;
}


}
#s-2f64b5a4-c7bb-401b-93e6-8b5f0588f60a {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-8b423949-e2b3-4b21-9cda-e10ac556c377 {
  padding-bottom: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8b423949-e2b3-4b21-9cda-e10ac556c377 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b423949-e2b3-4b21-9cda-e10ac556c377 {
  
}
}@media (max-width: 767px){#s-8b423949-e2b3-4b21-9cda-e10ac556c377 {
  
}
}
@media (min-width: 0px) {
[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-8b423949-e2b3-4b21-9cda-e10ac556c377"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-01c63993-72a1-4e61-8a1c-5d4f74b9714f {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}







  img.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
    
    
  }


.s-47a007c5-7680-44a0-b91b-3b07012d4013 .shogun-image-content {
  
    align-items: center;
  
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shg-align-container {
  text-align: center
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
    
    
  }


.s-47a007c5-7680-44a0-b91b-3b07012d4013 .shogun-image-content {
  
    align-items: center;
  
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shg-align-container {
  text-align: center
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
    
    
  }


.s-47a007c5-7680-44a0-b91b-3b07012d4013 .shogun-image-content {
  
    align-items: center;
  
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shg-align-container {
  text-align: center
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
    
    
  }


.s-47a007c5-7680-44a0-b91b-3b07012d4013 .shogun-image-content {
  
    align-items: center;
  
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shg-align-container {
  text-align: center
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
    
    
  }


.s-47a007c5-7680-44a0-b91b-3b07012d4013 .shogun-image-content {
  
    align-items: center;
  
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shg-align-container {
  text-align: center
}

.s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47a007c5-7680-44a0-b91b-3b07012d4013.shogun-image {
  box-sizing: border-box;
}


}
#s-6f830a32-ef93-4c48-a601-c71b1ad74adc {
  margin-top: 50px;
margin-bottom: 30px;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-eaa40c83-d0b1-4786-a05b-f9ee3d9853a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaa40c83-d0b1-4786-a05b-f9ee3d9853a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eaa40c83-d0b1-4786-a05b-f9ee3d9853a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaa40c83-d0b1-4786-a05b-f9ee3d9853a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e698e00f-8d7e-47a4-90e6-c44341b92983 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-e698e00f-8d7e-47a4-90e6-c44341b92983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e698e00f-8d7e-47a4-90e6-c44341b92983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49376ce3-2e4e-44c8-9949-b50edde32e4a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9593789e-404f-4a8f-b5f7-9a347f8d1642 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-9593789e-404f-4a8f-b5f7-9a347f8d1642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9593789e-404f-4a8f-b5f7-9a347f8d1642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e0c211f-fb77-41f4-afb2-5d9284319352 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-240d5a20-7a8e-4e99-8264-e3e621d8f913 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
}








#s-240d5a20-7a8e-4e99-8264-e3e621d8f913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-240d5a20-7a8e-4e99-8264-e3e621d8f913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a3cf503-d9ac-4d1b-a0aa-4ed86ab00652 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6f163c1b-369e-4015-bc4a-21c1e565b074 {
  padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(252, 246, 249, 1);
}
@media (min-width: 1200px){#s-6f163c1b-369e-4015-bc4a-21c1e565b074 {
  display: none;
}
#s-6f163c1b-369e-4015-bc4a-21c1e565b074, #wrap-s-6f163c1b-369e-4015-bc4a-21c1e565b074 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f163c1b-369e-4015-bc4a-21c1e565b074 {
  display: none;
}
#s-6f163c1b-369e-4015-bc4a-21c1e565b074, #wrap-s-6f163c1b-369e-4015-bc4a-21c1e565b074 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f163c1b-369e-4015-bc4a-21c1e565b074 {
  
}
}@media (max-width: 767px){#s-6f163c1b-369e-4015-bc4a-21c1e565b074 {
  
}
}







#s-6f163c1b-369e-4015-bc4a-21c1e565b074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f163c1b-369e-4015-bc4a-21c1e565b074.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57116b57-6cf7-43e0-88af-1526a6e66660 {
  margin-top: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

@media (min-width: 992px) and (max-width: 1199px){#s-bfc3aec4-7395-4d94-b83a-804330bea6fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfc3aec4-7395-4d94-b83a-804330bea6fc {
  
}
}@media (max-width: 767px){#s-bfc3aec4-7395-4d94-b83a-804330bea6fc {
  
}
}
@media (min-width: 0px) {
[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-bfc3aec4-7395-4d94-b83a-804330bea6fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 {
  max-width: 300px;
text-align: center;
}







  img.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
    
    
  }


.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shg-align-container {
  text-align: center
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
    
    
  }


.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shg-align-container {
  text-align: center
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
    
    
  }


.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shg-align-container {
  text-align: center
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
    
    
  }


.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shg-align-container {
  text-align: center
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
    
    
  }


.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shg-align-container {
  text-align: center
}

.s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b93eab0-e9dd-4265-9c97-edba9c32ae25.shogun-image {
  box-sizing: border-box;
}


}
#s-c9c01c99-1aad-4efe-939e-96695b178b8f {
  padding-top: 5%;
padding-bottom: 5%;
}

@media (min-width: 992px) and (max-width: 1199px){#s-a520f07b-e9fe-45fd-8cda-10060fa3f394 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a520f07b-e9fe-45fd-8cda-10060fa3f394 {
  
}
}@media (max-width: 767px){#s-a520f07b-e9fe-45fd-8cda-10060fa3f394 {
  
}
}
@media (min-width: 0px) {
[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-a520f07b-e9fe-45fd-8cda-10060fa3f394"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

#s-a47e38ea-a0aa-49a8-b08c-c068c956ecd6 {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba {
  max-width: 300px;
text-align: center;
}







  img.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
    
    
  }


.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shg-align-container {
  text-align: center
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
    
    
  }


.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shg-align-container {
  text-align: center
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
    
    
  }


.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shg-align-container {
  text-align: center
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
    
    
  }


.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shg-align-container {
  text-align: center
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
    
    
  }


.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shg-align-container {
  text-align: center
}

.s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53222122-fdf6-4ca6-9047-24b7ff5c31ba.shogun-image {
  box-sizing: border-box;
}


}
#s-b66e1b87-6b14-4135-b29a-5aba82fe6a0f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 50px;
}

#s-cbe0c536-c0ef-4370-92d2-8c9110abc16c {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-cbe0c536-c0ef-4370-92d2-8c9110abc16c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbe0c536-c0ef-4370-92d2-8c9110abc16c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbe0c536-c0ef-4370-92d2-8c9110abc16c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbe0c536-c0ef-4370-92d2-8c9110abc16c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2212d1fe-5e72-487e-9908-726df9ec750a {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-2212d1fe-5e72-487e-9908-726df9ec750a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2212d1fe-5e72-487e-9908-726df9ec750a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b {
  max-width: 60px;
text-align: center;
}







  img.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
    
    
  }


.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shg-align-container {
  text-align: center
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
    
    
  }


.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shg-align-container {
  text-align: center
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
    
    
  }


.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shg-align-container {
  text-align: center
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
    
    
  }


.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shg-align-container {
  text-align: center
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
    
    
  }


.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b .shogun-image-content {
  
    align-items: center;
  
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shg-align-container {
  text-align: center
}

.s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eae1ede-4392-4c1a-a8f1-6fbecdb07f7b.shogun-image {
  box-sizing: border-box;
}


}
#s-2df86585-a02c-4953-821d-283e220125b6 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-de78f265-ff94-4dd3-8abe-f9649248422b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-de78f265-ff94-4dd3-8abe-f9649248422b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de78f265-ff94-4dd3-8abe-f9649248422b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 {
  max-width: 60px;
text-align: center;
}







  img.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
    
    
  }


.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shg-align-container {
  text-align: center
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
    
    
  }


.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shg-align-container {
  text-align: center
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
    
    
  }


.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shg-align-container {
  text-align: center
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
    
    
  }


.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shg-align-container {
  text-align: center
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
    
    
  }


.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shg-align-container {
  text-align: center
}

.s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4d44a77-6c3a-4f71-9e8b-c2af8bf1c371.shogun-image {
  box-sizing: border-box;
}


}
#s-9567383f-4d5a-445e-944e-1f6159491537 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ee215d56-d712-4dbc-b77e-bdad2629ebac {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-ee215d56-d712-4dbc-b77e-bdad2629ebac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee215d56-d712-4dbc-b77e-bdad2629ebac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c {
  max-width: 60px;
text-align: center;
}







  img.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
    
    
  }


.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shg-align-container {
  text-align: center
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
    
    
  }


.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shg-align-container {
  text-align: center
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
    
    
  }


.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shg-align-container {
  text-align: center
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
    
    
  }


.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shg-align-container {
  text-align: center
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
    
    
  }


.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c .shogun-image-content {
  
    align-items: center;
  
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shg-align-container {
  text-align: center
}

.s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d2c7a7-95c3-456e-a21e-bc5921ac0b0c.shogun-image {
  box-sizing: border-box;
}


}
#s-118c9410-5287-42e4-82f7-0d05a68ed487 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-379cd8fe-6230-4e74-b15b-8ada9022d124 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 1px;
opacity: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background-image: none;
background-color: rgba(247, 40, 147, 1);
hover-type: color;
line-height: 2em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
text-align: center;
}
#s-379cd8fe-6230-4e74-b15b-8ada9022d124:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(247, 40, 147, 1) !important;
hover-type: color !important;}#s-379cd8fe-6230-4e74-b15b-8ada9022d124:active {border-radius: 0px !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
background-color: rgba(247, 40, 147, 1) !important;
hover-type: color !important;}

  #s-379cd8fe-6230-4e74-b15b-8ada9022d124-root {
    text-align: center;
  }


#s-379cd8fe-6230-4e74-b15b-8ada9022d124.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-379cd8fe-6230-4e74-b15b-8ada9022d124-root {
    text-align: center;
  }


#s-379cd8fe-6230-4e74-b15b-8ada9022d124.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-379cd8fe-6230-4e74-b15b-8ada9022d124-root {
    text-align: center;
  }


#s-379cd8fe-6230-4e74-b15b-8ada9022d124.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-379cd8fe-6230-4e74-b15b-8ada9022d124-root {
    text-align: center;
  }


#s-379cd8fe-6230-4e74-b15b-8ada9022d124.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-379cd8fe-6230-4e74-b15b-8ada9022d124-root {
    text-align: center;
  }


#s-379cd8fe-6230-4e74-b15b-8ada9022d124.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a06977d2-ee09-40ac-b784-e82e6e91b202 {
  background-size: cover;
padding-top: 7%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-a06977d2-ee09-40ac-b784-e82e6e91b202 {
  display: none;
}
#s-a06977d2-ee09-40ac-b784-e82e6e91b202, #wrap-s-a06977d2-ee09-40ac-b784-e82e6e91b202 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a06977d2-ee09-40ac-b784-e82e6e91b202 {
  display: none;
}
#s-a06977d2-ee09-40ac-b784-e82e6e91b202, #wrap-s-a06977d2-ee09-40ac-b784-e82e6e91b202 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a06977d2-ee09-40ac-b784-e82e6e91b202 {
  display: none;
}
#s-a06977d2-ee09-40ac-b784-e82e6e91b202, #wrap-s-a06977d2-ee09-40ac-b784-e82e6e91b202 { display:none !important; }}@media (max-width: 767px){#s-a06977d2-ee09-40ac-b784-e82e6e91b202 {
  display: none;
}
#s-a06977d2-ee09-40ac-b784-e82e6e91b202, #wrap-s-a06977d2-ee09-40ac-b784-e82e6e91b202 { display:none !important; }}







#s-a06977d2-ee09-40ac-b784-e82e6e91b202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06977d2-ee09-40ac-b784-e82e6e91b202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-73da5d3d-d4ff-445e-b8ba-1f9a7ff9d758"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (max-width: 767px){#s-e18a055d-92dd-45c1-bca7-984dac93a5d5 {
  
}
}
#s-1fe7e21d-e7ab-4aa2-898f-7bd497a1373d {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-e55b11e3-9101-4da4-924a-166617461b05 {
  padding-top: 10px;
}

#s-c7b2c323-0241-42e4-983b-4dbb0903e796 {
  padding-top: 10px;
}

#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf {
  display: none;
}
#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf, #wrap-s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf {
  display: none;
}
#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf, #wrap-s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf {
  display: none;
}
#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf, #wrap-s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf { display:none !important; }}@media (max-width: 767px){#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf {
  display: none;
}
#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf, #wrap-s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf { display:none !important; }}







#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e017c48-fc6b-438f-9d3b-3a7e0326fcbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbbb4cbe-1e49-48dd-890b-053aff66909a {
  padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-cbbb4cbe-1e49-48dd-890b-053aff66909a {
  display: none;
}
#s-cbbb4cbe-1e49-48dd-890b-053aff66909a, #wrap-s-cbbb4cbe-1e49-48dd-890b-053aff66909a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbbb4cbe-1e49-48dd-890b-053aff66909a {
  display: none;
}
#s-cbbb4cbe-1e49-48dd-890b-053aff66909a, #wrap-s-cbbb4cbe-1e49-48dd-890b-053aff66909a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbbb4cbe-1e49-48dd-890b-053aff66909a {
  display: none;
}
#s-cbbb4cbe-1e49-48dd-890b-053aff66909a, #wrap-s-cbbb4cbe-1e49-48dd-890b-053aff66909a { display:none !important; }}@media (max-width: 767px){#s-cbbb4cbe-1e49-48dd-890b-053aff66909a {
  
}
}
@media (min-width: 1200px){#s-aa042527-ad10-40b0-b6d3-0f5295ca0097 {
  display: none;
}
#s-aa042527-ad10-40b0-b6d3-0f5295ca0097, #wrap-s-aa042527-ad10-40b0-b6d3-0f5295ca0097 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa042527-ad10-40b0-b6d3-0f5295ca0097 {
  display: none;
}
#s-aa042527-ad10-40b0-b6d3-0f5295ca0097, #wrap-s-aa042527-ad10-40b0-b6d3-0f5295ca0097 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa042527-ad10-40b0-b6d3-0f5295ca0097 {
  display: none;
}
#s-aa042527-ad10-40b0-b6d3-0f5295ca0097, #wrap-s-aa042527-ad10-40b0-b6d3-0f5295ca0097 { display:none !important; }}
@media (min-width: 1200px){#s-64a669a8-ab9c-4e17-bf35-704ab176dc49 {
  display: none;
}
#s-64a669a8-ab9c-4e17-bf35-704ab176dc49, #wrap-s-64a669a8-ab9c-4e17-bf35-704ab176dc49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64a669a8-ab9c-4e17-bf35-704ab176dc49 {
  display: none;
}
#s-64a669a8-ab9c-4e17-bf35-704ab176dc49, #wrap-s-64a669a8-ab9c-4e17-bf35-704ab176dc49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64a669a8-ab9c-4e17-bf35-704ab176dc49 {
  display: none;
}
#s-64a669a8-ab9c-4e17-bf35-704ab176dc49, #wrap-s-64a669a8-ab9c-4e17-bf35-704ab176dc49 { display:none !important; }}
#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 {
  padding-top: 10px;
padding-left: 30px;
}
@media (min-width: 1200px){#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 {
  display: none;
}
#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915, #wrap-s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 {
  display: none;
}
#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915, #wrap-s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 {
  display: none;
}
#s-5214d44b-b64a-4b7e-bebe-75d56b1dd915, #wrap-s-5214d44b-b64a-4b7e-bebe-75d56b1dd915 { display:none !important; }}
@media (min-width: 1200px){#s-4c1ca58a-eff4-42d6-928a-247515b03564 {
  display: none;
}
#s-4c1ca58a-eff4-42d6-928a-247515b03564, #wrap-s-4c1ca58a-eff4-42d6-928a-247515b03564 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c1ca58a-eff4-42d6-928a-247515b03564 {
  display: none;
}
#s-4c1ca58a-eff4-42d6-928a-247515b03564, #wrap-s-4c1ca58a-eff4-42d6-928a-247515b03564 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c1ca58a-eff4-42d6-928a-247515b03564 {
  display: none;
}
#s-4c1ca58a-eff4-42d6-928a-247515b03564, #wrap-s-4c1ca58a-eff4-42d6-928a-247515b03564 { display:none !important; }}
@media (min-width: 1200px){#s-609a6be9-bdc5-444b-b047-76ce714ec7af {
  display: none;
}
#s-609a6be9-bdc5-444b-b047-76ce714ec7af, #wrap-s-609a6be9-bdc5-444b-b047-76ce714ec7af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609a6be9-bdc5-444b-b047-76ce714ec7af {
  display: none;
}
#s-609a6be9-bdc5-444b-b047-76ce714ec7af, #wrap-s-609a6be9-bdc5-444b-b047-76ce714ec7af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-609a6be9-bdc5-444b-b047-76ce714ec7af {
  display: none;
}
#s-609a6be9-bdc5-444b-b047-76ce714ec7af, #wrap-s-609a6be9-bdc5-444b-b047-76ce714ec7af { display:none !important; }}
#s-85eb5838-3bd3-49fe-8deb-a07fd775b7c2 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-85eb5838-3bd3-49fe-8deb-a07fd775b7c2 {
  
}
}@media (max-width: 767px){#s-85eb5838-3bd3-49fe-8deb-a07fd775b7c2 {
  
}
}
#s-8edda607-5184-4ecf-a7d7-2d59d17d43cb {
  margin-bottom: 5%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-8edda607-5184-4ecf-a7d7-2d59d17d43cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8edda607-5184-4ecf-a7d7-2d59d17d43cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b14a361d-1819-469b-91ba-7263ce599d08 {
  margin-bottom: 30px;
padding-left: 5%;
}

#s-7d06cb65-c617-4703-8db8-53445f2e3bd0 {
  margin-bottom: 30px;
padding-left: 5%;
padding-bottom: 5%;
}

#s-b3fb56dd-aa28-4933-80aa-2f0e5865b379 {
  padding-bottom: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d {
  
}
}@media (max-width: 767px){#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d {
  
}
}
#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-f16b5b60-677e-4c71-8c04-f6afd01ee82d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-12d5b475-107c-4ce3-a87c-7f2dfbea67b4 {
  margin-bottom: 30px;
padding-left: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-b6ddcc4c-c4ac-40a1-a819-700ab03f267a {
  display: none;
}
#s-575ee492-6fad-4dc5-977d-86681cd19713 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-31ccc807-d3f5-4510-b0c5-0e90f9f7ec17 {
  display: none;
}
#s-bfb59664-f7c0-4ced-a554-4cc8f7525457 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-d24b7e16-e5d6-47c8-acd8-94653ad286de {
  display: none;
}
#s-75cc9333-bffb-4311-b352-3cdbdc5c916d {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e1926f4-4d11-4930-9be0-6520d11483e5 {
  
}
}@media (max-width: 767px){#s-0e1926f4-4d11-4930-9be0-6520d11483e5 {
  
}
}
#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(223, 245, 203, 1);
  padding: 10px;
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 252, 240, 1);
  border-top: 1px solid #ddd;
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-0e1926f4-4d11-4930-9be0-6520d11483e5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-8796355a-7e75-4de3-8a93-081f86d716f6 {
  padding-left: 5%;
}

#s-a416a3e9-bf0b-4d18-b4bd-430580bd28e0 {
  margin-bottom: 30px;
padding-left: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-55f390ab-b846-4702-8bbb-1f08ac4a12f0 {
  display: none;
}
#s-50c9ee61-4e68-482e-80ba-8df21f45c249 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-50c9ee61-4e68-482e-80ba-8df21f45c249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50c9ee61-4e68-482e-80ba-8df21f45c249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50c9ee61-4e68-482e-80ba-8df21f45c249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50c9ee61-4e68-482e-80ba-8df21f45c249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3eae2ec5-6b55-44f5-9420-5fe11d9c7e6a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}

#s-3eae2ec5-6b55-44f5-9420-5fe11d9c7e6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3eae2ec5-6b55-44f5-9420-5fe11d9c7e6a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-3eae2ec5-6b55-44f5-9420-5fe11d9c7e6a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8728b3a0-fbb3-4676-af54-434a736e3a0f {
  text-align: left;
}

#s-55104323-cde1-4a68-827d-eb14a39407d5 {
  display: none;
}
#s-9e438e31-7a87-47cf-b807-110985c7c7c4 {
  padding-left: 5%;
}

#s-a5d04270-122e-4e56-a9b9-6e3f8e3d96b1 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-a5d04270-122e-4e56-a9b9-6e3f8e3d96b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a5d04270-122e-4e56-a9b9-6e3f8e3d96b1 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-a5d04270-122e-4e56-a9b9-6e3f8e3d96b1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-b74f48b0-e680-459d-a4a7-0fadc0744ae7 {
  margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b74f48b0-e680-459d-a4a7-0fadc0744ae7-atc-btn-wrapper {
    text-align: left;
  }


#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b74f48b0-e680-459d-a4a7-0fadc0744ae7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbd1e790-3bc3-42cf-b24f-242cd563d1f4 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-a8e770aa-f67d-4e58-b5be-4bab56d1d7c1 {
  display: none;
}
#s-6c3bdfdc-2082-41c8-9f0d-6af8ec387453 {
  padding-left: 5%;
}

#s-552751c3-31a8-4cc8-a73c-a533cbbfa1f7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-552751c3-31a8-4cc8-a73c-a533cbbfa1f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-552751c3-31a8-4cc8-a73c-a533cbbfa1f7 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-552751c3-31a8-4cc8-a73c-a533cbbfa1f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99 {
  margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99-atc-btn-wrapper {
    text-align: left;
  }


#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cd9bf536-bf46-417f-bc34-f5c24b6e3e99.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81047db9-7222-4bde-a484-1153fe9132b4 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-58125408-8a7a-485f-bd86-8a2450fe798e {
  display: none;
}
#s-21a5202f-9da3-469b-ad4f-9ee26277db8c {
  padding-left: 5%;
}

#s-13532ab4-0d01-48a9-9a26-914aa25956b6 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-13532ab4-0d01-48a9-9a26-914aa25956b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-13532ab4-0d01-48a9-9a26-914aa25956b6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-13532ab4-0d01-48a9-9a26-914aa25956b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82 {
  margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f78d9938-a240-4f7a-9972-0ef69bcc6d82-atc-btn-wrapper {
    text-align: left;
  }


#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f78d9938-a240-4f7a-9972-0ef69bcc6d82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1f072c8-e779-4bae-bb0b-d58b3591e475 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-74f3f5b5-6a3e-4e53-ac5f-702e82dfb928 {
  display: none;
}
#s-24a12d77-a705-414e-93ba-f77ec7eb6aed {
  padding-left: 5%;
}

#s-b8c7eb1a-771f-49bc-b779-42241566cbf2 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-b8c7eb1a-771f-49bc-b779-42241566cbf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b8c7eb1a-771f-49bc-b779-42241566cbf2 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-b8c7eb1a-771f-49bc-b779-42241566cbf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c496fbb-9c2b-4767-bf99-13bd554fdada {
  margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1c496fbb-9c2b-4767-bf99-13bd554fdada:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c496fbb-9c2b-4767-bf99-13bd554fdada:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c496fbb-9c2b-4767-bf99-13bd554fdada-atc-btn-wrapper {
    text-align: left;
  }


#s-1c496fbb-9c2b-4767-bf99-13bd554fdada {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c496fbb-9c2b-4767-bf99-13bd554fdada.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c496fbb-9c2b-4767-bf99-13bd554fdada.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1c496fbb-9c2b-4767-bf99-13bd554fdada.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-127efdab-717f-4080-a889-35378aa8ad54 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-127efdab-717f-4080-a889-35378aa8ad54 {
  
}
}@media (max-width: 767px){#s-127efdab-717f-4080-a889-35378aa8ad54 {
  
}
}
#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 184, 225, 1);
  padding: 10px;
}

#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 228, 246, 1);
  border-top: 1px solid #ddd;
}

#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-127efdab-717f-4080-a889-35378aa8ad54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-ac3bd48c-5c1e-4bc9-b012-ea907144a553 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-49202bbf-d24e-4183-b520-f296a0f4a88d {
  display: none;
}
#s-fc063f0f-e197-4045-871b-4ae2150b5e97 {
  padding-left: 5%;
}

#s-7db23c94-b408-428f-b45e-f41cfb51acfa {
  padding-left: 5%;
}

#s-6acac157-f4b0-4313-9bae-ae2071e717f8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-6acac157-f4b0-4313-9bae-ae2071e717f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6acac157-f4b0-4313-9bae-ae2071e717f8 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-6acac157-f4b0-4313-9bae-ae2071e717f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40b8d296-5f9a-4bbb-910c-582ba1164f66 {
  margin-left: 5%;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-40b8d296-5f9a-4bbb-910c-582ba1164f66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40b8d296-5f9a-4bbb-910c-582ba1164f66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40b8d296-5f9a-4bbb-910c-582ba1164f66-atc-btn-wrapper {
    text-align: left;
  }


#s-40b8d296-5f9a-4bbb-910c-582ba1164f66 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40b8d296-5f9a-4bbb-910c-582ba1164f66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40b8d296-5f9a-4bbb-910c-582ba1164f66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-40b8d296-5f9a-4bbb-910c-582ba1164f66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1459ff01-dc9b-4c6c-8849-f4206c874b13 {
  padding-bottom: 20px;
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 {
  
}
}@media (max-width: 767px){#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 {
  
}
}
#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-5171021c-8131-4c76-afd8-eb3c7e1c1695 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3ac7460a-1788-46cc-9ad4-dd1e773d826f {
  margin-bottom: 30px;
padding-left: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-ce6b79c8-9776-427a-92bc-8b2fbd1c2a27 {
  display: none;
}
#s-4a3d7cb1-9693-4186-9dba-74b7d61c1699 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-324d7c05-cbc8-4842-9919-72467672b1e9 {
  display: none;
}
#s-a458af89-ac8d-4af9-8d24-25093dc3647e {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-8df460c8-6349-4d30-b0c6-56fa6b479365 {
  display: none;
}
#s-372d8d3c-f584-49ad-a719-111ee8768529 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 {
  margin-bottom: 5px;
}
@media (max-width: 767px){#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 {
  
}
}
#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(223, 245, 203, 1);
  padding: 10px;
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 252, 240, 1);
  border-top: 1px solid #ddd;
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-ac0bf606-52c8-4c30-b055-7f58df263fe4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-81ee314f-d8a2-4da2-98f6-4d3e1dc84509 {
  padding-top: 20px;
padding-left: 5%;
}

#s-ac9c0ed8-bc7f-4c27-9c93-a7076c447ece {
  display: none;
}
#s-96d26c11-00a9-44db-a973-1c5d27ad4ee1 {
  padding-left: 5%;
}

#s-66878fe3-e416-4314-a4dd-924e130192ea {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-66878fe3-e416-4314-a4dd-924e130192ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-66878fe3-e416-4314-a4dd-924e130192ea .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-66878fe3-e416-4314-a4dd-924e130192ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869 {
  margin-left: 5%;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0e9c725-ad00-4d81-8dc4-eca14c73e869-atc-btn-wrapper {
    text-align: left;
  }


#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b0e9c725-ad00-4d81-8dc4-eca14c73e869.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 {
  margin-bottom: 5px;
}
@media (max-width: 767px){#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 {
  
}
}
#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 184, 225, 1);
  padding: 10px;
}

#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 228, 246, 1);
  border-top: 1px solid #ddd;
}

#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-44ca9df1-5a68-4bec-afd9-f993c5e73ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-9a48bdbc-62df-472e-b5a6-513de3a93238 {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 5%;
}

#s-b130463e-7d3c-4752-b75d-47c01b463089 {
  padding-top: 20px;
padding-left: 5%;
}

#s-33699cbd-9c8e-4496-9bf0-4ada8b2a8bb4 {
  display: none;
}
#s-5c921732-214a-435a-bf90-141d783c4e20 {
  padding-left: 5%;
}

#s-8702bc91-4151-47c6-ae98-dc9fb9c5b23a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-8702bc91-4151-47c6-ae98-dc9fb9c5b23a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8702bc91-4151-47c6-ae98-dc9fb9c5b23a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-8702bc91-4151-47c6-ae98-dc9fb9c5b23a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e {
  margin-left: 5%;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a236ca42-ffe6-4fd2-92ae-39480dfc269e-atc-btn-wrapper {
    text-align: left;
  }


#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a236ca42-ffe6-4fd2-92ae-39480dfc269e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-acf933a2-1f06-40a1-ab11-8c2f504e413f {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-acf933a2-1f06-40a1-ab11-8c2f504e413f {
  
}
}
#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 234, 184, 1);
  padding: 10px;
}

#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 29, 30, 1);
}

#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(247, 247, 225, 1);
  border-top: 1px solid #ddd;
}

#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 29, 30, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-acf933a2-1f06-40a1-ab11-8c2f504e413f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-9128a0fb-9101-401c-ba13-1aec58896503 {
  padding-top: 20px;
padding-left: 5%;
}

#s-9062ad52-29e6-467c-9a59-3595516216b8 {
  display: none;
}
#s-f36ca352-185d-4b2f-bc63-55b7ec62a5ec {
  padding-left: 5%;
}

#s-eff4f53b-6869-40f4-9d2b-dbd18192da8f {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: left;
}

#s-eff4f53b-6869-40f4-9d2b-dbd18192da8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-eff4f53b-6869-40f4-9d2b-dbd18192da8f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-eff4f53b-6869-40f4-9d2b-dbd18192da8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-622c319c-800e-46a1-803e-abfe388519ff {
  margin-left: 5%;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(107, 192, 83, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-622c319c-800e-46a1-803e-abfe388519ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-622c319c-800e-46a1-803e-abfe388519ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-622c319c-800e-46a1-803e-abfe388519ff-atc-btn-wrapper {
    text-align: left;
  }


#s-622c319c-800e-46a1-803e-abfe388519ff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-622c319c-800e-46a1-803e-abfe388519ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-622c319c-800e-46a1-803e-abfe388519ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-622c319c-800e-46a1-803e-abfe388519ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 {
  margin-bottom: -80px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 {
  display: none;
}
#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461, #wrap-s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 { display:none !important; }}@media (max-width: 767px){#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 {
  display: none;
}
#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461, #wrap-s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 { display:none !important; }}







#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b014d00e-4cdc-4d8a-a3f2-02317f5d7461.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d06ba2fe-bec8-4ad7-afde-f2f61bef358d {
  margin-top: 5%;
margin-bottom: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-64ae9569-0b43-47dc-9d87-3c2813ad6ee3 {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-64ae9569-0b43-47dc-9d87-3c2813ad6ee3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ae9569-0b43-47dc-9d87-3c2813ad6ee3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64ae9569-0b43-47dc-9d87-3c2813ad6ee3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64ae9569-0b43-47dc-9d87-3c2813ad6ee3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de40b0f3-afff-4b46-9813-1d1289d95e54 {
  padding-top: 20px;
}

#s-24d72c70-50a9-415c-969e-d5ba9fc61872 {
  padding-bottom: 5%;
}

#s-57959d25-7ee0-44a9-af56-1f1f842e63a5 {
  text-align: center;
}

#s-fa3b9edc-954e-455a-9d6a-f86723b48cb9 {
  padding-bottom: 5%;
}

#s-6aa3f3e4-58a9-48ff-ae60-e28b9026a3ff {
  text-align: center;
}

#s-128ef9a6-1137-4d7c-a7fb-a0a633b1b0d3 {
  padding-bottom: 5%;
}

#s-73c27c45-496d-4236-9aec-5b201a25c994 {
  text-align: center;
}

#s-59eeb003-6b69-4200-a46a-dd0b48964b24 {
  padding-bottom: 5%;
}

#s-2faefc69-4900-4675-b2cc-67fa7eb9eae4 {
  text-align: center;
}

#s-5cc8cfea-090f-496f-bb5a-2511aa5372c1 {
  padding-top: 20px;
}

#s-49b928b5-17fc-4b40-b2e4-f41034e2ef12 {
  padding-bottom: 5%;
}

#s-16ddc28c-24e1-4921-ad50-46cd9f8d471a {
  text-align: center;
}

#s-9cadb588-8ce8-43e6-aaa6-091aee959387 {
  padding-bottom: 5%;
}

#s-b6057f2c-1715-4dde-8ec6-966eafcb461d {
  text-align: center;
}

#s-17554a5e-355b-48b9-ac38-647c2f6a3405 {
  padding-bottom: 5%;
}

#s-4015678a-4665-4f1a-bb30-75ecc379550b {
  text-align: center;
}

#s-dafa42e0-9756-411d-a9c1-b35ee543b60f {
  padding-top: 10%;
padding-bottom: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dafa42e0-9756-411d-a9c1-b35ee543b60f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dafa42e0-9756-411d-a9c1-b35ee543b60f {
  
}
}@media (max-width: 767px){#s-dafa42e0-9756-411d-a9c1-b35ee543b60f {
  
}
}
@media (min-width: 0px) {
[id="s-dafa42e0-9756-411d-a9c1-b35ee543b60f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dafa42e0-9756-411d-a9c1-b35ee543b60f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-dafa42e0-9756-411d-a9c1-b35ee543b60f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-dafa42e0-9756-411d-a9c1-b35ee543b60f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  img.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
    
    
  }


.s-7dc6a0b8-88e1-4506-ad41-46475581e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shg-align-container {
  text-align: center
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
    
    
  }


.s-7dc6a0b8-88e1-4506-ad41-46475581e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shg-align-container {
  text-align: center
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
    
    
  }


.s-7dc6a0b8-88e1-4506-ad41-46475581e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shg-align-container {
  text-align: center
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
    
    
  }


.s-7dc6a0b8-88e1-4506-ad41-46475581e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shg-align-container {
  text-align: center
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
    
    
  }


.s-7dc6a0b8-88e1-4506-ad41-46475581e85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shg-align-container {
  text-align: center
}

.s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc6a0b8-88e1-4506-ad41-46475581e85e.shogun-image {
  box-sizing: border-box;
}


}
#s-a65bc622-10a0-451a-b3f3-0d0ac5bd8265 {
  padding-bottom: 3%;
padding-right: 0%;
}

#s-55b08989-6d9d-439c-a05a-626eed266faf {
  padding-bottom: 5%;
}

#s-c37838ca-2f79-4c60-b108-616e0ab10421 {
  text-align: left;
}

#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 {
  margin-bottom: -80px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 {
  display: none;
}
#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3, #wrap-s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 {
  display: none;
}
#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3, #wrap-s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 {
  
}
}@media (max-width: 767px){#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 {
  
}
}







#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-364d533c-8f6f-44a0-a56f-8e31c1f879a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dae052e-0992-4161-b261-8011b9f51439 {
  margin-bottom: 30px;
padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dae052e-0992-4161-b261-8011b9f51439 {
  display: none;
}
#s-0dae052e-0992-4161-b261-8011b9f51439, #wrap-s-0dae052e-0992-4161-b261-8011b9f51439 { display:none !important; }}@media (max-width: 767px){#s-0dae052e-0992-4161-b261-8011b9f51439 {
  display: none;
}
#s-0dae052e-0992-4161-b261-8011b9f51439, #wrap-s-0dae052e-0992-4161-b261-8011b9f51439 { display:none !important; }}
#s-9e1883f8-d110-42bb-ad36-51ad053dbd08 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e1883f8-d110-42bb-ad36-51ad053dbd08 {
  display: none;
}
#s-9e1883f8-d110-42bb-ad36-51ad053dbd08, #wrap-s-9e1883f8-d110-42bb-ad36-51ad053dbd08 { display:none !important; }}@media (max-width: 767px){#s-9e1883f8-d110-42bb-ad36-51ad053dbd08 {
  display: none;
}
#s-9e1883f8-d110-42bb-ad36-51ad053dbd08, #wrap-s-9e1883f8-d110-42bb-ad36-51ad053dbd08 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e1883f8-d110-42bb-ad36-51ad053dbd08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1883f8-d110-42bb-ad36-51ad053dbd08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1883f8-d110-42bb-ad36-51ad053dbd08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1883f8-d110-42bb-ad36-51ad053dbd08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-3c2f41cb-c7dd-4389-8b15-9a1416b4daaf {
  box-shadow:0px 0px 0px 0px rgba(191, 190, 186, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 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: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-3c2f41cb-c7dd-4389-8b15-9a1416b4daaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c2f41cb-c7dd-4389-8b15-9a1416b4daaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac68a04f-cf6b-4b3f-b341-93ea7d0b8d09 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-ac68a04f-cf6b-4b3f-b341-93ea7d0b8d09 {
  display: none;
}
#s-10f820e5-8257-486c-b8f3-5c9a1d3543e8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 0px;
}

#s-cfef11ad-5521-45c8-be20-91a57992a976 {
  padding-top: 20px;
}

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

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

#s-af953219-11d9-4e20-b6e1-35900919f08f hr {
  border-top: 2px solid rgba(137, 175, 0, 1);
}

#s-03c2ccaf-4911-4d51-bd6d-4bdf458c398e hr {
  border-top: 2px solid rgba(137, 175, 0, 1);
}

#s-f168ea06-a140-4be6-a16d-020d367e1002 {
  text-align: center;
}

#s-f168ea06-a140-4be6-a16d-020d367e1002 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-f168ea06-a140-4be6-a16d-020d367e1002 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 32px;
}

#s-f168ea06-a140-4be6-a16d-020d367e1002 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMyODhkNDUtN2U2Mi00NDYyLWI5YjYtNGRlNTBmYTY2NDE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZlZTA3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjBjYjI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzI4OGQ0NS03ZTYyLTQ0NjItYjliNi00ZGU1MGZhNjY0MTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
max-width: 80%;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6ee07"}, {"id"=>2, "pos"=>1, "color"=>"#60cb29"}];
hover-type: gradient;
}
#s-d8fa131d-e092-4148-8b41-6fb34c01b556:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhlMmRhYzgtMjJmNS00ZDI1LWE1OTctMTUyNGJiM2YzZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGUyZGFjOC0yMmY1LTRkMjUtYTU5Ny0xNTI0YmIzZjNkNDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}#s-d8fa131d-e092-4148-8b41-6fb34c01b556:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzIzNjYyMDItYTYwNC00MmU0LTk3ZTktMmI2OTc3ZDhjMjgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMjM2NjIwMi1hNjA0LTQyZTQtOTdlOS0yYjY5NzdkOGMyODEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  
}
}@media (max-width: 767px){#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  
}
}


#s-d8fa131d-e092-4148-8b41-6fb34c01b556 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8fa131d-e092-4148-8b41-6fb34c01b556.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8fa131d-e092-4148-8b41-6fb34c01b556.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}

#s-d8fa131d-e092-4148-8b41-6fb34c01b556.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cff440c3-3d73-40dd-a02e-5c79872546bc {
  min-height: 50px;
}








#s-cff440c3-3d73-40dd-a02e-5c79872546bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cff440c3-3d73-40dd-a02e-5c79872546bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2188f73-8cef-4010-9ae1-95839e2a26e6 {
  box-shadow:0px 0px 0px 0px rgba(179, 177, 177, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-d2188f73-8cef-4010-9ae1-95839e2a26e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2188f73-8cef-4010-9ae1-95839e2a26e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6934ff5c-b75b-48d1-b227-6d7bd829a235 {
  padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-6934ff5c-b75b-48d1-b227-6d7bd829a235 {
  display: none;
}
#s-ea502e6e-4ec3-4f40-a059-238efad24061 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 0px;
}

#s-8624100f-bef4-4ddd-a49f-df01ad9f4f44 {
  padding-top: 20px;
}

#s-01013c49-ab41-45d4-873e-c545f6a0cffc hr {
  border-top: 2px solid rgba(137, 175, 0, 1);
}

#s-97055b4d-4615-47ea-b0ea-0c06def5d3bb hr {
  border-top: 2px solid rgba(137, 175, 0, 1);
}

#s-fa41b3ea-18c2-4a8d-be6b-189db3b66f6d {
  text-align: center;
}

#s-fa41b3ea-18c2-4a8d-be6b-189db3b66f6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-fa41b3ea-18c2-4a8d-be6b-189db3b66f6d .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 32px;
}

#s-fa41b3ea-18c2-4a8d-be6b-189db3b66f6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMyODhkNDUtN2U2Mi00NDYyLWI5YjYtNGRlNTBmYTY2NDE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZlZTA3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjBjYjI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzI4OGQ0NS03ZTYyLTQ0NjItYjliNi00ZGU1MGZhNjY0MTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
max-width: 80%;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6ee07"}, {"id"=>2, "pos"=>1, "color"=>"#60cb29"}];
hover-type: gradient;
}
#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhlMmRhYzgtMjJmNS00ZDI1LWE1OTctMTUyNGJiM2YzZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGUyZGFjOC0yMmY1LTRkMjUtYTU5Ny0xNTI0YmIzZjNkNDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTBiOWVmMzEtYmIwOC00MzY3LWJmYTAtNzBmN2JlNDYyZmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMGI5ZWYzMS1iYjA4LTQzNjctYmZhMC03MGY3YmU0NjJmYzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  
}
}@media (max-width: 767px){#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  
}
}


#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}

#s-ad1a2f70-f87b-4e91-b5b7-c39db8ffca1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f65522eb-1d3c-4633-9c58-6b1757ef9567 {
  padding-top: 80px;
padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f65522eb-1d3c-4633-9c58-6b1757ef9567 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f65522eb-1d3c-4633-9c58-6b1757ef9567 {
  display: none;
}
#s-f65522eb-1d3c-4633-9c58-6b1757ef9567, #wrap-s-f65522eb-1d3c-4633-9c58-6b1757ef9567 { display:none !important; }}@media (max-width: 767px){#s-f65522eb-1d3c-4633-9c58-6b1757ef9567 {
  display: none;
}
#s-f65522eb-1d3c-4633-9c58-6b1757ef9567, #wrap-s-f65522eb-1d3c-4633-9c58-6b1757ef9567 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f65522eb-1d3c-4633-9c58-6b1757ef9567"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-f3924eba-53bd-4bde-bd5a-62f06bff60eb {
  box-shadow:0px 0px 0px 0px rgba(179, 177, 177, 1);
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-f3924eba-53bd-4bde-bd5a-62f06bff60eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3924eba-53bd-4bde-bd5a-62f06bff60eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1c6eef8-42ae-4ae5-add4-b53f68bcee74 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-f1c6eef8-42ae-4ae5-add4-b53f68bcee74 {
  display: none;
}
#s-02b279dc-12b9-4efe-a621-4b87fbf45966 {
  padding-left: 4%;
padding-right: 3%;
}

#s-e2864a01-86c7-46c7-a871-e59cfc5e7eed {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}

#s-4f60542e-923d-4e9f-8a58-8b601beb7302 {
  padding-top: 20px;
}

#s-4edffeb1-85f1-454b-bb7c-128569e214af {
  padding-top: 20px;
}

#s-92f736ee-4f02-4ae4-9dd8-8cec0713cd87 hr {
  border-top: 2px solid rgba(137, 175, 0, 1);
}

#s-670aafea-eeae-48e8-b576-329fdd6aadcd {
  text-align: center;
}

#s-670aafea-eeae-48e8-b576-329fdd6aadcd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 32px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-670aafea-eeae-48e8-b576-329fdd6aadcd .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 32px;
}

#s-670aafea-eeae-48e8-b576-329fdd6aadcd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWMyODhkNDUtN2U2Mi00NDYyLWI5YjYtNGRlNTBmYTY2NDE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZlZTA3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjBjYjI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzI4OGQ0NS03ZTYyLTQ0NjItYjliNi00ZGU1MGZhNjY0MTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
max-width: 80%;
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f6ee07"}, {"id"=>2, "pos"=>1, "color"=>"#60cb29"}];
hover-type: gradient;
}
#s-1c39ba7f-ff16-4c15-b647-39889d7ae135:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhlMmRhYzgtMjJmNS00ZDI1LWE1OTctMTUyNGJiM2YzZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGUyZGFjOC0yMmY1LTRkMjUtYTU5Ny0xNTI0YmIzZjNkNDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}#s-1c39ba7f-ff16-4c15-b647-39889d7ae135:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWRlOTg4MmMtNTUzMC00N2Q3LWEzYmYtNzNkNWU3MTllMTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzViOTM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNmMTA1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZGU5ODgyYy01NTMwLTQ3ZDctYTNiZi03M2Q1ZTcxOWUxNmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#75b939"}, {"id"=>2, "pos"=>1, "color"=>"#acf105"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  
}
}@media (max-width: 767px){#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  
}
}


#s-1c39ba7f-ff16-4c15-b647-39889d7ae135 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c39ba7f-ff16-4c15-b647-39889d7ae135.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c39ba7f-ff16-4c15-b647-39889d7ae135.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  block ;
}

#s-1c39ba7f-ff16-4c15-b647-39889d7ae135.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1483c52b-cb66-453a-bfbb-a6c27e67a516 {
  margin-top: 5%;
margin-bottom: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-c95f1580-af45-40c0-9024-d956f461b687 {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-c95f1580-af45-40c0-9024-d956f461b687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c95f1580-af45-40c0-9024-d956f461b687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c95f1580-af45-40c0-9024-d956f461b687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c95f1580-af45-40c0-9024-d956f461b687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf7958ea-d08b-4485-bf6c-c21dadada851 {
  padding-top: 20px;
}

#s-b254f6de-4744-449b-bf84-50a624019507 {
  padding-bottom: 5%;
}

#s-a7a9405d-9ce0-4459-a5a1-b817a73ffe40 {
  text-align: center;
}

#s-8d32830b-76cb-4098-bf68-2864e86c98c1 {
  padding-bottom: 5%;
}

#s-df93efd3-8360-4b01-9db2-f0dd9004b190 {
  text-align: center;
}

#s-dd3d7188-fb2d-4e8e-9708-61208b40a570 {
  padding-bottom: 5%;
}

#s-ab6b073a-bbf5-4158-a139-0749e07b5fd9 {
  text-align: center;
}

#s-4c490dc8-4804-47f4-9e02-c0232062fe09 {
  padding-bottom: 5%;
}

#s-23baa35b-91a3-4fc0-aab9-5b68d4cffada {
  text-align: center;
}

#s-968c2bdb-b518-4022-a257-9704dd67f914 {
  padding-top: 20px;
}

#s-8863c7d3-ddc9-418f-a470-41fa6792d350 {
  padding-bottom: 5%;
}

#s-de7efa78-23e8-48f0-9221-9293352b49f6 {
  text-align: center;
}

#s-87acb764-7add-44f9-9cfe-93e230b396b0 {
  padding-bottom: 5%;
}

#s-8d8dd18c-7f52-4c1c-85bf-9b9450129fca {
  text-align: center;
}

#s-b2041905-b2c4-4ee5-93e9-4c82b09e9671 {
  padding-bottom: 5%;
}

#s-dc922f34-1a5e-47fb-a55b-2a63b5034fc8 {
  text-align: center;
}

#s-0d60fd1a-af8e-4421-a255-a75c019602c2 {
  padding-top: 10%;
padding-bottom: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0d60fd1a-af8e-4421-a255-a75c019602c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d60fd1a-af8e-4421-a255-a75c019602c2 {
  
}
}@media (max-width: 767px){#s-0d60fd1a-af8e-4421-a255-a75c019602c2 {
  
}
}
@media (min-width: 0px) {
[id="s-0d60fd1a-af8e-4421-a255-a75c019602c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d60fd1a-af8e-4421-a255-a75c019602c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0d60fd1a-af8e-4421-a255-a75c019602c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d60fd1a-af8e-4421-a255-a75c019602c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-670a0728-b6bf-4d6e-b738-eab6c1d8939d {
  padding-top: 50px;
padding-bottom: 3%;
padding-right: 0%;
}

#s-1df25fe1-ea66-43e8-9c2e-b2bf747d8b41 {
  padding-bottom: 5%;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  img.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
    
    
  }


.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shg-align-container {
  text-align: center
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
    
    
  }


.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shg-align-container {
  text-align: center
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
    
    
  }


.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shg-align-container {
  text-align: center
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
    
    
  }


.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shg-align-container {
  text-align: center
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
    
    
  }


.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shg-align-container {
  text-align: center
}

.s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d359327b-e8e0-4ec6-b2d3-0beec4eedbc6.shogun-image {
  box-sizing: border-box;
}


}
#s-83ebc0cf-0fda-47ca-be87-5f416031b2ab {
  text-align: left;
}

#s-d886b6b6-c911-497e-8198-629c922157c0 {
  padding-top: 7%;
padding-left: 5%;
padding-bottom: 7%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d886b6b6-c911-497e-8198-629c922157c0 {
  display: none;
}
#s-d886b6b6-c911-497e-8198-629c922157c0, #wrap-s-d886b6b6-c911-497e-8198-629c922157c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d886b6b6-c911-497e-8198-629c922157c0 {
  display: none;
}
#s-d886b6b6-c911-497e-8198-629c922157c0, #wrap-s-d886b6b6-c911-497e-8198-629c922157c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d886b6b6-c911-497e-8198-629c922157c0 {
  display: none;
}
#s-d886b6b6-c911-497e-8198-629c922157c0, #wrap-s-d886b6b6-c911-497e-8198-629c922157c0 { display:none !important; }}@media (max-width: 767px){#s-d886b6b6-c911-497e-8198-629c922157c0 {
  display: none;
}
#s-d886b6b6-c911-497e-8198-629c922157c0, #wrap-s-d886b6b6-c911-497e-8198-629c922157c0 { display:none !important; }}







#s-d886b6b6-c911-497e-8198-629c922157c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d886b6b6-c911-497e-8198-629c922157c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-f6a44c78-04a7-4d22-b509-3c960d7ec276"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (max-width: 767px){#s-9b08e1ed-043c-4f23-95ab-557c36c62b2b {
  
}
}
#s-fc1c4e39-d46c-4676-a7af-f212a7da3f09 {
  padding-top: 10px;
padding-bottom: 40px;
}

#s-277dbccf-10f4-402a-b286-b051c89dbf34 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 350px;
background-color: rgba(255, 255, 255, 1);
}

#s-277dbccf-10f4-402a-b286-b051c89dbf34 {
  display: none;
}
#s-9fffabd4-1085-407b-bd55-64e66d896a9b {
  margin-top: 10px;
}

#s-ca8eed1d-aa82-403e-bf7a-9346456dc518 hr {
  border-top: 2px solid rgba(165, 160, 147, 1);
}

#s-8b83fef6-781a-4354-8970-4e5f153eb692 {
  text-align: center;
}

#s-8b83fef6-781a-4354-8970-4e5f153eb692 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 35px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8b83fef6-781a-4354-8970-4e5f153eb692 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 35px;
}

#s-8b83fef6-781a-4354-8970-4e5f153eb692 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-484dcc7a-48af-42b5-9723-f4ec0c790296 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
cursor: pointer;
background-image: none;
background-color: rgba(0, 167, 113, 1);
hover-type: color;
}
#s-484dcc7a-48af-42b5-9723-f4ec0c790296:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(1, 189, 115, 1) !important;
hover-type: color !important;}#s-484dcc7a-48af-42b5-9723-f4ec0c790296:active {text-decoration: none !important;
background-image: none !important;
background-color: rgba(1, 189, 115, 1) !important;
hover-type: color !important;}


#s-484dcc7a-48af-42b5-9723-f4ec0c790296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-484dcc7a-48af-42b5-9723-f4ec0c790296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-484dcc7a-48af-42b5-9723-f4ec0c790296.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  
  display:  block ;
}

#s-484dcc7a-48af-42b5-9723-f4ec0c790296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 {
  margin-top: 0px;
margin-bottom: -60px;
padding-top: 5%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 {
  display: none;
}
#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556, #wrap-s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 {
  display: none;
}
#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556, #wrap-s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 {
  display: none;
}
#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556, #wrap-s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 { display:none !important; }}@media (max-width: 767px){#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 {
  display: none;
}
#s-19fefbaa-a78d-4849-8d29-c31ae5b6c556, #wrap-s-19fefbaa-a78d-4849-8d29-c31ae5b6c556 { display:none !important; }}
@media (min-width: 0px) {
[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-19fefbaa-a78d-4849-8d29-c31ae5b6c556"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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-7f9fb9e3-1b84-4126-9623-88464d2b01f2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-7f9fb9e3-1b84-4126-9623-88464d2b01f2 img.shogun-image {
    

    
    
    
  }


#s-7f9fb9e3-1b84-4126-9623-88464d2b01f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c029d84-8255-4e90-b8a1-415cee2c284d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5%;
padding-left: 7%;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-6c029d84-8255-4e90-b8a1-415cee2c284d {
  display: none;
}
#s-4fb1e5a3-a82b-427d-a725-ed6cb6d9c601 {
  margin-top: 10px;
}

#s-0d5e4b41-9bb1-42f4-b94b-1c3a1d12a753 {
  margin-top: 10px;
}

#s-10e2c4c9-e03e-4c3a-a31a-1d1bfd7d717e hr {
  border-top: 2px solid rgba(165, 160, 147, 1);
}

#s-88aee6a9-c29d-47a9-b697-19bec98061f5 {
  text-align: center;
}

#s-88aee6a9-c29d-47a9-b697-19bec98061f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-88aee6a9-c29d-47a9-b697-19bec98061f5 .shg-product-price {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-88aee6a9-c29d-47a9-b697-19bec98061f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
text-align: center;
cursor: pointer;
background-image: none;
background-color: rgba(0, 167, 113, 1);
hover-type: color;
}
#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(1, 189, 115, 1) !important;
hover-type: color !important;}#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1:active {text-decoration: none !important;
background-image: none !important;
background-color: rgba(1, 189, 115, 1) !important;
hover-type: color !important;}


#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-1068547a-4633-4bde-a5f7-c2bfabeac0f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}