.loading{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;justify-content:center;align-items:center;flex-direction:column}.loading__orange-container{margin:5rem;margin-bottom:0}.loading__orange-image{width:100px;height:100px}.loading__progress{background:linear-gradient(to right, #ff7e00, #ffbb00);padding:1rem 2rem;width:50%;height:30px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.loading__message{color:#121212;margin-top:20px;font-size:1.2rem}.loading--loaded{animation:fadeOut 1s;animation-fill-mode:forwards;pointer-events:none}.loading--preview{height:60px;background:rgba(255,255,255,.9);flex-direction:row;justify-content:flex-start;align-items:center;padding:0 20px}@keyframes fadeOut{from{opacity:1}to{opacity:0}}
