.marquee-content{animation:scroll-left 15s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.marquee-container{width:100%;overflow:hidden;white-space:nowrap}.vertical-curve{height:100%;aspect-ratio:331/1355;background:rgba(255,255,255,.5);-webkit-clip-path:url(#clip-vertical-curve);clip-path:url(#clip-vertical-curve);filter:drop-shadow(0 4px 10px rgba(0,0,0,.07));display:grid;place-items:center;overflow:hidden}