.gallery{color:#fff;background:#111;align-self:stretch;width:100%;padding:80px 0;overflow:hidden}.gallery__viewport{width:100%;overflow:hidden}.gallery__track{will-change:transform;align-items:center;gap:20px;width:max-content;animation:80s linear infinite gallery-scroll;display:flex}@keyframes gallery-scroll{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 10px))}}.gallery__col{flex-direction:column;flex-shrink:0;gap:20px;display:flex}.gallery__card{background:#1a1a1a;border-radius:10px;width:100%;overflow:hidden}.gallery__card img,.gallery__card video{object-fit:cover;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.gallery__track{animation:none}}@media (max-width:809.98px){.gallery{padding:40px 0}.gallery__track{gap:12px;padding-left:20px;padding-right:20px;animation-duration:60s}.gallery__col{gap:12px;width:180px!important}.gallery__col--single .gallery__card{height:220px!important}.gallery__col--pair .gallery__card{height:160px!important}}
