@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;--color-primary-green:#009B8A;--color-primary-green-dark:#007a6d;--color-primary-green-darker:#005f52;--color-primary-orange:#FF7D28;--color-primary-orange-dark:#e66c1a;--color-text-dark:#1A202C;--color-text-gray:#4A5568;--color-bg-light:#F7FAFC;--color-bg-footer:#0F172A;--color-white:#ffffff;--myrtle:174 100% 29%;--myrtle-dark:174 100% 19%;--orange:21 100% 58%;--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--radius:0.5rem;--fs-12:clamp(0.6875rem,0.6591rem + 0.142vw,0.75rem);--fs-13:clamp(0.75rem,0.7216rem + 0.142vw,0.8125rem);--fs-14:clamp(0.8125rem,0.7841rem + 0.142vw,0.875rem);--fs-15:clamp(0.875rem,0.8466rem + 0.142vw,0.9375rem);--fs-16:clamp(0.9375rem,0.9091rem + 0.142vw,1rem);--fs-17:clamp(1rem,0.9716rem + 0.142vw,1.0625rem);--fs-18:clamp(1rem,0.9432rem + 0.284vw,1.125rem);--fs-20:clamp(1.0625rem,0.9773rem + 0.426vw,1.25rem);--fs-22:clamp(1.125rem,1.0114rem + 0.568vw,1.375rem);--fs-24:clamp(1.1875rem,1.0455rem + 0.71vw,1.5rem);--fs-30:clamp(1.375rem,1.1477rem + 1.136vw,1.875rem);--fs-32:clamp(1.375rem,1.0909rem + 1.42vw,2rem);--fs-36:clamp(1.5rem,1.1591rem + 1.705vw,2.25rem);--fs-40:clamp(1.75rem,1.4091rem + 1.705vw,2.5rem)}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body,html{max-width:100vw}body{min-height:100vh;color:var(--color-text-dark);background-color:var(--color-white)}h1,h2,h3,h4,h5,h6{line-height:1.2}button{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}