body,html{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;font-family:stratos,sans-serif;font-size:10px}#app,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:90vh}#app{text-align:center;color:#222;width:100%;max-height:90vh}.home{height:100%}.home__logo{position:relative;margin:0 auto;width:90%;max-width:70vh;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.home__logo{max-width:90%}}.home__logo-img{position:relative;width:100%;height:auto}.home__banner{font-size:3rem;line-height:1.1em;font-weight:300;margin-top:2rem;text-transform:uppercase}@media (max-width:768px){.home__banner{font-size:2.5rem;max-width:60%}}.home__emailsignup{width:90%;max-width:400px;margin:3rem auto 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home__emailsignup form{width:100%}.home__input-email{font-family:inherit;font-size:16px;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0;border:none;outline:none;margin:0 auto;padding:.5em;text-align:center;color:#000;caret-color:coral}.home__input-email--disabled{pointer-events:none;opacity:0}.home__input-email+div{position:relative;margin:0 auto;height:2px;width:200px;background-color:#000;-webkit-transition:all .2s ease;transition:all .2s ease}.home__input-email::-webkit-input-placeholder{-webkit-transition:color .2s ease;transition:color .2s ease;color:#000}.home__input-email::-moz-placeholder{-moz-transition:color .2s ease;transition:color .2s ease;color:#000}.home__input-email:-ms-input-placeholder{-ms-transition:color .2s ease;transition:color .2s ease;color:#000}.home__input-email::-ms-input-placeholder{-ms-transition:color .2s ease;transition:color .2s ease;color:#000}.home__input-email::placeholder{-webkit-transition:color .2s ease;transition:color .2s ease;color:#000}.home__input-email:focus{-webkit-box-shadow:unset;box-shadow:unset}.home__input-email:focus+div{width:100%;background-color:coral}.home__input-email:focus::-webkit-input-placeholder{color:#e6e6e6}.home__input-email:focus::-moz-placeholder{color:#e6e6e6}.home__input-email:focus:-ms-input-placeholder{color:#e6e6e6}.home__input-email:focus::-ms-input-placeholder{color:#e6e6e6}.home__input-email:focus::placeholder{color:#e6e6e6}.home__input-button-holder{width:100%;height:50px;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.home__input-button{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:80px;height:80px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;border:unset;border-radius:100%;outline:none;background-color:coral;padding:.5em;font-family:inherit;font-size:14px;font-weight:500;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0}.home__input-button--active{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.home__input-msg{position:relative;font-size:13px;line-height:1.3em;width:100%;margin:.5em;font-weight:300}.home__input-msg--loading{color:grey}.home__input-msg--error,.home__input-msg--success{color:#000}.home__socials{margin-top:3rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home__social-item{width:40px;height:40px;margin:0 18px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;border-radius:25%;overflow:hidden;cursor:pointer}@media (max-width:768px){.home__social-item{width:32px;height:32px;-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px}}.home__social-img{width:100%;height:100%}