@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%;scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h3,h4,h5,h6,p{overflow-wrap:break-word}html{font-family:var(--font-family-base)}body{font-family:var(--font-family-base);margin:0}h1,.like-h1{font-family:var(--font-family-base);font-size:var(--font-size-h1);line-height:125%;font-weight:700;margin:0}h2,.like-h2{font-family:var(--font-family-base);font-size:var(--font-size-h2);line-height:105%;font-weight:700;margin:0}h2+h3,.like-h2+h3{margin-top:32px}h2+p,.like-h2+p{margin-top:48px}h3,.like-h3{font-family:var(--font-family-base);font-size:var(--font-size-h3);line-height:125%;font-weight:700;margin:0}h4,.like-h4{font-family:var(--font-family-base);font-size:var(--font-size-h4);line-height:120%;font-weight:400;margin:0}h5,.like-h5{font-family:var(--font-family-base);font-size:var(--font-size-h5);line-height:133.33%;font-weight:400;margin:0}h6,.like-h6{font-family:var(--font-family-base);font-size:var(--font-size-h6);line-height:162.5%;font-weight:400;margin:0;color:currentColor}h1,h2,h3,h4,h5,h6{color:hsl(var(--white))}h1:not(.text-transform),h2:not(.text-transform),h3:not(.text-transform),h4:not(.text-transform),h5:not(.text-transform),h6:not(.text-transform){text-transform:uppercase}h1>.red,h2>.red,h3>.red,h4>.red,h5>.red,h6>.red{color:hsl(var(--thunderbird))}h1>.red.block,h2>.red.block,h3>.red.block,h4>.red.block,h5>.red.block,h6>.red.block{display:block}h1>.red.glow,h2>.red.glow,h3>.red.glow,h4>.red.glow,h5>.red.glow,h6>.red.glow{text-shadow:0 -1px 4px currentColor,0 -2px .2em hsl(var(--thunderbird)/.3),0 -10px .3em hsla(30,100%,50%,.2),0 -18px .5em hsl(var(--thunderbird)/.4)}p{font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:150%;font-weight:400;color:hsl(var(--white));margin:0;max-width:736px}p.center{display:inline-block;margin-left:0;margin-right:0}p>.red{color:hsl(var(--thunderbird))}.body-large{font-family:var(--font-family-base);font-size:var(--font-size-body-large);line-height:160%;font-weight:400}.body-small,small{font-family:var(--font-family-base);font-size:var(--font-size-body-small);line-height:105%;font-weight:500}.legal{max-width:1080px;margin:128px auto 0;padding:0 10px}.legal h1,.legal h2,.legal h3,.legal h4{word-break:break-word}.legal h2{margin-top:88px}.legal h3,.legal h2+address{margin-top:38px}.legal address{margin-bottom:18px}.legal h3+p,.legal h4+p,.legal h4{margin-top:18px}.legal ul,.legal ul+p,.legal ol,.legal ol+p{margin-top:18px}button{border:none}a[role=button],button{position:relative;display:inline-block;font-size:14px;font-weight:600;line-height:1;color:hsl(var(--white));text-decoration:none;padding:18px 40px;border-radius:100px;background-color:hsl(var(--thunderbird)/.8);box-shadow:0 0 4px 4px hsl(var(--thunderbird)/.2),0 0 12px 12px hsl(var(--thunderbird)/.2),inset 0 0 4px 4px hsl(var(--thunderbird)/.2);transition:background-color .2s ease-in}a[role=button]:hover,a[role=button]:focus,button:hover,button:focus{background-color:hsl(var(--thunderbird)/1)}a[role=button].glow,button.glow{box-shadow:none;background-color:hsl(var(--thunderbird)/1)}a[role=button].glow:before,button.glow:before{content:"";position:absolute;inset:0;border-radius:inherit;scale:1;background-color:inherit;z-index:-1;transition:scale .3s cubic-bezier(.6,-.28,.74,.05),box-shadow .3s ease-in-out;box-shadow:0 -7px 4px hsl(var(--thunderbird)/1),0 -8px 10px hsl(var(--thunderbird)/.3),0 -16px 28px #ff800033,0 -24px 40px hsl(var(--thunderbird)/.4),0 4px 4px hsl(var(--thunderbird)/1),0 8px 10px hsl(var(--thunderbird)/.3)}a[role=button].glow:hover:before,a[role=button].glow:focus:before,button.glow:hover:before,button.glow:focus:before{scale:1 1.03;box-shadow:0 -7px 4px hsl(var(--thunderbird)/1),0 -8px 10px hsl(var(--thunderbird)/.3),0 -16px 28px #ff800080,0 -24px 40px hsl(var(--thunderbird)/.4),0 4px 4px hsl(var(--thunderbird)/1),0 8px 10px hsl(var(--thunderbird)/.6)}a[role=button].ghost,button.ghost{background-color:transparent;outline:2px solid hsl(var(--white)/1);outline-offset:-2px;box-shadow:inset 0 0 2px 2px hsl(var(--white)/0);transition:all .3s ease-in-out}a[role=button].ghost:hover,a[role=button].ghost:focus,button.ghost:hover,button.ghost:focus{color:hsl(var(--black));box-shadow:inset 0 0 150px 150px hsl(var(--white)/1)}a[role=button].ghost:before,button.ghost:before{content:initial}.io-fade,.io-fade-from-left{opacity:0;transform:translateY(12px);transition-property:opacity,transform;transition-duration:.7s;transition-timing-function:cubic-bezier(.2,.65,.2,1);transition-delay:var(--io-delay, 50ms);will-change:opacity,transform}.io-fade-from-left{transform:translate(-24px)}.io-fade.is-visible{opacity:1;transform:translateY(0)}.io-fade-from-left.is-visible{transform:translate(0)}@media(prefers-reduced-motion:reduce){.io-fade{transition:none;transform:none}}.navbar.svelte-ocbj1u{position:fixed;inset:0;bottom:initial;background-color:hsla(var(--black)/.01);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;text-align:center;z-index:999;transition:all .8s ease-in}@media(max-width:800px){.navbar.svelte-ocbj1u{padding:.5rem 10px}}.navbar.is-scrolled{background-color:hsla(var(--black)/.8)}.logo.svelte-ocbj1u{display:inline-block;width:35px}.content.svelte-ocbj1u{max-width:1080px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}.links.svelte-ocbj1u{display:flex;align-items:center;gap:1rem;margin:0 1rem}.links.svelte-ocbj1u a:where(.svelte-ocbj1u){font-size:var(--font-size-body-small);color:hsla(var(--white-transparent)/.8);font-weight:550;text-decoration:none;transition:color 355ms ease-out}.links.svelte-ocbj1u a:where(.svelte-ocbj1u):hover,.links.svelte-ocbj1u a:where(.svelte-ocbj1u):focus{color:hsla(var(--white-transparent)/1)}.links.svelte-ocbj1u a.cta:where(.svelte-ocbj1u){color:hsl(var(--white));font-weight:600;padding:8px 30px}.dropdown.svelte-ocbj1u{margin-left:auto;display:none;padding:8px 30px}@media(max-width:800px){.links.svelte-ocbj1u{flex-direction:column;margin-left:auto;margin-right:auto;padding:36px 10px 26px;gap:2rem;width:100%}.navbar.svelte-ocbj1u{flex-direction:column}.dropdown.svelte-ocbj1u{display:inline-block}.content.svelte-ocbj1u{display:flex;flex-wrap:wrap}.closed.svelte-ocbj1u{display:none}}footer.svelte-jz8lnl{position:relative;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;max-width:1080px;margin:0 auto;padding:24px 10px;background:radial-gradient(circle,hsla(var(--blue)/.1),hsl(var(--black)/0))}footer.svelte-jz8lnl .part:where(.svelte-jz8lnl){display:flex;align-items:center;gap:1rem}@media(max-width:800px){footer.svelte-jz8lnl .part:where(.svelte-jz8lnl){width:100%;justify-content:center}}footer.svelte-jz8lnl .logo:where(.svelte-jz8lnl){display:inline-block;width:68px}footer.svelte-jz8lnl p:where(.svelte-jz8lnl),footer.svelte-jz8lnl a:where(.svelte-jz8lnl){display:inline-block;color:hsl(var(--gray-chateau));text-decoration:none}:root{--font-family-base: "Inter", sans-serif;--font-size-h1: 96px;--font-size-h2: 72px;--font-size-h3: 72px;--font-size-h4: 30px;--font-size-h5: 24px;--font-size-h6: 24px}@media(max-width:800px){:root{--font-size-h1: 60px;--font-size-h2: 52px;--font-size-h3: 52px}}@media(max-width:324px){:root{--font-size-h1: 52px;--font-size-h2: 42px;--font-size-h3: 42px}}:root{--font-size-body-large: 20px;--font-size-body: 16px;--font-size-body-small: 14px;--alpha100: 1;--alpha40: .4;--alpha16: .16;--alpha15: .15;--alpha10: .1;--alpha06: .06;--alpha05: .05;--white: 0 0% 100%;--mischka: 218 14% 84%;--thunderbird: 356 83% 41%;--black: 0 0% 0%;--gray-chateau: 218 11% 65%;--white-transparent: 0 0% 100%;--grey: 0 0% 0%;--blue: 221 97% 54%;--blue-2: 216 100% 58%;--blue-4: 216 100% 58%;--blue-6: 216 100% 58%}body{background-color:hsl(var(--black));color:hsl(var(--mischka))}
