:root{--marquee-width:100vw;--marquee-height:20vh;--marquee-elements-displayed:8;--marquee-element-width:calc(var(--marquee-width)/var(--marquee-elements-displayed));--marquee-animation-duration:calc(var(--marquee-elements)*2s)}.marquee-wrapper{overflow:hidden}.marquee-wrapper .hdg{font-size:20px;font-weight:500;line-height:120%;margin-bottom:20px;text-align:center}.marquee{margin:0 auto;overflow:hidden;position:relative;width:var(--marquee-width)}.marquee:after,.marquee:before{content:"";height:100%;position:absolute;top:0;width:10rem;z-index:1}.marquee:before{background:linear-gradient(90deg,#fff 0,transparent);left:0}.marquee:after{background:linear-gradient(270deg,#fff 0,transparent);right:0}.marquee-content{animation:scrolling var(--marquee-animation-duration) linear infinite;display:flex;height:100%;list-style:none}.marquee-content:hover{animation-play-state:paused}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-element-width)*-1*var(--marquee-elements)))}}.marquee-content{margin:0;padding:0}.marquee-content li:before{display:none}.marquee-content li{display:flex;flex-direction:column;flex-shrink:0;gap:10px;max-height:100%;padding:0 10px;white-space:nowrap;width:var(--marquee-element-width)}.country-platform{display:flex;font-size:13px;gap:8px;justify-content:center;padding:0}.country-platform .sep{background:#ddd;width:1px}ul.marquee-content li .img-wrap{align-items:center;display:flex;height:100px;justify-content:center;max-width:100%}ul.marquee-content li img{filter:grayscale(100%);height:auto;max-height:100%;object-fit:contain;width:100%}@media (max-width:1180px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:16vh;--marquee-elements-displayed:5}.marquee:after,.marquee:before{width:5rem}}@media (max-width:991px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:16vh;--marquee-elements-displayed:4}.marquee:after,.marquee:before{width:5rem}}@media (max-width:600px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:16vh;--marquee-elements-displayed:3}.marquee:after,.marquee:before{width:5rem}}@media (max-width:480px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:16vh;--marquee-elements-displayed:3}.marquee:after,.marquee:before{width:3rem}}