.header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:50;background:#012d28f5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:24px;height:78px}.header-logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{display:block;height:40px;width:auto}.header-nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:32px}.header-nav-link[data-astro-cid-ctg3m53h]{color:#ffffffd1;font-size:12px;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:color .2s ease}.header-nav-link[data-astro-cid-ctg3m53h]:hover{color:var(--mint)}.header-burger[data-astro-cid-ctg3m53h]{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;background:transparent;border:none;cursor:pointer;flex-shrink:0}.header-burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.header-burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(2){opacity:0}.header-burger[data-astro-cid-ctg3m53h].is-open span[data-astro-cid-ctg3m53h]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-cta-mobile[data-astro-cid-ctg3m53h]{display:none}@media(max-width:1024px){.header-burger[data-astro-cid-ctg3m53h]{display:flex}.header-cta-desktop[data-astro-cid-ctg3m53h]{display:none}.header-nav[data-astro-cid-ctg3m53h]{display:none;position:absolute;top:78px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#012d28fa;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);padding:12px 0 20px}.header-nav[data-astro-cid-ctg3m53h].is-open{display:flex}.header-nav-link[data-astro-cid-ctg3m53h]{padding:14px clamp(20px,4vw,48px);font-size:14px;border-bottom:1px solid rgba(255,255,255,.06)}.header-cta-mobile[data-astro-cid-ctg3m53h]{display:inline-flex;margin:16px clamp(20px,4vw,48px) 0;align-self:flex-start}}.footer[data-astro-cid-gcn2mc3v]{background:var(--pine);padding:48px 0 40px}.footer-top[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.footer-logo[data-astro-cid-gcn2mc3v] img[data-astro-cid-gcn2mc3v]{display:block;height:34px;width:auto;opacity:.92}.footer-nav[data-astro-cid-gcn2mc3v]{display:flex;flex-wrap:wrap;gap:6px 24px}.footer-link[data-astro-cid-gcn2mc3v]{font-size:16px;font-weight:600;color:#ffffffb8;text-decoration:none;transition:color .2s}.footer-link[data-astro-cid-gcn2mc3v]:hover{color:var(--mint)}.legal[data-astro-cid-gcn2mc3v]{font-size:14px;color:#ffffff59;line-height:1.7;max-width:800px;margin:0;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}:root{--ink: #073a39;--pine: #003a32;--pine-dark: #012d28;--teal: #008f7a;--green: #00a985;--mint: #56c5ad;--mist: #e8f4f0;--cream: #f7f5ef;--amber: #f3b84c;--white: #fff;--muted: #56736f;--violet: #5b2a8c;--orchid: #8b3fa8;--indigo: #4433a0;--light-purple: #8758b4;--shadow: 0 22px 60px rgb(0, 58, 50, .14)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Avenir Next,Avenir,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.1}p{margin:0}img{max-width:100%;height:auto}.shell{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:clamp(20px,4vw,48px);padding-right:clamp(20px,4vw,48px)}.section{padding:88px 0;background:var(--white)}.section:nth-child(2n){background:var(--cream)}.section-soft{background:var(--mist)!important}.section-white{background:var(--white)!important}.section-dark{background:var(--pine-dark)!important}.section-dark h2{color:var(--white)}h1 .reg,h2 .reg{font-size:.5em;vertical-align:super;font-weight:inherit}.inteligel{font-family:Dancing Script,cursive;font-style:normal;font-weight:600;font-size:1.15em}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin:0 0 10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:999px;border:none;font:inherit;font-size:14px;font-weight:850;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.button:hover{opacity:.88;transform:translateY(-1px)}.button-primary{background:var(--teal);color:var(--white)}.button-amber{background:var(--amber);color:var(--pine)}.button-outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}span.accent-green{color:var(--green)!important}span.accent-purple{color:var(--light-purple)!important}@media(width<=1024px){.section{padding:72px 0}}@media(width<=560px){.section{padding:60px 0}}
