@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}.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:3rem 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);color:#fff;text-align:center}@media(min-width:768px){.page-header h1{display:none}}.section-title{font-size:var(--font-size-xl);margin-bottom:2rem;color:#fff;text-align:center}.section-title-left{font-size:var(--font-size-xl);margin-bottom:1.5rem;color:#fff;text-align:left}.grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.grid-2col img{aspect-ratio:1/1}@media(max-width:768px){.grid-2col{grid-template-columns:1fr;gap:2rem}}.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:4px}.grid-item span{text-align:center;color:#fff;font-size:var(--font-size-m)}.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:4px;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:4px;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}: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: .75rem;--font-size-s: 1rem;--font-size-m: 1.25rem;--font-size-l: 1.75rem;--font-size-xl: 2.25rem;--font-size-xxl: 3rem;--gap-s: 1rem;--gap-m: 2rem;--gap-l: 4rem;--max-width: 100rem;--max-width-narrow: 60rem}nav.svelte-ocbj1u{padding:1rem 2rem;border-bottom:1px solid var(--color-light-grey);width:100%;max-width:100rem}nav.svelte-ocbj1u .nav-container:where(.svelte-ocbj1u){margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%;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;gap:4px;background:none;border:none;cursor:pointer;padding:8px;z-index:11}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}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%;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.open:where(.svelte-ocbj1u){transform:translate(0)}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;font-size:1.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}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}
