.maintenance-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.maintenance-image{margin-bottom:2rem;animation:float 6s ease-in-out infinite}.maintenance-title{color:#181818;margin-bottom:1rem;font-weight:600}.maintenance-description{color:rgba(41,41,41,.7);margin-bottom:2rem}.maintenance-animation{display:flex;justify-content:center;margin-top:2rem}.dot-pulse{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:#2e2e2e;color:#2c2c2c;box-shadow:9999px 0 0 -5px;animation:dot-pulse 1.5s linear infinite;animation-delay:.25s}.dot-pulse:after,.dot-pulse:before{content:"";display:inline-block;position:absolute;top:0;width:10px;height:10px;border-radius:5px;background-color:#424242;color:#1b1b1b}.dot-pulse:before{box-shadow:9984px 0 0 -5px;animation:dot-pulse-before 1.5s linear infinite;animation-delay:0s}.dot-pulse:after{box-shadow:10014px 0 0 -5px;animation:dot-pulse-after 1.5s linear infinite;animation-delay:.5s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}60%,to{box-shadow:9984px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}60%,to{box-shadow:10014px 0 0 -5px}}