/* [project]/next-src/components/ui/button-link/ButtonLink.module.scss.module.css [app-client] (css) */
.ButtonLink-module-scss-module__JBtFvG__btn {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  display: flex;
}

.ButtonLink-module-scss-module__JBtFvG__btn:hover {
  cursor: pointer;
}

.ButtonLink-module-scss-module__JBtFvG__btn:disabled:hover {
  cursor: not-allowed;
}

.ButtonLink-module-scss-module__JBtFvG__btnNoBorder {
  border: none;
}

.ButtonLink-module-scss-module__JBtFvG__blackText {
  color: #18181b;
  font-weight: 400;
}

.ButtonLink-module-scss-module__JBtFvG__arrowLeft {
  margin-right: 8px;
  transform: scale(-1);
}

.ButtonLink-module-scss-module__JBtFvG__arrowRight {
  margin-left: 8px;
}

@keyframes ButtonLink-module-scss-module__JBtFvG__fadeInOut {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ButtonLink-module-scss-module__JBtFvG__btnMark {
  animation: 2.7s linear infinite ButtonLink-module-scss-module__JBtFvG__fadeInOut;
}

/* [project]/next-src/components/ui/button/Button.module.scss.module.css [app-client] (css) */
.Button-module-scss-module__jNUHUq__btn {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  display: flex;
}

.Button-module-scss-module__jNUHUq__btn:hover {
  cursor: pointer;
}

.Button-module-scss-module__jNUHUq__btn:disabled {
  opacity: .6;
}

.Button-module-scss-module__jNUHUq__btn:disabled:hover {
  cursor: not-allowed;
}

.Button-module-scss-module__jNUHUq__btnNoBorder {
  border: none;
}

.Button-module-scss-module__jNUHUq__blackText {
  color: #18181b;
  font-weight: 400;
}

.Button-module-scss-module__jNUHUq__arrowLeft {
  margin-right: 8px;
  transform: scale(-1);
}

.Button-module-scss-module__jNUHUq__arrowRight {
  margin-left: 8px;
}

/* [project]/next-src/components/ui/calendly/Calendly.module.scss.module.css [app-client] (css) */
@keyframes Calendly-module-scss-module__cJCn8W__fadeInOut {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.Calendly-module-scss-module__cJCn8W__btnMark {
  animation: 2.7s linear infinite Calendly-module-scss-module__cJCn8W__fadeInOut;
}

/* [project]/next-src/components/core/header/Header.module.scss.module.css [app-client] (css) */
@media screen and (max-width: 991px) {
  .Header-module-scss-module__ZlUnMG__wrapper[data-collapse="medium"] nav.Header-module-scss-module__ZlUnMG__navigation {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .Header-module-scss-module__ZlUnMG__wrapper[data-collapse="medium"] nav.Header-module-scss-module__ZlUnMG__navigationOpened {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.Header-module-scss-module__ZlUnMG__navbar {
  background-color: rgba(255, 255, 255, .08);
  transition: background-color .4s;
}

.Header-module-scss-module__ZlUnMG__navbar.Header-module-scss-module__ZlUnMG__navbarBgDark {
  background-color: rgba(30, 33, 47, .8);
}

.Header-module-scss-module__ZlUnMG__navbarLink {
  position: relative;
}

@media screen and (min-width: 992px) {
  .Header-module-scss-module__ZlUnMG__navbarLink[class*="w--open"] {
    background-color: #1b1d29;
  }
}

.Header-module-scss-module__ZlUnMG__navbarLinkCover {
  z-index: 2;
  border-radius: 100rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Header-module-scss-module__ZlUnMG__navbarDropdownIcon {
  transform-style: preserve-3d;
  transition: all .2s;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.Header-module-scss-module__ZlUnMG__active {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(45deg)skew(0deg);
}

@media screen and (max-width: 991px) {
  .Header-module-scss-module__ZlUnMG__navigation {
    transform-style: preserve-3d;
    transition: all .2s;
    transform: translate3d(0, 2rem, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
  }

  .Header-module-scss-module__ZlUnMG__navigation.Header-module-scss-module__ZlUnMG__navigationOpened {
    transform-style: preserve-3d;
    transition: all 0;
    transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
  }
}

.Header-module-scss-module__ZlUnMG__navbarDropdownClinicLink:hover .Header-module-scss-module__ZlUnMG__accordionIconRoundedWrap {
  border: 1px solid #000;
}

.Header-module-scss-module__ZlUnMG__accordionIconRoundedWrap {
  transition: all .3s;
}

.Header-module-scss-module__ZlUnMG__accordionIconRoundedWrap:hover {
  border: 1px solid #000;
}

@keyframes Header-module-scss-module__ZlUnMG__fadeInOut {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.Header-module-scss-module__ZlUnMG__btnMark {
  animation: 2.7s linear infinite Header-module-scss-module__ZlUnMG__fadeInOut;
}

.Header-module-scss-module__ZlUnMG__burgerActive > * {
  transition: all .2s;
}

.Header-module-scss-module__ZlUnMG__burgerActive [class*="menu-icon2_line-top"] {
  transform-style: preserve-3d;
  transform: translate3d(0, 8px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(45deg)skew(0deg);
}

.Header-module-scss-module__ZlUnMG__burgerActive [class*="menu-icon2_line-middle"] {
  opacity: 0;
}

.Header-module-scss-module__ZlUnMG__burgerActive [class*="menu-icon2_line-bottom"] {
  transform-style: preserve-3d;
  transform: translate3d(0, -8px, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(-45deg)skew(0deg);
}

.Header-module-scss-module__ZlUnMG__mobileNavBgFill {
  opacity: 0;
}

.Header-module-scss-module__ZlUnMG__mobileNavBgFillActive {
  opacity: 1;
  visibility: visible;
}

.Header-module-scss-module__ZlUnMG__mobileMenuBgActive {
  background-color: rgba(255, 255, 255, .9);
  display: block;
}

/* [project]/next-src/components/home/brochure/brochure-modal/BrochureModal.module.scss.module.css [app-client] (css) */
.BrochureModal-module-scss-module__sbXFDa__wrapper {
  visibility: hidden;
  transition: all .5s;
  display: flex;
}

.BrochureModal-module-scss-module__sbXFDa__wrapper.BrochureModal-module-scss-module__sbXFDa__active {
  visibility: visible;
}

.BrochureModal-module-scss-module__sbXFDa__modalWrapper {
  transform-style: preserve-3d;
  transition: all .5s;
  transform: translate3d(0, -100%, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.BrochureModal-module-scss-module__sbXFDa__modalWrapper.BrochureModal-module-scss-module__sbXFDa__active {
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.BrochureModal-module-scss-module__sbXFDa__error {
  color: red;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .BrochureModal-module-scss-module__sbXFDa__error {
    padding-left: 1.4rem;
  }
}

.BrochureModal-module-scss-module__sbXFDa__privacyPolicy a {
  text-decoration: underline;
}

/* [project]/next-src/components/core/footer/Footer.module.scss.module.css [app-client] (css) */
.Footer-module-scss-module__ryesnq__wrapper {
  z-index: 1;
  border-radius: unset;
  background-color: #fff;
  position: relative;
}

.Footer-module-scss-module__ryesnq__wrapper > * {
  background-color: var(--midnight-black);
  border-top-left-radius: 2.2rem;
  border-top-right-radius: 2.2rem;
  position: relative;
}

.Footer-module-scss-module__ryesnq__rights {
  display: flex;
}

/* [project]/next-src/components/core/notify-modal/NotifyModal.module.scss.module.css [app-client] (css) */
.NotifyModal-module-scss-module__-gq6pq__wrapper {
  visibility: hidden;
  transition: all .5s;
  display: flex;
}

.NotifyModal-module-scss-module__-gq6pq__wrapper.NotifyModal-module-scss-module__-gq6pq__active {
  visibility: visible;
}

.NotifyModal-module-scss-module__-gq6pq__modalWrapper {
  transform-style: preserve-3d;
  transition: all .5s;
  transform: translate3d(0, -100%, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.NotifyModal-module-scss-module__-gq6pq__modalWrapper.NotifyModal-module-scss-module__-gq6pq__active {
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.NotifyModal-module-scss-module__-gq6pq__error {
  color: red;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .NotifyModal-module-scss-module__-gq6pq__error {
    padding-left: 1.4rem;
  }
}

.NotifyModal-module-scss-module__-gq6pq__privacyPolicy a {
  text-decoration: underline;
}

.NotifyModal-module-scss-module__-gq6pq__formControlTextarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: auto;
  min-height: 48px;
}

.NotifyModal-module-scss-module__-gq6pq__inputDouble > div:nth-of-type(odd):last-of-type {
  grid-column: 1 / 3;
}

@media screen and (min-width: 992px) {
  .NotifyModal-module-scss-module__-gq6pq__card {
    max-height: calc(100vh - 4rem);
  }

  .NotifyModal-module-scss-module__-gq6pq__formWrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: calc(100vh - 4rem);
    overflow-y: scroll;
  }

  .NotifyModal-module-scss-module__-gq6pq__formWrap::-webkit-scrollbar {
    display: none;
  }
}

/* [project]/next-src/components/core/app-session/AppSession.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/core/scroll-top/ScrollTop.module.scss.module.css [app-client] (css) */
.ScrollTop-module-scss-module__ocJczG__btnWrapper {
  z-index: 10;
  position: fixed;
  bottom: 16px;
  left: 16px;
}

@media screen and (min-width: 992px) {
  .ScrollTop-module-scss-module__ocJczG__btnWrapper {
    bottom: 90px;
    left: 20px;
  }
}

.ScrollTop-module-scss-module__ocJczG__btn {
  background-color: rgba(30, 33, 47, .8);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ScrollTop-module-scss-module__ocJczG__dNone {
  display: none !important;
}

/* [project]/next-src/components/core/not-found-main/NotFoundMain.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/hero-block/HeroBlock.module.scss.module.css [app-client] (css) */
.HeroBlock-module-scss-module__NBmXkG__wrapper .HeroBlock-module-scss-module__NBmXkG__heroFullscreenVideo {
  position: fixed;
}

.HeroBlock-module-scss-module__NBmXkG__scrollDownLottie {
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  width: 17px;
  height: 28px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

@keyframes HeroBlock-module-scss-module__NBmXkG__moveDown {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 1;
    transform: translateY(15px);
  }

  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

.HeroBlock-module-scss-module__NBmXkG__scrollDownDot {
  background-color: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  animation: 2s linear infinite HeroBlock-module-scss-module__NBmXkG__moveDown;
}

.HeroBlock-module-scss-module__NBmXkG__bgImgWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.HeroBlock-module-scss-module__NBmXkG__bgImg {
  z-index: -100;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.HeroBlock-module-scss-module__NBmXkG__video::-webkit-media-controls-panel {
  -webkit-appearance: none;
  display: none !important;
}

.HeroBlock-module-scss-module__NBmXkG__video::-webkit-media-controls-play-button {
  -webkit-appearance: none;
  display: none !important;
}

.HeroBlock-module-scss-module__NBmXkG__video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

/* [project]/next-src/components/home/how-it-works/hiw-step/HIWStep.module.scss.module.css [app-client] (css) */
.HIWStep-module-scss-module__2myynq__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateX(150px);
}

.HIWStep-module-scss-module__2myynq__active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.HIWStep-module-scss-module__2myynq__heading p {
  display: inline;
}

.HIWStep-module-scss-module__2myynq__checklist ul, .HIWStep-module-scss-module__2myynq__checklist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.HIWStep-module-scss-module__2myynq__checklist ul {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.HIWStep-module-scss-module__2myynq__checklist li {
  color: #70738f;
  min-height: 1.8rem;
  padding-left: 2.2rem;
  position: relative;
}

.HIWStep-module-scss-module__2myynq__checklist li:before {
  content: "";
  background-image: url("/images/home/63e11689ea7c871f9d187b83_check.svg");
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1px);
}

/* [project]/next-src/components/home/how-it-works/HowItWorks.module.scss.module.css [app-client] (css) */
.HowItWorks-module-scss-module__8wD-oq__wrapper .HowItWorks-module-scss-module__8wD-oq__timelinePictureWrap {
  justify-content: space-around;
}

.HowItWorks-module-scss-module__8wD-oq__counterMask.HowItWorks-module-scss-module__8wD-oq__counterFixed {
  margin-top: 200px;
  position: fixed;
  top: 12rem;
}

.HowItWorks-module-scss-module__8wD-oq__counterMask.HowItWorks-module-scss-module__8wD-oq__counterPinnedBottom {
  position: absolute;
  top: auto;
  bottom: calc(102px + 12rem);
}

/* [project]/next-src/components/home/membership/membership-card/MembershipCard.module.scss.module.css [app-client] (css) */
.MembershipCard-module-scss-module__r6URCq__wrapper {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}

.MembershipCard-module-scss-module__r6URCq__iconPlaceholder {
  width: 64px;
  height: 64px;
}

.MembershipCard-module-scss-module__r6URCq__bgImageWrapper picture {
  height: 100%;
}

.MembershipCard-module-scss-module__r6URCq__bgImageWrapper .MembershipCard-module-scss-module__r6URCq__bgImage {
  height: 100%;
  filter: unset;
  opacity: 1;
  top: 0;
  left: 0;
}

.MembershipCard-module-scss-module__r6URCq__calendlyBtn {
  width: 100%;
}

/* [project]/next-src/components/home/membership/Membership.module.scss.module.css [app-client] (css) */
.Membership-module-scss-module__ii32kG__wrapper .Membership-module-scss-module__ii32kG__cardsWrapper {
  gap: 2rem;
}

.Membership-module-scss-module__ii32kG__everyPlanDetailText p + p {
  margin-top: 1.5rem;
}

/* [project]/next-src/components/home/benefits/benefit/Benefit.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/benefits/Benefits.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/ui/accordion/Accordion.module.scss.module.css [app-client] (css) */
.Accordion-module-scss-module__fiCu8a__wrapper .Accordion-module-scss-module__fiCu8a__accordionHoverTagClose {
  display: block;
}

.Accordion-module-scss-module__fiCu8a__toogleIcon {
  transform-style: preserve-3d;
  transition: all .3s;
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(0)skew(0deg);
}

.Accordion-module-scss-module__fiCu8a__toogleIcon.Accordion-module-scss-module__fiCu8a__active {
  transform: translate3d(0, 0, 0)scale3d(1, 1, 1)rotateX(0)rotateY(0)rotateZ(45deg)skew(0deg);
}

.Accordion-module-scss-module__fiCu8a__question:hover .Accordion-module-scss-module__fiCu8a__readMoreBtn {
  opacity: 1;
}

.Accordion-module-scss-module__fiCu8a__readMoreBtn {
  opacity: 0;
}

.Accordion-module-scss-module__fiCu8a__answer {
  width: 100%;
  max-height: 0;
  transition: all .6s;
}

.Accordion-module-scss-module__fiCu8a__answer.Accordion-module-scss-module__fiCu8a__active {
  max-height: 2000px;
}

/* [project]/next-src/components/home/team/Team.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/faq/Faq.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/brochure/Brochure.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/membership/plan-features/PlanFeatures.module.scss.module.css [app-client] (css) */
.PlanFeatures-module-scss-module__Mzb8Pq__wrapper {
  padding-top: 32px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .PlanFeatures-module-scss-module__Mzb8Pq__wrapper {
    padding-top: 48px;
  }
}

.PlanFeatures-module-scss-module__Mzb8Pq__tooltipTrigger:hover + .PlanFeatures-module-scss-module__Mzb8Pq__tooltipContent {
  display: flex;
}

.PlanFeatures-module-scss-module__Mzb8Pq__stickyElWrapper {
  min-height: 76px;
}

.PlanFeatures-module-scss-module__Mzb8Pq__stickyEl.PlanFeatures-module-scss-module__Mzb8Pq__stickyFixed {
  width: 100%;
  max-width: calc(100vw - 26px);
  position: fixed;
  top: 82px;
}

@media screen and (min-width: 992px) {
  .PlanFeatures-module-scss-module__Mzb8Pq__stickyEl.PlanFeatures-module-scss-module__Mzb8Pq__stickyFixed {
    max-width: 1280px;
    top: 96px;
  }
}

.PlanFeatures-module-scss-module__Mzb8Pq__stickyEl.PlanFeatures-module-scss-module__Mzb8Pq__stickyPinnedBottom {
  width: calc(100vw - 26px);
  position: absolute;
  top: auto;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .PlanFeatures-module-scss-module__Mzb8Pq__stickyEl.PlanFeatures-module-scss-module__Mzb8Pq__stickyPinnedBottom {
    width: 100%;
    bottom: -16px;
  }
}

/* [project]/next-src/components/home/basic-section/BasicSection.module.scss.module.css [app-client] (css) */
.BasicSection-module-scss-module__vLutVq__contentWrapper {
  gap: 26px;
  display: grid;
}

@media screen and (min-width: 800px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapper {
    grid-template-columns: 376px 1fr;
    gap: 0 6vw;
    display: grid;
  }
}

@media screen and (min-width: 992px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapper {
    grid-template-columns: 490px 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapper {
    gap: 0 136px;
  }
}

@media screen and (max-width: 799px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapper {
    max-width: 448px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 800px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapperReversed {
    grid-template-columns: 1fr 376px;
  }

  .BasicSection-module-scss-module__vLutVq__contentWrapperReversed .BasicSection-module-scss-module__vLutVq__imgWrapper {
    grid-area: 1 / 2 / 2 / 3;
  }

  .BasicSection-module-scss-module__vLutVq__contentWrapperReversed .BasicSection-module-scss-module__vLutVq__content {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 992px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapperReversed {
    grid-template-columns: 1fr 490px;
  }

  .BasicSection-module-scss-module__vLutVq__contentWrapperOneCol {
    grid-template-columns: 1fr;
  }
}

.BasicSection-module-scss-module__vLutVq__contentWrapperOneCol .BasicSection-module-scss-module__vLutVq__content {
  display: flex;
}

@media screen and (min-width: 992px) {
  .BasicSection-module-scss-module__vLutVq__contentWrapperOneCol .BasicSection-module-scss-module__vLutVq__content {
    justify-content: center;
  }

  .BasicSection-module-scss-module__vLutVq__contentWrapperOneCol .BasicSection-module-scss-module__vLutVq__contentInner {
    flex-direction: column;
    display: inline-flex;
  }
}

.BasicSection-module-scss-module__vLutVq__imgWrapper {
  width: 100%;
  height: 250.667px;
}

@media screen and (min-width: 992px) {
  .BasicSection-module-scss-module__vLutVq__imgWrapper {
    height: 326px;
  }
}

.BasicSection-module-scss-module__vLutVq__imgWrapper img {
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .BasicSection-module-scss-module__vLutVq__imgWrapper {
    height: 300px;
    max-height: none;
  }
}

@media screen and (max-width: 500px) {
  .BasicSection-module-scss-module__vLutVq__imgWrapper {
    height: calc(66.6667vw - 32px);
  }
}

@media screen and (max-width: 991px) {
  .BasicSection-module-scss-module__vLutVq__imgWrapperVertical {
    height: 520px;
  }
}

@media screen and (max-width: 500px) {
  .BasicSection-module-scss-module__vLutVq__imgWrapperVertical {
    height: calc(130vw - 62.4px);
  }
}

.BasicSection-module-scss-module__vLutVq__btnWrapper {
  justify-content: center;
  display: flex;
}

.BasicSection-module-scss-module__vLutVq__btnWrapperInner {
  gap: 8px;
  display: flex;
}

/* [project]/next-src/components/home/video-bg/video-bg-base/VideoBgBase.module.scss.module.css [app-client] (css) */
.VideoBgBase-module-scss-module__FnHbUW__section {
  color: #fff;
  transition: min-height .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.VideoBgBase-module-scss-module__FnHbUW__section ol, .VideoBgBase-module-scss-module__FnHbUW__section ul {
  margin-top: 12px;
}

.VideoBgBase-module-scss-module__FnHbUW__section ul {
  padding-left: 18px;
}

.VideoBgBase-module-scss-module__FnHbUW__section ul li {
  list-style-type: disc;
}

.VideoBgBase-module-scss-module__FnHbUW__section ol {
  padding-left: 26px;
}

.VideoBgBase-module-scss-module__FnHbUW__section ol li {
  list-style-type: decimal;
}

@media screen and (min-width: 800px) {
  .VideoBgBase-module-scss-module__FnHbUW__section {
    background-color: #faf9f7;
    padding: 0;
    position: relative;
  }

  .VideoBgBase-module-scss-module__FnHbUW__section ol, .VideoBgBase-module-scss-module__FnHbUW__section ul {
    margin-top: 0;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__container {
  width: 100%;
  display: grid;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__textBlock {
  grid-area: 1 / 1 / 2 / 2;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner {
  z-index: -1;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner img, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner video {
  z-index: 0;
  min-height: 100%;
  position: relative;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner video {
  background-color: #fff;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isFirst img, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isFirst video {
  z-index: -1;
  min-height: unset;
  position: fixed;
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isParallax {
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isParallax {
    min-height: unset;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isParallax img, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__banner.VideoBgBase-module-scss-module__FnHbUW__isParallax video {
  z-index: -1;
  object-fit: cover;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__title, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__title *, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__text, .VideoBgBase-module-scss-module__FnHbUW__containerImgBgMode .VideoBgBase-module-scss-module__FnHbUW__text * {
    color: #fafafa;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__containerReversed .VideoBgBase-module-scss-module__FnHbUW__banner {
  grid-area: 2 / 1 / 3 / 2;
}

.VideoBgBase-module-scss-module__FnHbUW__containerReversed .VideoBgBase-module-scss-module__FnHbUW__textBlock {
  grid-area: 1 / 1 / 2 / 2;
}

.VideoBgBase-module-scss-module__FnHbUW__textBlock {
  padding: 24px 24px 32px;
  position: relative;
  overflow: hidden;
}

.VideoBgBase-module-scss-module__FnHbUW__textBlock :not(.VideoBgBase-module-scss-module__FnHbUW__bgGradient) {
  z-index: 1;
  position: relative;
}

.VideoBgBase-module-scss-module__FnHbUW__title h1, .VideoBgBase-module-scss-module__FnHbUW__title {
  font-size: 32px;
  line-height: 1.12;
}

@media screen and (min-width: 800px) {
  .VideoBgBase-module-scss-module__FnHbUW__title h1, .VideoBgBase-module-scss-module__FnHbUW__title {
    color: #fff;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .VideoBgBase-module-scss-module__FnHbUW__title h1, .VideoBgBase-module-scss-module__FnHbUW__title h1 > *, .VideoBgBase-module-scss-module__FnHbUW__title h2, .VideoBgBase-module-scss-module__FnHbUW__title h2 > * {
    font-size: 48px !important;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__title [class*="text-highlighted"] {
  padding: 0 4px;
  line-height: 1;
  display: inline-block;
}

.VideoBgBase-module-scss-module__FnHbUW__text {
  max-width: calc(100vw - 60px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 800px) {
  .VideoBgBase-module-scss-module__FnHbUW__text {
    max-width: unset;
    color: #fff;
    margin-bottom: 26px;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__text h1 {
  color: #fafafa;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.12;
}

@media screen and (min-width: 800px) {
  .VideoBgBase-module-scss-module__FnHbUW__text h1 {
    color: #fff;
  }

  .VideoBgBase-module-scss-module__FnHbUW__text p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__text [class*="text-highlighted"] {
  padding: 0 4px;
  line-height: 1;
  display: inline-block;
}

.VideoBgBase-module-scss-module__FnHbUW__banner img, .VideoBgBase-module-scss-module__FnHbUW__banner video {
  object-fit: cover;
  width: 100vw;
  min-height: 100%;
  position: relative;
}

@media screen and (min-width: 500px) {
  .VideoBgBase-module-scss-module__FnHbUW__banner {
    min-height: 56vw;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__btnWrapper {
  margin-bottom: -8px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

@media screen and (max-width: 799px) {
  .VideoBgBase-module-scss-module__FnHbUW__btnWrapper {
    justify-content: center;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__btnWrapper > * {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.VideoBgBase-module-scss-module__FnHbUW__btnWrapper > * > * {
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

@media screen and (min-width: 800px) {
  .VideoBgBase-module-scss-module__FnHbUW__btnWrapper > * > * + * {
    margin-left: 12px;
  }
}

.VideoBgBase-module-scss-module__FnHbUW__bgGradient {
  z-index: 0;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, .24) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.VideoBgBase-module-scss-module__FnHbUW__video::-webkit-media-controls-panel {
  -webkit-appearance: none;
  display: none !important;
}

.VideoBgBase-module-scss-module__FnHbUW__video::-webkit-media-controls-play-button {
  -webkit-appearance: none;
  display: none !important;
}

.VideoBgBase-module-scss-module__FnHbUW__video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

/* [project]/next-src/components/home/longevity-programs/LongevityPrograms.module.scss.module.css [app-client] (css) */
.LongevityPrograms-module-scss-module__zbW-4W__imgWrapper picture {
  width: 100%;
  height: 100%;
  display: flex;
}

/* [project]/next-src/components/home/longevity-programs/card/Card.module.scss.module.css [app-client] (css) */
.Card-module-scss-module__UTMWXW__imgWrapper picture {
  width: 100%;
  height: 100%;
  display: flex;
}

/* [project]/next-src/components/home/accordion-section/AccordionSection.module.scss.module.css [app-client] (css) */
.AccordionSection-module-scss-module__BFWjCG__wrapper {
  gap: 2rem;
  padding: 2rem 0;
  display: grid;
}

@media screen and (min-width: 992px) {
  .AccordionSection-module-scss-module__BFWjCG__wrapper .AccordionSection-module-scss-module__BFWjCG__innerAccordionHeader {
    padding-right: 2.1rem;
  }
}

.AccordionSection-module-scss-module__BFWjCG__accordionHeader {
  flex-direction: column;
  gap: .6rem;
  padding-right: 1.25rem;
  display: flex;
}

@media screen and (min-width: 992px) {
  .AccordionSection-module-scss-module__BFWjCG__accordionHeader {
    flex-direction: row;
    align-items: center;
    gap: 2.1rem;
    padding-right: 1.5rem;
  }
}

.AccordionSection-module-scss-module__BFWjCG__labelWrapper * {
  color: #434555;
  font-size: .875rem;
}

.AccordionSection-module-scss-module__BFWjCG__innerAccordionHeader [class="feature-name"] * {
  color: var(--black);
}

.AccordionSection-module-scss-module__BFWjCG__innerAccordionHeader .AccordionSection-module-scss-module__BFWjCG__labelWrapper * {
  color: #434555;
  font-size: .875rem;
}

.AccordionSection-module-scss-module__BFWjCG__smallParagraph * {
  color: var(--black);
}

.AccordionSection-module-scss-module__BFWjCG__accordionBody > [class*="margin-accordion-content"] {
  margin-bottom: 0;
}

.AccordionSection-module-scss-module__BFWjCG__accordionBody .AccordionSection-module-scss-module__BFWjCG__smallParagraph * {
  color: var(--black);
}

/* [project]/next-src/components/home/numbers-section/numbers-item/NumbersItem.module.scss.module.css [app-client] (css) */


/* [project]/next-src/components/home/numbers-section/NumbersSection.module.scss.module.css [app-client] (css) */
.NumbersSection-module-scss-module__qhEnqW__paddingWrapper {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .NumbersSection-module-scss-module__qhEnqW__paddingWrapper {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

/* [project]/next-src/components/home/newsletter-section/NewsletterSubscription.module.scss.module.css [app-client] (css) */
.NewsletterSubscription-module-scss-module__h2xeyW__wrapper {
  --section-bg-color-xs: rgba(0, 0, 0, 0);
  --section-bg-color-lg: rgba(0, 0, 0, 0);
  background-color: var(--section-bg-color-xs);
  position: relative;
}

.NewsletterSubscription-module-scss-module__h2xeyW__wrapper .NewsletterSubscription-module-scss-module__h2xeyW__contentTextWrapper {
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__wrapper {
    background-color: var(--section-bg-color-lg);
  }

  .NewsletterSubscription-module-scss-module__h2xeyW__wrapper .NewsletterSubscription-module-scss-module__h2xeyW__contentTextWrapper {
    margin-top: 48px;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__content {
  justify-self: end;
  max-width: 556px;
}

.NewsletterSubscription-module-scss-module__h2xeyW__title, .NewsletterSubscription-module-scss-module__h2xeyW__title h2 {
  color: #27272a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__title, .NewsletterSubscription-module-scss-module__h2xeyW__title h2 {
    font-size: 36px;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__imgWrapper {
  flex: 0 0 48px;
}

.NewsletterSubscription-module-scss-module__h2xeyW__imgWrapper img {
  object-fit: cover;
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__imgWrapper img {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 991px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__contentHeader {
    align-items: center;
    margin-top: 16px;
    display: flex;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentTitle {
  color: #3f3f46;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentTitle h3 {
  color: #3f3f46;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentTitle [class*="text-highlighted"] {
  padding: 0 4px 2px;
  line-height: 1.15;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__contentTitle {
    margin-left: 0;
    font-size: 28px;
  }

  .NewsletterSubscription-module-scss-module__h2xeyW__contentTitle h3 {
    font-size: 28px;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText {
  color: #52525b;
  max-width: 900px;
  margin: 0 auto 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText h1, .NewsletterSubscription-module-scss-module__h2xeyW__contentText h2, .NewsletterSubscription-module-scss-module__h2xeyW__contentText h3, .NewsletterSubscription-module-scss-module__h2xeyW__contentText h4, .NewsletterSubscription-module-scss-module__h2xeyW__contentText h5, .NewsletterSubscription-module-scss-module__h2xeyW__contentText h6 {
  color: #27272a;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText p, .NewsletterSubscription-module-scss-module__h2xeyW__contentText ul {
  color: #52525b;
  margin-bottom: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText [class*="text-highlighted"] {
  padding: 0 4px;
  display: inline-block;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText li {
  color: #3f3f46;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText li:before {
  content: "";
  background-color: #d4d4d8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.NewsletterSubscription-module-scss-module__h2xeyW__contentText li + li {
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__contentText li {
    padding-left: 26px;
    font-size: 20px;
    line-height: 1.25;
  }

  .NewsletterSubscription-module-scss-module__h2xeyW__contentText li:before {
    width: 10px;
    height: 10px;
  }

  .NewsletterSubscription-module-scss-module__h2xeyW__contentText li + li {
    margin-top: 18px;
  }

  .NewsletterSubscription-module-scss-module__h2xeyW__contentText p, .NewsletterSubscription-module-scss-module__h2xeyW__contentText ul {
    font-size: 20px;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__btnWrapper {
  max-width: 500px;
  margin: 20px auto 0;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__btnWrapper {
    margin-top: 30px;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__btn {
  width: 100%;
  min-height: 58px;
}

@media screen and (min-width: 992px) {
  .NewsletterSubscription-module-scss-module__h2xeyW__btn {
    font-size: 1rem;
  }
}

.NewsletterSubscription-module-scss-module__h2xeyW__scrollToBar {
  height: 1px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

/* [project]/next-src/components/home/newsletter-section/newsletter-form/NewsletterForm.module.scss.module.css [app-client] (css) */
.NewsletterForm-module-scss-module__6c-tQa__form {
  gap: 12px;
  max-width: 500px;
  margin: 24px auto 0;
  display: grid;
}

@media screen and (min-width: 992px) {
  .NewsletterForm-module-scss-module__6c-tQa__form {
    gap: 16px;
    margin: 30px auto 0;
  }
}

.NewsletterForm-module-scss-module__6c-tQa__form [class*="form-input"] {
  border: 1px solid #cfd3db;
  border-radius: 100rem;
  padding: 1rem 1.4rem;
  font-size: .9rem;
}

@media screen and (min-width: 992px) {
  .NewsletterForm-module-scss-module__6c-tQa__form [class*="form-input"] {
    font-size: 1rem;
  }
}

.NewsletterForm-module-scss-module__6c-tQa__form textarea {
  resize: none;
}

.NewsletterForm-module-scss-module__6c-tQa__btn {
  width: 100%;
  min-height: 58px;
}

@media screen and (min-width: 992px) {
  .NewsletterForm-module-scss-module__6c-tQa__btn {
    font-size: 1rem;
  }

  .NewsletterForm-module-scss-module__6c-tQa__btnWrapper {
    padding-top: 4px;
  }
}

.NewsletterForm-module-scss-module__6c-tQa__successMsg {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .NewsletterForm-module-scss-module__6c-tQa__successMsg {
    margin-top: 24px;
  }
}

/*# sourceMappingURL=next-src_components_7fcfb5ae._.css.map*/