@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Special+Gothic+Expanded+One&display=swap";.footer.svelte-1wlmi2p{padding:var(--size-10) 0;background-color:var(--surface-2);width:100%}.footer__container.svelte-1wlmi2p{max-width:1440px;margin:0 auto;padding:0 var(--size-10)}@media screen and (max-width: 768px){.footer__container.svelte-1wlmi2p{padding:var(--size-3)}}.footer__bottom.svelte-1wlmi2p{display:flex;flex-direction:column;gap:var(--size-5);align-items:center;padding-top:var(--size-8);border-top:1px solid var(--border)}@media (min-width: 768px){.footer__bottom.svelte-1wlmi2p{flex-direction:row;justify-content:space-between}}.footer__social.svelte-1wlmi2p{display:flex;gap:var(--size-4)}.footer__social__link.svelte-1wlmi2p{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-round);background-color:var(--surface-3);color:var(--text-2);transition:all .2s ease}.footer__social__link.svelte-1wlmi2p:hover{background-color:var(--brand);color:var(--surface-1)}.footer__copyright.svelte-1wlmi2p{font-family:var(--font-family-primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:var(--line-height-base);color:var(--text-2);text-align:center}.footer__copyright.svelte-1wlmi2p a:where(.svelte-1wlmi2p){color:var(--text-2)}.footer__copyright.svelte-1wlmi2p a:where(.svelte-1wlmi2p):hover{color:#1a73e8}@media (min-width: 768px){.footer__copyright.svelte-1wlmi2p{text-align:right}}.logo-text.svelte-czxj6p{fill:var(--text-1)}@media (max-height: 400px){svg.svelte-czxj6p{max-height:clamp(60px,15vh,100px)}}@keyframes svelte-1qrzhyq-spin{to{transform:rotate(360deg)}}@keyframes svelte-1qrzhyq-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}nav.svelte-1qrzhyq .menu:where(.svelte-1qrzhyq){display:flex;align-items:center;gap:var(--size-4);list-style:none;margin:0;padding:0}nav.svelte-1qrzhyq .menu.active:where(.svelte-1qrzhyq){flex-direction:column;align-items:flex-start;width:100%}nav.svelte-1qrzhyq .menu__item:where(.svelte-1qrzhyq){position:relative;width:100%}nav.svelte-1qrzhyq .menu__link:where(.svelte-1qrzhyq){display:flex;align-items:center;gap:var(--size-1);background:none;border:none;color:var(--text-1);font-family:var(--font-alt);font-size:var(--font-size-0);font-weight:var(--font-weight-9);cursor:pointer;padding:var(--size-2) 0;transition:color .2s ease;width:100%;white-space:nowrap}nav.svelte-1qrzhyq .menu__link:where(.svelte-1qrzhyq):hover{color:var(--brand)}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq){font-family:var(--font-sans);font-weight:var(--font-weight-3);line-height:var(--font-lineheight-0);letter-spacing:var(--font-letterspacing-2);text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--size-1);position:relative;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border-style:solid;border-radius:50px;transition:all .2s ease-in-out;outline:none}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq):focus-visible{outline:2px solid var(--brand);outline-offset:2px}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq){font-size:var(--font-size-0);padding:var(--size-2) var(--size-3);border-width:0;font-weight:var(--font-weight-5);background-color:var(--brand);color:var(--surface-2)}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq):hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.1)}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq):active:not(:disabled){transform:translateY(0);filter:brightness(.95)}nav.svelte-1qrzhyq .cta:where(.svelte-1qrzhyq){font-family:var(--font-alt);background-color:var(--color-red-5);color:var(--color-white);box-shadow:0 0 0 4px var(--color-red-2)}@keyframes svelte-1apv8g3-spin{to{transform:rotate(360deg)}}@keyframes svelte-1apv8g3-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}header.svelte-1apv8g3{background-color:var(--surface-2);width:100%}.header.svelte-1apv8g3{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;height:77px;padding:0 var(--size-10)}@media screen and (max-width: 768px){.header.svelte-1apv8g3{padding:0 var(--size-3)}}.header__brand.svelte-1apv8g3{width:115px;height:52px;display:flex;align-items:center}.header__nav.svelte-1apv8g3{display:none}@media (min-width: 992px){.header__nav.svelte-1apv8g3{display:flex;align-items:center;gap:var(--size-6)}}.header__nav.active.svelte-1apv8g3{position:absolute;top:77px;left:0;right:0;width:calc(100% - var(--size-10) * 2);margin:0 auto;background-color:var(--surface-2);padding:var(--size-4);box-shadow:var(--shadow-3);display:flex;flex-direction:column;gap:var(--size-4);border-radius:var(--radius-3);z-index:10}.header__nav.active.svelte-1apv8g3 .header__nav__auth:where(.svelte-1apv8g3){flex-direction:column;align-items:stretch;gap:var(--size-2);width:100%;border-top:1px solid var(--border);padding-top:var(--size-4)}.header__nav__auth.svelte-1apv8g3{display:flex;align-items:center;gap:var(--size-2)}.hamburger.svelte-1apv8g3{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}@media (min-width: 992px){.hamburger.svelte-1apv8g3{display:none}}.hamburger.active.svelte-1apv8g3 .hamburger__bar:where(.svelte-1apv8g3):nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active.svelte-1apv8g3 .hamburger__bar:where(.svelte-1apv8g3):nth-child(2){opacity:0}.hamburger.active.svelte-1apv8g3 .hamburger__bar:where(.svelte-1apv8g3):nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hamburger__bar.svelte-1apv8g3{width:24px;height:2px;background-color:var(--text-1);border-radius:1px;transition:all .3s ease-in-out}:where(html){--csstools-color-scheme--light:initial;--link:var(--indigo-7);--link-visited:var(--purple-7);--text-1:var(--gray-12);--text-2:var(--gray-7);--surface-1:var(--gray-0);--surface-2:var(--gray-2);--surface-3:var(--gray-3);--surface-4:var(--gray-4);--scrollthumb-color:var(--gray-7);-webkit-text-size-adjust:none;accent-color:var(--brand, var(--link));background-color:var(--surface-1);block-size:100%;caret-color:var(--brand, var(--link));color:var(--text-1);color-scheme:light;font-family:var(--font-system-ui);line-height:var(--font-lineheight-3);scrollbar-color:var(--scrollthumb-color) transparent}@media (dynamic-range: high) or (color-gamut: p3){@supports (color: color(display-p3 0 0 0)){:where(html){--link:color(display-p3 .1 .39 1);--link-visited:color(display-p3 .6 .2 1)}}}:where(html) :where(dialog){background-color:var(--surface-1)}:where(html) :where(button,.btn){--_highlight:var(--_highlight-light);--_bg:var(--_bg-light);--_ink-shadow:var(--_ink-shadow-light)}:where(html) :where(button,.btn) :where([type=reset]){--_text:var(--red-6);--_border:var(--red-3)}:where(html) [disabled]:where(button,input[type=button],.btn){--_text:var(--gray-6)}:where(html) [disabled]:where(button,input[type=submit],.btn){--_text:var(--gray-6)}:where(html) [disabled]:where(button,input[type=reset],.btn){--_text:var(--gray-6)}:where(html) :where(textarea,select,input:not([type=button],[type=submit],[type=reset])){background-color:var(--surface-2)}@media (prefers-color-scheme: dark){:where(html){--csstools-color-scheme--light: ;--link:var(--indigo-3);--link-visited:var(--purple-3);--text-1:var(--gray-1);--text-2:var(--gray-4);--surface-1:var(--gray-9);--surface-2:var(--gray-8);--surface-3:var(--gray-7);--surface-4:var(--gray-6);--scrollthumb-color:var(--gray-6);--shadow-strength:10%;--shadow-color:220 40% 2%;color-scheme:dark}}:where(a[href]){color:var(--brand, var(--link))}:where(a[href]):where(:visited){color:var(--link-visited)}:focus-visible{outline-color:var(--brand, var(--link))}*,:after,:before{box-sizing:border-box}:where(:not(dialog)){margin:0}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}@media (prefers-reduced-motion: no-preference){:where(html){scroll-behavior:smooth}}@media (prefers-reduced-motion: no-preference){:where(:focus-visible){transition:outline-offset 145ms var(--ease-2)}:where(:not(:active):focus-visible){transition-duration:.25s}}:where(:not(:active):focus-visible){outline-offset:5px}:where(body){min-block-size:100%}:where(h1,h2,h3,h4,h5,h6){text-wrap:balance;font-weight:var(--font-weight-9);line-height:var(--font-lineheight-1)}:where(h1){font-size:var(--font-size-8);max-inline-size:var(--size-header-1)}:where(h2){font-size:var(--font-size-6);max-inline-size:var(--size-header-2)}:where(h3){font-size:var(--font-size-5)}:where(h4){font-size:var(--font-size-4)}:where(h5){font-size:var(--font-size-3)}:where(h3,h4,h5,h6,dt){max-inline-size:var(--size-header-3)}:where(p,ul,ol,dl,h6){font-size:var(--font-size-2)}:where(a,u,ins,abbr){text-underline-offset:1px}@supports (-moz-appearance: none){:where(a,u,ins,abbr){text-underline-offset:2px}}:where(a[href],area,button,input:not([type=text],[type=email],[type=number],[type=password],[type=""],[type=tel],[type=url]),label[for],select,summary,[tabindex]:not([tabindex*="-"],pre)){cursor:pointer}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(a):where([href]){text-decoration-color:var(--indigo-2)}:where(a):where([href]):where(:visited){text-decoration-color:var(--purple-2)}:where(a):where(:not(:hover)){text-decoration:inherit}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(input,button,textarea,select),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}::placeholder{color:var(--gray-7);opacity:.75}:where(input:not([type=range]),textarea){padding-block:var(--size-1);padding-inline:var(--size-2)}:where(select){field-sizing:content;padding-block:.75ch;padding-inline:var(--size-relative-4) 0}:where(textarea,select,input:not([type=button],[type=submit],[type=reset])){background-color:var(--surface-2);border-radius:var(--radius-2)}:where(textarea){field-sizing:content;min-block-size:2lh;min-inline-size:var(--size-content-1);resize:vertical}:where(input[type=checkbox],input[type=radio]){block-size:var(--size-3);inline-size:var(--size-3)}:where(svg:not([width])){inline-size:var(--size-10)}:where(code,kbd,samp,pre){font-family:var(--font-monospace-code),monospace}:where(:not(pre)>code,kbd){white-space:nowrap}:where(pre){direction:ltr;max-inline-size:max-content;min-inline-size:0;white-space:pre;writing-mode:lr}:where(:not(pre)>code){background:var(--surface-2);border-radius:var(--radius-2);padding:var(--size-1) var(--size-2);writing-mode:lr}:where(kbd,var){border-color:var(--surface-4);border-radius:var(--radius-2);border-width:var(--border-size-1);padding:var(--size-1) var(--size-2)}:where(mark){border-radius:var(--radius-2);padding-inline:var(--size-1)}:where(ol,ul){padding-inline-start:var(--size-8)}:where(li){padding-inline-start:var(--size-2)}:where(li,dd,figcaption){max-inline-size:var(--size-content-2)}:where(p){text-wrap:pretty;max-inline-size:var(--size-content-3)}:where(dt,summary){font-weight:var(--font-weight-7)}:where(dt:not(:first-of-type)){margin-block-start:var(--size-5)}:where(small){font-size:max(.5em,var(--font-size-0));max-inline-size:var(--size-content-1)}:where(hr){background-color:var(--surface-3);height:var(--border-size-2);margin-block:var(--size-fluid-5)}:where(figure){display:grid;gap:var(--size-2);place-items:center}:where(figure)>:where(figcaption){text-wrap:balance;font-size:var(--font-size-1)}:where(blockquote,:not(blockquote)>cite){border-inline-start-width:var(--border-size-3)}:where(blockquote){display:grid;gap:var(--size-3);max-inline-size:var(--size-content-2);padding-block:var(--size-3);padding-inline:var(--size-4)}:where(:not(blockquote)>cite){padding-inline-start:var(--size-2)}:where(summary){background:var(--surface-3);border-radius:var(--radius-2);margin:calc(var(--size-2) * -1) calc(var(--size-3) * -1);padding:var(--size-2) var(--size-3)}:where(details){background:var(--surface-2);border-radius:var(--radius-2);padding-block:var(--size-2);padding-inline:var(--size-3)}:where(details[open]>summary){border-end-end-radius:0;border-end-start-radius:0;margin-bottom:var(--size-2)}:where(fieldset){border:var(--border-size-1) solid var(--surface-4);border-radius:var(--radius-2)}:where(del){background:var(--red-9);color:var(--red-2)}:where(ins){background:var(--green-9);color:var(--green-1)}:where(abbr){text-decoration-color:var(--blue-5)}:where(dialog){background-color:var(--surface-1);border-radius:var(--radius-3);box-shadow:var(--shadow-6);color:inherit}:where(menu){display:flex;gap:var(--size-3);padding-inline-start:0}:where(sup){font-size:.5em}:where(table){--nice-inner-radius:calc(var(--radius-3) - 2px);background:var(--surface-2);border:1px solid var(--surface-2);border-radius:var(--radius-3);width:fit-content}:where(table:not(:has(tfoot)) tr:last-child td:first-child){border-end-start-radius:var(--nice-inner-radius)}:where(table:not(:has(tfoot)) tr:last-child td:last-child){border-end-end-radius:var(--nice-inner-radius)}:where(table thead tr:first-child th:first-child){border-start-start-radius:var(--nice-inner-radius)}:where(table thead tr:first-child th:last-child){border-start-end-radius:var(--nice-inner-radius)}:where(tfoot tr:last-child th:first-of-type){border-end-start-radius:var(--nice-inner-radius)}:where(tfoot tr:last-child td:first-of-type){border-end-start-radius:var(--nice-inner-radius)}:where(tfoot tr:last-child th:last-of-type){border-end-end-radius:var(--nice-inner-radius)}:where(tfoot tr:last-child td:last-of-type){border-end-end-radius:var(--nice-inner-radius)}:where(th){background-color:var(--surface-2);color:var(--text-1)}:where(table a:not(.does-not-exist):focus-visible){outline-offset:-2px}:where(table button:not(.does-not-exist):focus-visible){outline-offset:-2px}:where(table [contenteditable]:focus-visible){outline-offset:-2px}:where(td){text-wrap:pretty;background:var(--surface-1);max-inline-size:var(--size-content-2)}:where(td,th){padding:var(--size-2);text-align:left}:where(td:not([align])){text-align:center}:where(th:not([align])){text-align:center}:where(thead){border-collapse:collapse}:where(table tr:hover td),:where(tbody tr:nth-child(2n):hover td){background-color:var(--surface-3)}:where(table>caption){margin:var(--size-3)}:where(tfoot button){padding-block:var(--size-1);padding-inline:var(--size-3)}@media (prefers-color-scheme: dark){:where(textarea,select,input:not([type=button],[type=submit],[type=reset])){background-color:#171a1c}:where(dialog){background-color:var(--surface-2)}::placeholder{color:var(--gray-6)}}:where(html){--size-000:-.5rem;--size-00:-.25rem;--size-1:.25rem;--size-2:.5rem;--size-3:1rem;--size-4:1.25rem;--size-5:1.5rem;--size-6:1.75rem;--size-7:2rem;--size-8:3rem;--size-9:4rem;--size-10:5rem;--size-11:7.5rem;--size-12:10rem;--size-13:15rem;--size-14:20rem;--size-15:30rem;--size-px-000:-8px;--size-px-00:-4px;--size-px-1:4px;--size-px-2:8px;--size-px-3:16px;--size-px-4:20px;--size-px-5:24px;--size-px-6:28px;--size-px-7:32px;--size-px-8:48px;--size-px-9:64px;--size-px-10:80px;--size-px-11:120px;--size-px-12:160px;--size-px-13:240px;--size-px-14:320px;--size-px-15:480px;--size-fluid-1:max(.5rem,min(1vw,1rem));--size-fluid-2:max(1rem,min(2vw,1.5rem));--size-fluid-3:max(1.5rem,min(3vw,2rem));--size-fluid-4:max(2rem,min(4vw,3rem));--size-fluid-5:max(4rem,min(5vw,5rem));--size-fluid-6:max(5rem,min(7vw,7.5rem));--size-fluid-7:max(7.5rem,min(10vw,10rem));--size-fluid-8:max(10rem,min(20vw,15rem));--size-fluid-9:max(15rem,min(30vw,20rem));--size-fluid-10:max(20rem,min(40vw,30rem));--size-content-1:20ch;--size-content-2:45ch;--size-content-3:60ch;--size-header-1:20ch;--size-header-2:25ch;--size-header-3:35ch;--size-xxs:240px;--size-xs:360px;--size-sm:480px;--size-md:768px;--size-lg:1024px;--size-xl:1440px;--size-xxl:1920px;--size-relative-000:-.5ch;--size-relative-00:-.25ch;--size-relative-1:.25ch;--size-relative-2:.5ch;--size-relative-3:1ch;--size-relative-4:1.25ch;--size-relative-5:1.5ch;--size-relative-6:1.75ch;--size-relative-7:2ch;--size-relative-8:3ch;--size-relative-9:4ch;--size-relative-10:5ch;--size-relative-11:7.5ch;--size-relative-12:10ch;--size-relative-13:15ch;--size-relative-14:20ch;--size-relative-15:30ch}:where(html){--border-size-1:1px;--border-size-2:2px;--border-size-3:5px;--border-size-4:10px;--border-size-5:25px;--radius-1:2px;--radius-2:5px;--radius-3:1rem;--radius-4:2rem;--radius-5:4rem;--radius-6:8rem;--radius-drawn-1:255px 15px 225px 15px/15px 225px 15px 255px;--radius-drawn-2:125px 10px 20px 185px/25px 205px 205px 25px;--radius-drawn-3:15px 255px 15px 225px/225px 15px 255px 15px;--radius-drawn-4:15px 25px 155px 25px/225px 150px 25px 115px;--radius-drawn-5:250px 25px 15px 20px/15px 80px 105px 115px;--radius-drawn-6:28px 100px 20px 15px/150px 30px 205px 225px;--radius-round:1e5px;--radius-blob-1:30% 70% 70% 30%/53% 30% 70% 47%;--radius-blob-2:53% 47% 34% 66%/63% 46% 54% 37%;--radius-blob-3:37% 63% 56% 44%/49% 56% 44% 51%;--radius-blob-4:63% 37% 37% 63%/43% 37% 63% 57%;--radius-blob-5:49% 51% 48% 52%/57% 44% 56% 43%;--radius-conditional-1:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-1));--radius-conditional-2:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-2));--radius-conditional-3:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-3));--radius-conditional-4:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-4));--radius-conditional-5:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-5));--radius-conditional-6:clamp(0px, calc(100vw - 100%) * 1e5,var(--radius-6))}:where(html){--layer-1:1;--layer-2:2;--layer-3:3;--layer-4:4;--layer-5:5;--layer-important:2147483647}:where(html){--shadow-color:220 3% 15%;--shadow-strength:1%;--inner-shadow-highlight:inset 0 -.5px 0 0 #fff,inset 0 .5px 0 0 rgba(0,0,0,.067);--shadow-1:0 1px 2px -1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));--shadow-2:0 3px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 7px 14px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%));--shadow-3:0 -1px 3px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 1px 2px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 2px 5px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 4px 12px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 12px 15px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));--shadow-4:0 -2px 5px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 1px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 2px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 9px 9px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 16px 16px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%));--shadow-5:0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 2px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 10px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 20px 20px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 40px 40px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));--shadow-6:0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)),0 3px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 7px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)),0 12px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)),0 22px 18px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)),0 41px 33px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%)),0 100px 80px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));--inner-shadow-0:inset 0 0 0 1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));--inner-shadow-1:inset 0 1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);--inner-shadow-2:inset 0 1px 4px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);--inner-shadow-3:inset 0 2px 8px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight);--inner-shadow-4:inset 0 2px 14px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%)),var(--inner-shadow-highlight)}@media (prefers-color-scheme: dark){:where(html){--shadow-color:220 40% 2%;--shadow-strength:25%;--inner-shadow-highlight:inset 0 -.5px 0 0 hsla(0,0%,100%,.067),inset 0 .5px 0 0 rgba(0,0,0,.467)}}:where(html){caret-color:unset}:root{--font-sans: "Inter", Helvetica, Arial, sans-serif;--font-alt: "Special Gothic Expanded One", sans-serif;--font-size-000: .7rem;--font-size-00: .8rem;--font-size-0: .889rem;--font-size-1: 1rem;--font-size-2: 1.125rem;--font-size-3: 1.266rem;--font-size-4: 1.424rem;--font-size-5: 1.604rem;--font-size-6: 1.805rem;--font-size-7: 2.031rem;--font-size-8: 2.295rem;--font-size-fluid-0: clamp(1rem, 1vw + .25rem, 1.25rem);--font-size-fluid-1: clamp(1.25rem, 1.5vw + .5rem, 1.563rem);--font-size-fluid-2: clamp(1.563rem, 2vw + .5rem, 1.953rem);--font-size-fluid-3: clamp(1.953rem, 2.5vw + .5rem, 2.441rem);--font-weight-1: 100;--font-weight-2: 200;--font-weight-3: 300;--font-weight-4: 400;--font-weight-5: 500;--font-weight-6: 600;--font-weight-7: 700;--font-weight-8: 800;--font-weight-9: 900;--font-letterspacing-0: 0em;--font-letterspacing-1: .01em;--font-letterspacing-2: .0125em;--font-letterspacing-3: .025em;--font-letterspacing-4: .05em;--font-lineheight-00: 1;--font-lineheight-0: 1.25;--font-lineheight-1: 1.5;--font-lineheight-2: 1.75;--font-lineheight-3: 2;--font-lineheight-4: 2.5}:root{--color-red-1: #ffd7d6;--color-red-2: #ffb0ad;--color-red-3: #ff8884;--color-red-4: #ff615b;--color-red-5: #ff3932;--color-red-6: #cc2e28;--color-red-7: #99221e;--color-red-8: #661714;--color-red-9: #330b0a;--color-blue-1: #cce4ff;--color-blue-2: #99c9ff;--color-blue-3: #66afff;--color-blue-4: #3394ff;--color-blue-5: #007aff;--color-blue-6: #0061cc;--color-blue-7: #004999;--color-blue-8: #003066;--color-blue-9: #001833;--color-orange-1: #ffebcc;--color-orange-2: #ffd699;--color-orange-3: #ffc266;--color-orange-4: #ffad33;--color-orange-5: #ff9500;--color-orange-6: #cc7700;--color-orange-7: #995900;--color-orange-8: #663c00;--color-orange-9: #331e00;--color-teal-1: #ccf6f4;--color-teal-2: #99edeb;--color-teal-3: #66e4e1;--color-teal-4: #33dbd8;--color-teal-5: #00c7be;--color-teal-6: #009f98;--color-teal-7: #007772;--color-teal-8: #004f4c;--color-teal-9: #002826;--color-gray-1: #dadcdd;--color-gray-2: #b6b9bc;--color-gray-3: #91969a;--color-gray-4: #6d7378;--color-gray-5: #495057;--color-gray-6: #344054;--color-gray-7: #2b3034;--color-gray-8: #1d2022;--color-gray-9: #101828;--color-white: #ffffff;--color-white-1: #f1f5f9;--color-white-2: #f5fef8;--color-white-3: #eff2fd;--color-white-4: #edf2fe;--color-white-5: #a7adbd;--black: #000000;--black-lead: #212121;--color-gray-100: #6c6685;--color-gray-200: #202434;--color-gray-300: #44454d;--link-color: #312ecb;--brand-light: var(--color-red-6);--brand-dark: var(--color-red-4);--text-1-light: var(--color-gray-9);--text-2-light: var(--color-gray-7);--text-1-dark: var(--color-gray-6);--text-2-dark: var(--color-gray-3);--surface-1-light: var(--color-gray-1);--surface-2-light: var(--color-white);--surface-3-light: var(--color-gray-2);--surface-4-light: var(--color-gray-3);--surface-1-dark: var(--color-gray-9);--surface-2-dark: var(--color-gray-8);--surface-3-dark: var(--color-gray-7);--surface-4-dark: var(--color-gray-6);--border-light: var(--color-gray-4);--border-dark: var(--color-gray-5);--color-success: var(--color-teal-5);--color-warning: var(--color-orange-5);--color-error: var(--color-red-6);--color-info: var(--color-blue-6)}:root{color-scheme:light;--brand: var(--brand-light);--text-1: var(--text-1-light);--text-2: var(--text-2-light);--surface-1: var(--surface-1-light);--surface-2: var(--surface-2-light);--surface-3: var(--surface-3-light);--surface-4: var(--surface-4-light);--border: var(--border-light)}@media (prefers-color-scheme: light){:root{color-scheme:light;--brand: var(--brand-dark);--text-1: var(--text-1-dark);--text-2: var(--text-2-dark);--surface-1: var(--surface-1-dark);--surface-2: var(--color-white);--surface-3: var(--surface-3-dark);--surface-4: var(--surface-4-dark);--border: var(--border-dark)}}[color-scheme=dark],[color-scheme=light]{color-scheme:light;--brand: var(--brand-dark);--text-1: var(--text-1-dark);--text-2: var(--text-2-dark);--surface-1: var(--surface-1-dark);--surface-2: var(--color-white);--surface-3: var(--surface-3-dark);--surface-4: var(--surface-4-dark);--border: var(--border-dark)}:root{--container-xs: 100%;--container-sm: 540px;--container-md: 720px;--container-lg: 960px;--container-xl: 1140px;--container-xxl: 1320px}:root{font-family:var(--font-sans);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{color:var(--text-1);accent-color:var(--link);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--font-lineheight-3)}body{min-height:100vh;font-family:var(--font-sans);font-size:var(--font-size-1);font-weight:var(--font-weight-4);letter-spacing:var(--font-letterspacing-2);line-height:var(--font-lineheight-1);color:var(--text-1);margin:0;padding:0}p{font-size:var(--font-size-1);font-weight:var(--font-weight-4);line-height:var(--font-lineheight-1);text-wrap:pretty;font-family:var(--font-sans)}p.lg{font-size:var(--font-size-2);font-weight:var(--font-weight-4);line-height:var(--font-lineheight-2);text-wrap:pretty}p.sm{font-size:var(--font-size-0);font-weight:var(--font-weight-4);line-height:var(--font-lineheight-0)}p.xs{font-size:var(--font-size-00);font-weight:var(--font-weight-4);line-height:var(--font-lineheight-00)}h1{font-size:var(--font-size-7);letter-spacing:var(--font-letterspacing-0);font-weight:var(--font-weight-7);line-height:var(--font-lineheight-0);margin-bottom:var(--size-4);color:var(--text-1)}h2{font-size:var(--font-size-6);letter-spacing:var(--font-letterspacing-1);font-weight:var(--font-weight-7);line-height:var(--font-lineheight-1);margin-bottom:var(--size-2);color:var(--text-1)}h3{font-size:var(--font-size-5);letter-spacing:var(--font-letterspacing-1);font-weight:var(--font-weight-7);line-height:var(--font-lineheight-1);margin-bottom:var(--size-2);color:var(--text-1)}h4{font-size:var(--font-size-4);letter-spacing:var(--font-letterspacing-1);font-weight:var(--font-weight-9);line-height:var(--font-lineheight-1);margin-bottom:var(--size-3);color:var(--text-1)}h5{font-size:var(--font-size-2);letter-spacing:var(--font-letterspacing-2);font-weight:var(--font-weight-9);line-height:var(--font-lineheight-1);margin-bottom:var(--size-2);color:var(--text-1)}h6{font-size:var(--font-size-1);letter-spacing:var(--font-letterspacing-2);font-weight:var(--font-weight-9);line-height:var(--font-lineheight-1);margin-bottom:var(--size-2);color:var(--text-2);text-transform:uppercase}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.container.svelte-12qhfyh{min-height:100vh}
