.lms-section{background-color:#fff}.lms-section .lms-label{margin-bottom:12px}.lms-section .lms-band{border-bottom:1px solid #e4ebf2;border-top:1px solid #e4ebf2;overflow:hidden;padding:15px 0;position:relative}.lms-section .lms-band:after,.lms-section .lms-band:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:66px;z-index:2}.lms-section .lms-band:before{background-image:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));left:0}.lms-section .lms-band:after{background-image:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));right:0}.lms-section .lms-track{align-items:center;animation-iteration-count:infinite;animation-timing-function:linear;display:flex;width:max-content}.lms-section .lms-track--x2{animation-name:lms-marquee-x2}.lms-section .lms-track--x3{animation-name:lms-marquee-x3}.lms-section .lms-track--x4{animation-name:lms-marquee-x4}.lms-section .lms-track--x6{animation-name:lms-marquee-x6}.lms-section .lms-track--x8{animation-name:lms-marquee-x8}.lms-section .lms-track--slow{animation-duration:72s}.lms-section .lms-track--normal{animation-duration:51s}.lms-section .lms-track--fast{animation-duration:36s}.lms-section .lms-band:hover .lms-track{animation-play-state:paused}.lms-section .lms-cell,.lms-section .lms-set{align-items:center;display:flex}.lms-section .lms-cell{flex:0 0 204px;height:66px;justify-content:center;width:204px}.lms-section .lms-cell img{height:48px;max-width:184px;object-fit:contain;width:auto}@keyframes lms-marquee-x2{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes lms-marquee-x3{0%{transform:translateZ(0)}to{transform:translate3d(-33.3333%,0,0)}}@keyframes lms-marquee-x4{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}@keyframes lms-marquee-x6{0%{transform:translateZ(0)}to{transform:translate3d(-16.6667%,0,0)}}@keyframes lms-marquee-x8{0%{transform:translateZ(0)}to{transform:translate3d(-12.5%,0,0)}}.lms-section--rule-dashed .lms-band{border-bottom-style:dashed;border-top-style:dashed}.lms-section--rule-solid .lms-band{border-bottom-style:solid;border-top-style:solid}@media (max-width:767px){.lms-section .lms-cell{flex-basis:156px;width:156px}.lms-section .lms-cell img{height:40px;max-width:140px}}@media (prefers-reduced-motion:reduce){.lms-section .lms-track{animation:none}}