@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Muli:wght@300&display=swap";:root{--color-primary: #37aeda;--color-dark-blue: #1f4569;--color-footer: #333333;--color-text: #404040;--color-text-dark: #222222;--color-text-light: #818181;--color-white: #ffffff;--color-bg-light: #f0f0f0;--color-green-cta: #a6e080;--color-green-btn: #7dba4c;--font-heading: "Lato", sans-serif;--font-body: "Lato", sans-serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--color-text);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.3}h1{font-size:2rem;color:var(--color-white)}h2{font-size:1.5rem;color:var(--color-text-dark);letter-spacing:1px}h3{font-size:1.25rem;color:var(--color-text)}h5{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:#2d9bc7}img{max-width:100%;height:auto}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:3px;cursor:pointer;transition:all .2s ease}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:#2d9bc7;color:var(--color-white)}.btn-green{background:var(--color-green-btn);color:var(--color-white)}.btn-green:hover{background:#6aa93e;color:var(--color-white)}.btn-outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-white)}.decoration{width:80px;height:3px;background:var(--color-primary);margin:1rem 0 1.5rem}.decoration-center{margin-left:auto;margin-right:auto}.page-header{background:var(--color-dark-blue);padding:2rem 0}.page-header h1{font-size:1.5rem;font-weight:700}.section{padding:3rem 0}.section-gray{background:var(--color-bg-light)}.section-dark{background:var(--color-dark-blue);color:var(--color-white)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.text-center{text-align:center}@media (max-width: 768px){h1{font-size:1.5rem}h2{font-size:1.25rem}.section{padding:2rem 0}.container{padding:0 1rem}}.site.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}.site-header.svelte-12qhfyh{background:var(--color-white);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}.header-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.site-branding.svelte-12qhfyh img:where(.svelte-12qhfyh){height:60px;width:auto}.menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger.svelte-12qhfyh{display:block;width:25px;height:3px;background:var(--color-text);position:relative}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;width:25px;height:3px;background:var(--color-text);left:0}.hamburger.svelte-12qhfyh:before{top:-8px}.hamburger.svelte-12qhfyh:after{top:8px}.nav-menu.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text);font-size:.95rem;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .2s ease}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-menu.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-primary);border-bottom-color:var(--color-primary)}.lang-switcher.svelte-12qhfyh{display:flex;gap:.5rem}.lang-btn.svelte-12qhfyh{background:none;border:none;font-size:1.25rem;cursor:pointer;opacity:.5;transition:opacity .2s ease;padding:.25rem}.lang-btn.svelte-12qhfyh:hover,.lang-btn.active.svelte-12qhfyh{opacity:1}.site-footer.svelte-12qhfyh{background:var(--color-footer);color:var(--color-white)}.footer-main.svelte-12qhfyh{padding:2.5rem 0}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-col.svelte-12qhfyh h3:where(.svelte-12qhfyh){color:var(--color-white);font-size:.9rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.footer-col.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.9rem;color:#fffc;margin-bottom:1rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fffc}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-white)}.social-buttons.svelte-12qhfyh{display:flex;gap:.5rem}.social-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-primary);color:var(--color-white);border-radius:3px;transition:background .2s ease}.social-btn.svelte-12qhfyh:hover{background:#2d9bc7;color:var(--color-white)}.bottom-bar.svelte-12qhfyh{background:#0003;padding:1rem 0}.bottom-bar-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.site-info.svelte-12qhfyh{font-size:.85rem;color:#ffffffb3}.site-info.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;text-decoration:underline}.lang-footer.svelte-12qhfyh{display:flex;gap:1rem}.lang-footer.svelte-12qhfyh button:where(.svelte-12qhfyh){background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:.85rem;transition:color .2s ease}.lang-footer.svelte-12qhfyh button:where(.svelte-12qhfyh):hover,.lang-footer.svelte-12qhfyh button.active:where(.svelte-12qhfyh){color:var(--color-white)}@media (max-width: 900px){.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.menu-toggle.svelte-12qhfyh{display:block}.main-navigation.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:var(--color-white);padding:1rem;box-shadow:0 4px 6px #0000001a;display:none}.main-navigation.open.svelte-12qhfyh{display:block}.nav-menu.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:0}.nav-menu.svelte-12qhfyh li:where(.svelte-12qhfyh){border-bottom:1px solid #eee}.nav-menu.svelte-12qhfyh li:where(.svelte-12qhfyh):last-child{border-bottom:none}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:1rem 0}.lang-switcher.svelte-12qhfyh{padding:1rem 0;justify-content:center}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.footer-col.svelte-12qhfyh:first-child{order:-1}.social-buttons.svelte-12qhfyh{justify-content:center}.bottom-bar-content.svelte-12qhfyh{flex-direction:column;gap:1rem;text-align:center}.site-branding.svelte-12qhfyh img:where(.svelte-12qhfyh){height:50px}}
