.navbar-desktop.svelte-l6hvxw.svelte-l6hvxw{display:flex;overflow:hidden;justify-content:space-between;width:100%;padding:10px 20px;align-items:center;position:sticky;top:0;left:0;z-index:9;background-color:#0000;transition:opacity .2s,transform .2s ease-in-out}.navbar-desktop.svelte-l6hvxw .items.svelte-l6hvxw{display:flex;height:100%;gap:10px}.navbar-desktop.svelte-l6hvxw .item.svelte-l6hvxw{display:flex;height:100%;align-items:center;text-decoration:none;padding:15px;border-radius:var(--border-radius-medium)}.navbar-desktop.svelte-l6hvxw .item.svelte-l6hvxw:hover{background-color:var(--color-surface-variant);color:var(--color-on-surface-variant)}.navbar-desktop.svelte-l6hvxw .logo.svelte-l6hvxw{width:200px}.navbar-desktop.svelte-l6hvxw .logo.svelte-l6hvxw svg{width:120px}.navbar-desktop.svelte-l6hvxw .button.svelte-l6hvxw{width:200px;display:flex;align-items:flex-end}.navbar-desktop.solid.svelte-l6hvxw.svelte-l6hvxw{background-color:var(--color-surface)}@media (max-width: 800px){.navbar-desktop.svelte-l6hvxw.svelte-l6hvxw{display:none}}footer.svelte-1kgknx1.svelte-1kgknx1{width:100%;margin:auto auto 0;padding:1rem;display:flex;gap:5rem;justify-content:space-around;align-items:center}footer.svelte-1kgknx1 a.svelte-1kgknx1{text-decoration:none;font-weight:600}footer.svelte-1kgknx1 a.svelte-1kgknx1:hover{text-decoration:underline;fill:var(--color-on-primary-container);color:var(--color-on-primary-container)}footer.svelte-1kgknx1 .links.svelte-1kgknx1{display:flex;gap:3rem}footer.svelte-1kgknx1 .socials.svelte-1kgknx1{display:flex;gap:.5rem}footer.svelte-1kgknx1 .socials a.svelte-1kgknx1{padding:.5rem;border-radius:var(--border-radius-small)}footer.svelte-1kgknx1 .socials a.svelte-1kgknx1:hover{background-color:var(--color-surface-variant);color:var(--color-on-surface-variant)}footer.svelte-1kgknx1 .socials a.svelte-1kgknx1 svg{width:2rem;height:2rem}@media (max-width: 800px){footer.svelte-1kgknx1.svelte-1kgknx1{flex-direction:column;text-align:center;gap:1.1rem;padding-bottom:150px}footer.svelte-1kgknx1 .links.svelte-1kgknx1{flex-direction:column;gap:1.1rem}}.bg.svelte-1tgjiis.svelte-1tgjiis{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.5;background-color:#000;z-index:10}.modal.svelte-1tgjiis.svelte-1tgjiis{background-color:var(--color-background);color:var(--color-on-background);bottom:0;left:0;position:fixed;display:flex;flex-direction:column;transition:transform ease-in-out .3s;width:100%;height:80%;z-index:11;gap:10px;border-radius:var(--border-radius-medium) var(--border-radius-medium) 0 0}.modal.svelte-1tgjiis .top.svelte-1tgjiis{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}@media (min-width: 800px){.modal.svelte-1tgjiis.svelte-1tgjiis{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:750px;max-height:600px;border-radius:var(--border-radius-medium)}}.field.svelte-4gr2fk.svelte-4gr2fk.svelte-4gr2fk{--textarea-start-height:150px;width:100%;position:relative}.field.svelte-4gr2fk label.svelte-4gr2fk.svelte-4gr2fk{color:var(--color-on-surface-variant);user-select:none;cursor:text;left:10px;padding:0 5px;top:45px;position:absolute;transform:translateY(-2rem);transform-origin:left center;transition:transform .3s ease;background:var(--color-background)}.field.svelte-4gr2fk textarea.svelte-4gr2fk.svelte-4gr2fk{height:var(--textarea-start-height);min-height:max-content;resize:vertical}.field.svelte-4gr2fk .input.svelte-4gr2fk.svelte-4gr2fk{outline:none;border:2px solid var(--color-on-surface-variant);border-radius:var(--border-radius-small);overflow:hidden;margin:0;width:100%;padding:15px 10px;background:none;font-size:inherit;font-family:inherit;color:inherit}.field.svelte-4gr2fk:focus-within label.svelte-4gr2fk.svelte-4gr2fk,.field.svelte-4gr2fk .input.svelte-4gr2fk:not(:placeholder-shown)+label.svelte-4gr2fk{transition:transform .3s ease;transform-origin:0%;transform:scale(.8) translateY(-4.6rem)}.field.svelte-4gr2fk:focus-within label.svelte-4gr2fk.svelte-4gr2fk{color:var(--color-primary)}.field.svelte-4gr2fk:focus-within .input.svelte-4gr2fk.svelte-4gr2fk{border:2px solid var(--color-primary)}.navbar-mobile-wrapper.svelte-1g3f0j7.svelte-1g3f0j7{position:fixed;flex-direction:column;width:100%;bottom:0;left:0;z-index:9;display:flex;align-items:flex-end;gap:10px}.navbar-mobile-wrapper.svelte-1g3f0j7 .fab.svelte-1g3f0j7{margin-right:10px;transition:transform .2s ease-in-out;transform:translateY(0)}.navbar-mobile-wrapper.svelte-1g3f0j7 .fab.hidden.svelte-1g3f0j7{transform:translateY(200%);transition:transform .2s ease-in-out}.navbar-mobile.svelte-1g3f0j7.svelte-1g3f0j7{display:flex;justify-content:space-around;z-index:9;width:100%;background-color:var(--color-surface);padding:10px;transition:transform .2s ease-in-out}.navbar-mobile.svelte-1g3f0j7 .item.svelte-1g3f0j7{color:var(--color-on-surface);font-size:1.2rem;display:flex;flex-direction:column;text-decoration:none;align-items:center;gap:5px;cursor:pointer;border:none;font-family:inherit;appearance:none;background-color:transparent}.navbar-mobile.svelte-1g3f0j7 .item .background.svelte-1g3f0j7{position:absolute;height:34px;width:20px;opacity:0;transition:width .2s ease-out;background-color:var(--color-surface-variant);border-radius:20px;z-index:-1}.navbar-mobile.svelte-1g3f0j7 .item .icon.svelte-1g3f0j7{padding:5px 20px;display:flex;align-items:center}.navbar-mobile.svelte-1g3f0j7 .item.selected.svelte-1g3f0j7{color:var(--color-on-background);font-weight:600}.navbar-mobile.svelte-1g3f0j7 .item.selected .background.svelte-1g3f0j7{width:64px;opacity:1;transition:width 0s none}.navbar-mobile.svelte-1g3f0j7 .item.selected.svelte-1g3f0j7 .icon svg{stroke-width:2}.navbar-mobile.svelte-1g3f0j7 .item.svelte-1g3f0j7 .icon svg{width:24px;height:24px}@media (min-width: 800px){.navbar-mobile-wrapper.svelte-1g3f0j7.svelte-1g3f0j7{display:none}}.middle.svelte-1g3f0j7.svelte-1g3f0j7{width:100%;padding:0 20px}.bottom.svelte-1g3f0j7.svelte-1g3f0j7{overflow-y:scroll;width:100%;padding:0 20px}main{max-width:80rem;padding:1.5rem;margin:0 auto}h1,h2,h3,h4,h5,h6{margin:1.2rem 0}p{margin:.8rem 0}@media (prefers-color-scheme: light){:root{--color-primary: var(--color-primary-light);--color-on-primary: var(--color-on-primary-light);--color-primary-container: var(--color-primary-container-light);--color-on-primary-container: var(--color-on-primary-container-light);--color-secondary: var(--color-secondary-light);--color-on-secondary: var(--color-on-secondary-light);--color-secondary-container: var(--color-secondary-container-light);--color-on-secondary-container: var(--color-on-secondary-container-light);--color-tertiary: var(--color-tertiary-light);--color-on-tertiary: var(--color-on-tertiary-light);--color-tertiary-container: var(--color-tertiary-container-light);--color-on-tertiary-container: var(--color-on-tertiary-container-light);--color-error: var(--color-error-light);--color-error-container: var(--color-error-container-light);--color-on-error: var(--color-on-error-light);--color-on-error-container: var(--color-on-error-container-light);--color-background: var(--color-background-light);--color-on-background: var(--color-on-background-light);--color-surface: var(--color-surface-light);--color-on-surface: var(--color-on-surface-light);--color-surface-variant: var(--color-surface-variant-light);--color-on-surface-variant: var(--color-on-surface-variant-light);--color-outline: var(--color-outline-light);--color-inverse-on-surface: var(--color-inverse-on-surface-light);--color-inverse-surface: var(--color-inverse-surface-light);--color-inverse-primary: var(--color-inverse-primary-light);--color-shadow: var(--color-shadow-light);--color-surface-tint: var(--color-surface-tint-light);--color-surface-tint-color: var(--color-surface-tint-color-light)}}@media (prefers-color-scheme: dark){:root{--color-primary: var(--color-primary-dark);--color-on-primary: var(--color-on-primary-dark);--color-primary-container: var(--color-primary-container-dark);--color-on-primary-container: var(--color-on-primary-container-dark);--color-secondary: var(--color-secondary-dark);--color-on-secondary: var(--color-on-secondary-dark);--color-secondary-container: var(--color-secondary-container-dark);--color-on-secondary-container: var(--color-on-secondary-container-dark);--color-tertiary: var(--color-tertiary-dark);--color-on-tertiary: var(--color-on-tertiary-dark);--color-tertiary-container: var(--color-tertiary-container-dark);--color-on-tertiary-container: var(--color-on-tertiary-container-dark);--color-error: var(--color-error-dark);--color-error-container: var(--color-error-container-dark);--color-on-error: var(--color-on-error-dark);--color-on-error-container: var(--color-on-error-container-dark);--color-background: var(--color-background-dark);--color-on-background: var(--color-on-background-dark);--color-surface: var(--color-surface-dark);--color-on-surface: var(--color-on-surface-dark);--color-surface-variant: var(--color-surface-variant-dark);--color-on-surface-variant: var(--color-on-surface-variant-dark);--color-outline: var(--color-outline-dark);--color-inverse-on-surface: var(--color-inverse-on-surface-dark);--color-inverse-surface: var(--color-inverse-surface-dark);--color-inverse-primary: var(--color-inverse-primary-dark);--color-shadow: var(--color-shadow-dark);--color-surface-tint: var(--color-surface-tint-dark);--color-surface-tint-color: var(--color-surface-tint-color-dark)}}html,body{scroll-behavior:smooth;padding:0;max-height:100vh;text-rendering:optimizeLegibility;margin:0;background-color:var(--color-background);font-size:var(--body-medium-font-size);font-family:var(--body-medium-font-family);font-weight:var(--body-medium-font-weight);color:var(--color-on-background)}::selection{background-color:var(--color-primary);color:var(--color-on-primary)}p,body,ul,ol,dl{margin:0}article,aside,audio,footer,header,nav,section,video{display:block}*{box-sizing:border-box}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--color-on-background);margin:0}a{color:inherit}table{border-collapse:collapse}img{border:none;max-width:100%}input[type=search]{appearance:textfield}input[type=submit]{appearance:none}input:required:after{color:red;content:" *"}html{overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.emphasis-tertiary{color:var(--color-tertiary)}.emphasis-primary{color:var(--color-primary)}body.prevent-scroll{overflow:hidden}:root{--font-stack-base: Inter, "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-paragraph: "Work Sans", var(--font-stack-base);--font-heading: "DM Sans", var(--font-stack-base);--brand-light: #f27187;--palette-primary0: #000000;--palette-primary10: #400012;--palette-primary20: #660122;--palette-primary25: #76102c;--palette-primary30: #861e37;--palette-primary35: #952a42;--palette-primary40: #a5364d;--palette-primary50: #c54f65;--palette-primary60: #e6687e;--palette-primary70: #ff8699;--palette-primary80: #ffb2bb;--palette-primary90: #ffd9dd;--palette-primary95: #ffeced;--palette-primary98: #fff8f7;--palette-primary99: #fffbff;--palette-primary100: #ffffff;--palette-secondary0: #000000;--palette-secondary10: #2c1518;--palette-secondary20: #43292d;--palette-secondary25: #503437;--palette-secondary30: #5c3f42;--palette-secondary35: #694a4e;--palette-secondary40: #76565a;--palette-secondary50: #906e72;--palette-secondary60: #ac888b;--palette-secondary70: #c8a2a5;--palette-secondary80: #e5bdc0;--palette-secondary90: #ffd9dd;--palette-secondary95: #ffeced;--palette-secondary98: #fff8f7;--palette-secondary99: #fffbff;--palette-secondary100: #ffffff;--palette-tertiary0: #000000;--palette-tertiary10: #2a1700;--palette-tertiary20: #442b07;--palette-tertiary25: #513611;--palette-tertiary30: #5e411b;--palette-tertiary35: #6b4d26;--palette-tertiary40: #785831;--palette-tertiary50: #937147;--palette-tertiary60: #af8a5e;--palette-tertiary70: #cca476;--palette-tertiary80: #e9bf8f;--palette-tertiary90: #ffddb8;--palette-tertiary95: #ffeede;--palette-tertiary98: #fff8f4;--palette-tertiary99: #fffbff;--palette-tertiary100: #ffffff;--palette-neutral0: #000000;--palette-neutral10: #201a1b;--palette-neutral20: #362f2f;--palette-neutral25: #413a3a;--palette-neutral30: #4d4545;--palette-neutral35: #595051;--palette-neutral40: #655c5d;--palette-neutral50: #7e7575;--palette-neutral60: #998e8f;--palette-neutral70: #b4a9a9;--palette-neutral80: #d0c4c4;--palette-neutral90: #ece0e0;--palette-neutral95: #fbeeee;--palette-neutral98: #fff8f7;--palette-neutral99: #fffbff;--palette-neutral100: #ffffff;--palette-neutral-variant0: #000000;--palette-neutral-variant10: #24181a;--palette-neutral-variant20: #3a2d2e;--palette-neutral-variant25: #463839;--palette-neutral-variant30: #524344;--palette-neutral-variant35: #5e4f50;--palette-neutral-variant40: #6b5a5c;--palette-neutral-variant50: #847374;--palette-neutral-variant60: #9f8c8e;--palette-neutral-variant70: #baa6a8;--palette-neutral-variant80: #d7c1c3;--palette-neutral-variant90: #f4dddf;--palette-neutral-variant95: #ffeced;--palette-neutral-variant98: #fff8f7;--palette-neutral-variant99: #fffbff;--palette-neutral-variant100: #ffffff;--palette-error0: #000000;--palette-error10: #410002;--palette-error20: #690005;--palette-error25: #7e0007;--palette-error30: #93000a;--palette-error35: #a80710;--palette-error40: #ba1a1a;--palette-error50: #de3730;--palette-error60: #ff5449;--palette-error70: #ff897d;--palette-error80: #ffb4ab;--palette-error90: #ffdad6;--palette-error95: #ffedea;--palette-error98: #fff8f7;--palette-error99: #fffbff;--palette-error100: #ffffff;--color-primary-light: #ae2342;--color-on-primary-light: #ffffff;--color-primary-container-light: #ffd9dd;--color-on-primary-container-light: #400012;--color-secondary-light: #76565a;--color-on-secondary-light: #ffffff;--color-secondary-container-light: #ffd9dd;--color-on-secondary-container-light: #2c1518;--color-tertiary-light: #785831;--color-on-tertiary-light: #ffffff;--color-tertiary-container-light: #ffddb8;--color-on-tertiary-container-light: #2a1700;--color-error-light: #ba1a1a;--color-error-container-light: #ffdad6;--color-on-error-light: #ffffff;--color-on-error-container-light: #410002;--color-background-light: #fffbff;--color-on-background-light: #201a1b;--color-surface-light: #f8ecf0;--color-on-surface-light: #544243;--color-surface-variant-light: #f4dddf;--color-on-surface-variant-light: #524344;--color-outline-light: #847374;--color-inverse-on-surface-light: #fbeeee;--color-inverse-surface-light: #362f2f;--color-inverse-primary-light: #ffb2bb;--color-shadow-light: #000000;--color-surface-tint-light: #a5364d;--color-surface-tint-color-light: #a5364d;--color-primary-dark: #ffb2bb;--color-on-primary-dark: #660122;--color-primary-container-dark: #861e37;--color-on-primary-container-dark: #ffd9dd;--color-secondary-dark: #e5bdc0;--color-on-secondary-dark: #43292d;--color-secondary-container-dark: #5c3f42;--color-on-secondary-container-dark: #ffd9dd;--color-tertiary-dark: #e9bf8f;--color-on-tertiary-dark: #442b07;--color-tertiary-container-dark: #5e411b;--color-on-tertiary-container-dark: #ffddb8;--color-error-dark: #ffb4ab;--color-error-container-dark: #93000a;--color-on-error-dark: #690005;--color-on-error-container-dark: #ffdad6;--color-background-dark: #201a1b;--color-on-background-dark: #ece0e0;--color-surface-dark: #392e2f;--color-on-surface-dark: #ddbec1;--color-surface-variant-dark: #524344;--color-on-surface-variant-dark: #d7c1c3;--color-outline-dark: #9f8c8e;--color-inverse-on-surface-dark: #201a1b;--color-inverse-surface-dark: #ece0e0;--color-inverse-primary-dark: #a5364d;--color-shadow-dark: #000000;--color-surface-tint-dark: #ffb2bb;--color-surface-tint-color-dark: #ffb2bb;--typescale-label-small-font-family-name: Roboto;--typescale-label-small-font-family-style: Medium;--typescale-label-small-font-weight: 500px;--typescale-label-small-font-size: 11px;--typescale-label-small-letter-spacing: .5px;--typescale-label-small-line-height: 16px;--typescale-label-medium-font-family-name: Roboto;--typescale-label-medium-font-family-style: Medium;--typescale-label-medium-font-weight: 500px;--typescale-label-medium-font-size: 12px;--typescale-label-medium-letter-spacing: .5px;--typescale-label-medium-line-height: 16px;--typescale-label-large-font-family-name: Roboto;--typescale-label-large-font-family-style: Medium;--typescale-label-large-font-weight: 500px;--typescale-label-large-font-size: 14px;--typescale-label-large-letter-spacing: .1px;--typescale-label-large-line-height: 20px;--typescale-body-small-font-family-name: Roboto;--typescale-body-small-font-family-style: Regular;--typescale-body-small-font-weight: 400px;--typescale-body-small-font-size: 12px;--typescale-body-small-letter-spacing: .4px;--typescale-body-small-line-height: 16px;--body-medium-font-family: var(--font-paragraph);--body-medium-font-weight: 400px;--body-medium-font-size: 14px;--body-medium-letter-spacing: .25px;--body-medium-line-height: 20px;--typescale-body-large-font-family-name: Roboto;--typescale-body-large-font-family-style: Regular;--typescale-body-large-font-weight: 400px;--typescale-body-large-font-size: 16px;--typescale-body-large-letter-spacing: .5px;--typescale-body-large-line-height: 24px;--typescale-headline-small-font-family-name: Roboto;--typescale-headline-small-font-family-style: Regular;--typescale-headline-small-font-weight: 400px;--typescale-headline-small-font-size: 24px;--typescale-headline-small-letter-spacing: 0px;--typescale-headline-small-line-height: 32px;--typescale-headline-medium-font-family-name: Roboto;--typescale-headline-medium-font-family-style: Regular;--typescale-headline-medium-font-weight: 400px;--typescale-headline-medium-font-size: 28px;--typescale-headline-medium-letter-spacing: 0px;--typescale-headline-medium-line-height: 36px;--typescale-headline-large-font-family-name: Roboto;--typescale-headline-large-font-family-style: Regular;--typescale-headline-large-font-weight: 400px;--typescale-headline-large-font-size: 32px;--typescale-headline-large-letter-spacing: 0px;--typescale-headline-large-line-height: 40px;--typescale-display-small-font-family-name: Roboto;--typescale-display-small-font-family-style: Regular;--typescale-display-small-font-weight: 400px;--typescale-display-small-font-size: 36px;--typescale-display-small-letter-spacing: 0px;--typescale-display-small-line-height: 44px;--typescale-display-medium-font-family-name: Roboto;--typescale-display-medium-font-family-style: Regular;--typescale-display-medium-font-weight: 400px;--typescale-display-medium-font-size: 45px;--typescale-display-medium-letter-spacing: 0px;--typescale-display-medium-line-height: 52px;--typescale-display-large-font-family-name: Roboto;--typescale-display-large-font-family-style: Regular;--typescale-display-large-font-weight: 400px;--typescale-display-large-font-size: 57px;--typescale-display-large-letter-spacing: -.25px;--typescale-display-large-line-height: 64px;--typescale-title-small-font-family-name: Roboto;--typescale-title-small-font-family-style: Medium;--typescale-title-small-font-weight: 500px;--typescale-title-small-font-size: 14px;--typescale-title-small-letter-spacing: .1px;--typescale-title-small-line-height: 20px;--typescale-title-medium-font-family-name: Roboto;--typescale-title-medium-font-family-style: Medium;--typescale-title-medium-font-weight: 500px;--typescale-title-medium-font-size: 16px;--typescale-title-medium-letter-spacing: .15px;--typescale-title-medium-line-height: 24px;--typescale-title-large-font-family-name: Roboto;--typescale-title-large-font-family-style: Regular;--typescale-title-large-font-weight: 400px;--typescale-title-large-font-size: 22px;--typescale-title-large-letter-spacing: 0px;--typescale-title-large-line-height: 28px;--border-radius-medium: 16px;--border-radius-small: 5px}.eos-banner.svelte-18tow9m{display:grid;place-items:center;position:sticky;background-image:repeating-linear-gradient(45deg,var(--palette-primary30) 0,var(--palette-primary30) 10px,transparent 0,transparent 50%);background-size:35px 35px;background-color:var(--palette-primary40);color:var(--palette-primary100);top:0;left:0;width:100%;height:5rem;z-index:9;padding:1rem;text-align:center;font-size:1.25rem;font-weight:600}
