/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.hero {
  color: #FFFFFF;
  margin: 0 0 5rem;
  position: relative;
}
.hero__bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  z-index: -10;
}
.hero__title {
  margin-bottom: 0.625rem;
  max-width: 38rem;
  line-height: 2.8125rem;
}
.hero__subtitle {
  margin-bottom: 1.5625rem;
}
.hero__subtitle h4 {
  margin: 0 0 1.5625rem 0;
  font-weight: 400;
  font-size: 1.5625rem;
  letter-spacing: 0;
  line-height: 2.5rem;
  color: #fff;
}
.hero__header {
  padding-top: 0.625rem;
  padding-bottom: 4.375rem;
}
.hero__header .logo {
  max-width: 12.5rem;
}
.hero__subtitle {
  margin-bottom: 1.5625rem;
}
.hero__feature-holder {
  margin-bottom: 1.25rem;
}
.hero__feature-holder__text {
  font-size: 1.125rem;
}
.hero__feature-holder .feature-row__icon {
  color: #0BC86D;
  font-size: 1rem;
}
.hero__money-back-guarantee {
  margin-bottom: 1.25rem;
}
.hero__money-back-guarantee .feature-row__icon {
  color: white;
  font-size: 0.9375rem;
}
.hero__cta-wrapper {
  margin-bottom: 0.9375rem;
}
.hero__price-block {
  margin-bottom: 1.5625rem;
}
.hero__price-block .hero__discount-price {
  line-height: 1;
  font-size: 1.5625rem;
  font-weight: bold;
}
.hero__price-block .hero__full-price {
  font-size: 1.125rem;
  line-height: 1.875rem;
  line-height: 1;
  color: white;
  margin-right: 0.9375rem;
  font-size: 18px;
}
.hero__price-block .hero__full-price--strike-through span {
  text-decoration: line-through;
}
.hero__product-box {
  margin-bottom: -3.125rem;
}
.hero__product-box svg {
  margin-left: -2.875rem;
}
.hero .feature-row__text {
  color: white;
}
.hero .trustpilot-logo {
  width: 8.125rem;
  margin-right: 1.25rem;
}
.hero .trustpilot-stars {
  width: 5.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero .trustpilot-logo {
    height: 2.5rem;
  }
  .hero .trustpilot-stars__holder {
    width: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero {
    color: white;
  }
  .hero__header {
    padding-left: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
  }
  .hero__header .logo {
    max-width: 10.3125rem;
  }
  .hero__title {
    line-height: 2.8125rem;
    margin: 0 auto;
  }
  .hero__content {
    padding-bottom: 2.5rem;
  }
  .hero__title {
    margin-right: auto;
    margin-left: auto;
  }
  .hero__feature-holder {
    display: inline-block;
    margin: 0 auto 1.5625rem;
  }
  .hero__feature-holder .feature-row__text {
    text-align: left;
  }
  .hero__money-back-guarantee .feature-row {
    justify-content: center;
  }
  .hero__price-block {
    justify-content: center;
    margin-bottom: 1.25rem;
  }
}