#home{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;display:flex;flex-direction:column;height:auto;min-height:100vh;text-align:center;width:100%}.loading-dots{align-items:center;display:flex;height:100px;justify-content:center}.loading-dots span{animation:bounce 1.5s ease-in-out infinite;background-color:#3498db;border-radius:50%;height:8px;margin:0 5px;width:8px}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pc-only{display:block}.mobile-only{display:none}@media screen and (max-width:767px){.pc-only{display:none}.mobile-only{display:block}}
