.marquee{width:100%;white-space:nowrap;overflow:hidden;display:flex;align-items:center;position:relative;font-family:Unbounded,cursive}.marquee p{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#ed5a2f,#001d3d);-webkit-background-clip:text;background-clip:text}.marquee .marqueeList{animation:marquee 40s linear infinite}@media only screen and (min-width:768px){.marquee .marqueeList{animation:marquee 60s linear infinite}}@keyframes marquee{0%{transform:translate(100vw)}to{transform:translate(-105%)}}.countdouwn_box{border-radius:.2rem;font-family:Barlow;width:90%;background:transparent}.countdown_cover{background-color:transparent;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.6rem}.countdown_value{display:flex;flex-direction:column;font-size:1.2rem;align-items:center;font-weight:bolder;letter-spacing:4px}.countdown_name{text-transform:uppercase;font-size:.8rem;font-weight:500;letter-spacing:.4px}.colon{font-weight:700;font-size:2rem}@media only screen and (min-width: 768px){.countdown_name{font-size:1.5rem}.countdown_value{font-size:5rem}.colon{font-size:6rem}}
