.bc-progressbar{position:relative;overflow:hidden;margin:2rem 20%}.bc-progressbar span{display:block;height:100%}.bc-progressbar__digit{position:absolute;left:.5rem;font-size:.8rem}.bc-progressbar__progress{-webkit-animation:progressBar 3s ease-in-out;-webkit-animation-fill-mode:both;-moz-animation:progressBar 3s ease-in-out;-moz-animation-fill-mode:both}@-webkit-keyframes progressBar{0%{width:0}100%{width:100%}}@-moz-keyframes progressBar{0%{width:0}100%{width:100%}}