nav.svelte-1pmq3f5{display:flex;align-items:center;justify-content:space-around;min-height:var(--appbar-height);background:var(--appbar-color, var(--color-surface));gap:1em;padding:0 1em;position:fixed;top:0;width:100%;z-index:12;box-sizing:border-box;transition:background-color .2s ease-in-out}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5{justify-content:space-between;gap:.5em}}nav.menuOpen.svelte-1pmq3f5{background:var(--color-surface)}nav.transparent.svelte-1pmq3f5:not(.scrolled){--appbar-text-color: #fff;--appbar-text-color-rgb: 255, 255, 255;--appbar-color: rgba(0, 0, 0, .25);--appbar-button-color: #fff;--appbar-button-text-color: #000}nav.svelte-1pmq3f5 .logo:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5){display:flex}nav.svelte-1pmq3f5 .logo:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5) picture:where(.svelte-1pmq3f5){height:30px}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5 .logo:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5) picture:where(.svelte-1pmq3f5){height:20px}}nav.svelte-1pmq3f5 .logo:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5) picture:where(.svelte-1pmq3f5) img:where(.svelte-1pmq3f5){height:100%}nav.svelte-1pmq3f5:not(.menuOpen) ul:where(.svelte-1pmq3f5){color:var(--appbar-text-color);--divider-color: var(--appbar-text-color);--button-color: var(--appbar-button-color, var(--color-secondary));--button-text-color: var( --appbar-button-text-color, var(--color-on-secondary) )}nav.svelte-1pmq3f5:not(.menuOpen) .mobile-actions:where(.svelte-1pmq3f5){--button-icon-color: var(--appbar-text-color)}nav.svelte-1pmq3f5:not(.menuOpen) .mobile-actions:where(.svelte-1pmq3f5) .cta:where(.svelte-1pmq3f5){--button-color: var(--appbar-button-color, var(--color-secondary));--button-text-color: var( --appbar-button-text-color, var(--color-on-secondary) )}nav.svelte-1pmq3f5 ul:where(.svelte-1pmq3f5) li:where(.svelte-1pmq3f5){font-size:18px}nav.svelte-1pmq3f5 ul:where(.svelte-1pmq3f5) li:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5){text-decoration:none}nav.svelte-1pmq3f5 ul:where(.svelte-1pmq3f5) li:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5):hover,nav.svelte-1pmq3f5 ul:where(.svelte-1pmq3f5) li:where(.svelte-1pmq3f5) a:where(.svelte-1pmq3f5):focus{text-decoration:underline}nav.svelte-1pmq3f5 ul.desktop:where(.svelte-1pmq3f5){list-style-type:none;display:flex;align-items:center;gap:2em}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5 ul.desktop:where(.svelte-1pmq3f5){display:none}}nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5){display:none}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5){position:fixed;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:calc(100% - var(--appbar-height));top:0;left:0;z-index:-1;transform:translate3d(0,-75%,0) scaleY(.25);background-color:var(--color-surface);margin:0;padding-bottom:2em}nav.svelte-1pmq3f5 .menu.menuOpen:where(.svelte-1pmq3f5){top:var(--appbar-height);transform:translateZ(0) scaleY(1);transition:transform .3s ease}}nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5) ul.mobile:where(.svelte-1pmq3f5){display:flex;flex-direction:column;list-style-type:none;gap:2em}nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5) ul.mobile:where(.svelte-1pmq3f5) li:where(.svelte-1pmq3f5){font-size:24px}nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5) .menu-actions:where(.svelte-1pmq3f5){box-sizing:border-box;display:flex;gap:1em;padding:0 2em;width:100%}nav.svelte-1pmq3f5 .menu:where(.svelte-1pmq3f5) .menu-actions:where(.svelte-1pmq3f5) *:last-child{flex:1}nav.svelte-1pmq3f5 .actions:where(.svelte-1pmq3f5){display:flex;align-items:center;gap:2em;--icon-color: var(--appbar-text-color);--button-icon-color: var(--appbar-text-color);--select-color: var(--appbar-text-color);--select-border-color-rgb: var(--appbar-text-color-rgb)}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5 .actions:where(.svelte-1pmq3f5){display:none}}nav.svelte-1pmq3f5 .mobile-actions:where(.svelte-1pmq3f5){display:none}@media screen and (max-width: 1280px){nav.svelte-1pmq3f5 .mobile-actions:where(.svelte-1pmq3f5){display:flex;align-items:center;gap:1em}nav.svelte-1pmq3f5 .mobile-actions:where(.svelte-1pmq3f5) .cta:where(.svelte-1pmq3f5){--button-color: var(--color-secondary);--button-text-color: var(--color-on-secondary)}}footer.svelte-12rwr5o{box-sizing:border-box;bottom:0;width:100%;padding:2.5em 5.5em;background-color:var(--footer-background-color);color:var(--footer-color);font-size:18px}@media screen and (max-width: 960px){footer.svelte-12rwr5o{padding:1.5em}}footer.svelte-12rwr5o nav:where(.svelte-12rwr5o){display:flex;gap:16em;margin-bottom:2em}@media screen and (max-width: 960px){footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) .logo:where(.svelte-12rwr5o){display:none}}footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) .logo:where(.svelte-12rwr5o) img:where(.svelte-12rwr5o){height:30px}footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o){display:grid;grid-template-columns:repeat(3,minmax(0,auto));grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column;gap:1em;list-style-type:none;margin:0;padding:0;flex:1}@media screen and (max-width: 960px){footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o){display:flex;flex-direction:column}}footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o){text-decoration:none}footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o):hover,footer.svelte-12rwr5o nav:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o):focus{text-decoration:underline}footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o){display:flex;align-items:center;justify-content:space-between;gap:1em;margin:2em 0}@media screen and (max-width: 960px){footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o){flex-direction:column-reverse;align-items:flex-start;font-size:16px}}footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) :where(.svelte-12rwr5o):first-child{display:flex;gap:1em}@media screen and (max-width: 960px){footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) :where(.svelte-12rwr5o):first-child{flex-direction:column-reverse}}footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o){display:flex;list-style-type:none;margin:0;padding:0;gap:1em}footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o){text-decoration:none}footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o):hover,footer.svelte-12rwr5o .legal:where(.svelte-12rwr5o) ul:where(.svelte-12rwr5o) li:where(.svelte-12rwr5o) a:where(.svelte-12rwr5o):focus{text-decoration:underline}.container.svelte-psi4sv{z-index:16;position:fixed;display:flex;justify-content:center;width:100%;bottom:0;left:0;pointer-events:none}@media screen and (max-width: 600px){.container.svelte-psi4sv{min-height:40%}}.container.svelte-psi4sv .dialog:where(.svelte-psi4sv){position:relative;background-color:var(--color-surface);color:var(--color-on-surface);padding:1.5em;border-radius:1em;margin-bottom:1em;max-width:800px;pointer-events:auto;box-shadow:0 0 18px rgba(var(--color-on-surface-rgb),.2)}@media screen and (max-width: 600px){.container.svelte-psi4sv .dialog:where(.svelte-psi4sv){border-radius:0;margin-bottom:0}}.container.svelte-psi4sv .dialog:where(.svelte-psi4sv) .dismiss:where(.svelte-psi4sv){position:absolute;top:1em;right:1em}.container.svelte-psi4sv .dialog:where(.svelte-psi4sv) .buttons:where(.svelte-psi4sv){display:flex;align-items:center;justify-content:flex-end;gap:1em}@media screen and (max-width: 600px){.container.svelte-psi4sv .dialog:where(.svelte-psi4sv) .buttons:where(.svelte-psi4sv){margin-top:1em;flex-direction:column;align-items:unset}.container.svelte-psi4sv .dialog:where(.svelte-psi4sv) .buttons:where(.svelte-psi4sv) button{width:100%;max-width:100%}}html:not([dark-theme]) .cookie-settings-dialog.svelte-psi4sv{--dialog-background-color: var(--moon-white)}html[dark-theme] .settings.svelte-psi4sv .toggle:where(.svelte-psi4sv){filter:brightness(1.4)}.settings.svelte-psi4sv section:where(.svelte-psi4sv){margin:1em 0}.settings.svelte-psi4sv .toggle:where(.svelte-psi4sv){margin-bottom:0;padding:1em;background-color:var(--color-surface);border-radius:1em;box-shadow:0 1px 11px #00000014}.settings.svelte-psi4sv .subtitle:where(.svelte-psi4sv){margin:0;font-size:13px;padding:8px 16px}a.svelte-itzddy{box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:4em;padding:1em;background-color:var(--color-tertiary);color:var(--color-on-tertiary);text-decoration:none}a.primary.svelte-itzddy{background-color:var(--color-primary);color:var(--color-on-primary);font-weight:700}a.fixed.svelte-itzddy{top:var(--appbar-height);position:fixed;z-index:1000}@media screen and (max-width: 600px){a.svelte-itzddy{padding:0 1em}}p.svelte-m23hxk{display:flex;align-items:center;justify-content:center;width:100%;font-size:16px;opacity:.5}.content.svelte-bmahtn{display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--content-padding-top, var(--appbar-height));min-height:calc(100vh - var(--content-padding-top, var(--appbar-height)))}.content.svelte-bmahtn .margin-top:where(.svelte-bmahtn){margin-top:var(--appbar-height)}main.svelte-bmahtn{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto 2em;flex:1}main.margin-top.svelte-bmahtn{margin-top:4em}
