.header{z-index:40;width:100%;padding:var(--header-top-space) 0 0;position:sticky;top:0}.header__container{width:min(var(--container-max), calc(100% - var(--container-inline)));min-height:var(--header-shell-height);box-sizing:border-box;background-color:#fff;border:1px solid #0000;border-radius:999px;justify-content:space-between;align-items:center;margin:0 auto;padding:14px 18px 14px 28px;transition:background-color .16s,box-shadow .16s,border-color .16s;display:flex}.header__right{align-items:center;gap:32px;display:flex}.header__logo img{width:auto;max-width:100%;height:35px;display:block}.header__nav{align-items:center;gap:24px;display:flex}.header__link{color:#0f4f67;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .18s,opacity .18s}.header__cta{background:var(--gradient-blue);color:#fff;min-height:var(--button-height);padding:0 calc(var(--button-padding-x) + 4px);border-radius:var(--radius-pill);font-family:var(--font-body);font-size:var(--button-font-size);font-weight:var(--button-font-weight);box-shadow:var(--shadow-button-blue);transition:var(--button-transition);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.header__menu-button,.header__mobile-menu{display:none}.header--scrolled .header__container{background:#fff;border-color:#00394d14;box-shadow:0 8px 18px #0825320f}@media (hover:hover) and (pointer:fine){.header__link:hover{color:var(--primary-light)}}@media (width<=1199px){.header__container{padding:12px 14px 12px 20px}.header__right{gap:18px}.header__nav{gap:14px}.header__link{font-size:.88rem}.header__cta{padding:0 22px}.header__logo img{height:31px}}@media (width<=1024px) and (width>=768px){.header__container{padding:11px 12px 11px 18px}.header__logo img{height:27px}.header__right{gap:12px}.header__nav{gap:10px}.header__link{font-size:.82rem}.header__cta{padding:0 16px;font-size:.82rem}}@media (width<=767px){.header__container{padding:10px 12px 10px 16px}.header__logo img{height:24px}.header__right{display:none}.header__menu-button{--control-hover-shadow:var(--shadow-control-soft-hover);--control-active-shadow:var(--shadow-control-soft-active);--control-focus-ring:#0f4f6724;color:#0f4f67;cursor:pointer;background:#0f4f6714;border:0;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:inline-flex}.header__menu-line{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .24s,opacity .2s}.header__mobile-menu{opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;backface-visibility:hidden;z-index:25;background:#fffffff7;border:1px solid #00394d14;border-radius:28px;flex-direction:column;gap:14px;width:calc(100% - 32px);padding:12px;transition:opacity .18s ease-out,transform .26s cubic-bezier(.22,1,.36,1),visibility 0s linear .26s;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,-10px)scale(.985);box-shadow:0 18px 36px #00000014}.header--menu-open .header__menu-line:first-child{transform:translateY(7px)rotate(45deg)}.header--menu-open .header__menu-line:nth-child(2){opacity:0}.header--menu-open .header__menu-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s ease-out,transform .26s cubic-bezier(.22,1,.36,1),visibility linear;animation:none;transform:translate(-50%)scale(1)}.header__mobile-nav{flex-direction:column;display:flex}.header__mobile-link{color:#0f4f67;border-bottom:1px solid #0f4f6714;padding:12px 8px;font-size:.95rem;font-weight:600;text-decoration:none}.header__mobile-nav .header__mobile-link:last-child{border-bottom:0}.header__mobile-cta{width:100%;min-height:var(--button-height);padding:0 var(--button-padding-x);border-radius:var(--radius-pill);text-align:center;background:var(--gradient-blue);color:#fff;font-family:var(--font-body);font-size:var(--button-font-size);font-weight:var(--button-font-weight);box-shadow:var(--shadow-button-blue);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}}@media (hover:hover) and (pointer:fine){.header__menu-button:hover{background:#0f4f671f}}.hero{--hero-header-overlap:var(--header-total-height);--hero-content-offset-y:-20px;--hero-main-oval-offset-y:-30px;--hero-bg-base:var(--surface-page);--hero-bg-wash:linear-gradient(345deg, var(--green-primary) -80%, rgba(var(--green-rgb), 0) 50%);margin-top:calc(-1 * var(--hero-header-overlap));padding-top:calc(50px + var(--hero-header-overlap));isolation:isolate;background:var(--hero-bg-wash), var(--hero-bg-base);border-bottom-right-radius:48% 9%;border-bottom-left-radius:48% 9%;position:relative;overflow:clip}.hero:before,.hero:after{content:none}.hero h1{font-family:Poppins,sans-serif}.hero__container{width:min(var(--container-max), calc(100% - var(--container-inline)));z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;min-height:680px;margin:0 auto;padding:40px 32px 60px;display:grid;position:relative}.hero__content{z-index:2;translate:0 var(--hero-content-offset-y);position:relative}.hero__eyebrow{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(10px)saturate(118%);width:fit-content;max-width:100%;font-family:var(--font-body);letter-spacing:.05em;color:#0f4f67c7;text-wrap:balance;background:linear-gradient(128deg,#ffffff8f 0%,#f8f7ef57 100%);border:1px solid #0f4f6714;align-items:center;gap:8px;margin-bottom:22px;padding:8px 16px;font-size:.72rem;font-weight:650;line-height:1.2;display:inline-flex;box-shadow:0 10px 26px #08253209,inset 0 1px #ffffff52}.hero__eyebrow:before{content:"";background:linear-gradient(135deg, rgba(var(--green-rgb), .92), #9ca378c2);width:6px;height:6px;box-shadow:0 0 0 2px rgba(var(--green-rgb), .1);border-radius:50%;flex-shrink:0}.hero__title{letter-spacing:-.02em;color:var(--text-primary);font-size:3.5rem;font-weight:700;line-height:1.05}.hero__title span{color:var(--green-dark);font-size:4rem}@supports ((-webkit-background-clip:text) or (background-clip:text)){.hero__title span{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(-90deg,#95a56b 0%,#7d8550 100%);background-repeat:no-repeat;background-size:100% 100%;-webkit-background-clip:text;background-clip:text}}.hero__description{font-family:var(--font-body);font-size:1rem;line-height:1.58;font-weight:var(--section-subtitle-weight);color:var(--text-secondary);max-width:610px;margin-top:24px}.hero__actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:48px;display:flex}.hero__cta{border-radius:var(--radius-pill);background:var(--gradient-blue);color:#fff;min-height:54px;font-family:var(--font-body);font-size:.96rem;font-weight:var(--button-font-weight);box-shadow:var(--shadow-button-blue);transition:var(--button-transition);align-items:center;gap:10px;padding:0 34px;text-decoration:none;display:inline-flex}.hero__cta-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.hero__cta-icon svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.hero__avatars{display:flex}.hero__avatars img{object-fit:cover;border:3px solid #eef0dc;border-radius:50%;width:48px;height:48px;margin-left:-20px}.hero__avatars img:first-child{margin-left:0}.hero__support-text{font-family:var(--font-body);color:#0f4f67;font-size:.7rem;font-weight:550}.hero__media{isolation:isolate;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:visible;translate:0 -18px}.hero__media:before,.hero__media:after{content:"";pointer-events:none;z-index:0;position:absolute}.hero__media:before{aspect-ratio:1.04;background:radial-gradient(84% 88% at 66% 56%, rgba(var(--green-rgb), .13) 0%, rgba(var(--green-rgb), .05) 40%, rgba(var(--green-rgb), 0) 76%), radial-gradient(84% 94% at 56% 71%, rgba(var(--green-rgb), .12) 0%, rgba(var(--green-rgb), .05) 40%, rgba(var(--green-rgb), 0) 77%);filter:blur(.7px);opacity:.56;border-radius:63% 37% 54% 46%/43% 61% 39% 57%;width:min(720px,60vw);top:56%;right:clamp(-176px,-12vw,-74px);transform:translateY(-50%)rotate(-7deg);box-shadow:inset 0 0 0 1px #ffffff1f}.hero__media:after{aspect-ratio:1.1;background:radial-gradient(88% 92% at 58% 66%, rgba(var(--green-rgb), .11) 0%, rgba(var(--green-rgb), .05) 41%, rgba(var(--green-rgb), 0) 80%), radial-gradient(84% 88% at 74% 54%, rgba(var(--green-rgb), .09) 0%, rgba(var(--green-rgb), .03) 40%, rgba(var(--green-rgb), 0) 80%);filter:blur(.5px);opacity:.34;border-radius:56% 44% 63% 37%/45% 58% 42% 55%;width:min(505px,44vw);bottom:clamp(-74px,-6vw,-24px);right:clamp(-126px,-8.5vw,-40px);transform:rotate(-10deg);box-shadow:inset 0 0 0 1px #ffffff14}.hero__media-stage{--hero-main-width:260px;--hero-side-width:142px;--hero-media-gap:20px;--hero-stage-pad-top:12px;--hero-stage-pad-right:30px;--hero-stage-pad-bottom:22px;--hero-stage-pad-left:18px;--hero-card-left-margin-left:-40px;--hero-card-left-margin-bottom:50px;--hero-card-right-margin-right:15px;--hero-card-right-margin-top:10px;grid-template-columns:var(--hero-main-width) var(--hero-side-width);align-items:end;column-gap:var(--hero-media-gap);width:max-content;max-width:100%;padding:var(--hero-stage-pad-top) var(--hero-stage-pad-right) var(--hero-stage-pad-bottom) var(--hero-stage-pad-left);contain:layout style;isolation:isolate;z-index:1;display:grid;position:relative}.hero__media-stage:before{content:"";pointer-events:none;background:radial-gradient(74% 86% at 52% 44%, #ffffff94 0%, #fff3 56%, #fff0 100%), radial-gradient(78% 94% at 66% 66%, rgba(var(--green-rgb), .11) 0%, rgba(var(--green-rgb), .04) 46%, rgba(var(--green-rgb), 0) 100%);opacity:.44;filter:blur(.5px);z-index:0;border-radius:60% 40% 50% 50%/46% 58% 42% 54%;position:absolute;inset:10% -12% -1%}.hero__media-stage:after{content:"";pointer-events:none;background:radial-gradient(66% 82% at 74% 62%, #ffffff38 0%, #ffffff14 40%, rgba(var(--green-rgb), 0) 100%);opacity:.24;z-index:0;border-radius:58% 42% 53% 47%/48% 56% 44% 52%;position:absolute;inset:14% -6% 3% -7%}.hero__oval-picture,.hero__oval-image{max-width:none;height:auto;display:block}.hero__oval-picture--main{--hero-float-distance:12px;--hero-float-duration:5.8s;--hero-float-delay:.12s;width:var(--hero-main-width);translate:0 var(--hero-main-oval-offset-y);z-index:1;grid-area:1/1;place-self:end start}.hero__oval-image{width:100%}.hero__side{gap:var(--hero-media-gap);z-index:1;flex-direction:column;grid-area:1/2;align-self:end;margin-left:0;display:flex}.hero__oval-picture--top{--hero-float-distance:15px;--hero-float-duration:4.9s;--hero-float-delay:.62s;width:var(--hero-side-width)}.hero__oval-picture--bottom{--hero-float-distance:11px;--hero-float-duration:5.2s;--hero-float-delay:.28s;width:var(--hero-side-width)}.hero__card{z-index:2;width:190px;position:relative}.hero__card-inner{background:linear-gradient(152deg,#fffffffa 0%,#fcfffde6 100%);border:1px solid #00394d14;border-radius:17px;align-items:center;gap:10px;min-height:64px;padding:10px 13px;display:flex;box-shadow:0 10px 24px #08253214,inset 0 1px #ffffffa3}.hero__card-icon{background:var(--green-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hero__card-icon img{width:19px;height:19px}.hero__card-copy{min-width:0}.hero__card--left{--hero-float-distance:8px;--hero-float-duration:4.4s;--hero-float-delay:.16s;margin-left:var(--hero-card-left-margin-left);margin-bottom:var(--hero-card-left-margin-bottom);grid-area:1/1;place-self:end start}.hero__card--right{--hero-float-distance:9px;--hero-float-duration:4.8s;--hero-float-delay:.44s;margin-right:var(--hero-card-right-margin-right);margin-top:var(--hero-card-right-margin-top);grid-area:1/2;place-self:center end}.hero__card strong{white-space:nowrap;color:#0f4f67;font-size:.8rem;line-height:1.14;display:block}.hero__card span{color:#3b6a7e;margin-top:2px;font-size:.66rem;line-height:1.2;display:block}@media (prefers-reduced-motion:no-preference){.hero__media-stage.is-animated .hero__oval-picture,.hero__media-stage.is-animated .hero__card{animation-name:hero-float-bob;animation-duration:var(--hero-float-duration);animation-delay:var(--hero-float-delay);will-change:transform;backface-visibility:hidden;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.hero__media-stage.is-animated:not(.is-in-view) .hero__oval-picture,.hero__media-stage.is-animated:not(.is-in-view) .hero__card{animation-play-state:paused}}@keyframes hero-float-bob{0%,to{transform:translate(0,0)}50%{transform:translate3d(0, calc(var(--hero-float-distance) * -1), 0)}}@media (width<=1199px){.hero{--hero-content-offset-y:-8px;--hero-main-oval-offset-y:-8px;padding-top:calc(36px + var(--hero-header-overlap));border-bottom-right-radius:46% 7%;border-bottom-left-radius:46% 7%}.hero__container{grid-template-columns:1.02fr .98fr;gap:24px;min-height:600px;padding:32px 20px 44px}.hero__eyebrow{margin-bottom:22px;padding:7px 14px;font-size:.66rem}.hero__title{letter-spacing:-.02em;font-size:3rem;line-height:1.04}.hero__title span{font-size:3.35rem}.hero__description{max-width:520px;margin-top:18px;font-size:.92rem;line-height:1.65}.hero__actions{gap:18px;margin-top:32px}.hero__cta{min-height:48px;padding:0 28px;font-size:.9rem}.hero__avatars img{width:42px;height:42px;margin-left:-16px}.hero__support-text{font-size:.65rem}.hero__media{min-height:auto;translate:0 -10px}.hero__media:before{filter:blur(.9px);opacity:.58;width:min(580px,82vw);top:58%;right:clamp(-156px,-18vw,-74px)}.hero__media:after{opacity:.34;filter:blur(.7px);width:min(430px,56vw);bottom:clamp(-52px,-7vw,-18px)}.hero__media-stage{--hero-main-width:225px;--hero-side-width:118px;--hero-media-gap:16px;--hero-stage-pad-top:10px;--hero-stage-pad-right:22px;--hero-stage-pad-bottom:18px;--hero-stage-pad-left:12px;--hero-card-left-margin-left:-6px;--hero-card-left-margin-bottom:-14px;--hero-card-right-margin-right:-10px;--hero-card-right-margin-top:2px}.hero__media-stage:before{opacity:.42;inset:14% -10% 0}.hero__media-stage:after{opacity:.2;inset:15% -7% 3%}.hero__card{width:172px}.hero__card-inner{border-radius:16px;gap:8px;min-height:58px;padding:9px 11px}.hero__card-icon{border-radius:9px;width:31px;height:31px}.hero__card strong{font-size:.72rem}.hero__card span{font-size:.6rem}}@media (width<=1024px) and (width>=768px){.hero{--hero-content-offset-y:-2px;--hero-main-oval-offset-y:-6px;padding-top:calc(30px + var(--hero-header-overlap))}.hero__container{grid-template-columns:minmax(0,.98fr) minmax(304px,.88fr);gap:18px;min-height:548px;padding:26px 8px 36px}.hero__content{max-width:34rem}.hero__eyebrow{margin-bottom:18px;padding:6px 12px;font-size:.62rem}.hero__title{font-size:clamp(2.46rem,4.5vw,2.88rem);line-height:1.03}.hero__title span{font-size:clamp(2.68rem,4.9vw,3.14rem)}.hero__description{max-width:34ch;margin-top:14px;font-size:.88rem;line-height:1.58}.hero__actions{gap:14px;margin-top:24px}.hero__avatars img{width:38px;height:38px;margin-left:-14px}.hero__support-text{font-size:.62rem}.hero__media{min-height:auto;translate:0 -8px}.hero__media:before{opacity:.52;width:min(520px,62vw);top:56%;right:clamp(-140px,-16vw,-72px)}.hero__media:after{width:min(380px,46vw);bottom:clamp(-46px,-5vw,-16px)}.hero__media-stage{--hero-main-width:204px;--hero-side-width:104px;--hero-media-gap:12px;--hero-stage-pad-top:10px;--hero-stage-pad-right:18px;--hero-stage-pad-bottom:16px;--hero-stage-pad-left:12px;--hero-card-left-margin-left:-4px;--hero-card-left-margin-bottom:-6px;--hero-card-right-margin-right:-8px;--hero-card-right-margin-top:8px}.hero__card{width:150px}.hero__card-inner{gap:7px;min-height:52px;padding:8px 10px}.hero__card-icon{width:28px;height:28px}.hero__card strong{font-size:.66rem}.hero__card span{font-size:.56rem}}@media (width<=767px){.hero{--hero-content-offset-y:0px;--hero-main-oval-offset-y:-4px;padding-top:calc(10px + var(--hero-header-overlap));border-bottom-right-radius:38% 4%;border-bottom-left-radius:38% 4%}.hero__container{text-align:center;flex-direction:column;align-items:center;gap:0;min-height:auto;padding:16px 8px 24px;display:flex}.hero__content{display:contents}.hero__title{order:1}.hero__eyebrow{letter-spacing:.03em;text-align:center;order:0;margin:0 auto 15px;padding:6px 13px;font-size:.6rem}.hero__description{order:2}.hero__media{order:3;margin-top:-18px;margin-bottom:18px}.hero__media:before{filter:blur(.9px);opacity:.56;width:min(388px,112vw);top:58%;right:50%;transform:translate(40%,-50%)rotate(-5deg)}.hero__media:after{display:none}.hero__actions{order:4;margin-top:18px}.hero__title{white-space:normal;text-wrap:balance;width:100%;min-width:0;font-size:clamp(1.78rem,7.6vw,2.04rem);line-height:1.07}.hero__title span{font-size:clamp(1.9rem,8.1vw,2.16rem)}.hero__description{max-width:38ch;margin-top:12px;padding-inline:4px;font-size:.88rem;line-height:1.52}.hero__actions{justify-content:center;align-items:center;gap:0;width:100%;max-width:320px}.hero__cta{justify-content:center;width:100%;min-height:46px;padding:0 20px;font-size:.96rem}.hero__support{flex-direction:column;justify-self:end;align-items:flex-start;gap:9px;min-width:132px;padding-inline:6px 2px;display:none}.hero__avatars{justify-content:flex-start}.hero__avatars img{width:35px;height:35px;margin-left:-10px}.hero__support-text{text-align:left;text-wrap:balance;max-width:14ch;font-size:.62rem;line-height:1.25}.hero__media{width:min(100%,296px);min-height:auto;margin-inline:auto;overflow:visible;translate:0}.hero__media-stage{--hero-main-width:clamp(136px, 42vw, 172px);--hero-side-width:clamp(60px, 19vw, 84px);--hero-media-gap:9px;--hero-stage-pad-top:4px;--hero-stage-pad-right:18px;--hero-stage-pad-bottom:12px;--hero-stage-pad-left:18px;--hero-card-left-margin-left:-10px;--hero-card-left-margin-bottom:-6px;--hero-card-right-margin-right:-12px;--hero-card-right-margin-top:2px;width:max-content;margin:0 auto}.hero__media-stage:before{opacity:.44;inset:18% -8% 3%}.hero__media-stage:after{opacity:.22;inset:18% -5% 5%}.hero__card{z-index:2;justify-content:flex-start;width:142px}.hero__card-copy{text-align:left}.hero__card-inner{border-radius:15px;gap:6px;min-height:46px;padding:7px 10px}.hero__card-icon{justify-content:center;width:26px;height:26px}.hero__card-icon img{width:15px;height:15px}.hero__card strong{font-size:.61rem}.hero__card span{font-size:.53rem}.hero__card--right{align-self:center}}.about{width:100%;padding-top:var(--section-space)}.about__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.about__block--top{padding-bottom:92px}.about__title{max-width:620px;font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);font-weight:700}.about__title span{color:var(--green-primary)}.about__top-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:56px;margin-top:38px;display:grid}.about__image-box{border-radius:var(--radius-card-lg);background:var(--surface-soft);box-shadow:var(--shadow-card-strong);overflow:hidden}.about__image-box picture{width:100%;display:block}.about__image-box img{object-fit:cover;width:100%;height:430px;display:block}.about__text-box{max-width:500px}.about__text-box p{font-family:var(--font-body);color:var(--text-secondary);font-size:1.05rem;font-weight:500;line-height:1.72}.about__text-box strong{color:var(--primary-dark);font-weight:700}.about__highlight{background-color:var(--surface-muted);width:100%;padding:82px 0 98px}.about__subtitle{max-width:1280px;font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);text-align:center;font-weight:700}.about__subtitle span{color:var(--green-primary)}.about__description{max-width:1280px;font-family:var(--font-body);font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);text-align:center;color:var(--text-secondary);font-weight:var(--section-subtitle-weight);margin-top:22px}.about__gallery{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px;display:grid}.about__gallery-item{border-radius:var(--radius-card);background:var(--surface-soft);box-shadow:var(--shadow-card-soft);overflow:hidden}.about__gallery-item picture{width:100%;height:100%;display:block}.about__gallery-item img{object-fit:cover;width:100%;height:300px;display:block}@media (width>=768px) and (width<=1024px){.about{padding-top:var(--section-space)}.about__block--top{padding-bottom:72px}.about__title{max-width:520px;font-size:var(--section-title-size);line-height:1.08}.about__top-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:30px;margin-top:30px}.about__image-box{border-radius:26px}.about__image-box img{height:clamp(300px,39vw,350px)}.about__text-box{max-width:400px}.about__text-box p{font-size:var(--section-subtitle-size);line-height:1.7}.about__highlight{padding:64px 0 80px}.about__subtitle{max-width:580px;font-size:var(--section-title-size);line-height:1.08}.about__description{max-width:700px;font-size:var(--section-subtitle-size);margin-top:18px;line-height:1.68}.about__gallery{gap:16px;margin-top:30px}.about__gallery-item{border-radius:18px}.about__gallery-item img{height:clamp(210px,24vw,244px)}}@media (width<=767px){.about{padding-top:calc(var(--section-space) - 2px)}.about__block--top{padding-bottom:52px}.about__title{letter-spacing:-.03em;text-align:center;max-width:10.8ch;margin:0 auto;font-size:clamp(2rem,8.2vw,2.35rem);line-height:1.06}.about__top-grid{grid-template-columns:1fr;justify-items:stretch;gap:18px;margin-top:22px}.about__image-box{border-radius:24px;order:2;width:100%;max-width:none}.about__image-box img{height:clamp(248px,72vw,312px)}.about__text-box{order:1;max-width:39ch;margin:0 auto}.about__text-box p{font-size:var(--section-subtitle-size);text-align:center;text-wrap:pretty;line-height:1.72}.about__highlight{padding:52px 0 60px}.about__block--bottom{flex-direction:column;align-items:center;display:flex}.about__subtitle{letter-spacing:-.03em;text-align:center;max-width:14.5ch;margin:0 auto;font-size:clamp(2rem,8.2vw,2.32rem);line-height:1.05}.about__description{max-width:38ch;font-size:var(--section-subtitle-size);text-align:center;margin-top:14px;margin-left:auto;margin-right:auto;line-height:1.7}.about__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;margin-top:26px}.about__gallery-item{border-radius:18px}.about__gallery-item:first-child{grid-area:2/1}.about__gallery-item:nth-child(2){grid-area:1/1/auto/-1}.about__gallery-item:nth-child(3){grid-area:2/2}.about__gallery-item img{height:172px}.about__gallery-item:nth-child(2) img{height:228px}}.services{padding:calc(var(--section-space) + 8px) 0 var(--section-space);scroll-margin-top:130px}.services__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.services__header{gap:var(--section-heading-gap);width:100%;margin:0 auto;display:grid}.services__title{font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);font-weight:700}.services__subtitle{max-width:400ch;font-family:var(--font-body);font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);font-weight:var(--section-subtitle-weight);color:var(--green-primary);text-wrap:balance;margin-top:0}.services__layout{margin:var(--section-content-gap) auto 0;grid-template-columns:380px minmax(0,1fr);align-items:stretch;gap:34px;width:100%;display:grid}.services__feature-card,.services__card{background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);transition:box-shadow .22s,border-color .22s,background-color .22s}.services__feature-card{border-radius:var(--radius-card-sm);flex-direction:column;place-self:stretch start;width:100%;max-width:none;height:100%;min-height:100%;display:flex;overflow:hidden}.services__card{transform-origin:50%}.services__feature-media{background:#dde5d8;position:relative}.services__feature-viewport{overflow:hidden}.services__feature-track{touch-action:pan-y pinch-zoom;display:flex}.services__feature-slide{flex:0 0 100%;min-width:0}.services__feature-picture{width:100%;display:block}.services__feature-picture img{object-fit:cover;width:100%;height:252px;transition:transform .28s;display:block}.services__window-dots{z-index:2;align-items:center;gap:6px;display:inline-flex;position:absolute;top:12px;left:14px}.services__window-dot{--dot-focus-ring:var(--interaction-focus-ring-light);appearance:none;cursor:pointer;width:8px;height:8px;transition:var(--control-transition);background:#ffffffe6;border:0;border-radius:50%;padding:0;box-shadow:0 4px 10px #0000001f}.services__window-dot.is-active{background:#00394dc7;transform:scale(1.1)}.services__feature-arrow{--control-hover-shadow:var(--shadow-control-strong-hover);--control-active-shadow:var(--shadow-control-strong-active);--control-focus-ring:var(--interaction-focus-ring-light);z-index:2;color:#fff;cursor:pointer;pointer-events:auto;width:30px;height:30px;transition:var(--control-transition);background:#ffffff14;border:none;border-radius:50%;place-items:center;margin-top:-15px;font-size:1.65rem;line-height:1;display:grid;position:absolute;top:50%}.services__feature-arrow:disabled{opacity:.5;cursor:default}.services__feature-arrow--left{left:14px}.services__feature-arrow--right{right:14px}.services__feature-body{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:min-content;align-content:space-between;gap:16px 20px;min-height:0;padding:18px 20px 20px;display:grid}.services__benefit{color:#1c5b74;align-items:flex-start;gap:10px;min-height:24px;font-size:.85rem;font-weight:700;line-height:1.38;display:flex}.services__benefit svg{width:17px;height:17px;color:var(--green-primary);stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.services__feature-cta{min-height:var(--button-height);padding:0 var(--button-padding-x);border-radius:var(--radius-pill);background:var(--gradient-blue);color:#fff;font-family:var(--font-body);font-size:var(--button-font-size);font-weight:var(--button-font-weight);box-shadow:none;transition:var(--button-transition);grid-column:2;justify-content:center;place-self:center start;align-items:center;gap:7px;margin-top:4px;text-decoration:none;display:inline-flex}.services__feature-cta svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.services__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;justify-self:start;gap:18px;width:100%;display:grid}.services__card{border-radius:var(--radius-card-sm);height:100%;min-height:132px;transition:var(--card-hover-transition);flex-direction:column;justify-content:flex-start;gap:14px;padding:20px 24px 19px;display:flex}.services__card-heading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.services__card-icon{background:var(--green-tint-12);width:36px;height:36px;color:var(--green-primary);box-shadow:inset 0 0 0 1px var(--green-tint-16);transition:var(--card-icon-transition);transform-origin:50%;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.services__card-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:var(--card-icon-glyph-transition)}.services__card-title{font-family:var(--font-heading);font-size:var(--card-title-size);line-height:var(--card-title-line-height);font-weight:var(--card-title-weight);letter-spacing:-.02em;color:var(--text-primary)}.services__card-description{max-width:60ch;font-family:var(--font-body);font-size:var(--card-copy-size);line-height:var(--card-copy-line-height);font-weight:var(--card-copy-weight);color:var(--text-secondary);text-wrap:pretty;margin-top:0;margin-left:0}@media (hover:hover) and (pointer:fine){.services__feature-arrow:hover:not(:disabled){background:#ffffff2e}.services__card:hover{border-color:rgba(var(--green-rgb), .075);background-color:rgba(var(--green-rgb), .009);box-shadow:var(--shadow-card-soft)}.services__card:hover .services__card-icon{background:linear-gradient(135deg, rgba(var(--green-rgb), .22) 0%, rgba(var(--green-rgb), .14) 100%);color:var(--green-dark);box-shadow:0 6px 14px rgba(var(--green-rgb), .1), inset 0 1px 0 #ffffff47;transform:translateY(-1px)scale(1.045)}.services__card:hover .services__card-icon svg{transform:scale(1.02)}}@media (width<=1199px){.services{padding:var(--section-space) 0 calc(var(--section-space) + 2px);scroll-margin-top:118px}.services__title{font-size:var(--section-title-size)}.services__subtitle{max-width:400ch;font-size:var(--section-subtitle-size)}.services__layout{grid-template-columns:minmax(312px,356px) minmax(0,1fr);align-items:stretch;gap:24px;width:100%;margin:40px auto 0}.services__feature-card{border-radius:18px;height:100%;min-height:100%}.services__feature-picture img{height:clamp(212px,24vw,234px)}.services__feature-body{gap:14px 16px;padding:16px 17px 18px}.services__benefit{gap:9px;font-size:.8rem}.services__feature-cta{min-height:var(--button-height);padding:0 var(--button-padding-x);font-size:var(--button-font-size)}.services__grid{gap:14px}.services__card{border-radius:16px;gap:12px;min-height:122px;padding:18px 18px 16px}.services__card-icon{border-radius:10px;width:34px;height:34px}.services__card-icon svg{width:17px;height:17px}.services__card-title{font-size:var(--card-title-size)}.services__card-description{font-size:var(--card-copy-size);line-height:var(--card-copy-line-height);margin-top:0}}@media (width<=1024px) and (width>=768px){.services__layout{grid-template-columns:minmax(272px,.88fr) minmax(0,1.12fr);gap:18px;margin-top:36px}.services__feature-picture img{height:clamp(220px,26vw,248px)}.services__feature-body{gap:12px 14px;padding:15px 15px 17px}.services__benefit{gap:8px;font-size:.76rem}.services__feature-cta{padding:0 18px;font-size:.84rem}.services__grid{gap:12px}.services__card{gap:10px;min-height:0;padding:16px 14px 14px}.services__card-heading{gap:10px}.services__card-icon{width:32px;height:32px}.services__card-title{font-size:.94rem}.services__card-description{font-size:.78rem;line-height:1.42}}@media (width<=767px){.services{padding:calc(var(--section-space) - 2px) 0 var(--section-space);scroll-margin-top:104px}.services__title{text-align:center;max-width:12ch;margin:0 auto;font-size:clamp(1.9rem,7.6vw,2.18rem);line-height:1.04}.services__subtitle{max-width:40ch;font-size:var(--section-subtitle-size);text-align:center;text-wrap:pretty;margin:0 auto;line-height:1.62}.services__layout{grid-template-columns:1fr;align-items:start;gap:14px;margin-top:26px}.services__feature-card{border-radius:20px;order:2;max-width:none;height:auto;min-height:0}.services__feature-picture img{height:clamp(206px,58vw,250px)}.services__window-dots{top:12px;left:12px}.services__feature-arrow{width:32px;height:32px;margin-top:-16px;font-size:1.6rem}.services__feature-arrow--left{left:12px}.services__feature-arrow--right{right:12px}.services__feature-body{flex:initial;grid-template-columns:1fr 1fr;grid-auto-rows:auto;align-content:start;gap:10px;padding:14px 14px 16px}.services__benefit{gap:10px;font-size:.9rem}.services__feature-cta{width:180px;min-height:var(--button-height);padding:0 var(--button-padding-x);font-size:var(--button-font-size);grid-column:2;justify-self:start;margin-top:4px}.services__grid{order:1;grid-template-columns:1fr;gap:10px}.services__card{gap:10px;height:auto;min-height:0;padding:16px 15px 15px}.services__card-title{font-size:.98rem}.services__card-description{font-size:var(--card-copy-size);line-height:var(--card-copy-line-height);margin-top:0;margin-left:0}}.professionals{background-color:var(--surface-muted);padding:var(--section-space) 0 calc(var(--section-space) + 8px)}.professionals__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.professionals__header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.professionals__title{max-width:13ch;font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);text-wrap:balance;font-weight:700}.professionals__title span{color:var(--green-primary)}.professionals__controls{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.professionals__arrow{--control-hover-shadow:var(--shadow-control-strong-hover);--control-active-shadow:var(--shadow-control-strong-active);--control-focus-ring:var(--interaction-focus-ring-neutral);border-radius:var(--radius-pill);width:48px;height:48px;color:var(--text-primary);box-shadow:var(--shadow-card);transition:var(--control-transition);background:#ffffffe6;border:1px solid #00394d1a;place-items:center;display:grid}.professionals__arrow svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.professionals__arrow:disabled{opacity:.4;box-shadow:none;cursor:default}.professionals__carousel{--slide-gap:20px;margin-top:var(--section-content-gap)}.professionals__viewport{overflow:hidden}.professionals__track{margin-left:calc(var(--slide-gap) * -1);touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;cursor:grab;display:flex}.professionals__track:active{cursor:grabbing}.professionals__slide{flex:0 0 calc((100% - (var(--slide-gap) * 3)) / 4);min-width:0;padding-left:var(--slide-gap)}.professionals__card{gap:16px;transition:transform .22s;display:grid}.professionals__media{background:var(--surface-soft);box-shadow:var(--shadow-card-strong);aspect-ratio:.82;border-radius:34px;transition:transform .22s,box-shadow .22s;overflow:hidden}.professionals__media picture{width:100%;height:100%;display:block}.professionals__media img{object-fit:cover;object-position:center 20%;width:100%;height:100%;transform:scale(var(--professional-image-zoom,1.06));display:block}.professionals__content{gap:5px;padding-inline:4px;display:grid}.professionals__meta{gap:2px;display:grid}.professionals__name{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:1.16rem;font-weight:700;line-height:1.18}.professionals__role{font-family:var(--font-body);font-size:var(--section-subtitle-size);color:var(--green-primary);margin:0;font-weight:700;line-height:1.3}.professionals__credential{font-family:var(--font-body);letter-spacing:.01em;color:var(--text-secondary);opacity:0;margin:0;font-size:.8rem;font-weight:600;line-height:1.35;transition:opacity .18s,transform .22s;transform:translateY(-6px)}.professionals__credential-slot{min-height:1.1rem;position:relative;overflow:hidden}.professionals__dots{justify-content:center;align-items:center;gap:8px;margin-top:26px;display:flex}.professionals__dot{width:8px;height:8px;transition:var(--control-transition);background:#00394d29;border:none;border-radius:999px}.professionals__dot--active{background:var(--primary-dark);width:28px}@media (hover:hover) and (pointer:fine){.professionals__arrow:hover:not(:disabled){background:var(--primary-dark);color:#fff;border-color:#00394d29}.professionals__card:hover{transform:translateY(-4px)}.professionals__card:hover .professionals__media{box-shadow:0 22px 48px #0825321c}.professionals__card--has-credential:hover .professionals__credential{opacity:1;transform:translateY(0)}}@media (width<=1199px){.professionals{padding:var(--section-space) 0 calc(var(--section-space) + 10px)}.professionals__title{font-size:var(--section-title-size)}.professionals__carousel{--slide-gap:18px;margin-top:34px}.professionals__slide{flex-basis:calc((100% - (var(--slide-gap) * 2)) / 3)}.professionals__media{border-radius:30px}.professionals__name{font-size:1.04rem}.professionals__role{font-size:var(--section-subtitle-size)}}@media (width<=1024px){.professionals__header{align-items:center}.professionals__carousel{--slide-gap:16px;margin-top:30px}.professionals__slide{flex-basis:calc((100% - var(--slide-gap)) / 2.3)}.professionals__card{gap:15px}.professionals__card--has-credential{cursor:pointer;touch-action:manipulation}.professionals__card--has-credential .professionals__meta{padding-right:16px;position:relative}.professionals__card--has-credential .professionals__meta:after{content:"";opacity:.9;border-bottom:1.5px solid #00394d6b;border-right:1.5px solid #00394d6b;width:7px;height:7px;transition:transform .2s,border-color .2s,opacity .2s;position:absolute;top:5px;right:2px;transform:rotate(45deg)}.professionals__card--has-credential:active{transform:translateY(-1px)}.professionals__card--has-credential:active .professionals__media{box-shadow:0 18px 38px #0825321f}.professionals__card--credential-open{transform:translateY(-2px)}.professionals__card--credential-open .professionals__media{box-shadow:0 22px 44px #08253224}.professionals__card--credential-open .professionals__meta:after{opacity:1;border-color:#0d815be0;transform:translateY(2px)rotate(-135deg)}.professionals__card--credential-open .professionals__credential{opacity:1;transform:translateY(0)}}@media (width<=899px){.professionals__header{align-items:center}.professionals__title{max-width:12ch;font-size:2.16rem}.professionals__arrow{width:44px;height:44px}.professionals__carousel{--slide-gap:16px}.professionals__slide{flex-basis:calc((100% - var(--slide-gap)) / 2.15)}.professionals__media{border-radius:26px}.professionals__media img{transform:scale(var(--professional-image-zoom,1.05))}}@media (width<=767px){.professionals{padding:calc(var(--section-space) - 2px) 0 calc(var(--section-space) + 4px)}.professionals__header{flex-direction:column;align-items:center;gap:16px}.professionals__title{text-align:center;max-width:20ch;margin:0 auto;font-size:clamp(2rem,8vw,2.34rem)}.professionals__controls{justify-content:center}.professionals__arrow{width:42px;height:42px}.professionals__carousel{--slide-gap:14px;margin-top:22px}.professionals__slide{flex-basis:86%}.professionals__card{gap:12px}.professionals__media{border-radius:24px}.professionals__media img{transform:scale(var(--professional-image-zoom,1.04))}.professionals__content{gap:4px;padding-inline:2px}.professionals__name{font-size:1rem}.professionals__role{font-size:var(--section-subtitle-size)}.professionals__credential{font-size:.76rem;line-height:1.32}.professionals__credential-slot{min-height:1rem}.professionals__dots{margin-top:18px}}.online-care__hero{background:linear-gradient(348deg, rgba(var(--green-rgb), .24) 0%, rgba(var(--green-rgb), .14) 26%, rgba(var(--green-rgb), .06) 52%, rgba(var(--green-rgb), 0) 78%);position:relative;overflow:clip}.online-care__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.online-care__layout{min-height:636px;padding:var(--section-space) 0 calc(var(--section-space) - 8px);grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);align-items:center;gap:40px;display:grid}.online-care__content{max-width:590px}.online-care__header{gap:var(--section-heading-gap);display:grid}.online-care__title{max-width:13.4ch;font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);text-wrap:balance;font-weight:700}.online-care__title span{color:var(--green-primary)}.online-care__description{max-width:39ch;font-family:var(--font-body);font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);font-weight:var(--section-subtitle-weight);color:var(--text-secondary)}.online-care__benefits{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:14px;margin-top:30px;display:grid}.online-care__benefit-card{border-radius:var(--radius-card);background:var(--surface-card);border:1px solid var(--border-subtle);min-height:126px;box-shadow:var(--shadow-card);transition:var(--card-hover-transition);flex-direction:column;gap:11px;padding:19px 18px 18px;display:flex}.online-care__benefit-heading{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;display:grid}.online-care__benefit-icon{background:var(--green-tint-12);width:38px;height:38px;color:var(--green-primary);box-shadow:inset 0 0 0 1px var(--green-tint-16);transition:var(--card-icon-transition);transform-origin:50%;border-radius:12px;place-items:center;display:grid}.online-care__benefit-icon svg{stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:var(--card-icon-glyph-transition)}.online-care__benefit-title{font-family:var(--font-heading);font-size:var(--card-title-size);line-height:var(--card-title-line-height);font-weight:var(--card-title-weight);letter-spacing:-.02em;color:var(--text-primary)}.online-care__benefit-description{max-width:40ch;font-family:var(--font-body);font-size:var(--card-copy-size);line-height:var(--card-copy-line-height);font-weight:var(--card-copy-weight);color:var(--text-secondary)}.online-care__mock-wrap{padding-left:22px;position:relative}.online-care__mock-stage{--online-care-float-distance:10px;--online-care-float-duration:5.1s;--online-care-float-delay:.22s;position:relative}.online-care__mock-badge{z-index:2;width:74px;height:74px;color:var(--primary-dark);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:28px;left:0;box-shadow:0 14px 30px #0825321a}.online-care__mock-badge svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.online-care__mock{border-radius:var(--radius-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card-strong);background:#fffffffa;max-width:600px;overflow:hidden}@media (prefers-reduced-motion:no-preference){.online-care__mock-stage.is-animated.is-in-view{animation:online-care-float-bob var(--online-care-float-duration) ease-in-out var(--online-care-float-delay) infinite;will-change:transform;backface-visibility:hidden;transform-origin:50% 62%}}@keyframes online-care-float-bob{0%,to{transform:translate(0,0)}50%{transform:translate3d(0, calc(var(--online-care-float-distance) * -1), 0)}}.online-care__mock-topbar{background:#ffffffeb;border-bottom:1px solid #00394d0d;align-items:center;gap:8px;padding:13px 16px 11px;display:flex}.online-care__mock-topbar span{border-radius:50%;width:10px;height:10px}.online-care__mock-topbar span:first-child{background:#ff7b6e}.online-care__mock-topbar span:nth-child(2){background:#ffc164}.online-care__mock-topbar span:nth-child(3){background:#56cb79}.online-care__mock-screen{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:8px 16px 0;display:grid}.online-care__participant{aspect-ratio:1.16;background:#e7e9e4;border-radius:15px;position:relative;overflow:hidden}.online-care__participant img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.05)}.online-care__participant-icon{color:#fff;background:#121e2a61;border:1px solid #ffffff38;border-radius:999px;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:12px;left:12px}.online-care__participant-icon svg{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.online-care__mock-footer{justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.online-care__mock-copy{gap:6px;display:grid}.online-care__mock-copy strong{letter-spacing:-.02em;color:#4f5888e6;font-family:Poppins,sans-serif;font-size:1.34rem;font-weight:600;line-height:1.1}.online-care__mock-copy span{color:#8589aab3;font-size:.96rem;font-weight:600;line-height:1.2}.online-care__cta{min-height:calc(var(--button-height) + 4px);padding:0 var(--button-padding-x);border-radius:var(--radius-pill);background:var(--gradient-green);color:#fff;font-family:var(--font-body);font-size:var(--button-font-size);line-height:1;font-weight:var(--button-font-weight);box-shadow:var(--shadow-button-green);transition:var(--button-transition);flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.online-care__partners{background:var(--surface-card);padding:var(--section-space-tight) 0 calc(var(--section-space) - 8px);scroll-margin-top:126px}.online-care__partners-title{font-family:var(--font-body);letter-spacing:-.01em;text-align:center;color:var(--text-muted);font-size:1rem;font-weight:600;line-height:1.12}.online-care__partners-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:28px 36px;margin-top:46px;display:grid}.online-care__partner{justify-content:center;align-items:center;min-height:72px;display:flex}.online-care__partner img{opacity:1;filter:grayscale();width:auto;max-width:100%;height:44px}@media (hover:hover) and (pointer:fine){.online-care__benefit-card:hover{border-color:rgba(var(--green-rgb), .075);background-color:rgba(var(--green-rgb), .009);box-shadow:var(--shadow-card-soft)}.online-care__benefit-card:hover .online-care__benefit-icon{background:linear-gradient(135deg, rgba(var(--green-rgb), .22) 0%, rgba(var(--green-rgb), .14) 100%);color:var(--green-dark);box-shadow:0 6px 14px rgba(var(--green-rgb), .1), inset 0 1px 0 #ffffff47;transform:translateY(-1px)scale(1.045)}.online-care__benefit-card:hover .online-care__benefit-icon svg{transform:scale(1.02)}.online-care__cta:hover{background:var(--gradient-green-hover)}}@media (width<=1199px){.online-care__layout{min-height:auto;padding:var(--section-space) 0 var(--section-space);grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr);gap:24px}.online-care__title{max-width:13.8ch;font-size:var(--section-title-size)}.online-care__description{max-width:38ch;font-size:var(--section-subtitle-size)}.online-care__benefits{gap:12px;margin-top:24px}.online-care__benefit-card{border-radius:20px;min-height:118px;padding:17px 15px 16px}.online-care__benefit-heading{grid-template-columns:34px minmax(0,1fr);gap:10px}.online-care__benefit-icon{border-radius:11px;width:34px;height:34px}.online-care__benefit-icon svg{width:17px;height:17px}.online-care__benefit-title{font-size:var(--card-title-size)}.online-care__benefit-description{font-size:var(--card-copy-size)}.online-care__mock-wrap{padding-left:12px}.online-care__mock-badge{width:66px;height:66px;top:24px}.online-care__mock-badge svg{width:30px;height:30px}.online-care__mock-footer{gap:14px;padding:16px}.online-care__mock-copy strong{font-size:1.2rem}.online-care__mock-copy span{font-size:.88rem}.online-care__cta{min-height:var(--button-height);padding:0 var(--button-padding-x);font-size:var(--button-font-size)}.online-care__partners{padding:var(--section-space-tight) 0 calc(var(--section-space) - 6px)}.online-care__partners-title{font-size:.94rem}}@media (width<=899px){.online-care__layout{grid-template-columns:1fr;gap:34px}.online-care__content{max-width:620px}.online-care__mock-wrap{padding-left:0}.online-care__mock-badge{left:-10px}.online-care__partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px}}@media (width<=767px){.online-care__layout{padding:calc(var(--section-space) - 4px) 0 calc(var(--section-space) - 2px);gap:22px}.online-care__content{max-width:none}.online-care__header{gap:var(--section-heading-gap)}.online-care__title{text-align:center;max-width:16ch;margin:0 auto;font-size:clamp(1.9rem,7.6vw,2.18rem);line-height:1.04}.online-care__description{max-width:32ch;font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);text-align:center;margin:0 auto}.online-care__benefits{grid-template-columns:1fr;gap:10px;margin-top:18px}.online-care__benefit-card{border-radius:20px;gap:10px;min-height:0;padding:16px 15px}.online-care__mock-wrap{padding-top:12px}.online-care__mock-badge{width:60px;height:60px;top:8px;left:auto;right:10px}.online-care__mock-badge svg{width:28px;height:28px}.online-care__mock{border-radius:22px}.online-care__mock-topbar{padding:12px 13px 10px}.online-care__mock-screen{gap:8px;padding:8px 12px 0}.online-care__participant{border-radius:14px}.online-care__participant-icon{width:30px;height:30px;bottom:8px;left:8px}.online-care__participant-icon svg{width:14px;height:14px}.online-care__mock-footer{flex-direction:column;align-items:stretch;gap:12px;padding:12px}.online-care__mock-copy{text-align:center;gap:4px}.online-care__mock-copy strong{font-size:1.1rem}.online-care__mock-copy span{font-size:.86rem}.online-care__cta{width:100%;min-height:var(--button-height);padding:0 var(--button-padding-x);font-size:var(--button-font-size)}.online-care__partners{padding:calc(var(--section-space-tight) - 2px) 0 calc(var(--section-space) - 6px)}.online-care__partners-title{text-align:center;font-size:.9rem}.online-care__partners-grid{grid-template-columns:1fr;gap:18px;margin-top:24px}.online-care__partner{min-height:56px}.online-care__partner img{height:34px}}.location{padding:var(--section-space) 0 calc(var(--section-space) + 2px);background:var(--surface-muted)}.location__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.location__layout{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);grid-template-areas:"map content";justify-content:center;place-items:stretch center;gap:25px;width:100%;max-width:1160px;margin:0 auto;display:grid}.location__map-wrap{grid-area:map;width:100%;max-width:550px;height:100%;display:flex}.location__content{flex-direction:column;grid-area:content;justify-content:center;align-items:center;width:100%;max-width:500px;height:100%;display:flex}.location__header{gap:calc(var(--section-heading-gap) + 6px);text-align:left;justify-items:start;width:100%;display:grid}.location__title{max-width:20ch;font-family:var(--font-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:var(--section-title-spacing);color:var(--text-primary);text-wrap:balance;font-weight:700}.location__title span{color:var(--green-primary)}.location__subtitle{max-width:50ch;font-family:var(--font-body);font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);font-weight:var(--section-subtitle-weight);color:var(--text-secondary)}.location__card{border-radius:var(--radius-card);background:var(--surface-card);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-card);margin-top:26px;padding:20px 20px 21px;transition:transform .22s,box-shadow .22s,border-color .22s}.location__info-list{display:grid}.location__info-item{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:0 0 14px;display:grid}.location__info-item+.location__info-item{border-top:1px solid #00394d14;padding-top:14px}.location__info-icon{color:#00394deb;background:#00394d0a;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:inset 0 0 0 1px #00394d14}.location__info-icon svg{stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.location__info-copy{gap:8px;display:grid}.location__info-title{font-family:var(--font-heading);font-size:var(--card-title-size);line-height:var(--card-title-line-height);font-weight:var(--card-title-weight);letter-spacing:-.02em;color:var(--text-primary)}.location__info-text{font-family:var(--font-body);font-size:var(--card-copy-size);line-height:var(--card-copy-line-height);font-weight:var(--card-copy-weight);color:var(--text-secondary)}.location__cta{width:100%;min-height:var(--button-height);padding:0 var(--button-padding-x);border-radius:var(--radius-pill);background:var(--gradient-blue);color:#fff;text-align:center;font-family:var(--font-body);font-size:var(--button-font-size);line-height:1.1;font-weight:var(--button-font-weight);box-shadow:var(--shadow-button-blue);transition:var(--button-transition);justify-content:center;align-items:center;margin-top:14px;text-decoration:none;display:inline-flex}.location__map{border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card-soft);background:#e9edeb;width:100%;height:100%;min-height:468px;overflow:hidden}.location__map iframe{border:0;width:100%;height:100%;display:block}@media (hover:hover) and (pointer:fine){.location__card:hover{box-shadow:var(--shadow-card-soft);border-color:#00394d1a;transform:translateY(-4px)}}@media (width<=1199px){.location{padding:var(--section-space) 0 calc(var(--section-space) + 6px)}.location__layout{grid-template-columns:minmax(0,.95fr) minmax(330px,1.05fr);gap:8px;max-width:100%}.location__content,.location__map-wrap{max-width:490px}.location__title{max-width:15.5ch;font-size:var(--section-title-size)}.location__subtitle{max-width:38ch;font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height)}.location__card{border-radius:24px;margin-top:22px;padding:18px 17px 19px}.location__info-item{grid-template-columns:40px minmax(0,1fr);gap:12px;padding-bottom:12px}.location__info-item+.location__info-item{padding-top:12px}.location__info-icon{border-radius:12px;width:40px;height:40px}.location__info-icon svg{width:20px;height:20px}.location__info-title{font-size:var(--card-title-size)}.location__info-text{font-size:var(--card-copy-size);line-height:var(--card-copy-line-height)}.location__cta{min-height:var(--button-height);font-size:var(--button-font-size);margin-top:12px}.location__map{border-radius:28px;min-height:430px}}@media (width<=899px){.location__layout{grid-template-columns:1fr;grid-template-areas:"content""map";align-items:start;gap:40px}.location__content{max-width:620px;height:auto}.location__map{aspect-ratio:1.12;height:auto;min-height:0}}@media (width<=767px){.location{padding:calc(var(--section-space) - 2px) 0 var(--section-space)}.location__layout{gap:18px}.location__content{max-width:none}.location__header{gap:18px}.location__title{text-align:center;max-width:20ch;margin:0 auto;font-size:clamp(1.84rem,7.3vw,2.18rem)}.location__subtitle{max-width:38ch;font-size:var(--section-subtitle-size);line-height:var(--section-subtitle-line-height);text-align:center;margin:0 auto}.location__card{border-radius:22px;margin-top:18px;padding:17px 15px 16px}.location__info-item{grid-template-columns:34px minmax(0,1fr);gap:12px;padding-bottom:13px}.location__info-item+.location__info-item{padding-top:13px}.location__info-icon{width:34px;height:34px}.location__info-icon svg{width:24px;height:24px}.location__info-title{font-size:.86rem}.location__info-text{font-size:var(--card-copy-size);line-height:1.42}.location__cta{min-height:var(--button-height);padding:0 var(--button-padding-x);font-size:var(--button-font-size);margin-top:12px}.location__map{aspect-ratio:3;border-radius:24px;height:auto;min-height:0}}.footer{background:#fbfbf8;padding:68px 0 34px}.footer__container{width:min(var(--container-max), calc(100% - var(--container-inline)));margin:0 auto}.footer__top{grid-template-columns:minmax(0,1.35fr) minmax(180px,.72fr) minmax(220px,.92fr);grid-template-areas:"brand links legal";align-items:start;gap:56px;display:grid}.footer__brand{grid-area:brand;justify-items:start;gap:36px;display:grid}.footer__brand-header{align-items:center;display:inline-flex}.footer__logo{align-items:center;text-decoration:none;display:inline-flex}.footer__logo img{width:96px;height:auto;display:block}.footer__socials{align-items:center;gap:0;display:flex}.footer__social-link{color:var(--primary-dark);justify-content:center;align-items:center;width:44px;height:44px;transition:color .18s,transform .18s,opacity .18s;display:inline-flex;position:relative}.footer__social-link+.footer__social-link{margin-left:18px;padding-left:18px}.footer__social-link+.footer__social-link:before{content:"";background:#00394d38;width:1px;height:32px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.footer__social-link svg{stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px;display:block}.footer__social-link--facebook svg{transform:scale(1.1)}.footer__links,.footer__legal{align-content:start;gap:18px;display:grid}.footer__links{grid-area:links}.footer__legal{grid-area:legal}.footer__heading{color:#00394de6;font-family:Nunito Sans,sans-serif;font-size:.92rem;font-weight:600;line-height:1.2}.footer__nav{justify-items:start;gap:2px;display:grid}.footer__nav-link{color:#8083a0;font-family:Nunito Sans,sans-serif;font-size:.88rem;font-weight:500;line-height:1.18;text-decoration:none;transition:color .18s,transform .18s}.footer__legal-copy{color:#8083a0;font-family:Nunito Sans,sans-serif;font-size:.88rem;font-weight:500;line-height:1.34}.footer__bottom{border-top:1px solid #00394d29;margin-top:74px;padding-top:28px}.footer__copyright{text-align:center;color:var(--primary-dark);font-family:Nunito Sans,sans-serif;font-size:.88rem;font-weight:500;line-height:1.36}@media (hover:hover) and (pointer:fine){.footer__nav-link:hover{color:var(--primary-dark);transform:translateY(-1px)}.footer__social-link:hover{color:var(--primary-light);opacity:.9;transform:translateY(-1px)}}@media (width<=1199px){.footer{padding:54px 0 30px}.footer__top{grid-template-columns:minmax(0,1.2fr) minmax(160px,.8fr) minmax(200px,.9fr);grid-template-areas:"brand links legal";gap:32px}.footer__logo img{width:82px}.footer__brand-header{gap:0}.footer__nav-link,.footer__legal-copy{font-size:.82rem}.footer__heading{font-size:.88rem}.footer__social-link svg{width:38px;height:38px}.footer__social-link{width:40px;height:40px}.footer__social-link+.footer__social-link:before{height:28px}.footer__bottom{margin-top:58px;padding-top:24px}.footer__copyright{font-size:.84rem}}@media (width<=767px){.footer{padding:36px 0 24px}.footer__top{grid-template-columns:1fr;grid-template-areas:"brand""links""legal";gap:28px}.footer__brand{justify-items:center;gap:20px}.footer__brand-header{text-align:center;justify-content:center;gap:0}.footer__logo img{width:78px}.footer__socials{justify-content:center}.footer__social-link svg{width:36px;height:36px}.footer__social-link{width:38px;height:38px}.footer__social-link+.footer__social-link:before{height:26px}.footer__links,.footer__legal{text-align:center;justify-items:center;gap:14px}.footer__nav{justify-items:center}.footer__heading{font-size:.86rem}.footer__bottom{margin-top:34px;padding-top:18px}.footer__copyright{font-size:.8rem}}.floating-whatsapp{right:max(18px, env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));color:#fff;z-index:38;width:58px;height:58px;transition:transform var(--interaction-duration-base) var(--interaction-ease), box-shadow var(--interaction-duration-base) var(--interaction-ease), filter var(--interaction-duration-base) var(--interaction-ease);isolation:isolate;background:linear-gradient(145deg,#28d367 0%,#1fae58 100%);border-radius:50%;place-items:center;text-decoration:none;animation:3.6s ease-in-out infinite floating-whatsapp-float;display:grid;position:fixed;transform:translateZ(0);box-shadow:0 10px 22px #1454303d,inset 0 0 0 1px #fff3}.floating-whatsapp__icon{width:28px;height:28px}.floating-whatsapp__halo{opacity:0;pointer-events:none;border:1px solid #1fae5852;border-radius:50%;animation:3.6s ease-in-out infinite floating-whatsapp-pulse;position:absolute;inset:-5px;transform:scale(.92)}@keyframes floating-whatsapp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes floating-whatsapp-pulse{0%,56%,to{opacity:0;transform:scale(.92)}68%{opacity:.32;transform:scale(1)}82%{opacity:0;transform:scale(1.08)}}@media (hover:hover) and (pointer:fine){.floating-whatsapp:hover{filter:brightness(1.02);animation-play-state:paused;transform:translateY(-2px)scale(1.02);box-shadow:0 14px 26px #1454304d,inset 0 0 0 1px #ffffff3d}}.floating-whatsapp:focus-visible{outline:none;box-shadow:0 0 0 4px #1fae582e,0 14px 26px #1454304d,inset 0 0 0 1px #ffffff3d}.floating-whatsapp:active{transform:scale(.99);box-shadow:0 8px 18px #14543038,inset 0 0 0 1px #ffffff29}@media (width<=767px){.floating-whatsapp{right:max(14px, env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom));width:54px;height:54px}.floating-whatsapp__icon{width:26px;height:26px}}@media (prefers-reduced-motion:reduce){.floating-whatsapp,.floating-whatsapp__halo{animation:none}}*{box-sizing:border-box;margin:0;padding:0}:root{--font-heading:"Poppins", sans-serif;--font-body:"Nunito Sans", sans-serif;--primary-dark:#00394d;--primary-light:#0085b3;--green-primary:#808655;--green-dark:#6f7549;--green-light:#9ca378;--green-rgb:128, 134, 85;--green-tint-06:rgba(var(--green-rgb), .06);--green-tint-12:rgba(var(--green-rgb), .12);--green-tint-16:rgba(var(--green-rgb), .16);--green-tint-18:rgba(var(--green-rgb), .18);--green-tint-22:rgba(var(--green-rgb), .22);--surface-page:#f7f7f4;--surface-muted:#f3f3f3;--surface-card:#fff;--surface-soft:#dfe5db;--text-primary:var(--primary-dark);--text-secondary:#1c5b74;--text-muted:#8083a0;--border-subtle:#00394d0f;--border-soft:#00394d14;--shadow-card:0 12px 26px #0825320f;--shadow-card-soft:0 16px 36px #08253214;--shadow-card-strong:0 18px 42px #08253214;--shadow-button-blue:0 14px 28px #00394d24;--shadow-button-green:0 12px 26px rgba(var(--green-rgb), .24);--shadow-button-blue-hover:0 16px 30px #00394d29;--shadow-button-blue-active:0 10px 20px #00394d24;--shadow-button-green-hover:0 14px 30px rgba(var(--green-rgb), .22);--shadow-button-green-active:0 10px 22px rgba(var(--green-rgb), .18);--shadow-control-soft-hover:0 10px 18px #08253214;--shadow-control-soft-active:0 6px 14px #0825320f;--shadow-control-strong-hover:0 14px 24px #0825321f;--shadow-control-strong-active:0 8px 16px #08253214;--radius-card-sm:20px;--radius-card:24px;--radius-card-lg:28px;--radius-pill:999px;--container-max:1280px;--container-inline:80px;--header-top-space:24px;--header-shell-height:76px;--header-total-height:calc(var(--header-top-space) + var(--header-shell-height));--section-space:104px;--section-space-tight:88px;--section-space-mobile:72px;--section-heading-gap:16px;--section-content-gap:40px;--section-title-size:2.8rem;--section-title-line-height:1.04;--section-title-spacing:-.03em;--section-subtitle-size:.98rem;--section-subtitle-line-height:1.56;--section-subtitle-weight:600;--card-title-size:1rem;--card-title-line-height:1.14;--card-title-weight:700;--card-copy-size:.88rem;--card-copy-line-height:1.44;--card-copy-weight:600;--button-height:48px;--button-padding-x:24px;--button-font-size:.92rem;--button-font-weight:700;--interaction-ease:cubic-bezier(.22, 1, .36, 1);--interaction-duration-fast:.24s;--interaction-duration-base:.32s;--interaction-duration-slow:.4s;--interaction-focus-ring-blue:#0085b329;--interaction-focus-ring-green:rgba(var(--green-rgb), .18);--interaction-focus-ring-neutral:#00394d24;--interaction-focus-ring-light:#ffffff38;--button-transition:transform var(--interaction-duration-base) var(--interaction-ease), box-shadow var(--interaction-duration-base) var(--interaction-ease), background-color var(--interaction-duration-base) var(--interaction-ease), border-color var(--interaction-duration-base) var(--interaction-ease), color var(--interaction-duration-fast) var(--interaction-ease), filter var(--interaction-duration-base) var(--interaction-ease), opacity var(--interaction-duration-fast) ease;--control-transition:transform var(--interaction-duration-base) var(--interaction-ease), box-shadow var(--interaction-duration-base) var(--interaction-ease), background-color var(--interaction-duration-base) var(--interaction-ease), border-color var(--interaction-duration-base) var(--interaction-ease), color var(--interaction-duration-fast) var(--interaction-ease), opacity var(--interaction-duration-fast) ease, width var(--interaction-duration-base) var(--interaction-ease);--card-hover-transition:transform var(--interaction-duration-slow) var(--interaction-ease), box-shadow var(--interaction-duration-slow) var(--interaction-ease), border-color var(--interaction-duration-slow) var(--interaction-ease), background-color var(--interaction-duration-slow) var(--interaction-ease);--card-icon-transition:transform var(--interaction-duration-slow) var(--interaction-ease), background var(--interaction-duration-slow) var(--interaction-ease), box-shadow var(--interaction-duration-slow) var(--interaction-ease), color var(--interaction-duration-base) var(--interaction-ease);--card-icon-glyph-transition:transform var(--interaction-duration-base) var(--interaction-ease);--gradient-blue:linear-gradient(to right, var(--primary-dark), var(--primary-light));--gradient-green:linear-gradient(135deg, var(--green-primary) 0%, var(--green-light) 100%);--gradient-green-hover:linear-gradient(135deg, var(--green-dark) 0%, var(--green-primary) 100%)}body{font-family:var(--font-body);background-color:var(--surface-page);color:var(--text-primary);text-rendering:optimizelegibility}a{color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta){transition:var(--button-transition);transform:translate(0,0)}:where(.hero__cta,.header__cta,.header__mobile-cta,.location__cta,.services__feature-cta){--button-hover-shadow:var(--shadow-button-blue-hover);--button-active-shadow:var(--shadow-button-blue-active);--button-hover-filter:brightness(1.02);--button-focus-ring:var(--interaction-focus-ring-blue)}:where(.online-care__cta){--button-hover-shadow:var(--shadow-button-green-hover);--button-active-shadow:var(--shadow-button-green-active);--button-hover-filter:none;--button-focus-ring:var(--interaction-focus-ring-green)}:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta):focus-visible{box-shadow:0 0 0 4px var(--button-focus-ring), var(--button-hover-shadow);outline:none}:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta):active{box-shadow:var(--button-active-shadow,var(--button-hover-shadow));transform:translateY(0)scale(.992)}:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta):disabled,:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta)[aria-disabled=true]{pointer-events:none;opacity:.56}:where(.header__menu-button,.services__feature-arrow,.professionals__arrow){transition:var(--control-transition);transform:translate(0,0)}:where(.header__menu-button,.services__feature-arrow,.professionals__arrow):focus-visible{box-shadow:0 0 0 4px var(--control-focus-ring,var(--interaction-focus-ring-neutral)), var(--control-focus-shadow,var(--control-hover-shadow,none));outline:none}:where(.header__menu-button,.services__feature-arrow,.professionals__arrow):active:not(:disabled){box-shadow:var(--control-active-shadow,var(--control-hover-shadow,none));transform:translateY(0)scale(.97)}:where(.services__window-dot,.professionals__dot){transition:var(--control-transition)}:where(.services__window-dot,.professionals__dot):focus-visible{box-shadow:0 0 0 3px var(--dot-focus-ring,var(--interaction-focus-ring-neutral));outline:none}:where(.services__window-dot,.professionals__dot):active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){:where(.hero__cta,.header__cta,.header__mobile-cta,.online-care__cta,.location__cta,.services__feature-cta):hover{box-shadow:var(--button-hover-shadow);filter:var(--button-hover-filter);transform:translateY(-1px)}:where(.header__menu-button,.services__feature-arrow,.professionals__arrow):hover:not(:disabled){box-shadow:var(--control-hover-shadow,none);transform:translateY(-1px)}:where(.services__window-dot,.professionals__dot):hover{transform:scale(1.08)}:where(.services__window-dot.is-active,.professionals__dot--active):hover{transform:scale(1.12)}}@media (width<=1199px){:root{--container-inline:56px;--header-top-space:20px;--header-shell-height:68px;--section-space:90px;--section-space-tight:76px;--section-title-size:2.48rem;--section-subtitle-size:.92rem;--card-copy-size:.82rem;--button-height:44px;--button-padding-x:22px;--button-font-size:.88rem}}@media (width<=1024px) and (width>=768px){:root{--container-inline:40px;--header-top-space:16px;--header-shell-height:70px;--section-space:84px;--section-space-tight:70px;--section-content-gap:34px;--section-title-size:clamp(2.28rem, 5vw, 2.58rem);--section-subtitle-size:.94rem}}@media (width<=767px){:root{--container-inline:32px;--header-top-space:12px;--header-shell-height:66px;--section-space:68px;--section-space-tight:56px;--section-heading-gap:14px;--section-title-size:clamp(1.95rem, 7.8vw, 2.3rem);--section-subtitle-size:.9rem;--card-copy-size:.84rem;--button-height:42px;--button-padding-x:18px;--button-font-size:.86rem}}@supports (content-visibility:auto){@media (width>=900px){.about,.services,.professionals,.online-care,.location,.footer{content-visibility:auto;contain-intrinsic-size:1px 920px}}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
