@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");:root{--white:#FFF;--brand-dark:#0F3D2E;--brand-darker:#071F17;--brand-mint:#4BE0A9;--brand-mint-soft:rgba(75,224,169,0.18);--brand-coral:#F15A44;--brand-cream:#F5F2EE;--brand-paper:#FAF9F7;--brand-ink:#1A1A1A;--brand-muted:#6B7280;--verde-oscuro:#0F3D2E;--turquesa:#4BE0A9;--coral:#F15A44;--black:#040404}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,Roboto,Helvetica,sans-serif;background:var(--white);color:var(--brand-ink)}.fi{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.fi.on{opacity:1;transform:translateY(0)}.fi-d1{transition-delay:.1s}.fi-d2{transition-delay:.2s}.fi-d3{transition-delay:.3s}.fi-d4{transition-delay:.4s}.fi-d5{transition-delay:.5s}.fi-d6{transition-delay:.6s}@media (prefers-reduced-motion:reduce){.fi{opacity:1;transform:none;transition:none}}.Footer_footer__0IXn3{background:#071F17;color:rgba(255,255,255,.6);padding:40px 24px;border-top:1px solid rgba(255,255,255,.05)}.Footer_content__WG3KU{max-width:1280px;margin:0 auto;flex-direction:row;justify-content:space-between;gap:24px;font-size:14px}.Footer_content__WG3KU,.Footer_logoCol__nDAD3{display:flex;align-items:center}.Footer_logo__I6svY{height:34px;width:auto}.Footer_linksCol__MTzSt{display:flex;align-items:center;gap:24px}.Footer_link__1kkB4{color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s ease;font-family:Inter,-apple-system,sans-serif;font-size:14px}.Footer_link__1kkB4:hover{color:#ffffff}.Footer_right__8IUEe{display:flex;align-items:center;gap:16px}.Footer_copyright__t4WoK{font-size:12px;color:rgba(255,255,255,.4);white-space:nowrap;font-family:Inter,-apple-system,sans-serif}@media (max-width:768px){.Footer_content__WG3KU{flex-direction:column;text-align:center;gap:20px}.Footer_linksCol__MTzSt{gap:16px;flex-wrap:wrap;justify-content:center}.Footer_right__8IUEe{flex-direction:column;gap:12px}}.LanguageSwitcher_switcher__LOw2n{display:flex;align-items:center;gap:4px;background:none;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:4px 10px;cursor:pointer;transition:border-color .2s ease;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em}.LanguageSwitcher_switcher__LOw2n:hover{border-color:rgba(255,255,255,.35)}.LanguageSwitcher_active__hdGCF{color:#ffffff}.LanguageSwitcher_inactive___hyJ5{color:rgba(255,255,255,.35)}.LanguageSwitcher_divider__eWdZf{color:rgba(255,255,255,.2)}.Navbar_navbar__XlgWY{display:flex;width:100%;padding:0 64px;flex-direction:column;align-items:flex-start;background:rgba(15,61,46,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:1200;height:80px;justify-content:center}.Navbar_navbarContent__MviWL{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto}.Navbar_logoSection__VYN6w{display:flex;align-items:center;flex-shrink:0}.Navbar_logoImage__BhoCm{height:34px;width:auto;display:block}.Navbar_navigationLinks__jfium{display:flex;align-items:center;gap:32px}.Navbar_navLink__NoUWm{color:rgba(255,255,255,.8);font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none;white-space:nowrap;transition:color .2s ease}.Navbar_navLink__NoUWm:hover{color:#ffffff}.Navbar_navbarActions__5eqoe{display:flex;align-items:center;gap:12px}.Navbar_loginButton__FT71R{color:rgba(255,255,255,.9);font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s ease}.Navbar_loginButton__FT71R:hover{color:#ffffff}.Navbar_teaserButton__Juw07{display:flex;padding:8px 20px;justify-content:center;align-items:center;border-radius:8px;background:#F15A44;color:#ffffff;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease;white-space:nowrap}.Navbar_teaserButton__Juw07:hover{background:#D94A36}.Navbar_hamburgerButton__wT9e2{display:none;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0;position:relative;width:36px;height:24px}.Navbar_closeIcon__1EOjO,.Navbar_hamburgerIcon__Kezqt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.Navbar_hamburgerIcon__Kezqt{opacity:1}.Navbar_closeIcon__1EOjO{opacity:0}.Navbar_isOpen__9mYRv .Navbar_hamburgerIcon__Kezqt{opacity:0;transform:scale(.9)}.Navbar_isOpen__9mYRv .Navbar_closeIcon__1EOjO{opacity:1}.Navbar_mobileMenuOverlay__TMIyr{position:absolute;top:80px;left:0;right:0;width:100%;background:rgba(15,61,46,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.3);max-height:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(-8px);transition:max-height .26s ease,opacity .22s ease,transform .22s ease,visibility 0s linear .26s}.Navbar_mobileMenuOpen__o4uWh{max-height:80vh;opacity:1;visibility:visible;overflow-y:auto;transform:translateY(0);transition:max-height .3s ease,opacity .22s ease,transform .22s ease,visibility 0s}.Navbar_mobileMenuContent__cDzwi{display:flex;flex-direction:column;padding:32px 24px;gap:8px}.Navbar_mobileNavLink__B2Yve{color:rgba(255,255,255,.85);font-family:Inter,-apple-system,sans-serif;font-size:17px;font-weight:400;line-height:1.5;text-decoration:none;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s ease}.Navbar_mobileNavLink__B2Yve:hover{color:#ffffff}.Navbar_mobileMenuActions__nY4x6{margin-top:16px;display:flex;flex-direction:column;gap:12px;padding-top:16px}.Navbar_mobileTeaserButton__BeKl_{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:8px;background:#F15A44;color:#ffffff;font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s ease}.Navbar_mobileTeaserButton__BeKl_:hover{background:#D94A36}.Navbar_mobileLoginButton__a3C5G{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:8px;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.8);font-family:Inter,-apple-system,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:border-color .2s ease,color .2s ease}.Navbar_mobileLoginButton__a3C5G:hover{border-color:rgba(255,255,255,.4);color:#ffffff}@media (max-width:1024px){.Navbar_navbar__XlgWY{padding:0 32px}.Navbar_navigationLinks__jfium{gap:24px}}@media (max-width:768px){.Navbar_navbar__XlgWY{padding:0 20px;height:64px}.Navbar_navbarActions__5eqoe,.Navbar_navigationLinks__jfium{display:none}.Navbar_hamburgerButton__wT9e2{display:flex}.Navbar_mobileMenuOverlay__TMIyr{top:64px}}@media (max-width:480px){.Navbar_navbar__XlgWY{padding:0 16px}.Navbar_logoImage__BhoCm{height:28px}}.WhatsAppFloat_whatsappFloat__nZCZu{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;align-items:center;justify-content:center;width:63px;height:63px;border-radius:50%;transition:all .3s ease;cursor:pointer;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.WhatsAppFloat_whatsappFloat__nZCZu:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.WhatsAppFloat_whatsappFloat__nZCZu:active{transform:scale(.95)}.WhatsAppFloat_whatsappIcon__VNqX9{width:100%;height:100%;border-radius:50%;display:block}@media (max-width:768px){.WhatsAppFloat_whatsappFloat__nZCZu{bottom:1.5rem;right:1.5rem;width:56px;height:56px}}@media (max-width:480px){.WhatsAppFloat_whatsappFloat__nZCZu{bottom:1rem;right:1rem;width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.WhatsAppFloat_whatsappFloat__nZCZu{transition:none}.WhatsAppFloat_whatsappFloat__nZCZu:hover{transform:none}}.WhatsAppFloat_whatsappFloat__nZCZu:focus{outline:2px solid #4AC14B;outline-offset:2px}@media (prefers-contrast:high){.WhatsAppFloat_whatsappFloat__nZCZu{border:2px solid}}