@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.w-body{display:flex;align-items:center;justify-content:center;min-height:50vh}.wrapper{display:inline-flex}.wrapper .static-txt{color:#343f4f;font-size:50px;font-weight:400}.wrapper .dynamic-txts{margin-left:15px;height:90px;line-height:90px;background:#fff;overflow:hidden}.dynamic-txts li{color:#efbb0e;list-style:none;font-size:60px;font-weight:500;animation:slide .5s steps(10) infinite}.dynamic-txts li span{position:relative}.dynamic-txts li span:before{content:"";position:absolute;height:100%;top:0;left:0;width:100%;background:#fff;border-left:2px solid #fc6d6d;animation:animate 4s steps(12) infinite}@keyframes animate{40%,60%{left:100%}to{left:100%;margin:0 -35px 0 35px}}