@import"https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box}body{margin:0;padding:0;background-color:#fff;font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}main{padding:0;margin:0}header{position:fixed;top:1rem;left:1rem;right:1rem;z-index:100;padding:1rem}.burger-menu{z-index:100;position:relative;cursor:pointer;width:30px;height:30px;margin-left:auto;background:none;border:none;padding:0}.burger-menu span{display:block;position:absolute;height:3px;width:100%;background:#000;border-radius:3px;transition:all .3s ease}.burger-menu span:nth-child(1){top:0}.burger-menu span:nth-child(2){top:50%;transform:translateY(-50%)}.burger-menu span:nth-child(3){bottom:0}header.menu-open .burger-menu span:nth-child(1){transform:rotate(45deg);top:50%}header.menu-open .burger-menu span:nth-child(2){opacity:0}header.menu-open .burger-menu span:nth-child(3){transform:rotate(-45deg);top:50%}nav{position:fixed;top:0;left:0;display:flex;width:100%;height:100vh;background:#fff;padding:5rem 2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99}@media(max-width:768px){nav{background:#fffffff9}}nav.active{opacity:1;visibility:visible}nav ul{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;list-style:none;padding:0}nav ul li{margin:1.5rem 0;list-style:none}nav ul li a{font-size:1.2rem;text-decoration:none;color:#000;transition:opacity .3s ease}nav ul li a:hover{opacity:.7}.wt-stage{position:relative;width:100%;min-height:100vh;background:linear-gradient(135deg,#1a237e,#0d47a1,#01579b);display:flex;align-items:center;justify-content:center;overflow:hidden}.wt-stage__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff26;mix-blend-mode:soft-light;z-index:1}.wt-stage__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;height:100%;width:100%}.wt-stage__mask{position:relative;width:100vw;max-width:1200px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem}.wt-stage__text-group{display:flex;flex-direction:column;justify-content:center;flex:1;width:100%}.wt-stage__logo{font-size:clamp(4rem,10vw,8rem);font-weight:900;line-height:1;margin-bottom:1rem;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.2);align-self:flex-start}.wt-stage__headline{max-width:100%;text-align:left;color:#fff;font-size:7.5rem;font-weight:900;line-height:1;margin:0 0 16rem;text-shadow:0 2px 20px rgba(0,0,0,.3);align-self:flex-start}.rotating-text-wrapper{display:inline-block;position:relative;min-width:min(1000px,90vw)}.rotating-text{display:inline-block;color:#ffef8a;font-weight:900;animation:rotateIn .5s ease-in-out}@keyframes rotateIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.wt-stage__mask{padding:4rem}.wt-stage__logo{font-size:8rem}.wt-stage__handwriting{font-size:2.5rem}}@media(max-width:768px){.wt-stage__headline{font-size:clamp(3.8rem,12vw,4.5rem);margin:0 0 8rem}.rotating-text-wrapper{min-width:280px;max-width:75%}.wt-stage__badges{margin:2.5rem 0 1rem}}.wt-stage__badges{display:flex;gap:1rem;margin-top:auto;margin-bottom:1rem;flex-wrap:nowrap;justify-content:center;align-items:center;width:100%;z-index:10}.wt-app-store-badge{display:inline-block;flex-shrink:0}.wt-app-store-badge img{height:38px;width:auto;display:block;object-fit:contain;font-weight:700}@media(min-width:768px){.wt-app-store-badge img{height:4rem}}.wt-stage__cta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;margin:0;padding:0;align-self:center;width:100%}.wt-stage__arrow{width:40px;height:50px;opacity:.9;flex-shrink:0}@media(min-width:768px){.wt-stage__arrow{width:50px;height:60px}}.wt-stage__handwriting{font-family:Gaegu,cursive,Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;opacity:.9}@media(min-width:768px){.wt-stage__handwriting{font-size:2rem}}footer{text-align:center;padding:0;position:fixed;bottom:16px;left:0;right:0;z-index:10}footer p{margin:0 auto;font-size:12px;opacity:.7;color:#fff}.session-datetime:before{content:attr(data-date)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f2942,#1a365d,#2c5282);background-attachment:fixed;color:#fff;min-height:100vh}
