@keyframes heroFadeUp{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScan{0%{top:0%}to{top:100%}}.hero-fade-up{animation:1.7s cubic-bezier(.16,1,.3,1) both heroFadeUp}.hero-scan{animation:4s linear infinite heroScan}
