@import url(https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0e12;font-family:Karla,sans-serif}#root{height:100vh}.container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;width:100%}@media (min-width:768px){.container{margin:0 auto}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1350px}}.progress-section{padding:450px 0 100px 700px;position:relative}.info{flex:48% 1;max-width:48%}.item{display:-ms-box;display:flex;justify-content:space-between}.item p{-webkit-animation:showText .5s linear 1s forwards;animation:showText .5s linear 1s forwards;color:#fff;font-size:16px;font-weight:600;line-height:22px;opacity:1}.progress-line{background-color:#d8d8d8;border-radius:50px;height:10px;margin-top:7px;position:relative;width:100%}.progress-line span{-webkit-animation:animate 1s cubic-bezier(1,0,1,1) forwards;animation:animate 1s cubic-bezier(1,0,1,1) forwards;background-color:#0467fc;border-radius:50px;height:100%;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:all 1s}.progress-line span.animate{-webkit-animation:animate 1.5s cubic-bezier(1,0,1,1) .5s forwards;animation:animate 1.5s cubic-bezier(1,0,1,1) .5s forwards}@-webkit-keyframes showText{to{opacity:1}}@keyframes showText{to{opacity:1}}@-webkit-keyframes animate{to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes animate{to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
/*# sourceMappingURL=main.e5099bc9.css.map*/