.page-progress-bar{z-index:9999;pointer-events:none;opacity:0;background-color:#e30613;width:0%;height:3px;transition:opacity .2s;position:fixed;top:0;left:0}.page-progress-bar.active{opacity:1;animation:1.2s cubic-bezier(.25,.8,.25,1) forwards progress-grow}.page-progress-bar.done{opacity:0;transition:width .15s,opacity .3s .15s;width:100%!important}@keyframes progress-grow{0%{width:0%}30%{width:45%}60%{width:70%}80%{width:85%}to{width:92%}}
