:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-body:"Manrope";--font-display:"Space Grotesk";--pd-bg-soft:#f5f7ff;--pd-bg-mint:#eefbf4;--pd-navy:#0f172a;--pd-blue:#155eef;--pd-green:#047857;--pd-text:#101828;--pd-muted:#475467;--pd-border:#e4e7ec;--pd-glow-left:#9cc9ff;--pd-glow-right:#a7f0ca;--pd-hero-card-from:#fff;--pd-hero-card-to:#f7fbff;--pd-badge-border:#b9d9ff;--pd-badge-bg:#ecf4ff;--pd-badge-text:#004cc3;--pd-inline-border:#e5eef9;--pd-inline-bg:#f9fcff;--pd-preview-shell-border:#cdd6eb;--pd-preview-shell-bg:#f8fbff;--pd-preview-card-border:#deecfe;--pd-preview-card-bg:#fff;--pd-preview-card-text:#101828;--pd-preview-card-muted:#475467;--pd-preview-hero-muted:#cbd5e1;--pd-accent-soft-border:#a6f4cd;--pd-accent-soft-bg:#ecfdf3;--pd-featured-from:#fff;--pd-featured-to:#eef5ff;--pd-final-panel-from:#fff;--pd-final-panel-to:#f2fbf5;--pd-palette-active-border:#b2d9ff;--pd-palette-active-shadow:#155eef21;--pd-toggle-active-bg:#ecf4ff;--pd-card-bg:#fff;--pd-control-bg:#fff;--pd-control-border:#d0d5dd;--pd-table-border:#eaecf0;--pd-palette-card-from:#fff;--pd-palette-card-to:#f8fbff;--pd-palette-toggle-bg:#fff;--pd-swatch-border:#10182814}:root[data-palette=aurora]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--pd-bg-soft:#05070d;--pd-bg-mint:#0a1222;--pd-navy:#020617;--pd-blue:#60a5fa;--pd-green:#34d399;--pd-text:#e2e8f0;--pd-muted:#94a3b8;--pd-border:#23314a;--pd-glow-left:#1d4ed8;--pd-glow-right:#0f766e;--pd-hero-card-from:#0b1324;--pd-hero-card-to:#0f1b31;--pd-badge-border:#285a9a;--pd-badge-bg:#0d1f39;--pd-badge-text:#93c5fd;--pd-inline-border:#24324b;--pd-inline-bg:#0b1528;--pd-preview-shell-border:#24324b;--pd-preview-shell-bg:#0b1528;--pd-preview-card-border:#30425f;--pd-preview-card-bg:#0f1b31;--pd-preview-card-text:#e2e8f0;--pd-preview-card-muted:#b6c5dc;--pd-preview-hero-muted:#93a8cb;--pd-accent-soft-border:#1f6b62;--pd-accent-soft-bg:#0a2a27;--pd-featured-from:#0b1426;--pd-featured-to:#10203b;--pd-final-panel-from:#0b1426;--pd-final-panel-to:#0d1c33;--pd-palette-active-border:#60a5fa;--pd-palette-active-shadow:#60a5fa3d;--pd-toggle-active-bg:#10203b;--pd-card-bg:#0b1528;--pd-control-bg:#0a1426;--pd-control-border:#2f3f5c;--pd-table-border:#27364f;--pd-palette-card-from:#0b1528;--pd-palette-card-to:#111f35;--pd-palette-toggle-bg:#0b1528;--pd-swatch-border:#94a3b83d}:root[data-palette=sunrise]{--pd-bg-soft:#fff7ed;--pd-bg-mint:#effaf4;--pd-navy:#1f2937;--pd-blue:#0ea5e9;--pd-green:#10b981;--pd-text:#1f2937;--pd-muted:#526072;--pd-border:#e7dfd7;--pd-glow-left:#ffd8a8;--pd-glow-right:#b8f2cf;--pd-hero-card-from:#fff;--pd-hero-card-to:#fffaf4;--pd-badge-border:#bfe4ff;--pd-badge-bg:#f0f9ff;--pd-badge-text:#0369a1;--pd-inline-border:#f0e3d6;--pd-inline-bg:#fffaf3;--pd-preview-shell-border:#eadbcf;--pd-preview-shell-bg:#fff8f0;--pd-preview-card-border:#f2e2d5;--pd-preview-card-bg:#fff;--pd-preview-card-text:#1f2937;--pd-preview-card-muted:#526072;--pd-preview-hero-muted:#d1d5db;--pd-accent-soft-border:#9de8ce;--pd-accent-soft-bg:#e7faf1;--pd-featured-from:#fff;--pd-featured-to:#fff2e5;--pd-final-panel-from:#fff;--pd-final-panel-to:#fdf5e8;--pd-palette-active-border:#f0c993;--pd-palette-active-shadow:#f973162e;--pd-toggle-active-bg:#fff5e8}*{box-sizing:border-box}body{min-height:100vh;font-family:var(--font-body),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,var(--pd-bg-soft)0%,var(--pd-bg-mint)100%);color:var(--pd-text);margin:0;font-size:16px;line-height:1.45;transition:background .24s,color .24s}a{color:inherit;text-decoration:none}.container{width:min(1100px,100% - 2rem);margin:0 auto}.topbar{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.brand{letter-spacing:.02em;font-weight:700;font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.language-switcher{color:var(--pd-muted);align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.language-select{border:1px solid var(--pd-control-border);background:var(--pd-control-bg);color:var(--pd-text);font:inherit;border-radius:999px;max-width:11rem;padding:.25rem .6rem}.card{border:1px solid var(--pd-border);background:var(--pd-card-bg);border-radius:14px;padding:1.1rem;box-shadow:0 4px 14px #1018280d}.card h2,.card h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.01em;line-height:1.16}.grid{gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.grid.two{grid-template-columns:1fr}}.button{border:1px solid var(--pd-blue);background:var(--pd-blue);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:2.35rem;padding:.6rem .9rem;font-size:.95rem;font-weight:600;line-height:1;display:inline-flex}.button.compact{border-radius:9px;min-height:2rem;padding:.42rem .72rem;font-size:.88rem}.button.secondary{color:var(--pd-blue);background:0 0}.button:disabled{opacity:.65;cursor:not-allowed}.input,.select,.textarea{border:1px solid var(--pd-control-border);background:var(--pd-control-bg);width:100%;color:var(--pd-text);font:inherit;border-radius:10px;padding:.63rem .78rem;font-size:1.02rem;line-height:1.3}.helper{color:var(--pd-muted);font-size:.95rem;line-height:1.35}.form-stack{gap:.82rem;display:grid}.form-field{gap:.4rem;display:grid}.field-label{color:var(--pd-muted);font-size:.94rem;font-weight:500;line-height:1.25}.actions-row{flex-wrap:wrap;gap:.62rem;display:flex}.actions-row .button{flex:12rem}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--pd-table-border);text-align:left;white-space:nowrap;padding:.55rem;font-size:.92rem}.hero{background:var(--pd-navy);color:#fff;border-radius:16px;margin-bottom:1rem;padding:1.2rem;box-shadow:0 12px 30px #0f172a33}.hero p{color:#cbd5e1;margin:.4rem 0 0}.dashboard-setup-grid,.signal-main-grid{margin-bottom:1rem}.workflow-list{gap:.75rem;margin:.4rem 0 0;padding-left:1.15rem;display:grid}.workflow-list li{padding:.2rem 0}.workflow-list h3{margin:0;font-size:1rem}.workflow-list p{margin:.2rem 0 0}.signal-quality-card .metric-grid{margin-bottom:.75rem}.signal-quality-list{border:1px solid var(--pd-inline-border);background:var(--pd-inline-bg);border-radius:12px;padding:.8rem}.signal-quality-list h3{margin-bottom:.45rem}.signal-quality-list p{margin:.3rem 0 0}.signal-studio-card .actions-row{margin-top:.2rem}.signal-field{border-bottom:1px dashed var(--pd-border);padding-bottom:.8rem}.signal-field:last-of-type{border-bottom:0;padding-bottom:.2rem}.signal-field-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.field-count{color:var(--pd-muted);font-size:.8rem;font-weight:600;line-height:1}.signal-field-error{margin-top:.1rem;font-size:.86rem}.signal-save-state{border:1px solid var(--pd-inline-border);background:var(--pd-inline-bg);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.55rem;padding:.55rem .65rem;display:flex}.preview-frame{border:1px solid var(--pd-table-border);background:#fff;border-radius:10px;width:100%;min-height:580px}.error{color:#b42318}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (max-width:720px){.metric-grid{grid-template-columns:1fr}.workflow-list{padding-left:1rem}}.status-list{gap:.6rem;display:grid}.status-list>div{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.pill-good,.pill-warn{border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.pill-good{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.pill-warn{color:#b42318;background:#fff5f4;border:1px solid #fecdca}.landing{padding-bottom:2rem;position:relative;overflow:hidden}.landing-glow{filter:blur(48px);opacity:.38;z-index:0;pointer-events:none;border-radius:999px;position:absolute}.landing-glow-left{background:var(--pd-glow-left);width:260px;height:260px;top:120px;left:-80px}.landing-glow-right{background:var(--pd-glow-right);width:280px;height:280px;top:360px;right:-80px}.landing>:not(.landing-glow){z-index:1;position:relative}.landing-hero{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:1rem;margin-bottom:1.2rem;display:grid}.landing-hero-copy{background:linear-gradient(160deg,var(--pd-hero-card-from)0%,var(--pd-hero-card-to)100%);border:1px solid var(--pd-border);border-radius:18px;padding:1.25rem;box-shadow:0 12px 36px #0f172a14}.landing-badge{border:1px solid var(--pd-badge-border);background:var(--pd-badge-bg);color:var(--pd-badge-text);letter-spacing:.02em;border-radius:999px;margin:0 0 .8rem;padding:.3rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.landing-hero h1{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.02em;margin:0;font-size:clamp(1.8rem,3.5vw,3rem);line-height:1.08}.landing-sub{color:var(--pd-muted);max-width:60ch;margin:.9rem 0 1.1rem}.landing-cta-row{flex-wrap:wrap;gap:.6rem;margin-bottom:.9rem;display:flex}.landing-inline-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.landing-inline-metrics div{border:1px solid var(--pd-inline-border);background:var(--pd-inline-bg);border-radius:12px;padding:.55rem .6rem}.landing-inline-metrics strong{font-size:1rem;display:block}.landing-inline-metrics span{color:var(--pd-muted);font-size:.8rem;display:block}.landing-preview{border:1px solid var(--pd-preview-shell-border);background:var(--pd-preview-shell-bg);border-radius:18px;padding:.9rem;box-shadow:0 14px 36px #0f172a29}.preview-hero{background:var(--pd-navy);color:#fff;border-radius:13px;margin-bottom:.7rem;padding:.8rem}.preview-hero h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0}.preview-hero p{color:var(--pd-preview-hero-muted);margin:.3rem 0 0;font-size:.85rem}.preview-card{border:1px solid var(--pd-preview-card-border);background:var(--pd-preview-card-bg);color:var(--pd-preview-card-text);border-radius:12px;margin-bottom:.55rem;padding:.7rem}.preview-card:last-child{margin-bottom:0}.preview-eyebrow{color:var(--pd-green);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.preview-card h4{color:var(--pd-preview-card-text);margin:.25rem 0;font-size:.95rem}.preview-line{color:var(--pd-preview-card-muted);margin:0;font-size:.84rem}.landing-reasons{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:1.2rem;display:grid}.landing-reasons h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin-top:0}.landing-reasons p{color:var(--pd-muted);margin-bottom:0}.landing-section-title{margin-bottom:.8rem}.landing-section-title p{color:var(--pd-green);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.78rem;font-weight:700}.landing-section-title h2{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:.35rem 0 0;font-size:clamp(1.4rem,2.4vw,2rem)}.landing-flow,.landing-palettes{margin-bottom:1.2rem}.landing-palette-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.landing-palette-card{background:linear-gradient(165deg,var(--pd-palette-card-from)0%,var(--pd-palette-card-to)100%);transition:box-shadow .18s,border-color .18s}.landing-palette-switcher{flex-wrap:wrap;gap:.55rem;margin-bottom:.8rem;display:flex}.landing-palette-toggle{border:1px solid var(--pd-border);background:var(--pd-palette-toggle-bg);color:var(--pd-text);font:inherit;cursor:pointer;border-radius:999px;padding:.35rem .75rem;font-size:.84rem;font-weight:700;transition:border-color .18s,background-color .18s,color .18s}:root[data-palette=newsletter] .landing-palette-toggle[data-palette-option=newsletter],:root[data-palette=aurora] .landing-palette-toggle[data-palette-option=aurora],:root[data-palette=sunrise] .landing-palette-toggle[data-palette-option=sunrise]{border-color:var(--pd-blue);background:var(--pd-toggle-active-bg);color:var(--pd-blue)}.landing-palette-reset{color:var(--pd-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.35rem .5rem;font-size:.8rem;font-weight:700}.landing-palette-reset:hover{color:var(--pd-blue)}.landing-palette-reset:disabled{opacity:.6;cursor:not-allowed}:root[data-palette=newsletter] .landing-palette-card[data-palette-option=newsletter],:root[data-palette=aurora] .landing-palette-card[data-palette-option=aurora],:root[data-palette=sunrise] .landing-palette-card[data-palette-option=sunrise]{border-color:var(--pd-palette-active-border);box-shadow:0 10px 28px var(--pd-palette-active-shadow)}.landing-palette-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.landing-palette-head h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:0}.landing-palette-head span{text-transform:uppercase;letter-spacing:.07em;color:var(--pd-muted);font-size:.72rem}.landing-swatches{gap:.45rem;margin:.7rem 0 .6rem;display:flex}.landing-swatches i{border:1px solid var(--pd-swatch-border);border-radius:8px;width:28px;height:28px;display:block}.landing-palette-card p{color:var(--pd-muted);margin:0}.landing-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.landing-step span{border:1px solid var(--pd-accent-soft-border);background:var(--pd-accent-soft-bg);width:34px;height:34px;color:var(--pd-green);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.landing-step h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:.6rem 0 .25rem}.landing-step p{color:var(--pd-muted);margin:0}.landing-enterprise{margin-bottom:1.2rem}.landing-enterprise-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.landing-enterprise-card{background:linear-gradient(160deg,#fff 0%,#f6faf8 100%)}.landing-enterprise-card h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin-top:0;margin-bottom:.4rem}.landing-enterprise-card p{color:var(--pd-muted);margin:0}.landing-pricing{margin-bottom:1.2rem}.landing-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.landing-price-card h3{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin-top:0}.landing-price{font-size:2rem;line-height:1;font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin:.35rem 0 .8rem}.landing-price span{color:var(--pd-muted);margin-left:.2rem;font-size:.88rem}.landing-price-card ul{color:var(--pd-muted);margin:0;padding-left:1rem}.landing-price-card li{margin:.32rem 0}.landing-price-card.featured{border-color:var(--pd-palette-active-border);background:linear-gradient(165deg,var(--pd-featured-from)0%,var(--pd-featured-to)100%)}.landing-final-panel{background:linear-gradient(155deg,var(--pd-final-panel-from)0%,var(--pd-final-panel-to)100%);border-radius:18px;padding:1.2rem}.landing-final-panel h2{font-family:var(--font-display),"Segoe UI",Roboto,Helvetica,Arial,sans-serif;margin-top:0;margin-bottom:.4rem}.landing-final-panel p{color:var(--pd-muted);max-width:64ch;margin-top:0}.landing-reveal{animation:.5s forwards fade-slide-in}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.landing-hero{grid-template-columns:1fr}.landing-palette-grid,.landing-enterprise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.landing-reasons,.landing-steps,.landing-pricing-grid,.landing-palette-grid,.landing-enterprise-grid{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(1100px,100% - 1rem)}.landing-hero-copy,.landing-preview,.landing-final-panel{padding:.9rem}.landing-inline-metrics{grid-template-columns:1fr}.topbar{align-items:flex-start;gap:.7rem}}
@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(../media/manrope-cyrillic-ext-400-normal.7a49689a.woff2)format("woff2"),url(../media/manrope-cyrillic-ext-400-normal.ee36ee35.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(../media/manrope-cyrillic-400-normal.3ebd6fd7.woff2)format("woff2"),url(../media/manrope-cyrillic-400-normal.81affb21.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(../media/manrope-greek-400-normal.ab4fa699.woff2)format("woff2"),url(../media/manrope-greek-400-normal.44694624.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(../media/manrope-vietnamese-400-normal.5a84eb5a.woff2)format("woff2"),url(../media/manrope-vietnamese-400-normal.5c37e79c.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(../media/manrope-latin-ext-400-normal.f9d04d3e.woff2)format("woff2"),url(../media/manrope-latin-ext-400-normal.e57630f3.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:400;src:url(../media/manrope-latin-400-normal.9e237906.woff2)format("woff2"),url(../media/manrope-latin-400-normal.2e841243.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:500;src:url(../media/manrope-cyrillic-ext-500-normal.0e92f81d.woff2)format("woff2"),url(../media/manrope-cyrillic-ext-500-normal.7ac18c4e.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(../media/manrope-cyrillic-500-normal.9bce4cf3.woff2)format("woff2"),url(../media/manrope-cyrillic-500-normal.b5d085c5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(../media/manrope-greek-500-normal.c1df393e.woff2)format("woff2"),url(../media/manrope-greek-500-normal.cd34e868.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(../media/manrope-vietnamese-500-normal.f2e2057b.woff2)format("woff2"),url(../media/manrope-vietnamese-500-normal.42daf633.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(../media/manrope-latin-ext-500-normal.cda1fea2.woff2)format("woff2"),url(../media/manrope-latin-ext-500-normal.9752b2ec.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:500;src:url(../media/manrope-latin-500-normal.66143851.woff2)format("woff2"),url(../media/manrope-latin-500-normal.212849e4.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:600;src:url(../media/manrope-cyrillic-ext-600-normal.e3d53883.woff2)format("woff2"),url(../media/manrope-cyrillic-ext-600-normal.c6df81b4.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(../media/manrope-cyrillic-600-normal.cfc13ebf.woff2)format("woff2"),url(../media/manrope-cyrillic-600-normal.341a24d9.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(../media/manrope-greek-600-normal.a63dac6f.woff2)format("woff2"),url(../media/manrope-greek-600-normal.bfe235f1.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(../media/manrope-vietnamese-600-normal.db123596.woff2)format("woff2"),url(../media/manrope-vietnamese-600-normal.d0f53bb8.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(../media/manrope-latin-ext-600-normal.2ff6c9e6.woff2)format("woff2"),url(../media/manrope-latin-ext-600-normal.8cdb941e.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:600;src:url(../media/manrope-latin-600-normal.eebf996a.woff2)format("woff2"),url(../media/manrope-latin-600-normal.2a00b2e1.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:700;src:url(../media/manrope-cyrillic-ext-700-normal.e76426d4.woff2)format("woff2"),url(../media/manrope-cyrillic-ext-700-normal.ceb3762f.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(../media/manrope-cyrillic-700-normal.aa679d69.woff2)format("woff2"),url(../media/manrope-cyrillic-700-normal.cf142a69.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(../media/manrope-greek-700-normal.14691d9d.woff2)format("woff2"),url(../media/manrope-greek-700-normal.c97feb2a.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(../media/manrope-vietnamese-700-normal.3fbf2092.woff2)format("woff2"),url(../media/manrope-vietnamese-700-normal.a07e475f.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(../media/manrope-latin-ext-700-normal.deef2c1f.woff2)format("woff2"),url(../media/manrope-latin-ext-700-normal.dda836ac.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:700;src:url(../media/manrope-latin-700-normal.be798118.woff2)format("woff2"),url(../media/manrope-latin-700-normal.37e7ce56.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:800;src:url(../media/manrope-cyrillic-ext-800-normal.02785cfa.woff2)format("woff2"),url(../media/manrope-cyrillic-ext-800-normal.82e66b8c.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(../media/manrope-cyrillic-800-normal.3e6f4716.woff2)format("woff2"),url(../media/manrope-cyrillic-800-normal.14746ef0.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(../media/manrope-greek-800-normal.3726970f.woff2)format("woff2"),url(../media/manrope-greek-800-normal.62c73ccd.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(../media/manrope-vietnamese-800-normal.4eb718c0.woff2)format("woff2"),url(../media/manrope-vietnamese-800-normal.b0b2597e.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(../media/manrope-latin-ext-800-normal.fac83594.woff2)format("woff2"),url(../media/manrope-latin-ext-800-normal.e2154af8.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:800;src:url(../media/manrope-latin-800-normal.7bdfca3c.woff2)format("woff2"),url(../media/manrope-latin-800-normal.fdf07ed5.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(../media/space-grotesk-vietnamese-500-normal.136ba47d.woff2)format("woff2"),url(../media/space-grotesk-vietnamese-500-normal.64208f0c.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(../media/space-grotesk-latin-ext-500-normal.0a8a7093.woff2)format("woff2"),url(../media/space-grotesk-latin-ext-500-normal.76999fcf.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(../media/space-grotesk-latin-500-normal.962d5a9f.woff2)format("woff2"),url(../media/space-grotesk-latin-500-normal.068dea81.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(../media/space-grotesk-vietnamese-700-normal.c43f5942.woff2)format("woff2"),url(../media/space-grotesk-vietnamese-700-normal.a150cf62.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(../media/space-grotesk-latin-ext-700-normal.4fcca94e.woff2)format("woff2"),url(../media/space-grotesk-latin-ext-700-normal.a2ae9d9b.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(../media/space-grotesk-latin-700-normal.37cecc86.woff2)format("woff2"),url(../media/space-grotesk-latin-700-normal.a6c956e2.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
