.pay-marquee{container-type:inline-size;direction:ltr;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);overflow:hidden;width:100%}.pay-marquee__track{animation:pay-marquee-scroll var(--pay-duration,40s) linear forwards;display:flex;width:-moz-max-content;width:max-content;will-change:transform}.pay-marquee:hover .pay-marquee__track{animation-play-state:paused}.pay-marquee__group{align-items:center;display:flex;gap:.375rem;padding-inline-end:.375rem}.pay-marquee__img{border-radius:.25rem;height:1.25rem;opacity:.7;transition:opacity .2s;width:auto}.pay-marquee__img:hover{opacity:1}@media(min-width:1024px){.pay-marquee__img{height:1.5rem}}@keyframes pay-marquee-scroll{0%{transform:translate(0)}to{transform:translate(min(0px,100cqw - 100%))}}@media(prefers-reduced-motion:reduce){.pay-marquee__track{animation:none}}
