.about.svelte-1s63gre{background:var(--color-primary-soft)}.about__inner.svelte-1s63gre{max-width:calc(var(--content-max) + (var(--page-gutter) * 2));padding:clamp(4.5rem, 7vw, 7rem) var(--page-gutter);grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:clamp(3rem,8vw,8rem);margin:0 auto;display:grid}.about__eyebrow{margin-bottom:clamp(1.75rem,3vw,3rem);font-size:clamp(1.5rem,2.2vw,2rem);font-weight:700}.about__title{max-width:47rem;font-size:clamp(2.35rem,3.6vw,3.75rem);line-height:1.4}.about__copy{max-width:38rem;font-size:clamp(1.25rem,1.65vw,1.55rem);line-height:1.55}@media (width<=64rem){.about__inner.svelte-1s63gre{grid-template-columns:1fr;gap:2rem}.about__title,.about__copy{max-width:48rem}.about__copy{font-size:1rem}}@media (width<=40rem){.about__inner.svelte-1s63gre{padding-block:3.5rem}.about__eyebrow{margin-bottom:1.25rem;font-size:1.25rem}.about__title{font-size:2rem;line-height:1.3}}.challenge-solution.svelte-18de4gr{background:var(--color-surface)}.challenge-solution__inner.svelte-18de4gr{max-width:calc(var(--content-max) + (var(--page-gutter) * 2));padding:clamp(5rem, 8vw, 8rem) var(--page-gutter);grid-template-columns:minmax(17rem,1fr) minmax(19rem,.82fr) minmax(17rem,1fr);align-items:center;gap:clamp(2rem,4vw,4rem);margin:0 auto;display:grid}.info-card.svelte-18de4gr{border:.1rem solid var(--color-primary);border-radius:var(--radius-panel);flex-direction:column;justify-content:center;min-height:36rem;padding:clamp(1.5rem,2.5vw,2.5rem);display:flex}.info-card__label{margin-bottom:clamp(1.75rem,3vw,2.75rem);font-size:clamp(1.35rem,1.8vw,1.65rem);font-weight:400}.info-card__title{margin-bottom:clamp(1.5rem,2.5vw,2.25rem);font-size:clamp(1.75rem,2.4vw,2.35rem);line-height:1.4}.info-card__intro{margin-bottom:1.25rem}.challenge-tags.svelte-18de4gr{flex-wrap:wrap;gap:.75rem .65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.challenge-tags.svelte-18de4gr li:where(.svelte-18de4gr){border:.0625rem solid var(--color-lemon);border-radius:var(--radius-pill);padding:.35rem .65rem;font-size:.875rem;line-height:1.2}.challenge-solution__phone.svelte-18de4gr{justify-content:center;align-items:center;display:flex}.challenge-solution__phone.svelte-18de4gr img:where(.svelte-18de4gr){width:min(100%,23rem);height:auto}@media (width<=70rem){.challenge-solution__inner.svelte-18de4gr{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.challenge-solution__phone.svelte-18de4gr{grid-area:2/1/auto/-1}.info-card.svelte-18de4gr{min-height:auto}.challenge-solution__phone.svelte-18de4gr img:where(.svelte-18de4gr){width:min(45vw,21rem)}}@media (width<=44rem){.challenge-solution__inner.svelte-18de4gr{grid-template-columns:1fr;gap:2rem;padding-block:3.5rem}.info-card.svelte-18de4gr,.challenge-solution__phone.svelte-18de4gr{grid-area:auto}.info-card--challenge.svelte-18de4gr{order:1}.challenge-solution__phone.svelte-18de4gr{order:2}.info-card--solution.svelte-18de4gr{order:3}.info-card.svelte-18de4gr{border-radius:1.25rem;padding:1.5rem}.info-card__label{margin-bottom:1.25rem;font-size:1.2rem}.info-card__title{margin-bottom:1.25rem;font-size:1.65rem}.challenge-solution__phone.svelte-18de4gr img:where(.svelte-18de4gr){width:min(78vw,20rem)}}.trust.svelte-s4mqb1{max-width:var(--content-max);grid-template-columns:repeat(4,1fr);margin:clamp(1.5rem,3vw,2.5rem) auto 0;padding-bottom:clamp(4rem,8vw,8rem);display:grid}.trust__item.svelte-s4mqb1{grid-template-columns:4.5rem 1fr;align-items:center;gap:.75rem;min-width:0;padding:0 1.5rem;display:grid}.trust__item.svelte-s4mqb1+.trust__item:where(.svelte-s4mqb1){border-left:.0625rem solid var(--color-border)}.trust__item.svelte-s4mqb1 img:where(.svelte-s4mqb1){object-fit:contain;width:4rem;height:4rem}@media (width<=72rem){.trust.svelte-s4mqb1{grid-template-columns:repeat(2,1fr);gap:2rem 0}.trust__item.svelte-s4mqb1:nth-child(3){border-left:0}}@media (width<=40rem){.trust.svelte-s4mqb1{grid-template-columns:1fr;gap:0;margin-top:2rem}.trust__item.svelte-s4mqb1{padding:1.35rem 1rem}.trust__item.svelte-s4mqb1+.trust__item:where(.svelte-s4mqb1){border-top:.0625rem solid var(--color-border);border-left:0}}.backdrop.svelte-1mqkah8{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081c15b8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal.svelte-1mqkah8{background:#fff;border-radius:1.5rem;width:100%;max-width:36rem;padding:2.5rem 2rem 2.25rem;position:relative;box-shadow:0 2rem 5rem #0000002e}.modal__close.svelte-1mqkah8{width:2.25rem;height:2.25rem;color:var(--color-background-dark);cursor:pointer;background:0 0;border-radius:50%;place-items:center;transition:background .15s;display:grid;position:absolute;top:1.25rem;right:1.25rem}.modal__close.svelte-1mqkah8:hover{background:var(--color-primary-soft)}.modal__form-view.svelte-1mqkah8{text-align:center;flex-direction:column;align-items:center;display:flex}.modal__title.svelte-1mqkah8{color:var(--color-background-dark);margin:0 0 .85rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800}.modal__subtitle.svelte-1mqkah8{color:#52585d;max-width:30rem;margin:0 0 2rem;font-size:1rem;line-height:1.6}form.svelte-1mqkah8{flex-direction:column;gap:1rem;width:100%;display:flex}.field.svelte-1mqkah8{background:#fff;border:.0625rem solid #d1d5db;border-radius:.875rem;align-items:center;gap:.75rem;padding:.85rem 1.1rem;transition:border-color .15s;display:flex}.field.svelte-1mqkah8:focus-within{border-color:var(--color-primary)}.field__icon.svelte-1mqkah8{color:#9ca3af;flex-shrink:0;align-items:center;display:flex}.field.svelte-1mqkah8 input:where(.svelte-1mqkah8){color:var(--color-background-dark);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.field.svelte-1mqkah8 input:where(.svelte-1mqkah8)::placeholder{color:#9ca3af}.modal__error.svelte-1mqkah8{color:#dc2626;text-align:left;margin:0;font-size:.875rem}.modal__submit.svelte-1mqkah8{background:var(--color-primary);color:#fff;cursor:pointer;border-radius:.875rem;width:100%;margin-top:.5rem;padding:.95rem;font-size:1rem;font-weight:600;transition:background .15s,opacity .15s}.modal__submit.svelte-1mqkah8:hover:not(:disabled){background:var(--color-background-dark)}.modal__submit.svelte-1mqkah8:disabled{opacity:.45;cursor:not-allowed}.modal__success-view.svelte-1mqkah8{text-align:center;flex-direction:column;align-items:center;padding-top:.5rem;display:flex}.modal__check.svelte-1mqkah8{object-fit:contain;width:7.5rem;height:7.5rem;margin-bottom:2rem}.modal__email-badge.svelte-1mqkah8{color:var(--color-background-dark);background:#f0f9f9;border-radius:.875rem;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 2rem;font-size:1rem;display:flex}.modal__email-badge.svelte-1mqkah8 svg:where(.svelte-1mqkah8){color:var(--color-primary);flex-shrink:0}.hero.svelte-b100ke{width:100vw;margin-inline:calc(50% - 50vw);overflow:hidden}.hero__grid.svelte-b100ke{width:100%;max-width:none;min-height:46rem;padding:clamp(.75rem, 1.5vw, 1.5rem) 0 0 var(--page-gutter);grid-template-columns:minmax(0,.93fr) minmax(30rem,1.07fr);align-items:center;margin:0 auto;display:grid}.hero__content.svelte-b100ke{z-index:2;padding-bottom:2rem;position:relative}.hero__eyebrow.svelte-b100ke{border:.1rem solid var(--color-border);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:.85rem;max-width:100%;margin-bottom:clamp(3rem,5vw,4.5rem);padding:.35rem 1.15rem;display:inline-flex}.hero__eyebrow.svelte-b100ke>span:where(.svelte-b100ke):first-child{background:var(--color-teal);border-radius:50%;flex:none;width:.75rem;height:.75rem}.hero__title{max-width:44rem}.hero__accent.svelte-b100ke{color:var(--color-primary)}.hero__strong.svelte-b100ke{font-weight:700}.hero__description{max-width:39rem;margin-top:clamp(2rem,3vw,3rem)}.hero__actions.svelte-b100ke{flex-wrap:wrap;gap:clamp(1rem,2.5vw,2.25rem);margin-top:clamp(2.5rem,4vw,4rem);display:flex}.hero__visual.svelte-b100ke{isolation:isolate;align-self:stretch;min-height:44rem;position:relative;overflow:hidden}.hero__visual.svelte-b100ke:before{z-index:-1;background:radial-gradient(ellipse at center, color-mix(in srgb, var(--color-primary) 65%, transparent) 0%, color-mix(in srgb, var(--color-primary) 48%, transparent) 38%, color-mix(in srgb, var(--color-teal) 6%, transparent) 50%, transparent 74%);filter:blur(.75rem);content:"";border-radius:50%;width:108%;height:104%;position:absolute;top:-3%;right:-9%}.hero__phone.svelte-b100ke{object-fit:contain;max-width:none;height:auto;position:absolute}.hero__phone--front.svelte-b100ke{z-index:2;width:40%;top:7%;left:20%}.hero__phone--back.svelte-b100ke{z-index:1;width:31%;top:12%;right:14%}.hero__eyebrow.svelte-b100ke .hero__eyebrow-text{font-size:1rem}@media (width<=72rem){.hero__grid.svelte-b100ke{grid-template-columns:minmax(0,1fr) minmax(24rem,.85fr)}.hero__phone--front.svelte-b100ke{width:50%;top:14%;left:10%}.hero__phone--back.svelte-b100ke{width:38%;top:18%;right:5%}}@media (width<=58rem){.hero__grid.svelte-b100ke{min-height:auto;padding:1.25rem var(--page-gutter) 0;grid-template-columns:1fr}.hero__content.svelte-b100ke{text-align:center}.hero__eyebrow.svelte-b100ke{margin-bottom:2.5rem}.hero__description{margin-left:auto;margin-right:auto}.hero__actions.svelte-b100ke{justify-content:center}.hero__visual.svelte-b100ke{min-height:min(40rem,78vw)}.hero__visual.svelte-b100ke:before{width:108%;height:110%;top:-6%;right:-4%}.hero__phone--front.svelte-b100ke{width:44%;top:6%;left:21%}.hero__phone--back.svelte-b100ke{width:33%;top:10%;right:14%}}@media (width<=40rem){.hero__grid.svelte-b100ke{padding:1rem var(--page-gutter) 0}.hero__eyebrow.svelte-b100ke{white-space:normal;text-align:left;gap:.55rem;width:100%;margin-bottom:2rem;padding:.5rem .75rem}.hero__eyebrow.svelte-b100ke>span:where(.svelte-b100ke):first-child{width:.625rem;height:.625rem}.hero__title{font-size:clamp(2rem,10vw,3rem)}.hero__eyebrow.svelte-b100ke .hero__eyebrow-text{font-size:.75rem}.hero__description{font-size:1.1rem}.hero__actions.svelte-b100ke{grid-template-columns:1fr;display:grid}.hero__actions.svelte-b100ke .button{width:100%}.hero__visual.svelte-b100ke{min-height:88vw;margin-top:1rem}.hero__visual.svelte-b100ke:before{width:136%;height:105%;top:-2%;right:-18%}.hero__phone--front.svelte-b100ke{width:48%;top:6%;left:15%}.hero__phone--back.svelte-b100ke{width:36%;top:9%;right:8%}}.section-inner.svelte-1l2qzyv{max-width:calc(var(--content-max) + (var(--page-gutter) * 2));padding-inline:var(--page-gutter);margin:0 auto}.features.svelte-1l2qzyv{scroll-margin-top:1rem}.features__header.svelte-1l2qzyv{padding-block:clamp(4rem,7vw,6.5rem)}.features__title{margin-bottom:1rem;font-size:clamp(2.4rem,4vw,4rem)}.features__subtitle{font-size:clamp(1.7rem,2.8vw,2.6rem)}.vent-panel.svelte-1l2qzyv{background:var(--color-lemon-soft)}.vent-panel__inner.svelte-1l2qzyv,.community-feature.svelte-1l2qzyv{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.vent-panel__inner.svelte-1l2qzyv{min-height:48rem;padding-block:2.5rem;overflow:hidden}.feature-art.svelte-1l2qzyv{justify-content:center;align-self:stretch;align-items:center;min-width:0;display:flex}.feature-art.svelte-1l2qzyv img:where(.svelte-1l2qzyv){object-fit:contain;width:auto;max-width:100%;max-height:44rem}.feature-copy__name{margin-bottom:2rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:500}.feature-copy__heading{margin-bottom:2rem;font-size:clamp(1.8rem,2.7vw,2.6rem)}.feature-list.svelte-1l2qzyv{gap:1.35rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.feature-list.svelte-1l2qzyv li:where(.svelte-1l2qzyv){font-size:var(--text-base);padding-left:2.25rem;line-height:1.45;position:relative}.feature-list.svelte-1l2qzyv li:where(.svelte-1l2qzyv):before{background:var(--color-teal);content:"";border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:.55em;left:0}.features-more.svelte-1l2qzyv{background:var(--color-surface-tint);padding-block:clamp(4rem,7vw,7rem)}.tool-cards.svelte-1l2qzyv{grid-template-columns:repeat(2,1fr);gap:clamp(2rem,4vw,4rem);display:grid}.tool-card.svelte-1l2qzyv{background:var(--color-lemon-soft);border-radius:.75rem;padding:clamp(1.5rem,2.5vw,2.5rem)}.tool-card__icon.svelte-1l2qzyv{width:3.75rem;height:3.75rem;color:var(--color-lemon);background:var(--color-primary);border-radius:.625rem;place-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:grid}.tool-card__title{margin-bottom:1rem;font-size:2rem}.community-feature.svelte-1l2qzyv{min-height:46rem;padding-top:clamp(3rem,5vw,5rem);overflow:hidden}.community-feature__lead{max-width:41rem;font-size:clamp(1.25rem,1.8vw,1.65rem);line-height:1.55}.community-feature.svelte-1l2qzyv img:where(.svelte-1l2qzyv){object-fit:contain;justify-self:end;width:auto;max-width:100%;max-height:42rem}@media (width<=48rem){.vent-panel__inner.svelte-1l2qzyv,.community-feature.svelte-1l2qzyv{grid-template-columns:1fr}.vent-panel__inner.svelte-1l2qzyv{padding-block:3rem;overflow:hidden}.feature-art.svelte-1l2qzyv{order:2;justify-self:center}.feature-copy.svelte-1l2qzyv{order:1}.feature-art.svelte-1l2qzyv img:where(.svelte-1l2qzyv){width:100%;max-width:22rem;max-height:36rem;margin:auto}.community-feature.svelte-1l2qzyv{min-height:auto}.community-feature.svelte-1l2qzyv img:where(.svelte-1l2qzyv){justify-self:center;width:100%;max-width:22rem;max-height:34rem}.feature-list.svelte-1l2qzyv li:where(.svelte-1l2qzyv){font-size:1rem}}@media (width<=44rem){.tool-cards.svelte-1l2qzyv{grid-template-columns:1fr}.tool-card.svelte-1l2qzyv{min-height:auto}.features__title{font-size:2.35rem}.features__subtitle{font-size:1.55rem}.feature-copy__name{font-size:2.25rem}}.story.svelte-1sjkn12{scroll-margin-top:1rem}.section-inner.svelte-1sjkn12{max-width:calc(var(--content-max) + (var(--page-gutter) * 2));padding-inline:var(--page-gutter);margin:0 auto}.how.svelte-1sjkn12{padding-block:clamp(4rem,7vw,7rem)}.how__title{text-align:center;font-size:clamp(2.5rem,4vw,4rem)}.how__steps.svelte-1sjkn12{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1.5rem;margin-top:5.5rem;display:grid}.step.svelte-1sjkn12{grid-template-columns:5rem 1fr;align-items:center;gap:1rem;display:grid}.step.svelte-1sjkn12 img:where(.svelte-1sjkn12){aspect-ratio:1;object-fit:contain;width:4.5rem;height:auto}.step-line.svelte-1sjkn12{border-top:.35rem dashed var(--color-lemon);width:clamp(4rem,8vw,9rem)}.founder.svelte-1sjkn12{background:var(--color-primary-soft)}.founder__inner.svelte-1sjkn12{grid-template-columns:1fr 1.25fr;align-items:center;gap:clamp(3rem,7vw,7rem);min-height:30rem;padding-block:2.5rem;display:grid;overflow:hidden}.founder__profile.svelte-1sjkn12{grid-template-columns:minmax(15rem,1fr) minmax(12rem,.75fr);align-items:center;display:grid}.founder__profile.svelte-1sjkn12 img:where(.svelte-1sjkn12){object-fit:contain;place-self:end center;width:auto;max-width:100%;max-height:26rem}.founder__profile.svelte-1sjkn12 .text{margin-bottom:.75rem}.founder__inner.svelte-1sjkn12>div:where(.svelte-1sjkn12):last-child{flex-direction:column;gap:1.5rem;display:flex}.founder__copy.svelte-1sjkn12{flex-direction:column;gap:1rem;display:flex}.founder__copy.svelte-1sjkn12>p:where(.svelte-1sjkn12){color:var(--color-primary);margin:0;font-size:1.2rem;line-height:1.65}.founder__toggle{align-self:flex-start;margin-top:.25rem}blockquote.svelte-1sjkn12{color:var(--color-primary);gap:1.25rem;margin:0;font-size:14px;font-weight:700;line-height:1.45;display:flex}.values.svelte-1sjkn12{grid-template-columns:repeat(3,1fr);gap:2rem;padding-block:clamp(4rem,7vw,7rem);display:grid}.value-card.svelte-1sjkn12{background:var(--color-teal-soft);border-radius:1.25rem;padding:2rem}.value-card__icon.svelte-1sjkn12{width:3.5rem;height:3.5rem;color:var(--color-lemon);background:var(--color-primary);border-radius:50%;place-items:center;margin-bottom:1.75rem;font-size:1.5rem;display:grid}.value-card.svelte-1sjkn12 .text--subtitle{margin-bottom:1.25rem}@media (width<=64rem){.how__steps.svelte-1sjkn12{grid-template-columns:1fr;gap:2rem}.step-line.svelte-1sjkn12{display:none}.founder__inner.svelte-1sjkn12{grid-template-columns:1fr;padding-block:3rem}.founder__profile.svelte-1sjkn12{text-align:center;grid-template-columns:1fr;max-width:42rem}.values.svelte-1sjkn12{grid-template-columns:1fr}.value-card.svelte-1sjkn12{min-height:auto}.founder__copy.svelte-1sjkn12>p:where(.svelte-1sjkn12){margin:0;font-size:1rem;line-height:1.65}}@media (width<=48rem){.founder__inner.svelte-1sjkn12{padding-block:3rem}.founder__copy.svelte-1sjkn12>p:where(.svelte-1sjkn12){font-size:1rem;line-height:1.65}}@media (width<=40rem){.how__steps.svelte-1sjkn12{margin-top:3.5rem}.step.svelte-1sjkn12{grid-template-columns:4rem 1fr}.step.svelte-1sjkn12 img:where(.svelte-1sjkn12){width:3.5rem;height:auto}.founder__profile.svelte-1sjkn12{text-align:center;grid-template-columns:1fr}.founder__profile.svelte-1sjkn12 img:where(.svelte-1sjkn12){width:100%;max-width:18rem;margin:0 auto 1.5rem}.founder__toggle{align-self:stretch}blockquote.svelte-1sjkn12{font-size:14px}}.therapist-area.svelte-7pbvyj{scroll-margin-top:1rem}.section-inner.svelte-7pbvyj{max-width:calc(var(--content-max) + (var(--page-gutter) * 2));padding-inline:var(--page-gutter);margin:0 auto}.therapist.svelte-7pbvyj{background:var(--color-surface-tint);overflow:hidden}.therapist__inner.svelte-7pbvyj{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(3rem,7vw,7rem);min-height:38rem;padding-block:2.5rem;display:grid}.therapist-art.svelte-7pbvyj{min-height:33rem;position:relative;overflow:hidden}.therapist-art.svelte-7pbvyj img:where(.svelte-7pbvyj){object-fit:contain;width:auto;position:absolute}.therapist-art__one.svelte-7pbvyj{z-index:1;max-width:40%;max-height:28rem;bottom:4rem;left:0}.therapist-art__two.svelte-7pbvyj{z-index:2;max-width:45%;max-height:32rem;bottom:2rem;left:15%}.therapist-art__three.svelte-7pbvyj{z-index:3;max-width:64%;max-height:18rem;bottom:0;right:20%}.therapist__copy.svelte-7pbvyj{flex-direction:column;align-items:flex-start;gap:1.75rem;display:flex}.launch-pill.svelte-7pbvyj{border:.1rem solid var(--color-lemon);border-radius:var(--radius-pill);color:var(--color-lemon);margin-bottom:2rem;padding:.55rem 1.5rem;font-weight:700;display:inline-flex}.therapist__title{font-size:clamp(2.7rem,4vw,4rem)}.therapist__copy.svelte-7pbvyj .therapist__description{max-width:39rem;font-size:clamp(1.25rem,1.8vw,1.3rem)}.movement.svelte-7pbvyj{background:var(--color-surface-tint);text-align:center;border-radius:1.5rem;margin-block:clamp(4rem,7vw,7rem);padding-block:clamp(5rem,8vw,8rem)}.movement.svelte-7pbvyj .text{margin-inline:auto;margin-bottom:2rem}.movement__copy{max-width:58rem}.movement__actions.svelte-7pbvyj{justify-content:center;gap:2rem;margin-top:3rem;display:flex}@media (width<=48rem){.therapist__inner.svelte-7pbvyj{grid-template-columns:1fr}.therapist-art.svelte-7pbvyj{order:2;width:min(100%,42rem);margin:auto}.therapist__copy.svelte-7pbvyj{order:1}.therapist-art__one.svelte-7pbvyj{max-height:20rem}.therapist-art__two.svelte-7pbvyj{max-height:24rem;bottom:0}.therapist-art__three.svelte-7pbvyj{max-height:24rem;bottom:3rem}.therapist__description{font-size:.875rem}}@media (width<=40rem){.therapist-art.svelte-7pbvyj{min-height:23rem}.therapist-art__three.svelte-7pbvyj{max-height:1rem}.launch-pill.svelte-7pbvyj{margin-bottom:2rem}.movement__actions.svelte-7pbvyj{gap:1rem;display:grid}}@media (width<=64rem) and (width>=48.01rem){.therapist__inner.svelte-7pbvyj{grid-template-columns:1fr 1fr;gap:2.5rem;min-height:32rem}.therapist-art.svelte-7pbvyj{min-height:28rem}.therapist-art__one.svelte-7pbvyj{max-width:35%;max-height:22rem;bottom:2rem;left:0}.therapist-art__two.svelte-7pbvyj{max-width:50%;max-height:25rem;bottom:0;left:14%}.therapist-art__three.svelte-7pbvyj{max-width:58%;max-height:14rem;bottom:1rem;right:12%}}@media (width<=52rem) and (width>=48rem){.therapist__inner.svelte-7pbvyj{grid-template-columns:1fr;gap:2rem;min-height:28rem;padding-block:2rem}.therapist-art.svelte-7pbvyj{min-height:24rem}.therapist-art__one.svelte-7pbvyj{max-width:44%;max-height:18rem;bottom:3rem;left:0}.therapist-art__two.svelte-7pbvyj{max-width:48%;max-height:19rem;bottom:2rem;left:12%}.therapist-art__three.svelte-7pbvyj{max-width:60%;max-height:12rem;bottom:0;right:35%}.therapist__copy.svelte-7pbvyj{gap:1.25rem}.launch-pill.svelte-7pbvyj{margin-bottom:1rem}}.page-shell.svelte-1uha8ag{padding-inline:var(--page-gutter)}
