.temp-hero{display:grid;grid-template-columns:1fr 1fr 1fr;min-height:100vh;width:100%}.temp-column{overflow:visible}.temp-illustration{width:100%;height:100%;object-fit:contain}.temp-center{display:flex;justify-content:center;align-items:center;margin-top:1rem}.temp-wrapper{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.temp-logo{width:500px;height:auto}.temp-date{color:var(--brown);font-family:var(--font-condensed);font-size:2rem;font-weight:700;margin:0;display:flex;flex-direction:column;align-items:center;gap:0;text-transform:uppercase}.temp-date__large{font-family:NohemiBold;font-size:8rem;font-weight:400;margin-bottom:-20px}.temp-date .text-red{color:var(--red);margin:0 .2rem}.temp-coming-soon{color:var(--brown);font-family:var(--font-condensed);font-size:1.4rem;margin:0;line-height:1.5rem;text-align:center;line-height:1.2;text-wrap:balance}.temp-social-links{display:flex;gap:2rem}.temp-social-links img{height:45px;transition:all .3s ease-in-out}.temp-social-links img:hover{scale:1.1;transition:all .3s ease-in-out}.temp-legal{font-size:.8rem;text-align:center}.temp-legal p{font-size:1rem}.mobile-illustration{display:none}@media(max-width:768px){.temp-hero{grid-template-columns:1fr}.temp-column:not(.temp-center){display:none}.mobile-illustration{position:absolute;display:block;width:100%;object-fit:contain;z-index:-1;bottom:0}.temp-hero{flex-direction:column}.temp-column{flex:0;width:100%}.temp-center{flex:1;padding:2rem}.temp-logo{max-width:90%}.temp-date__large{font-size:6rem;margin-bottom:-15px}.temp-date{font-size:1.5rem}.temp-coming-soon{font-size:1.25rem}}