#www-loading{z-index:10000;user-select:none;position:fixed;top:0;left:0;right:0;width:30%;min-width:370px;height:100vh;margin:0 auto;font-size:20px;transition:all .3s ease-in-out;text-align:center;color:#fff;display:none;flex-direction:column;justify-content:center;align-items:center}#www-loading .loading-message{margin:8px 0;font-size:1.2rem;color:#fff;text-align:left}#www-loading .loading-message ol{padding-left:1.2em}#www-loading .loading-message ol a{text-decoration:underline}#www-loading .progress{margin:0 auto;width:100%}.progress{padding:4px;background:rgba(0,0,0,.25);border-radius:6px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08);box-shadow:inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08)}.progress-bar{background-color:#f9f9f9;width:0;position:relative;height:8px;border-radius:4px;-webkit-transition:.4s linear;-moz-transition:.4s linear;-o-transition:.4s linear;transition:.4s linear;-webkit-transition-property:width,background-color;-moz-transition-property:width,background-color;-o-transition-property:width,background-color;transition-property:width,background-color;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.25),inset 0 1px hsla(0,0%,100%,.1);box-shadow:0 0 1px 1px rgba(0,0,0,.25),inset 0 1px hsla(0,0%,100%,.1)}.progress-bar:after,.progress-bar:before{content:"";position:absolute;top:0;left:0;right:0}.progress-bar:before{bottom:0;background:url(stripes.png) 0 0 repeat;border-radius:4px 4px 0 0}.progress-bar:after{z-index:2;bottom:45%;border-radius:4px;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));background-image:-moz-linear-gradient(top,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));background-image:-o-linear-gradient(top,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));background-image:linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05))}#five:checked~.progress>.progress-bar{width:5%;background-color:#f63a0f}#twentyfive:checked~.progress>.progress-bar{width:25%;background-color:#f27011}#fifty:checked~.progress>.progress-bar{width:50%;background-color:#f2b01e}#seventyfive:checked~.progress>.progress-bar{width:75%;background-color:#f2d31b}#onehundred:checked~.progress>.progress-bar{width:100%;background-color:#86e01e}