@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{--charcoal-medium: #201f1f;--charcoal-dark: #373333;--secondary-1: #a7b9f1;--font-family: "Residenz Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Residenz Grotesk Mono", "Courier New", monospace;--font-display-l: 48px;--font-display-m: 28px;--font-body-m: 18px;--font-ui-m: 16px;--font-display-l-mobile: 28px;--font-display-m-mobile: 24px;--font-body-m-mobile: 14px;--font-ui-m-mobile: 12px}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;position:relative}.logo__link{text-decoration:none;display:inline-flex}.logo{display:inline-flex;align-items:center;gap:10px;height:30px}.logo__monogram{width:auto;height:30px;flex-shrink:0}.logo__wordmark{width:auto;height:19px}.logo--monogram,.logo--wordmark{gap:0}.logo--light .logo__monogram,.logo--light .logo__wordmark{filter:brightness(0) invert(1)}.logo--dark .logo__monogram,.logo--dark .logo__wordmark{filter:brightness(0)}.menu-item{display:inline-flex;align-items:center;justify-content:center;position:relative;background:transparent;border:none;padding:0;margin:0;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.menu-item__text{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-align:center;text-transform:uppercase;white-space:nowrap;font-style:normal;transition:color .2s ease}.menu-item--default .menu-item__text{color:var(--charcoal-medium, #201f1f)}.menu-item--default:hover .menu-item__text{color:var(--secondary-1, #a7b9f1)}.menu-item--variant2 .menu-item__text{color:#f5f1e8}.menu-item--variant2:hover .menu-item__text{color:var(--secondary-1, #a7b9f1)}.menu-item:focus{outline:none}.menu-item:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:4px;border-radius:2px}@media(max-width:768px){.menu-item__text{font-size:14px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:30px 60px 20px;width:100%;background:var(--Primary-3, #F2F3FF);transition:background-color .3s ease,box-shadow .3s ease}.header--solid{background:var(--Primary-3, #F2F3FF);box-shadow:0 1px #201f1f14}.header__logo{flex-shrink:0}.header__nav{display:flex;align-items:center;gap:50px;flex-shrink:0}@media(max-width:1024px){.header{padding:24px 40px 16px}.header__nav{gap:32px}}@media(max-width:768px){.header{padding:20px 24px 16px;flex-direction:column;gap:24px;align-items:flex-start;background:var(--Primary-3, #F2F3FF)}.header__nav{gap:24px;flex-wrap:wrap}}@media(max-width:480px){.header{padding:16px 20px}.header__nav{gap:16px;width:100%;justify-content:space-between}}.mobile-header{display:flex;flex-direction:column;width:100%;background:var(--Primary-3, #F2F3FF);position:relative}.mobile-header__bar{display:flex;align-items:center;justify-content:space-between;padding:20px;width:100%;background:var(--Primary-3, #F2F3FF);position:relative;z-index:100}.mobile-header__logo{flex-shrink:0}.mobile-header__logo .logo{height:25px;gap:8px}.mobile-header__logo .logo__monogram{height:25px}.mobile-header__logo .logo__wordmark{height:15.92px}.mobile-header__toggle{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;height:19.6px;min-width:53px;transition:opacity .2s ease}.mobile-header__toggle:hover{opacity:.7}.mobile-header__toggle:focus{outline:none}.mobile-header__toggle:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:4px;border-radius:2px}.mobile-header__toggle-text{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-align:center;text-transform:uppercase;color:var(--charcoal-medium, #201F1F);white-space:nowrap}.mobile-header__menu{display:flex;flex-direction:column;gap:20px;padding:20px;width:100%;background:var(--Primary-3, #F2F3FF);animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-header__menu-item-wrapper{display:flex;align-items:flex-start}.mobile-header__menu-item{display:flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;background:transparent;text-decoration:none;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.mobile-header__menu-item:hover{background-color:#201f1f0d;opacity:.8}.mobile-header__menu-item:focus{outline:none}.mobile-header__menu-item:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:2px}.mobile-header__menu-item{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:var(--charcoal-dark, #373333);white-space:nowrap}.mobile-header--fixed{position:fixed;top:0;left:0;right:0;z-index:1000}.mobile-header--open{box-shadow:0 4px 6px #0000001a}@media(min-width:769px){.mobile-header{display:none}}@media(max-width:360px){.mobile-header__bar{padding:16px}.mobile-header__menu{padding:16px;gap:16px}}.hero-headline{display:flex;align-items:center;justify-content:center;padding:40px;background-color:var(--charcoal-medium, #201f1f);border:.5px solid var(--charcoal-medium, #201f1f);border-radius:10px}.hero-headline__text{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:40px;line-height:1.1;text-align:center;color:#fafafa;margin:0;white-space:pre-line}@media(max-width:768px){.hero-headline{padding:20px;width:100%;border-radius:5px}.hero-headline__text{font-size:28px}}@media(max-width:480px){.hero-headline{padding:20px;width:100%}.hero-headline__text{font-size:28px}}.hero{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:transparent;overflow:visible}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;height:200vh;pointer-events:none;z-index:1;overflow:visible}.hero__swirls{position:absolute;top:100px;left:50%;transform:translate(-50%);height:calc(200vh - 200px);width:auto;min-width:100vw;max-width:none;object-fit:contain}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;height:100vh;padding:120px 24px 160px}.hero__buttons{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:16px;flex-wrap:wrap;justify-content:center;z-index:3}.hero__button{display:inline-flex;align-items:center;gap:8px;padding:10px;border-radius:5px;text-decoration:none;font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;transition:all .2s ease;cursor:pointer}.hero__button--primary{background-color:var(--charcoal-medium, #201f1f);color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.hero__button--primary:hover{background-color:#fafafa;border-color:var(--charcoal-medium, #201f1f);color:var(--charcoal-medium, #201f1f)}.hero__button:hover .hero__button-arrow{transform:none}.hero__button--secondary{background-color:var(--charcoal-medium, #201f1f);color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.hero__button--secondary:hover{background-color:#fafafa;border-color:var(--charcoal-medium, #201f1f);color:var(--charcoal-medium, #201f1f)}.hero__button-text{line-height:1.4;white-space:nowrap}.hero__button-arrow{width:6px;height:6px;flex-shrink:0;transition:transform .2s ease}.hero__button:hover .hero__button-arrow{filter:none}@media(max-width:768px){.hero{min-height:100vh}.hero__swirls{top:60px;height:calc(200vh - 120px)}.hero__content{gap:0;padding:0 20px 120px;justify-content:center}.hero__buttons{position:absolute;bottom:40px;left:50%;transform:translate(-50%);flex-direction:column;width:244px;max-width:calc(100% - 40px);gap:10px}.hero__button{justify-content:center;width:100%;padding:10px;font-size:14px;font-family:Residenz Grotesk Mono,monospace;font-weight:540}}@media(max-width:480px){.hero__content{padding:0 20px 120px}.hero__buttons{bottom:40px;width:244px;gap:10px}.hero__button{font-size:14px;padding:10px}}.text-block{background:var(--charcoal-medium, #201f1f);display:flex;flex-direction:column;gap:20px;padding:40px 20px;border-radius:10px;max-width:513px}.text-block__header{display:flex;flex-direction:column;gap:18px}.text-block__number-container{position:relative;display:inline-grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;line-height:0}.text-block__arrow{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;width:8.054px;height:8px;margin-top:6px;margin-left:0}.text-block__arrow svg{display:block;width:100%;height:100%}.text-block__number{grid-area:1 / 1;font-family:Residenz Grotesk Mono,monospace;font-weight:540;font-size:16px;line-height:1.4;color:#fafafa;text-transform:uppercase;margin:0 0 0 16.11px;white-space:nowrap}.text-block .text-block__heading{font-family:Residenz Grotesk,sans-serif!important;font-weight:300!important;font-size:48px!important;line-height:1.1!important;color:#fafafa!important;max-width:357px;margin:0!important;text-transform:none!important;letter-spacing:normal!important}.text-block__body{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:18px;line-height:1.5;color:#fafafa;max-width:473px;margin:0}@media(max-width:1024px){.text-block{max-width:480px}}@media(max-width:768px){.text-block{padding:20px;gap:30px;border-radius:5px;max-width:100%}.text-block__header{gap:20px}.text-block__number{font-size:12px;margin-left:15px}.text-block__arrow{width:6px;height:6px;margin-top:3px}.text-block .text-block__heading{font-size:36px!important;max-width:315px}.text-block__body{font-size:14px;font-weight:420}}.imagine{position:relative;width:100%;min-height:100vh;background:transparent;padding:0 60px 120px}.imagine__content{position:relative;width:100%;display:flex;align-items:flex-start;justify-content:flex-start}.imagine__text-container{flex-shrink:0;z-index:10;padding-top:40px}.imagine__background,.imagine__spacer{display:none}@media(max-width:1200px){.imagine{min-height:100vh;padding:0 40px 100px}.imagine__text-container{padding-top:30px}}@media(max-width:968px){.imagine{min-height:100vh;padding:0 30px 80px}.imagine__text-container{padding-top:20px;width:100%}}@media(max-width:640px){.imagine{min-height:100vh;padding:80px 20px 40px}.imagine__text-container{padding-top:0;width:100%}}.image-and-text{display:flex;flex-direction:column;gap:20px;width:100%;position:relative}.image-and-text__image-container{position:relative;width:100%;aspect-ratio:305 / 512.922;line-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.image-and-text__layer,.image-and-text__image-wrapper,.image-and-text__border{grid-area:1 / 1}.image-and-text__layer{position:relative;margin-top:.73px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.image-and-text__clip-group{grid-area:1 / 1;position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%;height:100%;overflow:hidden;border-radius:10px}.image-and-text__background{grid-area:1 / 1;background-color:#373333;border:1px solid #f2f3ff;border-radius:10px;width:100%;height:100%}.image-and-text__graphic-container{grid-area:1 / 1;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden;border-radius:10px}.image-and-text__graphic{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.what-we-do__card--1 .image-and-text__graphic{width:120%;height:120%;object-fit:cover;object-position:left 40%}.image-and-text__image-wrapper{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden;z-index:1}.image-and-text__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.image-and-text__circle{position:absolute;top:100px;right:24px;width:48px;height:48px;background-color:#fafafa;border-radius:50%;z-index:2}.image-and-text__border{border:1px solid #f2f3ff;border-radius:10px;width:100%;height:100%;pointer-events:none;z-index:3}.image-and-text__label{display:flex;align-items:center;gap:8px;padding:10px;background-color:#fafafa;border:none;border-radius:5px;width:100%}.image-and-text__arrow{display:flex;align-items:center;justify-content:center;width:8px;height:8px;flex-shrink:0}.image-and-text__arrow-icon{display:block;width:100%;height:100%}.image-and-text__label-text{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#201f1f;white-space:nowrap;font-style:normal}.image-and-text__text{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:420;line-height:1.5;letter-spacing:0;color:#fafafa;margin:0}@media(max-width:768px){.image-and-text{max-width:100%}.image-and-text__image-container{max-width:100%;width:100%;height:auto;aspect-ratio:1 / 1}.image-and-text__layer,.image-and-text__clip-group,.image-and-text__background{height:100%}.image-and-text__label-text{font-size:12px}.image-and-text__text{font-size:14px}}@media(max-width:480px){.image-and-text{max-width:100%}.image-and-text__text{font-size:14px}}.what-we-do{position:relative;z-index:2;background-color:#201f1f;display:flex;gap:60px;align-items:flex-start;padding:50px 60px 60px;width:100%;overflow:hidden}.what-we-do__text-column{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;width:100%;max-width:613px;min-height:300px}.what-we-do__text-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.what-we-do__text-wrapper .text-block{width:100%;max-width:613px;padding:40px 20px}.what-we-do__cards-column{display:grid;grid-template-columns:repeat(2,310px);grid-template-rows:auto auto;gap:30px;width:fit-content;flex-shrink:0;margin-left:auto}.what-we-do__card--1{grid-area:1 / 1}.what-we-do__card--2{grid-area:1 / 2}.what-we-do__card--3{grid-area:2 / 1}.what-we-do__card--4{grid-area:2 / 2}.what-we-do__card{width:310px}@media(max-width:1440px){.what-we-do{gap:40px;padding:40px 40px 60px}.what-we-do__text-column,.what-we-do__text-wrapper .text-block{max-width:500px}.what-we-do__cards-column{grid-template-columns:repeat(2,280px)}.what-we-do__card{width:280px}}@media(max-width:1200px){.what-we-do{gap:30px;padding:40px 30px 60px}.what-we-do__text-column,.what-we-do__text-wrapper .text-block{max-width:400px}.what-we-do__cards-column{grid-template-columns:310px;grid-template-rows:auto;width:310px;margin-left:auto}.what-we-do__card--1,.what-we-do__card--2,.what-we-do__card--3,.what-we-do__card--4{grid-area:auto}.what-we-do__card{width:310px}}@media(max-width:768px){.what-we-do{flex-direction:column;gap:20px;padding:30px 20px}.what-we-do__text-column{max-width:100%;min-height:auto}.what-we-do__text-wrapper{position:static!important}.what-we-do__text-wrapper .text-block{max-width:613px;padding:0}.what-we-do__cards-column{display:flex;flex-direction:row;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:calc(100% + 20px);max-width:none;padding-right:20px;margin-right:-20px}.what-we-do__cards-column::-webkit-scrollbar{display:none}.what-we-do__card--1,.what-we-do__card--2,.what-we-do__card--3,.what-we-do__card--4{grid-area:auto}.what-we-do__card{width:calc(100vw - 60px);min-width:calc(100vw - 60px);max-width:calc(100vw - 60px);flex-shrink:0;scroll-snap-align:start}.what-we-do__nav{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.what-we-do__nav-button{background:var(--charcoal-medium, #201f1f);border:1px solid var(--off-white, #fafafa);border-radius:5px;height:31px;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .2s ease;color:#fafafa;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.what-we-do__nav-button:hover:not(:disabled){background:#fafafa;color:var(--charcoal-medium, #201f1f)}.what-we-do__nav-button:active:not(:disabled){transform:scale(.98)}.what-we-do__nav-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.what-we-do__nav-button:disabled{opacity:.3;cursor:not-allowed}.what-we-do__nav-button svg{display:block;flex-shrink:0}}@media(max-width:480px){.what-we-do{padding:24px 16px;gap:24px}}.elisa-graph{width:100%;height:100%;display:flex;flex-direction:column;gap:0;background:var(--charcoal-dark, #373333);border-radius:10px;overflow:visible;position:relative}.elisa-graph__controls{display:none}.elisa-graph__svg{width:100%;height:100%;display:block}.elisa-graph__curve{transition:stroke-width .2s ease}.elisa-graph__curve:hover{stroke-width:4}.elisa-graph__points circle{transition:r .2s ease,stroke-width .2s ease;cursor:pointer}.elisa-graph__points circle:hover{r:6;stroke-width:2}.elisa-graph__legend text{-webkit-user-select:none;user-select:none}@media(max-width:768px){.elisa-graph{border-radius:5px}}.key-graph{background:var(--charcoal-dark, #373333);display:flex;flex-direction:column;gap:10px;padding:50px 60px;position:relative;width:100%}.key-graph__content{display:flex;gap:60px;align-items:flex-start;width:100%}.key-graph__text-column{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;width:100%;max-width:613px;min-height:300px}.key-graph__text-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.key-graph__text-wrapper--fixed{z-index:10}.key-graph__text-block{background:var(--charcoal-dark, #373333);display:flex;flex-direction:column;gap:40px;padding:0 20px 60px;border-radius:10px;width:100%;max-width:613px;flex-shrink:0}.key-graph__header{display:flex;flex-direction:column;gap:18px;justify-content:center}.key-graph__number-container{position:relative;display:inline-grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;line-height:0}.key-graph__arrow{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;width:8.054px;height:8px;margin-top:6px;margin-left:0}.key-graph__arrow svg{display:block;width:100%;height:100%}.key-graph__number{grid-area:1 / 1;font-family:Residenz Grotesk Mono,monospace;font-weight:540;font-size:16px;line-height:1.4;color:#fafafa;text-transform:uppercase;margin:0 0 0 16.11px;white-space:nowrap}.key-graph__heading{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:48px;line-height:1.1;color:#fafafa;max-width:none;margin:0}.key-graph__body{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:18px;line-height:1.5;color:#fafafa;max-width:473px;margin:0}.key-graph__image-container{position:relative;margin-left:auto;width:100%;max-width:651px;height:651px!important;aspect-ratio:1 / 1!important;background:var(--charcoal-dark, #373333);border-radius:10px;overflow:hidden;flex-shrink:0}.key-graph__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:33px 28px}@media(max-width:1440px){.key-graph{padding:40px 40px 60px}.key-graph__content{gap:40px}.key-graph__text-column,.key-graph__text-block{max-width:500px}.key-graph__image-container{max-width:550px;height:550px!important}}@media(max-width:1200px){.key-graph{padding:40px 30px 60px}.key-graph__content{gap:30px}.key-graph__text-column,.key-graph__text-block{max-width:400px}.key-graph__image-container{max-width:450px;height:450px!important}}@media(max-width:1024px){.key-graph{padding:40px 30px}.key-graph__content{flex-direction:column;gap:40px}.key-graph__text-column{max-width:100%;min-height:auto}.key-graph__text-wrapper{position:static!important}.key-graph__text-block{max-width:613px}.key-graph__image-container{margin:0 auto;max-width:651px;height:651px!important}}@media(max-width:768px){.key-graph{padding:40px 20px;gap:20px}.key-graph__content{gap:20px}.key-graph__text-block{background:var(--charcoal-medium, #201f1f);padding:20px;gap:30px;border-radius:5px}.key-graph__header{gap:20px}.key-graph__number{font-size:12px;margin-left:15px}.key-graph__arrow{width:6px;height:6px;margin-top:3px}.key-graph__heading{font-size:36px;max-width:none}.key-graph__body{font-size:14px;font-weight:420;max-width:100%}.key-graph__image-container{max-width:100%;width:100%;height:auto!important;aspect-ratio:1 / 1!important;border-radius:5px}.key-graph__image{padding:15px;object-fit:contain}}@media(max-width:480px){.key-graph{padding:40px 20px}.key-graph__heading{font-size:36px}.key-graph__body{font-size:14px;font-weight:420}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}.research-library-card{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:300px;padding:20px;border:1px solid var(--charcoal-medium, #201f1f);border-radius:10px;box-sizing:border-box}.research-library-card--default{background:#f2f3ff;transition:background .2s ease}.research-library-card--default:hover{background:#c9d1f8}.research-library-card--variant2{background:#e1e4ff;transition:background .2s ease}.research-library-card--variant2:hover{background:#b8c3f5}.research-library-card__content{display:flex;flex-direction:column;gap:20px;width:100%}.research-library-card__name{font-family:Residenz Grotesk Mono,monospace;font-size:18px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#0d0909;white-space:nowrap}.research-library-card__divider-container{display:flex;align-items:center;gap:0;width:100%;height:8px;position:relative}.research-library-card__divider-line{flex:1;height:2px;min-width:0;margin-right:-1px;align-self:center}.research-library-card__divider-arrow{width:8px;height:8px;flex-shrink:0;margin-left:-1px;display:block;align-self:center}.research-library-card__description{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;letter-spacing:0;color:#0d0909;width:100%;max-width:580px;margin:0}.research-library-card__actions{display:flex;flex-direction:column;gap:11px;width:100%;align-self:flex-end}.research-library-card__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;align-self:flex-start;background-color:#201f1f;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.research-library-card__button:hover{background-color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.research-library-card__button:hover .research-library-card__button-text{color:var(--charcoal-medium, #201f1f)}.research-library-card__button:hover .research-library-card__button-arrow{filter:none}.research-library-card__button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.research-library-card__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.research-library-card__button-arrow{width:8px;height:8px;flex-shrink:0;display:block;filter:brightness(0) invert(1)}.research-library-card__metadata{display:flex;align-items:center;justify-content:space-between;gap:11px;width:100%;height:18px}.research-library-card__category,.research-library-card__year{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#0d0909;white-space:nowrap}@media(max-width:768px){.research-library-card{width:85vw!important;min-width:85vw;max-width:85vw;height:300px;min-height:300px;max-height:300px;padding:20px;border-radius:5px;flex-shrink:0;justify-content:flex-start;gap:0}.research-library-card__content{gap:20px;flex-shrink:0}.research-library-card__name{font-size:14px;line-height:1.4}.research-library-card__divider-container{height:8px}.research-library-card__divider-line{height:1.5px}.research-library-card__divider-arrow{width:8px;height:8px}.research-library-card__description{max-width:100%;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.research-library-card__actions{gap:20px;margin-top:auto;flex-shrink:0}.research-library-card__button{padding:10px}.research-library-card__button-text{font-size:14px}.research-library-card__button-arrow{width:6px;height:6px;transform:rotate(90deg)}.research-library-card__metadata{gap:11px;height:18px}.research-library-card__category,.research-library-card__year{font-size:12px;line-height:1.4}}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}.research-library{display:flex;flex-direction:column;gap:47px;padding:50px 60px;width:100%;background:#f2f3ff;box-sizing:border-box}.research-library__heading-wrapper{padding:0}.research-library__heading{font-family:Residenz Grotesk,sans-serif;font-weight:420;font-size:48px;line-height:1.1;letter-spacing:0;color:#0d0909;margin:0;width:100%;height:41px}.research-library__content{display:flex;flex-direction:column;gap:30px;width:100%}.research-library__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:30px;width:100%}.research-library__nav-arrows{display:none}.research-library__cta-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:328px;border:1px solid #201f1f;border-radius:10px;overflow:hidden;box-sizing:border-box}.research-library__cta-bg{position:absolute;width:1440px;height:810px;left:50%;top:50%;transform:translate(-50%,-50%) scale(1.3);transform-origin:center center;overflow:visible;pointer-events:none}.research-library__cta-bg-center{position:absolute;top:3.09%;right:23.58%;bottom:3%;left:23.58%}.research-library__cta-bg-bottom-right{position:absolute;top:37.77%;right:0;bottom:.36%;left:45.42%}.research-library__cta-bg-top-right{position:absolute;top:.05%;right:45.38%;bottom:38.09%;left:.04%}.research-library__cta-bg-top-left{position:absolute;top:.05%;right:0;bottom:38.09%;left:45.42%}.research-library__cta-bg-bottom-left{position:absolute;top:37.77%;right:45.38%;bottom:.36%;left:.04%}.research-library__cta-bg-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.research-library__cta-heading{font-family:Residenz Grotesk,sans-serif;font-weight:420;font-size:48px;line-height:1.1;letter-spacing:0;color:#201f1f;text-align:center;white-space:nowrap;position:absolute;top:71px;left:50%;transform:translate(-50%);margin:0;z-index:2}.research-library__cta-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;position:absolute;top:222px;left:50%;transform:translate(-50%);z-index:2;background-color:#201f1f;border:none;border-radius:5px;text-decoration:none;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.research-library__cta-button:hover{background-color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f);transform:translate(-50%)}.research-library__cta-button:hover .research-library__cta-button-text{color:var(--charcoal-medium, #201f1f)}.research-library__cta-button:hover .research-library__cta-button-arrow{filter:none}.research-library__cta-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.research-library__cta-button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.research-library__cta-button-arrow{width:6px;height:6px;flex-shrink:0;display:block;filter:brightness(0) invert(1);transform:rotate(90deg)}@media(min-width:1600px){.research-library__cta-bg{transform:translate(-50%,-50%) scale(1.2)}}@media(min-width:1920px){.research-library__cta-bg{transform:translate(-50%,-50%) scale(1.5)}}@media(max-width:1024px){.research-library{padding:40px 30px}}@media(max-width:768px){.research-library{padding:40px 20px;gap:20px}.research-library__heading-wrapper{padding:0 15px}.research-library__heading{font-size:36px;height:auto}.research-library__grid{display:flex;flex-direction:row;gap:20px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-left:20px;padding-right:20px;padding-bottom:1px}.research-library__grid::-webkit-scrollbar{display:none}.research-library__grid>*{width:85vw;min-width:85vw;max-width:85vw;scroll-snap-align:center;flex-shrink:0}.research-library__content{gap:20px;align-items:flex-start}.research-library__nav-arrows{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.research-library__nav-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:70px;height:31px;padding:0 10px;background-color:#201f1f;border:1px solid #fafafa;border-radius:5px;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:#fafafa}.research-library__nav-button:hover:not(:disabled){background-color:#373333}.research-library__nav-button:active:not(:disabled){transform:scale(.98)}.research-library__nav-button:disabled{opacity:.3;cursor:not-allowed}.research-library__nav-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.research-library__nav-arrow{display:block;flex-shrink:0}.research-library__cta-container{width:92vw!important;min-width:92vw;max-width:92vw;height:172px;border-radius:5px;align-self:flex-start}.research-library__cta-bg{transform:translate(-50%,-50%) scale(.5);opacity:.5}.research-library__cta-heading{font-size:24px;line-height:1.1;white-space:normal;width:100%;max-width:none;padding:0 20px;box-sizing:border-box;top:20px}.research-library__cta-heading-br{display:none}.research-library__cta-button{top:auto;bottom:20px}.research-library__cta-button-text{font-size:14px}.research-library__cta-button-arrow{width:6px;height:6px}}@media(max-width:480px){.research-library{padding:40px 20px;gap:20px}.research-library__heading{font-size:36px}.research-library__cta-heading{font-size:24px}.research-library__cta-container{width:92vw!important;min-width:92vw;max-width:92vw;height:172px}.research-library__cta-bg{transform:translate(-50%,-50%) scale(.4)}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.applications-carousel-wrapper{display:flex;align-items:center;gap:40px;width:100%;max-width:fit-content}.applications-carousel{box-sizing:border-box}.applications-carousel--pipeline-card{display:flex;flex-direction:column;gap:30px;width:calc(100vw - 120px);min-width:calc(100vw - 120px);max-width:calc(100vw - 120px);height:100%;padding:20px 20px 25px;border:1px solid var(--charcoal-medium, #201f1f);border-radius:10px;box-sizing:border-box}.applications-carousel--detail-card{display:flex;flex-direction:column;gap:10px;width:100%;max-width:625px;padding:15px;border:1px solid var(--charcoal-medium, #201f1f);border-radius:10px}.applications-carousel__header{display:flex;flex-direction:column;gap:30px;width:100%}.applications-carousel__header-content{display:flex;align-items:flex-start;justify-content:space-between;width:100%}h2.applications-carousel__title,.applications-carousel__title{font-family:Residenz Grotesk,sans-serif;font-size:40px!important;font-weight:420!important;line-height:1.1!important;letter-spacing:0!important;color:#0d0909!important;width:567px;height:37px;margin:0;flex-shrink:0}.applications-carousel__description{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:420;line-height:1.5;letter-spacing:0;color:#0d0909;width:100%;height:auto;min-height:54px;margin:0;flex-shrink:0}.applications-carousel__view-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;flex-shrink:0;background-color:var(--charcoal-medium, #201f1f);border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.applications-carousel__view-button:hover{background-color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.applications-carousel__view-button:hover .applications-carousel__view-button-text{color:var(--charcoal-medium, #201f1f)}.applications-carousel__view-button:hover .applications-carousel__view-button-arrow{filter:none}.applications-carousel__view-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.applications-carousel__view-button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.applications-carousel__view-button-arrow{width:8px;height:8px;flex-shrink:0}.applications-carousel__details{display:flex;gap:20px;align-items:stretch;justify-content:center;width:100%;flex-shrink:0}.applications-carousel__detail-card{display:flex;flex-direction:column;gap:10px;flex:1 1 0;min-width:0;padding:15px;border:1px solid var(--charcoal-medium, #201f1f);border-radius:10px;min-height:120px}.applications-carousel__detail-card-label{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#0d0909;white-space:nowrap}.applications-carousel__detail-card-description{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:420;line-height:1.5;letter-spacing:0;color:#0d0909;width:100%;min-width:100%;margin:0}.applications-carousel--detail-card .applications-carousel__detail-label{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#0d0909;white-space:nowrap}.applications-carousel--detail-card .applications-carousel__detail-description{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:420;line-height:1.5;letter-spacing:0;color:#0d0909;width:100%;min-width:100%;margin:0}.applications-carousel__actions{display:flex;gap:29px;align-items:center;flex-shrink:0;margin-top:auto}.applications-carousel__action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;flex-shrink:0;background-color:var(--charcoal-medium, #201f1f);border:none;border-radius:5px;cursor:default;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.applications-carousel__action-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.applications-carousel__action-button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.applications-carousel__scroll-indicator{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.applications-carousel__scroll-indicator:hover{background-color:#0d09090d;transform:scale(1.1)}.applications-carousel__scroll-indicator:active{transform:scale(.95)}.applications-carousel__scroll-indicator:focus-visible{outline:2px solid #0d0909;outline-offset:2px}.applications-carousel__scroll-indicator svg{display:block}@media(max-width:1200px){h2.applications-carousel__title,.applications-carousel__title{width:auto!important;max-width:100%!important;height:auto!important;flex:1!important}}@media(max-width:768px){.applications-carousel--pipeline-card{width:85vw;min-width:85vw;max-width:85vw;gap:30px;padding:20px 10px;border-radius:5px}.applications-carousel__header{gap:30px}.applications-carousel__header-content{flex-direction:column-reverse;gap:20px}h2.applications-carousel__title,.applications-carousel__title{font-size:36px!important;width:100%!important;min-height:66px!important;height:auto!important}.applications-carousel__description{font-size:16px;height:auto;min-height:50px}.applications-carousel__view-button{padding:10px}.applications-carousel__view-button-text{font-size:14px}.applications-carousel__details{flex-direction:column;gap:15px}.applications-carousel__detail-card{width:calc((85vw - 20px) / 1.05);max-width:calc((85vw - 20px) / 1.05);padding:20px;gap:10px;border-radius:5px;height:auto}.applications-carousel__detail-card-label,.applications-carousel__detail-card-description{font-size:14px}.applications-carousel--detail-card{width:100%;max-width:625px}.applications-carousel__actions{flex-direction:column;align-items:flex-start;gap:15px}.applications-carousel__action-button{padding:10px;background-color:#fafafa;border:1px solid #201f1f}.applications-carousel__action-button-text{color:#201f1f;font-size:14px}.applications-carousel__action-button:hover{background-color:#e0e0e0;transform:none;box-shadow:none}}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}.applications-page{display:flex;flex-direction:column;gap:60px;padding:50px 60px;background-color:#edeffe;width:100%;box-sizing:border-box}.applications-page__title{font-family:Residenz Grotesk,sans-serif;font-size:48px;font-weight:420;line-height:1.1;letter-spacing:0;color:#0d0909;margin:0;height:41px}.applications-page__carousel-wrapper{display:flex;flex-direction:column;width:calc(100% + 120px);margin-left:-60px;margin-right:-60px}.applications-page__carousel-container{display:flex;align-items:center;width:100%;position:relative}.applications-page__nav-button--left,.applications-page__nav-button--right,.applications-page__nav-button--end{display:none!important}.applications-page__cards-scroll{flex:1;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:20px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.applications-page__cards-scroll::-webkit-scrollbar{display:none}.applications-page__cards{display:flex;gap:15px;align-items:stretch;padding-bottom:10px;padding-left:60px;padding-right:60px}.applications-page__card-wrapper{display:flex;align-items:stretch;gap:15px;flex-shrink:0;scroll-snap-align:center}.applications-page__card-wrapper--cta{padding-right:60px}.applications-page__nav-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;background:transparent;border:none;color:#0d0909;cursor:pointer;transition:all .2s ease;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.applications-page__nav-button:hover:not(:disabled){color:#0d0909;transform:scale(1.1)}.applications-page__nav-button:active:not(:disabled){transform:scale(.95)}.applications-page__nav-button:disabled{color:#9e9e9e;cursor:not-allowed;opacity:.4}.applications-page__nav-button:focus-visible{outline:2px solid #201f1f;outline-offset:2px}.applications-page__nav-button svg{width:100%;height:100%;display:block}.applications-page__nav-button--inline{align-self:center}.applications-page__cta-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:100px;width:calc(100vw - 120px);max-width:calc(100vw - 120px);padding:60px 40px;flex-shrink:0;background-color:#201f1f;border:.5px solid #fafafa;border-radius:10px;box-sizing:border-box}.applications-page__cta-heading{font-family:Residenz Grotesk,sans-serif;font-size:48px;font-weight:420;line-height:1.1;letter-spacing:0;color:#fafafa;text-align:center;margin:0;max-width:800px}.applications-page__cta-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;background-color:#fafafa;border:1px solid #201f1f;border-radius:5px;cursor:pointer;text-decoration:none;transition:all .2s ease;outline:none}.applications-page__cta-button:hover{background-color:#a7b9f1}.applications-page__cta-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.applications-page__cta-button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#201f1f;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.applications-page__cta-button-arrow{width:8px;height:8px;flex-shrink:0;display:block}.applications-page__mobile-nav{display:none}@media(max-width:768px){.applications-page{padding:40px 20px;gap:20px}.applications-page__title{font-size:28px;height:auto;padding:0 15px}.applications-page__carousel-wrapper{gap:20px;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.applications-page__carousel-container{gap:20px}.applications-page__cards-scroll{padding:0 7.5vw;margin:0 -7.5vw;width:calc(100% + 15vw);overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.applications-page__cards-scroll::-webkit-scrollbar{display:none}.applications-page__cards{gap:20px;padding:0;padding-left:7.5vw;padding-right:calc(7.5vw + 20px);width:max-content}.applications-page__cards>*{scroll-snap-align:center;flex-shrink:0}.applications-page__card-wrapper{gap:20px}.applications-page__cards>:first-child{margin-left:-16px}.applications-page__cards>:first-child .applications-carousel--pipeline-card{width:85vw;min-width:85vw;max-width:85vw}.applications-page__nav-button--inline,.applications-page__nav-button--end{display:none}.applications-page__card-wrapper--cta{padding-right:0}.applications-page__cta-card{width:85vw;min-width:85vw;gap:40px;padding:20px;justify-content:center}.applications-page__cta-heading{font-size:32px;line-height:1.1;max-width:100%}.applications-page__cta-button{padding:10px}.applications-page__cta-button-text{font-size:14px}.applications-page__nav-button--left,.applications-page__nav-button--right{display:none}.applications-page__mobile-nav{display:flex;gap:20px;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.applications-page__mobile-nav-button{display:flex;align-items:center;justify-content:center;height:31px;padding:0 10px;background-color:#201f1f;border:1px solid #fafafa;border-radius:5px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.applications-page__mobile-nav-button:hover:not(:disabled){background-color:#3a3939}.applications-page__mobile-nav-button:active:not(:disabled){transform:scale(.95)}.applications-page__mobile-nav-button:disabled{opacity:.4;cursor:not-allowed}.applications-page__mobile-nav-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.applications-page__mobile-nav-button svg{display:block}}@media(max-width:480px){.applications-page{padding:40px 20px;gap:20px}.applications-page__title{font-size:28px}.applications-page__cta-heading{font-size:32px}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.team-card{display:flex;flex-direction:column;gap:30px;width:100%;height:100%;min-height:600px;padding:40px 20px;border-radius:10px;box-sizing:border-box}.team-card--team{background:var(--charcoal-dark, #373333)}.team-card--hiring{background:#0d0909}.team-card__header{display:flex;flex-direction:column;gap:18px;width:100%}.team-card__role{display:inline-flex;align-items:center;gap:0;position:relative;width:fit-content}.team-card__role-arrow{width:8px;height:8px;flex-shrink:0;transform:rotate(90deg);color:#fafafa;margin-top:1px}.team-card__role-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;margin-left:8px}.team-card__name{font-family:Residenz Grotesk,sans-serif;font-size:34px;font-weight:420;line-height:1.1;letter-spacing:0;color:#fafafa;width:100%;margin:0;min-height:74.8px;display:flex;align-items:flex-start}.team-card__image-container{width:100%;aspect-ratio:275 / 183;border-radius:10px;overflow:hidden;position:relative}.team-card--team .team-card__image-container{border:1px solid #fafafa}.team-card__image{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.team-card--hiring .team-card__image-container{background:#e1e4ff;border:.5px solid #201f1f}.team-card__graphic{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.team-card__graphic-svg{width:60%;height:auto;transform:rotate(270deg)}.team-card__graphic-layer{opacity:1}.team-card__description{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:420;line-height:1.5;letter-spacing:0;color:#fafafa;width:100%;margin:0}.team-card__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;width:fit-content;background-color:#201f1f;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:auto}.team-card__button:hover{background-color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.team-card__button:hover .team-card__button-text{color:var(--charcoal-medium, #201f1f)}.team-card__button:hover .team-card__button-arrow{filter:none}.team-card__button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.team-card__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.team-card__button-arrow{width:8px;height:8px;flex-shrink:0;transform:rotate(90deg);color:#fafafa}@media(max-width:768px){.team-card{max-width:none;width:100%;min-height:550px}}@media(max-width:480px){.team-card{max-width:none;width:100%;min-height:500px;padding:32px 16px;gap:24px}.team-card__name{font-size:28px}.team-card__description{font-size:16px}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.team-card-mobile{display:flex;flex-direction:column;gap:20px;width:100%;height:100%;min-height:0;padding:20px;border-radius:5px;box-sizing:border-box}.team-card-mobile--team{background:var(--charcoal-dark, #373333)}.team-card-mobile--hiring{background:#0d0909}.team-card-mobile__image-container{width:100%;aspect-ratio:1 / 1;border-radius:5px;overflow:hidden;position:relative;flex-shrink:0}.team-card-mobile--team .team-card-mobile__image-container{border:1px solid var(--off-white, #fafafa)}.team-card-mobile__image{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.team-card-mobile--hiring .team-card-mobile__image-container{background:var(--primary-1, #e1e4ff);border:.5px solid #201f1f}.team-card-mobile__graphic{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px 30px}.team-card-mobile__graphic-svg{width:auto;height:60%;transform:rotate(270deg)}.team-card-mobile__graphic-layer{opacity:1}.team-card-mobile__header{display:flex;flex-direction:column;gap:10px;width:100%;flex-shrink:0}.team-card-mobile__role{display:inline-flex;align-items:center;gap:0;position:relative;width:fit-content}.team-card-mobile__role-arrow{width:6px;height:6px;flex-shrink:0;transform:rotate(90deg);color:#fafafa;margin-top:2px}.team-card-mobile__role-text{font-family:Residenz Grotesk Mono,monospace;font-size:12px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:var(--off-white, #fafafa);white-space:nowrap;margin-left:15px}.team-card-mobile__name{font-family:Residenz Grotesk,sans-serif;font-size:28px;font-weight:420;line-height:1.1;letter-spacing:0;color:var(--off-white, #fafafa);width:100%;margin:0}.team-card-mobile__description{font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:420;line-height:1.5;letter-spacing:0;color:var(--off-white, #fafafa);width:100%;margin:0;flex-grow:1}.team-card-mobile__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;width:fit-content;flex-shrink:0;background-color:var(--charcoal-medium, #201f1f);border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.team-card-mobile__button:hover{background-color:#fafafa;border:1px solid var(--charcoal-medium, #201f1f)}.team-card-mobile__button:hover .team-card-mobile__button-text,.team-card-mobile__button:hover .team-card-mobile__button-arrow{color:var(--charcoal-medium, #201f1f)}.team-card-mobile__button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.team-card-mobile__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:var(--off-white, #fafafa);white-space:nowrap;display:flex;flex-direction:column;justify-content:center}.team-card-mobile__button-arrow{width:6px;height:6px;flex-shrink:0;transform:rotate(90deg);color:#fafafa}@media(max-width:480px){.team-card-mobile{width:100%;height:100%;min-height:0}}.team{display:flex;flex-direction:column;gap:1px;width:100%;background-color:var(--charcoal-medium, #201f1f);padding:50px 60px;box-sizing:border-box}.team__header{width:100%;padding:0;margin-bottom:0;background-color:var(--charcoal-medium, #201f1f);border-radius:10px}.team__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:1fr;gap:30px;padding:20px 0 0;width:100%}.team__card-wrapper{display:flex;height:100%}@media(min-width:1600px){.team__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:1440px){.team{padding:40px}.team__grid{gap:25px}}@media(max-width:1024px){.team{padding:40px 30px}.team__header{padding:0}.team__grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:768px){.team{padding:40px 20px;gap:20px;align-items:flex-start}.team__header{padding:0;width:100%}.team__grid{display:flex;flex-wrap:nowrap;gap:20px;padding:20px 20px 24px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:calc(100% + 20px);margin-right:-20px;scrollbar-width:none;-ms-overflow-style:none}.team__grid::-webkit-scrollbar{display:none}.team__card-wrapper{width:calc(100vw - 60px);min-width:calc(100vw - 60px);flex-shrink:0;scroll-snap-align:start}.team__card-wrapper>*{width:100%;height:100%}.team__nav{display:flex;align-items:center;justify-content:center;align-self:center;gap:20px;padding:0 20px;width:100%;max-width:355px;box-sizing:border-box}.team__nav-button{background:var(--charcoal-medium, #201f1f);border:1px solid var(--off-white, #fafafa);border-radius:5px;height:31px;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .2s ease;color:#fafafa;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.team__nav-button:hover:not(:disabled){background:#fafafa;color:var(--charcoal-medium, #201f1f)}.team__nav-button:active:not(:disabled){transform:scale(.98)}.team__nav-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.team__nav-button:disabled{opacity:.3;cursor:not-allowed}.team__nav-button svg{display:block;flex-shrink:0}.team__nav-button--left:active:not(:disabled){transform:scale(.98)}}@media(max-width:480px){.team{padding:24px 16px}.team__header{padding:0}.team__grid{gap:12px;padding:20px 16px 24px 0;width:calc(100% + 16px);margin-right:-16px}.team__card-wrapper{width:calc(100vw - 48px);min-width:calc(100vw - 48px)}.team__card-wrapper>*{width:100%;height:100%}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.contact{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 60px;width:100%;min-height:870px;background-color:#e7e8f2;isolation:isolate;overflow-x:hidden;max-width:100vw}.contact__background{position:absolute;left:60px;right:60px;top:79px;width:calc(100% - 120px);max-width:1320px;height:740px;border:1px solid var(--charcoal-medium, #201f1f);border-radius:10px;overflow:hidden;z-index:0;margin:0 auto}.contact__graphics{position:absolute;left:0;top:0;width:100%;height:100%;background:url(/graphics/hello_cta.svg) center center / 100% 100% no-repeat,linear-gradient(to bottom,#fff,#e1e4ff);border-radius:10px}.contact__background-svg{display:none}.contact__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:40px;padding:40px 20px;max-width:464px;z-index:1;background-color:var(--charcoal-medium, #201f1f);border-radius:10px}.contact__content{display:flex;flex-direction:column;gap:18px;width:100%}.contact__label{display:inline-grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;position:relative}.contact__label-arrow{grid-area:1 / 1;width:8.054px;height:8px;margin-left:0;margin-top:6px;transform:rotate(90deg);flex-shrink:0}.contact__label-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.1;letter-spacing:0;text-transform:uppercase;color:#fafafa;grid-area:1 / 1;margin:0 0 0 16.11px;width:229.551px}.contact__heading{font-family:Residenz Grotesk,sans-serif;font-weight:420;font-size:46px;line-height:1;letter-spacing:0;color:#fafafa;margin:0;width:424px;max-width:100%}.contact__button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:var(--charcoal-dark, #373333);border:1px solid transparent;border-radius:5px;text-decoration:none;cursor:pointer;transition:all .2s ease}.contact__button:hover{background-color:#fafafa;border-color:var(--charcoal-medium, #201f1f)}.contact__button:hover .contact__button-text{color:var(--charcoal-medium, #201f1f)}.contact__button:hover .contact__button-arrow{filter:brightness(0) saturate(100%)}.contact__button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.contact__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:normal;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center;transition:color .2s ease}.contact__button-arrow{width:8.054px;height:8px;transform:rotate(90deg);flex-shrink:0;display:block}@media(max-width:1440px){.contact{padding:50px 40px}.contact__background{left:40px;right:40px;width:calc(100% - 80px)}}@media(max-width:1024px){.contact{padding:40px 30px;min-height:600px}.contact__background{left:30px;right:30px;width:calc(100% - 60px);height:500px}.contact__heading{font-size:38px;width:100%}}@media(max-width:768px){.contact{padding:32px 20px 60px;min-height:520px}.contact__background{left:20px;right:20px;top:50px;width:calc(100% - 40px);height:400px}.contact__card{padding:32px 16px;gap:32px;max-width:100%}.contact__heading{font-size:36px}.contact__label-text{font-size:14px;width:auto}}@media(max-width:480px){.contact{padding:24px 16px 60px;min-height:480px}.contact__background{left:16px;right:16px;width:calc(100% - 32px);height:350px}.contact__card{padding:24px 16px;gap:24px}.contact__heading{font-size:36px;width:100%}.contact__button-text{font-size:12px}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:768px){.contact{padding-bottom:calc(60px + env(safe-area-inset-bottom))}}}.footer{background-color:var(--charcoal-medium, #201f1f);width:100%}.footer__container{display:flex;flex-direction:column;gap:30px;padding:60px 60px 30px}.footer__header{width:100%}.footer__header .logo,.footer__header .logo__monogram{height:50px}.footer__header .logo__wordmark{height:32px}.footer__logo-menu{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;padding-top:10px}.footer__nav{display:flex;align-items:center;gap:50px}.footer__content{display:flex;gap:351px;width:100%}.footer__column{display:flex;flex-direction:column;gap:10px}.footer__column--left{width:260px;flex-shrink:0}.footer__column--middle{width:159px;flex-shrink:0}.footer__column--right{flex:1;min-width:190px;align-items:flex-end;text-align:right}.footer__text{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:16px;line-height:1.4;letter-spacing:-.32px;color:#f5f1e8;margin:0}.footer__link{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:16px;line-height:1.4;letter-spacing:-.32px;color:#f5f1e8;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:var(--secondary-1, #a7b9f1)}.footer__link:focus{outline:none}.footer__link:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:2px;border-radius:2px}@media(max-width:1440px){.footer__content{gap:150px}}@media(max-width:1024px){.footer__container{padding:40px 30px 30px}.footer__logo-menu{flex-direction:column;align-items:flex-start;gap:20px}.footer__content{flex-direction:column;gap:30px}.footer__column--left,.footer__column--middle,.footer__column--right{width:100%}.footer__column--right{align-items:flex-start;text-align:left}}@media(max-width:768px){.footer__container{padding:30px 20px 20px;gap:24px}.footer__header .logo,.footer__header .logo__monogram{height:30px}.footer__header .logo__wordmark{height:19px}.footer__logo-menu{padding-bottom:16px}.footer__nav{flex-wrap:wrap;gap:16px 24px}.footer__content{gap:24px}.footer__column{gap:8px}}@media(max-width:480px){.footer__container{padding:24px 16px 16px;gap:20px}.footer__header .logo,.footer__header .logo__monogram{height:25px}.footer__header .logo__wordmark{height:16px}.footer__logo-menu{padding-bottom:12px;gap:16px}.footer__nav{gap:12px 20px}.footer__text,.footer__link{font-size:14px}.footer__content{gap:20px}}html{scroll-behavior:smooth}.app{min-height:100vh;background:linear-gradient(180deg,#f2f3ff,#fff);overflow-x:hidden;width:100%;position:relative}.main{padding:0;max-width:none;margin:0;width:100%;overflow-x:hidden;position:relative}.main>section{scroll-margin-top:80px}.hero{padding-top:0}.desktop-header{display:flex}.mobile-header--fixed{display:none}@media(max-width:768px){.desktop-header{display:none}.mobile-header--fixed{display:flex}}.team-mobile{background:var(--charcoal-medium, #201f1f);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;padding:40px 20px;width:100%;box-sizing:border-box}.team-mobile__header,.team-mobile__header .text-block{width:100%}.team-mobile__carousel{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:calc(100% + 40px);max-width:none;padding:0 20px;margin:0 -20px}.team-mobile__carousel::-webkit-scrollbar{display:none}.team-mobile__carousel>*{width:85vw;min-width:85vw;max-width:85vw;flex-shrink:0;scroll-snap-align:center}.team-mobile__nav{display:flex;align-items:center;justify-content:center;gap:20px;padding:0 20px;width:100%;max-width:355px;box-sizing:border-box}.team-mobile__nav-button{background:var(--charcoal-medium, #201f1f);border:1px solid var(--off-white, #fafafa);border-radius:5px;height:31px;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .2s ease;color:#fafafa;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.team-mobile__nav-button:hover:not(:disabled){background:#fafafa;color:var(--charcoal-medium, #201f1f)}.team-mobile__nav-button:active:not(:disabled){transform:scale(.98)}.team-mobile__nav-button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.team-mobile__nav-button:disabled{opacity:.3;cursor:not-allowed}.team-mobile__nav-button svg{display:block;flex-shrink:0}.team-mobile__nav-button--left{transform:rotate(180deg) scaleY(-1)}.team-mobile__nav-button--left:hover:not(:disabled){transform:rotate(180deg) scaleY(-1)}.team-mobile__nav-button--left:active:not(:disabled){transform:rotate(180deg) scaleY(-1) scale(.98)}.team-mobile__hiring{width:100%;display:flex;justify-content:center;flex-shrink:0}@media(max-width:480px){.team-mobile{padding:32px 16px}.team-mobile__nav{max-width:100%}}@media(min-width:768px){.team-mobile{display:none}}.article-header-image{position:relative;width:100%;height:349px;overflow:hidden;border-bottom:1px solid #0d0909}.article-header-image__swirls{position:absolute;top:-5%;left:-2.5%;width:105%;height:auto;min-height:150%;object-fit:cover;pointer-events:none}.article-header{position:relative;margin:-142px 60px 0;padding:40px;background-color:#f2f3ff;border:1px solid #201f1f;border-radius:10px;z-index:10}.article-header__meta{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px}.article-header__category,.article-header__date{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909}.article-header__title-section{margin-bottom:60px}.article-header__title{font-family:Residenz Grotesk,sans-serif;font-size:48px;font-weight:300;line-height:1.1;color:#0d0909;margin:0 0 16px;max-width:1075px}.article-header__authors{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909;margin:0}.article-header__tags{display:flex;flex-wrap:wrap;gap:20px}.article-header__tag{display:flex;align-items:center;gap:8px;padding:10px;background-color:#201f1f;border-radius:5px}.article-header__tag-arrow{flex-shrink:0}.article-header__tag-label{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#fafafa}.article-header__details-section{display:flex;gap:60px;margin-top:60px;padding-top:60px;border-top:1px solid #201f1f}.article-header__detail-block{flex:1}.article-header__detail-heading{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:300;line-height:1.5;text-transform:lowercase;color:#0d0909;margin:0 0 16px}.article-header__detail-text{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909;margin:0}@media(max-width:768px){.article-header{margin:-100px 20px 0;padding:24px}.article-header__meta{flex-direction:column;gap:8px;margin-bottom:32px}.article-header__title-section{margin-bottom:32px}.article-header__title{font-size:32px}.article-header__authors{font-size:16px}.article-header__tags{gap:12px}.article-header__tag{padding:8px}.article-header__tag-label{font-size:14px}.article-header__details-section{flex-direction:column;gap:32px;margin-top:32px;padding-top:32px}.article-header__detail-text{font-size:16px}}.abstract-section{background-color:#201f1f;padding:60px}.abstract-section__row{display:flex;gap:244px;align-items:flex-start}.abstract-section__row--peer-review{margin-top:60px}.abstract-section__label{width:312px;flex-shrink:0;padding-left:30px;font-family:Residenz Grotesk,sans-serif;font-size:28px;font-weight:300;line-height:1.1;color:#fafafa;margin:0}.abstract-section__content{flex:1;max-width:733px}.abstract-section__text{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#fafafa}.abstract-section__text p{margin:0 0 20px}.abstract-section__text p:last-child{margin-bottom:0}.abstract-section__text a{color:#fafafa;text-decoration:none}.abstract-section__text a:hover{text-decoration:underline}.abstract-section__peer-review{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:300;line-height:1.5;color:#fafafa}.abstract-section__peer-review a{color:#fafafa;text-decoration:underline}.abstract-section__peer-review a:hover{text-decoration:none}.abstract-section__memorial{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:300;line-height:1.5;color:#fafafa;margin-top:60px}@media(max-width:1024px){.abstract-section{padding:40px 20px}.abstract-section__row{flex-direction:column;gap:20px}.abstract-section__label{width:100%;padding-left:0}.abstract-section__content{max-width:100%}}.toc-item{display:flex;align-items:flex-start;position:relative;background:transparent;border:none;padding:0;margin:0;cursor:default;text-decoration:none;width:100%}.toc-item--variant2,.toc-item--variant3{cursor:pointer}.toc-item__container,.toc-item__button{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:10px;border-radius:5px}.toc-item__arrow{display:flex;align-items:center;justify-content:center;width:8.054px;height:8px;transform:rotate(90deg);flex-shrink:0}.toc-item__arrow svg{width:100%;height:100%}.toc-item__text{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:16px;font-weight:540;line-height:1.4;letter-spacing:0;text-align:left;text-transform:uppercase;white-space:nowrap;font-style:normal;transition:color .2s ease}.toc-item--default .toc-item__text{color:var(--charcoal-dark, #373333)}.toc-item--variant2 .toc-item__text,.toc-item--variant2 .toc-item__arrow{color:var(--secondary-1, #a7b9f1)}.toc-item--variant3 .toc-item__text{color:var(--charcoal-dark, #373333)}.toc-item--variant3:hover .toc-item__text{color:var(--secondary-1, #a7b9f1)}.toc-item--variant2:focus,.toc-item--variant3:focus{outline:none}.toc-item--variant2:focus-visible,.toc-item--variant3:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:2px;border-radius:5px}@media(max-width:768px){.toc-item__text{font-size:14px}.toc-item__arrow{width:7px;height:7px}}.table-of-contents{display:flex;flex-direction:column;width:100%}.table-of-contents__list{display:flex;flex-direction:column;gap:5px;width:100%}.table-of-contents__list>*{width:100%}.content-section{display:flex;flex-direction:column;gap:50px;align-items:flex-end;width:100%}.content-section__title{font-family:Residenz Grotesk,sans-serif;font-size:28px;font-weight:300;line-height:1.1;color:#0d0909;margin:0;width:100%}.content-section__body{display:flex;flex-direction:column;gap:50px;width:100%;padding-right:30px;box-sizing:border-box}.content-section__text-wrapper{width:735px;max-width:100%}.content-section__subheading{font-family:Residenz Grotesk,sans-serif;font-size:20px;font-weight:500;line-height:1.5;color:#0d0909;margin:0;width:100%}.content-section__text{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909;width:735px;max-width:100%}.content-section__text p{margin:0 0 20px}.content-section__text p:last-child{margin-bottom:0}.content-section__text a{color:#0d0909;text-decoration:none}.content-section__text a:hover{text-decoration:underline}.content-section__text ul,.content-section__text ol{margin:0 0 20px;padding-left:27px}.content-section__text li{margin-bottom:10px}.content-section__text li:last-child{margin-bottom:0}.content-section__divider{width:100%;padding:0;margin:10px 0}.content-section__divider-line{width:100%;height:1px;background-color:#0d0909;border:none;margin:0}@media(max-width:1024px){.content-section__text,.content-section__text-wrapper{width:100%}.content-section__body{padding-right:0}}@media(max-width:768px){.content-section__title{font-size:24px}.content-section__subheading{font-size:16px}.content-section__text{font-size:14px}}.image-block{width:100%;margin:0}.image-block__image-container{position:relative;width:100%;border:1px solid #201f1f;border-radius:10px;overflow:hidden}.image-block__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.image-block--card .image-block__card{background-color:#fafafa;border:1px solid #201f1f;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:20px}.image-block--card .image-block__image-container{border:none;border-radius:5px}.image-block__caption{font-family:Residenz Grotesk Mono,monospace;font-size:10px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909;margin:0}.image-block__caption--inline{margin-top:16px}@media(max-width:768px){.image-block--card .image-block__card{padding:16px}}.data-table{width:100%;border:1px solid #201f1f;border-radius:10px;overflow:hidden}.data-table__scroll-container{overflow-x:auto}.data-table__table{width:100%;min-width:600px;border-collapse:collapse}.data-table__header-row{background-color:#e1e4ff}.data-table__header-cell{font-family:Residenz Grotesk Mono,monospace;font-size:10px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#201f1f;text-align:left;padding:15px;border-bottom:1px solid #fafafa;height:50px;vertical-align:middle}.data-table__body-row{border-bottom:1px solid #fafafa}.data-table__body-row:last-child{border-bottom:none}.data-table__cell{font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:300;line-height:1.4;color:#201f1f;padding:15px;vertical-align:top;background-color:#edeffe}.data-table__cell--primary{background-color:#e1e4ff}@media(max-width:768px){.data-table__header-cell,.data-table__cell{padding:10px;font-size:12px}}.block-quote{width:100%;margin:0;padding:20px;background-color:#fff;border:1px solid #201f1f;border-radius:10px}.block-quote__text{font-family:Residenz Grotesk,sans-serif;font-size:22px;font-weight:300;line-height:1.4;color:#0d0909;margin:0}@media(max-width:768px){.block-quote{padding:16px}.block-quote__text{font-size:18px}}.play-button{width:103px;height:103px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease}.play-button:hover{transform:scale(1.05)}.play-button:active{transform:scale(.98)}.play-button:focus-visible{outline:2px solid var(--charcoal-medium);outline-offset:4px;border-radius:50%}.play-button__icon-wrapper{width:89px;height:77px;transform:rotate(90deg)}.play-button__icon{display:block}.play-button--default:hover .play-button__icon path{fill:#f0f0f0}.play-button--variant2:hover .play-button__icon path{fill:#d1d6ff}@media(max-width:768px){.play-button{width:45px;height:45px}.play-button__icon-wrapper{width:39px;height:34px}}.video-embed{position:relative;display:block;width:100%;height:439px;border:1px solid #201f1f;border-radius:10px;overflow:hidden;text-decoration:none}.video-embed:hover .video-embed__overlay{background-color:#a7b9f159}.video-embed__thumbnail-container{position:absolute;top:-6px;left:-6px;width:calc(100% + 12px);height:calc(100% + 12px)}.video-embed__thumbnail{width:100%;height:100%;object-fit:cover;object-position:center}.video-embed__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#a7b9f145;transition:background-color .2s ease}.video-embed__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:103px;height:103px}@media(max-width:768px){.video-embed{height:280px}.video-embed__play-button{width:80px;height:80px}}.audio-player{display:flex;align-items:center;gap:20px;width:100%;height:105px;padding:0 20px;background-color:#fff;border:1px solid #201f1f;border-radius:10px;overflow:hidden}.audio-player__play-button{position:relative;width:75px;height:75px;flex-shrink:0;background-color:#fafafa;border:1px solid #201f1f;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.audio-player__play-button:hover{background-color:#f2f3ff}.audio-player__play-icon{display:flex;align-items:center;justify-content:center;transform:rotate(90deg)}.audio-player__info{display:flex;flex-direction:column;gap:3px}.audio-player__title{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909;margin:0}.audio-player__description{font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:300;line-height:1.4;color:#0d0909;margin:0}.audio-player__caption{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909;margin:0}@media(max-width:768px){.audio-player{padding:15px;height:auto;min-height:90px}.audio-player__play-button{width:60px;height:60px}.audio-player__play-icon svg{width:32px;height:32px}.audio-player__title,.audio-player__caption{font-size:14px}.audio-player__description{font-size:12px}}.two-column-section{display:flex;gap:20px;align-items:flex-start;width:100%}.two-column-section--discussion{gap:30px}.two-column-section__title{font-family:Residenz Grotesk,sans-serif;font-size:28px;font-weight:300;line-height:1.1;color:#0d0909;margin:0;flex-shrink:0}.two-column-section__content{flex:1}.two-column-section__body{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909}.two-column-section__body p{margin:0 0 20px}.two-column-section__body p:last-child{margin-bottom:0}.two-column-section__body a{color:#0d0909;text-decoration:none}.two-column-section__body a:hover{text-decoration:underline}.two-column-section__references{margin:0;padding:0 0 0 1.5em;list-style-type:decimal}.two-column-section__reference{font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:300;line-height:1.4;color:#0d0909;margin-bottom:21px}.two-column-section__reference:last-child{margin-bottom:0}.two-column-section__reference a{color:#0d0909;text-decoration:none}.two-column-section__reference a:hover{text-decoration:underline}.two-column-section__software-list{margin:0 0 20px;padding-left:27px;list-style-type:disc}.two-column-section__software-item{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909;margin-bottom:10px}.two-column-section__software-item:last-child{margin-bottom:0}.two-column-section__software-item a{color:#0d0909;text-decoration:none}.two-column-section__software-item a:hover{text-decoration:underline}@media(max-width:1024px){.two-column-section{flex-direction:column;gap:24px}.two-column-section__title,.two-column-section__content{width:100%!important}}@media(max-width:768px){.two-column-section__title{font-size:24px}.two-column-section__body,.two-column-section__software-item{font-size:16px}.two-column-section__reference{font-size:12px}}.full-width-divider{width:100%;padding:0;margin:0}.full-width-divider__line{width:100%;height:1px;background-color:#0d0909;border:none;margin:0}.author-block-post-page{background-color:#201f1f;padding:60px;width:100%;box-sizing:border-box}.author-block-post-page__track{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#373333 #201f1f;padding-bottom:8px}.author-block-post-page__track::-webkit-scrollbar{height:8px}.author-block-post-page__track::-webkit-scrollbar-track{background:#201f1f}.author-block-post-page__track::-webkit-scrollbar-thumb{background-color:#373333;border-radius:4px}.author-block-post-page__card{flex-shrink:0;width:645px;min-height:300px;padding:20px;background-color:#f2f3ff;border:1px solid #201f1f;border-radius:10px;display:flex;flex-direction:column;gap:30px;scroll-snap-align:start;box-sizing:border-box}.author-block-post-page__content{display:flex;flex-direction:column;gap:20px}.author-block-post-page__label{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909;flex-shrink:0}.author-block-post-page__name{font-family:Residenz Grotesk,sans-serif;font-size:28px;font-weight:300;line-height:1.1;color:#0d0909;margin:0;flex-shrink:0}.author-block-post-page__divider{width:100%;max-width:605px;flex-shrink:0}.author-block-post-page__bio{font-family:Residenz Grotesk,sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#0d0909;margin:0;width:580px;max-width:100%}.author-block-post-page__actions{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.author-block-post-page__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:#201f1f;border-radius:5px;text-decoration:none;transition:background-color .2s ease}.author-block-post-page__button:hover{background-color:#373333}.author-block-post-page__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:16px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#fafafa;white-space:nowrap}.author-block-post-page__button-arrow{width:8px;height:8px;transform:rotate(90deg);flex-shrink:0}@media(max-width:768px){.author-block-post-page{padding:40px 20px}.author-block-post-page__card{width:300px;height:auto;min-height:280px;padding:16px}.author-block-post-page__name{font-size:22px}.author-block-post-page__bio{font-size:16px;height:auto;max-height:none;width:100%}.author-block-post-page__button-text{font-size:14px}}.article-header-mobile{position:relative;padding:20px 10px;background-color:#f2f3ff;border:1px solid #201f1f;border-radius:5px 5px 0 0;display:flex;flex-direction:column;gap:30px}.article-header-mobile__meta{display:grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;position:relative}.article-header-mobile__category,.article-header-mobile__date{font-family:Residenz Grotesk Mono,monospace;font-size:12px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909;white-space:nowrap}.article-header-mobile__category{grid-area:1 / 1;margin:0}.article-header-mobile__date{grid-area:1 / 1;margin-left:187px}.article-header-mobile__title-section{display:grid;grid-template-columns:max-content;grid-template-rows:max-content;place-items:start;position:relative;width:100%}.article-header-mobile__title{grid-area:1 / 1;font-family:Residenz Grotesk,sans-serif;font-size:24px;font-weight:300;line-height:1.1;color:#0d0909;margin:35.5px 0 0;width:295px;transform:translateY(-50%);display:flex;flex-direction:column;justify-content:center}.article-header-mobile__authors{grid-area:1 / 1;font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:300;line-height:1.5;color:#0d0909;margin:91px 0 0;width:294.064px}.article-header-mobile__tags{display:flex;flex-direction:column;gap:10px;align-items:stretch}.article-header-mobile__tag{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:#fafafa;border:1px solid #201f1f;border-radius:5px}.article-header-mobile__tag-label{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#201f1f}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.excerpt-author-details-block-mobile{display:flex;flex-direction:column;gap:50px;align-items:flex-start;width:100%;padding:50px 30px;background:var(--charcoal-medium, #201f1f);box-sizing:border-box}.excerpt-author-details-block-mobile__section{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}.excerpt-author-details-block-mobile__label{font-family:Residenz Grotesk Mono,monospace;font-size:12px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:var(--off-white, #fafafa);width:100%;margin:0;font-style:normal}.excerpt-author-details-block-mobile__content{display:flex;flex-direction:column;justify-content:center;width:100%;font-family:Residenz Grotesk,sans-serif;font-size:14px;font-weight:420;line-height:0;color:var(--off-white, #fafafa);font-style:normal}.excerpt-author-details-block-mobile__content p{line-height:1.5;margin:0}@media(max-width:480px){.excerpt-author-details-block-mobile{padding:40px 20px;gap:40px}}.toc-item-mobile{display:flex;align-items:flex-start;position:relative;background:transparent;border:none;padding:0;margin:0;cursor:pointer;text-decoration:none;width:100%}.toc-item-mobile__container,.toc-item-mobile__button{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:10px;border-radius:5px;transition:background-color .2s ease}.toc-item-mobile__arrow{display:flex;align-items:center;justify-content:center;width:6px;height:5.959px;transform:rotate(90deg);flex-shrink:0}.toc-item-mobile__arrow svg{width:100%;height:100%;display:block}.toc-item-mobile__text{font-family:Residenz Grotesk Mono,Courier New,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-align:left;text-transform:uppercase;white-space:nowrap;font-style:normal;transition:color .2s ease}.toc-item-mobile--default .toc-item-mobile__text{color:var(--charcoal-dark, #373333)}.toc-item-mobile--default:hover .toc-item-mobile__container{background-color:#3733330d}.toc-item-mobile--default:active .toc-item-mobile__container{background-color:#3733331a}.toc-item-mobile--variant2 .toc-item-mobile__text,.toc-item-mobile--variant2 .toc-item-mobile__arrow{color:var(--secondary-1, #a7b9f1)}.toc-item-mobile--variant2:hover .toc-item-mobile__button{background-color:#a7b9f11a}.toc-item-mobile--variant2:active .toc-item-mobile__button{background-color:#a7b9f126}.toc-item-mobile--variant3 .toc-item-mobile__text{color:#6880cc}.toc-item-mobile--variant3:hover .toc-item-mobile__button{background-color:#6880cc1a}.toc-item-mobile--variant3:active .toc-item-mobile__button{background-color:#6880cc26}.toc-item-mobile:focus{outline:none}.toc-item-mobile:focus-visible{outline:2px solid var(--secondary-1, #a7b9f1);outline-offset:2px;border-radius:5px}@media(max-width:480px){.toc-item-mobile__text{font-size:13px}.toc-item-mobile__arrow{width:5px;height:5px}}.table-of-contents-mobile{display:flex;flex-direction:column;align-items:flex-start;padding:50px 60px 50px 15px;width:100%}@media(min-width:1025px){.table-of-contents-mobile{display:none}}@media(max-width:480px){.table-of-contents-mobile{padding:40px 30px 40px 15px}}.content-block-mobile{display:flex;flex-direction:column;gap:50px;width:100%;padding:0}.content-block-mobile__divider{width:100%;height:1px;flex-shrink:0}.content-block-mobile__divider svg{display:block;width:100%;height:1px}.content-block-mobile__section{display:flex;flex-direction:column;gap:50px;width:100%}.content-block-mobile__section-title{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:24px;line-height:1.1;color:#0d0909;margin:0}.content-block-mobile__section-content,.content-block-mobile__subsection{display:flex;flex-direction:column;gap:50px}.content-block-mobile__subsection-heading{font-family:Residenz Grotesk,sans-serif;font-weight:500;font-size:18px;line-height:1.5;color:#0d0909;margin:0}.content-block-mobile__text{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:16px;line-height:1.5;color:#0d0909}.content-block-mobile__text p{margin:0 0 20px}.content-block-mobile__text p:last-child{margin-bottom:0}.content-block-mobile__text a{color:#0d0909;text-decoration:none;font-size:18px;cursor:pointer;border-bottom:1px solid #0d0909;transition:opacity .2s ease}.content-block-mobile__text a:hover{opacity:.7}.content-block-mobile__image-block{width:100%}.content-block-mobile__image-container{display:flex;flex-direction:column;gap:20px;background-color:#fafafa;border:1px solid #201f1f;border-radius:5px;padding:20px}.content-block-mobile__image{width:100%;height:auto;display:block;border-radius:5px;object-fit:cover}.content-block-mobile__image-caption{font-family:Residenz Grotesk Mono,monospace;font-weight:540;font-size:10px;line-height:1.4;text-transform:uppercase;color:#0d0909;margin:0}.content-block-mobile__table{width:100%;border:1px solid #201f1f;border-radius:5px;overflow:hidden}.content-block-mobile__table-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch}.content-block-mobile__table-column{display:flex;flex-direction:column;flex-shrink:0}.content-block-mobile__table-header{background-color:#e1e4ff;border-bottom:1px solid #fafafa;padding:15px 10px;font-family:Residenz Grotesk Mono,monospace;font-weight:540;font-size:10px;line-height:1.4;text-transform:uppercase;color:#201f1f;min-height:50px;display:flex;flex-direction:column;justify-content:center}.content-block-mobile__table-cell{border-bottom:1px solid #fafafa;padding:15px 10px;font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:12px;line-height:1.4;color:#201f1f;display:flex;align-items:center}.content-block-mobile__table-cell:last-child{border-bottom:none}.content-block-mobile__table-cell--primary{background-color:#e1e4ff}.content-block-mobile__table-cell--secondary{background-color:#edeffe}.content-block-mobile__video{position:relative;width:100%;aspect-ratio:846 / 528;border-radius:5px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:60px 50px}.content-block-mobile__video-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:5px;overflow:hidden}.content-block-mobile__video-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.content-block-mobile__video-play-button{position:relative;width:45px;height:45px;flex-shrink:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1}.content-block-mobile__video-play-icon{display:flex;align-items:center;justify-content:center;transform:rotate(90deg)}.content-block-mobile__video-play-icon svg{display:block;width:100%;height:100%}.content-block-mobile__quote{width:100%;background-color:#fff;border:1px solid #201f1f;border-radius:10px;padding:20px}.content-block-mobile__quote-text{font-family:Residenz Grotesk,sans-serif;font-weight:300;font-size:18px;line-height:1.4;color:#0d0909;margin:0}@media(max-width:640px){.content-block-mobile,.content-block-mobile__section{gap:40px}.content-block-mobile__section-title{font-size:22px}.content-block-mobile__subsection-heading{font-size:16px}.content-block-mobile__text{font-size:14px}.content-block-mobile__text a{font-size:16px}.content-block-mobile__image-container,.content-block-mobile__quote{padding:15px}.content-block-mobile__quote-text{font-size:16px}.content-block-mobile__video{padding:40px 30px}}@media(max-width:480px){.content-block-mobile,.content-block-mobile__section,.content-block-mobile__section-content,.content-block-mobile__subsection{gap:30px}.content-block-mobile__section-title{font-size:20px}.content-block-mobile__video{padding:30px 20px}.content-block-mobile__table-header,.content-block-mobile__table-cell{padding:12px 8px;font-size:10px}}.author-block-post-page-mobile{width:85vw;min-width:85vw;max-width:85vw;display:flex;align-items:flex-start;flex-shrink:0}.author-block-post-page-mobile__card{width:100%;height:340px;min-height:340px;max-height:340px;padding:20px;background-color:#f2f3ff;border:1px solid #201f1f;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.author-block-post-page-mobile__content{display:flex;flex-direction:column;gap:20px}.author-block-post-page-mobile__label{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#0d0909}.author-block-post-page-mobile__name{font-family:Residenz Grotesk,sans-serif;font-size:24px;font-weight:300;line-height:1.1;color:#0d0909;margin:0}.author-block-post-page-mobile__divider{width:100%}.author-block-post-page-mobile__bio{font-family:Residenz Grotesk,sans-serif;font-size:16px;font-weight:300;line-height:1.5;color:#0d0909;margin:0;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.author-block-post-page-mobile__button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:#201f1f;border-radius:5px;text-decoration:none;transition:background-color .2s ease}.author-block-post-page-mobile__button:hover{background-color:#373333}.author-block-post-page-mobile__button:active{background-color:#0d0909}.author-block-post-page-mobile__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;text-transform:uppercase;color:#fafafa}.author-block-post-page-mobile__button-arrow{width:6px;height:6px;transform:rotate(90deg);flex-shrink:0}@media(max-width:340px){.author-block-post-page-mobile{width:90vw;min-width:90vw;max-width:90vw}}@font-face{font-family:Residenz Grotesk Mono;src:url(/fonts/ResidenzGroteskMono-MonoRegular.woff2) format("woff2");font-weight:540;font-style:normal;font-display:swap}@font-face{font-family:Residenz Grotesk;src:url(/fonts/ResidenzGrotesk-Light.woff2) format("woff2");font-weight:420;font-style:normal;font-display:swap}.contact-mobile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:238px 10px;width:100%;background-color:#edeffe;isolation:isolate;overflow:hidden;box-sizing:border-box}.contact-mobile__background{position:absolute;top:41px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:335px;height:585px;border:1px solid #201f1f;border-radius:5px;overflow:hidden;z-index:0}.contact-mobile__graphics-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.contact-mobile__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#fff,#e1e4ff)}.contact-mobile__lines{position:absolute;width:1320px;height:740px;background-image:url(/graphics/hello_cta.svg);background-size:1320px 740px;background-repeat:no-repeat;background-position:0 0;pointer-events:none}.contact-mobile__lines--top{left:calc(50% - 1116px);top:calc(50% - 370px)}.contact-mobile__lines--bottom{left:calc(50% - 1116px);bottom:calc(50% - 370px);transform:scaleY(-1)}.contact-mobile__oval{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90px;height:90px;background-color:#201f1f;border:1px solid #b9c1fe;border-radius:50%;z-index:2}.contact-mobile__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:40px;padding:20px;width:315px;max-width:calc(100% - 40px);z-index:1;background-color:#201f1f;border-radius:5px;box-sizing:border-box}.contact-mobile__content{display:flex;flex-direction:column;gap:18px;width:100%}.contact-mobile__label{display:flex;align-items:center;gap:9px;position:relative}.contact-mobile__label-arrow{width:6px;height:6px;flex-shrink:0;transform:rotate(90deg)}.contact-mobile__label-text{font-family:Residenz Grotesk Mono,monospace;font-size:12px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;margin:0}.contact-mobile__heading{font-family:Residenz Grotesk,sans-serif;font-weight:420;font-size:32px;line-height:1.1;letter-spacing:0;color:#fafafa;margin:0;width:100%}.contact-mobile__button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:var(--charcoal-dark, #373333);border:1px solid transparent;border-radius:5px;text-decoration:none;cursor:pointer;transition:all .2s ease}.contact-mobile__button:hover{background-color:#fafafa;border-color:var(--charcoal-medium, #201f1f)}.contact-mobile__button:hover .contact-mobile__button-text{color:var(--charcoal-medium, #201f1f)}.contact-mobile__button:hover .contact-mobile__button-arrow path{fill:var(--charcoal-medium, #201f1f)}.contact-mobile__button:focus-visible{outline:2px solid #fafafa;outline-offset:2px}.contact-mobile__button-text{font-family:Residenz Grotesk Mono,monospace;font-size:14px;font-weight:540;line-height:1.4;letter-spacing:0;text-transform:uppercase;color:#fafafa;white-space:nowrap;display:flex;flex-direction:column;justify-content:center;transition:color .2s ease}.contact-mobile__button-arrow{width:6px;height:6px;flex-shrink:0;transform:rotate(90deg)}.contact-mobile__button-arrow path{transition:fill .2s ease}@media(max-width:375px){.contact-mobile{padding:200px 10px}.contact-mobile__background{height:520px;top:30px}.contact-mobile__card{width:calc(100% - 40px);max-width:315px;gap:32px;padding:16px}.contact-mobile__heading{font-size:28px}.contact-mobile__oval{width:70px;height:70px}}@media(min-height:700px)and (max-width:430px){.contact-mobile{padding:238px 10px;min-height:auto}}.research-post-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#f2f3ff,#fafafa);overflow:visible}.research-post-page__header{position:fixed;top:0;left:0;width:100%;z-index:1000}.research-post-page__main{padding-top:80px;overflow:visible}.research-post-page__content-area{display:flex;justify-content:space-between;gap:60px;padding:100px 60px;overflow:visible}.research-post-page__toc-wrapper{width:250px;flex-shrink:0}.research-post-page__toc-nav{position:-webkit-sticky;position:sticky;top:120px}.research-post-page__content{flex:1 1 auto;max-width:900px;min-width:0}@media(min-width:1600px){.research-post-page__content-area,.research-post-page__end-sections{max-width:1400px;margin:0 auto}}.research-post-page__end-sections{display:flex;flex-direction:column;width:100%;padding:60px 60px 100px;box-sizing:border-box}.research-post-page__end-sections .two-column-section{display:flex;justify-content:space-between;gap:60px;padding:60px 0;width:100%}.research-post-page__end-sections .two-column-section__title{text-align:left;flex:0 0 250px;width:250px}.research-post-page__end-sections .two-column-section__content{flex:1 1 auto;max-width:900px}@media(max-width:1280px){.research-post-page__content-area{padding:80px 40px;gap:50px}.research-post-page__content{max-width:800px}.research-post-page__end-sections{padding:50px 40px 80px}.research-post-page__end-sections .two-column-section{gap:50px}.research-post-page__end-sections .two-column-section__title{flex:0 0 220px;width:220px}.research-post-page__end-sections .two-column-section__content{flex:1 1 auto;max-width:800px}}@media(max-width:1100px){.research-post-page__content-area{padding:60px 30px;gap:40px}.research-post-page__toc-wrapper{width:200px}.research-post-page__content{max-width:700px}.research-post-page__end-sections{padding:40px 30px 60px}.research-post-page__end-sections .two-column-section{gap:40px;padding:40px 0}.research-post-page__end-sections .two-column-section__title{flex:0 0 180px;width:180px}.research-post-page__end-sections .two-column-section__content{max-width:700px}}@media(max-width:1024px){.research-post-page__content-area{gap:30px}.research-post-page__toc-wrapper{width:180px}.research-post-page__end-sections .two-column-section{flex-direction:column;gap:24px}.research-post-page__end-sections .two-column-section__title{flex:unset!important;width:100%!important}}.research-post-page--mobile{width:100%;max-width:100vw;min-height:100vh;background:linear-gradient(180deg,#f2f3ff,#fafafa);overflow-x:hidden}.research-post-page__mobile-header{position:fixed;top:0;left:0;width:100%;z-index:1000}.research-post-page__main--mobile{position:relative;padding-top:67px;width:100%}.research-post-page__header-image-mobile{position:relative;width:100%;height:100px;overflow:hidden;background:linear-gradient(180deg,#e1e4ff,#f2f3ff)}.research-post-page__header-image-swirls{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:200%;max-width:800px;height:auto;opacity:.5;pointer-events:none}.research-post-page__article-header-mobile{position:relative;margin:-30px 20px 0;z-index:10}.research-post-page__mobile-content{display:flex;flex-direction:column;gap:50px;padding:30px 20px 60px;width:100%;box-sizing:border-box}.research-post-page__references-mobile ol{list-style:decimal;margin:0;padding-left:1.5em}.research-post-page__references-mobile li{font-size:12px;line-height:1.4;margin-bottom:21px}.research-post-page__references-mobile li:last-child{margin-bottom:0}.research-post-page__references-mobile a{font-size:14px}.research-post-page__authors-mobile{display:flex;flex-direction:column;gap:30px;align-items:center;background-color:#201f1f;padding:50px 0;width:100%}.research-post-page__authors-carousel{display:flex;gap:36px;padding-left:20px;padding-right:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;box-sizing:border-box}.research-post-page__authors-carousel::-webkit-scrollbar{display:none}.research-post-page__authors-carousel>*{scroll-snap-align:start;flex-shrink:0}.research-post-page__authors-nav{display:flex;gap:20px;align-items:center;justify-content:center;padding:0 20px}.research-post-page__authors-nav-btn{display:flex;align-items:center;justify-content:center;padding:10px;background-color:#201f1f;border:1px solid #fafafa;border-radius:5px;cursor:pointer;color:#fafafa;transition:all .2s ease}.research-post-page__authors-nav-btn:hover:not(:disabled){background-color:#373333}.research-post-page__authors-nav-btn:disabled{opacity:.4;cursor:not-allowed}
