.home{text-align:center;color:#fff;background-color:#000;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100vw;height:100vh;overflow:hidden}.home .name{font-size:2.2rem;font-weight:700}.home .inner_circle,.home .outer_circle{max-width:140px;height:auto;z-index:2}.home .outer_circle{position:absolute;animation:rotation 25s linear infinite}.home .construction_text{display:flex;position:relative;margin-bottom:10px}.home .construction_text .message{font-weight:700;font-size:1rem;z-index:2;position:relative}.home .construction_text .construction_man{max-width:40px;height:auto;top:-28px;right:-24px;position:absolute;z-index:1}.home .waitlist .waitlist_message{font-weight:600;font-size:.8rem;margin-bottom:15px}.home .waitlist .email_input{background-color:hsla(0,0%,100%,.1);border:1px solid #fff;border-right:none;text-align:center}.home .waitlist .email_input:hover{background-color:hsla(0,0%,100%,.2);cursor:pointer}.home .waitlist .submit{padding:0 2px;border:1px solid #fff}.home .waitlist .submit:hover{background-color:#fff;color:#000;cursor:pointer}.rotate{animation:rotation 25s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.waitlist .waitlist_message{font-weight:600;font-size:.8rem;margin-bottom:15px}.waitlist .email_input{background-color:hsla(0,0%,100%,.1);border:1px solid #fff;border-right:none;text-align:center}.waitlist .email_input:hover{background-color:hsla(0,0%,100%,.2);cursor:pointer}.waitlist .submit{padding:0 2px;border:1px solid #fff}.waitlist .submit:hover{background-color:#fff;color:#000;cursor:pointer}