.ldwyg{color:#1b1b1b;font-family:GT Walsheim,Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:100px 0}.ldwyg__inner{margin:0 auto;max-width:1240px;padding:0 36px}.ldwyg__grid{align-items:center;display:grid;gap:80px;grid-template-columns:2fr 3fr}.ldwyg__stage,.ldwyg__stage-wrap{position:relative;width:100%}.ldwyg__stage{margin-bottom:80px;min-height:480px;overflow:visible}.ldwyg__card{background:#fff;border-radius:22px;display:flex;flex-direction:column;inset:0;overflow:hidden;position:absolute;transform-origin:center top;will-change:opacity,transform}.ldwyg__card--1{animation:ldwyg-card1 21s cubic-bezier(.22,1,.36,1) infinite}.ldwyg__card--2{animation:ldwyg-card2 21s cubic-bezier(.22,1,.36,1) infinite}.ldwyg__card--3{animation:ldwyg-card3 21s cubic-bezier(.22,1,.36,1) infinite}@keyframes ldwyg-card1{0%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}30%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}34%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}63%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}67%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}97%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}to{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}}@keyframes ldwyg-card2{0%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}30%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}34%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}63%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}67%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}97%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}to{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}}@keyframes ldwyg-card3{0%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}30%{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}34%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}63%{opacity:.7;transform:translate(36px,28px) rotate(6deg) scale(.94);z-index:2}67%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}97%{opacity:1;transform:translate(0) rotate(0deg) scale(1);z-index:3}to{opacity:.55;transform:translate(-36px,36px) rotate(-7deg) scale(.92);z-index:1}}.ldwyg__stage-wrap:hover .ldwyg__card,.ldwyg__stage-wrap:hover .ldwyg__dot{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.ldwyg__card{animation:none}.ldwyg__card--1{opacity:1;transform:none}.ldwyg__card--2,.ldwyg__card--3,.ldwyg__dots{display:none}}.ldwyg__dots{bottom:-32px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.ldwyg__dot{background:rgba(66,28,133,.2);border-radius:999px;display:block;height:6px;width:6px}.ldwyg__dot--1{animation:ldwyg-dot1 21s cubic-bezier(.65,0,.35,1) infinite}.ldwyg__dot--2{animation:ldwyg-dot2 21s cubic-bezier(.65,0,.35,1) infinite}.ldwyg__dot--3{animation:ldwyg-dot3 21s cubic-bezier(.65,0,.35,1) infinite}@keyframes ldwyg-dot1{0%,30%{background:#421c85;width:24px}34%,to{background:rgba(66,28,133,.2);width:6px}}@keyframes ldwyg-dot2{0%,33%{background:rgba(66,28,133,.2);width:6px}37%,63%{background:#421c85;width:24px}67%,to{background:rgba(66,28,133,.2);width:6px}}@keyframes ldwyg-dot3{0%,66%{background:rgba(66,28,133,.2);width:6px}70%,96%{background:#421c85;width:24px}to{background:rgba(66,28,133,.2);width:6px}}.ldwyg__visual{align-items:center;display:flex;height:220px;justify-content:center;position:relative}.ldwyg__visual--community{background:#ffdfd5}.ldwyg__visual--events{background:#ffcfc0}.ldwyg__visual--podcast{background:#ffa970}.ldwyg__chat{display:flex;flex-direction:column;gap:8px;max-width:280px;padding:12px 18px;width:100%}.ldwyg__chat-row{align-items:center;animation:ldwyg-chat-in .6s cubic-bezier(.22,1,.36,1) forwards;display:flex;gap:8px;opacity:0}.ldwyg__chat-row--right{justify-content:flex-end}.ldwyg__chat-row:first-child{animation-delay:.1s}.ldwyg__chat-row:nth-child(2){animation-delay:.8s}.ldwyg__chat-row:nth-child(3){animation-delay:1.6s}@keyframes ldwyg-chat-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ldwyg__chat-avatar{border:2px solid #fff;border-radius:50%;flex-shrink:0;height:28px;width:28px}.ldwyg__chat-avatar--1{background:#421c85}.ldwyg__chat-avatar--2{background:#ffa970}.ldwyg__chat-avatar--3{background:#ffdfd5}.ldwyg__chat-bubble{align-items:center;background:#fff;border-radius:16px;box-sizing:border-box;display:inline-flex;gap:4px;height:28px;padding:10px 14px}.ldwyg__chat-bubble--own,.ldwyg__chat-dot{background:#421c85}.ldwyg__chat-dot{animation:ldwyg-typing 1.4s ease-in-out infinite;border-radius:50%;display:inline-block;height:6px;opacity:.35;width:6px}.ldwyg__chat-bubble--own .ldwyg__chat-dot{background:#fff}.ldwyg__chat-dot:nth-child(2){animation-delay:.2s}.ldwyg__chat-dot:nth-child(3){animation-delay:.4s}@keyframes ldwyg-typing{0%,60%,to{opacity:.3;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}.ldwyg__stat{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center}.ldwyg__stat-num{align-items:baseline;color:#421c85;display:inline-flex;font-size:88px;font-weight:500;letter-spacing:-.04em;line-height:.95}.ldwyg__counter{display:inline-block;font-variant-numeric:tabular-nums}.ldwyg__stat-suffix{font-size:72px;font-weight:500;margin-left:4px}.ldwyg__stat-label{color:#421c85;font-size:13px;font-weight:500;letter-spacing:.08em;opacity:.85;text-transform:uppercase}.ldwyg__player{align-items:center;display:flex;gap:14px}.ldwyg__player-btn{align-items:center;animation:ldwyg-player-pulse 2.4s ease-out infinite;background:#421c85;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:64px;justify-content:center;position:relative;width:64px}.ldwyg__player-btn svg{height:22px;margin-left:3px;width:22px}@keyframes ldwyg-player-pulse{0%{box-shadow:0 0 0 0 rgba(66,28,133,.45)}to{box-shadow:0 0 0 18px rgba(66,28,133,0)}}.ldwyg__player-wave{align-items:center;display:flex;gap:3px;height:36px}.ldwyg__player-wave span{animation:ldwyg-wave 1s ease-in-out infinite;background:#fff;border-radius:2px;display:block;transform-origin:center;width:3px}.ldwyg__player-wave span:first-child{animation-delay:-.2s;animation-duration:.9s;height:35%}.ldwyg__player-wave span:nth-child(2){animation-delay:-.55s;animation-duration:1.1s;height:65%}.ldwyg__player-wave span:nth-child(3){animation-delay:-.1s;animation-duration:.8s;height:50%}.ldwyg__player-wave span:nth-child(4){animation-delay:-.65s;animation-duration:1.3s;height:90%}.ldwyg__player-wave span:nth-child(5){animation-delay:-.3s;animation-duration:1s;height:75%}.ldwyg__player-wave span:nth-child(6){animation-delay:-.5s;animation-duration:.95s;height:100%}.ldwyg__player-wave span:nth-child(7){animation-delay:-.15s;animation-duration:1.2s;height:80%}.ldwyg__player-wave span:nth-child(8){animation-delay:-.35s;animation-duration:.85s;height:55%}.ldwyg__player-wave span:nth-child(9){animation-delay:-.5s;animation-duration:1.05s;height:85%}.ldwyg__player-wave span:nth-child(10){animation-delay:-.25s;animation-duration:1.15s;height:60%}.ldwyg__player-wave span:nth-child(11){animation-delay:-.45s;animation-duration:.9s;height:40%}.ldwyg__player-wave span:nth-child(12){animation-delay:-.1s;animation-duration:1s;height:70%}@keyframes ldwyg-wave{0%,to{transform:scaleY(.45)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.ldwyg__player-btn,.ldwyg__player-wave span{animation:none}}.ldwyg__body{box-sizing:border-box;flex:1;padding:28px 28px 32px;width:100%}.ldwyg__tag{color:#421c85;font-size:12px;font-weight:500;letter-spacing:.08em;margin:0 0 10px;text-transform:uppercase}.ldwyg__title{color:#000;font-size:22px;font-weight:500;line-height:1.25;margin:0 0 12px}.ldwyg__body p{color:#1b1b1b;font-size:15px;font-weight:400!important;line-height:1.6;margin:0;opacity:.8}.ldwyg__copy{width:100%}.ldwyg__eyebrow{color:#421c85;font-size:14px;font-weight:500;letter-spacing:.08em;margin-bottom:18px;text-transform:uppercase}.ldwyg__heading{margin:0 0 20px}.ldwyg__heading h1,.ldwyg__heading h2,.ldwyg__heading h3,.ldwyg__heading p{color:#000;font-size:42px;font-weight:500;letter-spacing:-.01em;line-height:1.15;margin:0}.ldwyg__lead{margin:0 0 32px}.ldwyg__lead h1,.ldwyg__lead h2,.ldwyg__lead h3,.ldwyg__lead p{color:#1b1b1b;font-size:18px;line-height:1.6;margin:0 0 12px;opacity:.82}.ldwyg__lead p:last-child{margin-bottom:0}.ldwyg__cta{background:#421c85;border-radius:999px;color:#fff!important;display:inline-block;font-size:16px;font-weight:500;line-height:1;padding:14px 26px;text-decoration:none;transition:background .25s ease}.ldwyg__cta:hover{background:#2d1259}@media (max-width:999px){.ldwyg__grid{gap:48px;grid-template-columns:1fr}.ldwyg__stage{min-height:420px;order:2}.ldwyg__copy{order:1}.ldwyg__heading h1,.ldwyg__heading h2,.ldwyg__heading h3,.ldwyg__heading p{font-size:32px}}@media (max-width:599px){.ldwyg{padding:72px 0}.ldwyg__inner{padding:0 24px}.ldwyg__stage{min-height:380px}.ldwyg__visual{height:180px}}