@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-marquee{animation:marquee 20s linear infinite}.animate-marquee,.animate-marquee-reverse{display:flex;width:-webkit-max-content;width:max-content}.animate-marquee-reverse{animation:marquee-reverse 20s linear infinite}html.light{background-color:#f8f9fa;color:#222}body{font-family:Montserrat,sans-serif;letter-spacing:.3px}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{animation:gradientFlow 6s ease infinite}option,select{background-color:#1a1530!important;color:#fff!important}.nav-logo{background:#0000!important}
/*# sourceMappingURL=main.87af5b03.css.map*/