:root{--bg-light: #ffffff;--bg-mobile: #f0f0f0;--text: #000000;--link: #0900ff;--mono: "IBM Plex Mono", monospace;--serif: "Playfair Display", serif;--sans: "IBM Plex Sans", sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg-light);font-family:var(--serif)}a{color:inherit;text-decoration:none}#root{overflow-anchor:none}.db-site{min-height:100vh}.db-hover-card{display:block;width:100%;height:100%;cursor:pointer;position:relative}.db-hover-media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.db-hover-base,.db-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.db-hover-base{opacity:1}.db-hover-overlay{opacity:0;transition:opacity .3s ease}.db-hover-card:hover .db-hover-overlay{opacity:1}.db-hover-video{width:100%;height:100%;object-fit:cover;display:block}.db-session-log{font-family:var(--mono);font-size:11px;line-height:16px;color:#000;white-space:pre-wrap;margin:0}.db-event-log{font-family:var(--mono);font-size:11px;line-height:16px;color:#000;display:block;width:100%}.db-desktop{width:100%}.db-desktop-inner{max-width:1280px;margin:0 auto;padding:40px 56px 160px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:56px}.db-desktop-header{display:flex;align-items:flex-start;align-self:stretch;font-family:var(--mono);font-size:11px;line-height:16px}.db-header-info{display:flex;flex-direction:column}.db-header-info p{margin:0}.db-header-info a{color:inherit}.db-header-spacer{display:block;height:16px}.db-header-fixed{position:fixed;top:var(--db-header-fixed-top, 0);left:var(--db-header-fixed-left, 0);width:var(--db-header-fixed-width, auto);z-index:10}.db-desktop-hero{display:flex;flex-direction:column;gap:56px;align-items:center}.db-jumbo-hero-container{position:relative;width:960px;align-self:center;overflow:visible}.db-hero-logs{position:absolute;top:0;right:32px;padding-top:32px;display:flex;flex-direction:column;gap:12px;z-index:4;text-align:right}.db-jumbo-hero{width:960px;height:480px;overflow:hidden;position:relative;background-color:#000;border-radius:4px}.db-jumbo-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}.db-hero-video-active{opacity:1}.db-jumbo-logo-row{position:absolute;top:128px;left:50%;transform:translate(-50%);width:1280px;padding-left:88px;z-index:3}.db-jumbo-logo-row.db-logo-fixed{position:fixed;top:var(--db-logo-fixed-top, 0);left:var(--db-logo-fixed-left, 0);transform:translateY(var(--db-logo-translate-y, 0));z-index:9}.db-desktop-dynamic-text{width:960px}.db-desktop-work{display:flex;flex-direction:column;gap:128px;width:960px}.db-work-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px;row-gap:40px}.db-section-title{font-family:var(--serif);font-weight:500;font-size:16px;line-height:24px;color:#000;text-transform:capitalize;margin:0;grid-column:1 / -1}.db-section-title.db-upcoming{color:#00000059}.db-work-card{display:flex;flex-direction:column;gap:24px}.db-work-image{width:100%;height:256px;border-radius:4px;overflow:hidden;position:relative;background:#f4f4f4}.db-work-image img{width:100%;height:100%;object-fit:cover}.db-work-info{display:flex;flex-direction:column;gap:8px}.db-work-title{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0;text-decoration:underline}.db-work-desc{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0}.db-work-link{color:var(--link);font-weight:700}.db-work-label{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:16px 0 0}.db-mentorship-section{display:flex;flex-direction:column;gap:8px;margin-top:48px;padding-top:0;padding-bottom:8px;border-top:1px solid rgba(0,0,0,.1);width:960px;position:relative;z-index:1}.db-mentorship-text{font-family:var(--serif);font-size:24px;line-height:36px;color:#000;margin:0}.db-mentorship-cta{font-family:var(--serif);font-size:24px;line-height:2;color:#000;margin:24px 0 0}.db-mentorship-cta a{color:var(--link);font-weight:700;text-decoration:underline}.db-dynamic-text{font-family:var(--serif);font-size:28px;line-height:36px;color:#000}.db-dynamic-text p{margin:0 0 24px;text-indent:2em}.db-dynamic-text p:last-child{margin-bottom:0}.db-text-black{color:#000}@media (min-width: 960px){.db-dynamic-text{font-size:32px;line-height:40px}.db-work-card{flex-direction:column;align-items:stretch}.db-work-image{width:100%;height:256px}}@media (max-width: 959px){body{background:var(--bg-mobile)}.db-desktop{display:none}.db-mobile{display:block;width:100%;background:var(--bg-mobile);padding:16px 16px 0;box-sizing:border-box}.db-mobile-inner{padding:0 0 128px;display:flex;flex-direction:column;gap:0px}.db-mobile-header{display:flex;flex-direction:column;align-items:flex-start;gap:0px;box-sizing:border-box;font-family:var(--mono);font-size:16px;line-height:24px;color:#000;text-align:left;z-index:99;background-color:transparent;position:sticky;top:16px;width:100%;margin-left:0;margin-right:0;margin-top:-112px;padding-top:24px;padding-left:16px;padding-right:16px;transform:translateY(var(--db-mobile-header-push, 0px));transition:transform .22s ease;will-change:transform;min-width:0}.db-mobile-header-info{display:flex;flex-direction:column;align-items:flex-start;font-size:12px;line-height:16px;margin-bottom:8px}.db-mobile-header-logo{margin-bottom:8px;width:100%}.db-mobile-header-log{font-size:12px;line-height:16px;overflow:visible;text-align:right;align-self:flex-end}.db-mobile-header-log .db-event-log{font-size:12px;line-height:16px;display:flex;flex-direction:column-reverse;align-items:flex-end}.db-mobile-hero-wrapper{position:relative;width:100%;overflow:visible;margin-top:0;margin-bottom:32px;display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;padding-left:0;padding-right:0}.db-mobile-hero-container{width:100%;position:relative;overflow:hidden;padding-top:24px;height:calc((100vw - 32px)*1.5 - 136px);background-color:#000;grid-area:1 / 1;border-radius:4px;min-width:0}.db-mobile-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform-origin:center center}.db-mobile-hero-video.db-hero-video-active{opacity:1}.db-mobile-content{display:flex;flex-direction:column;gap:8px;padding:0;width:100%}.db-mentorship-section{width:100%}.db-mobile-work-sections{display:flex;flex-direction:column;gap:48px;padding-bottom:128px}.db-work-section{grid-template-columns:minmax(0,1fr);column-gap:0px}.db-work-card{flex-direction:column}}@media (min-width: 960px){.db-mobile{display:none}}@media (prefers-reduced-motion: reduce){.db-mobile-header{transition:none}}@media (max-width: 375px){.db-mobile-header-logo{width:100%}}.baiw-page{--baiw-bg: #dfdcd7;--baiw-link: #1e2df8;--baiw-serif: "DM Serif Display", "Playfair Display", serif;--baiw-sans: "IBM Plex Sans", Arial, sans-serif;width:100%;min-height:100vh;background:var(--baiw-bg);color:#000;font-family:var(--baiw-sans)}.baiw-page a{color:inherit}.baiw-header{width:100%;max-width:1280px;min-height:130px;margin:0 auto;padding:0 56px;display:flex;align-items:center;justify-content:center;position:relative;background:var(--baiw-bg)}.baiw-brand{position:absolute;left:56px;font-family:var(--mono);font-size:14px;line-height:1}.baiw-nav{display:flex;align-items:center;justify-content:center;gap:32px;font-size:16px;line-height:1.5;font-weight:600}.baiw-nav a,.baiw-hero-note a{color:var(--baiw-link);text-decoration:none}.baiw-nav a{color:#000}.baiw-hero{width:min(1168px,calc(100% - 32px));height:704px;margin:0 auto 56px;padding:0;position:relative;border-radius:4px;overflow:hidden;background:#d6d6d4}.baiw-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover}.baiw-hero-content{position:absolute;top:56px;bottom:56px;left:72px;z-index:1;width:432px;display:flex;flex-direction:column;justify-content:flex-end;gap:32px}.baiw-hero-right{position:absolute;right:72px;bottom:56px;z-index:1}.baiw-hero-main,.baiw-hero-title-block{display:flex;flex-direction:column;gap:16px}.baiw-hero h1{margin:0;min-height:104px;font-family:"IBM Plex Sans Condensed",var(--baiw-sans);font-size:80px;line-height:1.3;font-weight:400;letter-spacing:0;white-space:nowrap}.baiw-typewriter-caret{width:2px;height:.86em;margin-left:4px;display:inline-block;background:#000;transform:translateY(.12em);animation:baiw-caret-blink 1s steps(1,end) infinite}@keyframes baiw-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.baiw-hero-subtitle{width:432px;margin:0;font-family:var(--baiw-serif);font-size:24px;line-height:1.3;font-weight:400}.baiw-hero-actions{display:flex;align-items:center;gap:16px}.baiw-primary-button,.baiw-play-button,.baiw-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:4px;border:1px solid #000;font-family:var(--baiw-sans);font-size:16px;line-height:1.5;text-decoration:none}.baiw-primary-button{width:258px;min-height:56px;padding:16px;background:#000;color:#fff;font-weight:400;white-space:nowrap}.baiw-primary-button span{color:#fff}.baiw-primary-button img{width:16px;height:16px;display:block;flex:0 0 auto}.baiw-play-button{width:134px;min-height:56px;padding:16px;background:#fff;color:#000;font-weight:500;white-space:nowrap}.baiw-play-icon{width:16px;height:16px;display:inline-block;position:relative;flex:0 0 auto;background:#000;border-radius:999px}.baiw-play-icon:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;transform:translate(-34%,-50%);border-top:3.5px solid transparent;border-bottom:3.5px solid transparent;border-left:5.5px solid #fff}.baiw-hero-note{width:432px;margin:0;font-size:16px;line-height:1.5;font-weight:500}.baiw-hero-note a{text-decoration:none}.baiw-hero-link--underlined{text-decoration:underline!important;text-underline-offset:2px}.baiw-keep-together{white-space:nowrap}.baiw-hero-partners{display:flex;align-items:flex-start;gap:56px}.baiw-hero-partner{min-width:120px;width:max-content;display:flex;flex-direction:column;align-items:flex-start}.baiw-hero-label{margin:0 0 32px;color:#000;font-family:Inter;font-size:12px;font-style:normal;line-height:28px;font-weight:400;letter-spacing:1.998px;white-space:nowrap}.baiw-elisava-logo{width:119.684px;height:23px;display:flex;align-items:center;gap:10px}.baiw-elisava-logo img:first-child{width:17.332px;height:17.3px}.baiw-elisava-logo img:last-child{width:92.156px;height:17.848px}.baiw-hero-dla-logo{width:120px;height:62px;display:block;object-fit:contain}.baiw-hero-cc{width:71px;height:26px;display:block;mix-blend-mode:multiply}.baiw-section,.baiw-video-section,.baiw-team{width:100%;max-width:1280px;margin:0 auto;padding:56px}.baiw-section{display:grid;grid-template-columns:repeat(2,minmax(0,432px));column-gap:128px;row-gap:32px;justify-content:center;align-items:start}.baiw-section-heading{grid-column:1;grid-row:1}.baiw-section>.baiw-section-column:nth-of-type(2){grid-column:1;grid-row:2}.baiw-section>.baiw-section-column:nth-of-type(3),.baiw-research .baiw-media-frame{grid-column:2;grid-row:1 / span 2}.baiw-section--abstract>.baiw-section-column:nth-of-type(3){padding-top:198px}.baiw-section--introduction>.baiw-section-column:nth-of-type(3){padding-top:251px}.baiw-section--future>.baiw-section-column:nth-of-type(3),.baiw-section--references>.baiw-reference-list:nth-of-type(3){padding-top:145px}.baiw-eyebrow{margin:0 0 16px;font-family:Inter,var(--baiw-sans);font-size:12px;line-height:1.35;font-weight:600;text-transform:uppercase}.baiw-section h2,.baiw-video-section h2,.baiw-team h2{margin:0;font-family:var(--baiw-serif);font-size:48px;line-height:1.1;font-weight:400}.baiw-section-column,.baiw-reference-list,.baiw-team,.baiw-caption{font-size:21px;line-height:1.5;font-weight:500}.baiw-section-column p,.baiw-reference-list p{margin:0}.baiw-section-column p+p,.baiw-reference-list p+p{margin-top:28px}.baiw-section--future .baiw-section-column p+p,.baiw-reference-list p+p{margin-top:16px}.baiw-section-column strong{font-weight:700}.baiw-section-column em{font-style:italic;font-weight:300}.baiw-keywords-label{font-size:18px}.baiw-media-frame{margin:0;width:100%}.baiw-media-frame img,.baiw-gallery img{display:block;width:100%;border-radius:4px;object-fit:cover}.baiw-media-frame>img{min-height:760px;max-height:1329px;object-position:center}.baiw-research-image>div{width:100%;max-width:432px;min-width:320px;height:1329px;position:relative;overflow:hidden;border-radius:4px}.baiw-research-image img{position:absolute;top:.49%;left:-184.19%;width:375.42%;max-width:none;height:auto;border-radius:0}.baiw-media-frame figcaption,.baiw-caption{margin:12px 0 0;font-size:14px;line-height:1.5}.baiw-video-section{display:flex;flex-direction:column;align-items:center;gap:32px}.baiw-video-heading{width:min(992px,100%)}.baiw-video-embed{width:min(992px,100%);aspect-ratio:992 / 661;border-radius:4px;overflow:hidden;background:#000}.baiw-video-embed iframe{width:100%;height:100%;display:block;border:0}.baiw-gallery{width:min(992px,100%);display:flex;flex-direction:column;gap:32px}.baiw-gallery a{display:block}.baiw-gallery img{aspect-ratio:992 / 592}.baiw-references{grid-template-columns:repeat(2,minmax(0,432px))}.baiw-references .baiw-reference-list:nth-of-type(2){grid-column:1;grid-row:2}.baiw-references .baiw-reference-list:nth-of-type(3){grid-column:2;grid-row:1 / span 2}.baiw-team{display:block}.baiw-team-grid{width:min(992px,100%);margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 128px}.baiw-team-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.baiw-team-grid>div:first-child{gap:48px}.baiw-team-block,.baiw-team-names{display:flex;flex-direction:column;align-items:flex-start}.baiw-team-block .baiw-team-label+a,.baiw-team-block .baiw-team-label+span{margin-top:32px}.baiw-team-block .baiw-team-label:not(:first-child){margin-top:32px}.baiw-team-logo{display:block}.baiw-team-logo--wide{width:324px;height:25px}.baiw-team-logo--stack{width:173.67px;height:89.63px}.baiw-team-label{margin:0;font-family:Inter,var(--baiw-sans);font-size:12px;line-height:28px;font-weight:400;letter-spacing:1.998px;text-transform:uppercase}.baiw-team-grid a,.baiw-team-grid span{color:#000;font-family:var(--baiw-serif);font-size:28px;line-height:1.3;font-weight:400}.baiw-team-grid a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.baiw-team-note{margin:0;font-family:var(--baiw-sans);font-size:21px;line-height:1.5;font-weight:500}.baiw-footer{width:min(992px,calc(100% - 112px));margin:0 auto;padding:56px 0 96px;display:flex;align-items:center;justify-content:space-between;gap:32px;font-size:21px;line-height:1.5;font-weight:600}.baiw-footer p{margin:0}.baiw-footer div{display:flex;align-items:center;gap:12px}.baiw-secondary-button{min-height:40px;padding:8px 14px;background:transparent;color:#000}@media (max-width: 959px){.baiw-header{min-height:112px;padding:0 32px}.baiw-brand{left:32px}.baiw-nav{gap:24px;font-size:14px}.baiw-hero{width:calc(100% - 64px);height:620px;padding:0}.baiw-hero-content{top:auto;bottom:40px;left:32px;width:min(432px,calc(100% - 64px))}.baiw-hero-right{display:none}.baiw-hero h1{min-height:83px;font-size:64px}.baiw-hero-subtitle,.baiw-hero-note{width:100%}.baiw-section{grid-template-columns:repeat(2,minmax(0,352px));column-gap:32px;padding:56px 32px}.baiw-section,.baiw-video-section,.baiw-team{max-width:800px}.baiw-section h2,.baiw-video-section h2,.baiw-team h2{font-size:42px}.baiw-team-grid{gap:40px 32px}.baiw-footer{width:calc(100% - 64px)}}@media (max-width: 699px){.baiw-header{min-height:82px;padding:16px;justify-content:flex-start;align-items:flex-start;gap:14px;flex-direction:column}.baiw-brand{position:static;font-size:12px}.baiw-nav{width:100%;justify-content:flex-start;gap:16px;overflow-x:auto;font-size:12px;line-height:1.35;padding-bottom:4px}.baiw-nav a{flex:0 0 auto}.baiw-hero{width:calc(100% - 32px);height:auto;min-height:620px;margin-bottom:40px;padding:0}.baiw-hero-content{bottom:28px;left:24px;width:calc(100% - 48px);gap:24px}.baiw-hero h1{min-height:58px;font-size:48px;line-height:1.2}.baiw-hero-subtitle{font-size:24px}.baiw-hero-actions{width:100%;flex-direction:column;align-items:stretch}.baiw-primary-button,.baiw-play-button,.baiw-secondary-button{width:100%;min-height:48px;text-align:center}.baiw-hero-note{font-size:15px}.baiw-hero-partners{flex-direction:column;gap:28px}.baiw-hero-label{margin-bottom:12px}.baiw-section,.baiw-video-section,.baiw-team{max-width:375px;padding:44px 16px}.baiw-section{display:flex;flex-direction:column;gap:28px}.baiw-section--abstract>.baiw-section-column:nth-of-type(3),.baiw-section--introduction>.baiw-section-column:nth-of-type(3),.baiw-section--future>.baiw-section-column:nth-of-type(3),.baiw-section--references>.baiw-reference-list:nth-of-type(3){padding-top:0}.baiw-section h2,.baiw-video-section h2,.baiw-team h2{font-size:36px}.baiw-section-column,.baiw-reference-list,.baiw-team,.baiw-caption{font-size:18px}.baiw-media-frame img{min-height:420px;max-height:none}.baiw-research-image>div{min-width:0;height:520px}.baiw-video-section,.baiw-gallery{gap:24px}.baiw-team-grid{grid-template-columns:minmax(0,1fr);gap:32px}.baiw-team-grid>div,.baiw-team-grid>div:first-child{gap:28px}.baiw-team-logo--wide{width:min(324px,100%);height:auto}.baiw-team-grid a,.baiw-team-grid span{font-size:24px}.baiw-footer{width:calc(100% - 32px);padding:44px 0 72px;flex-direction:column;align-items:flex-start}.baiw-footer div{width:100%;flex-direction:column}}.pelusa-page{font-family:var(--sans);color:#000;background:#fff;display:flex;justify-content:center;align-items:flex-start;padding-top:80px;padding-bottom:181px;width:100%}.pelusa-page--desktop{position:relative}.pelusa-page--mobile{padding:40px 16px 181px}.pelusa-page h1,.pelusa-page p{margin:0}.pelusa-page figure{margin:0}.pelusa-brand{align-self:flex-end;width:128px;text-decoration:none;display:block}.pelusa-page--desktop .pelusa-brand{position:absolute;top:56px;left:56px;align-self:auto}.pelusa-brand--mobile{width:88px;align-self:flex-start}.pelusa-inner{width:960px;display:flex;flex-direction:column;gap:40px;align-items:flex-start}.pelusa-hero{display:flex;flex-direction:column;gap:32px}.pelusa-logo{width:800px;display:block}.pelusa-subtitle{font-size:16px;line-height:24px;font-style:italic;font-weight:500;width:460px}.pelusa-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;width:100%;align-items:start}.pelusa-column{display:flex;flex-direction:column;gap:40px}.pelusa-body{font-size:24px;line-height:32px;font-weight:500}.pelusa-body--small{font-size:21px;line-height:32px}.pelusa-paragraphs p+p{margin-top:32px}.pelusa-image,.pelusa-grid-item{width:100%;overflow:hidden}.pelusa-hero-media{position:relative}.pelusa-hero-media--desktop{height:704px}.pelusa-hero-media--mobile{height:484px}.pelusa-hero-video{width:100%;height:100%;object-fit:cover;display:block}.pelusa-audio-toggle{position:absolute;right:16px;bottom:16px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:#000000a6;color:#fff;font-family:var(--sans);font-size:12px;letter-spacing:.02em;cursor:pointer}.pelusa-audio-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}.pelusa-image img,.pelusa-grid-item img{display:block;width:100%;height:100%;object-fit:cover}.pelusa-image--ratio{aspect-ratio:4096 / 2731}.pelusa-image--tall{height:1131px}.pelusa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;width:100%}.pelusa-grid-item--one{height:649.358px}.pelusa-grid-item--two{height:653.182px}.pelusa-grid-item--three{height:654px}.pelusa-grid-item--four{height:651.4px}.pelusa-mobile-inner{width:100%;display:flex;flex-direction:column;gap:40px}.pelusa-hero--mobile{gap:0}.pelusa-logo--mobile,.pelusa-subtitle--mobile{width:100%}.pelusa-mobile-block,.pelusa-mobile-grid{display:flex;flex-direction:column;gap:40px}.pelusa-image--mobile,.pelusa-grid-item--mobile{height:484px}.pelusa-grid-item--ratio-one{aspect-ratio:2026 / 2860}.pelusa-grid-item--ratio-two{aspect-ratio:2024 / 2874}.pelusa-grid-item--ratio-four{aspect-ratio:2014 / 2852}
