.ticker{background:#fff949;border-bottom:1px solid #f2ec3e;border-top:1px solid #f2ec3e;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.ticker-inner{animation:ticker-scroll 30s linear infinite;min-width:max-content;width:max-content}.ticker-inner,.ticker-item{align-items:center;display:flex}.ticker-item{border-right:1px solid rgba(31,31,31,.1);color:#1f1f1f;font-family:Barlow Condensed,sans-serif;font-size:15px;font-weight:700;letter-spacing:.9px;line-height:24px;padding:16px 28px;text-transform:uppercase;white-space:nowrap}.ticker-dot{background:rgba(31,31,31,.22);border-radius:50%;flex-shrink:0;height:5px;margin-left:28px;width:5px}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1199px){.ticker-item{font-size:14px;line-height:22px;padding:15px 24px}.ticker-dot{margin-left:24px}}@media (max-width:991px){.ticker-inner{animation-duration:27s}.ticker-item{font-size:14px;letter-spacing:.8px;line-height:22px;padding:14px 22px}.ticker-dot{margin-left:22px}}@media (max-width:767px){.ticker-inner{animation-duration:24s}.ticker-item{font-size:13px;letter-spacing:.7px;line-height:21px;padding:13px 19px}.ticker-dot{height:4px;margin-left:19px;width:4px}}@media (max-width:479px){.ticker-inner{animation-duration:21s}.ticker-dot{margin-left:16px}}