.truck-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;background-color:transparent;z-index:10000;transition:opacity .6s ease-out}.truck-loader.fade-out{opacity:0}.truck-wrapper{width:200px;height:100px;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:flex-end;overflow:hidden;transform:scale(.6)}.truck-body{width:130px;margin-bottom:6px;transition:transform .6s ease-out}.truck-body.truck-slide{transform:translate(200px)}.truck-svg{width:130px;height:auto;aspect-ratio:198 / 93}.truck-bounce{animation:truckBounce 1s ease-in-out infinite}@keyframes truckBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.truck-tires{width:130px;height:auto;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px;position:absolute;bottom:0;transition:transform .6s ease-out}.truck-tires.truck-slide{transform:translate(200px)}.tire-svg{width:24px;height:24px}.road{width:100%;height:1.5px;background-color:#282828;position:relative;bottom:0;align-self:flex-end;border-radius:3px;overflow:hidden;margin-top:10px}.road-line{position:absolute;width:20px;height:100%;background-color:#282828;right:-50%;border-radius:3px;border-left:10px solid white}.road-line-thin{position:absolute;width:10px;height:100%;background-color:#282828;right:-65%;border-radius:3px;border-left:4px solid white}.road-line.road-animate,.road-line-thin.road-animate{animation:roadMove 1.4s linear infinite}@keyframes roadMove{0%{transform:translate(0)}to{transform:translate(-350px)}}.lamp-post{position:absolute;bottom:0;right:-90%;height:90px}.lamp-post.road-animate{animation:roadMove 1.4s linear infinite}.lamp-svg{width:100px;height:100%}.celling-loader{--cell-size: 40px;--cell-spacing: 1px;--cells: 3;--total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));display:flex;flex-wrap:wrap;width:var(--total-size);height:var(--total-size)}.celling-loader .cell{flex:0 0 var(--cell-size);margin:var(--cell-spacing);background-color:transparent;box-sizing:border-box;border-radius:4px;animation:1.5s ripple ease infinite}.celling-loader .cell.d-1{animation-delay:.1s}.celling-loader .cell.d-2{animation-delay:.2s}.celling-loader .cell.d-3{animation-delay:.3s}.celling-loader .cell.d-4{animation-delay:.4s}.celling-loader .cell:nth-child(1){--cell-color: #00FF87}.celling-loader .cell:nth-child(2){--cell-color: #0CFD95}.celling-loader .cell:nth-child(3){--cell-color: #17FBA2}.celling-loader .cell:nth-child(4){--cell-color: #23F9B2}.celling-loader .cell:nth-child(5){--cell-color: #30F7C3}.celling-loader .cell:nth-child(6){--cell-color: #3DF5D4}.celling-loader .cell:nth-child(7){--cell-color: #45F4DE}.celling-loader .cell:nth-child(8){--cell-color: #53F1F0}.celling-loader .cell:nth-child(9){--cell-color: #60EFFF}@keyframes ripple{0%{background-color:transparent}30%{background-color:var(--cell-color)}60%{background-color:transparent}to{background-color:transparent}}
