.bc-progressbar{margin:2rem 20%;overflow:hidden;position:relative}.bc-progressbar span{display:block;height:100%}.bc-progressbar__digit{font-size:.8rem;left:.5rem;position:absolute}.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}to{width:100%}}@-moz-keyframes progressBar{0%{width:0}to{width:100%}}