.div-loading{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:white;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.div-loading img{height:auto;margin-bottom:20px}.div-loading>div{display:flex;align-items:center;justify-content:center}.div-loading>div img{width:60%;max-width:450px;height:auto;object-fit:cover}.loader{display:inline-block;border-top:4px solid #ffdf00;border-right:4px solid transparent;animation:rotation 1s linear infinite;margin-top:20px}.loader,.loader:after{width:48px;height:48px;border-radius:50%;box-sizing:border-box}.loader:after{content:"";position:absolute;left:0;top:0;border-left:4px solid #5fcd6f;border-bottom:4px solid transparent;animation:rotation .5s linear infinite reverse}.titleLoading{font-family:Space Grotesk;font-size:25px}@media (max-width:900px){.titleLoading{font-size:15px}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}