.hero-slide{object-fit:cover;opacity:0;width:100%;height:100%;animation:18s infinite hero-fade;position:absolute;inset:0}.hero-slide:first-child{animation-delay:0s}.hero-slide:nth-child(2){animation-delay:6s}.hero-slide:nth-child(3){animation-delay:12s}@keyframes hero-fade{0%{opacity:0}4%{opacity:1}30%{opacity:1}37%{opacity:0}to{opacity:0}}.marquee-track{width:max-content;animation:40s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
