html{scroll-behavior:smooth}.animate-infinite-left{animation:spinLeft 45s linear infinite}@keyframes spinLeft{0%{translate:0}to{translate:-100%}}.animate-infinite-right{animation:spinRight 45s linear infinite}@keyframes spinRight{0%{translate:-100%}to{translate:0}}#nprogress .spinner{opacity:0!important}