@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-33.333%)}}@keyframes scroll-down{0%{transform:translateY(-33.333%)}to{transform:translateY(0)}}.animate-scroll-up{animation:scroll-up 40s linear infinite}.animate-scroll-down{animation:scroll-down 40s linear infinite}.animate-scroll-up-slow{animation:scroll-up 60s linear infinite}.animate-scroll-down-slow{animation:scroll-down 60s linear infinite}.animate-scroll-up-fast{animation:scroll-up 30s linear infinite}.animate-scroll-down-fast{animation:scroll-down 30s linear infinite}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-horizontal{animation:scroll-horizontal 40s linear infinite}.animate-scroll-horizontal:hover{animation-play-state:paused}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 12s linear infinite}.pause-on-hover:hover .animate-scroll-up,.pause-on-hover:hover .animate-scroll-up-slow,.pause-on-hover:hover .animate-scroll-up-fast,.pause-on-hover:hover .animate-scroll-down,.pause-on-hover:hover .animate-scroll-down-slow,.pause-on-hover:hover .animate-scroll-down-fast{animation-play-state:paused}@keyframes zoom-out-slow{0%{transform:scale(1.1)}to{transform:scale(1)}}.animate-zoom-out-slow{animation:zoom-out-slow 20s ease-out forwards}.mask-linear-fade{mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.text-glow-green{text-shadow:0 0 15px rgba(57,255,20,.3),0 0 2px rgba(57,255,20,.2)}.drop-shadow-green{filter:drop-shadow(0 0 8px rgba(57,255,20,.4))}.text-shadow-banner{text-shadow:0 1px 1px rgba(0,0,0,.15)}.text-glow-white{text-shadow:0 0 10px rgba(255,255,255,.3)}img{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}
