.container{width:100%;padding-right:1%;overflow:hidden}.container .text{position:relative;color:#ed0101;font-size:6vh;font-weight:600}.container .text.first-text{color:#fff}.text.sec-text:before{width:100%;background-color:#131a25;animation:typing 1s steps(10) forwards,removeMask 0s linear 1s forwards}.text.sec-text:after,.text.sec-text:before{content:"";position:absolute;top:0;left:0;height:100%}.text.sec-text:after{border-left:2px solid #4070f4;animation:cursorMove 1s steps(10) forwards,cursorFlash .7s infinite}@keyframes cursorMove{to{left:100%}}@keyframes typing{to{left:100%}}@keyframes cursorFlash{0%,to{opacity:1}50%{opacity:0}}@keyframes removeMask{to{opacity:0;visibility:hidden}}.clip-chevron{clip-path:polygon(0 10%,50% 0,100% 10%,100% 100%,0 100%)}