html {
  padding: 0;
  margin: 0;


}

html, body {
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: Nunito Sans;
}

@media (min-width: 1440px) {
  body {
    max-width: 1440px;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
}


section {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*HERO*/
.hero {
  background-image: url("https://fb-v1.cdn-bio.com/assets/hero_bg-91240133998dc7e4d218d39f35a2b45c.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.hero__text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  transform: scale(0.65);
}

.hero__text--text {
  font-style: normal;
  font-weight: 100;
  font-size: 44px;
  line-height: 60px;
  text-align: center;

  color: #FFFFFF;

  text-shadow: 0px 2px 16px #005789;
}

.hero__arrow {
  position: absolute;
  bottom: 200px;
}

@media (max-width: 1024px) {
  .hero__text {
    transform: translateX(-15%) scale(0.6);
  }

  .hero__arrow {
    transform: scale(0.5);
  }
}


@media (max-width: 768px) {
  .hero {
    background-image: url("https://fb-v1.cdn-bio.com/assets/hero_bg_mobile-9da814ae4124a6e9bce04da89a60a185.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 994px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .hero__text {
    margin: 0 auto !important;
    transform: scale(1);
  }

  .hero__text--text {
    transform: translateY(-15%) scale(0.75);
  }

  .hero__text img {
    max-width: 300px;
  }
}

@media (max-width: 425px) {
  .hero {
    background-image: url("https://fb-v1.cdn-bio.com/assets/hero_bg_mobile-9da814ae4124a6e9bce04da89a60a185.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .hero__text {
    margin-top: 0;
    margin-left: 150px;
  }

  .hero__text--text {
    transform: translateY(-40%) scale(0.4);
  }

  .hero__text img {
    max-width: 150px;
  }

  .hero__arrow {
    position: absolute;
    bottom: 0px;
  }
}

/*TOP INFO */
.topinfo {
  background-image: url("https://fb-v1.cdn-bio.com/assets/topinfo_bg-cab5eb27183ce862deabeb0952b6ae04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
}

.topinfo__top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.topinfo__top--text {
  font-weight: 100;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #1272A0;
}

.topinfo__top--line {
  background-color: #1272A0;
  width: 2px;
  height: 150px;
  margin: auto 0;
}

.topinfo__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0px;
}

.topinfo__bottom__right--info {
  display: flex;
  flex-direction: row;
  font-size: 24px;
  line-height: 27px;
}

.topinfo__bottom__right--info img {
  margin-right: 10px;
}

.topinfo__bottom__left--text {
  font-size: 44px;
  line-height: 60px;
  font-weight: 100;
  color: #000000;
}

@media (max-width: 1024px) {
  .topinfo__top {

    margin-top: 10px;
  }

  .topinfo__bottom {

    margin-top: 100px;
    transform: scale(0.9);
    margin-bottom: 50px;
  }

  .topinfo__bottom__left--text {
    transform: scale(0.9) translateX(-10%);
  }


}


@media (max-width: 768px) {
  .topinfo__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 25px;
  }

  .topinfo__top {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 100px;
  }

  .topinfo__top--line {
    background-color: #1272A0;
    width: 300px;
    height: 2px;
    margin: auto;
  }

  .topinfo__bottom__left--text {
    font-size: 36px;

  }
}

@media (max-width: 425px) {
  .topinfo__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 25px;
  }

  .topinfo__top {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 100px;
  }

  .topinfo__top--line {
    background-color: #1272A0;
    width: 300px;
    height: 2px;
    margin: auto;
  }

  .topinfo__bottom__left--text {
    font-size: 36px;

  }
}

/* CTA SECTION */

.buy {
  background: url("https://fb-v1.cdn-bio.com/assets/buy_bg-cc3feff533e1a4204b6829037c39c155.png");
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  background-position: top center;

}

.buy__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-trans {
  transform: translateY(18%);
}

.buy__icons--icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.buyicons {
  padding-top: 150px;
  margin: auto 0;
  text-align: center;
}



.cta-price h4 {
  font-size: 60px;
  margin: 0 0;
  color: #4D4D4D;
}

.cta-price p {
  margin-top: -5px;
}

.cta-title h4 {
  font-size: 34px;
  font-weight: 100;
  color: #4D4D4D;

}

.cta-line {
  width: 228px;
  height: 1px;
  background: #4D4D4D;
  margin: auto;
}

.cta-line--top {
  margin: -45px auto -15px auto !important;
}

.buy__cta--cta {
  margin: 0px 35px;
  background: white;
  box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 5px;
}

.extra-padding {
  padding: 25px;
}

.cta-img img {
  max-width: 250px;
  max-height: 250px;
}

.cta-coupon {
  margin-top: 20px;
  margin-bottom: 15px;
}

.cta-shipping {
  margin-bottom: 15px;

}

.cta-button {
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 15px 30px;
  margin: 50px 0;
  color: white;
  font-size: 24px;
  transition: .25s ease;
}

.cta-button:hover {
  opacity: 0.75;
  box-shadow: none;
}

.cta-orange {
  background: #FE9400;
}

.cta-green {
  background: #9CC600;
}

.cta-button--container {
  margin: 50px 0;
}

.cta-ccseals {
  margin-top: 15px;
}

.buy__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .extra-padding {
    padding: 5px;
  }

  .buy__cta--cta {
    margin: 0px 15px;
    background: white;
    padding: 5px;
  }
}


@media (max-width: 768px) {
  .buy__cta {
    flex-direction: column;
    padding: 25px;
  }

  .top-trans {
    transform: translate(0);
  }

  .buy__cta--cta {
    margin: 10px 0;
  }

  .buyicons {
    padding-top: 25px !important;

  }

  .buy__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media (max-width: 425px) {
  .buy__cta {
    flex-direction: column;
    padding: 25px;
  }

  .top-trans {
    transform: translate(0);
  }

  .buy__cta--cta {
    margin: 10px 0;
  }

  .buyicons {
    padding-top: 25px !important;

  }

  .buy__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

/*SEEN ON*/

.seenon {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;
}

.seenon--title {
  font-size: 44px;
}

@media (max-width: 768px) {
  .seenon img {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .seenon img {
    max-width: 100%;
  }
}

/*SOCIAL PROOF */
.proof {
  margin-top: 50px;
  padding-top: 100px;
  background: #EFFBFD;
}

.proof__top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.proof__top--text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
}

.quote {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
}

.proof__bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}



.proof__bottom--title {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
}

.proof__top--image-mobile {
  display: none;
}

.container-slide {
  display: none;
}

.proof__bottom--img img {
  max-width: 800px;
}

@media (max-width: 1024px) {
  .proof__bottom--img img {}

  .proof__bottom--img {
    overflow: hidden;
  }

  .proof__bottom--title {
    transform: translateX(-15%);
  }

  .proof__top--text {
    padding-left: 50px;
  }
}


@media (max-width: 768px) {
  .proof__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-slide {
    display: block;
  }

  .proof__top--text {
    padding: 0 15px;
  }



  .proof__top--image-mobile {
    display: block;
  }

  .proof__top--image {
    display: none;
  }

  .proof__bottom--img {
    display: none;
  }

  .proof__bottom {
    display: block;
  }

  .proof__bottom--title {
    transform: translateX(0%);
    font-size: 24px;
    text-align: center;
  }


}

@media (max-width: 425px) {
  .proof__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-slide {
    display: block;
  }

  .proof__top--text {
    padding: 0 15px;
  }

  .proof__top--image-mobile {
    display: block;
  }

  .proof__top--image {
    display: none;
  }

  .proof__bottom--img {
    display: none;
  }

  .proof__bottom {
    display: block;
  }


}

/*MORE INFO */
.moreinfo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 25px;
}

.moreinfo__text {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
}

.moreinfo__list {
  display: flex;
  flex-direction: column;
}

.moreinfo__list--item {
  display: flex;
  flex-direction: row;
}

.moreinfo__list--item p {
  font-size: 24px;
  line-height: 27px;
}

.moreinfo__list--item img {
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .moreinfo {
    padding: 15px 25px;
  }


  .moreinfo__text {
    transform: scale(0.85);
  }

  .moreinfo__list {
    transform: scale(0.85);
  }
}

@media (max-width: 768px) {
  .moreinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

@media (max-width: 425px) {
  .moreinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

/*BIANCA*/

.bianca {
  background-color: #2D9CDB;
  padding-bottom: 100px;
}

.bianca__image img {
  width: 100%;
}

.bianca__bottom--images {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  transform: translateY(-50%);
}

.bianca__bottom--button {
  display: flex;
  justify-content: center;
}

.big-button {
  padding: 25px 100px;
  font-size: 63px;
}

.bianca__image--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .bianca__bottom--images img {
    transform: scale(0.8);
  }

  .big-button {
    padding: 35px 35px;
    font-size: 48px;
    margin-top: -50px;
  }

  .bianca {
    background-color: #2D9CDB;
    padding-bottom: 20px;
  }
}


@media (max-width: 768px) {
  .bianca__bottom--images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    transform: translate(0) scale(0.8);
  }

  .big-button {
    padding: 25px 15px;
    font-size: 28px;
    margin: 0 10px;
  }

  .bianca__bottom--images img {
    width: 100%;
  }

  .bianca__image {
    display: none;
  }

  .bianca__image--mobile {
    display: block;

  }

  .bianca__image--mobile img {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .bianca__bottom--images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    transform: translate(0) scale(0.8);
  }

  .big-button {
    padding: 25px 15px;
    font-size: 28px;
    margin: 0 10px;
  }

  .bianca__bottom--images img {
    width: 100%;
  }

  .bianca__image {
    display: none;
  }

  .bianca__image--mobile {
    display: block;

  }

  .bianca__image--mobile img {
    width: 100%;
  }
}

/* TABLE */

.table {
  display: flex;
  justify-content: center;
}

.table--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .table img {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
  .table--mobile {
    display: block;
  }

  .table--mobile img {
    width: 100%;
  }

  .table {
    display: none;
  }
}

@media (max-width: 425px) {
  .table--mobile {
    display: block;
  }

  .table--mobile img {
    width: 100%;
  }

  .table {
    display: none;
  }
}

/* INFLUENCERS */

.influencers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ABCB54;
  padding-top: 100px;
  padding-bottom: 100px;
}

.influencers--title {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 1024px) {
  .influencers img {
    max-width: 100%;
  }

  .influencers {

    padding-top: 50px;
    padding-bottom: 0px;
  }
}

/* Take Mag */

.take {
  padding: 100px 0;
  background-image: url("https://fb-v1.cdn-bio.com/assets/take_bg-614adf1defcb771404faa038d2b673d3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.take__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;

}

.take__top--title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  padding-bottom: 100px;
  color: #1272A0;
}

.take__middle--bottle {
  margin: 0 50px;
  padding-right: 55px;
}

.take__middle--label {
  margin-bottom: auto;
  margin-top: 50px;
}

.take__middle--text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4D4D4D;
  margin-bottom: auto;
  margin-top: 30px;
}

.take__middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
}

.take__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.take__bottom--title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #4D4D4D;
  margin-top: 100px;
}

.take__bottom--text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4D4D4D;
  margin: 25px 0;
}

.take__top--image {
  margin-bottom: -100px;
  padding-bottom: -50px;
}

.result-slide {
  display: none;
}

.take-slide {
  display: none;
}

@media (max-width: 1024px) {
  .take__top img {
    max-width: 100%;
  }

  .take__top--image {
    padding: 0 25px;
  }

  .take__bottom img {
    max-width: 100%;
  }

  .take {
    padding: 25px 0;

  }
}


@media (max-width: 768px) {

  .take__top--title {
    padding-bottom: 50px;
  }

  .take__middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
  }

  .take__middle--bottle {
    display: none;
  }

  .take__middle--text {
    margin-right: 50px;
  }

  .take__bottom--title {
    font-size: 36px;
  }

  .take__bottom {
    padding: 0 10px;
  }

  .take__bottom--title h3 {
    font-size: 32px;
  }

  .take__top--image {
    display: none;
  }

  .result-slide {
    display: block !important;
  }

  .results img {
    margin: 0 auto;
  }

  .hex img {
    margin: 0 auto;
  }

  .take__bottom--image {
    display: none;
  }
}


@media (max-width: 425px) {

  .take__top--title {
    padding-bottom: 50px;
  }

  .take__middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
  }

  .take__middle--bottle {
    display: none;
  }

  .take__middle--text {
    margin-right: 50px;
  }

  .take__bottom--title {
    font-size: 36px;
  }

  .take__bottom {
    padding: 0 10px;
  }

  .take__bottom--title h3 {
    font-size: 32px;
  }

  .take__top--image {
    display: none;
  }

  .result-slide {
    display: block !important;
  }



  .results img {
    margin: 0 auto;
  }

  .hex img {
    margin: 0 auto;
  }

  .take__bottom--image {
    display: none;
  }
}

/* PROBLEM/SOLUTION */

.problem__top {
  background-image: url("https://fb-v1.cdn-bio.com/assets/problem_bg-9fc5c40bd4449ede36befcabb20f7e3f.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 10px;
  display: flex;
}

.problem__top h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #FFFFFF;
}

.problem__top--text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.problem__top--image img {
  transform: translateX(100%);
}

.problem__bottom {
  background: #4D4D4D;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.problem__bottom--bottle {
  margin-right: 250px;
}

.problem__bottom--bottle img {
  transform: translate(25%, -30%);
  max-width: 430px;

}

.problem__bottom--text {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;

}

.image-container--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .problem__top {
    background-image: url("https://fb-v1.cdn-bio.com/assets/problem_bg-9fc5c40bd4449ede36befcabb20f7e3f.png");
    background-size: 100% fit-content;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
  }

  .problem__top--text {
    margin-bottom: 0px;
    padding-bottom: 0px;
    transform: scale(0.8) translate(-25%, -15%) !important;
  }

  .problem__top--image {
    transform: translate(25%, -5%);
  }

  .problem__top h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 65px;
    color: #FFFFFF;
  }

  .problem__top p {

    font-size: 24px;

  }

  .problem__bottom {
    margin-top: -1px;
  }

  .problem__bottom img {
    max-width: 100%;
  }

  .problem__bottom--bottle img {
    max-width: 300px;
    transform: translate(5%, -25%);

  }

  .problem__bottom--text {
    padding-right: 25px;
    font-size: 21px;
  }

  .problem__bottom--bottle {
    margin-right: 50px;
  }

  .problem__top--text {
    transform: translateX(-15%);
  }

  .problem__top--image img {
    transform: translateX(30%);
  }

}


@media (max-width: 768px) {
  .problem__top {
    background: url("https://fb-v1.cdn-bio.com/assets/problem_bg_mobile-116e9a2c45d6642dbb6e6c2e5343aa4c.png"), #4D4D4D;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 250px;
  }

  .problem__top--image {
    transform: translate(-25%, -3%);
  }

  .image-container--mobile {
    display: block;
    transform: translateX(30%);
  }

  .image-container {
    display: none;
  }

  .solution-mobile {
    display: block !important;
    margin-left: 125px;
  }

  .problem__top--image img {
    transform: translateX(225%);
  }

  .problem__bottom {
    margin-top: -1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .problem__bottom--bottle {
    transform: translateY(-50%);
  }

  .problem__bottom--text {
    margin-top: -450px;
    align-items: center;
    padding: 0 15px;
  }

  .image-container {
    transform: translateX(25%);
  }
}

@media (max-width: 425px) {
  .problem__top {
    background: url("https://fb-v1.cdn-bio.com/assets/problem_bg_mobile-116e9a2c45d6642dbb6e6c2e5343aa4c.png"), #4D4D4D;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 250px;
  }

  .image-container--mobile {
    display: block;
    transform: translateX(15%);
  }

  .image-container {
    display: none;
  }

  .solution-mobile {
    display: block !important;
    margin-left: 25px;
  }

  .problem__top--image img {
    transform: translateX(100%);
  }

  .problem__bottom {
    margin-top: -1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .problem__bottom--bottle {
    transform: translateY(-50%);
  }

  .problem__bottom--text {
    margin-top: -450px;
    align-items: center;
    padding: 0 15px;
  }

  .image-container {
    transform: translateX(25%);
  }
}

/* CTA-END */

.cta-end {
  background: #1272A0;
}

.cta-trans {
  transform: translateY(15%);
}


.no-padding {
  padding: 0 !important;
}

.cta-end__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 50px;
  background: #E4F5FF;
}

.cta-end__bottom--text h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
}

.cta-end__bottom--text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.cta-end__bottom--img {
  margin-left: 100px;
  margin-right: 50px;
}

@media (max-width: 1024px) {
  .cta-card-end {
    padding: 0px !important;
    margin: -50px 5px 0 5px;
  }

  .cta-trans {
    transform: translateY(20%) scale(0.9);
  }

  .cta-end__bottom--img {
    margin-left: 0;
  }

  .cta-end__bottom--text h3 {

    font-size: 32px;
    padding-right: 20px;
  }

}


@media (max-width: 768px) {
  .cta-trans {
    transform: translateY(0%);
  }

  .cta-card-end {
    margin: 15px 0;
  }

  .cta-end__bottom--img img {
    width: 100%;
  }

  .cta-end__bottom {
    flex-direction: column;

    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-end__bottom--text h3 {
    font-size: 24px;
  }

  .cta-end__bottom--text {
    padding: 0 15px;
  }
}

@media (max-width: 425px) {
  .cta-trans {
    transform: translateY(0%);
  }

  .cta-card-end {
    margin: 15px 0;
  }

  .cta-end__bottom--img img {
    width: 100%;
  }

  .cta-end__bottom {
    flex-direction: column;

    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-end__bottom--text h3 {
    font-size: 24px;
  }

  .cta-end__bottom--text {
    padding: 0 15px;
  }
}

/* ABOUT */

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  background: url("https://fb-v1.cdn-bio.com/assets/cut-02c6086f682a5a1a63ab264195cd90a2.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

.about__title {
  margin-bottom: 50px;
}

.about__title h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 87px;

  color: #9CC600;
}

.about__title p {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #9CC600;
}

.about__middle {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about__middle--text {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #4D4D4D;
  padding-left: 75px;
}

.about__end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about__end--title {
  margin-top: 75px;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

.about__end--text {
  padding-bottom: 125px;

}

.about__end--text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #4D4D4D;
}

.about__end--text h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 45px;
  color: #4D4D4D;
}


.button-end {
  padding-top: 25px !important;
  padding-bottom: 25px;
  background: #1272A0;
  display: flex;
  margin-top: -1px;
  justify-content: center;
}

.about__end--img-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .about img {
    max-width: 100%;
  }

  .about__title h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 87px;
    color: #9CC600;
  }



  .about__title p {

    font-size: 24px;

  }


  .about__middle {
    padding: 0 25px;
  }

  .end-button {
    margin-top: -1px !important;
  }
}


@media (max-width: 768px) {
  .about__title h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 65px;
    color: #9CC600;
    text-align: center;
  }


  .about__logo img {
    width: 75%;
    transform: translateX(20%);
  }

  .about__end--img {
    display: none;
  }

  .about__end--img-mobile {
    display: block;
  }

  .about__end--img-mobile img {
    width: 100%;
  }

  .about__middle {
    flex-direction: column;
  }

  .about__middle--text {
    padding-top: 50px;
  }

  .about__end--title {
    font-size: 32px;
    padding: 0 10px;
  }

  .about__end--text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about__end--text h4 {
    text-align: center;
  }

  .button-end {
    padding-top: 50px !important;
    padding-bottom: 50px;
    background: #1272A0;

  }
}


@media (max-width: 425px) {
  .about__title h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 65px;
    color: #9CC600;
    text-align: center;
  }


  .about__logo img {
    width: 75%;
    transform: translateX(20%);
  }

  .about__end--img {
    display: none;
  }

  .about__end--img-mobile {
    display: block;
  }

  .about__end--img-mobile img {
    width: 100%;
  }

  .about__middle {
    flex-direction: column;
  }

  .about__middle--text {
    padding-top: 50px;
  }

  .about__end--title {
    font-size: 32px;
    padding: 0 10px;
  }

  .about__end--text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about__end--text h4 {
    text-align: center;
  }

  .button-end {
    padding-top: 50px !important;
    padding-bottom: 50px;
    background: #1272A0;

  }
}

/* INFLUENCERS BOTTOM */

.influencers-bottom {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 0 0;
  background-color: #ABCB54;
}

.influencers-bottom h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}

@media (max-width: 1024px) {
  .influencers-bottom img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .influencers-bottom h3 {
    font-size: 36px;
  }
}

@media (max-width: 425px) {
  .influencers-bottom h3 {
    font-size: 36px;
  }
}


/* REVIEWS */

.reviews {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.reviews__image {
  display: none;
}

.reviews__slider {
  display: block;
  margin: 0 auto;
}

.reviews p {
  padding: 0 20px;
}

.reviews__slide {
  width: 80vw;
  margin: 0 10px;
  max-width: 1440px;
}

.review-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 25px !important;
  margin: 10px 10px !important;
  width: 350px;
}

.review-card p {
  margin-left: -20px;
}

.verified {
  color: #9CC600;
}

.note {
  width: 50%;
  text-align: center;
  margin: 100px auto 0 auto;
}


@media (max-width: 1024px) {
  .reviews__image img {
    max-width: 100%;
  }

  .reviews__image {
    padding: 0 50px;
  }
}


@media (max-width: 768px) {
  .reviews {
    background: #F0F7F7;
  }

  .reviews p {
    padding: 0 20px;
  }

  .reviews__slide {
    width: 80vw;
    margin: 0 10px;
  }

  .review-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 25px !important;
    margin: 10px 10px !important;
  }

  .reviews__image {
    display: none;
  }


}

@media (max-width: 425px) {
  .reviews {
    background: #F0F7F7;
  }

  .reviews p {
    padding: 0 20px;
  }

  .reviews__slider {
    display: block !important;
  }

  .reviews__slide {
    width: 80vw;
    margin: 0 10px;
  }

  .review-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 25px !important;
    margin: 10px 10px !important;
  }

  .reviews__image {
    display: none;
  }
}

/* FAQ */

.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq__title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  color: #000000;
}

.faq__accordion {
  padding: 0 250px 75px 250px;
}

.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;

}

.accordionItemHeading {
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 25px;
  background: #EEEEEE;
  color: #4d4d4d;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}

.close .accordionItemContent {
  height: 0px;
  transition: .1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;


}

.open .accordionItemContent {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.open .accordionItemHeading {
  margin: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgb(187, 187, 187);
  color: #4d4d4d;
}

@media (max-width: 1024px) {
  .faq__accordion {
    padding: 0 150px 75px 150px;
  }
}


@media (max-width: 768px) {
  .faq__accordion {
    padding: 0 15px 5px 15px;
  }

  .faq__title h3 {
    font-size: 42px;
  }

  .accordionItemHeading {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .faq__accordion {
    padding: 0 15px 5px 15px;
  }

  .faq__title h3 {
    font-size: 42px;
  }

  .accordionItemHeading {
    font-size: 18px;
  }
}

/* TESTIMONIALS */

.testimonial {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: auto 0;
  padding: 100px 0;
  background: url("https://fb-v1.cdn-bio.com/assets/testimonials_bg-e2a32d718689cfa3b47b2f2254cd8f47.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .testimonial img {
    max-width: 100%;
  }

  .testimonial {
    padding-bottom: 175px;
  }
}


@media (max-width: 768px) {
  .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    padding: 100px 0;
    background: url("https://fb-v1.cdn-bio.com/assets/testimonials_bg-e2a32d718689cfa3b47b2f2254cd8f47.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}

@media (max-width: 425px) {
  .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    padding: 100px 0;
    background: url("https://fb-v1.cdn-bio.com/assets/testimonials_bg-e2a32d718689cfa3b47b2f2254cd8f47.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}

/* VIDEO */

.video {
  padding: 50px 0 100px 0;
  background-color: #F0F7F7;
}


.slick-slider {
  margin: 0 150px;
}

.slick-slide {
  margin: 0 10px;
  padding: 10px;
}

.slick-dots li button:before {
  color: #1272A0 !important;
}

.text-container {
  height: 100px;
}

.arrow-next {
  transform: translate(50%, 300%);
  position: absolute;
  right: 0;
  top: 0;
}

.arrow-prev {
  transform: translate(-50%, 300%);
  position: absolute;
  left: 0;
  z-index: 10000 !important;
}

.video__slider--text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.video__slider--text p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
}


.green-line {
  height: 6px;
  width: auto;
  background-color: #9CC600;
}

@media (max-width: 1024px) {

  .arrow-next {
    transform: translate(50%, 150%);
    position: absolute;
    right: 0;
    top: 0;
  }

  .arrow-prev {
    transform: translate(-50%, 150%);
    position: absolute;
    left: 0;
    z-index: 10000 !important;
  }

  .text-container {
    height: 125px;
  }

  .video__slider--text p {

    font-size: 21px;

  }
}

@media (max-width: 768px) {
  .arrow-next {
    transform: translate(20%, 150%) scale(0.75);
    position: absolute;
    right: 0;
    top: 0;
  }

  .arrow-prev {
    transform: translate(-20%, 150%) scale(0.75);
    position: absolute;
    left: 0;
    z-index: 10000 !important;
  }

  .video__slider {
    overflow: hidden !important;
  }

  .slick-slider {
    margin: 0 auto;
    max-width: 600px !important;
  }



  .text-container {
    height: 150px;
  }


}

@media (max-width: 425px) {
  .arrow-next {
    transform: translate(0%, 300%) scale(0.75);
    position: absolute;
    right: 0;
    top: 0;
  }

  .arrow-prev {
    transform: translate(0%, 300%) scale(0.75);
    position: absolute;
    left: 0;
    z-index: 10000 !important;
  }

  .video__slider {
    overflow: hidden !important;
  }

  .slick-slider {
    max-width: 600px !important;
  }






}

/*CHECKBOX*/

/* Checkbox Styling */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  margin-left: 25px;
  margin-top: 5px;
}

.checkbox-container:hover input~.checkmark {
  background-color: #f2b705;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
  background-color: #319EDC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fscta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5px;
}

.fscta p {
  margin-bottom: 0 !important;

}
.hero {
  background-image: url(https://res.cloudinary.com/bioptimizers/image/upload/v1620137569/jp-mag-425_q3qkl8.png) !important;
}

.hero__text {
  margin-top: -12em !important;
}
  
  @media (min-width: 600px) {
  .hero {
  background-image: url(https://res.cloudinary.com/bioptimizers/image/upload/v1620137569/jp-mag-600_egittt.png) !important;
  }
  .hero__text {
    margin-top: -12em !important;
  }
}

  @media (min-width: 769px) {
  .hero{
  background-image: url(https://res.cloudinary.com/bioptimizers/image/upload/v1620137569/jp-mag-1000_t0b9e0.png) !important;
  }
  .hero__text {
    margin-top: 0em !important;
  }
}
  
  @media (min-width: 1200px) {
  .hero{
  background-image: url(https://res.cloudinary.com/bioptimizers/image/upload/v1620137569/jp-mag-1200_l1cc5q.png) !important;
  }}
  
  @media (min-width: 1400px) {
  .hero{
  background-image: url(https://res.cloudinary.com/bioptimizers/image/upload/v1620137569/jp-mag-1400_fbdva5.png) !important;
  }}