:root{--primary:#4f46e5;--primary-700:#4338ca;--primary-100:#e0e7ff;--primary-50:#eef2ff;--ink:#0f172a;--body:#475569;--muted:#64748b;--faint:#94a3b8;--surface:#ffffff;--bg:#f8fafc;--bg-soft:#f1f5f9;--border:#e2e8f0;--green:#059669;--green-100:#d1fae5;--amber:#b45309;--amber-100:#fef3c7;--red:#dc2626;--red-100:#fee2e2;--blue:#2563eb;--blue-100:#dbeafe;--violet:#7c3aed;--violet-100:#ede9fe;--radius:14px;--radius-sm:10px;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-md:0 10px 30px -12px rgba(15,23,42,0.18);--font:"Inter","Segoe UI",system-ui,-apple-system,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{font-family:var(--font);color:var(--body);background:var(--surface);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4{color:var(--ink);line-height:1.15;font-weight:700;letter-spacing:-.02em}.container{max-width:1160px;margin:0 auto;padding:0 24px}.feature-grid>*,.footer-grid>*,.hero-copy,.hero-grid>*,.hero-visual,.mf-2>*,.mock-body>*,.mock-kpis>*,.news-grid>*,.split>*{min-width:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:12px;z-index:100;background:var(--ink);color:#fff;padding:8px 14px;border-radius:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;border-radius:10px;padding:11px 20px;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;white-space:nowrap}.btn svg{width:17px;height:17px}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-700)}.btn-outline{border-color:var(--border);color:var(--ink);background:var(--surface)}.btn-outline:hover{border-color:var(--faint);background:var(--bg)}.btn-book{background:linear-gradient(90deg,#1e3a8a 21%,#12c3fd 97%);color:#fff;border-radius:100px;padding:12px 24px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.btn-book:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(18,89,195,.28);color:#fff}.btn-ghost{color:var(--ink)}.btn-ghost:hover{background:var(--bg-soft)}.btn-white{background:#fff;color:var(--primary-700)}.btn-white:hover{background:var(--primary-50)}.btn-link{color:var(--primary);font-weight:600;padding:0;display:inline-flex;align-items:center;gap:6px;border-radius:0}.btn-link svg{width:15px;height:15px;transition:transform .18s ease}.btn-link:hover{color:var(--primary-700)}.btn-link:hover svg{transform:translateX(3px)}.btn-lg{padding:14px 26px;font-size:16px}.btn-sm{padding:7px 14px;font-size:13.5px;border-radius:8px}.btn:disabled{opacity:.65;cursor:default}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-wrap{gap:32px;height:68px}.brand,.nav-wrap{display:flex;align-items:center}.brand{gap:10px;font-weight:800;color:var(--ink);font-size:18px;letter-spacing:-.02em}.brand svg{width:30px;height:30px}.site-nav{display:flex;gap:26px}.site-nav a{font-size:14.5px;font-weight:500;color:var(--body)}.site-nav a:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-toggle{display:none;width:40px;height:40px;border-radius:9px;align-items:center;justify-content:center;color:var(--ink);border:1px solid var(--border)}.nav-toggle svg{width:20px;height:20px}.hero{padding:88px 0 76px;background:radial-gradient(60% 80% at 88% 8%,var(--primary-50),transparent 60%),linear-gradient(180deg,#fff,var(--bg));overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{font-size:52px;letter-spacing:-.03em}.hero .lead{font-size:19px;margin:22px 0 32px;max-width:34em}.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.mock-window{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden}.mock-bar{display:flex;gap:6px;padding:12px 14px;border-bottom:1px solid var(--border);background:var(--bg)}.mock-bar span{width:10px;height:10px;border-radius:50%;background:var(--border)}.mock-body{padding:18px;display:grid;grid-gap:14px;gap:14px}.mock-kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.mock-kpi{border:1px solid var(--border);border-radius:12px;padding:12px}.mock-kpi .lbl{display:block;font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.mock-kpi .num{display:block;font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.02em}.mock-kpi .delta{display:block;font-size:12px;font-weight:700;color:var(--green);margin-top:2px}.mock-chart{border:1px solid var(--border);border-radius:12px;padding:14px}.mock-chart .chart-title{font-size:12px;font-weight:700;color:var(--ink);margin-bottom:10px}.mock-rows{display:grid;grid-gap:10px;gap:10px}.mock-field{display:grid;grid-gap:6px;gap:6px}.mock-field .mf-label{font-size:11px;font-weight:700;color:var(--faint);letter-spacing:.07em;text-transform:uppercase}.mock-field .mf-box{border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:13.5px;color:var(--ink);background:var(--bg);display:flex;justify-content:space-between;align-items:center;gap:10px}.mf-box svg{width:14px;height:14px;color:var(--faint);flex-shrink:0}.mf-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.mock-cta{background:var(--primary);color:#fff;text-align:center;border-radius:10px;padding:11px;font-weight:600;font-size:14px}.mock-result{display:flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:9px;padding:9px 12px;font-size:12.5px;color:var(--muted)}.mock-result svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.section{padding:88px 0}.section-alt{background:var(--bg)}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.section-head{max-width:780px;margin:0 auto 56px;text-align:center}.section-head h2{font-size:38px;margin-bottom:16px}.section-head .sub{font-size:17.5px}.section-head.left{text-align:left;margin-left:0}.head-actions{display:flex;gap:16px;justify-content:center;margin-top:28px;align-items:center;flex-wrap:wrap}.section-head.left .head-actions{justify-content:flex-start}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-sm)}.icon-tile{width:46px;height:46px;border-radius:12px;background:var(--primary-50);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.icon-tile svg{width:23px;height:23px}.feature-card h3{font-size:19.5px;margin-bottom:10px}.feature-card p{font-size:15px}.feature-card .btn-link{margin-top:18px;font-size:14.5px}.tag{display:inline-block;font-size:12.5px;font-weight:700;color:var(--primary-700);background:var(--primary-50);padding:4px 12px;border-radius:999px;margin-bottom:16px}.step-label{display:block;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.step-num{width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;font-weight:700;font-size:16px;display:flex;justify-content:center;margin-bottom:20px}.split,.step-num{align-items:center}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px}.split h2{font-size:34px;margin-bottom:16px}.split .sub{font-size:16.5px}.split .actions{display:flex;gap:16px;margin-top:26px;align-items:center;flex-wrap:wrap}.hbar-row{display:grid;grid-template-columns:minmax(120px,190px) 1fr 44px;grid-gap:14px;gap:14px;align-items:center;font-size:13.5px}.hbar-lbl{color:var(--body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar{height:10px;background:var(--bg-soft);overflow:hidden}.hbar,.hbar span{border-radius:999px}.hbar span{display:block;height:100%;background:var(--primary)}.hbar-val{font-weight:700;color:var(--ink);text-align:right}.hbar-stack{display:grid;grid-gap:13px;gap:13px}.cta{background:linear-gradient(135deg,var(--primary-700),#312e81);color:#c7d2fe;border-radius:24px;padding:64px 48px;text-align:center}.cta h2{color:#fff;font-size:36px;margin-bottom:14px}.cta p{max-width:44em;margin:0 auto 30px;font-size:17px}.news-grid{display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:44px;box-shadow:var(--shadow-sm)}.news-grid h2{font-size:26px;margin-bottom:8px}.news-grid .sub{font-size:15.5px}.news-form{display:flex;gap:12px;min-width:380px}.news-form input{flex:1 1;padding:12px 16px;border:1px solid var(--border);border-radius:10px;font-size:15px;outline:none;color:var(--ink)}.news-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}.fine{font-size:12.5px;color:var(--faint);margin-top:12px}.fine a{text-decoration:underline;text-underline-offset:3px}.form-success{display:flex;align-items:center;gap:10px;color:var(--green);font-weight:600;font-size:15px}.form-success svg{width:19px;height:19px;flex-shrink:0}.site-footer{background:#0b1220;color:#94a3b8;padding:64px 0 28px;font-size:14px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr 1.35fr;grid-gap:36px;gap:36px}.foot-brand .brand{color:#fff;margin-bottom:16px}.foot-brand p{font-size:13.5px;max-width:24em;margin-bottom:22px}.foot-col h4{color:#fff;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-weight:700}.foot-col a{display:block;padding:5px 0;color:#94a3b8;font-size:13.5px}.foot-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(148,163,184,.18);margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px}.footer-legal{display:flex;gap:22px;flex-wrap:wrap}.footer-legal a{text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:#fff}.chart-svg{width:100%;height:auto}@media (max-width:1020px){.hero{padding:60px 0 56px}.hero h1{font-size:42px}.hero-grid{gap:44px}.hero-grid,.split{grid-template-columns:1fr}.split{gap:40px}.feature-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}.foot-brand{grid-column:1/-1}}@media (max-width:960px){.nav-toggle{display:inline-flex}.site-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);flex-direction:column;padding:14px 24px 20px;gap:2px;box-shadow:var(--shadow-md)}.site-header.nav-open .site-nav{display:flex}.site-nav a{padding:11px 0;font-size:16px;border-bottom:1px solid var(--bg-soft)}.nav-actions{margin-left:auto}.nav-actions .btn{padding:9px 14px;font-size:14px}.news-grid{grid-template-columns:1fr;gap:24px;padding:32px}.news-form{min-width:0}}@media (max-width:640px){.section{padding:60px 0}.section-head{margin-bottom:40px}.section-head h2{font-size:29px}.mock-kpis{grid-template-columns:1fr 1fr}.mock-kpis .mock-kpi:last-child{grid-column:span 2}.split h2{font-size:27px}.hero h1{font-size:34px}.hero .lead{font-size:17px}.feature-grid{grid-template-columns:1fr}.cta{padding:44px 24px}.cta h2{font-size:28px}.news-form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}.img-ph{position:relative;width:100%;min-height:160px;border:1px solid #d8dde3;border-radius:10px;background:linear-gradient(to top right,transparent calc(50% - .6px),#d8dde3 50%,transparent calc(50% + .6px)),linear-gradient(to bottom right,transparent calc(50% - .6px),#d8dde3 50%,transparent calc(50% + .6px)),#eef0f3;flex-shrink:0}.img-ph,.img-ph .ph-ic{display:flex;align-items:center;justify-content:center}.img-ph .ph-ic{width:54px;height:44px;background:#fff;border:1px solid #d8dde3;border-radius:8px;color:#94a3b8}.img-ph .ph-ic svg{width:20px;height:20px}.img-ph.lg{min-height:420px}.img-ph.md{min-height:300px}.img-ph.sm{min-height:160px;margin-bottom:20px}.img-ph.xs{width:48px;height:48px;min-height:0;border-radius:8px}@media (max-width:640px){.img-ph.lg{min-height:240px}.img-ph.md{min-height:200px}}.logo-ph{display:inline-flex;align-items:center;justify-content:center;width:112px;height:40px;font-size:13px;font-weight:500;color:var(--muted);border:1px solid #d8dde3;border-radius:4px;flex-shrink:0;background:linear-gradient(to top right,transparent calc(50% - .6px),#d8dde3 50%,transparent calc(50% + .6px)),linear-gradient(to bottom right,transparent calc(50% - .6px),#d8dde3 50%,transparent calc(50% + .6px)),#f5f6f8}.logo-ph span{background:#f5f6f8;padding:0 6px}.logo-brand{display:inline-flex;align-items:center;flex-shrink:0}.logo-brand img{height:48px;width:auto}.nav-wrap{position:relative}.site-nav{margin-left:auto;margin-right:auto;gap:8px;align-items:center}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:8px;font-size:14.5px;font-weight:500;color:var(--body)}.nav-link:hover{color:var(--ink);background:var(--bg-soft)}.nav-link.is-current{color:var(--ink);font-weight:600}.nav-link .chev{width:13px;height:13px;transition:transform .18s ease}.nav-item:hover .nav-link .chev{transform:rotate(180deg)}.menu-panel{display:none;position:absolute;top:100%;left:0;min-width:220px;padding:8px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);z-index:70}.nav-item:focus-within>.menu-panel,.nav-item:hover>.menu-panel{display:block}.nav-item.menu-suppressed:focus-within>.menu-panel,.nav-item.menu-suppressed:hover>.menu-panel{display:none}.menu-panel a{display:block;padding:9px 12px;border-radius:8px;font-size:14px;color:var(--body)}.menu-panel a:hover{background:var(--bg-soft);color:var(--ink)}.nav-item.mega-item{position:static}.mega{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(980px,calc(100vw - 32px));background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-md);padding:24px;z-index:70}.nav-item.mega-item:focus-within .mega,.nav-item.mega-item:hover .mega{display:block}.mega .mega-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);margin-bottom:14px}.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.mcard{display:flex;flex-direction:column;gap:9px;padding:14px;border-radius:10px;border:1px solid transparent}.mcard:hover{background:var(--bg);border-color:var(--border)}.mcard strong{color:var(--ink);font-size:14.5px;font-weight:600}.mcard p{font-size:12.5px;color:var(--muted);line-height:1.45}.mcard .arrow{align-self:flex-end;width:15px;height:15px;color:var(--ink)}.hero-center{text-align:center;max-width:880px}.hero-center .lead,.hero-center h1{margin-left:auto;margin-right:auto}.hero-center .hero-actions{justify-content:center}.hero-center .img-ph.lg{margin-top:52px}@media (max-width:960px){.site-nav{margin:0;align-items:stretch}.nav-link{padding:11px 0;border-radius:0;width:100%}.nav-link:hover{background:none}.mega,.menu-panel,.nav-item.mega-item:hover .mega,.nav-item:hover>.menu-panel,.nav-link .chev{display:none}.nav-item{width:100%;border-bottom:1px solid var(--bg-soft)}}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#1e293b}.product-hero{background:var(--bg);border-bottom:1px solid var(--border);padding:64px 0}.product-hero h1{font-size:44px;margin-bottom:14px}.product-hero .sub{max-width:30em}.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.tools-grid>*{min-width:0}.tool-card{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--surface);transition:box-shadow .18s ease,border-color .18s ease}.tool-card:hover{border-color:var(--faint);box-shadow:var(--shadow-md)}.tool-card h3{font-size:15px}.tool-card p{font-size:12.5px;color:var(--muted);line-height:1.5}.tool-card .arrow{align-self:flex-end;width:15px;height:15px;color:var(--ink);margin-top:auto}.trusted-lbl{text-align:center;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:26px}.logo-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.logo-row .logo-ph{width:124px;height:50px}.footer-lite{background:var(--bg);border-top:1px solid var(--border);padding:56px 0 24px;font-size:14px;color:var(--body)}.footer-lite .foot-brand p{color:var(--muted)}.footer-lite .foot-col h4{color:var(--ink)}.footer-lite .foot-col a{color:var(--muted)}.footer-lite .foot-col a:hover{color:var(--ink)}.footer-lite .foot-col p{font-size:13px;color:var(--muted);margin-bottom:12px}.footer-lite .news-form{min-width:0;gap:8px;flex-wrap:wrap}.footer-lite .news-form input{background:#fff;padding:9px 12px;font-size:13.5px;flex:1 1 140px;min-width:0;width:100%}.footer-lite .footer-bottom{border-top:1px solid var(--border);color:var(--muted)}.footer-lite .footer-legal a:hover{color:var(--ink)}@media (max-width:1020px){.tools-grid{grid-template-columns:repeat(3,1fr)}.product-hero h1{font-size:36px}}@media (max-width:640px){.tools-grid{grid-template-columns:1fr 1fr}.product-hero{padding:48px 0}.product-hero h1{font-size:30px}}.crumbs{display:flex;gap:12px;font-size:13.5px;flex-wrap:wrap}.crumbs,.crumbs a{align-items:center;color:var(--muted)}.crumbs a{display:inline-flex;gap:6px}.crumbs a:hover{color:var(--ink)}.crumbs .home-ic{width:16px;height:16px;display:block}.crumbs .sep{color:var(--faint);font-size:13px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.crumbs .current{color:var(--ink);font-weight:600}.wire-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow-sm)}.wire-top{display:flex;gap:14px;align-items:flex-start;margin-bottom:8px;flex-wrap:wrap}.wire-circle{width:42px;height:42px;border-radius:50%;background:#eef0f3;border:1px solid #d8dde3;flex-shrink:0}.wire-stats{display:flex;gap:10px;flex:1 1;justify-content:flex-end;flex-wrap:wrap}.wire-stat{border:1px solid var(--border);border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;min-width:88px}.wire-stat .n{font-weight:800;color:var(--ink);font-size:17px;letter-spacing:-.02em}.wire-stat .l{font-size:11px;color:var(--muted)}.wire-stat.with-donut{flex-direction:row;align-items:center;gap:10px}.wire-donut{width:34px;height:34px;flex-shrink:0}.skel-row{height:12px;border-radius:6px;background:#eef0f3;margin-top:13px}.skel-row.w90{width:90%}.skel-row.w75{width:75%}.skel-row.w60{width:60%}.skel-row.w45{width:45%}.flow-row{display:grid;grid-template-columns:320px 1fr;grid-gap:18px;gap:18px;align-items:stretch}.flow-row+.flow-row{margin-top:18px}.flow-row>*{min-width:0}.flow-card{border:1px solid var(--border);border-radius:14px;background:var(--bg);padding:26px}.flow-card .fc-ic{width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--muted)}.flow-card .fc-ic svg{width:21px;height:21px}.flow-card h3{font-size:16.5px;margin:16px 0 8px}.flow-card p{font-size:13.5px;color:var(--muted)}.tile-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.tile-grid.cols-4{grid-template-columns:repeat(4,1fr)}.tile{border:1px solid var(--border);border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px 8px;text-align:center;min-width:0}.tile svg{width:22px;height:22px;color:var(--muted)}.tile span{font-size:12px;font-weight:600;color:var(--ink)}.wire-results{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:24px;align-items:center}.wire-results>*{min-width:0}.wire-results .wave{width:100%;height:auto}.wr-side{display:flex;flex-direction:column}.wr-side .wire-donut{width:56px;height:56px}.help-band{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:26px 30px;gap:20px;flex-wrap:wrap}.help-band,.help-band .hb-ic{display:flex;align-items:center}.help-band .hb-ic{width:52px;height:52px;border-radius:50%;border:1px solid var(--border);background:#fff;justify-content:center;color:var(--muted);flex-shrink:0}.help-band .hb-ic svg{width:24px;height:24px}.help-band h3{font-size:16.5px}.help-band p{font-size:13.5px;color:var(--muted);margin-top:2px;max-width:44em}.help-band .btn{margin-left:auto}.socials{display:flex;gap:10px;margin-top:18px}.socials a{width:32px;height:32px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.socials a:hover{color:var(--ink);border-color:var(--faint)}.socials svg{width:15px;height:15px}@media (max-width:1020px){.flow-row{grid-template-columns:1fr}.tile-grid{grid-template-columns:repeat(3,1fr)}.tile-grid.cols-4{grid-template-columns:repeat(2,1fr)}.wire-results{grid-template-columns:1fr}}@media (max-width:640px){.tile-grid{grid-template-columns:1fr 1fr}.help-band .btn{margin-left:0}.wire-stats{justify-content:flex-start}}.wire-shell{display:grid;grid-template-columns:64px 1fr;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm)}.wire-shell .shell-side{background:#f5f6f8;border-right:1px solid var(--border);padding:14px 10px;display:flex;flex-direction:column;gap:10px;align-items:center}.shell-side .wire-circle{width:28px;height:28px}.shell-side .bar{width:100%;height:8px;border-radius:4px;background:#e2e6ea}.wire-shell .shell-main{padding:16px;min-width:0}.wire-search,.ws-input{display:flex;gap:8px}.ws-input{flex:1 1;border:1px solid var(--border);border-radius:8px;height:34px;align-items:center;padding:0 10px;color:#b6bec7;font-size:12px;min-width:0}.ws-input svg{width:14px;height:14px;flex-shrink:0}.ws-btn{width:34px;height:34px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0}.ws-btn svg{width:14px;height:14px}.wire-chips{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap;align-items:center}.wchip{border:1px solid var(--border);border-radius:7px;padding:5px 10px;font-size:11px;font-weight:600;color:var(--muted);display:inline-flex;gap:5px;align-items:center;white-space:nowrap}.wchip svg{width:10px;height:10px}.wire-listrow{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:8px;padding:10px;margin-top:8px}.wl-check{width:14px;height:14px;border:1px solid #d0d6dc;border-radius:4px;flex-shrink:0}.wl-bar{height:9px;border-radius:5px;background:#eef0f3}.wl-bar.grow{flex:1 1}.wl-bar.w80{width:80px}.wl-bar.w48{width:48px}.wl-ava{width:26px;height:26px;border-radius:50%;background:#e6e9ed;flex-shrink:0}.wl-dots{color:#c3cad2;font-weight:700;letter-spacing:1px}.wl-pill{width:34px;height:16px;border-radius:999px;background:#e6e9ed;margin-left:auto;flex-shrink:0}.mini-stats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px;align-items:center}.mini-stat{flex:1 1;min-width:88px;border:1px solid var(--border);border-radius:10px;padding:10px 12px}.mini-stat .n{display:block;font-weight:800;color:var(--ink);font-size:16px;letter-spacing:-.02em}.mini-stat .l{font-size:10.5px;color:var(--muted)}.mini-chart{border:1px solid var(--border);border-radius:10px;padding:10px;min-width:0}.mini-chart .mc-t{font-size:10px;font-weight:700;color:var(--ink);margin-bottom:6px}.mini-charts{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.stat-strip{background:var(--bg);border:1px solid var(--border);border-radius:16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding:22px 26px}.stat-strip.cols-4{grid-template-columns:repeat(4,1fr)}.strip-item{display:flex;gap:14px;align-items:center;min-width:0}.strip-item strong{display:block;font-size:16px;color:var(--ink);letter-spacing:-.01em}.strip-item span{font-size:12px;color:var(--muted)}.fi-ic{width:46px;height:46px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--ink);flex-shrink:0}.fi-ic svg{width:20px;height:20px}.feat-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.feat-list.cols-3{grid-template-columns:repeat(3,1fr)}.feat-item{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--border);border-radius:12px;background:var(--bg);padding:20px;min-width:0}.feat-item .fi-body{flex:1 1;min-width:0}.feat-item h3{font-size:14.5px;margin-bottom:5px}.feat-item p{font-size:12.5px;color:var(--muted);line-height:1.55}.feat-item .chev{width:16px;height:16px;color:var(--ink);flex-shrink:0;align-self:center}.fi-chips{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.fi-chip{border:1px solid var(--border);background:#fff;border-radius:6px;padding:3px 9px;font-size:10.5px;font-weight:600;color:var(--ink)}.fw-row{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px}.fw-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px 10px;text-align:center;min-width:0}.fw-card .fw-ic{width:38px;height:38px;margin:0 auto;border:1px solid var(--border);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.fw-card .fw-ic svg{width:17px;height:17px}.fw-card strong{display:block;font-size:13px;color:var(--ink);margin-top:12px}.fw-card span{display:block;font-size:10.5px;color:var(--muted);line-height:1.45;margin-top:4px}.dots{display:flex;gap:6px;justify-content:center;margin-top:22px}.dots span{width:7px;height:7px;border-radius:50%;background:#d8dde3}.dots span.on{background:var(--ink)}.rep-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.rep-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:22px;display:flex;flex-direction:column;min-width:0}.rep-card h3{font-size:14.5px;margin:14px 0 6px}.rep-card p{font-size:12.5px;color:var(--muted);line-height:1.55}.rep-card .arrow{width:16px;height:16px;color:var(--ink);align-self:flex-end;margin-top:14px}.an-tabs{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.an-tab{border:1px solid var(--border);border-radius:10px;padding:14px 4px;text-align:center;font-size:11px;font-weight:600;color:var(--muted);display:flex;flex-direction:column;gap:9px;align-items:center;background:#fff;min-width:0}.an-tab svg{width:18px;height:18px}.an-tab.is-active{border-color:var(--ink);color:var(--ink)}.an-panel{border:1px solid var(--border);border-radius:14px;background:#fff;padding:26px;display:grid;grid-template-columns:250px 1fr;grid-gap:26px;gap:26px}.an-panel>*{min-width:0}.an-left h3{font-size:19px;margin-bottom:8px}.an-left p{font-size:13px;color:var(--muted);margin-bottom:16px}.check-list{list-style:none;display:grid;grid-gap:9px;gap:9px}.check-list li{display:flex;gap:9px;align-items:center;font-size:12.5px;color:var(--body)}.check-list svg{width:14px;height:14px;color:var(--ink);flex-shrink:0}.an-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;align-items:center}.an-stats{grid-template-columns:repeat(4,1fr);grid-gap:10px}.an-charts,.an-stats{display:grid;gap:10px;margin-bottom:14px}.an-charts{grid-template-columns:1.5fr 1fr;grid-gap:10px}.don-legend{display:grid;grid-gap:5px;gap:5px;font-size:10.5px;color:var(--muted)}.don-legend span{display:flex;justify-content:space-between;gap:8px}.an-table{width:100%;border-collapse:collapse;font-size:12px}.an-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);padding:8px 10px;border-bottom:1px solid var(--border)}.an-table td{padding:9px 10px;border-bottom:1px solid var(--bg-soft);color:var(--body)}.an-table td:first-child{font-weight:600;color:var(--ink)}.an-up{color:var(--ink)}.an-down,.an-up{font-weight:700;white-space:nowrap}.an-down{color:var(--muted)}.dark-band{background:#0f172a;color:#94a3b8;padding:44px 0}.dark-band .db-grid{display:grid;grid-template-columns:1.1fr repeat(3,1fr);grid-gap:28px;gap:28px;align-items:center}.dark-band h2{color:#fff;font-size:22px;line-height:1.3}.dark-band .db-item{display:flex;gap:12px;align-items:flex-start}.dark-band .db-item svg{width:20px;height:20px;color:#cbd5e1;flex-shrink:0;margin-top:2px}.dark-band strong{display:block;color:#fff;font-size:13.5px;margin-bottom:3px}.dark-band p{font-size:12px;line-height:1.5}.link-list{display:grid;grid-gap:14px;gap:14px}.link-item{display:flex;align-items:center;gap:18px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:18px 24px}.link-item .li-body{flex:1 1;min-width:0}.link-item strong{display:block;font-size:15px;color:var(--ink)}.link-item p{font-size:12.5px;color:var(--muted);margin-top:3px}.link-item .arrow{width:17px;height:17px;color:var(--ink);flex-shrink:0}.link-item:hover{border-color:var(--faint);box-shadow:var(--shadow-sm)}@media (max-width:1020px){.feat-list,.feat-list.cols-3{grid-template-columns:1fr}.fw-row{grid-template-columns:repeat(4,1fr)}.rep-grid{grid-template-columns:1fr 1fr}.an-tabs{grid-template-columns:repeat(4,1fr)}.an-charts,.an-panel,.dark-band .db-grid,.stat-strip,.stat-strip.cols-4{grid-template-columns:1fr}}@media (max-width:640px){.fw-row{grid-template-columns:1fr 1fr}.rep-grid{grid-template-columns:1fr}.an-tabs{grid-template-columns:repeat(2,1fr)}.an-stats{grid-template-columns:1fr 1fr}}@media (max-width:960px){.site-nav .nav-item{width:100%}.site-nav .nav-item .nav-link{display:flex;width:100%;justify-content:space-between;align-items:center}.site-nav .nav-link .chev{display:block;width:20px;height:20px;color:var(--ink);flex-shrink:0}.site-nav .menu-panel{position:static;min-width:0;padding:0 0 6px 16px;border:0;border-radius:0;box-shadow:none}.site-nav .nav-item:focus-within>.menu-panel,.site-nav .nav-item:hover>.menu-panel{display:none}.site-nav .nav-item.sub-open>.menu-panel{display:block}.site-nav .nav-item.sub-open .nav-link .chev{transform:rotate(180deg)}}:root{--kd-ink:#050a41;--kd-body:#6d6d6d;--kd-blue:#1b5cc4;--kd-orange:#ff752d;--kd-grad:linear-gradient(90deg,#1e3a8a 21%,#12c3fd 97%)}.page-home{color:var(--kd-body)}.page-home h1,.page-home h2,.page-home h3{color:var(--kd-ink);letter-spacing:0}.btn-grad{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--kd-grad);color:#fff;font-weight:600;font-size:17px;padding:14px 28px;border-radius:100px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;white-space:nowrap}.btn-grad:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(18,89,195,.28)}.link-orange{display:inline-flex;align-items:center;gap:9px;color:var(--kd-orange);font-weight:500;font-size:17px}.link-orange svg{width:20px;height:20px}.link-orange:hover{text-decoration:underline}.kd-eyebrow{display:block;color:var(--kd-blue);font-weight:600;font-size:16px;margin-bottom:15px}.kd-head{max-width:841px;margin:0 auto 64px;text-align:center}.kd-head h2{font-size:clamp(30px,4vw,46px);line-height:1.3;font-weight:700;margin-bottom:22px}.kd-head .sub{font-size:18px;line-height:28px;color:var(--kd-body);margin:0 auto}.kd-actions{display:flex;align-items:center;justify-content:center;gap:42px;flex-wrap:wrap}.kd-section{position:relative;padding:90px 0}.kd-deco{position:absolute;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}@media (max-width:1100px){.kd-deco{display:none}}.kd-hero{position:relative;padding:78px 0 90px;overflow:hidden}.kd-hero .deco-bg{top:-60px;left:50%;transform:translateX(-58%);width:min(840px,70vw);opacity:.9}.kd-hero .deco-pattern-r{right:-110px;top:250px;width:300px}.kd-hero .deco-sparkle-1{top:34px;right:27%;width:60px}.kd-hero .deco-sparkle-2{top:280px;right:15%;width:39px}.kd-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:46px;text-align:center}.kd-hero h1{max-width:820px;font-size:clamp(34px,5vw,54px);line-height:1.33;font-weight:700;color:#000}.kd-hero .lead{max-width:787px;font-size:18px;line-height:28px;color:#000;margin-top:-20px}.kd-hero-img{width:100%;margin-top:28px}.kd-hero-img img{width:100%;height:auto;max-height:856px;object-fit:cover;border-radius:16px 206px 16px 206px}@media (max-width:720px){.kd-hero-img img{border-radius:12px 80px 12px 80px}}.kd-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:62px;gap:62px;position:relative;z-index:1}@media (max-width:980px){.kd-cards{grid-template-columns:1fr;gap:44px}}.kd-card{text-align:center}.kd-card img{width:100%;height:248px;object-fit:cover;border-radius:16px;margin-bottom:24px}.kd-card h3{font-size:clamp(22px,2.4vw,30px);line-height:1.34;font-weight:700;margin-bottom:16px}.kd-card p{font-size:16px;line-height:24px;max-width:424px;margin:0 auto}.kd-section .kd-actions.mt{margin-top:64px}.kd-split{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:1}@media (max-width:980px){.kd-split{grid-template-columns:1fr}}.kd-split-visual img{width:100%;height:auto}.kd-feature-list{display:flex;flex-direction:column;gap:38px}.kd-feature-list hr{border:none;border-top:1px solid #000;margin:0}.kd-feature-list h3{font-size:clamp(22px,2.4vw,30px);line-height:1.34;font-weight:700;margin-bottom:16px}.kd-feature-list p{font-size:16px;line-height:24px}.kd-report-copy .kd-eyebrow{margin-bottom:24px}.kd-report-copy h2{font-size:clamp(30px,4vw,46px);line-height:1.3;font-weight:700;margin-bottom:24px}.kd-report-copy .sub{font-size:18px;line-height:28px;margin-bottom:40px}.kd-logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap;margin-bottom:56px}.kd-logos img{height:30px;width:auto}.kd-report-copy .kd-actions{justify-content:flex-start}.kd-benefits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;position:relative;z-index:1;margin-top:90px}@media (max-width:980px){.kd-benefits{grid-template-columns:1fr;margin-top:70px}}.kd-benefit{border-radius:24px;background:var(--card-bg);padding:0 26px 42px}.kd-benefit img{width:calc(100% + 32px);max-width:none;margin:-46px -16px 26px;height:auto}.kd-benefit .tag{display:block;background:none;border:none;padding:0;border-radius:0;font-size:16px;font-weight:500;color:var(--card-muted);margin-bottom:12px}.page-home .kd-benefit h3{color:var(--card-ink);font-size:clamp(22px,2.2vw,28px);line-height:1.34;font-weight:700;margin-bottom:16px}.kd-benefit p{color:var(--card-muted);font-size:16px;line-height:24px;margin-bottom:26px}.kd-benefit .card-link{display:inline-flex;align-items:center;gap:8px;font-weight:500;font-size:17px;color:var(--card-ink)}.kd-benefit .card-link svg{width:20px;height:20px}.kd-benefit.teachers{--card-bg:#ffbcf9;--card-ink:#5c0e55;--card-muted:rgba(92,14,85,0.75)}.kd-benefit.students{--card-bg:#c1bcfe;--card-ink:#373274;--card-muted:rgba(55,50,116,0.75)}.kd-benefit.leaders{--card-bg:#e1f8fb;--card-ink:#4c6f79;--card-muted:rgba(76,111,121,0.75)}.kd-process{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:62px;gap:62px;position:relative;z-index:1}@media (max-width:980px){.kd-process{grid-template-columns:1fr;gap:36px}}.kd-step{position:relative;min-height:620px;border-radius:24px;overflow:hidden;display:flex;align-items:flex-end;background-size:cover;background-position:top;isolation:isolate}@media (max-width:980px){.kd-step{min-height:520px}}.kd-step:before{content:"";position:absolute;inset:0;z-index:0;background:var(--step-grad)}.kd-step-body{position:relative;z-index:1;padding:0 22px 40px;color:#fff}.kd-step-body .step-label{display:block;font-size:16px;font-weight:500;color:#fff;text-transform:none;letter-spacing:0;margin-bottom:12px}.page-home .kd-step-body h3{color:#fff;font-size:clamp(22px,2.2vw,30px);line-height:1.34;font-weight:700;margin-bottom:16px}.kd-step-body p{color:#fff;font-size:16px;line-height:24px;margin-bottom:22px}.kd-step-body .card-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:500;font-size:17px}.kd-step-body .card-link svg{width:20px;height:20px}.kd-step .bg-img{object-fit:cover;object-position:center top;z-index:-1}.kd-step.s1{--step-grad:linear-gradient(180deg,rgba(255,117,45,0) 47%,rgba(255,117,45,0.87) 66%,rgba(255,117,45,1))}.kd-step.s2{--step-grad:linear-gradient(180deg,rgba(107,170,199,0) 47%,rgba(107,170,199,0.83) 68%,rgba(107,170,199,1))}.kd-step.s3{--step-grad:linear-gradient(180deg,rgba(112,139,5,0) 47%,rgba(112,139,5,0.8) 65%,rgba(112,139,5,1))}.kd-cta{position:relative;border-radius:16px;overflow:hidden;isolation:isolate}.kd-cta .bg-img{object-fit:cover;z-index:-1}.kd-cta:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:0}.kd-cta-inner{position:relative;z-index:1;max-width:840px;margin:0 auto;padding:98px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.page-home .kd-cta-inner h2{color:#fff;font-size:clamp(30px,4vw,46px);line-height:1.3;font-weight:700}.kd-cta-inner p{color:#fff;font-size:18px;line-height:28px}.kd-cta-inner .btn-grad{margin-top:22px}.kd-footer{padding:90px 0 40px;background:#fff;color:#000}.kd-footer-top{display:grid;grid-template-columns:250px 1fr 280px;grid-gap:48px;gap:48px;align-items:start;margin-bottom:56px}@media (max-width:1100px){.kd-footer-top{grid-template-columns:1fr 1fr}}@media (max-width:720px){.kd-footer-top{grid-template-columns:1fr;gap:40px}}.kd-foot-brand img.logo{width:82px;height:70px;object-fit:contain;margin-bottom:16px}.kd-foot-brand p{font-size:16px;line-height:24px;color:var(--kd-body);margin-bottom:18px}.kd-social{display:flex;align-items:center;gap:8px}.kd-social img{width:27px;height:27px}.kd-foot-cols{display:flex;gap:clamp(24px,3.5vw,60px);flex-wrap:wrap}.kd-foot-col h4{font-size:16px;line-height:24px;font-weight:600;color:#000;margin-bottom:16px}.kd-foot-col a{display:block;font-size:14px;line-height:20px;color:#000;margin-bottom:12px}.kd-foot-col a:hover{color:var(--kd-blue)}.kd-news h4{font-size:16px;font-weight:600;color:#000;margin-bottom:10px}.kd-news .note{font-size:14px;line-height:20px;color:#000;margin-bottom:16px;max-width:300px}.kd-news-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.kd-news-form input{background:#fbfbfb;border:1px solid #efefef;border-radius:15px;padding:15px 20px;font-size:16px;width:min(280px,100%)}.kd-news-form input::placeholder{color:rgba(43,42,41,.5)}.kd-news-form .btn-grad{font-size:16px;padding:13px 30px}.kd-footer .form-success{display:inline-flex;align-items:center;gap:8px;color:#16ab11;font-weight:600}.kd-footer .form-success svg{width:20px;height:20px}.kd-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border-top:1px solid #eee;padding-top:28px}.kd-footer-bottom .copy{font-size:14px;line-height:26px;color:#605d5d}.kd-footer-legal{display:flex;align-items:center;gap:clamp(28px,5vw,76px)}.kd-footer-legal a{font-size:14px;color:#000}.kd-footer-legal a:hover{color:var(--kd-blue)}.pd-hero{position:relative;background:#fff2e2;overflow:hidden;padding:64px 0 72px}.pd-hero .deco-bg{left:50%;top:-40px;transform:translateX(-72%);width:min(840px,60vw)}.pd-hero .deco-blurb{left:-120px;top:40px;width:380px;opacity:.9}.pd-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.15fr;grid-gap:56px;gap:56px;align-items:center}@media (max-width:980px){.pd-hero-inner{grid-template-columns:1fr}}.pd-hero .kd-eyebrow{letter-spacing:.03em;text-transform:uppercase;margin-bottom:14px}.page-home .pd-hero h1{font-size:clamp(34px,4vw,46px);line-height:1.3;font-weight:700;background:linear-gradient(90deg,#1e3a8a,#080f24);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:20px}.pd-hero .sub{max-width:400px;font-size:18px;line-height:28px;color:var(--kd-body);margin-bottom:44px}.pd-hero-visual{position:relative;min-height:320px}.pd-hero-visual:after,.pd-hero-visual:before{content:"";position:absolute;border-radius:50%;z-index:0}.pd-hero-visual:before{width:43%;aspect-ratio:1;background:#ff732b;top:-11%;left:-13%}.pd-hero-visual:after{width:28%;aspect-ratio:1;background:#ffbf4d;bottom:-9%;left:-19%}.pd-hero-visual img{position:relative;z-index:1;width:100%;height:auto;border-radius:24px;box-shadow:0 24px 60px -24px rgba(2,27,46,.35)}@media (max-width:980px){.pd-hero-visual{margin-left:40px}}.pd-tools{position:relative;padding:90px 0}.pd-tools .kd-eyebrow{letter-spacing:.05em;text-transform:uppercase}.page-home .pd-tools h2{max-width:746px;font-size:clamp(30px,4vw,46px);line-height:1.3;font-weight:700;margin-bottom:56px}.pd-tools-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:28px;gap:28px;position:relative;z-index:1}@media (max-width:1180px){.pd-tools-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.pd-tools-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.pd-tools-grid{grid-template-columns:1fr}}.pd-tool{display:flex;flex-direction:column;gap:18px;background:#fff;border:1px solid #dfdfdf;border-radius:24px;padding:20px 18px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pd-tool:hover{transform:translateY(-4px);border-color:#b9d2f5;box-shadow:0 14px 30px -16px rgba(27,92,196,.35)}.pd-tool .icon{width:54px;height:54px}.page-home .pd-tool h3{font-size:22px;line-height:1.35;font-weight:700;color:#021b2e;margin-bottom:4px}.pd-tool p{font-size:15px;line-height:23px;color:var(--kd-body);margin:0}.pd-tool .arrow{width:24px;height:24px;color:#021b2e;align-self:flex-end;margin-top:auto;transition:transform .18s ease}.pd-tool:hover .arrow{transform:translateX(4px)}.pd-scale{padding:20px 0 90px}.pd-scale-box{position:relative;overflow:hidden;background:#f8edfb url(/images/pattern-scale.svg) no-repeat 50%/cover;border-radius:24px;padding:clamp(32px,4vw,58px) clamp(24px,3vw,42px);display:grid;grid-template-columns:1fr 1.3fr;grid-gap:clamp(36px,5vw,91px);gap:clamp(36px,5vw,91px);align-items:center}@media (max-width:980px){.pd-scale-box{grid-template-columns:1fr}}.page-home .pd-scale-box h2{font-size:clamp(30px,4vw,46px);line-height:1.3;font-weight:700;color:#021b2e;margin-bottom:22px}.pd-scale-box .sub{font-size:18px;line-height:28px;color:var(--kd-body);margin-bottom:44px}.pd-scale-box img{width:100%;height:auto;border-radius:18px}.pd-trusted{position:relative;padding:40px 0 90px;text-align:center}.pd-trusted .lbl{font-size:20px;line-height:30px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;color:#021b2e;margin-bottom:34px}.pd-trusted .logos{display:flex;align-items:center;justify-content:center;gap:clamp(24px,3vw,40px);flex-wrap:wrap}.pd-trusted .logos img{height:20px;width:auto}.kd-footer.kd-footer--tint{background:#e6f0ff}.kd-footer--tint .kd-foot-brand p,.kd-footer--tint .kd-foot-col a{color:var(--kd-body)}.kd-footer--tint .kd-foot-col a:hover{color:var(--kd-blue)}.kd-footer--tint .kd-foot-col h4,.kd-footer--tint .kd-footer-legal a,.kd-footer--tint .kd-news .note,.kd-footer--tint .kd-news h4{color:#021b2e}.kd-footer--tint .kd-news-form input{background:#fff;border-color:#fff}.kd-footer--tint .kd-footer-bottom{border-top-color:rgba(2,27,46,.12)}.md-hero{position:relative;overflow:hidden;padding:56px 0 64px}.md-hero--assess{background:#e1f8fb}.md-hero--qbank{background:#f8edfb}.md-hero--comp{background:#e7fbe7}.md-hero .deco-bg{right:-6%;top:-30px;width:min(860px,62vw);opacity:.85}.md-hero .deco-blurb{left:-60px;top:30px;width:300px;opacity:.9}.md-hero .deco-tr{right:-40px;top:-20px;width:170px}.md-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:56px;gap:56px;align-items:center}.md-hero .kd-eyebrow{letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}.page-home .md-hero h1{font-size:clamp(34px,4vw,46px);line-height:1.3;font-weight:700;background:linear-gradient(90deg,#1e3a8a,#080f24);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:18px}.md-hero .sub{max-width:420px;font-size:18px;line-height:28px;color:var(--kd-body);margin-bottom:42px}.md-hero-actions{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.md-hero-visual{position:relative}.md-hero-visual img{position:relative;z-index:1;width:100%;height:auto;border-radius:24px}.md-hero-visual.has-deco:after,.md-hero-visual.has-deco:before{content:"";position:absolute;z-index:0;border-radius:52px 0 52px 0}.md-hero-visual.has-deco:before{width:16.5%;height:60.5%;background:#ffbf4d;left:-11.7%;top:12.6%}.md-hero-visual.has-deco:after{width:28.6%;height:27%;background:#ffbcf9;left:-19.9%;top:73%}@media (max-width:980px){.md-hero-inner{grid-template-columns:1fr}.md-hero-visual.has-deco{margin-left:46px}}.md-cta-wrap{position:relative;padding:20px 0 90px}.md-cta{position:relative;z-index:1;background:#f8edfb;border-radius:24px;padding:48px clamp(24px,6vw,64px);display:flex;align-items:center;justify-content:center;gap:clamp(32px,7vw,110px);flex-wrap:wrap}.page-home .md-cta h2{font-size:clamp(24px,3vw,30px);line-height:1.33;font-weight:700;color:#021b2e;margin-bottom:12px}.md-cta-copy{max-width:480px}.md-cta-copy p{font-size:16px;line-height:24px;color:var(--kd-body)}.md-cta .btn-grad{min-width:250px;font-size:18px}.md-badge{flex:0 0 92px;width:92px;height:92px;border-radius:50%;display:grid;place-items:center}.md-badge img{width:58px;height:58px}.aw-section{overflow:hidden}.aw-rows{position:relative;z-index:1;display:grid;grid-gap:24px;gap:24px}.aw-row{background:#fafafa;border:1px solid #dfdfdf;border-radius:24px;padding:22px 26px;display:grid;grid-template-columns:minmax(280px,340px) 1fr}.aw-left{display:flex;align-items:center;gap:20px;padding-right:34px;border-right:1px solid #dfdfdf}.aw-left h3{font-size:23px;line-height:1.4;font-weight:700;color:#021b2e;margin-bottom:10px}.aw-left p{font-size:16px;line-height:24px;color:var(--kd-body)}.aw-right{gap:14px;padding-left:34px}.aw-chip,.aw-right{display:flex;align-items:center}.aw-chip{flex:1 1;min-width:96px;background:#fff;border:1px solid #dfdfdf;border-radius:14px;min-height:104px;flex-direction:column;justify-content:center;gap:10px;padding:12px 6px;text-align:center}.aw-chip img{width:44px;height:44px}.aw-chip span{font-size:15px;color:#021b2e}.aw-results{width:100%}.aw-results img{width:100%;height:auto;border-radius:14px}@media (max-width:1020px){.aw-row{grid-template-columns:1fr}.aw-left{border-right:0;border-bottom:1px solid #dfdfdf;padding:0 0 20px;margin-bottom:20px}.aw-right{padding-left:0;flex-wrap:wrap}.aw-chip{flex:1 1 130px}}@media (max-width:560px){.aw-left{flex-direction:column;align-items:flex-start}}.qs-wrap{position:relative;padding:90px 0 0}.qs-band{position:relative;z-index:1;background:#fff2e2;border-radius:24px;padding:16px clamp(16px,4vw,48px);display:grid;grid-template-columns:repeat(3,1fr)}.qs-band--single{display:flex;justify-content:center}.qs-item{display:flex;align-items:center;gap:20px;padding:22px clamp(12px,3vw,34px)}.qs-item+.qs-item{border-left:1px solid rgba(109,109,109,.5)}.qs-icon{flex:0 0 88px;width:88px;height:88px;border-radius:50%;background:#fff;display:grid;place-items:center}.qs-icon img{width:56px;height:56px}.qs-item .n{display:block;font-size:28px;line-height:1.3;font-weight:700;color:#021b2e;margin-bottom:4px}.qs-item .l{font-size:16px;font-weight:700;color:var(--kd-body)}@media (max-width:900px){.qs-band{grid-template-columns:1fr}.qs-item+.qs-item{border-left:0;border-top:1px solid rgba(109,109,109,.5)}}.qb-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.qb-card{background:#fafafa;border:1px solid #dfdfdf;border-radius:24px;padding:24px 28px;display:flex;align-items:center;gap:22px}.qb-card .md-badge{background:#dde7f7}.qb-card .copy{flex:1 1}.qb-card h3{font-size:23px;line-height:1.4;font-weight:700;color:#021b2e;margin-bottom:10px}.qb-card p{font-size:16px;line-height:24px;color:var(--kd-body);max-width:330px}.qb-card .qb-arrow{width:48px;height:48px;flex-shrink:0}@media (max-width:900px){.qb-grid{grid-template-columns:1fr}}@media (max-width:560px){.qb-card{flex-wrap:wrap}.qb-card .qb-arrow{display:none}}.cf-row{position:relative;z-index:1;display:flex;gap:20px;overflow-x:auto;padding:4px 4px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.cf-row::-webkit-scrollbar{display:none}.cf-card{flex:0 0 197px;scroll-snap-align:start;background:#fafafa;border:1px solid #dfdfdf;border-radius:24px;padding:26px 14px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.cf-icon{width:100px;height:100px;border-radius:50%;background:#f8edfb;display:grid;place-items:center}.cf-icon img{width:60px;height:60px}.cf-card h3{font-size:23px;font-weight:700;color:#021b2e;margin-bottom:12px}.cf-card p{font-size:15px;line-height:22px;color:var(--kd-body)}.cf-dots{display:flex;gap:8px;justify-content:center;margin-top:26px}.cf-dots button,.cf-dots span{width:24px;height:4px;border-radius:2px;background:#dfdfdf;border:0;padding:0;cursor:pointer;transition:background .2s ease}.cf-dots .on{background:#ff732b}.cm-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.cm-card{background:#fafafa;border:1px solid #dfdfdf;border-radius:24px;padding:24px 20px;display:flex;align-items:center;gap:18px}.cm-card .md-badge{background:#dde7f7;flex-basis:88px;width:88px;height:88px}.cm-card .copy{flex:1 1}.cm-card h3{font-size:21px;line-height:1.4;font-weight:700;color:#021b2e;margin-bottom:8px}.cm-card p{font-size:15px;line-height:23px;color:var(--kd-body)}.cm-card .cm-arrow{width:40px;height:40px;flex-shrink:0}@media (max-width:1100px){.cm-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.cm-grid{grid-template-columns:1fr}}.md-hero--reports{background:linear-gradient(180deg,#f2f6fe,#e7effc)}.md-hero--analytics{background:#e2e7fa}.md-hero--usersm{background:linear-gradient(100deg,#fff7ea,#ffedd2)}.md-hero-visual.has-circles:after,.md-hero-visual.has-circles:before{content:"";position:absolute;z-index:0;border-radius:50%}.md-hero--reports .md-hero-visual.has-circles:before{width:34%;aspect-ratio:1;background:#6aa3bd;left:-15%;top:42%}.md-hero--reports .md-hero-visual.has-circles:after{width:24%;aspect-ratio:1;background:#b4aaf3;left:-7%;top:6%;border-radius:0 0 999px 999px}.md-hero--analytics .md-hero-visual.has-circles:before{width:30%;aspect-ratio:1;background:#2f80d6;left:-16%;top:-12%}.md-hero--analytics .md-hero-visual.has-circles:after{width:20%;aspect-ratio:1;background:#6fc6da;left:6%;top:-16%}@media (max-width:980px){.md-hero-visual.has-circles{margin-left:46px}}.rp-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.rp-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;gap:14px}.rp-card img{width:44px;height:44px}.rp-card h3{font-size:20px;line-height:1.35;font-weight:700;color:#021b2e;margin-top:12px}.rp-card p{font-size:15px;line-height:23px;color:var(--kd-body)}@media (max-width:1100px){.rp-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.rp-grid{grid-template-columns:1fr}}.md-band-wrap{position:relative;padding:0 0 90px}.md-band{position:relative;z-index:1;background:#1b50c8;border-radius:24px;padding:40px clamp(24px,4vw,56px)}.rp-stats{display:grid;grid-template-columns:repeat(4,1fr)}.rp-stat{display:flex;align-items:center;gap:18px;padding:10px clamp(12px,2.5vw,30px)}.rp-stat+.rp-stat{border-left:1px solid rgba(255,255,255,.35)}.md-band .ic{flex:0 0 72px;width:72px;height:72px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#1b3a8a}.md-band .ic svg{width:34px;height:34px}.rp-stat .n{display:block;font-size:25px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:4px}.rp-stat .l{font-size:14px;font-weight:600;color:rgba(255,255,255,.85)}@media (max-width:1020px){.rp-stats{grid-template-columns:repeat(2,1fr);gap:18px 0}.rp-stat:nth-child(3){border-left:0}}@media (max-width:560px){.rp-stats{grid-template-columns:1fr}.rp-stat+.rp-stat{border-left:0;border-top:1px solid rgba(255,255,255,.35)}}.ax-tabs{position:relative;z-index:1;display:flex;flex-wrap:nowrap;overflow-x:auto;margin-bottom:42px;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#c9d3e0 #efefef}.ax-tabs::-webkit-scrollbar{height:4px}.ax-tabs::-webkit-scrollbar-thumb{background:#c9d3e0;border-radius:999px}.ax-tabs::-webkit-scrollbar-track{background:#efefef;border-radius:999px}.ax-tab{flex-shrink:0;white-space:nowrap;display:flex;flex-direction:column;align-items:center;gap:12px;padding:6px 26px 14px;font-size:15px;font-weight:500;color:#45505c;position:relative}.ax-tab+.ax-tab{border-left:1px solid #dfdfdf}.ax-tab svg{width:30px;height:30px}.ax-tab.is-active{color:#050a41;font-weight:700}.ax-tab.is-active svg{color:#ff752d}.ax-tab.is-active:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:3px;border-radius:2px;background:#ff752d}.ax-panel{position:relative;z-index:1;background:#fff;border:1px solid #dfdfdf;border-radius:24px;padding:clamp(24px,4vw,44px);display:grid;grid-template-columns:1fr 1.45fr;grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);align-items:center}.ax-panel h3{font-size:26px;font-weight:700;color:#021b2e;margin-bottom:14px}.ax-panel .desc{font-size:16px;line-height:26px;color:var(--kd-body);margin-bottom:26px;max-width:340px}.ax-checks{display:grid;grid-gap:14px;gap:14px}.ax-checks li{display:flex;align-items:center;gap:12px;font-size:15.5px;color:#34404c}.ax-checks svg{width:18px;height:18px;color:#ff752d;flex-shrink:0}.ax-panel .shot img{width:100%;height:auto;border-radius:16px;border:1px solid #e8e8e8}@media (max-width:900px){.ax-panel{grid-template-columns:1fr}}.ax-band{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;align-items:center}.ax-band-title,.page-home .ax-band-title{font-size:clamp(24px,2.6vw,30px);line-height:1.35;font-weight:700;color:#fff;padding-right:clamp(16px,3vw,40px)}.ax-feat{display:flex;align-items:flex-start;gap:14px;padding:8px clamp(14px,2vw,26px);border-left:1px solid rgba(255,255,255,.35)}.ax-feat svg{width:30px;height:30px;color:#fff;flex-shrink:0;margin-top:2px}.ax-feat h3{font-size:17px;font-weight:700;color:#fff;margin-bottom:6px}.ax-feat p{font-size:13.5px;line-height:20px;color:rgba(255,255,255,.82)}@media (max-width:1020px){.ax-band{grid-template-columns:1fr;gap:22px}.ax-band-title,.ax-feat{padding:0}.ax-feat{border-left:0}}.um-rows{position:relative;z-index:1;display:grid;grid-gap:24px;gap:24px}.um-card{background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:26px 30px;display:flex;align-items:center;gap:26px}.um-card .md-badge{color:#021b2e}.um-card .md-badge svg{width:44px;height:44px}.um-card h3{font-size:23px;font-weight:700;color:#021b2e;margin-bottom:8px}.um-card p{font-size:16px;line-height:24px;color:var(--kd-body)}@media (max-width:560px){.um-card{flex-direction:column;align-items:flex-start}}.md-hero--school{background:#f5f9ff}.md-hero--school .md-hero-visual.has-deco:before{width:28.6%;height:26.9%;background:#ffbf4d;left:-10.6%;top:27.4%;border-radius:52px 0 52px 0}.md-hero--school .md-hero-visual.has-deco:after{width:22.8%;height:auto;aspect-ratio:1;background:#ff732b;left:-17.6%;top:54.3%;border-radius:50%}.sr-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.sr-card{background:#fff;border:1px solid #dfdfdf;border-radius:24px;padding:26px 28px}.sr-card svg{width:50px;height:50px}.sr-card h3{font-size:23px;font-weight:700;color:#021b2e;margin:16px 0 10px}.sr-card p{font-size:16px;line-height:24px;color:var(--kd-body)}@media (max-width:860px){.sr-grid{grid-template-columns:1fr}}.er-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.er-card{background:#fafafa;border:1px solid #dfdfdf;border-radius:24px;padding:30px 22px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.er-card .cf-icon{background:#f8edfb}.er-card h3{font-size:23px;font-weight:700;color:#021b2e;margin-bottom:12px}.er-card p{font-size:15.5px;line-height:23px;color:var(--kd-body);max-width:360px}@media (max-width:900px){.er-grid{grid-template-columns:1fr}}.cs-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.cs-grid .cm-card .md-badge svg{width:46px;height:46px}@media (max-width:860px){.cs-grid{grid-template-columns:1fr}}.bd-overlay{position:fixed;inset:0;z-index:300;background:rgba(2,27,46,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:18px;overflow-y:auto}.bd-modal{position:relative;width:min(520px,100%);max-height:calc(100vh - 36px);overflow-y:auto;background:#fff;border-radius:24px;padding:clamp(24px,4vw,38px);box-shadow:0 30px 80px -20px rgba(2,27,46,.45)}.bd-close{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#6d6d6d;background:#f4f6f9}.bd-close:hover{color:#021b2e}.bd-close svg{width:18px;height:18px}.bd-modal h3,.page-home .bd-modal h3{font-size:26px;font-weight:700;color:#021b2e;margin-bottom:6px}.bd-sub{font-size:15px;color:#6d6d6d;margin-bottom:22px}.bd-modal form{display:grid;grid-gap:14px;gap:14px}.bd-modal label{display:block;font-size:14px;font-weight:600;color:#34404c}.bd-modal .req{color:#ff752d}.bd-modal input,.bd-modal select,.bd-modal textarea{width:100%;margin-top:6px;border:1px solid #dfdfdf;border-radius:12px;padding:11px 14px;font-size:15px;color:#021b2e;background:#fff;outline:none;transition:border-color .15s ease}.bd-modal input:focus,.bd-modal select:focus,.bd-modal textarea:focus{border-color:#1b5cc4}.bd-modal textarea{resize:vertical;min-height:74px}.bd-phone{display:flex;gap:10px}.bd-phone select{flex:0 0 118px}.bd-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0;pointer-events:none}.bd-submit{width:100%;margin-top:6px;border:0}.bd-success{text-align:center;padding:26px 6px 10px}.bd-success .tick{display:inline-grid;place-items:center;width:74px;height:74px;border-radius:50%;background:#e7fbe7;color:#16ab11;margin-bottom:18px}.bd-success .tick svg{width:36px;height:36px}.bd-success p{font-size:15px;color:#6d6d6d;margin:8px 0 24px}.bd-error{font-size:14px;color:#c0392b;background:#fdecea;border-radius:10px;padding:10px 14px}.bd-submit:disabled{opacity:.7;cursor:default;transform:none}.bd-modal{scrollbar-width:thin;scrollbar-color:#d8dfe8 transparent}.bd-modal::-webkit-scrollbar{width:6px}.bd-modal::-webkit-scrollbar-thumb{background:#d8dfe8;border-radius:999px}.bd-modal::-webkit-scrollbar-track{background:transparent;margin:18px 0}.bd-cc{position:relative;flex:0 0 118px;display:block}.bd-cc-btn{width:100%;margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #dfdfdf;border-radius:12px;padding:11px 12px 11px 14px;font-size:15px;font-weight:600;color:#021b2e;background:#fff;transition:border-color .15s ease}.bd-cc-btn:hover,.bd-cc.is-open .bd-cc-btn{border-color:#1b5cc4}.bd-cc-btn .chev{width:15px;height:15px;color:#6d6d6d;transition:transform .18s ease;flex-shrink:0}.bd-cc.is-open .bd-cc-btn .chev{transform:rotate(180deg)}.bd-cc-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:264px;display:flex;flex-direction:column;background:#fff;border:1px solid #e3e8ef;border-radius:14px;box-shadow:0 18px 50px -12px rgba(2,27,46,.28);overflow:hidden}.bd-modal .bd-cc-search{margin:10px 10px 8px;width:calc(100% - 20px);border-radius:10px;padding:9px 12px;font-size:14px;font-weight:400}.bd-cc-panel ul{list-style:none;margin:0;padding:0 6px 8px;max-height:216px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d8dfe8 transparent}.bd-cc-panel ul::-webkit-scrollbar{width:6px}.bd-cc-panel ul::-webkit-scrollbar-thumb{background:#d8dfe8;border-radius:999px}.bd-cc-panel li button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-radius:9px;font-size:14px;color:#34404c;text-align:left}.bd-cc-panel li button:hover{background:#f2f6fc}.bd-cc-panel li button.is-on{background:#e8f0fe;color:#021b2e;font-weight:600}.bd-cc-panel li button em{font-style:normal;color:#6d6d6d;flex-shrink:0}.bd-phone>input[type=tel]{flex:1 1;min-width:0}.ax-tab:first-child{margin-left:auto}.ax-tab:last-child{margin-right:auto}@media (max-width:640px){.hide-sm{display:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font:"Inter","Inter Fallback"}