.logoslider-nojs{background-color:var(--backgroundcolor);margin:0 auto;max-width:100vw;overflow-x:hidden}.logoslider-nojs .row{margin:0!important}.marquee:after,.marquee:before{display:none}.marquee{--gap:30px;overflow:hidden;padding:30px 0;position:relative;user-select:none}.marquee,.marquee__content{display:flex;gap:0;min-width:100vw}.marquee__content{flex-shrink:0;-webkit-flex-shrink:0;justify-content:space-evenly;-webkit-justify-content:space-evenly}.marquee__content .item{flex-grow:1;-webkit-flex-grow:1;max-height:100px;max-width:100px;transition:all .2s linear;-webkit-transition:all .2s linear}@media (min-width:900px){.marquee__content .item{max-height:160px;max-width:160px;padding:15px}.marquee__content .item:hover img{box-shadow:0 5px 20px rgba(0,0,0,.15);transform:scale(1.05)}}.marquee__content .item img{aspect-ratio:1;border-radius:unset;height:auto;margin:auto;max-width:100%;object-fit:contain}@keyframes scroll{0%{transform:translateX(0);-webkit-transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)));-webkit-transform:translateX(calc(-100% - var(--gap)))}}.marquee__content{animation:scroll 30s linear infinite;transition:all .2s linear;-webkit-transition:all .2s linear}@media (min-width:1600px){.marquee__content{animation:scroll 50s linear infinite;transition:all .2s linear;-webkit-transition:all .2s linear}}@media (min-width:900px){.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}}.marquee--fit-content{max-width:fit-content}.marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs;left:0;position:absolute;top:0}@keyframes scroll-abs{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}.marquee__content>*{flex:0 0 auto}