:root{--teal:#2fab94;--teal-dark:#2fab94;--teal-light:#2fab94;--red:#e30613;--white:#fff;--gray-light:#f5f5f5;--gray:#666}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;text-transform:uppercase;background:#fff;font-family:brother-1816,system-ui,sans-serif;overflow-x:hidden}#root{text-align:left;width:100%;max-width:100%;min-height:unset;border:none;margin:0;padding:0}@media (width<=768px){.two-col-grid{grid-template-columns:1fr!important}}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-title{animation:.8s .1s both heroFadeUp}.hero-subtitle{animation:.8s .35s both heroFadeUp}.hero-badge{animation:.8s .55s both heroFadeUp}.hero-cta{animation:.8s .7s both heroFadeUp}.hero-arrow{animation:1s 1s both heroFadeIn}
