@import "https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap";
:root{--background:#f2f2f2;--foreground:#171717;--font-sans:Jost}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --font-sans: Jost; --font-mono: Jost;}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#f2f2f2}}html{scroll-behavior:smooth;box-sizing:border-box;width:100%;margin:0;padding:0}*,:before,:after{box-sizing:inherit}body{width:100%;min-height:100%;color:var(--foreground);font-family:var(--font-sans);background:0 0;margin:0;padding:0}section[id]{scroll-margin-top:80px}
.Header-module__ldgnoG__header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:48px;justify-content:space-between;align-items:center;width:calc(100vw - 32px);max-width:1440px;margin:0 auto;padding:12px 12px 12px 32px;display:flex;position:fixed;top:10px;left:10px;right:10px}.Header-module__ldgnoG__logo svg path{fill:#fff;width:100%;height:100%}.Header-module__ldgnoG__button{color:#3a3a3a;cursor:pointer;letter-spacing:-.02em;background:#fff;border:none;border-radius:32px;justify-content:center;align-items:center;gap:8px;padding:16px;font-family:Outfit,sans-serif;font-size:20px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.Header-module__ldgnoG__buttonText{display:inline}.Header-module__ldgnoG__button:hover{background:#f3f4f6}.Header-module__ldgnoG__headerLogo{color:#333;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:flex}.Header-module__ldgnoG__headerLogo span{color:#fff;text-align:center;text-transform:uppercase;font-size:32px;font-weight:700;line-height:100%}.Header-module__ldgnoG__headerLogo:hover{color:#333}.Header-module__ldgnoG__headerNav{align-items:center;gap:50px;display:none}.Header-module__ldgnoG__headerNav a{color:#fff;font-size:20px;font-weight:600;text-decoration:none}.Header-module__ldgnoG__headerNav a:hover{opacity:.8}@media (min-width:768px){.Header-module__ldgnoG__headerNav{display:flex}.Header-module__ldgnoG__button{padding:16px 32px}}@media (max-width:767px){.Header-module__ldgnoG__buttonText{display:none}}@media (max-width:400px){.Header-module__ldgnoG__headerLogo span{display:none}}
