.step-circle{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.step-circle,.step-line{transition:all .3s ease-in-out}.step-line{height:2px;flex:1}.step-content{animation:fadeIn .4s ease-in-out;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(249,115,22,.4)}70%{box-shadow:0 0 0 10px rgba(249,115,22,0)}to{box-shadow:0 0 0 0 rgba(249,115,22,0)}}.step-circle:first-child{animation:pulse 2s infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 3rem))}}.animate-scroll{animation:scroll 30s linear infinite}