:root{--header-search-width:320px;--header-search-height:40px;--header-search-radius:10px;--header-search-gap:8px;--header-search-input-bg:#ffffff08;--header-search-input-border:#ffffff1a;--header-search-input-focus-border:#ffffff2e;--header-search-panel-bg:#161616;--header-search-panel-border:transparent;--header-search-panel-shadow:none;--header-search-panel-height:320px;--header-search-header-z:70;--header-search-panel-z:90;--header-search-item-bg:transparent;--header-search-item-border:transparent;--header-search-item-hover-bg:#ffffff0f;--header-search-item-hover-border:transparent;--header-search-item-active-bg:#ffffff14;--header-search-item-active-border:transparent;--header-search-item-active-text:var(--foreground)}.header-search-header,.header-search-shell-layer{z-index:var(--header-search-header-z);position:relative;overflow:visible}.assistants-surface>.header-search-shell-layer{z-index:var(--header-search-header-z)}.header-search-container{align-items:center;gap:var(--header-search-gap);z-index:var(--header-search-header-z);display:inline-flex;position:relative}.header-search-input-wrap{opacity:0;width:0;transition:width .2s,opacity .2s,transform .2s;overflow:hidden;transform:translate(8px)}.header-search-container[data-open=true] .header-search-input-wrap{width:var(--header-search-width);opacity:1;transform:translate(0)}.header-search-input{height:var(--header-search-height);width:100%;color:var(--foreground);background:var(--header-search-input-bg);border:1px solid var(--header-search-input-border);-webkit-backdrop-filter:blur(8px);border-radius:999px;padding:0 16px;font-size:14px;line-height:18px}.header-search-input::placeholder{color:var(--muted-foreground)}.header-search-input:focus,.header-search-input:focus-visible{border-color:var(--header-search-input-focus-border);outline:none}.header-search-panel{border-radius:var(--header-search-radius);background:var(--header-search-panel-bg);box-shadow:var(--header-search-panel-shadow);-webkit-backdrop-filter:none;height:var(--header-search-panel-height);z-index:var(--header-search-panel-z);border:0;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden auto}.header-search-panel-content{flex-direction:column;gap:10px;padding:10px;display:flex}.header-search-banner{color:var(--muted-foreground);background:#ffffff0a;border:0;border-radius:8px;padding:6px 8px;font-size:12px;line-height:16px}.header-search-section{flex-direction:column;gap:6px;display:flex}.header-search-section-title{letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground);padding:0 2px;font-size:11px}.header-search-item{background:var(--header-search-item-bg);text-align:left;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px;transition:background-color .15s;display:flex}.header-search-item:hover{background:var(--header-search-item-hover-bg)}.header-search-item[data-active=true]{background:var(--header-search-item-active-bg)}.header-search-item-icon{background:0 0;border:0;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.header-search-item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.header-search-item-label{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:18px;overflow:hidden}.header-search-item[data-active=true] .header-search-item-label{color:var(--header-search-item-active-text)}.header-search-item-description{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.header-search-item-action{color:var(--muted-foreground);border:0;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;line-height:14px}.header-search-empty,.header-search-state{color:var(--muted-foreground);background:#ffffff05;border:0;border-radius:8px;padding:10px;font-size:13px}
.tarss-neo-toggle .neo-toggle-container{--toggle-width:56px;--toggle-height:26px;--toggle-bg:var(--glass-bg,#1212128c);--toggle-off-color:#8888888c;--toggle-on-color:var(--active-border,#e5440c);--toggle-on-glow:#e5440c2e;--toggle-on-glow-strong:#e5440c47;--toggle-transition:.36s cubic-bezier(.25,1,.5,1);font-family:var(--font-body),system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-user-select:none;user-select:none;flex-direction:column;display:inline-flex;position:relative}.tarss-neo-toggle .neo-toggle-input{opacity:0;width:0;height:0;position:absolute}.tarss-neo-toggle .neo-toggle{width:var(--toggle-width);height:var(--toggle-height);cursor:pointer;perspective:500px;display:block;position:relative;transform:translateZ(0)}.tarss-neo-toggle .neo-track{border-radius:calc(var(--toggle-height)/2);transform-style:preserve-3d;transition:transform var(--toggle-transition);border:1px solid var(--control-border,#ffffff24);position:absolute;inset:0;overflow:hidden;transform:translateZ(-1px);box-shadow:0 1px 8px #0000007a}.tarss-neo-toggle .neo-background-layer{background:var(--toggle-bg);opacity:1;transition:all var(--toggle-transition);background-image:linear-gradient(-45deg,#0c0e108c 0%,#22282c2e 50%,#0c0e108c 100%);position:absolute;inset:0}.tarss-neo-toggle .neo-grid-layer{opacity:0;transition:opacity var(--toggle-transition);background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-size:6px 6px;position:absolute;inset:0}.tarss-neo-toggle .neo-track-highlight{border-radius:calc(var(--toggle-height)/2);opacity:0;transition:all var(--toggle-transition);background:linear-gradient(90deg,#0000,#e5440c00);position:absolute;inset:1px}.tarss-neo-toggle .neo-spectrum-analyzer{opacity:0;height:8px;transition:opacity var(--toggle-transition);align-items:flex-end;gap:2px;display:flex;position:absolute;bottom:4px;right:7px}.tarss-neo-toggle .neo-spectrum-bar{background-color:var(--toggle-on-color);opacity:.55;width:2px;height:3px}.tarss-neo-toggle .neo-thumb{width:20px;height:20px;transform-style:preserve-3d;transition:transform var(--toggle-transition);z-index:1;border-radius:50%;position:absolute;top:3px;left:3px}.tarss-neo-toggle .neo-thumb-ring{border:1px solid var(--control-border,#ffffff1a);transition:all var(--toggle-transition);background:#464e548c;border-radius:50%;position:absolute;inset:0;box-shadow:0 2px 8px #00000047}.tarss-neo-toggle .neo-thumb-core{transition:all var(--toggle-transition);background:linear-gradient(135deg,#ffffff1f,#0000);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px;overflow:hidden}.tarss-neo-toggle .neo-thumb-icon{width:10px;height:10px;transition:all var(--toggle-transition);position:relative}.tarss-neo-toggle .neo-thumb-wave{width:10px;height:2px;transition:all var(--toggle-transition);background:#dce6eb59;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tarss-neo-toggle .neo-thumb-pulse{opacity:0;transition:all var(--toggle-transition);border:1px solid #dce6eb38;border-radius:50%;position:absolute;inset:0;transform:scale(0)}.tarss-neo-toggle .neo-gesture-area{z-index:0;position:absolute;inset:-10px}.tarss-neo-toggle .neo-interaction-feedback{pointer-events:none;z-index:0;position:absolute;inset:0}.tarss-neo-toggle .neo-ripple{background:radial-gradient(circle,var(--toggle-on-glow)0%,transparent 70%);opacity:0;border-radius:50%;width:0;height:0;transition:all .4s ease-out;position:absolute;top:50%;left:30%;transform:translate(-50%,-50%)}.tarss-neo-toggle .neo-progress-arc{border:2px solid #0000;border-top-color:var(--toggle-on-glow-strong);opacity:0;border-radius:50%;width:56px;height:56px;transition:opacity .3s,transform .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)rotate(0)}.tarss-neo-toggle .neo-status{justify-content:center;width:100%;display:flex;position:absolute;bottom:-18px;left:0}.tarss-neo-toggle .neo-status-indicator{align-items:center;gap:4px;display:flex}.tarss-neo-toggle .neo-status-dot{width:6px;height:6px;transition:all var(--toggle-transition);background-color:#96a0a659;border-radius:50%}.tarss-neo-toggle .neo-status-text{color:#96a0a680;letter-spacing:1px;transition:all var(--toggle-transition);font-size:9px;font-weight:600}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-thumb{transform:translateX(calc(var(--toggle-width) - 26px))}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-thumb-ring{background-color:var(--toggle-on-color);border-color:var(--toggle-on-glow-strong);box-shadow:0 0 10px var(--toggle-on-glow),0 2px 10px #00000040}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-thumb-wave{background:0 0;border:1px solid #ffffffeb;border-radius:50%;width:6px;height:6px}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-thumb-pulse{opacity:.18;animation:1.6s infinite neo-pulse;transform:scale(1.15)}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-track-highlight{background:linear-gradient(90deg,transparent,var(--toggle-on-glow));opacity:1}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-grid-layer{opacity:.45}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-analyzer{opacity:.65}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-bar:first-child{animation:.95s infinite neo-spectrum}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-bar:nth-child(2){animation:.85s .1s infinite neo-spectrum}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-bar:nth-child(3){animation:1.15s .2s infinite neo-spectrum}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-bar:nth-child(4){animation:.75s .1s infinite neo-spectrum}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-spectrum-bar:nth-child(5){animation:.95s .15s infinite neo-spectrum}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-status-dot{background-color:var(--toggle-on-color);box-shadow:0 0 8px var(--toggle-on-glow)}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-status-text{color:var(--toggle-on-color)}.tarss-neo-toggle .neo-toggle:hover .neo-thumb-ring{transform:scale(1.03)}@keyframes neo-pulse{0%{opacity:.22;transform:scale(1)}50%{opacity:.1;transform:scale(1.45)}to{opacity:.22;transform:scale(1)}}@keyframes neo-spectrum{0%{height:3px}50%{height:7px}to{height:3px}}.tarss-neo-toggle .neo-toggle-input:checked+.neo-toggle .neo-status-text:before{content:"Active"}.tarss-neo-toggle .neo-toggle-input:not(:checked)+.neo-toggle .neo-status-text:before{content:"Inactive"}@media (prefers-reduced-motion:reduce){.tarss-neo-toggle .neo-thumb-pulse,.tarss-neo-toggle .neo-spectrum-bar{animation:none!important}}
.tarss-animated-checkbox{cursor:pointer}.tarss-animated-checkbox input{display:none}.tarss-animated-checkbox svg{overflow:visible}.tarss-animated-checkbox-path{fill:none;stroke:#fff;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:241 10000000;stroke-dashoffset:0;transition:stroke-dasharray .5s,stroke-dashoffset .5s}.tarss-animated-checkbox input:checked~svg .tarss-animated-checkbox-path{stroke-dasharray:70.5097 10000000;stroke-dashoffset:-262.272px}
@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_1795d0ab-module__048WVW__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_1795d0ab-module__048WVW__variable{--font-body:"Manrope","Manrope Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_2ddff4f1-module__iVcTkW__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_2ddff4f1-module__iVcTkW__variable{--font-title:"Space Grotesk","Space Grotesk Fallback"}
