.cvr{--bg:#000;--text:#fff;--muted:#9a9a9a;--stat:#d8d8d8;--border:#ffffff29;--border-soft:#ffffff1f;--logo:15.5px;--nav:14px;--nav-h:40px;--btn:13.5px;--btn-h:40px;--hero-btn-h:42px;--h1:48px;--lede:15.5px;--badge:12.5px;--stat-size:13.5px;--header-y:22px;--header-x:40px;--stats-x:72px;--stats-y:36px;--hero-gap:85px;--copy-max:860px;--lede-max:470px;z-index:1;min-height:100dvh;color:var(--text);font-family:var(--font-inter), system-ui, -apple-system, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;grid-template-rows:auto 1fr auto;display:grid;position:relative;overflow-x:hidden}.cvr a{color:inherit;text-decoration:none}.cvr button{font-family:inherit}.cvr-stage{z-index:0;background:var(--bg);position:fixed;inset:0}.cvr-video{z-index:0;object-fit:cover;object-position:center;pointer-events:none;background:var(--bg);width:100%;height:100%;position:fixed;inset:0}.cvr-grain{z-index:100;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.cvr-head{z-index:50;padding:var(--header-y) var(--header-x) 10px;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:relative}.cvr-logo{font-size:var(--logo);letter-spacing:-.03em;color:#fff;justify-self:start;align-items:center;gap:9px;font-weight:600;display:inline-flex}.cvr-logo-suffix{font-weight:400}.cvr-nav{justify-self:center;align-items:center;gap:8px;display:flex}.cvr-nav a{isolation:isolate;height:var(--nav-h);color:#f3f3f3;font-size:var(--nav);letter-spacing:-.01em;white-space:nowrap;background:linear-gradient(105deg,#030303 0%,#1c1c1c 48%,#333 100%);border:1px solid #8c8c8c52;border-radius:7px;align-items:center;padding:0 18px;font-weight:400;transition:background .35s,border-color .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden}.cvr-nav a:hover{background:linear-gradient(105deg,#111 0%,#3a3a3a 45%,#6a6a6a 100%);border-color:#ebebebe6;box-shadow:0 0 18px #c8d2e62e}.cvr-btn{isolation:isolate;height:var(--btn-h);font-size:var(--btn);letter-spacing:-.02em;white-space:nowrap;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 16px;font-weight:500;line-height:1;transition:background .35s,border-color .35s,box-shadow .35s,color .35s,filter .35s;display:inline-flex;position:relative;overflow:hidden}.cvr-btn:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(115deg,#0000 20%,#ffffff73 48%,#0000 76%);transition:transform .65s;position:absolute;inset:0;transform:translate(-130%)}.cvr-btn:hover:after{transform:translate(130%)}.cvr .cvr-solid{color:#111;background:linear-gradient(#fff 0%,#e7e7e7 48%,#cfcfcf 100%);border:1px solid #fff;box-shadow:inset 0 1px #fffffff2}.cvr .cvr-solid:hover{background:linear-gradient(#fff 0%,#f3f6ff 42%,#d5def2 100%);border-color:#f2f6ff;box-shadow:inset 0 1px #fff,0 0 22px #bad0ff59,0 8px 18px #ffffff1f}.cvr .cvr-ghost{color:#fff;background:linear-gradient(135deg,#ffffff1a,#00000073 50%,#a0afc814);border:1px solid #c6c6c673;box-shadow:inset 0 1px #ffffff1f}.cvr .cvr-ghost:hover{background:linear-gradient(135deg,#d2e1ff2e,#00000059 48%,#b4c3dc29);border-color:#dce6ffbf;box-shadow:inset 0 1px #ffffff38,0 0 20px #aac8ff38}.cvr-hero-btn{height:var(--hero-btn-h);padding:0 18px}.cvr .cvr-hero-btn.cvr-solid:hover{box-shadow:inset 0 1px #fff,0 0 26px #bad0ff66,0 8px 18px #ffffff24}.cvr .cvr-hero-btn.cvr-ghost{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#ffffff1f,#00000080 46%,#96aac81a);border-color:#c6c6c68c}.cvr .cvr-hero-btn.cvr-ghost:hover{border-color:#dce6ffcc;box-shadow:0 0 24px #aac8ff47}.cvr-burger{border:1px solid var(--border);z-index:60;cursor:pointer;background:#0808088c;border-radius:6px;place-items:center;gap:5px;width:42px;height:42px;display:none}.cvr-burger:hover{background:#ffffff0d;border-color:#ffffff52}.cvr-burger i{background:#fff;border-radius:1px;width:16px;height:1.5px;transition:transform .25s,opacity .2s;display:block}.cvr-burger[aria-expanded=true] i:first-child{transform:translateY(6.5px)rotate(45deg)}.cvr-burger[aria-expanded=true] i:nth-child(2){opacity:0}.cvr-burger[aria-expanded=true] i:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.cvr-hero{z-index:10;padding:8px 24px var(--hero-gap);justify-content:center;align-items:flex-end;min-height:0;display:flex;position:relative}.cvr-copy{z-index:1;text-align:center;max-width:var(--copy-max);flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.cvr-badge{color:#f2f2f2;font-size:var(--badge);letter-spacing:-.01em;background:linear-gradient(90deg,#7d7d7d 0%,#2a2a2a 52%,#0a0a0a 100%);border:0;border-radius:5px;align-items:center;gap:8px;margin-bottom:22px;padding:9px 15px;font-weight:400;display:inline-flex}.cvr-star{filter:drop-shadow(0 0 3px #ffffff73)}.cvr-h1{font-size:var(--h1);letter-spacing:-.045em;color:#fff;flex-direction:column;align-items:center;margin:0;font-weight:500;line-height:1.12;display:flex}.cvr-line{padding:.06em .15em .14em;display:block;overflow:hidden}.cvr-h1 em{font-family:var(--font-instrument), "Times New Roman", Times, serif;letter-spacing:-.03em;color:var(--muted);font-size:1.08em;font-style:italic;font-weight:400}.cvr-lede{max-width:var(--lede-max);color:var(--muted);font-size:var(--lede);letter-spacing:-.015em;margin:18px 0 0;font-weight:400;line-height:1.55}.cvr-acts{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px;display:flex}.cvr-stats{z-index:10;padding:0 var(--stats-x) var(--stats-y);padding-bottom:max(var(--stats-y), env(safe-area-inset-bottom));color:var(--stat);justify-content:space-between;align-items:center;gap:24px;display:flex;position:relative}.cvr-stat{font-size:var(--stat-size);letter-spacing:-.015em;white-space:nowrap;align-items:center;gap:14px;display:inline-flex}@media (min-width:1600px){.cvr{--logo:17px;--nav:15px;--nav-h:44px;--btn:15px;--btn-h:44px;--hero-btn-h:48px;--h1:64px;--lede:18px;--badge:13.5px;--stat-size:15px;--header-y:28px;--header-x:64px;--stats-x:96px;--stats-y:44px;--copy-max:980px;--lede-max:540px}.cvr-nav a{padding:0 20px}.cvr-badge{margin-bottom:26px}.cvr-lede{margin-top:22px}.cvr-acts{gap:12px;margin-top:30px}}@media (min-width:1920px){.cvr{--logo:18px;--nav:16px;--nav-h:48px;--btn:16px;--btn-h:48px;--hero-btn-h:52px;--h1:76px;--lede:20px;--badge:14.5px;--stat-size:16px;--header-y:32px;--header-x:80px;--stats-x:120px;--stats-y:52px;--copy-max:1120px;--lede-max:620px}.cvr-nav{gap:10px}.cvr-nav a,.cvr-btn{padding:0 22px}.cvr-badge{padding:10px 15px}}@media (min-width:2560px){.cvr{--h1:88px;--lede:22px;--header-x:120px;--stats-x:160px;--copy-max:1280px;--lede-max:680px}}@media (min-width:1280px) and (max-width:1599px){.cvr{--h1:54px;--lede:16px;--header-x:48px;--stats-x:80px;--copy-max:900px}}@media (min-width:901px) and (max-width:1279px){.cvr{--logo:15px;--nav:13px;--nav-h:36px;--btn:13px;--btn-h:38px;--hero-btn-h:40px;--h1:42px;--lede:15px;--badge:12px;--stat-size:12.5px;--header-y:16px;--header-x:28px;--stats-x:36px;--stats-y:28px;--hero-gap:64px;--copy-max:760px;--lede-max:440px}.cvr-nav a{padding:0 14px}.cvr-badge{margin-bottom:16px}.cvr-lede{margin-top:14px}.cvr-acts{margin-top:20px}}@media (min-width:901px) and (max-height:850px){.cvr{--header-y:14px;--stats-y:24px;--hero-gap:48px;--h1:40px}.cvr-badge{margin-bottom:12px}.cvr-lede{margin-top:12px}.cvr-acts{margin-top:16px}}@media (min-width:901px) and (max-height:720px){.cvr{--h1:34px;--lede:14px;--hero-gap:32px;--stats-y:18px;--nav-h:30px;--btn-h:34px;--hero-btn-h:36px}.cvr-badge{margin-bottom:8px}}@media (min-width:901px){:is(html:has(.cvr),body:has(.cvr)){height:100%;overflow:hidden}.cvr{height:100dvh;overflow:hidden}}@media (max-width:900px){.cvr{--logo:16px;--btn:15px;--btn-h:46px;--hero-btn-h:48px;--h1:36px;--lede:16.5px;--badge:13.5px;--stat-size:15px;--header-y:16px;--header-x:18px;--stats-x:20px;--stats-y:28px;--hero-gap:36px;height:auto;overflow:visible}.cvr-head{padding-top:max(var(--header-y), env(safe-area-inset-top));grid-template-columns:1fr auto auto;gap:8px}.cvr-logo,.cvr-head .cvr-btn,.cvr-burger{z-index:80}.cvr-burger{display:grid}.cvr-hero{padding:20px 20px 64px}.cvr-copy,.cvr-lede{max-width:100%}.cvr-stats{flex-direction:column;align-items:center;gap:16px}.cvr-stat{white-space:normal}.cvr-backdrop{z-index:40;opacity:0;visibility:hidden;background:#0808086b;transition:opacity .28s,visibility .28s;display:block;position:fixed;inset:0}.cvr[data-menu=true] .cvr-backdrop{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.cvr-nav{z-index:45;padding:96px 22px 32px;padding-top:max(96px, calc(env(safe-area-inset-top) + 88px));opacity:0;visibility:hidden;background:0 0;flex-direction:column;justify-content:center;justify-self:stretch;gap:12px;transition:opacity .28s,visibility .28s;position:fixed;inset:0}.cvr[data-menu=true] .cvr-nav{opacity:1;visibility:visible}.cvr-nav a{border-radius:10px;justify-content:center;width:100%;height:56px;font-size:19px}}@media (max-width:560px){.cvr{--h1:34px;--lede:16px;--header-x:16px}.cvr-acts{flex-direction:column;width:100%}.cvr-acts .cvr-btn{width:100%}}
