:root{--bg:#fff;--ink:#04092f;--text:#000;--muted:#6f6f6f;--line:#c4c4c4;--line-strong:#8f8f8f;--bg-soft:#f8f8f8;--primary:#2354cf;--primary-ink:#2015ff;--accent:#ff8562;--accent-2:#fa876b;--radius:4px;--container:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-text,"Noto Sans Display",Arial,sans-serif);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:clip}img,svg,video{max-width:100%}h1{font-size:36px;line-height:1.23}h1,h2{font-weight:500}h2{font-size:30px;line-height:1.25}h3{font-size:18px;font-weight:500}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:#fff;padding:10px 18px;z-index:200}.skip-link:focus{left:8px;top:8px}body.no-scroll{overflow:hidden}.container{max-width:1920px;margin:0 auto;padding:0 40px}@media (max-width:960px){.container{padding:0 20px}}.btn{display:inline-block;background:var(--primary);color:#fff;border:0;border-radius:var(--radius);font-family:inherit;font-size:16px;font-weight:400;padding:19px 45px;cursor:pointer;text-align:center}.btn:hover{opacity:.92}.btn--sm{font-size:14px;padding:12px 24px}.btn--ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:48px 20px;gap:48px 20px}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-grid h3{font-weight:500;font-size:18px;line-height:1.3}.product-grid .short-desc{color:var(--muted);font-size:13px;line-height:1.45}.product-grid .price{font-size:16px;font-weight:500;margin-top:auto}@media (max-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:28px 12px}.product-grid h3{font-size:15px}.product-grid .short-desc{font-size:12px}.product-grid .price{font-size:14px}.container{padding:0 16px}h1{font-size:28px}}.split{display:grid;grid-template-columns:minmax(min(200px,100%),1fr) minmax(280px,1.6fr);grid-gap:24px;gap:24px}.product-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-gap:40px;gap:40px;align-items:start}@media (max-width:900px){.split{gap:12px}.product-layout,.split{grid-template-columns:1fr}.product-layout{gap:24px}}.header-inner{gap:28px;height:64px}.header-inner,.header-nav{display:flex;align-items:center}.header-nav{gap:26px;font-size:16px}.header-contacts{display:flex;align-items:center;gap:18px;margin-left:auto}.burger{display:none;background:none;border:0;cursor:pointer;padding:8px;margin-left:auto}.burger span{display:block;width:22px;height:2px;background:var(--ink);margin:5px 0}.mobile-menu{display:none;flex-direction:column;gap:4px;padding:12px 20px 20px;background:#fff;border-top:1px solid var(--line)}.mobile-menu a{padding:10px 0;font-size:17px}@media (max-width:960px){.header-contacts,.header-nav{display:none}.burger{display:block}.mobile-menu.open{display:flex}}.podbor-panel{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:32px;gap:32px;background:var(--bg-soft);border-radius:12px;padding:28px 32px;margin:0 0 36px}.podbor-panel--solo{grid-template-columns:1fr}@media (max-width:900px){.podbor-panel{grid-template-columns:1fr;gap:20px;padding:22px 18px}.podbor-panel .btn{display:block;width:100%}}.podbor-chips{display:flex;flex-wrap:wrap;gap:8px}.podbor-chips a{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:8px 14px;font-size:14px}.podbor-chips a:hover{border-color:var(--primary);color:var(--primary)}.wizard{max-width:760px}.wizard-steps{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin:0 0 28px}.wizard-steps li{flex:1 1 140px;border-top:3px solid var(--line);padding-top:8px;font-size:13px;color:var(--muted)}.wizard-steps li.done{border-top-color:var(--primary)}.wizard-steps li[aria-current=step]{border-top-color:var(--primary);color:var(--ink);font-weight:500}.wizard fieldset{border:0;margin:0 0 24px}.wizard legend{font-size:15px;font-weight:500;margin-bottom:10px}.wizard-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));grid-gap:10px;gap:10px}.wizard-option{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:13px 14px;font-size:15px;cursor:pointer}.wizard-option.is-checked,.wizard-option:hover{border-color:var(--primary)}.wizard-option.is-checked{box-shadow:inset 0 0 0 1px var(--primary)}.wizard-field{margin:0 0 22px}.wizard-field>label{display:block;font-size:14px;margin-bottom:6px}.wizard-field input[type=tel],.wizard-field input[type=text],.wizard-field textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:13px 14px;font:inherit;font-size:16px;background:#fff;color:var(--ink)}.wizard-field textarea{resize:vertical}.wizard-hint{font-size:13px;color:var(--muted);margin-top:6px}.wizard-checklist{margin:0 0 20px 18px;font-size:15px}.wizard-checklist li{margin-bottom:4px}.wizard-summary{background:var(--bg-soft);border-radius:var(--radius);padding:14px 16px;font-size:13px}.wizard-summary pre{font:inherit;white-space:pre-wrap;word-break:break-word;color:var(--muted)}.wizard-nav{gap:12px;margin-top:8px}.photo-thumbs,.wizard-nav{display:flex;flex-wrap:wrap}.photo-thumbs{gap:14px;margin-top:14px}.photo-thumbs figure{width:120px;display:flex;flex-direction:column;gap:6px}.photo-thumbs img{width:120px;height:90px;object-fit:cover;border:1px solid var(--line);border-radius:var(--radius)}@media (max-width:640px){.wizard-options{grid-template-columns:1fr}.wizard-nav .btn{flex:1 1 100%;padding:17px 20px}.wizard-steps li{flex:1 1 45%;font-size:12px}}.admin-image-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.admin-image-thumb{width:72px;height:54px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:10px;color:var(--muted);text-align:center}.admin-image-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:640px){.admin-image-row{grid-template-columns:56px minmax(0,1fr)}.admin-image-row>div:last-child{grid-column:1/-1}}.home-intro{margin-bottom:44px}.home-intro__lead{font-size:clamp(20px,2.4vw,28px);font-weight:500;line-height:1.3;max-width:900px}.home-intro__text{margin-top:14px;max-width:780px}.home-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.home-section{margin-bottom:44px}.home-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.home-head h2{font-size:clamp(22px,2.4vw,30px)}.home-head a{color:var(--primary);font-size:15px}.home-head a:hover{text-decoration:underline}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.trust-bar>div{border-top:3px solid var(--primary);padding-top:12px}.trust-bar p:first-child{font-size:17px;font-weight:500;line-height:1.3}.trust-bar p+p{margin-top:8px;font-size:14px;color:var(--muted)}.type-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));grid-gap:16px;gap:16px}.type-card{display:flex;flex-direction:column;gap:6px;background:var(--bg-soft);border:1px solid transparent;border-radius:8px;padding:18px 20px}.type-card:hover{border-color:var(--primary)}.type-card strong{font-size:18px;font-weight:500}.type-card span{font-size:14px;color:var(--muted);line-height:1.4}.type-card__count{color:var(--primary)!important;font-size:13px!important;margin-top:2px}.link-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));grid-gap:16px;gap:16px}.link-card{display:block;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.link-card:hover{border-color:var(--primary)}.link-card strong{display:block;font-size:17px;font-weight:500}.link-card span{display:block;margin-top:6px;font-size:14px;color:var(--muted)}.nav-accent{color:var(--primary);font-weight:500}@media (max-width:900px){.trust-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.trust-bar{gap:18px}.link-cards,.trust-bar,.type-cards{grid-template-columns:1fr}.home-cta .btn{flex:1 1 100%;padding:17px 20px}.home-intro,.home-section{margin-bottom:32px}}.modal-backdrop{position:fixed;inset:0;background:rgba(4,9,47,.55);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:#fff;border-radius:12px;padding:28px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.sticky-order{display:none}@media (max-width:900px){.sticky-order{display:flex;align-items:center;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .18s ease-out}.sticky-order.shown{transform:none}.sticky-order__price{font-weight:500;font-size:15px;line-height:1.2}.sticky-order__call{margin-left:auto;width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:4px;font-size:20px}body:has(.sticky-order) footer{padding-bottom:72px}}input,select,textarea{font-size:16px}.hero{background:var(--bg-soft);border-bottom:1px solid var(--line);margin-bottom:44px}.hero__inner{padding:56px 40px 52px;max-width:1920px}.hero__title{font-size:clamp(28px,4vw,46px);line-height:1.15;max-width:900px}.hero__title span{color:var(--muted)}.hero__lead{margin-top:18px;max-width:660px;font-size:17px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.home-section__lead{margin:-8px 0 20px;max-width:680px;color:var(--muted)}.link-cards--3{grid-template-columns:repeat(3,1fr)}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;list-style:none;counter-reset:none}.step{border-top:1px solid var(--line);padding-top:14px}.step__num{display:block;color:var(--primary);font-weight:600;font-size:13px;letter-spacing:.04em}.step strong{display:block;margin-top:6px;font-size:17px;font-weight:500}.step span:last-child{display:block;margin-top:6px;font-size:14px;color:var(--muted)}@media (max-width:1024px){.link-cards--3,.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero__inner{padding:36px 16px 34px}.hero__actions .btn{flex:1 1 100%;padding:17px 20px}.link-cards--3,.steps{grid-template-columns:1fr}.steps{gap:16px}.home-section{margin-bottom:34px}}.site-header{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.08)}.header-logo{flex-shrink:0;display:flex}.header-phone{white-space:nowrap;font-size:16px}.nav-drop{position:relative}.nav-drop__btn{background:none;border:0;font:inherit;color:var(--ink);cursor:pointer;padding:20px 0;display:flex;align-items:center;gap:5px}.nav-drop__caret{font-size:10px;color:var(--muted)}.nav-drop__menu{position:absolute;top:100%;left:-16px;background:#fff;box-shadow:0 8px 24px rgba(4,9,47,.12);border-radius:var(--radius);padding:8px 0;min-width:210px;display:flex;flex-direction:column}.nav-drop__menu a{padding:10px 16px;font-size:15px}.nav-drop__menu a:hover{background:var(--bg-soft);color:var(--primary)}.mobile-menu__group{margin-top:10px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.mobile-menu__group:first-child{margin-top:0}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.68fr);grid-gap:48px;gap:48px;align-items:center}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr;gap:28px}}.hero__aside{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px 26px;box-shadow:0 8px 28px rgba(4,9,47,.06)}.hero__aside-title{font-weight:500;font-size:17px;margin-bottom:14px}.hero__steps{list-style:none;display:flex;flex-direction:column;gap:12px;margin:0 0 20px}.hero__steps li{display:grid;grid-template-columns:26px 1fr;grid-gap:10px;gap:10px;align-items:start;font-size:14px;line-height:1.4}.hero__steps li span{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-soft);color:var(--primary);font-weight:600;font-size:13px}.hero__aside-note{margin-top:10px;font-size:13px;color:var(--muted);text-align:center}.hero__media{position:relative;aspect-ratio:4/3;border-radius:8px;overflow:hidden;background:#fff}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr}.hero__media{display:none}}.finish-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.finish-card{display:flex;flex-direction:column;gap:6px;border-top:3px solid var(--primary);padding-top:14px}.finish-card__num{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);color:#fff;font-size:13px;font-weight:600}.finish-card strong{font-size:16px;font-weight:500;margin-top:4px}.finish-card span:last-child{font-size:14px;color:var(--muted);line-height:1.45}@media (max-width:1024px){.finish-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.finish-grid{grid-template-columns:1fr}}.type-card__count{display:block}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e8991e2dc7e8967c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/21f52075fcc698f5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4583bbe0f56f12b8-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0430546470f34d2f-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fc9dd221f93546f0-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/07c05fe8be04ac7c-s.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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3f7d8c1d79aba93c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e8991e2dc7e8967c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/21f52075fcc698f5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4583bbe0f56f12b8-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0430546470f34d2f-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fc9dd221f93546f0-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/07c05fe8be04ac7c-s.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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3f7d8c1d79aba93c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e8991e2dc7e8967c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/21f52075fcc698f5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4583bbe0f56f12b8-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0430546470f34d2f-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fc9dd221f93546f0-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/07c05fe8be04ac7c-s.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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3f7d8c1d79aba93c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e8991e2dc7e8967c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/21f52075fcc698f5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4583bbe0f56f12b8-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0430546470f34d2f-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fc9dd221f93546f0-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/07c05fe8be04ac7c-s.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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3f7d8c1d79aba93c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e8991e2dc7e8967c-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/21f52075fcc698f5-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4583bbe0f56f12b8-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/0430546470f34d2f-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fc9dd221f93546f0-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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/07c05fe8be04ac7c-s.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:__Noto_Sans_Display_8d68d4;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3f7d8c1d79aba93c-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:__Noto_Sans_Display_Fallback_8d68d4;src:local("Arial");ascent-override:106.61%;descent-override:29.22%;line-gap-override:0.00%;size-adjust:100.27%}.__className_8d68d4{font-family:__Noto_Sans_Display_8d68d4,__Noto_Sans_Display_Fallback_8d68d4;font-style:normal}.__variable_8d68d4{--font-text:"__Noto_Sans_Display_8d68d4","__Noto_Sans_Display_Fallback_8d68d4"}