.motivational-ticker-container{overflow:hidden;width:100%;box-sizing:border-box}.motivational-ticker-content{display:inline-flex;animation:scroll-left 1000s linear infinite;will-change:transform;backface-visibility:hidden}.ticker-phrase{white-space:nowrap;flex-shrink:0}.ticker-phrase:not(:last-child):after{content:"•";margin:0 2em;vertical-align:middle}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}