.sfs-ticker{background:#bfc8bd;border-bottom:1px solid #c4623a;border-top:1px solid #c4623a;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;overflow:hidden;width:100vw}.sfs-ticker__track{animation:sfs-ticker-scroll 30s linear infinite;display:flex;width:max-content}.sfs-ticker:hover .sfs-ticker__track{animation-play-state:paused}.sfs-ticker__list{align-items:center;color:#8a2f22;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:.04em;padding:19px 0;text-transform:uppercase;white-space:nowrap}.sfs-ticker__sep{color:#c4623a;padding:0 28px}@keyframes sfs-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.sfs-ticker__track{animation:none}.sfs-ticker__list{padding-left:20px}}