.webgl-content *{border:0;margin:0;padding:0}.webgl-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.background{position:fixed;width:100vw;height:100vh;left:0;top:0;background-color:#252525;translate:all .5s;}.background.complete{display:none;}.background > .logo{position:absolute;flex-direction:column;vertical-align:top;width:200px;height:200px;left:50%;margin-left:-100px;top:30%;margin-top:-100px;overflow:hidden;background-color:rgba(255,255,255,.1);}.background > .logo::before{content:' ';display:block;position:absolute;background-image:url('progressLogo.Light.png');background-repeat:no-repeat;background-size:190px 190px;background-position:5px 5px;left:0;top:0;width:200px;height:200px;opacity:.4;}.background > .logo > .item{vertical-align:top;width:99px;height:99px;margin:.5px;opacity:0;transform:rotate(45deg);transition:all .5s;background-color:#44484a;float:left;background-image:url('progressLogo.Light.png');background-repeat:no-repeat;background-size:190px 190px;}.background > .logo > .item:nth-child(1){background-position:5px 5px;}.background > .logo > .item:nth-child(2){background-position:-95px 5px;}.background > .logo > .item:nth-child(3){background-position:5px -95px;}.background > .logo > .item:nth-child(4){background-position:-95px -95px;}.background > .logo > .item.active{opacity:1;transform:rotate(0deg);}.background > .progress{position:absolute;width:80vw;height:90px;left:10vw;bottom:25vw;font-size:2rem;}.background > .progress .alert,.background > .progress .label{width:100%;height:36px;line-height:36px;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#909090;font-size:2rem; margin-bottom: .8rem}.background > .progress .progress-bar{position:relative;height:45px;width:100%;box-sizing:border-box;border:1px solid #ff7300;background-color:transparent;margin:5px 0;border-radius:40px;text-align:center;line-height:45px;overflow:hidden;font-size:.8rem;}.background > .progress .progress-bar .percent{position:absolute;width:30px;height:20px;top:0;left:50%;margin-left:-15px;z-index:1001;text-align:center;color:#fff; font-size: 1.8rem}.background > .progress .progress-bar .progress-value{position:absolute;height:45px;width:0;left:0;top:0;background-color:#ff7300;border-radius:20px;z-index:1000;}.background > .progress .alert{text-align:center;}@media (min-width: 768px) {  .background > .progress {bottom: 15vh;}  }