.marquee__title{justify-content:flex-start}@media screen and (max-width:1024px){.marquee__title{margin-bottom:40px}}.marquee__title p{margin-bottom:0}.marquee__wrapper{text-align:center;overflow:hidden}@media screen and (min-width:1025px){.marquee__wrapper{margin-right:-1.968vw}}.marquee__block{position:relative;display:flex;align-items:center;height:101px;width:calc((186px + 80px) * var(--total-marquee-items));overflow:hidden;margin:0 auto 0;box-sizing:border-box}@media screen and (max-width:1024px){.marquee__block{width:calc((186px + 40px) * var(--total-marquee-items))}}.marquee__inner{position:absolute;display:flex;width:200%;animation:marqueeLeft 60s linear infinite}.marquee__inner:hover{animation-play-state:paused}.marquee__items{display:flex;align-items:center;width:50%}.marquee__item{min-width:186px;height:101px;display:flex;align-items:center;justify-content:center;margin:0 calc(80px / 2);transition:all 0.2s ease-out}@media screen and (max-width:1024px){.marquee__item{margin:0 20px}}.marquee__item img{width:100%;height:100%;object-fit:cover}@keyframes marqueeLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}