.marquee{display:flex;block-size:var(--marquee-item-height);position:relative;overflow-x:hidden}.marquee--8{--marquee-item-width:150px;--marquee-item-height:120px;--marquee-duration:15s;--marquee-items:7}.marquee__item{--marquee-item-offset:max(calc(var(--marquee-item-width) * var(--marquee-items)),calc(100% + var(--marquee-item-width)));--marquee-delay:calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);inset-inline-start:var(--marquee-item-offset);animation:go linear var(--marquee-duration) var(--marquee-delay,0s) infinite;padding-right:32px}.marquee--8 .marquee__item:first-of-type{--marquee-item-index:1}.marquee--8 .marquee__item:nth-of-type(2){--marquee-item-index:2}.marquee--8 .marquee__item:nth-of-type(3){--marquee-item-index:3}.marquee--8 .marquee__item:nth-of-type(4){--marquee-item-index:4}.marquee--8 .marquee__item:nth-of-type(5){--marquee-item-index:5}.marquee--8 .marquee__item:nth-of-type(6){--marquee-item-index:6}.marquee--8 .marquee__item:nth-of-type(7){--marquee-item-index:7}.marquee--8 .marquee__item:nth-of-type(8){--marquee-item-index:8}@keyframes go{to{inset-inline-start:calc(var(--marquee-item-width) * -1)}}@media screen and (max-width:767px){.marquee--8{--marquee-item-width:130px;--marquee-item-height:120px;--marquee-duration:35s;--marquee-items:7}}.marquee__item{position:absolute;width:var(--marquee-item-width);height:var(--marquee-item-height);display:flex;align-items:center;justify-content:center}.logo-wrap{position:relative;width:80%;height:80%}.marquee__item:after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:#d1d5db}