body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#000}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:12px;height:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.8);background-color:#000}::-webkit-scrollbar-thumb{background-color:#3d3d3d;border-radius:3px}.marquees-wrapper{--marquee-text-size:4rem;position:relative;width:100%;background-repeat:no-repeat;background-size:cover;overflow-x:hidden;background-color:#000}.marquee{--gap:1rem;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{flex-shrink:0;justify-content:space-around;min-width:100%}.scroll{animation:scroll 200s linear infinite}.marquee:first-child .scroll{animation-direction:reverse}.marquee:nth-child(3) .scroll{animation-duration:100s;animation-direction:reverse}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}