*,*:before,*:after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}a,button{color:currentColor;text-decoration:none}ul{list-style-type:none}:root{--light-pink: hsl(306, 100%, 94%);--light-blue: hsl(197, 58%, 85%);--mid-purple: #2D262E;--dark-purple: #221E23;--black: hsl(0, 0, 0);--light-pink-20: color-mix(in srgb, var(--light-pink) 20%, transparent);--light-pink-30: color-mix(in srgb, var(--light-pink) 30%, transparent);--light-blue-20: color-mix(in srgb, var(--light-blue) 20%, transparent);--light-blue-30: color-mix(in srgb, var(--light-blue) 30%, transparent);--base-colour: var(--light-blue);--bg-colour: #000;--base-colour-20: color-mix(in srgb, var(--base-colour) 20%, transparent);--base-colour-30: color-mix(in srgb, var(--base-colour) 30%, transparent);--bg-colour-20: color-mix(in srgb, var(--bg-colour) 95%, white);--gutter: 1.5rem;--icon-size: 32px}.grid{display:grid;gap:var(--gutter);--cols: 16;grid-template-columns:repeat(var(--cols),minmax(0,1fr))}.col{grid-column:var(--start, auto) / span var(--span, var(--cols))}.grid-for-nav{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr}@media(max-width:400px){.grid{gap:.75rem}}@media(min-width:480px){.grid:not(#cohort_list){--cols: 8}}@media(min-width:768px){.grid{--cols: 12}}@media(min-width:1024px){.grid{--cols: 16}}header{border-bottom:1px solid var(--base-colour-20);margin-top:60px;padding-bottom:2rem;padding-inline:var(--gutter);grid-template-rows:auto 1fr;transition:height .3s ease}header:has(nav.visible){height:100dvh}#primary{display:none;grid-column:1 / -1;grid-row-start:2}#primary ul:not(:last-child){display:flex;flex-direction:column;gap:.875rem;margin-bottom:.5rem}#primary ul:not(:last-child)>li:first-child{font-weight:600}#primary.visible{display:initial}#primary.visible ul{margin-bottom:3rem}#primary.visible li{font-weight:300;font-size:2rem}#nav-button{background-color:unset;background-repeat:no-repeat;background-position:center;background-image:url(/open-menu.svg);border:none;grid-column-end:-1;justify-self:end}#nav-button.closed{background-image:url(/close-menu.svg)}.btn{background-color:var(--base-colour);color:#000;padding:1em 3em;line-height:4em;border-radius:2em}.btn:hover{background-color:#000;color:var(--base-colour);text-decoration:none}.big-button{display:block;background-color:var(--bg-colour-20);color:var(--base-colour);width:100%;padding-block:3rem;border-radius:.5rem;border:none;text-align:center}.big-button h2{margin:0;color:inherit;text-decoration:none}.big-button:hover{background-color:var(--base-colour);color:var(--bg-colour-20)}nav#back{margin-block:2rem}#secondary{display:flex;flex-direction:column;gap:0;grid-column:1 / -1}#secondary button{background:none;border:none;color:var(--base-colour);cursor:pointer}#secondary button:hover:not(.sec-acc-toggle),#secondary button.is-active:not(.sec-acc-toggle){text-decoration:underline}#secondary .sec-accordion{border-top:1px solid var(--border, #ddd);border-bottom:1px solid var(--border, #ddd)}#secondary .sec-acc-toggle{width:100%;text-align:left;padding:.875rem 0;font:inherit;background:none;border:0;display:flex;align-items:center;justify-content:space-between}#secondary .sec-acc-toggle:after{content:"+"}#secondary .sec-acc-toggle[aria-expanded=true]:after{content:"–"}#secondary .sec-accordion>ul{margin:0;padding:.5rem 0 .75rem;display:flex;flex-direction:column;gap:.5rem;list-style:none}#secondary .sec-accordion li button{width:100%}#secondary [hidden]{display:none!important}.project-card[hidden]{display:none}@media(min-width:480px){#secondary .sec-accordion>ul{gap:.625rem}}@media(min-width:768px){#primary{display:flex;grid-column-start:3;grid-row-start:unset}#primary ul:last-child{display:flex;gap:24px;margin-left:auto}#primary.visible{display:flex}#nav-button{display:none}#secondary{display:flex;flex-direction:row;justify-content:space-between}#secondary .sec-accordion{border:0}#secondary .sec-acc-toggle{display:none}#secondary .sec-accordion>ul{display:flex;flex-direction:row;gap:1rem;padding:0}}@media(min-width:1024px){#secondary{gap:.5rem}#secondary .sec-accordion>ul{gap:.5rem}}@media(min-width:1280px){#secondary{gap:2rem}#secondary .sec-accordion>ul{gap:.5rem}}html{font-family:Inter,sans-serif;font-size:100%}h1{font-size:3.1875rem;font-style:normal;font-weight:400;line-height:3.675rem}h2{font-size:2.125rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:1rem}.archive-year h2{padding-top:1rem;border-top:1px solid var(--base-colour)}.grid>h1,.grid>h2{grid-area:1 / 1 / 2 / -1}h3{font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2.5rem}#biography h3{margin-bottom:.5rem}h4{margin-bottom:2rem}h6{font-weight:400}#biography h4{font-weight:300}.project-card h3{margin-bottom:1rem}p{font-size:1rem;font-style:normal;font-weight:300;line-height:1.5rem;margin-bottom:2rem}.project-card p{margin-bottom:0}#footer p{font-size:.9375rem;font-weight:400;line-height:normal}#primary li,#secondary li{font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}a:hover,.current{text-decoration:underline;text-underline-offset:.3em;opacity:.8}@media(min-width:480px){#secondary li{font-size:.65rem}}@media(min-width:1024px){#secondary li{font-size:.75rem}}.hugeicons--linkedin-01{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'%3E%3Cpath stroke-linecap='round' stroke-width='1.5' d='M7 10v7m4-4v4m0-4a3 3 0 1 1 6 0v4m-6-4v-3'/%3E%3Cpath stroke-linecap='round' stroke-width='2' d='M7.008 7h-.009'/%3E%3Cpath stroke-width='1.5' d='M2.5 12c0-4.478 0-6.718 1.391-8.109S7.521 2.5 12 2.5c4.478 0 6.718 0 8.109 1.391S21.5 7.521 21.5 12c0 4.478 0 6.718-1.391 8.109S16.479 21.5 12 21.5c-4.478 0-6.718 0-8.109-1.391S2.5 16.479 2.5 12Z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--linkedin-02{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M4.5 9.5H4c-.943 0-1.414 0-1.707.293S2 10.557 2 11.5V20c0 .943 0 1.414.293 1.707S3.057 22 4 22h.5c.943 0 1.414 0 1.707-.293S6.5 20.943 6.5 20v-8.5c0-.943 0-1.414-.293-1.707S5.443 9.5 4.5 9.5Zm2-5.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0Z'/%3E%3Cpath stroke-linejoin='round' d='M12.326 9.5H11.5c-.943 0-1.414 0-1.707.293S9.5 10.557 9.5 11.5V20c0 .943 0 1.414.293 1.707S10.557 22 11.5 22h.5c.943 0 1.414 0 1.707-.293S14 20.943 14 20v-3.5c0-1.657.528-3 2.088-3c.78 0 1.412.672 1.412 1.5v4.5c0 .943 0 1.414.293 1.707s.764.293 1.707.293h.499c.942 0 1.414 0 1.707-.293c.292-.293.293-.764.293-1.706L22 14c0-2.486-2.364-4.5-4.703-4.5c-1.332 0-2.52.652-3.297 1.673c0-.63 0-.945-.137-1.179a1 1 0 0 0-.358-.358c-.234-.137-.549-.137-1.179-.137Z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--instagram{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1'%3E%3Cpath stroke-linejoin='round' stroke-width='1.5' d='M2.5 12c0-4.478 0-6.718 1.391-8.109S7.521 2.5 12 2.5c4.478 0 6.718 0 8.109 1.391S21.5 7.521 21.5 12c0 4.478 0 6.718-1.391 8.109S16.479 21.5 12 21.5c-4.478 0-6.718 0-8.109-1.391S2.5 16.479 2.5 12Z'/%3E%3Cpath stroke-width='1.5' d='M16.5 12a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.508 6.5h-.01'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--vimeo{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.346 4.654c-2.309-1.833-5.885.99-6.75 2.473c1.301.305 3.904.416 1.404 4.9c-1 1.662-3.3 3.788-4.5-.996C10 5.051 10 .567 2 7.543c.476.948 1.766 1.045 2.741.627c.887-.38 1.802-.229 2.259 1.367c1 3.487 1.5 10.45 5 10.45c3.634.494 12.461-12.86 9.346-15.333'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--mail-01{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m2 6l6.913 3.917c2.549 1.444 3.625 1.444 6.174 0L22 6'/%3E%3Cpath d='M2.016 13.476c.065 3.065.098 4.598 1.229 5.733c1.131 1.136 2.705 1.175 5.854 1.254c1.94.05 3.862.05 5.802 0c3.149-.079 4.723-.118 5.854-1.254c1.131-1.135 1.164-2.668 1.23-5.733c.02-.986.02-1.966 0-2.952c-.066-3.065-.099-4.598-1.23-5.733c-1.131-1.136-2.705-1.175-5.854-1.254a115 115 0 0 0-5.802 0c-3.149.079-4.723.118-5.854 1.254c-1.131 1.135-1.164 2.668-1.23 5.733a69 69 0 0 0 0 2.952Z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--mail-send-01{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' d='M22 12.5c0-.491-.005-1.483-.016-1.976c-.065-3.065-.098-4.598-1.229-5.733c-1.131-1.136-2.705-1.175-5.854-1.254a115 115 0 0 0-5.802 0c-3.149.079-4.723.118-5.854 1.254c-1.131 1.135-1.164 2.668-1.23 5.733a69 69 0 0 0 0 2.952c.066 3.065.099 4.598 1.23 5.733c1.131 1.136 2.705 1.175 5.854 1.254q1.204.03 2.401.036'/%3E%3Cpath d='m2 6l6.913 3.925c2.526 1.433 3.648 1.433 6.174 0L22 6'/%3E%3Cpath stroke-linecap='round' d='M22 17.5h-8m8 0c0-.7-1.994-2.008-2.5-2.5m2.5 2.5c0 .7-1.994 2.009-2.5 2.5'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--behance-02{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.5 12c0-4.478 0-6.718 1.391-8.109S7.521 2.5 12 2.5c4.478 0 6.718 0 8.109 1.391S21.5 7.521 21.5 12c0 4.478 0 6.718-1.391 8.109S16.479 21.5 12 21.5c-4.478 0-6.718 0-8.109-1.391S2.5 16.479 2.5 12Z'/%3E%3Cpath stroke-linecap='round' d='M6.75 11.985v-2.98c0-.282.232-.51.518-.51h1.978c.44 0 .892.075 1.22.365c.35.31.69.79.674 1.43c-.02.75-.566 1.633-1.367 1.695c-.8.062-1.552 0-3.022 0m0 0v2.983c0 .282.232.51.518.513c1.14.01 1.804.051 2.505-.003c.8-.061 1.347-.946 1.367-1.694c.016-.641-.324-1.121-.674-1.431c-.328-.29-.78-.366-1.22-.366zm10.045 2.98c-.438.425-2.572 1.264-3.341-.944c-.08-.221-.144-.697-.107-1.064m0 0c.064-.626.34-1.503 1.364-1.861c1.468-.513 2.391.91 2.63 1.861zm1.242-3.956h1.36'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.hugeicons--youtube{display:inline-block;width:var(--icon-size);height:var(--icon-size);--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M12 20.5c1.81 0 3.545-.179 5.153-.507c2.01-.41 3.014-.614 3.93-1.792c.917-1.179.917-2.532.917-5.238v-1.926c0-2.706 0-4.06-.917-5.238c-.916-1.178-1.92-1.383-3.93-1.792A26 26 0 0 0 12 3.5c-1.81 0-3.545.179-5.153.507c-2.01.41-3.014.614-3.93 1.792C2 6.978 2 8.331 2 11.037v1.926c0 2.706 0 4.06.917 5.238c.916 1.178 1.92 1.383 3.93 1.792c1.608.328 3.343.507 5.153.507Z'/%3E%3Cpath stroke-linejoin='round' d='M15.962 12.313c-.148.606-.938 1.04-2.517 1.911c-1.718.947-2.577 1.42-3.272 1.237a1.7 1.7 0 0 1-.635-.317C9 14.709 9 13.806 9 12s0-2.709.538-3.144c.182-.147.4-.256.635-.317c.695-.183 1.554.29 3.272 1.237c1.58.87 2.369 1.305 2.517 1.911c.05.206.05.42 0 .626Z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}body{background-image:url(https://oauioksownmiiwlzajpk.supabase.co/storage/v1/object/public/assets/matter/bg.webp);background-repeat:no-repeat;background-size:100%;background-position:top right;background-color:var(--bg-colour);color:var(--base-colour)}img{max-width:100%}figure{overflow:hidden}.card{display:flex;flex-direction:column;gap:.5em}.card img{width:100%;aspect-ratio:1.414 / 1;object-fit:cover}.logo{color:#fff;width:115px;height:65px;margin-top:-10px;grid-column:span 6}.cohort-logo{margin-bottom:50px;margin-left:-50px}section{margin-top:3rem;margin-bottom:11rem;padding-inline:24px}#hero{padding-inline:50px var(--gutter)}#hero #element-icon{display:none}#we-are-bmd div{grid-column:span 16}#we-are-bmd div:nth-of-type(1){order:2}#we-are-bmd div:nth-of-type(2){order:1}.card.faculty{grid-column:span 16}.card.faculty img{aspect-ratio:1/1}#panelists.grid{--cols: 15}#panelists div:first-of-type{display:grid;grid-template-columns:subgrid;grid-column:1 / -1}#panelists div:first-of-type p{grid-column:span calc(var(--cols) / 2)}.card.panelist{grid-column:span 16}.card.panelist img{aspect-ratio:1/1}.project-card{grid-column:span 16}.project-card img{margin-bottom:.5rem}#countdown{display:flex;flex-direction:column;align-items:center}#countdown h2{margin-bottom:5rem}#timer{display:flex;justify-content:center;gap:1rem}@media(max-width:370px){#timer{gap:.5rem}}#timer div{display:flex;flex-direction:column;align-items:center}#timer span{display:block;font-size:3rem;font-weight:700;line-height:1}@media(max-width:370px){#timer span{font-size:2rem}}#timer small{font-size:.875rem;opacity:.8}#timer .sep{font-size:3rem;font-weight:500;line-height:1}@media(max-width:370px){#timer .sep{font-size:2rem}}.avatar{aspect-ratio:1 / 1;border-radius:50%;max-width:60vw;object-fit:cover;grid-column:1 / -1}#biography>h1{grid-column:1 / -1;grid-row-start:2}#biography--details{grid-column:1 / -1}#social-links{display:flex;gap:.5rem;margin-block:3rem}#social-links span{cursor:pointer}#social-links span:hover{opacity:.8}#portfolio-images{display:flex;flex-direction:column;gap:1rem}footer{margin-block:14rem;padding-inline:1.5rem}footer svg{margin-top:-70px;max-width:300px}footer ul{display:flex;flex-direction:column;grid-column:span 16;padding:0;gap:1rem}.archive-card{grid-column:span 16}.archive-card figure{margin-bottom:1rem}.cohort-card{border:1px solid var(--border, #ddd);border-radius:12px;overflow:clip;background:#fff}.cohort-card a{display:block;text-decoration:none;color:inherit;height:100%}.cohort-card figure{aspect-ratio:16/9;overflow:hidden}.cohort-card img{width:100%;height:100%;object-fit:cover;display:block}.cohort-card h3{font-size:1rem;line-height:1.2;margin:.75rem .75rem 0}.cohort-card p{font-size:.9rem;opacity:.8;margin:.25rem .75rem .9rem}#project_description{columns:1;margin-bottom:2rem}#project_collateral,#project_images{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.avatar{grid-column-start:-1;grid-row:span 2}#biography>h1{grid-row-start:1}#biography--details{grid-row-start:2}.logo{grid-column:span 2}#hero{display:flex;gap:5rem}#hero div{flex:1 1 0}#we-are-bmd div{grid-column:span calc(var(--cols) / 2)}#we-are-bmd div:nth-of-type(1){order:1}#we-are-bmd div:nth-of-type(2){order:2}.card.faculty,.archive-card{grid-column:span 4}#panelists.grid{--cols: 16}.card.panelist{grid-column:span 8}#project_description{columns:2}}@media(min-width:768px){#panelists.grid,#faulty.grid{--cols: 16}.card.panelist{grid-column:span 4}#hero{padding-block:10rem}#hero #element-icon{display:initial}#timer{gap:2rem}#timer span{font-size:4rem}#timer small{font-size:1rem}#timer .sep{font-size:3rem}#about{display:flex;flex-direction:row;gap:20vw}#about img{width:100%}#about>*{flex:1 1 0}#featured.grid{--cols: 15}.project-card{grid-column:span 3}.project-card img{margin-bottom:.5rem}footer ul:nth-child(2){grid-column:span 8}footer ul:nth-child(3){grid-column:span 4}footer ul:nth-child(4){grid-column:span 4}#project_description{columns:3}}@media(min-width:1024px){footer ul:nth-child(2){grid-column:span 8}footer ul:nth-child(3){grid-column:span 4}footer ul:nth-child(4){grid-column:span 4}#panelists.grid{--cols: 15}.card.faculty{grid-column:span 2}.card.panelist{grid-column:span 3}#project_description{columns:4}}
