@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slide-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-slide-left,.animate-slide-right{display:flex;flex-wrap:nowrap;gap:2.5rem;min-width:-moz-max-content;min-width:max-content;animation-timing-function:linear;animation-iteration-count:infinite}.animate-slide-left{animation-name:slide-left;animation-duration:100s}.animate-slide-right{animation-name:slide-right;animation-duration:105s}.typewriter{overflow:hidden;white-space:nowrap;border-right:2px solid #fff;display:inline-block;animation:typing 6s steps(24) infinite,blink .75s step-end infinite}@keyframes typing{0%{width:0}45%{width:24ch}60%{width:24ch}to{width:0}}@keyframes blink{50%{border-color:transparent}}