*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: Inter, sans-serif;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* ============================================
   LAYOUT
   ============================================ */

.wrapper {
  max-width: 912px;
  margin-inline: auto;
  padding-inline: 112px;
  background-color: #fff;
  color: #000;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper {
    padding-inline: 0;
    padding-top: 12px;
  }
}

.site-footer {
  background-color: #3d3d3d;
  color: #b0b0b0;
  text-align: center;
  padding: 32px 16px 124px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer__inner {
  max-width: 1066px;
  margin-inline: auto;
}

.site-footer__copyright {
  margin: 0 0 4px;
  color: #c8c8c8;
}

.site-footer__links {
  margin: 0 0 20px;
}

.site-footer__links a {
  color: #c8c8c8;
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
}

.site-footer__disclaimer {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.site-footer__health {
  margin: 0 0 24px;
  font-size: 14px;
}

.site-footer__dmca {
  display: flex;
  justify-content: center;
}

.site-footer__dmca img {
  height: 24px;
  width: auto;
}

.promo-bar {
  padding: 5px 0;
  background: #003d50;
  color: #70929d;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
}
.main {
  background-color: #f1f2f5;
  padding: 19px 0 300px;
}
@media (max-width: 768px) {
  .main {
    padding: 12px 0 300px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #f1f2f5 50%, #fff 50%);
  }
}

/* ============================================
   STICKY CTA BAR
   ============================================ */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 12px 24px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta__inner {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sticky-cta__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sticky-cta__subtitle {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.sticky-cta__title {
  font-size: 16px;
  color: #000;
}
.cc-cta-buton.sticky {
  max-width: 300px;
  font-weight: 700;
  font-size: 19px;
  padding: 10px;
}
.sticky-cta__btn {
  display: inline-block;
  background-color: #f0b429;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 28px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.03em;
  border: 2px solid #d09820;
  transition: background-color 0.2s;
}

.sticky-cta__btn:hover {
  background-color: #d09820;
}

@media (max-width: 600px) {
  .sticky-cta {
    padding: 10px 16px;
  }

  .sticky-cta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .sticky-cta__btn {
    text-align: center;
    font-size: 14px;
    padding: 12px 20px;
  }
}

.cc-pretitle {
  font-weight: 700;
  font-size: 29px;
  text-align: center;
}
.cc-pretitle__text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 65px;
}
.divider-big {
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 126px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cc-main-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 130%;
  margin-bottom: 16px;
}
.cc-doctor__wrapper-big {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  gap: 40px;
}
.cc-doctor__wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.cc-doctor__text-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
}
.cc-doctor__text {
  font-size: 14px;
  line-height: 143%;
  font-weight: 400;
}
.cc-read__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 25px 0 32px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  gap: 26px;
}
.cc-blue-wrapper {
  background: #ecf9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.main-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
}
.big-text {
  font-weight: 700;
  font-size: 20px;
}
.secondary-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 131%;
  margin-bottom: 24px;
}
.cc-shadow__wrapper {
  padding: 15px 25px 14px 18px;
  border-bottom: 6px solid #1a73e8;
  border-left: 1px solid #1a73e8;
  border-right: 6px solid #1a73e8;
  border-top: 1px solid #1a73e8;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0);
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 28px;
}

.cc-blue-grey__wrapper {
  background: #f8f8f8;
  margin-bottom: 24px;
}
.cc-blue-grey__wrapper .main-text:last-of-type {
  padding: 1rem;
}
.cc-num__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 630px;
  margin-inline: auto;
  gap: 1rem;
  margin-bottom: 35px;
}
.cc-num__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 17px 28px 12px;
  border: 1px solid #000;
  gap: 7px;
  justify-content: center;
  align-items: center;
}
.cc-num {
  font-weight: 700;
  font-size: 32px;
  line-height: 88%;
  color: #006050;
}
.cc-num-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-align: center;
}
.cc-color-green {
  color: #186e60;
}
.text-uppercase {
  text-transform: uppercase;
}
.cc-cta__wrapper {
  padding: 26px;
  border: 1px solid #000;
}
.cc-product__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
}
.small-text {
  max-width: 165px;
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  margin-block: 11px;
}
.percentage-text {
  font-weight: 800;
  font-size: 36px;
  color: #186e60;
}
.smallest-text {
  font-weight: 700;
  font-size: 14px;
}
.cc-cta-buton {
  border: 1px solid #bc8d00;
  border-radius: 4px;
  background: #ffd75e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 10px;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(33, 25, 0, 0.16);
  text-align: center;
  line-height: 28px;
}
.cc-days {
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.cc-limited {
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: #981b1c;
  text-align: center;
}
.cc-blue-box {
  padding: 1rem 1.23rem 1rem 1rem;
  background: #ecf9f9;
  margin-bottom: 50px;
}
.cc-name-text {
  font-size: 14px;
}
.cc-shadow__wrapper.lighter {
  border-bottom: 6px solid #1ab1e8;
  border-left: 1px solid #1ab1e8;
  border-right: 6px solid #1ab1e8;
  border-top: 1px solid #1ab1e8;
}
.cc-image {
  margin-bottom: 20px;
}
.center-image {
  margin-inline: auto;
}
.cc-50-50__wrappper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.cc-red__wrapper {
  padding: 31px 8px 20px 27px;
  background: #fef3f4;
  color: #981b1c;
}
.black {
  color: #000;
}
.cc-border__wrapper {
  padding: 20px;
  border: 1px solid #000;
}
.cc-border__wrapper-big {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.cc-border__item {
  padding: 1rem;
  border: 1px solid #000;
}
.cc-blue-box.border {
  padding: 26px;
  border: 1px solid #000;
}
.cc-border-block__wrapper {
  padding: 12px 0 27px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  font-weight: 400;
  font-size: 12px;
}
.cc-green__wrapper {
  padding: 5px 7px;
  background-color: #186e60;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.hide-mobile {
  display: block;
}

.mob-hidden {
  display: block;
}

.desk-hidden {
  display: none;
}

.hide-desktop {
  display: none;
}
.margin-40 {
  margin-bottom: 40px;
}
.margin-30 {
  margin-bottom: 30px;
}
.margin-20 {
  margin-bottom: 20px;
}
.margin-10 {
  margin-bottom: 10px;
}
.margin-5 {
  margin-bottom: 5px;
}

.key_findings_box .main-text {
  display: flex;
  gap: 3px;
  max-width: 620px;
}

.main-text.flex_text {
  display: flex;
  flex-direction: row;
}

.main-text.flex_text span:first-of-type {
  margin-right: 6px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .main-text.flex_text {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .mob-hidden {
    display: none;
  }
}

.cc-blue-box.last_blue_box {
  padding-right: 25px;
}

.secondary-title.the_science_is_real {
  margin-top: 30px;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .key_findings_box .main-text {
    display: block;
  }

  .cc-blue-box.last_blue_box {
    padding-right: 1.23rem;
  }

  .desk-hidden {
    display: block;
  }
  .margin-inline {
    margin-inline: 1rem;
  }
  .cc-pretitle {
    font-size: 24px;
  }
  .cc-pretitle__text {
    font-size: 14px;
    margin-bottom: 20px;
    padding-inline: 10px;
  }
  .divider-big {
    height: 1px;
    background: #e7e7e7;
    top: 100px;
  }
  .cc-main-title {
    font-size: 26px;
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .cc-blue-box.mob-text-margin .main-text.margin-20 {
    margin-bottom: 10px;
  }
  .cc-doctor__wrapper-big {
    gap: 15px;
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }
  .cc-doctor__text-title {
    font-size: 13px;
  }
  .cc-doctor__text {
    font-size: 13px;
  }
  .cc-read__wrapper {
    font-size: 13px;
    gap: 4px;
    flex-wrap: wrap;
    border-bottom: 0;
    margin: 15px 0 0px;
  }
  .cc-blue-wrapper {
    gap: 16px;
    flex-direction: column;
  }
  .cc-blue-wrapper img {
    width: 100%;
    height: 297px;
    object-fit: cover;
  }
  .cc-blue-grey__wrapper .cc-blue-wrapper .main-text {
    padding-top: 0;
  }
  .cc-shadow__wrapper {
    margin-inline: 1rem;
  }
  .secondary-title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .sticky-cta__text {
    display: none;
  }
  .cc-num__wrapper {
    grid-template-columns: 1fr;
  }
  .cc-num__item {
    flex-direction: row;
    text-align: start;
    justify-content: start;
  }
  .cc-num-text {
    text-align: left;
  }
  .center-image {
    margin-inline: 1rem;
    width: 90%;
  }
  .cc-border__wrapper-big {
    grid-template-columns: 1fr;
  }

  .cc-num__wrapper.last .cc-num__item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .cc-num__wrapper.last .cc-num-text {
    text-align: center;
    width: 200px;
  }
  .cc-50-50__wrappper {
    flex-direction: column;
  }
  .cc-product__wrapper {
    flex-direction: column;
  }
  .cc-cta__wrapper .secondary-title {
    text-align: center;
  }
  .small-text {
    text-align: center;
    margin-inline: auto;
  }
  .cc-cta__wrapper .big-text,
  .cc-cta__wrapper .percentage-text,
  .cc-cta__wrapper .smallest-text {
    text-align: center;
  }
  .cc-cta-buton.sticky {
    max-width: 100%;
  }
  .cc-50-50__wrappper img {
    width: 275px;
  }
  .cc-cta__wrapper {
    padding: 24px;
  }
  .cc-blue-box.border {
    padding: 19px;
  }
  .cc-doctor__wrapper img {
    width: 34px;
    height: 34px;
  }
  .cc-red__wrapper {
    padding: 20px;
  }
  .cc-red__wrapper .main-text {
    font-size: 16px;
  }
  .mb-mobile-20 {
    margin-bottom: 20px !important;
  }
}
