h2,
h3,
h4 {
  margin: 0 !important;
}
body {
  background: #fff !important;
}
a {
  text-decoration: none !important;
  transition: all, .25s;
  cursor: pointer;
}
p {
  margin: 0 !important;
  letter-spacing: normal !important;
}
.section-btn {
  width: auto;
  max-width: 100%;
  height: 50px;
  background: #FC654C;
  border-radius: 10px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 48px 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all, 0.25s;
}
.section-btn:hover,
.section-btn:focus {
  color: #fff;
  background: #fb3a1a;
}
.section-banner {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-banner__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_mobile {
    display: none;
  }
}
.section-banner__image_tablet {
  display: none;
}
@media only screen and (min-width: 760px) {
  .section-banner__image_tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_tablet {
    display: none;
  }
}
.section-banner__image_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__image_desktop {
    display: block;
  }
}
.section-banner-info {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin: -3px auto 0;
}
@media only screen and (min-width: 700px) {
  .section-banner-info {
    margin: -5px auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info {
    margin: -4px auto 0;
  }
}
.section-banner-title {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500 !important;
  font-size: 35px !important;
  line-height: 41px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  letter-spacing: -1.5px !important;
  margin: 0 0 23px !important;
}
@media only screen and (min-width: 700px) {
  .section-banner-title {
    font-size: 60px !important;
    line-height: 73px !important;
    letter-spacing: -0.01em !important;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner-button {
    max-width: 276px;
  }
}
.section-recommendations {
  width: 100%;
  margin: 98px 0 79px;
}
@media only screen and (min-width: 700px) {
  .section-recommendations {
    margin: 116px 0 101px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-recommendations {
    margin: 117px 0 103px;
  }
}
.recommendations-container {
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .recommendations-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .recommendations-container {
    padding: 0;
  }
}
.recommendations__ttl {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #282828;
  margin: 0 auto 52px;
}
@media only screen and (min-width: 360px) {
  .recommendations__ttl {
    width: 86%;
  }
}
@media only screen and (min-width: 460px) {
  .recommendations__ttl {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .recommendations__ttl {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .recommendations__ttl {
    font-size: 45px;
    line-height: 53px;
  }
}
.recommendations__list {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .recommendations__list {
    margin-top: 1px;
  }
}
.recommendations__list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recommendations__list-item-icon {
  display: block;
  width: 20px;
  height: auto;
  flex-shrink: 0;
  margin: 0 22px 0 2px;
}
.recommendations__list-item-text {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
}
.recommendations__list-item-text a {
  text-decoration: none;
  color: #FC654C;
}
.recommendations__list-item-text a:hover,
.recommendations__list-item-text a:focus {
  color: #de2304;
}
.section-impact {
  width: 100%;
  height: 700px;
  margin: 25px auto 0;
  position: relative;
  box-shadow: 0 20px 35px rgba(12,12,12,0.15);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-impact {
    width: calc(100% - 60px);
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-impact {
    width: calc(100% - 80px);
    height: 500px;
  }
}
@media only screen and (min-width: 1720px) {
  .section-impact {
    height: 600px;
  }
}
.impact-container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .impact-container {
    max-width: 500px;
    padding: 0;
    margin-top: -6px;
  }
}
.impact-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.impact-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
@media only screen and (min-width: 700px) {
  .impact-bg-img-mob {
    display: none;
  }
}
.impact-bg-img-tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .impact-bg-img-tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .impact-bg-img-tab {
    display: none;
  }
}
.impact-bg-img-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .impact-bg-img-desk {
    display: block;
  }
}
.impact__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  letter-spacing: -1.5px;
  color: #FFFFFF;
}
@media only screen and (min-width: 700px) {
  .impact__ttl {
    font-size: 60px;
    line-height: 73px;
    letter-spacing: -0.01em;
  }
}
.impact__desc {
  width: 100%;
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin: 5px 0 20px;
}
@media only screen and (min-width: 360px) {
  .impact__desc {
    width: 89%;
  }
}
@media only screen and (min-width: 460px) {
  .impact__desc {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .impact__desc {
    margin: 7px 0 20px;
  }
}
@media only screen and (min-width: 700px) {
  .impact-btn {
    max-width: 177px;
  }
}
.section-affiliate-program {
  width: 100%;
  margin: 98px 0 100px;
}
@media only screen and (min-width: 700px) {
  .section-affiliate-program {
    margin: 117px 0 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-affiliate-program {
    margin: 118px 0 120px;
  }
}
.affiliate-program-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .affiliate-program-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .affiliate-program-container {
    padding: 0;
  }
}
.affiliate-program__ttl {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #282828;
  margin-bottom: 53px;
}
@media only screen and (min-width: 700px) {
  .affiliate-program__ttl {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .affiliate-program__ttl {
    font-size: 45px;
    line-height: 53px;
  }
}
.affiliate-program__content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .affiliate-program__content-wrap {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.affiliate-program__img {
  display: block;
  width: 300px;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (min-width: 700px) {
  .affiliate-program__img {
    width: 200px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .affiliate-program__img {
    width: 300px;
    margin-left: 100px;
  }
}
.affiliate-program__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 28px;
}
@media only screen and (min-width: 760px) {
  .affiliate-program__content {
    margin-top: -2px;
  }
}
.affiliate-program__desc {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.015em;
  color: #8C3848;
  margin-bottom: 22px;
}
.affiliate-program__shareasale {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .affiliate-program__shareasale {
    max-width: 269px;
  }
}
.affiliate-program__btn {
  width: 340px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 760px) {
  .affiliate-program__btn {
    padding: 15px 47px 14px;
  }
}
.affiliate-program__comment {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #898989;
}
.affiliate-program__comment-link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FC654C;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.affiliate-program__comment-link:hover {
  color: #fb4729;
}
.section-membership {
  width: 100%;
}
.section-membership-container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 760px) {
  .section-membership-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-membership-container {
    padding: 0;
  }
}
.section-membership-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-membership-block.reverse {
  margin-top: 100px;
}
@media only screen and (min-width: 760px) {
  .section-membership-block.reverse {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-membership-block {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-membership-block.reverse {
    flex-direction: row-reverse;
  }
  .section-membership-block.reverse .section-membership-block__image {
    margin: 0 0 0 70px;
  }
}
.section-membership-block__image {
  display: block;
  width: 340px;
  height: auto;
  border-radius: 20px;
  margin-bottom: 47px;
}
@media only screen and (min-width: 760px) {
  .section-membership-block__image {
    width: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-membership-block__image {
    width: 600px;
    margin: 0 70px 0 0;
  }
}
.section-membership-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-membership-block__text {
  width: 100%;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: -0.015em;
  color: #8C3848;
  margin-bottom: 23px;
}
@media only screen and (min-width: 1200px) {
  .section-membership-block__text {
    width: 96%;
  }
}
.section-membership-block__link {
  width: 340px;
}
@media only screen and (min-width: 760px) {
  .section-membership-block__link {
    width: auto;
  }
}
.section-contact {
  width: 100%;
  padding: 98px 0 71px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 700px) {
  .section-contact {
    padding: 117px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-contact {
    padding: 117px 0 98px;
  }
}
.contact-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-contact__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #FF6333;
  margin-bottom: 32px;
}
@media only screen and (min-width: 760px) {
  .section-contact__ttl {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-contact__ttl {
    font-size: 60px;
    line-height: 71px;
    margin-bottom: 54px;
  }
}
.section-contact__link {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FF6333;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all, .25s;
}
.section-contact__link:hover {
  color: #ff3c00;
}
