:root{--navy:#0b3f75;--pink:#d9689a;--pink-deep:#a63a70;--ink:#12232e;--body:#40596b;--muted:#5b7284;--label:#8497a5;--line:#e6ecf2;--line-soft:#d8e3ec;--tint:#f4f8fc;--pink-tint:#fdf2f7;--green-bg:#e4efdb;--green:#2e6b1f;--font:var(--font-manrope),"Manrope",system-ui,sans-serif;--gutter:18px;--radius:10px}@media (min-width:900px){:root{--gutter:40px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit}img{display:block;max-width:100%}ol,ul{padding-left:18px}h1,h2,h3{font-weight:800;letter-spacing:-.015em;line-height:1.15;text-wrap:pretty}.container{width:min(1200px,100%);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:32px}@media (min-width:900px){.section{padding-block:56px}}.section-title{font-size:24px}@media (min-width:900px){.section-title{font-size:32px}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.topbar{background:var(--navy);color:#fff;font-size:11.5px}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-block:10px}.topbar__badge{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.topbar__muted{opacity:.8}.topbar__phone{color:#fff;font-weight:800;font-size:15px;text-decoration:none}.topbar__group{display:flex;align-items:center;gap:16px}.topbar__desktop{display:none}@media (min-width:900px){.topbar{font-size:13.5px}.topbar__inner{padding-block:14px}.topbar__desktop{display:inline}.topbar__mobile{display:none}.topbar__phone{font-size:16px}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:14px}.brand{display:flex;flex-direction:column;gap:2px;text-decoration:none}.brand__name{font-weight:800;font-size:16px;letter-spacing:-.01em}.brand__sub{font-size:10.5px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.nav{display:none;align-items:center;gap:28px;font-size:14.5px;font-weight:600}.nav a{text-decoration:none}.nav a:hover{color:var(--navy)}.btn-pink{display:inline-flex;align-items:center;justify-content:center;background:var(--pink);color:#fff;padding:11px 20px;border-radius:6px;text-decoration:none;font-weight:700}.btn-pink:hover{background:var(--pink-deep)}.back-link{font-size:14px;font-weight:600;color:var(--navy);text-decoration:none}.back-link:hover{text-decoration:underline}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;padding:10px;border:0;background:none;cursor:pointer}.menu-toggle span{height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{border-top:1px solid var(--line);background:#fff}.mobile-nav[hidden]{display:none}.mobile-nav ul{list-style:none;padding:8px var(--gutter) 16px;display:grid;grid-gap:2px;gap:2px}.mobile-nav a{display:block;padding:12px 0;font-weight:600;text-decoration:none;border-bottom:1px solid var(--line)}.mobile-nav .btn-pink{margin-top:10px;border-bottom:0}@media (min-width:900px){.header__inner{padding-block:20px}.brand__name{font-size:21px}.brand__sub{font-size:12.5px}.nav{display:flex}.menu-toggle,.mobile-nav{display:none}}.hero{background:linear-gradient(180deg,var(--tint),#fff)}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;padding-block:28px 30px}.hero__copy{display:flex;flex-direction:column;gap:16px}.pill-green{align-self:flex-start;background:var(--green-bg);color:var(--green);font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:99px}.hero h1{font-size:31px;line-height:1.1;letter-spacing:-.02em}.hero__text{font-size:15.5px;line-height:1.6;color:var(--body);max-width:52ch}.hero__cta{flex-wrap:wrap;gap:14px}.btn-call,.hero__cta{display:flex;align-items:center}.btn-call{flex-direction:column;justify-content:center;gap:2px;background:var(--navy);color:#fff;padding:14px 20px;border-radius:8px;text-decoration:none;min-height:44px;width:100%}.btn-call:hover{background:#0a3562}.btn-call__label{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.btn-call__number{font-size:22px;font-weight:800}.hero__note{font-size:14px;line-height:1.5;color:var(--muted)}.hero__photo{position:relative;height:210px;border-radius:var(--radius);border:1px solid var(--line-soft);overflow:hidden}.photo-cover{object-fit:cover}@media (min-width:900px){.hero__inner{grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-block:56px 48px}.hero__copy{gap:22px}.pill-green{font-size:12.5px;padding:6px 12px}.hero h1{font-size:46px;line-height:1.08}.hero__text{font-size:17.5px}.btn-call{width:auto;align-items:flex-start;padding:14px 26px}.btn-call__label{font-size:11.5px}.btn-call__number{font-size:23px}.hero__photo{height:400px}}.atuty{display:grid;grid-gap:1px;gap:1px;background:var(--line);border-block:1px solid var(--line)}.atut{background:#fff;padding:16px var(--gutter)}.atut__title{font-weight:800;font-size:15px;margin-bottom:3px}.atut__text{font-size:14px;line-height:1.5;color:var(--muted)}@media (min-width:900px){.atuty{grid-template-columns:repeat(3,1fr)}.atut{padding:26px 32px}.atut__title{font-size:16px;margin-bottom:6px}.atut__text{font-size:14.5px}}.uslugi__head{margin-bottom:18px}.uslugi__sub{margin-top:4px;font-size:13px;color:var(--muted)}.uslugi__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px;gap:12px}.card{border-radius:var(--radius);padding:18px;border:1px solid var(--line);border-top:3px solid var(--navy)}.card--akcent{border-top-color:var(--pink)}.card__title{font-weight:800;font-size:16px;margin-bottom:8px}.card ul{padding-left:17px;font-size:14px;line-height:1.65;color:var(--body)}.alert-pink{margin-top:14px;background:#fdf1f6;border:1px solid #f0c8da;border-radius:var(--radius);padding:16px;font-size:14px;line-height:1.6;color:#7d2c52}@media (min-width:900px){.uslugi__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.uslugi__sub{margin:0;font-size:13.5px}.uslugi__grid{grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:24px}.card__title{font-size:17px;margin-bottom:10px}.card ul{font-size:14.5px;line-height:1.7}.alert-pink{margin-top:20px;padding:18px 22px;font-size:14.5px}}.harmonogram{background:var(--tint);border-top:1px solid var(--line)}.harmonogram__lead{margin:6px 0 18px;font-size:14.5px;line-height:1.55;color:var(--muted)}.harmonogram__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.sched{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.sched--main{border:2px solid var(--pink)}.sched__meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:12.5px;color:var(--muted)}.tag-pink{background:var(--pink);color:#fff}.tag-grey,.tag-pink{font-size:10.5px;font-weight:800;letter-spacing:.06em;padding:4px 8px;border-radius:4px;text-transform:uppercase}.tag-grey{background:var(--line);color:var(--body)}.sched__name{font-size:19px;font-weight:800;margin:4px 0 14px}.sched--main .sched__name{font-size:20px}.sched__rows{display:grid;grid-gap:8px;gap:8px}.sched__row{display:flex;justify-content:space-between;align-items:baseline;padding:10px 14px;background:var(--tint);border-radius:8px}.sched--main .sched__row{background:var(--pink-tint)}.sched__day{font-size:14.5px;font-weight:600}.sched__hours{font-size:16px;font-weight:800;color:var(--navy)}.sched--main .sched__hours{color:var(--pink-deep)}@media (min-width:900px){.harmonogram__lead{margin:8px 0 28px;font-size:15.5px}.harmonogram__grid{grid-template-columns:1.15fr .85fr;gap:22px}.sched{padding:28px 30px}.sched__meta{font-size:13px}.tag-grey,.tag-pink{font-size:11.5px;padding:4px 9px}.sched__name{font-size:22px;margin:8px 0 18px}.sched--main .sched__name{font-size:25px}.sched__row{padding:11px 16px}.sched--main .sched__row{padding:12px 16px}.sched__day{font-size:15px}.sched--main .sched__day{font-size:16px}.sched__hours{font-size:17px}.sched--main .sched__hours{font-size:19px}}.lekarze__grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;margin-top:18px}.doctor{border:1px solid var(--line);border-radius:12px;padding:18px}.doctor--alt{background:#fbfcfd}.doctor__photo{position:relative;height:330px;border-radius:var(--radius);border:1px solid var(--line-soft);overflow:hidden;margin-bottom:16px}.doctor__head{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:8px}.doctor__name{font-size:21px;font-weight:800;letter-spacing:-.01em}.doctor__bio{font-size:15px;line-height:1.65;color:var(--body);max-width:70ch;text-wrap:pretty}.doctor__bio p+p{margin-top:10px}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.chip{border:1px solid var(--line-soft);border-radius:99px;padding:5px 11px;font-size:12.5px;color:var(--body)}@media (min-width:900px){.lekarze__grid{gap:22px;margin-top:28px}.doctor{display:grid;grid-template-columns:300px 1fr;grid-gap:32px;gap:32px;padding:28px;align-items:start}.doctor__photo{height:420px;margin:0}.doctor__name{font-size:27px}.doctor__bio{font-size:16.5px}.chips{gap:8px;margin-top:16px}.chip{padding:6px 13px;font-size:13.5px}}.kontakt{border-top:1px solid var(--line)}.kontakt__grid{display:grid;grid-template-columns:minmax(0,1fr)}.kontakt__info{padding-block:32px}.kontakt__rows{display:grid;grid-gap:16px;gap:16px;margin-top:18px;font-size:15.5px;line-height:1.6}.kontakt__label{font-size:11.5px;letter-spacing:.07em;color:var(--label);font-weight:700;margin-bottom:3px;text-transform:uppercase}.kontakt__phone{display:inline-block;font-size:26px;font-weight:800;color:var(--navy);text-decoration:none;line-height:1.2}.kontakt__phone--secondary{font-size:18px;color:var(--body)}.kontakt__phone:hover{text-decoration:underline}.kontakt__link{color:inherit;text-decoration:none}.kontakt__link:hover{color:var(--navy);text-decoration:underline}.kontakt__map{position:relative;height:260px;margin-bottom:32px;border-radius:var(--radius);border:1px solid var(--line);overflow:hidden;background:var(--tint)}.kontakt__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (min-width:900px){.kontakt__grid{grid-template-columns:1fr 1fr}.kontakt__info{padding-block:52px;padding-right:40px}.kontakt__rows{gap:20px;margin-top:24px;font-size:16.5px}.kontakt__label{font-size:12.5px;margin-bottom:4px}.kontakt__phone{font-size:30px}.kontakt__phone--secondary{font-size:20px}.kontakt__map{height:auto;min-height:360px;margin:0;border-radius:0;border:0;border-left:1px solid var(--line)}}.footer{background:var(--navy);color:#fff;font-size:12.5px;line-height:1.6}.footer__inner{display:flex;flex-direction:column;gap:6px;padding-block:20px}.footer a{color:#fff;opacity:.8;text-decoration:none}.footer a:hover{opacity:1;text-decoration:underline}.footer__links{display:flex;flex-direction:column;gap:6px}.footer__sep{display:none;opacity:.45}@media (min-width:900px){.footer{font-size:13.5px}.footer__inner{justify-content:space-between;padding-block:26px}.footer__inner,.footer__links{flex-direction:row;align-items:center}.footer__links{gap:12px}.footer__sep{display:inline}}.callbar{position:fixed;inset-inline:0;bottom:0;z-index:30;padding:12px var(--gutter);padding-bottom:calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.callbar a{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--pink);color:#fff;text-decoration:none;font-weight:800;font-size:17px;min-height:52px;border-radius:8px}@media (max-width:899px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}}@media (min-width:900px){.callbar{display:none}}.legal-hero{background:linear-gradient(180deg,var(--tint),#fff);padding-block:32px}.legal-hero h1{font-size:28px}.legal-hero p{margin-top:6px;color:var(--muted);font-size:14.5px}.legal-body{max-width:76ch;padding-block:8px 40px;color:var(--body);font-size:15.5px;line-height:1.7}.legal-body h2{color:var(--ink);font-size:24px;margin:36px 0 12px}.legal-body h3{color:var(--ink);font-size:17px;margin:24px 0 8px}.legal-body p{margin:0 0 12px}.legal-body ol,.legal-body ul{margin:0 0 12px;padding-left:22px}.legal-body li{margin-bottom:6px}.admin-box{margin:0 0 24px;border:1px solid var(--line);border-left:4px solid var(--navy);border-radius:var(--radius);padding:16px 18px;background:var(--tint);font-size:14.5px;line-height:1.6}.admin-box__title{font-size:11.5px;letter-spacing:.07em;color:var(--label);font-weight:700;margin-bottom:6px;text-transform:uppercase}.admin-box dl{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:14px;column-gap:14px;grid-row-gap:2px;row-gap:2px}.admin-box dt{font-weight:700;color:var(--ink)}.admin-box a{color:var(--navy);text-decoration:none}.admin-box a:hover{text-decoration:underline}@media (min-width:900px){.legal-hero{padding-block:48px}.legal-hero h1{font-size:38px}.legal-body{padding-block:16px 64px;font-size:16px}}@media (prefers-reduced-motion:no-preference){[data-js] [data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .6s ease-out,transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * 90ms)}[data-js] [data-reveal].is-visible{opacity:1;transform:none}.hero__copy>*{animation:rise .7s cubic-bezier(.22,1,.36,1) both}.hero__copy>:first-child{animation-delay:.05s}.hero__copy>:nth-child(2){animation-delay:.15s}.hero__copy>:nth-child(3){animation-delay:.25s}.hero__copy>:nth-child(4){animation-delay:.35s}.hero__photo{animation:fade .9s ease-out .2s both}.hero__photo .photo-cover{animation:settle 7s ease-out both}.callbar a{animation:pulse 4s ease-out 2s infinite}.btn-call,.btn-pink,.kontakt__phone{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes settle{0%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(217 104 154/.55)}35%{box-shadow:0 0 0 12px rgb(217 104 154/0)}to{box-shadow:0 0 0 12px rgb(217 104 154/0)}}.btn-call:hover,.btn-pink:hover{transform:translateY(-2px);box-shadow:0 10px 22px -10px rgb(11 63 117/.55)}.btn-pink:hover{box-shadow:0 10px 22px -10px rgb(217 104 154/.7)}.btn-call:active,.btn-pink:active{transform:translateY(0);box-shadow:none}.open-now{display:inline-flex;align-items:center;gap:7px;font-weight:600;white-space:nowrap}.open-now__dot{width:8px;height:8px;border-radius:50%;background:#a8b5c0;box-shadow:0 0 0 3px rgb(168 181 192/.25);flex:none}.open-now--open .open-now__dot{background:#3fb950;box-shadow:0 0 0 3px rgb(63 185 80/.3)}@media (prefers-reduced-motion:no-preference){.open-now--open .open-now__dot{animation:blink 2.4s ease-in-out infinite}}@keyframes blink{0%,to{box-shadow:0 0 0 3px rgb(63 185 80/.3)}50%{box-shadow:0 0 0 6px rgb(63 185 80/0)}}.topbar .open-now{opacity:.95}.open-now.topbar__desktop{display:none}@media (min-width:900px){.open-now.topbar__desktop{display:inline-flex}}.kontakt__open{margin-top:8px;font-size:14px;color:var(--body)}.kontakt__open.open-now--open{color:#2e6b1f}.header__inner{transition:padding .25s ease}.header__phone{display:none}@media (min-width:900px){.header__phone{display:inline-block;max-width:0;overflow:hidden;opacity:0;color:var(--navy);font-weight:800;font-size:16px;text-decoration:none;white-space:nowrap;margin-right:-28px;transition:max-width .3s ease,opacity .3s ease,margin-right .3s ease}[data-scrolled] .header__phone{max-width:160px;opacity:1;margin-right:0}[data-scrolled] .header__inner{padding-block:10px}[data-scrolled] .header{box-shadow:0 6px 20px -12px rgb(18 35 46/.35)}}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_37f5ca{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_37f5ca{--font-manrope:"Manrope","Manrope Fallback"}