.vfx{--bg:oklch(0.17 0.014 248);--t1:oklch(0.94 0.012 245);--t2:oklch(0.74 0.025 245);--t3:oklch(0.55 0.035 248);--accent:#1e5ee5;--red:#e8392b;--accent-ink:#ffffff;--line:oklch(0.55 0.2 262/0.22);--nav-h:58px;--display:var(--vf-display),"Space Grotesk",system-ui,sans-serif;--body:var(--vf-body),"Hanken Grotesk",system-ui,sans-serif;--mono:ui-monospace,"SF Mono","Menlo","Liberation Mono",monospace;--pg:#eef1f8;--pg-2:#f5f7fc;--ink:#0a0c14;--ink-2:#454d61;--ink-3:#8a92a6;--blue:#1b56f0;--blue-deep:#0c2c84;--hair:rgba(10,12,20,0.12);--hair-soft:rgba(10,12,20,0.07);--dots-bg:radial-gradient(rgba(27,86,240,0.1) 1.1px,transparent 0);position:relative;isolation:isolate;background:var(--pg);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;box-sizing:border-box;overflow-x:clip}.vfx *,.vfx :after,.vfx :before{box-sizing:border-box;margin:0;padding:0;text-shadow:none!important}.vfx .panel{height:100vh;width:100%;overflow:hidden;will-change:transform;backface-visibility:hidden;color:var(--ink)}.vfx .panel,.vfx .panel-dim{position:absolute;inset:0;background:var(--pg)}.vfx .panel-dim{z-index:2;pointer-events:none;opacity:0}.vfx .panel-inner{position:absolute;inset:0;z-index:3;padding:10vh 7vw calc(var(--nav-h) + 9vh) 7vw;display:grid;grid-template-columns:minmax(300px,760px) 1fr;align-items:end;gap:6vw;will-change:opacity}.vfx .mock-wrap{align-self:center;display:flex;align-items:center;justify-content:center;will-change:transform}.vfx .panel:not(.centered) .copy,.vfx .panel:not(.centered) .mock-wrap{opacity:0}.vfx .panel.centered .panel-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vfx .copy{display:flex;flex-direction:column;gap:14px;will-change:transform,opacity}.vfx .panel.centered .copy{align-items:center}.vfx .kicker{font-size:11px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--red)}.vfx .kicker,.vfx h2{font-family:var(--display)}.vfx h2{font-weight:300;line-height:1.08;letter-spacing:-.015em;font-size:clamp(28px,3.4vw,48px);color:var(--ink);text-wrap:balance}.vfx h2 .em{font-weight:500}.vfx h2 .dim{color:var(--t2)}.vfx .panel:not(.centered) h2 .dim{white-space:nowrap}.vfx .lede{font-size:15.5px;font-weight:400;line-height:1.65;color:var(--t2);max-width:46ch;text-wrap:pretty;margin-top:4px}.vfx .cta{font-family:var(--display);font-weight:500;font-size:13.5px;letter-spacing:.02em;padding:12px 24px;border-radius:8px;cursor:pointer;transition:.25s ease;border:1px solid var(--line);background:transparent;color:var(--t1);display:inline-flex;align-items:center;gap:9px;white-space:nowrap;box-shadow:none}.vfx .cta.solid-light{background:#fff;color:var(--blue);border:0}.vfx .scroll-hint{position:absolute;left:50%;bottom:calc(var(--nav-h) + 16px);transform:translateX(-50%);font-family:var(--display);font-size:11px;font-weight:500;letter-spacing:.32em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:5}.vfx .scroll-hint span:first-child{display:none}.vfx .scroll-hint .line{position:relative;width:1px;height:44px;background:rgba(247,248,253,.2);box-shadow:none;overflow:hidden}.vfx .scroll-hint .line:after{content:"";position:absolute;left:0;top:0;width:1px;height:14px;background:#f7f8fd}@media (prefers-reduced-motion:no-preference){.vfx .scroll-hint .line:after{animation:veScrollCue 1.9s cubic-bezier(.6,0,.3,1) infinite}}@keyframes veScrollCue{0%{transform:translateY(-14px);opacity:0}35%{opacity:1}to{transform:translateY(44px);opacity:0}}.vfx .navbar{position:fixed;left:0;right:0;top:0;bottom:auto;height:var(--nav-h);z-index:50;justify-content:space-between;padding:0 26px;background:#fff;color:#0c111c;--nlf:brightness(0);border-bottom:1px solid rgba(10,12,20,.08);margin-left:auto;margin-right:auto;will-change:max-width,padding,border-radius,top,box-shadow;backdrop-filter:blur(12px) saturate(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.2);box-shadow:0 16px 44px rgba(8,16,40,calc(var(--nav-e, 0) * .18)),inset 0 0 0 1px rgba(10,12,20,calc(var(--nav-e, 0) * .06));transition:background-color .55s ease,color .55s ease,border-color .4s ease,padding .55s cubic-bezier(.22,1,.36,1)}.vfx .nav-logo,.vfx .navbar{display:flex;align-items:center}.vfx .nav-logo{cursor:pointer}.vfx .nav-logo img{height:17px;width:auto;display:block;user-select:none;-webkit-user-drag:none;filter:var(--nlf);transition:height .55s cubic-bezier(.22,1,.36,1),filter .55s ease}.vfx .nav-right{display:flex;align-items:center;gap:24px}.vfx .nav-links{display:flex;align-items:center;gap:30px;font-family:var(--display);font-size:13px}.vfx .nav-cta{font-family:var(--display);font-weight:600;font-size:13.5px;background:#1233b8;color:#fff;cursor:pointer;padding:9px 18px;border-radius:999px;white-space:nowrap;transition:filter .25s ease,padding .55s cubic-bezier(.22,1,.36,1)}.vfx .nav-cta:hover{filter:brightness(1.1)}.vfx .nav-ctls{display:none}.vfx .navbar.shrunk{width:max-content;border-bottom:0;padding:7px 8px 7px 18px;height:auto;backdrop-filter:none;-webkit-backdrop-filter:none;justify-content:center;gap:18px}.vfx .navbar.shrunk .nav-logo img{height:15px}.vfx .navbar.shrunk .nav-cta{padding:8px 16px}.vfx .navbar.shrunk .nav-right{margin-left:0}.vfx .dots{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:40;display:flex;flex-direction:column;gap:11px;align-items:flex-end;opacity:0;pointer-events:none;transition:opacity .4s ease}.vfx.curtain-on .dots{opacity:1;pointer-events:auto}.vfx .dots .dot{width:16px;height:2px;padding:0;border:0;border-radius:2px;background:rgba(255,255,255,.24);box-shadow:none;cursor:pointer;transition:width .45s cubic-bezier(.22,1,.36,1),background .3s ease}.vfx .dots .dot:hover{background:rgba(255,255,255,.5);width:24px}.vfx .dots .dot.active{width:36px;height:2px;background:#1b56f0}.vfx .vf-hero{position:relative;overflow:hidden;--fg:#f7f8fd;--bg:#030714}.vfx .vf-hero[data-card="0"]{--bg:#f7f8fd;--fg:#050d2e}.vfx .vf-hero[data-card="1"]{--bg:#1233b8;--fg:#f7f8fd}.vfx .vf-hero[data-card="2"]{--bg:#e8392b;--fg:#f7f8fd}.vfx .vf-slam{position:absolute;inset:0;z-index:0;background:var(--bg);transition:background-color .55s cubic-bezier(.7,0,.2,1)}.vfx .vf-hero .panel-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0;padding:0 6vw;min-height:100vh;transform:translateY(-7vh)}.vfx .vf-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--fg);opacity:.62;margin-bottom:clamp(22px,4vh,40px);transition:color .55s ease}.vfx .vf-headline{position:relative;width:100%;height:clamp(96px,18vw,260px);margin:0}.vfx .vf-line{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;letter-spacing:-.055em;line-height:.9;font-size:clamp(64px,16vw,232px);color:var(--fg);opacity:0;transform:scale(1.28);filter:blur(6px);transition:opacity .42s ease,transform .55s cubic-bezier(.16,.9,.2,1),filter .42s ease,color .55s ease;will-change:opacity,transform,filter}.vfx .vf-line.on{opacity:1;transform:none;filter:blur(0)}.vfx .vf-line.out{opacity:0;transform:scale(.86);filter:blur(5px);transition-duration:.3s}.vfx .vf-dot{color:#e8392b}.vfx .vf-line.on .vf-dot{animation:vfDot .5s .25s both}@keyframes vfDot{0%{transform:scale(0)}60%{transform:scale(1.4)}to{transform:scale(1)}}.vfx .vf-sub{max-width:64ch;margin:clamp(26px,4vh,44px) auto 0;font-family:var(--body);font-size:clamp(15px,1.5vw,19px);font-weight:300;line-height:1.5;color:var(--fg);opacity:.66;transition:color .55s ease}.vfx .vf-cta{position:absolute;left:50%;bottom:clamp(72px,13vh,128px);transform:translateX(-50%);z-index:4}.vfx .vf-cta .vf-go{background:var(--fg);color:var(--bg);border:0;font-family:var(--display);font-weight:600;font-size:15px;letter-spacing:-.01em;padding:15px 30px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:background-color .55s ease,color .55s ease,transform .2s ease}.vfx .vf-cta .vf-go:hover{transform:translateY(-2px)}.vfx .vf-arr{transition:transform .25s ease}.vfx .vf-cta .vf-go:hover .vf-arr{transform:translateX(4px)}.vfx .vf-hero .scroll-hint{z-index:4;bottom:calc(clamp(72px, 13vh, 128px) - 44px)}.vfx .vf-hero .scroll-hint .line{background:var(--fg);opacity:.4}@media (prefers-reduced-motion:reduce){.vfx .vf-headline{height:auto;display:flex;flex-wrap:wrap;gap:.3em;justify-content:center}.vfx .vf-line{position:static;inset:auto;opacity:1;transform:none;filter:none;font-size:clamp(40px,9vw,104px)}}.vfx .vf-show{background:#dfe6f2;position:relative}.vfx .vf-show:before{inset:0;background:url(/marketing/ve-landing/ve-show-bg.jpg) 50%/cover no-repeat}.vfx .vf-show:after,.vfx .vf-show:before{content:"";position:absolute;z-index:0;pointer-events:none}.vfx .vf-show:after{left:0;right:0;top:0;height:54%;background:linear-gradient(180deg,rgba(10,18,42,.42),transparent)}.vfx .vf-show>*{position:relative;z-index:1}.vfx .vf-show-inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100vh;min-height:100vh;padding:3vh 5vw calc(var(--nav-h) + 1vh);gap:clamp(40px,5vw,88px);overflow:hidden}.vfx .panel.vf-show:not(.hero) .panel-inner.vf-show-inner{justify-content:flex-start;padding:clamp(16px,2.6vh,30px) 5vw calc(var(--nav-h) + 1vh)}.vfx .vf-show-tabs{display:inline-flex;align-items:center;gap:6px;padding:5px;border-radius:100px;background:rgba(255,255,255,.14);-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);box-shadow:0 10px 34px rgba(8,16,40,.22),inset 0 0 0 1px rgba(255,255,255,.3)}.vfx .vf-tab{font-family:var(--display);font-size:14px;font-weight:500;color:rgba(255,255,255,.74);background:none;border:0;padding:9px 18px;border-radius:100px;cursor:pointer;position:relative;isolation:isolate;overflow:hidden;transition:color .25s ease,background .25s ease}.vfx .vf-tab:hover{color:#fff}.vfx .vf-tab.is-on{background:transparent;color:#0c111c}.vfx .vf-tab.is-on:before{content:"";position:absolute;inset:0;z-index:-1;background:#fff;transform:scaleX(var(--vf-fill,0));transform-origin:left;transition:transform .25s linear}@media (prefers-reduced-motion:reduce){.vfx .vf-tab.is-on:before{transform:scaleX(1);transition:none}}.vfx .vf-pause{width:34px;height:34px;border-radius:50%;border:0;background:rgba(12,17,28,.9);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:4px}.vfx .vf-pause-ico{width:9px;height:11px;border-left:3px solid #fff;border-right:3px solid #fff;box-sizing:border-box}.vfx .vf-show.paused .vf-pause-ico{width:0;height:0;border-left:9px solid #fff;border-right:0;border-top:6px solid transparent;border-bottom:6px solid transparent}.vfx .vf-show-h{font-family:var(--display);font-weight:600;letter-spacing:-.04em;line-height:.95;font-size:clamp(22px,3.2vw,44px);color:#fff;margin:-22px 0;transition:opacity .4s ease,transform .5s cubic-bezier(.16,.9,.2,1)}.vfx .vf-show-h.swap{opacity:0;transform:translateY(12px)}.vfx .vf-chrome{height:min(58vh,560px);aspect-ratio:2554/1434;width:auto;max-width:92vw;margin:0 auto;display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 40px 100px rgba(12,20,50,.28),0 0 0 1px rgba(12,20,50,.06);text-align:left}.vfx .cr-bar{display:flex;align-items:center;gap:8px;padding:9px 14px 0;background:#dde1ea}.vfx .cr-dot{width:11px;height:11px;border-radius:50%}.vfx .cr-dot.r{background:#ec6a5e}.vfx .cr-dot.y{background:#f4be4f}.vfx .cr-dot.g{background:#61c554}.vfx .cr-tab{display:inline-flex;align-items:center;gap:8px;margin-left:8px;padding:9px 16px;background:#fff;border-radius:9px 9px 0 0;font-family:var(--display);font-size:12.5px;color:#3a4252;white-space:nowrap}.vfx .cr-favi{width:13px;height:13px;border-radius:3px;background:conic-gradient(#ea4335,#fbbc04,#34a853,#4285f4)}.vfx .cr-plus{color:#7a8398;font-size:16px;margin-left:2px}.vfx .cr-omni{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fff;border-bottom:1px solid #eceef3}.vfx .cr-nav{color:#9aa3b4;font-size:15px}.vfx .cr-url{flex:1;display:flex;align-items:center;gap:8px;background:#f1f3f7;border-radius:100px;padding:7px 16px;font-family:var(--display);font-size:12.5px;color:#5b6678}.vfx .cr-lock{width:8px;height:8px;border:1.4px solid #9aa3b4;border-radius:2px}.vfx .cr-star{color:#9aa3b4;font-size:15px}.vfx .cr-app{flex:1;display:flex;flex-direction:column;min-height:0;background:#fff}.vfx .gm-top{display:flex;align-items:center;gap:10px;padding:10px 18px;border-bottom:1px solid #f0f2f5}.vfx .gm-logo{font-weight:800;color:#ea4335}.vfx .gm-brand,.vfx .gm-logo{font-family:var(--display);font-size:18px}.vfx .gm-brand{color:#5f6368;letter-spacing:-.01em}.vfx .gm-search{flex:1;max-width:520px;margin-left:18px;background:#eaedf3;border-radius:100px;padding:9px 18px;font-size:13px;color:#9aa3b4}.vfx .gm-acct{margin-left:auto;width:28px;height:28px;border-radius:50%;background:linear-gradient(140deg,#aa3366,#7a2d50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-family:var(--display)}.vfx .gm-body{flex:1;display:flex;min-height:0}.vfx .gm-side{width:172px;flex:none;padding:16px 12px;display:flex;flex-direction:column;gap:3px}.vfx .gm-compose{display:inline-flex;align-self:flex-start;background:#c2e7ff;color:#001d35;font-family:var(--display);font-weight:500;padding:11px 20px;border-radius:16px;margin-bottom:12px}.vfx .gm-compose,.vfx .gm-nav{align-items:center;font-size:13.5px}.vfx .gm-nav{display:flex;justify-content:space-between;color:#444;padding:8px 16px;border-radius:0 100px 100px 0}.vfx .gm-nav b{font-weight:600}.vfx .gm-nav.on{background:#d3e3fd;color:#041e49;font-weight:600}.vfx .gm-main{flex:1;min-height:0;border-left:1px solid #f0f2f5}.vfx .gm-main,.vfx .vf-stage{position:relative;overflow:hidden}.vfx .vf-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .5s ease;background:#ffffff;pointer-events:none}.vfx .vf-vid.is-on{opacity:1}.vfx .vf-scene{position:absolute;inset:0;padding:22px 26px;opacity:0;transform:translateY(14px) scale(.99);transition:opacity .5s ease,transform .55s cubic-bezier(.16,.9,.2,1);pointer-events:none}.vfx .vf-scene.is-on{opacity:1;transform:none;pointer-events:auto}.vfx .vf-scene.is-on>*{animation:vfShowRise .55s cubic-bezier(.16,.9,.2,1) both}@keyframes vfShowRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.vfx .vf-av{width:30px;height:30px;border-radius:50%;flex:none;display:inline-block}.vfx .vf-av.a{background:linear-gradient(140deg,#f2709c,#d6457e)}.vfx .vf-av.b{background:linear-gradient(140deg,#6aa0ff,#2f64d8)}.vfx .vf-av.c{background:linear-gradient(140deg,#5bd28a,#1f9d62)}.vfx .vf-av.d{background:linear-gradient(140deg,#9aa6bd,#67718a)}.vfx .vf-av.ve{background:linear-gradient(160deg,#3b82ff,#1741b8);color:#fff;font-family:var(--display);font-style:italic;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.vfx .vf-nm{font-size:14px;color:#0c111c}.vfx .vf-nm,.vfx .vf-tg{font-family:var(--display);font-weight:500}.vfx .vf-tg{font-size:11px;padding:5px 11px;border-radius:100px;white-space:nowrap}.vfx .vf-tg.b{background:#eaf1fe;color:#1c4fce}.vfx .vf-tg.y{background:#fdf3e3;color:#a8740f}.vfx .vf-tg.g{background:#e7f6ee;color:#13824a}.vfx .vf-tg.m{background:#f3eefb;color:#5e44b8}.vfx .vf-tg.n{background:#eef0f4;color:#586478}.vfx .vf-tg.o{background:#fdeee3;color:#b5651d}.vfx .vf-tg.t{background:#e4f6f2;color:#127c72}.vfx .vf-s-main{flex:1;padding:18px 22px;display:flex;flex-direction:column}.vfx .vf-s-main.wide{width:100%}.vfx .vf-s-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #f0f2f5}.vfx .vf-s-row .vf-tg{margin-left:auto}.vfx .vf-s-brief,.vfx .vf-s-mail{padding:24px 28px;max-width:560px}.vfx .vf-s-from{display:flex;align-items:center;gap:10px}.vfx .vf-s-from b{font-family:var(--display);font-weight:600;font-size:14px;color:#0c111c}.vfx .vf-s-from span{margin-left:auto;font-size:12px;color:#9aa3b4}.vfx .vf-s-q{margin:14px 0 0;font-size:15px;color:#5b6678}.vfx .vf-s-lead{margin:16px 0 14px;font-size:16px;line-height:1.5;color:#1a2233}.vfx .vf-s-draft{margin-top:16px;padding:16px 18px;border-radius:12px;background:#f3f7ff;border:1px solid #e2ecfb}.vfx .vf-s-tag{font-family:var(--display);font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1e5ee5}.vfx .vf-s-draft p{margin:10px 0 0;font-size:15px;line-height:1.55;color:#1a2233}.vfx .vf-s-send{display:inline-block;margin-top:14px;font-family:var(--display);font-weight:600;font-size:13px;color:#fff;background:#1e5ee5;padding:9px 18px;border-radius:8px}.vfx .vf-s-cust{display:flex;align-items:center;gap:9px;padding-top:14px;margin-top:6px}.vfx .vf-s-add{font-size:11px;color:#9aa3b4;border:1px dashed #c8cfdb;padding:5px 11px;border-radius:100px}.vfx .curtain{position:relative;z-index:0}.vfx .curtain .stage.curtain-stage{position:sticky;inset:auto;top:0;height:100vh;width:100%;background:#050608}.vfx .curtain,.vfx .curtain-stage,.vfx .feat-panel,.vfx .feat-panel .panel-dim{background:#050608}.vfx .panel.feat-panel:not(.hero) .copy h2,.vfx .panel.feat-panel:not(.hero) .copy h2 .em{color:#fff}.vfx .panel.feat-panel:not(.hero) .copy h2 .dim{color:#727c8e;white-space:normal}.vfx .panel.feat-panel:not(.hero) .copy .lede{color:#9aa3b4}.vfx .panel.feat-panel:not(.hero) .copy .kicker{color:#e8392b;display:inline-flex;font-size:12.5px;letter-spacing:.26em;font-weight:600}.vfx .panel.feat-panel:not(.hero) .panel-inner{grid-template-columns:minmax(340px,520px) minmax(440px,1fr);gap:clamp(48px,5vw,96px);max-width:1560px;margin:0 auto;padding-left:5vw;padding-right:5vw;align-items:center;justify-content:center}.vfx .panel.feat-panel:not(.hero) .copy h2{font-size:clamp(40px,4.3vw,68px);letter-spacing:-.046em;line-height:.98;margin-top:26px}.vfx .panel.feat-panel:not(.hero) .copy .lede{font-size:clamp(16px,1.3vw,19px);line-height:1.62;max-width:44ch;margin-top:24px;font-weight:300}.vfx .featviz{position:relative;width:100%;max-width:640px;height:min(58vh,500px);display:flex;align-items:center;justify-content:center;padding:6%;border:1px solid rgba(255,255,255,.13);border-radius:6px;overflow:visible;margin-inline:auto;background:linear-gradient(160deg,#11151d,#0a0c11)}.vfx .feat-panel .mock-wrap{width:100%}.vfx .featviz:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.7;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0 1px,transparent 1px 22px),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 22px)}.vfx .featviz>*{position:relative;z-index:1}.vfx .ig{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:540px}.vfx .ig-cell{aspect-ratio:1;border-radius:4px;background:#141a23;position:relative;display:flex;align-items:center;justify-content:center;opacity:0}.vfx .ig-cell:after,.vfx .ig-cell:before{content:"";position:absolute;width:8px;height:8px;border:1.5px solid rgba(255,255,255,.18)}.vfx .ig-cell:before{top:-1px;left:-1px;border-right:0;border-bottom:0}.vfx .ig-cell:after{bottom:-1px;right:-1px;border-left:0;border-top:0}.vfx .ig-cell.on{background:#1a2330;box-shadow:inset 0 0 0 1px rgba(108,214,255,.24)}.vfx .ig-cell svg{width:38%;height:38%;opacity:0}.vfx .ig-cell.on svg{opacity:.9}.vfx .ig-cell.on svg path{stroke:#cfe0ff}.vfx .th{display:flex;flex-direction:column;gap:18px;width:100%;max-width:560px}.vfx .th-row{display:flex;align-items:flex-end;gap:12px;opacity:0}.vfx .th-row.me{flex-direction:row-reverse}.vfx .th-av{width:34px;height:34px;border-radius:50%;flex:none;background:#1a1e26;display:flex;align-items:center;justify-content:center;color:#aeb6c6;font-size:14px}.vfx .th-av.agent{background:#1233b8;color:#fff}.vfx .th-bub{height:54px;border-radius:6px;background:#1c222c}.vfx .th-row .th-bub{width:62%}.vfx .th-row.me .th-bub{width:48%;background:#26303d}.vfx .cd2{display:flex;flex-direction:column;gap:12px;width:100%;max-width:570px;margin:0 auto}.vfx .cd2-row{gap:13px;padding:16px 18px;background:#0e131c;border:1px solid rgba(255,255,255,.08);border-radius:12px;font-family:var(--display);color:#e7ebf4;opacity:0}.vfx .cd2-row,.vfx .cd2-row .at{display:flex;align-items:center;font-size:15px}.vfx .cd2-row .at{width:30px;height:30px;border-radius:8px;flex:none;background:rgba(47,107,240,.14);color:#6ea2ff;justify-content:center}.vfx .cd2-row .vf{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--display);font-size:11.5px;font-weight:500;color:#7fe0a6}.vfx .cd2-row .vf:before{content:"✓"}.vfx .sg{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:500px;position:relative}.vfx .sg-cell{aspect-ratio:1;border-radius:4px;background:#141a23;border:1px solid rgba(255,255,255,.07);font-family:var(--display);font-weight:700;font-size:18px;color:#fff;opacity:0}.vfx .sg-cell,.vfx .ss{display:flex;align-items:center;justify-content:center}.vfx .ss{position:relative;width:100%;height:100%}.vfx .ss-bar{position:relative;z-index:2;display:flex;align-items:center;gap:12px;padding:15px 20px;border-radius:5px;background:#161a22;border:1px solid rgba(255,255,255,.1);font-family:var(--mono);font-size:13px;color:#8a93a3;min-width:260px;opacity:0}.vfx .ss-ray{position:absolute;left:50%;top:50%;width:1px;height:42%;background:linear-gradient(rgba(255,255,255,.32),transparent);transform-origin:top center}.vfx .de{position:relative;width:100%;max-width:620px}.vfx .de-mail{background:#10131a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:22px;opacity:0}.vfx .de-row{display:flex;gap:16px;font-family:var(--mono);font-size:12.5px;margin-bottom:8px}.vfx .de-row .k{color:#6b7589;width:58px}.vfx .de-row .v{color:#cdd9ee}.vfx .de-lines{margin-top:16px;display:flex;flex-direction:column;gap:9px}.vfx .de-lines i{display:block;height:9px;border-radius:3px;background:rgba(255,255,255,.06)}.vfx .de-lines i:nth-child(2){width:80%}.vfx .de-lines i:nth-child(3){width:60%}.vfx .de-json{position:absolute;right:-6%;bottom:-8%;background:#0c0e13;border:1px solid rgba(91,155,255,.3);border-radius:12px;padding:16px 18px;font-family:var(--mono);font-size:12.5px;line-height:1.7;color:#aeb6c6;box-shadow:0 24px 60px rgba(0,0,0,.5);opacity:0}.vfx .de-json .jk{color:#7fb0ff}.vfx .de-json .jv{color:#7fe0a6}.vfx .de-json .jp{color:#6b7589}@keyframes fxPop2{0%{opacity:0;transform:scale(.85) translateY(10px)}to{opacity:1;transform:none}}@keyframes fxInL{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}@keyframes fxInR{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}@keyframes fxFloat2{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fxRadar{0%,to{opacity:.22}50%{opacity:1}}@keyframes fxPing{0%{box-shadow:0 0 0 0 rgba(47,107,240,.4)}to{box-shadow:0 0 0 12px rgba(47,107,240,0)}}@keyframes fv2rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.vfx .panel[data-active] .featviz .ig-cell{animation:fxPop2 .5s cubic-bezier(.2,.8,.25,1) both var(--pd,0s),fxFloat2 6s ease-in-out infinite 1.3s}.vfx .featviz .ig-cell.on{position:relative}.vfx .panel[data-active] .featviz .ig-cell.on:after{content:"";position:absolute;inset:0;border-radius:inherit;animation:fxPing 2.4s ease-out 1.4s infinite}.vfx .featviz .ig-cell:first-child{--pd:0.04s}.vfx .featviz .ig-cell:nth-child(2){--pd:0.09s}.vfx .featviz .ig-cell:nth-child(3){--pd:0.14s}.vfx .featviz .ig-cell:nth-child(4){--pd:0.19s}.vfx .featviz .ig-cell:nth-child(5){--pd:0.24s}.vfx .featviz .ig-cell:nth-child(6){--pd:0.29s}.vfx .featviz .ig-cell:nth-child(7){--pd:0.34s}.vfx .featviz .ig-cell:nth-child(8){--pd:0.39s}.vfx .featviz .ig-cell:nth-child(9){--pd:0.44s}.vfx .featviz .ig-cell:nth-child(10){--pd:0.49s}.vfx .featviz .ig-cell:nth-child(11){--pd:0.54s}.vfx .featviz .ig-cell:nth-child(12){--pd:0.59s}.vfx .panel[data-active] .featviz .th-row{animation:fxInL .55s cubic-bezier(.2,.8,.25,1) both var(--pd,0s)}.vfx .panel[data-active] .featviz .th-row.me{animation-name:fxInR}.vfx .featviz .th-row:first-child{--pd:0.15s}.vfx .featviz .th-row:nth-child(2){--pd:0.45s}.vfx .featviz .th-row:nth-child(3){--pd:0.75s}.vfx .featviz .th-row:nth-child(4){--pd:1.05s}.vfx .panel[data-active] .featviz .th-av{animation:fxPop2 .5s cubic-bezier(.2,1.5,.4,1) both var(--pd,0s)}.vfx .panel[data-active] .featviz .sg-cell{animation:fxPop2 .5s cubic-bezier(.2,.8,.25,1) both var(--pd,0s),fxFloat2 5.5s ease-in-out infinite 1.2s}.vfx .featviz .sg-cell:first-child{--pd:0.05s}.vfx .featviz .sg-cell:nth-child(2){--pd:0.11s}.vfx .featviz .sg-cell:nth-child(3){--pd:0.17s}.vfx .featviz .sg-cell:nth-child(4){--pd:0.23s}.vfx .featviz .sg-cell:nth-child(5){--pd:0.29s}.vfx .featviz .sg-cell:nth-child(6){--pd:0.35s}.vfx .featviz .sg-cell:nth-child(7){--pd:0.41s}.vfx .featviz .sg-cell:nth-child(8){--pd:0.47s}.vfx .featviz .sg-cell:nth-child(9){--pd:0.53s}.vfx .panel[data-active] .featviz .ss-ray{animation:fxRadar 2.6s ease-in-out infinite var(--pd,0s)}.vfx .featviz .ss-ray:first-child{--pd:0s}.vfx .featviz .ss-ray:nth-child(2){--pd:0.12s}.vfx .featviz .ss-ray:nth-child(3){--pd:0.24s}.vfx .featviz .ss-ray:nth-child(4){--pd:0.36s}.vfx .featviz .ss-ray:nth-child(5){--pd:0.48s}.vfx .featviz .ss-ray:nth-child(6){--pd:0.6s}.vfx .featviz .ss-ray:nth-child(7){--pd:0.72s}.vfx .featviz .ss-ray:nth-child(8){--pd:0.84s}.vfx .featviz .ss-ray:nth-child(9){--pd:0.96s}.vfx .panel[data-active] .featviz .ss-bar{animation:fxPop2 .6s cubic-bezier(.2,.8,.25,1) .4s both}.vfx .panel[data-active] .featviz .de-mail{animation:fxInL .6s cubic-bezier(.2,.8,.25,1) .12s both}.vfx .panel[data-active] .featviz .de-json{animation:fxInR .6s cubic-bezier(.2,.8,.25,1) .42s both}.vfx .panel[data-active] .cd2-row{animation:fv2rise .55s cubic-bezier(.2,.8,.25,1) both}.vfx .panel[data-active] .cd2-row:first-child{animation-delay:.06s}.vfx .panel[data-active] .cd2-row:nth-child(2){animation-delay:.15s}.vfx .panel[data-active] .cd2-row:nth-child(3){animation-delay:.24s}.vfx .panel[data-active] .cd2-row:nth-child(4){animation-delay:.33s}.vfx .panel[data-active] .cd2-row:nth-child(5){animation-delay:.42s}.vfx .ticker-section{position:relative;z-index:1;background:var(--pg-2);padding:64px 0;border-top:1px solid var(--hair-soft);border-bottom:1px solid var(--hair-soft)}.vfx .ticker-section:before{content:"❯ Trusted by teams who’d rather be doing anything else";display:block;text-align:center;font-family:var(--display);font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3);margin-bottom:32px}.vfx .ticker{width:100%;overflow:hidden;pointer-events:none;max-width:1100px;margin-inline:auto;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.vfx .ticker-track{display:flex;width:max-content;will-change:transform}@media (prefers-reduced-motion:no-preference){.vfx .ticker-track{animation:veTick 60s linear infinite}}@keyframes veTick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.vfx .tgroup{display:flex;align-items:center;flex:none}.vfx .tgroup img{height:clamp(58px,6.4vw,96px);width:auto;flex:none;display:block;filter:brightness(0) saturate(0);opacity:.4;user-select:none;-webkit-user-drag:none}.vfx .vf-close{position:relative;overflow:hidden;min-height:auto;padding:clamp(72px,10vw,124px) 6vw;display:flex;align-items:center;justify-content:center;background:var(--cbg,#1233b8);transition:background-color .4s cubic-bezier(.7,0,.2,1)}.vfx .vf-close[data-pal="0"]{--cbg:#1233b8;--cfg:#ffffff;--cacc:#e8392b;--caccfg:#ffffff;--cglow:rgba(232,57,43,0.5)}.vfx .vf-close[data-pal="1"]{--cbg:#e8392b;--cfg:#ffffff;--cacc:#ffffff;--caccfg:#0a0e1a;--cglow:rgba(255,255,255,0.4)}.vfx .vf-close[data-pal="2"]{--cbg:#f7f8fd;--cfg:#0a0e1a;--cacc:#1233b8;--caccfg:#ffffff;--cglow:rgba(18,51,184,0.45)}.vfx .vf-close-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 0);background-size:26px 26px;-webkit-mask-image:radial-gradient(60% 70% at 50% 46%,#000 0,transparent 72%);mask-image:radial-gradient(60% 70% at 50% 46%,#000 0,transparent 72%);opacity:.5}.vfx .vf-close-card{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.vfx .vf-close-ey{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--cfg,#fff);opacity:.66;margin-bottom:22px;transition:color .35s ease}.vfx .vf-close-dot{width:7px;height:7px;border-radius:50%;background:var(--cfg,#fff);animation:vfBlink 1.6s ease-in-out infinite}@keyframes vfBlink{0%,to{opacity:1}50%{opacity:.3}}.vfx .vf-close-h{font-family:var(--display);letter-spacing:-.04em;line-height:1.02;font-size:clamp(38px,5.2vw,72px);text-align:center;transition:color .35s ease}.vfx .vf-close-h,.vfx .vf-rot{font-weight:600;color:var(--cfg,#fff)}.vfx .vf-rot{display:inline-block;transition:opacity .4s ease,transform .5s cubic-bezier(.16,.9,.2,1),color .4s ease}.vfx .vf-rot.swap{opacity:0;transform:translateY(12px)}.vfx .vf-close-sub{margin:24px auto 0;max-width:46ch;font-family:var(--body);font-weight:300;font-size:clamp(15px,1.4vw,18px);line-height:1.55;color:var(--cfg,#fff);opacity:.66;text-align:center;transition:color .35s ease}.vfx .vf-close-go{margin:38px auto 0;width:auto;background:var(--cacc,#e8392b);color:var(--caccfg,#fff);border:0;border-radius:8px;padding:16px 34px;font-family:var(--display);font-weight:600;font-size:15.5px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 16px 46px -4px var(--cglow,rgba(232,57,43,.42));transition:background-color .35s ease,color .35s ease,box-shadow .4s ease,transform .2s ease}.vfx .vf-close-go:hover{transform:translateY(-2px);box-shadow:0 22px 60px -2px var(--cglow,rgba(232,57,43,.6))}.vfx .vf-close-go .vf-arr{transition:transform .25s ease}.vfx .vf-close-go:hover .vf-arr{transform:translateX(4px)}.vfx .site-footer{position:relative;z-index:1;background:#050608;color:var(--t2);border-top:1px solid rgba(255,255,255,.07);padding:9vh 6vw calc(var(--nav-h) + 3.5vh);display:flex;flex-direction:column;gap:8vh}.vfx .foot-top{display:grid;grid-template-columns:1.3fr .9fr;gap:6vw;align-items:start;max-width:1480px;width:100%;margin:0 auto}.vfx .foot-head{font-family:var(--display);font-weight:300;letter-spacing:-.022em;line-height:1.1;font-size:clamp(32px,3.8vw,56px);color:oklch(.72 .01 250);text-wrap:balance}.vfx .foot-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:34px}.vfx .foot-dl{cursor:pointer;font-family:var(--display);font-size:14px;font-weight:500;letter-spacing:.01em;background:#fff;color:#0a0c10;border:1px solid #fff;padding:15px 30px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.vfx .foot-dl:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(255,255,255,.12)}.vfx .foot-signup{cursor:pointer;font-family:var(--display);font-size:14px;font-weight:500;letter-spacing:.01em;color:var(--t1);background:transparent;border:1px solid rgba(255,255,255,.22);padding:15px 30px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.vfx .foot-signup:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.04)}.vfx .foot-fine{display:flex;flex-direction:column;gap:14px;justify-self:end;padding-top:8px}.vfx .foot-fine p{font-size:12.5px;line-height:1.6;color:oklch(.52 .012 250);max-width:46ch;text-wrap:pretty}.vfx .foot-fine p:nth-child(2){word-break:break-word}.vfx .foot-bar{display:flex;align-items:center;justify-content:space-between;gap:24px 40px;flex-wrap:wrap;max-width:1480px;width:100%;margin:0 auto}.vfx .foot-links{display:flex;flex-wrap:wrap;gap:8px 28px}.vfx .foot-links a{font-family:var(--body);font-size:13.5px;color:oklch(.55 .012 250);text-decoration:none;transition:color .2s ease;cursor:pointer}.vfx .foot-links a:hover{color:var(--t1)}.vfx .foot-end{display:flex;align-items:center;gap:36px;margin-left:auto}.vfx .foot-social{display:flex;gap:22px}.vfx .foot-social a{font-size:13.5px;color:oklch(.55 .012 250);text-decoration:none;transition:color .2s ease;cursor:pointer}.vfx .foot-social a:hover{color:var(--t1)}.vfx .foot-copy{font-size:13.5px;color:oklch(.5 .012 250);white-space:nowrap}@media (pointer:fine){.vfx .vf-plane-cur{position:fixed;left:0;top:0;z-index:99999;width:22px;height:22px;margin:-11px 0 0 -11px;pointer-events:none;opacity:0;mix-blend-mode:difference;will-change:transform;transition:opacity .26s ease}.vfx .vf-plane-cur.on{opacity:1}.vfx .vf-plane-cur .vfp{width:100%;height:100%;display:block;transform-origin:50% 50%}.vfx .vf-plane-cur .vfp path{stroke:#fff}.vfx .vf-plane-cur.on .vfp{animation:vfFly 1.2s ease-in-out infinite}.vfx .vf-plane-cur.launch .vfp{animation:vfLaunch .5s cubic-bezier(.4,0,.2,1) both}@keyframes vfFly{0%,to{transform:translate(-2px,1.5px) rotate(-7deg)}50%{transform:translate(3px,-2px) rotate(5deg)}}@keyframes vfLaunch{0%{transform:none;opacity:1}55%{opacity:1}to{transform:translate(26px,-26px) rotate(18deg) scale(.65);opacity:0}}.vfx .foot-dl,.vfx .foot-signup,.vfx .vf-close-go,.vfx .vf-go{transition:transform .34s cubic-bezier(.2,.8,.3,1),background-color .2s ease,color .2s ease}}@media (max-width:1280px){.vfx .panel.feat-panel:not(.hero) .panel-inner{grid-template-columns:1fr;justify-items:stretch}.vfx .panel.feat-panel:not(.hero) .cd2,.vfx .panel.feat-panel:not(.hero) .de,.vfx .panel.feat-panel:not(.hero) .featviz,.vfx .panel.feat-panel:not(.hero) .ig,.vfx .panel.feat-panel:not(.hero) .mock-wrap,.vfx .panel.feat-panel:not(.hero) .sg,.vfx .panel.feat-panel:not(.hero) .th{margin-inline:auto}}@media (max-width:900px){.vfx .fv2-extract{flex-direction:column}}@media (max-width:880px){.vfx .featviz{width:100%;height:38vh}}@media (max-width:820px){.vfx .vf-close-h{font-size:clamp(30px,8vw,46px)}}@media (max-width:780px){.vfx .panel-inner{grid-template-columns:1fr;gap:4vh;align-content:end;padding:8vh 8vw calc(var(--nav-h) + 6vh)}.vfx .panel:not(.centered) h2 .dim{white-space:normal}.vfx .mock-wrap{justify-content:flex-start;align-self:start}}@media (max-width:760px){.vfx .gm-side{display:none}.vfx .vf-chrome{height:min(50vh,460px);max-width:94vw}}@media (max-width:680px){.vfx .vf-scene[data-s="0"] .vf-s-side{display:none}}@media (max-width:720px){.vfx .vf-show-tabs{gap:4px;padding:4px;max-width:94vw}.vfx .vf-tab{font-size:12.5px;padding:8px 12px}.vfx .vf-pause{width:30px;height:30px}}@media (max-width:540px){.vfx .vf-show-tabs{flex-wrap:wrap;justify-content:center;row-gap:4px;border-radius:22px}.vfx .vf-tab{font-size:11.5px;padding:7px 11px}}@media (max-width:880px){.vfx .site-footer{gap:7vh;padding-top:8vh}.vfx .foot-top{grid-template-columns:1fr;gap:6vh}.vfx .foot-fine{justify-self:start;padding-top:0}.vfx .foot-bar{gap:22px}.vfx .foot-bar,.vfx .foot-end{flex-direction:column;align-items:flex-start}.vfx .foot-end{gap:16px}}@media (prefers-reduced-motion:reduce){.vfx .cd2-row,.vfx .featviz .de-json,.vfx .featviz .de-mail,.vfx .featviz .ig-cell,.vfx .featviz .sg-cell,.vfx .featviz .ss-bar,.vfx .featviz .th-row{opacity:1!important;animation:none!important}.vfx .panel[data-active] .featviz .ig-cell.on:after,.vfx .panel[data-active] .featviz .ss-ray{animation:none!important}}@media (min-width:1600px){.vfx .panel.centered .panel-inner,.vfx .vf-show-inner{max-width:1320px;margin-inline:auto}.vfx .vf-close-card{max-width:820px}}@media (min-width:2000px){.vfx .vf-headline{max-width:1600px;margin-inline:auto}.vfx .foot-bar,.vfx .foot-top,.vfx .panel.feat-panel:not(.hero) .panel-inner{max-width:1680px}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:300;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:300;font-display:swap;src:url(/_next/static/media/36966cca54120369-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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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/b7387a63dd068245-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/36966cca54120369-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-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_ee2693{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_ee2693{--vf-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_e85901{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_e85901{--vf-body:"Hanken Grotesk","Hanken Grotesk Fallback"}