:root{--text-block-width: 520px;--heading-font-size: 1.5rem;--heading-letter-spacing: .1em;--tagline-font-size: 1.3rem;--tagline-detail-font-size: 1.1rem}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.logo{max-width:500px;height:auto;transition:max-width .6s ease}.logo.small{max-width:200px}.text-block{display:flex;flex-direction:column;align-items:stretch;width:var(--text-block-width);max-width:90vw}.heading{font-size:var(--heading-font-size);font-weight:500;letter-spacing:var(--heading-letter-spacing);margin-top:2.5rem;white-space:nowrap;text-align:center}.chevron{opacity:.5;animation:bounce 2s infinite;transition:opacity .3s ease,max-height .3s ease,margin .3s ease;max-height:50px;margin-top:2.5rem;align-self:center}.chevron.hidden{opacity:0;max-height:0;margin-top:0;overflow:hidden}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}.content{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease,margin .6s ease;margin-top:0;align-self:stretch}.content.visible{opacity:1;max-height:500px;margin-top:2.5rem}.contact-block{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:300px}.locations{font-size:.875rem;letter-spacing:.15em;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease,margin .6s ease;margin-top:0}.locations.visible{opacity:.7;max-height:50px;margin-top:1.5rem}.tagline{font-size:var(--tagline-font-size);font-weight:400;line-height:1.6;text-align:center;margin-top:2.5rem}.tagline-sub{font-size:1rem;display:flex;justify-content:space-between;align-items:center;width:100%;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease,margin .6s ease;margin-top:0}.tagline-sub.visible{opacity:.7;max-height:50px;margin-top:2.5rem}.email{color:#fff;text-decoration:none;font-size:.875rem;cursor:pointer;letter-spacing:.15em;align-self:center;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease,margin .6s ease;margin-top:0}.email.visible{opacity:1;max-height:50px;margin-top:2.5rem}.email:hover{opacity:.7}.footer{padding:0;font-size:.875rem;opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease,padding .6s ease}.footer.visible{opacity:.6;max-height:100px;padding:2rem}@media (max-width: 580px){:root{--text-block-width: 90vw;--heading-font-size: 1rem;--heading-letter-spacing: .08em;--tagline-font-size: .9rem}.container{padding:1rem}.heading{white-space:normal;text-align:center}.tagline{font-size:.85rem;line-height:1.5}.logo{max-width:300px}.logo.small{max-width:150px}.locations,.email,.footer{font-size:.7rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Zalando Sans Expanded,sans-serif;background-color:#000;color:#fff}
