:root{--bg:#1c1e2e;--bg-alt:#191b28;--border:#333856;--fg:#d3dbfa;--comment:#838dc0;--red:#f7768e;--yellow:#e0af68;--green:#9ece6a;--blue:#7aa2f7;--accent:#e8e8ed;--font-mono:"SF Mono",Menlo,Consolas,"Courier New",monospace;--win-chrome-bg:#1f2029;--win-chrome-hover:rgba(255,255,255,0.08);--win-card-bg:rgba(255,255,255,0.035);--win-card-border:rgba(255,255,255,0.09);--cros-chrome-bg:#101116;--cros-tab-bg:#1a1b26;--cros-omnibox-bg:#23242f;--netflix-chrome-bg:#000;--netflix-card-bg:rgba(255,255,255,0.05);--flynow-chrome-bg:#06122b;--flynow-line:#1c3363}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg:#f4f5f9;--bg-alt:#ffffff;--border:#d8dbe8;--fg:#20222f;--comment:#5b6178;--win-chrome-bg:#e4e6ef;--win-chrome-hover:rgba(0,0,0,0.06);--win-card-bg:rgba(0,0,0,0.02);--win-card-border:rgba(0,0,0,0.08);--cros-chrome-bg:#dfe1e8;--cros-tab-bg:#f4f5f9;--cros-omnibox-bg:#eceef5;--netflix-chrome-bg:#ffffff;--netflix-card-bg:rgba(0,0,0,0.035)}}:root[data-theme=light]{--bg:#f4f5f9;--bg-alt:#ffffff;--border:#d8dbe8;--fg:#20222f;--comment:#5b6178;--win-chrome-bg:#e4e6ef;--win-chrome-hover:rgba(0,0,0,0.06);--win-card-bg:rgba(0,0,0,0.02);--win-card-border:rgba(0,0,0,0.08);--cros-chrome-bg:#dfe1e8;--cros-tab-bg:#f4f5f9;--cros-omnibox-bg:#eceef5;--netflix-chrome-bg:#ffffff;--netflix-card-bg:rgba(0,0,0,0.035)}body,html{height:100%}*{box-sizing:border-box}body{margin:0;font-family:var(--font-mono)}a{color:inherit}.browser-frame{width:100%;min-height:100vh;background:#f5f5f7;overflow:hidden}.browser-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px}.browser-chrome .dot{width:11px;height:11px;border-radius:50%}.browser-chrome .urlbar{margin-left:12px;flex:1 1;max-width:500px;background:#fff;border-radius:6px;padding:5px 14px;font-size:12px;color:#555}#site{background:var(--bg);min-height:calc(100vh - 41px);display:flex;flex-direction:column}.chrome-bar{display:flex;align-items:center;gap:8px;padding:14px 24px;background:var(--bg-alt);border-bottom:1px solid var(--border)}.chrome-dot{width:12px;height:12px;border-radius:50%}.site-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 32px 10px;max-width:700px;margin-inline:auto}.header-actions{display:flex;align-items:center;gap:10px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border-radius:8px;border:1px solid var(--border);background:var(--bg-alt);color:var(--fg);cursor:pointer;font-size:14px;font-family:inherit}.theme-toggle:hover{border-color:var(--comment)}.notify-widget{position:relative}.notify-bell{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border-radius:8px;border:1px solid var(--border);background:var(--bg-alt);color:var(--fg);cursor:pointer;font-size:15px;font-family:inherit}.notify-bell:hover{border-color:var(--comment)}.notify-popover{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;padding:16px;box-shadow:0 12px 32px rgba(0,0,0,.3);z-index:20}.notify-popover-title{margin:0 0 6px;font-size:14px;font-weight:700;color:var(--fg)}.notify-popover-desc{margin:0 0 12px;font-size:12px;color:var(--comment);line-height:1.5}.notify-topic-list{display:flex;flex-direction:column;gap:9px;max-height:160px;overflow-y:auto;margin-bottom:14px;padding-right:4px}.notify-topic-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fg);cursor:pointer}.notify-topic-row input{accent-color:var(--accent);width:14px;height:14px;cursor:pointer}.notify-subscribe{display:block;width:100%;padding:10px;border:none;border-radius:20px;background:var(--accent);color:#fff;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}.notify-subscribe:hover{filter:brightness(1.1)}.notify-status{margin:0;text-align:center;font-size:12px;color:var(--comment)}.wordmark{font-size:30px;color:var(--fg)}.wordmark .suffix{font-weight:700;color:var(--accent)}.cursor{display:inline-block;width:15px;height:24px;margin-left:6px;vertical-align:-4px;background:var(--accent);animation:blink 1.1s step-end infinite}@keyframes blink{50%{opacity:0}}.tagline{font-size:13px;color:var(--comment);margin-top:6px}.topics-nav{display:flex;flex-wrap:wrap;gap:8px;padding:0 32px;margin-bottom:8px;max-width:700px;margin-inline:auto}.topic-pill{--pill-color:var(--comment);font-size:12px;font-weight:500;color:var(--pill-color);text-decoration:none;border:1px solid color-mix(in srgb,var(--pill-color) 45%,transparent);border-radius:20px;padding:5px 14px;transition:border-color .15s ease,background .15s ease,color .15s ease}.topic-pill:hover{border-color:var(--pill-color);background:color-mix(in srgb,var(--pill-color) 12%,transparent)}.topic-pill[data-active=true]{color:var(--fg);border-color:var(--pill-color);background:color-mix(in srgb,var(--pill-color) 22%,transparent)}main{flex:1 1;padding:24px 32px 0;max-width:700px;width:100%;margin-inline:auto}.section-label{font-size:12px;color:var(--comment);text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px}.ad-slot-wrap{max-width:700px;width:100%;margin-inline:auto;padding:0 32px}.ad-slot{margin:20px 0}.ad-slot-label{display:block;font-size:10px;color:var(--comment);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.ad-slot-placeholder{display:flex;align-items:center;justify-content:center;min-height:100px;border:1px dashed var(--border);border-radius:10px;color:var(--comment);font-size:12px}.article-card{display:block;text-decoration:none;border:1px solid var(--border);border-radius:10px;padding:20px 22px;margin-bottom:14px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.article-card:hover{border-color:var(--comment);box-shadow:0 4px 20px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.03);transform:translateY(-1px)}.category{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--blue);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.category:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 6px currentColor}.article-card .category{margin-bottom:8px}.article-card h2{margin:0 0 8px;font-size:18px;color:var(--fg);font-weight:400}.article-card p{margin:0;color:var(--comment);font-size:13px;line-height:1.5}.article-meta{font-size:12px;color:var(--comment);margin-top:12px}.article-header{margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--border)}.article-header .category{margin-bottom:10px}.article-title{margin:8px 0 12px;font-size:28px;line-height:1.35;color:var(--fg);font-weight:400}.article-dek{margin:0 0 14px;color:var(--comment);font-size:15px;line-height:1.6}.article-body,.legal-body{font-size:15px;line-height:1.75;color:var(--fg);padding-bottom:48px}.article-body>:first-child,.legal-body>:first-child{margin-top:0}.article-body p,.legal-body p{margin:0 0 18px}.article-body h2,.article-body h3,.legal-body h2,.legal-body h3{margin:30px 0 12px;color:var(--fg);font-weight:600}.article-body h2,.legal-body h2{font-size:19px}.article-body h3,.legal-body h3{font-size:16px}.article-body strong,.legal-body strong{color:var(--fg)}.article-body ol,.article-body ul,.legal-body ol,.legal-body ul{margin:0 0 18px;padding-left:22px}.article-body li,.legal-body li{margin-bottom:6px}.article-body a,.legal-body a{color:var(--blue);-webkit-text-decoration-color:rgba(122,162,247,.35);text-decoration-color:rgba(122,162,247,.35);text-underline-offset:3px}.article-body a:hover,.legal-body a:hover{-webkit-text-decoration-color:var(--blue);text-decoration-color:var(--blue)}.article-body blockquote,.legal-body blockquote{margin:0 0 18px;padding-left:16px;border-left:2px solid var(--border);color:var(--comment)}.article-body p:last-child:has(>a:only-child){margin-top:4px}.article-body p:last-child>a:only-child{display:inline-block;padding:8px 16px;border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--fg);font-size:13px}.article-body p:last-child>a:only-child:hover{border-color:var(--blue);color:var(--blue)}.share-buttons{display:flex;align-items:center;gap:8px;margin-top:16px}.share-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--comment);margin-right:2px}.share-buttons button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--border);border-radius:50%;background:transparent;color:var(--comment);cursor:pointer;transition:border-color .15s ease,color .15s ease;font-family:inherit}.share-buttons button:hover{border-color:var(--blue);color:var(--blue)}.share-buttons .share-copy{width:auto;border-radius:20px;padding:0 14px;font-size:12px}.related-section{margin-top:8px;padding-top:8px}footer{max-width:700px;width:100%;margin:8px auto 0;padding:24px 32px 40px;font-size:12px;color:var(--comment);justify-content:space-between}.cookie-banner,footer{border-top:1px solid var(--border);display:flex}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:50;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding:14px 24px;background:var(--bg-alt);box-shadow:0 -4px 16px rgba(0,0,0,.15)}.cookie-banner p{margin:0;max-width:640px;font-size:13px;color:var(--fg)}.cookie-banner a{color:var(--accent);text-decoration:underline}.cookie-accept{flex-shrink:0;padding:8px 20px;border:none;border-radius:20px;background:var(--accent);color:#fff;font-weight:700;font-size:13px;cursor:pointer;font-family:inherit}.cookie-accept:hover{filter:brightness(1.1)}.footer-links{display:flex;align-items:center;gap:16px}.footer-links a{color:var(--comment);text-decoration:none}.footer-links a:hover{color:var(--fg);text-decoration:underline}.switcher{position:relative;font-family:var(--font-mono)}.switcher-btn{display:flex;align-items:center;gap:8px;background:var(--bg-alt);border:1px solid var(--border);color:var(--fg);padding:9px 16px;border-radius:8px;font-family:inherit;font-size:13px;cursor:pointer}.switcher-btn:hover{border-color:var(--comment)}.switcher-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.chevron{color:var(--comment);margin-left:2px;font-size:11px}.switcher-menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;padding:6px;min-width:200px;z-index:10;list-style:none;margin:0}.brand-opt{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;font-size:13px;color:var(--fg);cursor:pointer;text-decoration:none}.brand-opt:hover{background:var(--bg)}.brand-opt .icon{width:16px;text-align:center}.brand-opt .current-tag{margin-left:auto;font-size:11px;color:var(--comment)}.win-titlebar{display:flex;align-items:center;height:40px;padding:0 0 0 14px;background:var(--win-chrome-bg);border-bottom:1px solid var(--border)}.win-logo{display:grid;grid-template-columns:7px 7px;grid-template-rows:7px 7px;grid-gap:2px;gap:2px;margin-right:10px}.win-logo span{background:var(--blue)}.win-titlebar .win-title{font-size:12px;color:var(--fg);font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}.win-controls{display:flex;margin-left:auto;height:100%}.win-controls button{width:46px;height:100%;border:none;background:transparent;color:var(--fg);font-size:12px;cursor:pointer;font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}.win-controls button:hover{background:var(--win-chrome-hover)}.win-controls button.win-close:hover{background:#e81123;color:#fff}#site.theme-win{font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}#site.theme-win .wordmark{font-family:inherit;font-weight:600;letter-spacing:-.2px}#site.theme-win .article-body,#site.theme-win .article-dek,#site.theme-win .article-meta,#site.theme-win .article-title,#site.theme-win .brand-opt,#site.theme-win .legal-body,#site.theme-win .switcher-btn,#site.theme-win .tagline{font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}#site.theme-win .site-header{padding:22px 32px 14px}#site.theme-win .switcher-btn{border-radius:6px}#site.theme-win .article-card,#site.theme-win .switcher-btn{background:var(--win-card-bg);border:1px solid var(--win-card-border)}#site.theme-win .article-card{border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.3)}#site.theme-win .article-card:hover{border-color:var(--blue);background:rgba(122,162,247,.07)}#site.theme-win .article-card h2{font-weight:600;font-size:17px}#site.theme-win .article-card .category{font-weight:700}#site.theme-win .section-label,#site.theme-win footer{font-family:Segoe UI Variable Text,Segoe UI,system-ui,sans-serif}.cros-titlebar{display:flex;align-items:flex-end;height:40px;padding:8px 10px 0;background:var(--cros-chrome-bg);gap:4px}.cros-tab{display:flex;align-items:center;gap:8px;background:var(--cros-tab-bg);border-radius:10px 10px 0 0;padding:7px 14px;font-size:12px;color:var(--fg)}.cros-tab .favicon{width:8px;height:8px;border-radius:50%;background:var(--blue)}.cros-tab .close-x{margin-left:10px;color:var(--comment);font-size:11px}.cros-omnibox{margin:0 10px 6px auto;display:flex;align-items:center;gap:8px;background:var(--cros-omnibox-bg);border-radius:20px;padding:6px 16px;font-size:12px;color:var(--comment);max-width:320px;flex:1 1}#site.theme-google{font-family:Google Sans,Roboto,system-ui,sans-serif}#site.theme-google .wordmark{font-family:inherit;font-weight:500}#site.theme-google .article-body,#site.theme-google .article-dek,#site.theme-google .article-meta,#site.theme-google .article-title,#site.theme-google .brand-opt,#site.theme-google .legal-body,#site.theme-google .switcher-btn,#site.theme-google .tagline{font-family:Google Sans,Roboto,system-ui,sans-serif}#site.theme-google .site-header{padding:24px 32px 12px}#site.theme-google .switcher-btn{border-radius:20px;background:rgba(122,162,247,.1);border:none}#site.theme-google .article-card{border:none;border-radius:16px;background:rgba(122,162,247,.06);box-shadow:0 1px 2px rgba(0,0,0,.3),0 1px 6px rgba(0,0,0,.2)}#site.theme-google .article-card:hover{background:rgba(122,162,247,.11);box-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 12px rgba(0,0,0,.25)}#site.theme-google .article-card h2{font-weight:500}#site.theme-google .article-meta{display:inline-block;margin-top:12px;padding:3px 12px;border-radius:20px;background:rgba(122,162,247,.14);color:var(--blue)}#site.theme-google .article-card .category{font-weight:700}#site.theme-google .section-label,#site.theme-google footer{font-family:Google Sans,Roboto,system-ui,sans-serif}.netflix-titlebar{display:flex;align-items:center;gap:10px;height:40px;padding:0 16px;background:var(--netflix-chrome-bg)}.netflix-logo{color:var(--accent);font-weight:800;font-size:20px;font-family:Georgia,Times New Roman,serif;letter-spacing:-1px}.netflix-title{font-size:12px;color:var(--fg)}#site.theme-netflix{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#site.theme-netflix .wordmark{font-family:inherit;font-weight:700}#site.theme-netflix .article-body,#site.theme-netflix .article-dek,#site.theme-netflix .article-meta,#site.theme-netflix .article-title,#site.theme-netflix .brand-opt,#site.theme-netflix .legal-body,#site.theme-netflix .section-label,#site.theme-netflix .switcher-btn,#site.theme-netflix .tagline,#site.theme-netflix footer{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#site.theme-netflix .switcher-btn{border-radius:4px}#site.theme-netflix .article-card{border:none;border-radius:4px;background:var(--netflix-card-bg);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}#site.theme-netflix .article-card:hover{background:color-mix(in srgb,var(--accent) 12%,var(--netflix-card-bg));box-shadow:0 8px 24px rgba(229,9,20,.25);transform:scale(1.015)}#site.theme-netflix .article-card .category,#site.theme-netflix .article-card h2{font-weight:700}.flynow-titlebar{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px;background:var(--flynow-chrome-bg);border-bottom:1px solid var(--flynow-line)}.flynow-flaps{display:flex;gap:2px}.flynow-flap{font-family:var(--font-flynow-display),"Archivo Black",sans-serif;font-size:12px;line-height:1;color:#fff;background:#0a1a3d;border:1px solid var(--flynow-line);border-radius:2px;padding:3px 4px 4px}.flynow-flap.sky{color:#4fc3ff}.flynow-flap.coral{color:#ff6b4a}.flynow-flap.amber{color:#ffb627}.flynow-status{display:flex;align-items:center;gap:8px;font-family:var(--font-flynow-body),"Space Grotesk",sans-serif;font-size:11px;letter-spacing:.04em;color:#6a7fa8}.flynow-dot{width:6px;height:6px;border-radius:50%;background:#ffb627;animation:flynow-pulse 1.8s ease-in-out infinite}@keyframes flynow-pulse{0%,to{opacity:1}50%{opacity:.3}}#site.theme-flynow{font-family:var(--font-flynow-body),"Space Grotesk",sans-serif}#site.theme-flynow .wordmark{letter-spacing:-.02em}#site.theme-flynow .article-title,#site.theme-flynow .wordmark{font-family:var(--font-flynow-display),"Archivo Black",sans-serif;font-weight:400}#site.theme-flynow .article-body,#site.theme-flynow .article-dek,#site.theme-flynow .article-meta,#site.theme-flynow .brand-opt,#site.theme-flynow .legal-body,#site.theme-flynow .section-label,#site.theme-flynow .switcher-btn,#site.theme-flynow .tagline,#site.theme-flynow footer{font-family:var(--font-flynow-body),"Space Grotesk",sans-serif}#site.theme-flynow .switcher-btn{border-radius:30px}#site.theme-flynow .article-card{border:1px solid var(--border);border-radius:10px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}#site.theme-flynow .article-card:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--bg-alt));box-shadow:0 8px 24px rgba(255,107,74,.18)}#site.theme-flynow .article-card .category{font-weight:700}@font-face{font-family:Archivo Black;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8bfb68ab9ab617c-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:Archivo Black;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/982ceffe7b733b3b-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:Archivo Black Fallback;src:local("Arial");ascent-override:70.78%;descent-override:16.93%;line-gap-override:0.00%;size-adjust:124.05%}.__className_93a132{font-family:Archivo Black,Archivo Black Fallback;font-weight:400;font-style:normal}.__variable_93a132{--font-flynow-display:"Archivo Black","Archivo Black Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d6271fb3c49273f2-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/39fd0d67cc0b05e0-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1efa8dc30471c2fd-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_01e4e9{font-family:Space Grotesk,Space Grotesk Fallback;font-weight:500;font-style:normal}.__variable_01e4e9{--font-flynow-body:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:300;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:300;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:300;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:300;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:300;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:300;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:300;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: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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}.__variable_0fc2d1{--font-flynow-sans:"Inter","Inter Fallback"}