*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero-animate{animation-name:heroFadeUp;animation-duration:.95s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.hero-animate-fade{animation-name:heroFadeIn;animation-duration:1.1s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}body{color:#333;background-color:#f8f9fa;font-family:Roboto,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1a3a5c;border-radius:4px}
