<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.brand-carousel{overflow:hidden;position:relative;width:100%}.brand-carousel .brand-carousel__track{align-items:center;animation:scroll 30s linear infinite;column-gap:min(max(2.1875rem,8.33333vw),11.25rem);display:flex;width:max-content}.brand-carousel .brand-carousel__item{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.brand-carousel .brand-carousel__item .brand-carousel__item-image{height:100%;object-fit:contain;width:auto}.brand-carousel .brand-carousel__item .brand-carousel__item-image img{height:100%;object-fit:contain;width:auto}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
</pre></body></html>