.trustbar-track{display:flex;align-items:center;white-space:nowrap;animation:trustbar-scroll 28s linear infinite;width:max-content}.trustbar-track:hover{animation-play-state:paused}@keyframes trustbar-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.trustbar-item{display:inline-flex;align-items:center;gap:12px;font-size:11px;font-weight:500;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.15em;padding:0 40px}.trustbar-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:rgba(255,255,255,.3);flex-shrink:0}