* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
@media (min-width: 1400px) {
  .header-background-image {
    max-height: 847px;
  }
}
body {
  background: #ffffff;
  font-family: "Proxima Nova Rg";
  font-style: normal;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
}
.box-container {
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 4px -10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
.stik--inner {
  text-align: center;
  padding: 10px 0;
}

.stik--inner {
  bottom: 0;
  z-index: 5;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.fixed {
  position: fixed;
}
.section-stik {
  height: 80px;
}

.slide-reviews-section {
  margin-bottom: 50px;
}

.click-bth {
  position: absolute;
  width: 137px;
  right: 174px;
  top: 0px;
}

.stik--inner img {
  width: 95%;
  max-width: 400px;
}

.stik-inner__buy-amazon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 8px 24px;
  gap: 30px;
  width: 100%;
  max-height: 60px;
}

.stik-inner__buy-amazon img {
  width: 100%;
  height: 100%;
  max-width: 43px;
}

.stik-inner__buy-amazon-font {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f90;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.stik-inner__buy-amazon-font span {
  color: #211f1f;
  font-family: "Proxima Nova Rg";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-wrap: nowrap;
  white-space: nowrap;
}

.wrapper .section-stik {
  position: sticky;
  bottom: 0;
  z-index: 10;
  height: auto;
}

.wrapper {
  position: sticky;
  top: 0;
}

.wrapper .stik--inner {
  position: relative;
}
section img {
  width: 100%;
}
.header {
  margin-bottom: 100px;
}
.header__background {
  width: 100%;
  padding: 80px 0 110px;
  text-align: center;
}
.header__background > img {
  width: 371.02px;
  height: 108.324px;
}
section.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
.product__subtitle {
  color: #252f3d;
  text-align: center;
  font-size: calc(30px + (60 - 30) * ((100vw - 390px) / (1200 - 390)));
  font-weight: 600;
  line-height: 125%;
  letter-spacing: calc(0.6px + (1.2 - 0.6) * ((100vw - 390px) / (1200 - 390)));
  margin-bottom: 60px;
}
.product__emoji {
  width: calc(30px + (60 - 30) * ((100vw - 390px) / (1200 - 390)));
}
.testimotial__emoji {
  width: calc(24px + (40 - 24) * ((100vw - 390px) / (1200 - 390)));
}
.product__description {
  color: #252f3d;
  text-align: center;
  font-size: calc(20px + (24 - 20) * ((100vw - 390px) / (1200 - 390)));
  font-weight: 400;
  line-height: 150%;
  letter-spacing: calc(0.4px + (0.5 - 0.4) * ((100vw - 390px) / (1200 - 390)));
  margin-bottom: calc(37px + (50 - 37) * ((100vw - 390px) / (1200 - 390)));
}
.product__image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.product__image-mobile,
.benefits__image-mobile,
.testimonial__user-image-mobile {
  display: none;
}
.product__image {
  width: 100%;
  height: 100%;
}
.product__headline {
  color: #252f3d;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.product__arrow {
  height: 40px;
}
.product__arrow img {
  height: 100%;
}
.benefits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 50px;
}
.benefits__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  width: 100%;
  max-width: 660px;
}
.benefits__title {
  color: #252f3d;
  font-size: calc(24px + (40 - 24) * ((100vw - 390px) / (1200 - 390)));
  font-weight: 600;
  line-height: 125%;
  letter-spacing: calc(
    0.48px + (0.8 - 0.48) * ((100vw - 390px) / (1200 - 390))
  );
}
.benefits__text {
  color: #252f3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.benefits__image {
  width: 100%;
  height: 100%;
  max-width: 360px;
  max-height: 360px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.testimonials:last-child {
  margin-bottom: 160px;
}

.testimotial {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px;
  border-radius: 80px;
  background: #f2f2f2;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
.testimonial__user-info {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.testimonial__user-image-container {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
}
.testimonial__user-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  max-width: 675px;
}
.testimonial__user-title {
  color: #252f3d;
  font-size: calc(24px + (40 - 24) * ((100vw - 390px) / (1200 - 390)));
  font-weight: 600;
  line-height: 125%;
  letter-spacing: calc(
    0.48px + (0.8 - 0.48) * ((100vw - 390px) / (1200 - 390))
  );
}
.product-course__description {
  color: #252f3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.product-course__title {
  color: #252f3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.product-course__step {
  color: #252f3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.testimonial__container {
  display: flex;
  padding: 48px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  border-radius: 60px;
  background: #fff;
  box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.reviewer-info__container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.reviewer-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
.reviewer__initial {
  color: #252f3d;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.rating-stars {
  width: 175px;
  height: 30px;
}
.reviewer-comment {
  color: #171616;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.reviewer_link-font span {
  color: #171616;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  top: 0;
}
.reviewer_link__buy-amazon {
  display: inline-flex;
  padding: 8px 8px 8px 24px;
  align-items: center;
  gap: 18px;
  border-radius: 60px;
  background: #171616;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.reviewer_link__buy-amazon > img {
  width: auto;
}
.reviewer_link-font {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f90;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.footer h2 {
  color: #252f3d;
  text-align: center;
  font-size: calc(30px + (60 - 30) * ((100vw - 390px) / (1200 - 390)));
  font-weight: 600;
  line-height: 125%;
  letter-spacing: calc(0.6px + (1.2 - 0.6) * ((100vw - 390px) / (1200 - 390)));
  margin-bottom: 45px;
}
.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 37px;
}
.rating-value {
  color: #252f3d;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.rating-value span {
  color: rgba(37, 47, 61, 0.4);
  font-size: 18px;
  font-weight: 400;
}
.footer button {
  width: 100%;
}
h2 img {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .stik-inner__buy-amazon {
    padding: 8px 8px 8px 10px;
  }
  .stik-inner__buy-amazon-font span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 50px;
  }
  .header__background > img {
    width: 250px;
    height: 70px;
  }
  section.product {
    margin-bottom: 60px;
  }
  .product__subtitle {
    margin-bottom: 30px;
  }
  .product__description {
    margin-bottom: 30px;
  }
  .product__image-container {
    height: auto;
    margin-bottom: 30px;
  }
  .benefits {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 60px;
    gap: 32px;
  }
  .benefits__title {
    text-align: center;
  }
  .benefits__content {
    gap: 16px;
  }
  .benefits__text {
    text-align: center;
  }
  .testimonials:last-child {
    margin-bottom: 80px;
  }
  .testimonial__user-info {
    align-items: center;
  }
  .testimonial__user-text-content {
    gap: 30px;
  }
  .testimotial {
    padding: 48px 20px;
  }
  .testimonials .testimotial:nth-child(odd) .testimonial__user-info {
    flex-direction: column;
  }
  .testimonials .testimotial:nth-child(even) .testimonial__user-info {
    flex-direction: column-reverse;
  }
  .box-container {
    overflow: hidden;
  }
  .testimonials {
    border-radius: 60px;
    gap: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
  }
  .reviewer-info__inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer-product__image img {
    height: 330px;
  }
}
@media screen and (max-width: 640px) {
  .reviewer_link-font span {
    white-space: nowrap;
  }
  .reviewer_link__buy-amazon {
    flex-direction: column;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 12px 8px;
    width: 100%;
  }
  .testimonials button {
    width: 100%;
    margin: 0 auto;
  }
  .product .product__image-container {
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .reviews_sections .reviewer_link-font {
    padding: 10px 24px;
  }
  .product .product__image-container {
    height: auto;
  }
  .product__image-container,
  .benefits__image,
  .testimonial__user-image-container {
    display: none;
  }
  .reviewer_link-font span {
    font-size: 16px;
  }
  .reviewer_link-font {
    width: 95%;
  }
  .product__image-container.product__image-mobile,
  .benefits__image-mobile,
  .testimonial__user-image-mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .stik-inner__buy-amazon {
    padding: 0;
  }
  .header {
    margin-bottom: 30px;
  }
.header__background {
	padding: 0px 0 10px;
}
  .header__background > img {
    width: 139.085px;
    height: 40.608px;
  }
  section.product {
    margin-bottom: 32px;
  }
  .product {
    padding: 0 10px;
  }
  .product__subtitle {
    margin-bottom: 18px;
  }
  .product__description {
    margin-bottom: 24px;
  }
  .product__image-container {
    margin-bottom: 24px;
    height: auto;
  }
  .benefits {
    padding: 0 10px;
    margin-bottom: 42px;
  }
  .testimonials:last-child {
    margin-bottom: 40px;
  }
  .testimonial__user-text-content {
    gap: 16px;
  }
  .testimonial__user-title {
    text-align: center;
  }
  .product-course__description {
    text-align: center;
  }
  .testimonials {
    gap: 48px;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .testimonial__user-image-container {
    max-width: 100%;
    max-height: 100%;
  }
  .reviewer-info__inner {
    gap: 24px;
  }
  .testimonial__container {
    padding: 48px 20px;
  }
  .footer-product__image img {
    height: 200px;
  }
  .container {
    padding: 0;
  }
  .testimonials button {
    margin: 0 auto;
  }
  .testimotial {
    padding: 40px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .footer h2 {
    padding: 0 40px;
    margin-bottom: 32px;
  }
  .product-rating {
    margin-bottom: 24px;
  }
  .footer button {
    width: 100%;
  }
  .footer button a img {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .stik-inner__buy-amazon {
    gap: 16px;
  }
  .stik-inner__buy-amazon-font span {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .stik-inner__buy-amazon-font span {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .product__subtitle,
  .footer h2 {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
  .product__emoji {
    width: 30px;
  }
  .testimotial__emoji {
    width: 24px;
  }
  .product__description {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 37px;
  }
  .benefits__title,
  .testimonial__user-title {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 125%;
  }
}

@media (min-width: 1400px) {
  .product__subtitle,
  .footer h2 {
    font-size: 60px;
    letter-spacing: 1.2px;
  }
  .product__emoji {
    width: 60px;
  }
  .testimotial__emoji {
    width: 40px;
  }
  .product__description {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
  }
  .benefits__title,
  .testimonial__user-title {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 125%;
  }
}
