:root{--size:clamp(10rem,1rem + 40vmin,30rem);--gap:calc(var(--size)/14);--duration:60s;--scroll-start:0;--scroll-end:calc(-100% - var(--gap))}@media(max-width:1024px){:root{--duration:30s}}.bsg-logos--marquee .bsg-logos__wrapper{max-width:none!important}.bsg-logos--marquee .bsg-logos__group{display:flex;gap:var(--gap);mask-image:linear-gradient(var(--mask-direction,to right),transparent,#000 20%,#000 80%,transparent);overflow:hidden;user-select:none}.bsg-logos--marquee .bsg-logos__image{padding:0}@media(max-width:1024px){.bsg-logos--marquee .bsg-logos__image{padding:0 14px}}.bsg-logos--marquee .bsg-logos__logos{align-items:center;animation:scroll-x var(--duration) linear infinite;display:flex;flex-shrink:0;gap:var(--gap);justify-content:space-around;min-width:100%}.bsg-logos--marquee .bsg-logos__logos .duplicate{align-items:center;display:flex;justify-content:center}.bsg-logos__wrapper{text-align:center}.bsg-logos__heading{margin-bottom:48px}.bsg-logos__logos{display:flex;flex-wrap:nowrap;justify-content:space-evenly}@media(min-width:821px){.bsg-logos__logos{align-items:center;justify-content:space-between}}@media(max-width:1024px){.bsg-logos__image{height:fit-content;width:100px}}@media(min-width:1025px){.bsg-logos__image{height:55px;padding:10px}}.bsg-logos__image:first-of-type{padding-left:0}.bsg-logos__image:last-of-type{padding-right:0}@media(max-width:1024px){.bsg-logos__image.desktop-only{display:none}}[data-bsg-background=black] .bsg-logos__default .bsg-logos__image{height:70px}[data-bsg-background=black] .bsg-logos__custom .bsg-logos__image{height:fit-content}@keyframes scroll-x{0%{transform:translateX(var(--scroll-start))}to{transform:translateX(var(--scroll-end))}}