/* BundleLeads Elements — v1.0.1 */
.bl-mq-viewport{overflow:hidden;width:100%;position:relative}
.bl-mq-track{display:flex;width:max-content;align-items:center;animation-name:blmqscroll;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}
.bl-mq-plate{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;border-style:solid;border-width:1px;flex:0 0 auto;transition:transform .25s ease,border-color .25s ease,background-color .25s ease}
.bl-mq-plate:hover{transform:translateY(-2px)}
.bl-mq-plate img{max-height:34px;width:auto;display:block;object-fit:contain}
.bl-mq-pausable:hover .bl-mq-track{animation-play-state:paused}
@keyframes blmqscroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.bl-mq-track{animation:none;flex-wrap:wrap;justify-content:center}}
