*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{font-family:var(--font-family-sans);background-color:#fff;color:#171717;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;background:none;border:none;cursor:pointer;color:inherit}ul,ol{list-style:none}img,svg{display:block;max-width:100%}:root{--color-white: #ffffff;--color-black: #000000;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--color-gray-300: #d4d4d4;--color-gray-400: #a3a3a3;--color-gray-500: #737373;--color-gray-600: #525252;--color-gray-800: #262626;--color-gray-900: #111111;--color-accent-red: #ff0000;--color-reveal-green: #83FFA0;--color-reveal-purple: #C5BAFF;--color-reveal-blue: #1681FA;--color-reveal-red: #FF5151;--color-white-5: rgba(255, 255, 255, .05);--color-white-10: rgba(255, 255, 255, .1);--color-white-20: rgba(255, 255, 255, .2);--color-white-30: rgba(255, 255, 255, .3);--color-white-50: rgba(255, 255, 255, .5);--color-white-70: rgba(255, 255, 255, .7);--bg-primary: var(--color-gray-50);--bg-secondary: var(--color-white);--text-primary: var(--color-gray-900);--text-secondary: var(--color-gray-500);--text-placeholder: var(--color-gray-400);--border-subtle: var(--color-gray-200);--border-focus: var(--color-gray-800);--btn-bg: var(--color-gray-100);--btn-bg-hover: var(--color-gray-200);--btn-text: var(--color-gray-900);--link-color: var(--color-gray-900);--link-hover: var(--color-gray-600);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-8: 48px;--space-10: 64px;--space-12: 80px;--space-16: 128px;--max-width-text: 960px;--max-width-layout: 2400px;--width-layout-preferred: 75vw;--header-height: 64px;--footer-height: 64px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 28px;--radius-xl: 40px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--size-avatar: 96px;--size-icon-lg: 48px;--size-icon-sm: 24px;--size-dot: 3px;--size-progress-ring: 18px;--size-progress-ring-sm: 9px;--z-base: 0;--z-sticky: 100;--z-overlay: 9000;--z-modal: 9999;--color-pastel-pink: #FEE2E2;--color-pastel-blue: #E0F2FE;--color-pastel-green: #DCFCE7;--color-pastel-yellow: #FEF9C3;--color-pastel-purple: #F3E8FF;--color-pastel-orange: #FFEDD5;--color-pastel-stone: #FAFAF9;--color-pastel-lime: #ECFCCB;--karaoke-accent-duration: .05;--karaoke-accent-stagger: .02;--karaoke-crossfade-duration: .4;--karaoke-crossfade-stagger: .02;--karaoke-crossfade-delay: .15;--karaoke-element-duration: .4;--karaoke-element-stagger: .1;--karaoke-element-delay: .2}:root{--font-family-sans: "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--text-size-large: clamp(32px, 5vw + 1rem, 64px);--text-line-height-large: 1.3;--text-size-small: 14px;--text-line-height-small: 1.5}@media(max-width:960px){:root{--text-size-large: clamp(24px, 4vw + .5rem, 48px)}}@media(max-width:640px){:root{--text-size-large: 20px;--text-size-small: 14px}}.text-large{font-family:var(--font-family-sans);font-size:var(--text-size-large);line-height:var(--text-line-height-large);font-weight:var(--font-weight-medium);color:var(--text-primary);letter-spacing:-.02em;text-wrap:pretty;font-kerning:none;text-rendering:optimizeSpeed}.text-small{font-family:var(--font-family-sans);font-size:var(--text-size-small);line-height:var(--text-line-height-small);font-weight:var(--font-weight-regular);color:var(--text-secondary);text-wrap:pretty}.weight-regular{font-weight:var(--font-weight-regular)}.weight-medium{font-weight:var(--font-weight-medium)}.weight-semibold{font-weight:var(--font-weight-semibold)}.color-primary{color:var(--text-primary)}.color-secondary{color:var(--text-secondary)}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:2px}.shimmer-card{position:relative;transition:all .3s ease;border:1px solid transparent;border-radius:var(--radius-md);-webkit-corner-shape:superellipse(1.5);corner-shape:superellipse(1.5);overflow:hidden}.shimmer-card:hover{background-color:var(--color-white-5);border-color:var(--color-white-20);box-shadow:0 4px 20px #0000000d}.shimmer-card:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);transform:skew(-20deg);transition:none;pointer-events:none}.shimmer-card:hover:before{animation:shimmer .8s}@keyframes shimmer{0%{left:-100%}to{left:200%}}html,body{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:none}body.transitions-ready{transition:background-color .4s ease,color .4s ease}body.theme-override-black{--bg-primary: #000000;--text-primary: #ffffff;--text-secondary: #a3a3a3;--text-placeholder: #737373;--bg-secondary: #121212;--border-subtle: #262626;--link-color: #ffffff;--link-hover: #d4d4d4;--btn-bg: var(--color-gray-800);--btn-bg-hover: var(--color-gray-600);--btn-text: #ffffff;background-color:#000;color:#fff;--pill-bg: rgba(30, 30, 30, .85);--pill-bg-hover: rgba(40, 40, 40, .95)}.Preloader-module__overlay{position:fixed;inset:0;z-index:9999;background-color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:all}.Preloader-module__overlayHidden{display:none}.Preloader-module__counterWrapper{overflow:hidden;line-height:1}.Preloader-module__counter{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;font-weight:500;color:#000;font-variant-numeric:tabular-nums;display:block}.AnimatedText-module__container{display:block}.AnimatedText-module__line{display:block;overflow:hidden}.AnimatedText-module__wordMask{display:inline-block;overflow:hidden;vertical-align:bottom}.AnimatedText-module__wordContent{display:inline-block;transform:translateY(100%);will-change:transform}.BackgroundProgress-module__container{position:fixed;bottom:var(--space-5);right:var(--space-5);width:48px;height:48px;pointer-events:none;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:visible;mix-blend-mode:difference;opacity:0;transition:opacity .5s ease}@media(max-width:640px){.BackgroundProgress-module__container{bottom:var(--space-4);right:var(--space-4)}}.BackgroundProgress-module__visible{opacity:1}.BackgroundProgress-module__ring{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.BackgroundProgress-module__dot{position:absolute;width:2px;height:2px;background-color:var(--color-white);border-radius:50%;transform:rotate(var(--angle)) translateY(calc(var(--radius) * -1)) scale(var(--scale));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.InfiniteLoop-module__container,.InfiniteLoop-module__part{position:relative}.AvatarPeel-module__wrapper{position:relative;width:96px;height:96px;cursor:pointer;border-radius:50%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.AvatarPeel-module__avatar{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover;will-change:transform,clip-path;background-color:var(--color-gray-200)}.AvatarPeel-module__shadow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#000;filter:blur(8px);opacity:.1;z-index:-1;transition:opacity .3s}.AvatarPeel-module__wrapper:hover .AvatarPeel-module__shadow{opacity:.2}.Reveal-module__trigger{display:inline-flex;align-items:center;justify-content:center;position:relative;vertical-align:middle;width:.5em;height:.5em;margin:0 .1em;background-color:currentColor;border-radius:50%;appearance:none;border:none;padding:0;cursor:pointer;transform:scale(.8);transition:transform .4s cubic-bezier(.34,1.56,.64,1),background-color .2s;overflow:hidden}.Reveal-module__trigger:hover{transform:scale(1)}.Reveal-module__dotsContainer{display:flex;align-items:center;justify-content:center;gap:3px;opacity:0;width:100%;height:100%;transform:scale(.8);transition:opacity .2s .1s,transform .2s .1s}.Reveal-module__trigger:hover .Reveal-module__dotsContainer{opacity:1;transform:scale(1)}.Reveal-module__dot{width:3px;height:3px;background-color:#00000080;border-radius:50%;display:block}.Reveal-module__trigger:hover .Reveal-module__dot{animation:Reveal-module__bounce .6s ease-in-out;animation-iteration-count:2;animation-fill-mode:forwards}.Reveal-module__trigger:hover .Reveal-module__dot:nth-child(1){animation-delay:.05s}.Reveal-module__trigger:hover .Reveal-module__dot:nth-child(2){animation-delay:.15s}.Reveal-module__trigger:hover .Reveal-module__dot:nth-child(3){animation-delay:.25s}@keyframes Reveal-module__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.KaraokeText-module__karaokeContainer{display:inline;position:relative}.KaraokeText-module__word{display:inline-block;white-space:nowrap}.KaraokeText-module__char{display:inline-block}.sections-module__section{padding-bottom:var(--space-8);width:var(--width-layout-preferred);max-width:var(--max-width-layout);margin:0 auto;padding-left:var(--space-3);padding-right:var(--space-3)}.sections-module__constrainedContent{max-width:var(--max-width-text);width:100%;margin:0 auto}.sections-module__introContent{max-width:var(--max-width-text);margin:0 auto}.sections-module__intro{padding-top:var(--space-12)}.sections-module__videoContainer{width:100%;aspect-ratio:4 / 3;background-color:var(--color-gray-200);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:960px){.sections-module__videoContainer{aspect-ratio:1 / 1}}.sections-module__intro{padding-top:var(--space-12);transition:padding-top .4s ease}.sections-module__immersiveSection{width:100%!important}@media(max-width:960px){.sections-module__section{padding-bottom:var(--space-6);padding-left:var(--space-3);padding-right:var(--space-3);width:100%}.sections-module__immersiveSection{padding-left:2px!important;padding-right:2px!important}.sections-module__intro{padding-top:var(--space-8)}}.sections-module__paragraph{margin-bottom:var(--space-5)}.sections-module__avatarWrapper{margin-bottom:var(--space-6);width:100%}.sections-module__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;background-color:var(--color-gray-200)}.sections-module__sectionTitle{font-family:var(--font-family-sans);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);color:var(--text-primary);padding:0 var(--space-1);margin-bottom:var(--space-4)}.sections-module__archiveColumns{column-count:2;column-gap:var(--space-4);width:100%;transition:column-count .4s ease,column-gap .4s ease}@media(max-width:960px){.sections-module__archiveColumns{column-count:1}}.sections-module__archiveCell{display:flex;flex-direction:column;padding:var(--cell-padding, 12px);box-sizing:border-box;width:100%}.sections-module__archiveCell:first-child{padding-top:0}.sections-module__cellDivider{width:100%;height:1px;background-color:var(--border-subtle);margin-top:var(--cell-padding, 12px);display:block}.sections-module__archiveGrid{display:flex;flex-direction:row;width:100%;max-width:2700px;margin:0 auto;align-items:flex-start}.sections-module__archiveColumn{display:flex;flex-direction:column;flex:1;min-width:0}.sections-module__verticalDividerContainer{display:flex;flex-direction:column;align-items:center;width:1px;background-color:transparent;width:auto;flex-shrink:0;position:relative;box-sizing:content-box}.sections-module__verticalDividerLine{width:1px;height:100%;background-color:var(--border-subtle);display:block}.sections-module__archiveItem{display:block;width:100%;border-radius:var(--radius-lg);-webkit-corner-shape:superellipse(1.5);corner-shape:superellipse(1.5);overflow:hidden;position:relative}@media(max-width:768px){.sections-module__archiveGrid{flex-direction:column}.sections-module__archiveCell{padding:0!important;margin-bottom:var(--space-4)}.sections-module__cellDivider,.sections-module__verticalDividerContainer{display:none}.sections-module__archiveItem{border-radius:0}.sections-module__immersiveSection{padding:0!important}}.AnimatedList-module__itemWrapper{display:block;margin-bottom:var(--space-2)}.AnimatedList-module__maskWrapper{overflow:hidden;display:block}.AnimatedList-module__maskWrapperVisible{overflow:visible}.AnimatedList-module__maskContent{display:block;will-change:transform}.Links-module__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.Links-module__item{display:block}.Links-module__link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit;transition:opacity var(--transition-fast),background-color var(--transition-fast);padding:4px 12px 4px 4px;border-radius:12px}a.Links-module__link:hover{background-color:var(--color-white-5);opacity:1}.Links-module__link:focus-visible{outline:2px solid var(--border-focus);outline-offset:4px;border-radius:12px}.Links-module__linkContent{display:flex;align-items:center;gap:var(--space-3);min-width:0;flex:1}.Links-module__textStack{display:flex;flex-direction:column;gap:0}.Links-module__thumbnail{width:48px;height:48px;background-color:var(--color-gray-300);border-radius:var(--radius-md);-webkit-corner-shape:superellipse(1.5);corner-shape:superellipse(1.5);flex-shrink:0;overflow:hidden}.Links-module__label{color:var(--text-primary);font-weight:var(--font-weight-regular);line-height:normal}.Links-module__sub{color:var(--text-secondary);font-weight:var(--font-weight-regular)}.Links-module__meta{color:var(--text-secondary);align-self:center;font-weight:var(--font-weight-regular)}.Links-module__icon{color:var(--text-secondary);transition:transform var(--transition-fast)}a.Links-module__link:hover .Links-module__icon{transform:translate(2px,-2px);color:var(--text-primary)}.App-module__app{min-height:100dvh;position:relative}.App-module__header{position:fixed;top:var(--space-5);left:var(--space-5);right:var(--space-5);z-index:100;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.App-module__header>*{pointer-events:auto}.App-module__emailButton{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--btn-bg);border-radius:80px;color:var(--text-primary);transition:transform .2s cubic-bezier(.34,1.56,.64,1),background-color .2s}.App-module__emailButton:hover{transform:scale(1.05);background-color:var(--bg-surface-hover, #e5e5e5)}.App-module__mainContent{padding-bottom:var(--space-16)}@media(max-width:640px){.App-module__header{top:var(--space-4);right:var(--space-4)}}
