@font-face{font-family:Garet;src:url(../../../fonts/garet/Garet-Book.woff2) format("woff2"),url(../../../fonts/garet/Garet-Book.woff) format("woff"),url(../../../fonts/garet/Garet-Book.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Garet;src:url(../../../fonts/garet/Garet-Heavy.woff2) format("woff2"),url(../../../fonts/garet/Garet-Heavy.woff) format("woff"),url(../../../fonts/garet/Garet-Heavy.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-VariableFont_wght.ttf) format("truetype");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(../../../fonts/oswald/Oswald-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(31,52,71,.5019607843) rgba(0,0,0,0)}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#1f344780;border:transparent}body{color:var(--color-text);background:var(--color-bg);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;font-family:var(--font-text);font-size:var(--font-size-s);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:var(--font-size-xxl);margin-top:var(--gap-m)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-l)}h4{font-size:var(--font-size-m)}h5,h6{font-size:var(--font-size-s)}p{font-family:var(--font-text);font-size:var(--font-size-m);margin-bottom:1em}a{color:#fff;transition:opacity .2s ease}a:hover{opacity:.8}button{background:none}.space{display:block;height:var(--gap-l)}img{width:100%;height:100%;object-fit:cover}.txt-img{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap-l);width:100%}.txt-img img{flex:1;min-width:0;aspect-ratio:1/1}.txt-img .text{flex:2;min-width:0}@media(max-width:768px){.txt-img{flex-direction:column}.txt-img img,.txt-img .text{flex:unset;width:100%}}.section{width:100%;padding:1rem 5vw;background:var(--color-bg)}.section-compact{width:100%;padding:2rem 5vw;background:var(--color-bg)}.content-wrapper{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center}.content-wrapper-narrow{max-width:var(--max-width-narrow);margin:0 auto}.page-header{width:100%;padding:2rem 5vw;background:var(--color-bg)}.page-header h1{max-width:var(--max-width);margin:0 auto;font-size:var(--font-size-xl);text-align:center}@media(min-width:768px){.page-header h1{display:none}}.section-title{font-size:var(--font-size-xl);margin-bottom:2rem;text-align:center}.section-title-left{font-size:var(--font-size-xl);margin-bottom:1.5rem;text-align:left}.grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:var(--gap-m)}.grid-2col img{aspect-ratio:1/1;border-radius:var(--border-radius-m)}@media(max-width:768px){.grid-2col{grid-template-columns:1fr;gap:2rem;margin-bottom:0}}.grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.grid-3col{grid-template-columns:1fr}}.grid-item{display:flex;flex-direction:column;gap:.5rem}.grid-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--border-radius-m)}.grid-item span{text-align:center;color:#fff;font-size:var(--font-size-m)}.box-wrapper{background:var(--color-orange-dark);color:var(--color-accent-contrast);padding:var(--gap-m);max-width:min(100%,var(--max-width) + var(--gap-m) * 2);border-radius:var(--border-radius-l)}.box-wrapper.content-wrapper-narrow{max-width:min(100%,var(--max-width-narrow) + var(--gap-m) * 2)}.form-container{padding:2rem;border-radius:8px;border:1px solid var(--color-light-grey);margin-top:2rem}.form-container h3{font-size:var(--font-size-l);color:#fff;margin-bottom:1.5rem;text-align:center}.form-container form{display:flex;flex-direction:column;gap:1.5rem}.form-container form .form-group{display:flex;flex-direction:column;gap:.5rem}.form-container form .form-group label{color:#fff;font-size:var(--font-size-s);font-weight:500}.form-container form .form-group input,.form-container form .form-group textarea{padding:.75rem;border:1px solid var(--color-light-grey);border-radius:var(--border-radius-m);background:var(--color-bg);color:#fff;font-family:var(--font-text);font-size:var(--font-size-s)}.form-container form .form-group input:focus,.form-container form .form-group textarea:focus{outline:none;border-color:var(--color-accent)}.form-container form .form-group textarea{resize:vertical}.form-container form button[type=submit]{padding:1rem 2rem;background:var(--color-accent);color:var(--color-accent-contrast);border:none;border-radius:var(--border-radius-m);font-size:var(--font-size-m);font-family:var(--font-heading);cursor:pointer;transition:opacity .2s ease}.form-container form button[type=submit]:hover{opacity:.8}.text-block h2{font-size:var(--font-size-xl);margin-bottom:1rem;color:#fff}.text-block p{font-size:var(--font-size-m);line-height:1.6;color:#fff}hr{display:block;border:none;border-top:1px solid var(--color-light-grey);margin:2rem auto;width:80%}p hr{opacity:.5}ul{padding-left:calc(1em + var(--gap-m));margin-bottom:1em}@media(max-width:768px){.no-mobile{display:none}}nav.svelte-ocbj1u{padding:1rem 2rem;width:100vw;position:fixed;top:calc(var(--gap-m) * 1.5);z-index:100;background:#0000;transition:.1s ease}nav.dimmed.svelte-ocbj1u{background:#000a;-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem);top:0}nav.svelte-ocbj1u .symbol:where(.svelte-ocbj1u){display:none}nav.svelte-ocbj1u .lockup:where(.svelte-ocbj1u){display:block}@media(max-width:768px){nav.svelte-ocbj1u{top:0}nav.svelte-ocbj1u .symbol:where(.svelte-ocbj1u){display:block}nav.svelte-ocbj1u .lockup:where(.svelte-ocbj1u){display:none}}nav.svelte-ocbj1u .nav-container:where(.svelte-ocbj1u){margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:calc(var(--max-width) - 4rem);position:relative}nav.svelte-ocbj1u .logo:where(.svelte-ocbj1u){z-index:11}nav.svelte-ocbj1u .logo:where(.svelte-ocbj1u) a:where(.svelte-ocbj1u){display:block}nav.svelte-ocbj1u .logo:where(.svelte-ocbj1u) a:where(.svelte-ocbj1u) img:where(.svelte-ocbj1u){height:40px;width:auto}nav.svelte-ocbj1u .hamburger:where(.svelte-ocbj1u){display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;cursor:pointer;z-index:11;width:3rem;height:3rem;position:fixed;right:1rem;top:1rem;border-radius:var(--border-radius-m)}nav.svelte-ocbj1u .hamburger:where(.svelte-ocbj1u) span:where(.svelte-ocbj1u){display:block;width:24px;height:2px;background-color:#fff;transition:all .3s ease}@media(max-width:768px){nav.svelte-ocbj1u .hamburger:where(.svelte-ocbj1u){display:flex}}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u){display:flex;list-style:none;margin:0;padding:0;gap:2rem}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u){display:inline}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u) a:where(.svelte-ocbj1u){text-decoration:none;color:#fff;font-size:1.4rem;font-family:var(--font-heading)}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u) a:where(.svelte-ocbj1u):hover{text-decoration:underline;opacity:1}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u) a.active:where(.svelte-ocbj1u){color:var(--color-orange-light)}@media(max-width:768px){nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u){position:fixed;top:0;right:0;bottom:0;width:100%;height:100vh;background-color:var(--color-black);flex-direction:column;gap:0;padding:5rem 2rem 2rem;transform:translate(100%);transition:transform .2s ease;box-shadow:-2px 0 10px #0000004d;z-index:10}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u){display:block;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}nav.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u) li:where(.svelte-ocbj1u) a:where(.svelte-ocbj1u){display:block}}.dimmed.svelte-ocbj1u .hamburger:where(.svelte-ocbj1u){background:#000a}.open.svelte-ocbj1u .symbol:where(.svelte-ocbj1u){display:none}.open.svelte-ocbj1u .lockup:where(.svelte-ocbj1u){display:block}.open.svelte-ocbj1u .nav-items:where(.svelte-ocbj1u){transform:translate(0)}:root{--color-black: #000;--color-white: #fff;--color-yellow: #ffd21f;--color-orange-light: #ffa51f;--color-orange-dark: #ff751f;--color-blue-light: #1fb8a6;--color-blue-dark: #114c5c;--color-light-grey: #ddd;--color-text: var(--color-white);--color-bg: var(--color-black);--color-accent: var(--color-orange-light);--color-accent-contrast: var(--color-black);--font-heading: "Oswald", sans-serif;--font-text: "Garet", sans-serif;--font-size-xs: .625rem;--font-size-s: .875rem;--font-size-m: 1.125rem;--font-size-l: 1.625rem;--font-size-xl: 2.125rem;--font-size-xxl: 2.875rem;--gap-s: 1rem;--gap-m: 2rem;--gap-l: 4rem;--gap-xl: 6rem;--max-width: 100rem;--max-width-narrow: 60rem;--border-radius-m: .5rem;--border-radius-l: 1rem}.layout.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%}main.svelte-12qhfyh{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--gap-m)}@media(max-width:768px){main.svelte-12qhfyh{gap:var(--gap-s)}}footer.svelte-12qhfyh{padding:2rem;text-align:center}footer.svelte-12qhfyh .footer-items:where(.svelte-12qhfyh){display:flex;justify-content:center;list-style:none;margin:0;padding:0;gap:2rem}footer.svelte-12qhfyh .footer-items:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){display:inline}footer.svelte-12qhfyh .footer-items:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){text-decoration:none;color:inherit}footer.svelte-12qhfyh .footer-items:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{text-decoration:underline}
