.marquee{overflow:hidden;width:100%;padding-top:16px}.marquee__track{display:flex;flex-wrap:nowrap;animation:marquee 20s linear infinite}.marquee__item{flex:0 0 auto;margin-right:32px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media (min-width:768px){.hero-grid{grid-template-columns:1fr 1fr!important}}.hero-image{width:90%;height:auto;max-width:600px;border-radius:var(--radius-l);-o-object-fit:cover;object-fit:cover;margin-left:5rem}@media (max-width:768px){.hero-image{margin-left:0;margin-top:2rem}}