@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-scroll{animation:scroll 30s linear infinite;display:flex;width:-moz-max-content;width:max-content}.animate-scroll-reverse{animation:scroll-reverse 30s linear infinite;display:flex;width:-moz-max-content;width:max-content}@keyframes float-glow{0%,to{transform:translate(0) scale(1);opacity:.1}50%{transform:translate(50px,30px) scale(1.2);opacity:.2}}@keyframes float-glow-delayed{0%,to{transform:translate(0) scale(1);opacity:.05}50%{transform:translate(-40px,60px) scale(1.3);opacity:.15}}.animate-float-glow{animation:float-glow 10s ease-in-out infinite}.animate-float-glow-delayed{animation:float-glow-delayed 15s ease-in-out infinite}
