:root{--color-brand-blue:#26428b;--color-brand-green:#9acd32;--color-primary:#335eea;--color-primary-hover:#1746e0;--color-secondary:#506690;--color-error:#d62f2f;--color-muted:#869ab8;--color-foreground:#161c2d;--color-background:#fcfafc;--color-border:#ddd;--color-border-light:#ededed;--color-border-med:#e6e4e9;--color-input:#fff}@font-face{font-family:HKGrotesk;font-weight:400;src:url(/_next/static/media/HKGrotesk-Regular.24f8897e48415679153df49efb95f20a.woff2) format("woff2"),url(/_next/static/media/HKGrotesk-Medium.62de84e1c2031e102d910cc0de4bc54c.woff) format("woff")}@font-face{font-family:HKGrotesk;font-weight:600;src:url(/_next/static/media/HKGrotesk-Medium.01df52b85e1523961dd9c7bc13e8c056.woff2) format("woff2"),url(/_next/static/media/HKGrotesk-Medium.62de84e1c2031e102d910cc0de4bc54c.woff) format("woff")}@font-face{font-family:HKGrotesk;font-weight:1000;src:url(/_next/static/media/HKGrotesk-Bold.c164da0c8b51b1b3fbdc0d251c7eccd4.woff2) format("woff2"),url(/_next/static/media/HKGrotesk-Bold.dc1bc0fc8ab4e757f7651314039fbc26.woff) format("woff")}body,html{height:1vh;width:100vw;max-width:100vw;min-width:230px;margin:0;overflow:visible;color:var(--color-foreground);background-color:var(--color-background);font-family:HKGrotesk,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}button,input,select,textarea{outline:none}input,textarea{background-color:var(--color-input)}button{background-color:var(--color-primary);color:#fff;border:none;border-radius:6px;transition:.15s ease-in-out;cursor:pointer;padding:1em}@media (prefers-color-scheme:dark){button{color:var(--color-background)}}button:hover{background-color:var(--color-primary-hover)}button.subtle{background-color:var(--color-background);color:var(--color-foreground);border:1px solid var(--color-border);font-weight:700}button.subtle:hover{background-color:#f1f1f1}.text-muted{color:#869ab8}.noselect{user-select:none;-moz-user-select:none;-webkit-user-select:none}.hidden{display:none!important;transition:display fade-in-out .1s}