.ChallengeSection-module__axFbGW__section{--challenge-card-padding:var(--space-16);--challenge-title-size:clamp(2rem, 4vw, 3.5rem);--challenge-subtitle-size:clamp(1.25rem, 3.5vw, 2rem);--challenge-price-size:clamp(4rem, 4vw, 4.5rem);--challenge-bottom-width:70%;--challenge-cta-font-size:clamp(1rem, 2vw, 1.25rem);padding:var(--space-8) var(--space-16);justify-content:center;display:flex}.ChallengeSection-module__axFbGW__card{border-radius:var(--radius-xl);width:100%;padding:var(--challenge-card-padding);color:var(--color-white);background:var(--color-primary);background:linear-gradient(155deg, var(--color-primary) 0%, var(--color-dark) 71%);position:relative;overflow:hidden}.ChallengeSection-module__axFbGW__header{flex-direction:row;justify-content:space-between;align-items:start;display:flex}.ChallengeSection-module__axFbGW__title{font-weight:var(--weight-black);font-size:var(--challenge-title-size)}.ChallengeSection-module__axFbGW__subtitle{font-weight:var(--weight-light);font-size:var(--challenge-subtitle-size)}.ChallengeSection-module__axFbGW__border{opacity:.75;background-color:var(--color-primary);width:2rem;height:2px;margin-top:var(--space-2);border-radius:3px}.ChallengeSection-module__axFbGW__badgeRow{justify-content:flex-end;display:flex}.ChallengeSection-module__axFbGW__badge{align-items:center;gap:var(--space-2);background:var(--color-white);font-size:var(--text-xs);color:var(--color-dark);font-weight:var(--weight-semibold);padding:.3rem var(--space-3);border-radius:var(--radius-full);display:inline-flex}.ChallengeSection-module__axFbGW__badgeDot{background:var(--color-dark);border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.ChallengeSection-module__axFbGW__bottomSection{width:var(--challenge-bottom-width)}.ChallengeSection-module__axFbGW__pricing{gap:var(--space-1);margin-top:var(--space-8);flex-direction:column;display:flex;position:relative}.ChallengeSection-module__axFbGW__oldPrice{opacity:.75;font-size:calc(var(--challenge-price-size) / 3);font-weight:var(--weight-regular);font-family:var(--font-numbers);line-height:.5;-webkit-text-decoration:line-through red;text-decoration:line-through red}.ChallengeSection-module__axFbGW__priceRow{align-items:center;gap:var(--space-3);display:flex}.ChallengeSection-module__axFbGW__price{color:var(--color-white);font-size:var(--challenge-price-size);font-weight:var(--weight-bold);line-height:1;font-family:var(--font-numbers)}.ChallengeSection-module__axFbGW__priceNote{font-size:var(--text-sm);line-height:1.6}.ChallengeSection-module__axFbGW__cta{background:var(--color-primary);color:var(--color-dark);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);cursor:pointer;margin-top:var(--space-8);transition:var(--transition-base);font-size:var(--challenge-cta-font-size);font-weight:var(--weight-bold);align-items:center;gap:var(--space-2);border:none;width:fit-content;text-decoration:none;display:flex}.ChallengeSection-module__axFbGW__cta:hover{transform:translateY(calc(var(--space-1) * -1))}.ChallengeSection-module__axFbGW__features{align-items:center;gap:var(--space-6);margin:0;margin-top:var(--space-8);grid-template-columns:1fr 1fr;padding:0;list-style:none;display:grid}.ChallengeSection-module__axFbGW__checkCircle{background-color:var(--color-white);width:1.35rem;height:1.35rem;color:var(--color-dark);font-weight:var(--weight-black);padding:var(--space-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChallengeSection-module__axFbGW__featureTitle{color:var(--color-white);font-size:clamp(1.25rem, 2.25vw ,var(--text-2xl));font-weight:var(--weight-bold);align-items:center;gap:var(--space-3);display:flex}.ChallengeSection-module__axFbGW__featureDesc{font-size:var(--text-xs);opacity:.9;margin:0;line-height:1.65}@media (max-width:1024px){.ChallengeSection-module__axFbGW__section{--challenge-bottom-width:100%}}@media (max-width:768px){.ChallengeSection-module__axFbGW__section{padding:var(--space-8);--challenge-card-padding:var(--space-16) var(--space-8);--challenge-cta-font-size:clamp(.75rem, 2vw, 1.25rem);--challenge-title-size:clamp(1.75rem, 5.6vw, 4rem);--challenge-price-size:clamp(3rem, 4vw, 4.5rem)}.ChallengeSection-module__axFbGW__header{flex-direction:column-reverse;align-items:flex-start}.ChallengeSection-module__axFbGW__badgeRow{justify-content:flex-start}.ChallengeSection-module__axFbGW__features{gap:var(--space-4);order:2;grid-template-columns:1fr}.ChallengeSection-module__axFbGW__priceRow{flex-direction:row}}@media (max-width:400px){.ChallengeSection-module__axFbGW__section{--challenge-card-padding:var(--space-8) var(--space-4)}.ChallengeSection-module__axFbGW__card{border-radius:var(--radius-md)}}
.FeaturePills-module__7B5KLG__container{justify-content:center;align-items:center;column-gap:var(--space-4);flex-flow:wrap;row-gap:0;display:flex}.FeaturePills-module__7B5KLG__feature{align-items:center;gap:var(--space-1);font-weight:var(--weight-light);transition:background-color var(--transition-base);border-radius:var(--space-3);padding:var(--space-1) var(--space-2);display:flex}.FeaturePills-module__7B5KLG__feature:hover{background-color:var(--color-light-primary);cursor:pointer}.FeaturePills-module__7B5KLG__feature svg{width:1rem;height:1rem}@media (max-width:768px){.FeaturePills-module__7B5KLG__container{column-gap:var(--space-2)}}
.HeroSection-module__PzXoDG__container{--hero-title-size:var(--text-4xl);--hero-desc-size:var(--text-lg);--hero-button-size:var(--text-3xl);--hero-header-gap:var(--space-6);--hero-video-max-width:60rem;padding:var(--space-8) var(--space-16);justify-content:center;align-items:center;gap:var(--space-4);text-align:center;flex-direction:column;display:flex}.HeroSection-module__PzXoDG__header{gap:var(--hero-header-gap);flex-direction:column;display:flex}.HeroSection-module__PzXoDG__title{font-size:var(--hero-title-size);font-weight:var(--weight-black);line-height:1.2}.HeroSection-module__PzXoDG__bottomLine{white-space:nowrap;align-items:center;display:flex}.HeroSection-module__PzXoDG__herb{width:var(--text-3xl);height:var(--text-3xl)}.HeroSection-module__PzXoDG__description{font-size:var(--hero-desc-size);font-weight:300;font-weight:var(--weight-light);line-height:1.3}.HeroSection-module__PzXoDG__description strong{font-weight:600}.HeroSection-module__PzXoDG__videoSectionContainer{justify-content:center;align-items:center;width:100%;display:flex}.HeroSection-module__PzXoDG__videoHolder{width:min(100%, var(--hero-video-max-width));aspect-ratio:16/9;border-radius:var(--space-4);background:var(--color-dark);position:relative;overflow:hidden}.HeroSection-module__PzXoDG__ctaSection{isolation:isolate;align-items:center;gap:var(--space-1);flex-direction:column;display:flex;position:relative}.HeroSection-module__PzXoDG__ctaButton{border:3px solid var(--color-dark);font-family:inherit;font-size:var(--hero-button-size);color:var(--color-dark);background-color:var(--color-primary);cursor:pointer;transition:var(--transition-base);padding:var(--space-3) var(--space-8);border-radius:2rem;font-weight:700}.HeroSection-module__PzXoDG__ctaButton:hover{-webkit-box-shadow:var(--shadow-cta-hover);box-shadow:var(--shadow-cta-hover);transform:translateY(-3px)}.HeroSection-module__PzXoDG__ctaSection span{z-index:1;font-size:1.15rem;font-weight:300}@media (max-width:768px){.HeroSection-module__PzXoDG__container{padding:var(--space-8)}.HeroSection-module__PzXoDG__header{gap:clamp(.5rem, 3vw, var(--hero-header-gap))}.HeroSection-module__PzXoDG__title{font-size:clamp(1.75rem, 10vw, var(--hero-title-size))}.HeroSection-module__PzXoDG__herb{width:clamp(var(--text-xl), 6vw, var(--text-3xl));height:clamp(var(--text-xl), 6vw, var(--text-3xl))}.HeroSection-module__PzXoDG__description{font-size:clamp(1rem, 3vw, var(--hero-desc-size))}.HeroSection-module__PzXoDG__ctaButton{font-size:clamp(1.25rem, 5vw, var(--hero-button-size))}}
.ResultCard-module__W9AAHG__card{padding:var(--space-4) var(--space-3);border-radius:var(--radius-lg);background:var(--color-dark);color:var(--color-white);transition:var(--transition-base);z-index:1;min-height:var(--results-card-min-height);border:2px solid #0000;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;box-shadow:0 .35rem .9rem #0000003b}.ResultCard-module__W9AAHG__card:hover{border-color:var(--color-dark);background:var(--color-primary);cursor:pointer;color:var(--color-dark);box-shadow:var(--shadow-cta-hover);z-index:0;transform:translateY(-1.2px)}.ResultCard-module__W9AAHG__card strong{font-size:var(--results-number-size);font-weight:var(--weight-black);line-height:.85;font-family:var(--font-numbers);direction:ltr;display:block}.ResultCard-module__W9AAHG__card span{color:#ffffffa3;font-size:var(--results-label-size);font-weight:var(--weight-light);transition:color var(--transition-base);text-wrap:nowrap;line-height:1.15;display:block}.ResultCard-module__W9AAHG__card:hover span{color:var(--results-card-hover-label)}
.ResultsSection-module__D5Q0ba__section{--results-eyebrow-size:var(--text-lg);--results-title-size:var(--text-4xl);--results-number-size:clamp(var(--text-2xl), 5vw, var(--text-4xl));--results-label-size:clamp(var(--text-base), 3vw, var(--text-lg));--results-note-size:var(--text-sm);--results-dot-size:var(--space-3);--results-cards-max-width:64rem;--results-note-max-width:54rem;--results-card-min-height:8rem;padding:var(--space-8) var(--space-16);text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.ResultsSection-module__D5Q0ba__eyebrow{font-size:var(--results-eyebrow-size);font-weight:var(--weight-light);line-height:1.1}.ResultsSection-module__D5Q0ba__title{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-1);font-size:var(--results-title-size);font-weight:var(--weight-black);font-kerning:none;font-feature-settings:"kern" 0;flex-direction:row;line-height:1.1;display:flex}.ResultsSection-module__D5Q0ba__title .ResultsSection-module__D5Q0ba__dot{width:var(--results-dot-size);height:var(--results-dot-size);background:var(--color-primary);border-radius:50%;flex:none;margin-top:.45rem}.ResultsSection-module__D5Q0ba__cards{gap:clamp(var(--space-3), 2.5vw, var(--space-6));width:min(100%, var(--results-cards-max-width));margin-top:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.ResultsSection-module__D5Q0ba__note{width:min(100%, var(--results-note-max-width));margin-top:var(--space-8);font-size:clamp(.85rem, 2.2vw, var(--results-note-size));font-weight:var(--weight-light);line-height:1.3}@media (max-width:768px){.ResultsSection-module__D5Q0ba__section{--results-dot-size:var(--space-2);--results-number-size:clamp(var(--text-2xl), 9vw, var(--text-4xl));padding:var(--space-8)}.ResultsSection-module__D5Q0ba__eyebrow{font-size:clamp(1.25rem, 5vw, var(--results-eyebrow-size))}.ResultsSection-module__D5Q0ba__title{font-size:clamp(1.5rem, 8vw, var(--results-title-size));text-wrap:nowrap}.ResultsSection-module__D5Q0ba__cards{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.ResultsSection-module__D5Q0ba__card{flex-basis:calc(50% - var(--space-3))}}@media (max-width:450px){.ResultsSection-module__D5Q0ba__section{--results-number-size:clamp(var(--text-xl), 13vw, var(--text-4xl))}.ResultsSection-module__D5Q0ba__cards{grid-template-rows:repeat(4,1fr);grid-template-columns:1fr;max-width:min(100%,17rem)}}
.SymptomsSection-module__QRP-uq__section{--symptoms-heading-size:var(--text-3xl);--symptoms-subheading-size:var(--text-lg);--symptoms-button-size:1.75rem;--symptoms-subtext-size:var(--text-base);--symptoms-cards-max-width:var(--container-max);align-items:center;gap:var(--space-8);padding:var(--space-8) var(--space-16);text-align:center;flex-direction:column;display:flex}.SymptomsSection-module__QRP-uq__header{gap:var(--space-2);flex-direction:column;display:flex}.SymptomsSection-module__QRP-uq__heading{font-size:var(--symptoms-heading-size);font-weight:var(--weight-black);line-height:1.3}.SymptomsSection-module__QRP-uq__subheading{font-size:var(--symptoms-subheading-size);font-weight:var(--weight-light);opacity:.7}.SymptomsSection-module__QRP-uq__grid{gap:var(--space-4);width:min(100%, var(--symptoms-cards-max-width));grid-template-columns:repeat(2,1fr);display:grid}.SymptomsSection-module__QRP-uq__grid>:last-child:nth-child(odd){grid-column:1/3}.SymptomsSection-module__QRP-uq__cta{gap:var(--space-1);flex-direction:column;display:flex}.SymptomsSection-module__QRP-uq__ctaButton{border:3px solid var(--color-dark);border-radius:var(--radius-full);padding:var(--space-2) var(--space-8);color:var(--color-dark);font-size:var(--symptoms-button-size);font-weight:var(--weight-bold);cursor:pointer;transition:var(--transition-base)}.SymptomsSection-module__QRP-uq__ctaButton:hover,.SymptomsSection-module__QRP-uq__ctaButton.SymptomsSection-module__QRP-uq__active{background-color:var(--color-primary);-webkit-box-shadow:var(--shadow-cta-hover);box-shadow:var(--shadow-cta-hover)}.SymptomsSection-module__QRP-uq__ctaButton:hover{transform:translateY(calc(var(--space-1) * -1))}.SymptomsSection-module__QRP-uq__ctaSubtext{font-weight:var(--weight-light);font-size:var(--symptoms-subtext-size);z-index:10}@media (max-width:768px){.SymptomsSection-module__QRP-uq__section{padding:var(--space-8)}.SymptomsSection-module__QRP-uq__heading{font-size:clamp(1.65rem, 6vw, var(--symptoms-heading-size))}.SymptomsSection-module__QRP-uq__subheading{font-size:clamp(1rem, 3vw, var(--symptoms-subheading-size))}.SymptomsSection-module__QRP-uq__ctaButton{font-size:clamp(.75rem, 3.5vw, var(--symptoms-button-size));padding:var(--space-1) var(--space-6)}.SymptomsSection-module__QRP-uq__ctaSubtext{font-size:clamp(.85rem, 2vw, var(--symptoms-subtext-size))}.SymptomsSection-module__QRP-uq__grid{flex-direction:column;display:flex}}
.SymptomCard-module__ZQSJMG__card{--card-min-height:7rem;--card-checkmark-size:1.25rem;--card-checkmark-move:-8px;align-items:center;gap:var(--space-3);width:100%;min-height:var(--card-min-height);padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);color:var(--color-white);cursor:pointer;transition:var(--transition-base);z-index:1;background:linear-gradient(135deg,#ffffff14 0%,#fff0 60%),#1a1a1a;border:none;display:flex;position:relative;overflow:visible}.SymptomCard-module__ZQSJMG__card.SymptomCard-module__ZQSJMG__selected{color:var(--color-dark);-webkit-box-shadow:var(--shadow-cta-hover);box-shadow:var(--shadow-cta-hover);z-index:0;background:linear-gradient(135deg,#ffffff2e 0%,#ffffff0a 60%),#f4a7b9}.SymptomCard-module__ZQSJMG__card:hover{transform:translateY(-1.7px)}.SymptomCard-module__ZQSJMG__imageHolder{width:64px;height:64px;position:relative}.SymptomCard-module__ZQSJMG__icon{object-fit:contain}.SymptomCard-module__ZQSJMG__content{text-align:start;flex-direction:column;display:flex}.SymptomCard-module__ZQSJMG__title{font-weight:var(--weight-semibold);flex-direction:column;display:flex}.SymptomCard-module__ZQSJMG__arTitle{font-size:clamp(var(--text-base), 2.3vw, var(--text-xl))}.SymptomCard-module__ZQSJMG__enTitle{font-size:clamp(var(--text-base), 1vw, var(--text-xl))}.SymptomCard-module__ZQSJMG__desc{color:#d1d1d1;font-size:clamp(var(--text-sm), .9vw, var(--text-base));font-weight:var(--weight-light)}.SymptomCard-module__ZQSJMG__card.SymptomCard-module__ZQSJMG__selected .SymptomCard-module__ZQSJMG__desc{color:var(--color-dark)}.SymptomCard-module__ZQSJMG__checkmark{width:var(--card-checkmark-size);height:var(--card-checkmark-size);border-radius:var(--radius-full);background:var(--color-primary);border:2px solid var(--color-dark);transition:var(--transition-base);padding:var(--space-1);color:var(--color-white);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__alignRight{left:var(--card-checkmark-move)}.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__alignLeft{right:var(--card-checkmark-move)}.SymptomCard-module__ZQSJMG__checkmark .SymptomCard-module__ZQSJMG__icon{opacity:0;transition:opacity var(--transition-base)}.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__checked{background-color:var(--color-dark)}.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__checked .SymptomCard-module__ZQSJMG__icon{opacity:1}@media (max-width:768px){.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__alignRight,.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__checkmark.SymptomCard-module__ZQSJMG__alignLeft{right:var(--card-checkmark-move)}.SymptomCard-module__ZQSJMG__card{--card-checkmark-size:1.1rem;gap:var(--space-2);padding:var(--space-3) var(--space-4)}.SymptomCard-module__ZQSJMG__arTitle{font-size:clamp(var(--text-sm), 3.25vw, var(--text-xl))}.SymptomCard-module__ZQSJMG__enTitle{font-size:clamp(var(--text-sm), 2.75vw, var(--text-xl))}.SymptomCard-module__ZQSJMG__desc{font-size:clamp(var(--text-xs), 1vw, var(--text-base))}}
.StepCard-module__TbbQHG__cardWrapper{justify-content:end;gap:var(--space-2);width:100%;padding:0 var(--space-4);display:flex}.StepCard-module__TbbQHG__cardWrapper--right{flex-direction:row-reverse;justify-content:start}.StepCard-module__TbbQHG__card{border:2px solid var(--color-dark);border-radius:var(--radius-md);transition:var(--transition-base);min-width:var(--journey-card-min-width);padding:.85rem 1.55rem}.StepCard-module__TbbQHG__card--active{background:var(--color-primary);box-shadow:0 10px 28px var(--color-primary);transform:translateY(calc(var(--space-1) * -1))}.StepCard-module__TbbQHG__cardTitle{text-align:right;font-size:clamp(1.25rem,2vw,2rem);font-weight:800;line-height:1.3}.StepCard-module__TbbQHG__cardDesc{color:#555;text-align:right;margin:0;font-size:clamp(.75rem,.5vw,1rem)}.StepCard-module__TbbQHG__dotCol{z-index:1;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;display:flex}.StepCard-module__TbbQHG__dayLabel{color:var(--color-muted);font-size:.85rem;font-weight:var(--weight-semibold);letter-spacing:.02em}.StepCard-module__TbbQHG__dot{width:var(--journey-dot-size);height:var(--journey-dot-size);font-size:1.75rem;font-weight:800;font-family:var(--font-numbers);background:var(--color-dark);color:var(--color-white);-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.StepCard-module__TbbQHG__cardWrapper{justify-content:start;gap:var(--space-4);flex-direction:row-reverse}.StepCard-module__TbbQHG__card{width:min(100%,20rem);min-width:auto;padding:.78rem 1.05rem}.StepCard-module__TbbQHG__cardTitle{font-size:clamp(1rem,3.5vw,2.75rem)}}@media (max-width:400px){.StepCard-module__TbbQHG__cardWrapper{gap:.25rem;padding:0}.StepCard-module__TbbQHG__dot{--journey-dot-size:42px;font-size:1.5rem}}
.JourneySection-module__DoJYcW__section{--journey-title-size:5rem;--journey-subtitle-size:var(--text-2xl);--journey-line-w:5px;--journey-step-max-height:200px;--journey-cta-font-size:clamp(.85rem, 4.25vw, 2rem);--journey-card-min-width:350px;--journey-dot-size:50px;--journey-sticky-top:50px;--journey-sticky-height:100svh;min-height:300vh;padding:var(--space-8) var(--space-16);position:relative}.JourneySection-module__DoJYcW__sticky{top:var(--journey-sticky-top);height:var(--journey-sticky-height);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:4.2rem;display:flex;position:sticky}.JourneySection-module__DoJYcW__header{text-align:center;flex-direction:column;flex-shrink:0;display:flex}.JourneySection-module__DoJYcW__subtitle{font-size:var(--journey-subtitle-size);color:var(--color-muted);font-weight:var(--weight-regular);line-height:1}.JourneySection-module__DoJYcW__title{font-size:var(--journey-title-size);font-weight:var(--weight-black);color:var(--color-dark);line-height:.7}.JourneySection-module__DoJYcW__timelineGrid{gap:var(--journey-timeline-gap);flex-direction:column;width:100%;display:flex;position:relative}.JourneySection-module__DoJYcW__lineTrack{left:50%;top:calc(var(--journey-dot-size) / 2);bottom:calc(var(--journey-dot-size) / 2);width:var(--journey-line-w);z-index:0;pointer-events:none;position:absolute;transform:translate(-50%)}.JourneySection-module__DoJYcW__lineBase{background:var(--color-dark);border-radius:var(--radius-full);position:absolute;inset:0}.JourneySection-module__DoJYcW__lineFill{background:var(--color-primary);border-radius:var(--radius-full);height:0%;transition:height .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0}.JourneySection-module__DoJYcW__lineDot{background:var(--color-dark);border:2px solid var(--color-primary);z-index:2;border-radius:50%;width:12px;height:12px;transition:background .4s,transform .3s;position:absolute;left:50%;transform:translate(-50%,-50%)}.JourneySection-module__DoJYcW__lineDotActive{background:var(--color-primary);border-color:var(--color-dark);transform:translate(-50%,-50%)scale(1.3)}.JourneySection-module__DoJYcW__stepRow{align-items:center;gap:var(--space-4);z-index:1;max-height:var(--journey-step-max-height);grid-template-columns:1fr 1fr;display:grid;position:relative}.JourneySection-module__DoJYcW__slotA{justify-content:flex-start;display:flex}.JourneySection-module__DoJYcW__slotB{justify-content:flex-end;display:flex}.JourneySection-module__DoJYcW__desktopOnly{display:contents}.JourneySection-module__DoJYcW__mobileOnly{display:none}.JourneySection-module__DoJYcW__cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.JourneySection-module__DoJYcW__subtext{font-weight:var(--weight-light);color:var(--text-muted);z-index:1}.JourneySection-module__DoJYcW__ctaButton{border:3px solid var(--color-dark);border-radius:var(--space-8);padding:var(--space-2) var(--space-8);color:var(--color-dark);font-family:inherit;font-size:var(--journey-cta-font-size);font-weight:var(--weight-bold);cursor:pointer;transition:var(--transition-base);text-decoration:none}.JourneySection-module__DoJYcW__ctaButton:hover,.JourneySection-module__DoJYcW__ctaButton.JourneySection-module__DoJYcW__active{background-color:var(--color-primary);box-shadow:var(--shadow-cta-hover)}.JourneySection-module__DoJYcW__ctaButton:hover{transform:translateY(calc(var(--space-1) * -1))}@media (max-width:1024px){.JourneySection-module__DoJYcW__section{--journey-card-min-width:auto}}@media (max-width:768px){.JourneySection-module__DoJYcW__section{--journey-sticky-height:85svh;--journey-sticky-top:100px;--journey-subtitle-size:clamp(1.25rem, 5vw, var(--text-2xl));--journey-title-size:clamp(2.5rem, 13vw, 5rem);padding:var(--space-8)}.JourneySection-module__DoJYcW__sticky{justify-content:flex-start;gap:2rem}.JourneySection-module__DoJYcW__timelineGrid{flex:1;justify-content:space-evenly;gap:0;width:min(100%,30rem)}.JourneySection-module__DoJYcW__lineTrack{left:auto;right:calc(var(--journey-dot-size) / 2 - var(--journey-line-w) / 2);transform:none}.JourneySection-module__DoJYcW__lineDot{display:none}.JourneySection-module__DoJYcW__stepRow{grid-template-columns:30px 1fr;gap:.7rem}.JourneySection-module__DoJYcW__slotA{grid-area:1/2;justify-content:flex-start}.JourneySection-module__DoJYcW__dotCol{grid-area:1/2}.JourneySection-module__DoJYcW__slotB,.JourneySection-module__DoJYcW__desktopOnly{display:none}.JourneySection-module__DoJYcW__mobileOnly{display:contents}}@media (max-width:400px){.JourneySection-module__DoJYcW__section{--journey-sticky-height:85svh;--journey-sticky-top:100px}.JourneySection-module__DoJYcW__stepRow{grid-template-columns:10px 1fr}.JourneySection-module__DoJYcW__lineTrack{right:calc(var(--journey-dot-size) / 10 - var(--journey-line-w) / 2);transform:none}.JourneySection-module__DoJYcW__sticky{justify-content:flex-start;padding-top:2.2rem}}
.TestimonialsSection-module__eNFbhG__section{--testimonials-heading-max-width:70%;--testimonials-heading-size:clamp(var(--text-xl), 3.25vw, var(--text-4xl));--testimonials-subheading-strong-size:clamp(2rem, 5vw, 5.5rem);--testimonials-subheading-size:calc(var(--testimonials-subheading-strong-size)/3.25);--testimonials-cta-font-size:calc(var(--testimonials-subheading-strong-size)/3.25);--testimonials-image-height:40vw;--testimonials-image-min-height:380px;--testimonials-fade-padding-top:120px;--testimonials-fade-padding-bottom:2.5rem;--testimonials-scrollbar-width:24px;--testimonials-track-width:4px;--testimonials-thumb-color:#2b2b2b;text-align:center;width:100%;padding:var(--space-8) var(--space-16);padding-bottom:var(--space-24);direction:rtl;flex-direction:column;align-items:center;display:flex}.TestimonialsSection-module__eNFbhG__heading{font-size:var(--testimonials-heading-size);font-weight:var(--weight-light);text-align:center;padding:0 var(--space-4);color:var(--color-dark);margin-bottom:var(--space-4);max-width:var(--testimonials-heading-max-width);line-height:1.65}.TestimonialsSection-module__eNFbhG__heading strong{font-weight:var(--weight-black)}.TestimonialsSection-module__eNFbhG__imageArea{width:100%;height:var(--testimonials-image-height);max-height:var(--testimonials-image-max-height);min-height:var(--testimonials-image-min-height);cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.TestimonialsSection-module__eNFbhG__imageScroller{scrollbar-width:none;-ms-overflow-style:none;direction:ltr;width:100%;height:100%;padding-bottom:20px;overflow-y:auto}.TestimonialsSection-module__eNFbhG__image{width:100%;height:auto;display:block}.TestimonialsSection-module__eNFbhG__customScrollbar{width:var(--testimonials-scrollbar-width);z-index:10;pointer-events:none;--track-width:var(--testimonials-track-width);--thumb-width:calc(var(--track-width) * 4);--thumb-color:var(--testimonials-thumb-color);--thumb-left:2px;align-items:center;height:100%;display:flex}.TestimonialsSection-module__eNFbhG__customScrollbarTrack{width:var(--track-width);background:var(--color-dark);border-radius:var(--radius-full);height:100%;margin:0 auto;position:relative}.TestimonialsSection-module__eNFbhG__customScrollbarThumb{width:var(--thumb-width);background:var(--thumb-color);border-radius:var(--radius-full);left:var(--thumb-left);transition:background var(--transition-fast);position:absolute;transform:translate(-50%)}.TestimonialsSection-module__eNFbhG__fadeBottom{background:linear-gradient(to bottom, transparent 0%, #fff9 25%, #ffffffeb 50%, var(--color-bg) 80%);justify-content:center;align-items:end;height:40%;display:flex;position:absolute;bottom:0;left:0;right:0}.TestimonialsSection-module__eNFbhG__fadeBottom *{pointer-events:auto}.TestimonialsSection-module__eNFbhG__ctaSection{align-items:center;gap:var(--space-4);flex-direction:column;display:flex;position:absolute;bottom:-50px}.TestimonialsSection-module__eNFbhG__subHeading{font-size:var(--testimonials-subheading-size);font-weight:var(--weight-light);color:var(--color-dark);margin:0;line-height:1.3}.TestimonialsSection-module__eNFbhG__subHeading strong{font-size:var(--testimonials-subheading-strong-size);font-weight:var(--weight-black);display:block}.TestimonialsSection-module__eNFbhG__ctaButton{border:3px solid var(--color-dark);border-radius:var(--space-8);padding:var(--space-2) var(--space-8);color:var(--color-dark);font-family:inherit;font-weight:var(--weight-bold);font-size:var(--testimonials-cta-font-size);cursor:pointer;transition:var(--transition-base)}.TestimonialsSection-module__eNFbhG__ctaButton:hover{background-color:var(--color-primary);transform:translateY(calc(var(--space-1) * -1));box-shadow:var(--shadow-cta-hover)}@media (max-width:1024px){.TestimonialsSection-module__eNFbhG__section{--testimonials-image-height:90vw;--testimonials-subheading-strong-size:clamp(2.5rem, 7vw, 5.5rem)}.TestimonialsSection-module__eNFbhG__tabletImage{display:block}.TestimonialsSection-module__eNFbhG__ctaSection{bottom:0}.TestimonialsSection-module__eNFbhG__desktopImage{display:none}}@media (max-width:768px){.TestimonialsSection-module__eNFbhG__section{--testimonials-image-height:125vw;--testimonials-heading-max-width:100%;--testimonials-heading-size:clamp(1rem, 4.5vw, var(--text-4xl));--testimonials-scrollbar-width:12px;--testimonials-track-width:2px;--testimonials-cta-font-size:clamp(.85rem, 2.5vw, 2rem);padding:var(--space-8)}.TestimonialsSection-module__eNFbhG__heading{margin-bottom:25px}.TestimonialsSection-module__eNFbhG__imageScroller{width:min(80%,30rem)}}@media (max-width:450px){.TestimonialsSection-module__eNFbhG__customScrollbar{--thumb-left:1px;position:absolute;right:-25px}.TestimonialsSection-module__eNFbhG__imageScroller{width:min(100%,30rem)}.TestimonialsSection-module__eNFbhG__ctaButton{padding:var(--space-2)}}@media (max-width:350px){.TestimonialsSection-module__eNFbhG__ctaSection{bottom:-25px}.TestimonialsSection-module__eNFbhG__ctaButton{padding:var(--space-2)}}
.AboutDoctor-module___SHaWG__section{--about-title-size:clamp(3.5rem, 4vw, 4.5rem);--about-text-size:clamp(.85rem, 1.5vw, var(--text-xl));--about-bullet-size:clamp(.4rem, 1.5vw, .6rem);--about-cta-font-size:clamp(.85rem, 1.5vw, 1.25rem);--about-image-flex:0 0 35%;--about-image-max-width:40%;padding:var(--space-8) var(--space-16);align-items:center;gap:clamp(var(--space-8), 4vw, var(--space-24));flex-direction:row;width:100%;display:flex}.AboutDoctor-module___SHaWG__content{justify-content:center;gap:clamp(var(--space-2), 1.5vw, var(--space-8));flex-direction:column;display:flex}.AboutDoctor-module___SHaWG__header{flex-direction:column;display:flex}.AboutDoctor-module___SHaWG__eyebrow{font-size:calc(var(--about-title-size) / 2);font-weight:var(--weight-light);line-height:.5}.AboutDoctor-module___SHaWG__title{font-size:var(--about-title-size);font-weight:var(--weight-light);margin:0;line-height:1.2}.AboutDoctor-module___SHaWG__title strong{font-weight:var(--weight-black)}.AboutDoctor-module___SHaWG__description{flex-direction:column;list-style:none;display:flex}.AboutDoctor-module___SHaWG__description li{padding:clamp(var(--space-3), 1.5vw, var(--space-6));border-radius:var(--radius-md);transition:var(--transition-base);font-size:var(--about-text-size);color:var(--color-dark);position:relative}.AboutDoctor-module___SHaWG__description li:hover{background:var(--color-light-primary);cursor:pointer;-webkit-box-shadow:7px 21px 50px -11px var(--color-primary);box-shadow:7px 21px 50px -11px var(--color-primary)}.AboutDoctor-module___SHaWG__description li:before{content:"";inset-inline-start:0;width:var(--about-bullet-size);height:var(--about-bullet-size);background-color:var(--color-primary);border:1px solid var(--color-dark);border-radius:50%;position:absolute;top:1.4em}.AboutDoctor-module___SHaWG__description p{font-weight:var(--weight-regular);text-wrap:pretty;margin:0;line-height:1.5}.AboutDoctor-module___SHaWG__description strong{font-weight:var(--weight-bold)}.AboutDoctor-module___SHaWG__footer{display:flex}.AboutDoctor-module___SHaWG__cta{border:3px solid var(--color-dark);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-6);color:var(--color-dark);font-family:inherit;font-size:var(--about-cta-font-size);font-weight:var(--weight-bold);cursor:pointer;transition:var(--transition-base);align-items:center;gap:var(--space-2);background:0 0;display:flex}.AboutDoctor-module___SHaWG__cta:hover{background-color:var(--color-primary);transform:translateY(calc(var(--space-1) * -1));-webkit-box-shadow:var(--shadow-cta-hover);box-shadow:var(--shadow-cta-hover)}.AboutDoctor-module___SHaWG__imageWrapper{flex:var(--about-image-flex);max-width:var(--about-image-max-width)}.AboutDoctor-module___SHaWG__image{filter:drop-shadow(33px 14px 20px #ffbac780)drop-shadow(38px 18px 20px #00000073);width:100%}@media (max-width:1024px){.AboutDoctor-module___SHaWG__section{--about-text-size:clamp(.85rem, 2.5vw, var(--text-xl));--about-bullet-size:clamp(.45rem, 1vw, .5rem);--about-cta-font-size:clamp(.85rem, 2.5vw, 1.25rem);--about-title-size:clamp(2.5rem, 8vw, 4.5rem);flex-direction:column-reverse;gap:0}.AboutDoctor-module___SHaWG__content{gap:clamp(var(--space-1), 2.5vw, var(--space-8))}.AboutDoctor-module___SHaWG__description{gap:0}.AboutDoctor-module___SHaWG__description li{padding:var(--space-4)}.AboutDoctor-module___SHaWG__description li:before{top:1.75em;inset-inline-start:-.2rem}.AboutDoctor-module___SHaWG__imageWrapper{max-width:unset;aspect-ratio:4/3;flex:auto;width:100%;position:relative}.AboutDoctor-module___SHaWG__mobileImage{object-fit:contain}}@media (max-width:768px){.AboutDoctor-module___SHaWG__section{--about-title-size:clamp(1.75rem, 8vw, 4.5rem);padding:var(--space-8)}.AboutDoctor-module___SHaWG__description li{padding:var(--space-2)}.AboutDoctor-module___SHaWG__description li:before{top:1.2em;inset-inline-start:-.3rem}}
.page-module___8aEwW__container{gap:var(--space-8);flex-direction:column;display:flex}
