.image-caption{position:absolute;padding:19px 25px;bottom:0;left:0;font-weight:500}.news-post .image-caption{font-weight:400;position:relative}.news-post .flexible-image-gallery .image-caption{background:var(--color--white);text-align:center;height:auto;width:100%;padding:19px 25px;margin:0;clip:unset}@media(min-width:calc(1024px + 1px)){.news-post .flexible-image-gallery .image-caption{padding:31px 31px 0}}.base-image{width:100%;position:relative}.base-image__inner{display:flex;position:relative;background-repeat:no-repeat;background-size:cover}.base-image__inner.has-ratio{display:block}.base-image__inner.has-ratio img{position:absolute}.base-image__inner img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;left:0;top:0;bottom:0;right:0;width:100%;max-width:100%;height:100%}@media(max-width:768px){.base-image__inner img{min-height:unset!important}}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color--gray-light);color:var(--color--text-black);transition:color .6s,background-color .6s;margin:0;padding:0}a{color:inherit;transition:color .2s linear;text-decoration:none}.main p a{position:relative;display:inline-block}.main p a:before{content:"";border-bottom:1px solid var(--color--gray-tertiary-light);width:100%;position:absolute;bottom:0;left:0;transition:border-color .2s linear}.main p a:after{content:"";display:inline-block;width:10px;height:10px;padding:2px 0 4px 5px;margin-right:4px;background-position:90% 60%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDYuMDM0di4yNDNoLS40ODZWLjgyNUwuMzQ0IDEwIDAgOS42NTcgOS4xNzUuNDg3SDMuNzIzVjBIMTB2Ni4wMzR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+")}.main p a:hover:before{border-color:var(--color--navy-light)}.main p a:hover:after{background-position:100% 50%}.project-details--building-info-link{border-bottom:1px solid var(--color--gray-tertiary-light);transition:border-color .2s linear}.project-details--building-info-link:after{content:"";display:inline-block;width:10px;height:10px;padding:2px 0 4px 5px;margin-right:4px;background-position:90% 60%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDYuMDM0di4yNDNoLS40ODZWLjgyNUwuMzQ0IDEwIDAgOS42NTcgOS4xNzUuNDg3SDMuNzIzVjBIMTB2Ni4wMzR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+")}.project-details--building-info-link:hover.project-details--building-info-link{border-color:var(--color--navy-light)}.project-details--building-info-link:hover:after{background-position:100% 50%}p a:hover{color:var(--color--navy-light)}.the-footer a:hover,.the-header a:hover{color:var(--color--navy)}img{max-width:100%}::-moz-selection{background:var(--color--gray-tertiary-light);color:var(--color--text-black)}::selection{background:var(--color--gray-tertiary-light);color:var(--color--text-black)}.background--white{background-color:var(--color--white)}.background--gray-light{background-color:var(--color--gray-light)}.background--gray-secondary{background-color:var(--color--gray-secondary)}.background--gray-tertiary{background-color:var(--color--gray-tertiary)}.background--gray-tertiary-light{background-color:var(--color--gray-tertiary-light)}.background--gray-tertiary-light ::-moz-selection{background:var(--color--gray-light)}.background--gray-tertiary-light ::selection{background:var(--color--gray-light)}.background--navy{background-color:var(--color--navy);color:var(--color--white)}.background--navy ::-moz-selection{background:var(--color--gray-light)}.background--navy ::selection{background:var(--color--gray-light)}.color--white{color:var(--color--white)}.color--navy{color:var(--color--navy)}.color--navy-light{color:var(--color--navy-light)}.color--gray{color:var(--color--gray)}.color--gray-tertiary{color:var(--color--gray-tertiary)}.color--gray-tertiary-light{color:var(--color--gray-tertiary-light)}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}.input-wrapper{display:flex;width:100%;justify-content:space-between}.input-wrapper input{flex:1;border:1px solid var(--color--gray-tertiary)}input{background-color:transparent;border:none;height:38px;font:inherit;font-size:var(--small-font-size);padding:9px}form label{padding-bottom:15px}@media(max-width:1024px){form label{padding:15px 0}}form button{color:var(--color--white);background:var(--color--navy);width:150px}.grid{grid-template-columns:repeat(4,1fr);grid-column-gap:var(--grid-gap)}@media(min-width:calc(1024px + 1px)){.grid{display:grid}}@media(max-width:1024px){.grid--mobile{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:var(--grid-gap)}}.grid--2{grid-template-columns:repeat(2,1fr)}@media(min-width:calc(480px + 1px)){.grid--2-tablet{grid-template-columns:repeat(2,1fr)}}@media(min-width:calc(768px + 1px)){.grid--2-laptop{grid-template-columns:repeat(2,1fr)}}.grid--3{grid-template-columns:repeat(3,1fr)}@media(min-width:calc(1024px + 1px)){.grid--3-desktop{grid-template-columns:repeat(3,1fr)}}@media(min-width:calc(1024px + 1px)){.grid--6-desktop{grid-template-columns:repeat(6,1fr)}}@media(min-width:calc(1024px + 1px)){.grid--7-desktop{grid-template-columns:repeat(7,1fr)}}@media(min-width:calc(1024px + 1px)){.grid--12-desktop{grid-template-columns:repeat(12,1fr)}}.grid>.grid--span-5{grid-column:span 5}@media(min-width:calc(1024px + 1px)){.grid>.grid--span-5-desktop{grid-column:span 5}}@media(min-width:calc(768px + 1px)){.col-span--1{grid-column:span 1}.col-span--2{grid-column:span 2}.col-span--3{grid-column:span 3}.col-span--4{grid-column:span 4}.col-span--5{grid-column:span 5}.col-span--6{grid-column:span 6}.col-span--7{grid-column:span 7}.col-span--all{grid-column:1/-1}.col-span--inset-1{grid-column:2/12}}.grid__card{position:relative}.grid__card:after{content:"";position:absolute;width:0;height:1px;bottom:-14px;left:0;background:currentColor;pointer-events:none;transition:width 575ms ease-in-out}@media(min-width:calc(1024px + 1px)){.grid__card:hover:after{width:66.6666666667%}}.news-feed-card,.work-feed-card,.work-feed-filter{opacity:1;transition:transform .5s ease-in-out,opacity .5s ease-in-out;transform:translateY(0)}.news-feed-card,.work-feed-card{text-decoration:none;display:block}@media(max-width:1024px){.news-feed-card,.work-feed-card{margin-bottom:40px}}.link-list a{padding-top:23px}.link-list a:first-child{padding-top:26px}@media(min-width:calc(1024px + 1px)){.link-list a{padding-top:32px}.link-list a:first-child{padding-top:5px}}a.scrollactive-item{transition:color .2s linear}a.scrollactive-item.is-active{color:var(--color--navy)}.pre-footer__navigation{grid-column:span 12;align-items:flex-start}.pre-footer__navigation a{text-decoration:none;word-break:keep-all}@media(max-width:1024px){.pre-footer__navigation a{width:min-instrinsic;width:-moz-min-content;width:min-content;-ms-grid-columns:min-content;display:flex;flex-direction:column}.pre-footer__navigation a.next{flex-direction:column-reverse;text-align:right}}.list--nostyle{list-style:none;margin:0}@media(min-width:calc(768px + 1px)){.list--two-column{-moz-columns:2;column-count:2}.list--two-column li{padding-right:var(--grid-gap);-moz-column-break-inside:avoid;break-inside:avoid}}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .75s}.cookies--hero .lazyloaded,.hero--secondary .lazyloaded,.project-hero .lazyloaded,.work-feed-slide__hero .lazyloaded{transition:opacity 1s}.have-u-seen-me{opacity:0;transition:opacity .75s linear}.have-u-seen-me.pre-seent,.have-u-seen-me.seent-it,.have-u-seen-me.view-in{opacity:1}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;background:transparent;margin:0;padding:0;color:inherit;font:inherit;letter-spacing:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}.swiper__pagination{margin:0 auto;position:relative;z-index:2}@media(max-width:1024px){.swiper__pagination{transform:translateY(-43px);position:absolute;width:100%}}@media(min-width:calc(1024px + 1px)){.swiper__pagination{margin-top:38px}}.swiper__pagination .swiper-pagination-bullet{margin:0 5.5px;opacity:.25;background-color:var(--color--white);width:14px;height:14px;transition:all .2s ease-in-out}@media(min-width:calc(1024px + 1px)){.swiper__pagination .swiper-pagination-bullet{width:20px;height:20px;margin:0 7.5px;background-color:var(--color--gray-tertiary)}}.swiper__pagination .swiper-pagination-bullet-active,.swiper__pagination .swiper-pagination-bullet:hover{opacity:.7}@media(min-width:calc(1024px + 1px)){.swiper__pagination .swiper-pagination-bullet-active,.swiper__pagination .swiper-pagination-bullet:hover{opacity:1}}.swiper .swiper-button-next,.swiper .swiper-button-prev{top:50%;color:#fff;width:5%;height:auto;transform:translateY(-25%)}.swiper .swiper-button-next:focus,.swiper .swiper-button-next :focus,.swiper .swiper-button-prev:focus,.swiper .swiper-button-prev :focus{outline:none}@media(min-width:calc(1024px + 1px)){.swiper .swiper-button-next,.swiper .swiper-button-prev{width:var(--grid-margin)}}.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{content:""}.swiper .swiper-button-next svg,.swiper .swiper-button-prev svg{width:100%;max-width:55px;min-width:26px}@media(min-width:calc(1024px + 1px)){.swiper .swiper-button-next svg,.swiper .swiper-button-prev svg{max-width:115px;min-width:100px;padding:0 27px 0 34px}}.swiper .swiper-button-prev{left:var(--grid-margin)}@media(min-width:calc(1024px + 1px)){.swiper .swiper-button-prev{left:0}}.swiper .swiper-button-prev svg{margin-left:auto}.swiper .swiper-button-next{right:var(--grid-margin)}@media(min-width:calc(1024px + 1px)){.swiper .swiper-button-next{right:0}}.swiper .swiper-button-next svg{transform:rotate(180deg);margin-right:auto}.swiper-slide-active{opacity:1!important}.swiper-slide:not(.swiper-slide-active) .image-caption{opacity:0}@-moz-document url-prefix(){.swiper-slide:not(.work-feed__slide){width:100%!important}.swiper-slide:not(.work-feed__slide) .base-image{width:calc(100% + 2px);transform:translateX(-1px)}}@media(max-width:1024px){.swiper-slide .image-caption{border:0;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}@font-face{font-family:Mallory;src:url(/assets/fonts/Mallory-Book.9da57a7c.woff2) format("woff2"),url(/assets/fonts/Mallory-Book.1311291b.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mallory;src:url(/assets/fonts/Mallory-BookItalic.53bfe99b.woff2) format("woff2"),url(/assets/fonts/Mallory-BookItalic.027812dd.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Mallory;src:url(/assets/fonts/Mallory-Medium.3211aebc.woff2) format("woff2"),url(/assets/fonts/Mallory-Medium.1f097eaf.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Mallory;src:url(/assets/fonts/Mallory-Bold.226b711c.woff2) format("woff2"),url(/assets/fonts/Mallory-Bold.8c256832.woff) format("woff");font-weight:700;font-style:normal}:root{--font-family-primary:"Mallory",sans-serif;--body-font-size:16px;--body-line-height:25px;--display-font-size:16px;--display-line-height:25px;--letter-spacing:0.03em;--letter-spacing--lg:0.07em;--h1-font-size:50px;--h1-line-height:50px;--h2-font-size:25px;--h2-line-height:27px;--h2-margin-bottom:16px;--h3-font-size:32px;--h3-font-size--alt:26px;--h3-line-height:40px;--h4-font-size:20px;--h4-line-height:25px;--h5-font-size:18px;--h5-line-height:18px;--h5-line-height--alt:29px;--small-font-size:14px;--small-line-height:22px;--x-small-font-size:16px;--x-small-line-height:22px;--xx-small-font-size:10px;--xx-small-line-height:14px;--button-font-size:16px;--button-line-height:20px;--sub-font-size:13px;--sub-font-size--alt:11px;--sub-font-size--lg:16px;--sub-line-height:16px;--sub-line-height--alt:14px;--sub-line-height--lg:20px}@media(min-width:calc(768px + 1px)){:root{--body-font-size:18px;--body-line-height:27px;--display-font-size:26px;--display-line-height:39px;--h1-font-size:58px;--h1-line-height:61px;--h2-font-size:32px;--h2-line-height:38px;--h2-margin-bottom:34px;--h3-font-size:34px;--h3-line-height:46px;--h4-font-size:23px;--h4-line-height:31px;--h5-font-size:22px;--h5-line-height:32px;--small-font-size:16px;--small-line-height:27px;--xx-small-font-size:12px;--xx-small-line-height:17px;--button-font-size:18px;--button-line-height:30px;--sub-font-size:14px;--sub-font-size--lg:18px;--sub-line-height:17px;--sub-line-height--lg:28px}}@media(min-width:calc(1440px + 1px)){:root{--body-font-size:20px;--body-line-height:30px;--display-font-size:32px;--display-line-height:48px;--h1-font-size:65px;--h1-line-height:68px;--h2-font-size:40px;--h2-line-height:46px;--h2-margin-bottom:42px;--h3-font-size:36px;--h3-line-height:48px;--h4-font-size:25px;--h4-line-height:31px;--h5-font-size:25px;--h5-line-height:38px;--small-font-size:18px;--small-line-height:29px;--xx-small-font-size:13px;--xx-small-line-height:18px;--button-font-size:20px;--button-line-height:32px;--sub-font-size:15px;--sub-font-size--lg:20px;--sub-line-height:18px;--sub-line-height--lg:30px}}body{font-family:var(--font-family-primary);font-weight:400;font-size:var(--body-font-size);line-height:var(--body-line-height);letter-spacing:var(--letter-spacing);font-variant-numeric:oldstyle-nums;font-feature-settings:"onum"}p:not(:last-child){margin-bottom:13px}@media(min-width:calc(1024px + 1px)){p:not(:last-child){margin-bottom:22px}}.h1{font-size:var(--h1-font-size);line-height:var(--h1-line-height)}.h2{font-size:var(--h2-font-size);line-height:var(--h2-line-height);letter-spacing:var(--letter-spacing--lg);margin-bottom:var(--h2-margin-bottom)}.h3{font-size:var(--h3-font-size);line-height:var(--h3-line-height)}@media(max-width:1024px){.h3--alt{font-size:var(--h3-font-size--alt)}}.h4,h4{font-size:var(--h4-font-size);line-height:var(--h4-line-height)}.h5{font-size:var(--h5-font-size);line-height:var(--h5-line-height);font-weight:500}.h5 p:not(:last-child),p.h5:not(:last-child){margin-bottom:24px}@media(min-width:calc(1024px + 1px)){.h5 p:not(:last-child),p.h5:not(:last-child){margin-bottom:21px}}.h5--alt{font-weight:500}@media(max-width:1024px){.h5--alt{line-height:var(--h5-line-height--alt);font-weight:400}}.display{font-size:var(--display-font-size);line-height:var(--display-line-height)}.small{font-size:var(--small-font-size);line-height:var(--small-line-height)}.xsmall{font-size:var(--x-small-font-size);line-height:var(--x-small-line-height)}.xxsmall{font-size:var(--xx-small-font-size);line-height:var(--xx-small-line-height)}@keyframes slideOutIn{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes slideInOut{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.button{position:relative;font-size:var(--button-font-size);color:var(--color--gray-tertiary);line-height:var(--button-line-height);display:table;font-weight:500;letter-spacing:var(--letter-spacing--lg);padding-bottom:7px;text-decoration:none;width:-moz-max-content;width:max-content}@media(min-width:calc(1024px + 1px)){.button{padding-bottom:3px}}.button:after,.button:before{content:"";position:absolute;width:100%;height:1px;top:100%;left:0;background:currentColor;pointer-events:none;animation-duration:.75s;animation-fill-mode:forwards}.button:before{transform-origin:0 50%;z-index:2}.button:after{transform-origin:100% 50%;transform:scaleX(0);animation-delay:.5s}.button.active:before,.button:hover:before{transform-origin:100% 50%;animation-name:slideOutIn}.button.active:after,.button:hover:after{transform-origin:0 50%;animation-name:slideInOut}@media(max-width:1024px){.button:hover:after,.button:hover:before{animation-name:unset}}.background--navy .button,.button.color--white{color:var(--color--white);border-color:var(--color--white)}.sub{font-size:var(--sub-font-size);line-height:var(--sub-line-height);letter-spacing:var(--letter-spacing--lg)}@media(max-width:1024px){.sub.sub--alt{font-size:var(--sub-font-size--alt);line-height:var(--sub-line-height--alt)}}.sub--lg{font-size:var(--sub-font-size--lg);line-height:var(--sub-line-height--lg);letter-spacing:var(--letter-spacing--lg)}strong{font-weight:600}.medium{font-weight:500}em,i{font-style:italic}ul{list-style-type:disc;margin-left:1.25em;margin-bottom:1.25em}ul li{margin-bottom:.6em}ol{list-style-type:decimal;margin-left:1.25em;margin-bottom:1.25em}ol li{margin-bottom:.6em}.mb-50{margin-bottom:30px}@media(min-width:calc(768px + 1px)){.mb-50{margin-bottom:40px}}@media(min-width:calc(1024px + 1px)){.mb-50{margin-bottom:50px}}:root{--sab:constant(safe-area-inset-bottom)}html{--base-font-size:17px}body{--color--white:#fff;--color--text-black:#2b2828;--color--gray:#c6c3c3;--color--gray-light:#f8f7f7;--color--gray-secondary:#ededed;--color--gray-tertiary:#575757;--color--gray-tertiary-light:#cbd0cc;--color--navy:#282e41;--color--navy-light:#374059;--header-height:53px;--margin-h:27px;--margin-b:97px;--margin-t:43px;--margin-top--hero-header:50px;--content-width:860px;--grid-gap:20px;--grid-margin:7vw;--max-width--content:1239px;--max-width--readable:658px;--max-width--readable-sm:370px;--max-width--readable-lg:885px}@media(min-width:calc(768px + 1px)){body{--grid-margin:8.25vw;--margin-h:118px;--header-height:72px}}@media(min-width:calc(2300px + 1px)){body{--grid-gap:40px;--max-width--readable:1000px;--max-width--readable-sm:740px;--max-width--readable-lg:1770px}}.dropdown{position:relative}@media(max-width:1024px){.dropdown{display:none!important}}.dropdown ul.dropdown__menu{position:absolute;min-width:22ch;width:-moz-max-content;width:max-content;top:var(--header-height);height:0;opacity:0;transition:all .2s ease-out .15s;pointer-events:none}.dropdown ul.dropdown__menu li{color:var(--color--gray-light);margin:0 0 0 7.5px}.dropdown ul.dropdown__menu li:not(:last-child) a{border-bottom:1px solid var(--color--gray-tertiary)}.dropdown ul.dropdown__menu li a{display:block;padding:14px 24px;background-color:var(--color--navy);transition:all .2s ease-in-out}.dropdown ul.dropdown__menu li a.active--exact,.dropdown ul.dropdown__menu li a:hover{background-color:var(--color--white);color:var(--color--navy-light)}.headroom:not(.headroom--unpinned) .dropdown:focus-within .dropdown__menu,.headroom:not(.headroom--unpinned) .dropdown:hover .dropdown__menu{opacity:1;height:auto;visibility:visible;pointer-events:all}#menuToggle{display:flex;flex-direction:column;justify-content:space-around;height:15px}#menuToggle>*{transition:all .1s linear}@media(min-width:calc(1024px + 1px)){#menuToggle{display:none}}.menu--open #menuToggle svg:first-child{transform:rotate(45deg) translateY(3px) translateX(3px)}.menu--open #menuToggle svg:nth-child(2){opacity:0;transform:rotate(45deg)}.menu--open #menuToggle svg:last-child{transform:rotate(-45deg) translateY(-4px) translateX(4px)}.brooklyn-studio-logo.white *{fill:var(--color--white)}.menu__footer{height:100%;margin:72px auto;text-align:center}.menu__footer .brooklyn-studio-logo{max-width:177px}@media(max-width:1024px){.menu__footer .brooklyn-studio-logo{width:40.5%}}.menu__footer .social-icon__container{display:flex;gap:5px}.menu__footer .social-icon__instagram,.menu__footer .social-icon__linkedin{width:47px;margin:54px auto 0}.menu__footer .social-icon__linkedin g path:last-child{fill:var(--color--navy)!important}.the-header{height:var(--header-height);top:0;position:sticky;transform:translateZ(0);backface-visibility:hidden;perspective:1000;width:100%;z-index:999999999;border-bottom:1px solid var(--color--gray-secondary)}.the-header>.container{z-index:inherit}@media(min-width:calc(1024px + 1px)){.the-header>div,.the-header>div>nav>ul,.the-header>div>nav>ul>li>button{height:100%}}.the-header__logo{height:13px;margin:auto 0}@media(min-width:calc(768px + 1px)){.the-header__logo{height:17px}}.the-header__menu{display:grid;place-items:center}.the-header__menu ul{list-style:none;margin:0;padding:0;transition:opacity .3s ease-in-out}@media(max-width:1024px){.the-header__menu ul{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background-color:var(--color--navy);color:#fff;height:calc(100vh - var(--header-height))}}@media(min-width:calc(1024px + 1px)){.the-header__menu ul{display:grid;position:relative}}.the-header__menu ul li{padding:0}.the-header__menu ul>*{transition:opacity .3s ease-in-out .2s;opacity:1}.the-header__menu>ul{grid-auto-flow:column}.the-header__menu>ul>li{margin:0;display:flex;align-items:center}@media(min-width:calc(1024px + 1px)){.the-header__menu>ul>li:last-of-type>a{margin-right:0}}@media(max-width:1024px){.the-header__menu>ul>li:last-of-type>a{padding-right:0}}@media(min-width:calc(1024px + 1px)){.the-header__menu>ul>li>a,.the-header__menu>ul>li>button>a{position:relative;display:inline-block;line-height:normal}.the-header__menu>ul>li>a:after,.the-header__menu>ul>li>button>a:after{content:"";position:absolute;right:0;bottom:-3px;background:var(--color--navy-light);height:1px;width:0;transition:width .35s ease-in-out,background .35s ease-in-out,opacity .35s ease-in-out;opacity:0}.the-header__menu>ul>li>a.active:after,.the-header__menu>ul>li>a:hover:after,.the-header__menu>ul>li>button>a.active:after,.the-header__menu>ul>li>button>a:hover:after{left:0;right:auto;width:100%}.the-header__menu>ul>li>a.active:after,.the-header__menu>ul>li>button>a.active:after{opacity:.5}.the-header__menu>ul>li>a:hover:after,.the-header__menu>ul>li>button>a:hover:after{background:var(--color--navy);opacity:1}}@media(min-width:calc(1024px + 1px)){.the-header__menu>ul>li>a,.the-header__menu>ul>li>button{margin:0 31.5px;display:inline-block}}@media(max-width:1024px){.the-header__menu>ul>li>a,.the-header__menu>ul>li>button{padding:0 31.5px;font-size:25px;width:100%;padding:19px var(--grid-margin);border-bottom:1px solid var(--color--gray-tertiary);transition:all .2s ease-in-out}.the-header__menu>ul>li>a.active--exact,.the-header__menu>ul>li>a:hover,.the-header__menu>ul>li>button.active--exact,.the-header__menu>ul>li>button:hover{background-color:var(--color--white);color:var(--color--navy-light)}}.the-header>a,.the-header button a{text-decoration:none;transition:color .2s linear}.the-header>a.active,.the-header>a:hover,.the-header button a.active,.the-header button a:hover{text-decoration:none;color:var(--color--navy-light)}.menu--closing .the-header__menu ul,.menu--open.menu--opening .the-header__menu ul,.menu--open .the-header__menu ul{display:flex;flex-direction:column}.menu--closing .the-header__menu ul,.menu--closing .the-header__menu ul>*,.menu--open.menu--opening .the-header__menu ul,.menu--open.menu--opening .the-header__menu ul>*{opacity:0}.menu--open .the-header__menu ul{opacity:1}@media(min-width:calc(1024px + 1px)){.headroom{will-change:transform;transition:transform .2s linear}.headroom--pinned{transform:translateY(0)}.headroom--unpinned{transform:translateY(-100%)}}@media(min-width:calc(1024px + 1px)){.the-footer{display:flex;flex-wrap:wrap}}@media(min-width:calc(1024px + 1px)){.the-footer>div{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:100%}}.the-footer .footer__logo{justify-content:flex-start}@media(max-width:1024px){.the-footer .footer__logo{border-bottom:1px solid var(--color--gray-secondary)}}.the-footer .footer__logo svg{display:block;max-width:177px;width:100%}@media(max-width:1024px){.the-footer .footer__logo svg{width:40.5%;margin:0 auto;padding:15px 0 40px}}.the-footer__links{grid-column:4/6}.the-footer__links a{display:block}.the-footer__links a:last-child{margin-bottom:0}@media(min-width:calc(1024px + 1px)){.the-footer__links a{margin-bottom:11px}}@media(max-width:1024px){.the-footer__links a{padding:15px var(--grid-margin)}}@media(max-width:1024px){.the-footer__links a,.the-footer__newsletter{border-bottom:1px solid var(--color--gray-secondary)}}.the-footer__newsletter form{align-items:flex-start}.the-footer__newsletter form .input-wrapper{margin-bottom:15px;max-width:436px}@media(max-width:1024px){.the-footer__newsletter{padding-bottom:17px;margin-bottom:18px}}@media(max-width:1024px){.the-footer__credits,.the-footer__newsletter form{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(min-width:calc(1024px + 1px)){.the-footer__credits{grid-column:4/12}}.the-footer .social-icons{grid-column-end:13;display:flex;align-items:flex-start;justify-content:center;gap:5px}@media(min-width:calc(1024px + 1px)){.the-footer .social-icons{justify-content:flex-end}}@media(max-width:1024px){.the-footer .social-icons{margin-bottom:5px}}.the-footer .social-icons svg{width:36px}.fade-enter-active,.fade-leave-active{transition:all .25s}.fade-enter,.fade-leave-to{opacity:0}.page-loaded .fade--in-up{opacity:1;transform:translateY(0)}.fade--in-up{opacity:0;transform:translateY(10px);transition:all .5s ease-in-out;transition-delay:.2s}main.main{background-color:var(--color--white)}main.main>div{min-height:100vh;width:100%}.team-member-questionnaire{background-color:inherit}.team-member-questionnaire__intro{position:sticky;top:0;background-color:inherit;border-bottom:1px solid #908887}@media(max-width:1024px){.team-member-questionnaire__intro .h5{margin-bottom:8px}}.team-member-questionnaire__questions h4{font-weight:500}.team-member{position:relative}.team-member__inner{min-height:100vh;background-color:inherit}.team-member__headshot{margin:40px 0}@media(min-width:calc(1024px + 1px)){.team-member__headshot{position:sticky;top:0;margin:calc(var(--header-height)*-1) 0 0;grid-column:span 4;height:-moz-fit-content;height:fit-content}}.team-member__copy{background-color:inherit}@media(min-width:calc(1024px + 1px)){.team-member__copy{grid-column:6/13;padding-top:110px}}.team-member .breadcrumbs{padding-top:108px}.team-member .breadcrumbs a{text-decoration:none}.team-member .breadcrumbs a:after{content:"/";padding:0 9px}.team-member .breadcrumbs a:after,.team-member .breadcrumbs a span{transition:opacity .2s ease-in-out;opacity:.7}.team-member .breadcrumbs a span:hover{opacity:1}@media(min-width:calc(1024px + 1px)){.project-hero{height:calc(100vh - var(--header-height))}}@media(max-width:1024px){.project-hero{margin-bottom:40px}}.project-hero.overlay:after{box-shadow:inset 0 51vw 25.5vw rgba(0,0,0,.5)}@media(min-width:calc(1024px + 1px)){.project-hero.overlay:after{box-shadow:inset 0 25.5vw 14.75vw rgba(0,0,0,.5)}}.project-hero .project-hero-mobile.base-image,.project-hero .project-hero-mobile .base-image__inner,.project-hero .project-hero-mobile img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;height:100%}@media(max-width:1024px){.hero--secondary.overlay:after{box-shadow:inset 0 20vw 10vw rgba(0,0,0,.5)}}.hero--secondary .cookies>div{max-width:22ch}@media(max-width:768px){.hero--secondary.mb-100{margin-bottom:40px}}@media(max-width:768px){.hero--secondary{min-height:176px;height:45vw}.hero--secondary:has(.cookies){min-height:300px}.hero--secondary .secondary-hero__title{padding-top:40px}}.about-us-nav{position:sticky;top:0;z-index:99999}.about-us-nav__inner{position:absolute;height:60px;border-bottom:1px solid var(--color--gray-secondary)}.about-us-nav a{text-decoration:none;padding:0 30px}.about-us-nav a:hover{color:var(--color--navy-light)}body:not(.hero-in-view) .headroom--stacked{transform:translateY(var(--header-height))}.intro{background-color:var(--color--gray-light);position:relative}@media(min-width:calc(1024px + 1px)){.intro{background-color:#fff}}.intro .copy__content{margin:0 var(--grid-margin);padding:41px 0}@media(min-width:calc(1024px + 1px)){.intro .copy__content{padding:112px 0}}@media screen and (min-width:1025px)and (max-width:1144px){.intro .copy__content .copy__content-inner .h3{font-size:31px;line-height:43px}}@media(max-width:768px){.intro .intro-image{min-height:unset!important}}@media(max-width:1024px){.intro .intro-image--large{margin-bottom:41px;margin-right:unset}}.intro .image-wrapper.mobile-only{margin-right:0;margin-left:calc(var(--grid-margin)*-1);padding:40px 0 20px}.intro--secondary .intro-image--large .image-wrapper,.intro--secondary .intro-image--small .image-wrapper{grid-column:2/7}.team-feed__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 20px}@media(min-width:calc(768px + 1px)){.team-feed__grid{grid-template-columns:repeat(3,1fr);grid-gap:0 36px}}@media(min-width:calc(1024px + 1px)){.team-feed__grid{grid-template-columns:repeat(12,1fr)}}.team-feed__card{text-decoration:none;margin-bottom:40px;grid-column:span 1}@media(min-width:calc(768px + 1px)){.team-feed__card{margin-bottom:100px}}@media(min-width:calc(1024px + 1px)){.team-feed__card{grid-column:span 3}}@media(max-width:1024px){.contact__info{padding-top:0}.contact__info>div{margin-bottom:50px}}.simple-page h1{max-width:870px}.simple-page .content-column{grid-column:2/12;max-width:1000px}.simple-page .content-column h2{font-size:var(--h3-font-size);line-height:var(--h3-line-height);margin-bottom:13px}.simple-page .content-column h1,.simple-page .content-column h2,.simple-page .content-column h3,.simple-page .content-column h4,.simple-page .content-column h5,.simple-page .content-column strong{color:var(--color--navy-light)}.accordion-status{position:absolute;right:20px;top:10px;pointer-events:none}@media(min-width:calc(1024px + 1px)){.accordion-status{top:15px}}.accordion-status svg{position:absolute;transition:all .2s ease-in-out}@media(max-width:1024px){.accordion-status svg{width:16px}}.accordion-status svg:first-child{transform:rotate(-90deg)}.accordion-status svg:last-child{transform:rotate(-180deg);opacity:1}.active .accordion-status svg:first-child{transform:rotate(0deg)}.active .accordion-status svg:last-child{transform:rotate(0deg);opacity:0}.test{border:1px solid red}.accordion__heading{cursor:pointer;position:relative}.accordion-content{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease-in-out}.accordion-content>:first-child{padding-top:50px}@media(min-width:calc(1024px + 1px)){.accordion-content>:first-child{padding-top:58px}}.accordion{margin-bottom:54px}@media(min-width:calc(1024px + 1px)){.accordion{margin-bottom:72px}}.accordion.active .accordion-content{max-height:500vh;opacity:1}.accordion__heading{padding-right:40px}.accordion__heading h2{width:-moz-fit-content;width:fit-content}.accordion__heading h2 span{padding-bottom:15px;position:relative}.accordion__heading h2 span:after{content:"";position:absolute;width:100%;left:0;bottom:0;border-bottom:1px solid var(--color--gray-tertiary)}@media(max-width:1024px){.hero--tertiary .copy{padding:40px 0 60px}}@media(max-width:1024px){.hero--tertiary__content{padding-top:40px}}.hero--tertiary__image-inner .image-wrapper{grid-column:2/5}@media(min-width:calc(1024px + 1px)){.hero--tertiary .credits__heading{font-size:20px}}@media(min-width:calc(1024px + 1px)){.team-member-featured:not(:last-child){padding-bottom:0}}@media(min-width:calc(1024px + 1px)){.team-member-featured.reverse .team-member-featured__copy{order:2;grid-column:5/-1}}@media(min-width:calc(1024px + 1px)){.team-member-featured.reverse .base-image{order:1;grid-column:1/4}}.team-member-featured .team-member-featured__copy-inner h2,.team-member-featured .team-member-featured__copy-inner p,.team-member-featured .team-member-featured__copy-inner span{max-width:85vw}.team-member-featured .team-member-featured__copy-inner :after,.team-member-featured .team-member-featured__copy-inner :before{max-width:80vw}@media(min-width:calc(1024px + 1px)){.team-member-featured .team-member-featured__copy-inner :after,.team-member-featured .team-member-featured__copy-inner :before,.team-member-featured .team-member-featured__copy-inner h2,.team-member-featured .team-member-featured__copy-inner p,.team-member-featured .team-member-featured__copy-inner span{max-width:unset}}@media(min-width:calc(1024px + 1px)){.team-member-featured .base-image{grid-column:span 3/13;max-height:-moz-fit-content;max-height:fit-content}}.team-member-featured .base-image .image-caption{color:var(--color--text-black)}.team-member-featured .base-image .image-caption.color--white{color:var(--color--white)}@media(max-width:1024px){.cookies--hero.overlay:after{box-shadow:inset 0 20vw 10vw rgba(0,0,0,.5)}}.cookies--hero .cookies>div{max-width:22ch}@media(max-width:768px){.cookies--hero.mb-100{margin-bottom:40px}}@media(max-width:768px){.cookies--hero{min-height:176px}.cookies--hero .image__wrapper{height:34.72vh;min-height:300px}.cookies--hero .cookies-hero__title{padding-top:40px}}.page__intro[data-v-78d1c631]{margin:0;padding:40px var(--grid-margin)}.four-oh-four{min-height:100vh}.four-oh-four__inner{padding:145px 0}.four-oh-four__inner svg{max-width:100%;width:100%}@media(min-width:calc(1024px + 1px)){.four-oh-four__inner svg{max-width:41%}}.breadcrumbs__previous{color:var(--color--gray)}.breadcrumbs__previous a:hover{color:var(--color--gray-tertiary)}.news-post-hero__meta-info{width:100%;margin:0 auto}@media(min-width:calc(480px + 1px)){.news-post-hero__meta-info{max-width:575px}}@media(min-width:calc(768px + 1px)){.news-post-hero__meta-info{max-width:630px}}@media(min-width:calc(1024px + 1px)){.news-post-hero__meta-info{max-width:700px}}.news-post-hero__meta-info>span:last-child span{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(var(--swiper-navigation-size)*-1/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.lightbox-close{position:absolute;right:0;top:0;z-index:99999999;cursor:pointer;width:80px;height:80px}.lightbox-close svg{position:absolute;top:49px;right:36px}@media(max-width:1024px){.lightbox-close svg{width:16px;right:var(--grid-margin)}}.lightbox-close svg:first-child{transform:rotate(-45deg)}.lightbox-close svg:last-child{transform:rotate(45deg)}.lightbox{color:var(--color--gray-tertiary);position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0;width:100vw;height:100vh;background-color:rgba(248,247,247,.95);transition:opacity .5s ease-in-out}.lightbox--active{z-index:10000000000000000000;opacity:1}.lightbox__title{position:absolute;padding:37px calc(var(--grid-margin)*2.5) 37px var(--grid-margin)}@media(min-width:calc(1024px + 1px)){.lightbox__title{padding:40px}}.lightbox__swiper{height:100%}.lightbox__swiper-slide{display:flex;justify-content:center;padding:80px var(--grid-margin) 137px}@media(min-width:calc(1024px + 1px)){.lightbox__swiper-slide{padding:137px}}.lightbox .swiper-slide{opacity:1!important}.lightbox .swiper-slide:not(.swiper-slide-active){opacity:0!important}.lightbox__image{-o-object-fit:contain;object-fit:contain;transition:opacity .3s linear}.lightbox__caption{position:fixed;top:27px;left:38px}.lightbox__pagination{border:none;text-align:center;position:absolute;bottom:80px;width:100%;pointer-events:none}.lightbox .swiper-button-next,.lightbox .swiper-button-prev{color:var(--color--gray-tertiary);height:100%;width:8px;top:21px}@media(min-width:calc(768px + 1px)){.lightbox .swiper-button-next,.lightbox .swiper-button-prev{width:30px}}@media(min-width:calc(1024px + 1px)){.lightbox .swiper-button-next,.lightbox .swiper-button-prev{width:50px}}.lightbox .swiper-button-next{right:40px}.lightbox .swiper-button-prev{left:40px}.lightbox__mobile-nav .swiper-button-next,.lightbox__mobile-nav .swiper-button-prev{height:15px;width:10px;top:unset;bottom:82px}.lightbox__mobile-nav .swiper-button-next{right:25%}.lightbox__mobile-nav .swiper-button-prev{left:25%}.link-gallery{background-color:var(--color--gray-light);position:relative}.link-gallery .image-caption{padding:25px}.link-gallery__copy{grid-column:span 6;position:relative;z-index:10}@media(max-width:1024px){.link-gallery__copy{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}.link-gallery__link{transition:color .2s linear}@media(max-width:1024px){.link-gallery__link.active{color:var(--color--navy-light)}}@media(min-width:calc(1024px + 1px)){.link-gallery__gallery{overflow:hidden;grid-column:8/13;margin-right:calc(var(--grid-margin)*-1);padding-bottom:164%}}@media(min-width:calc(1024px + 1px)){.link-gallery__inner{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}.scrolling-gallery{position:relative;background-color:var(--color--gray-secondary)}@media(min-width:calc(1024px + 1px)){.scrolling-gallery{background-color:var(--color--gray-light)}}@media(min-width:calc(1024px + 1px)){.scrolling-gallery__inner{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}.scrolling-gallery__inner .scrolling-gallery__gallery{overflow:hidden;margin-right:calc(var(--grid-margin)*-1);grid-column:7/13;height:100vh;padding-bottom:100vh;position:sticky;top:0}.scrolling-gallery__inner .scrolling-gallery__gallery .layered-image-gallery__image{margin-bottom:50px;-o-object-fit:cover;object-fit:cover;height:100%}.scrolling-gallery__inner .scrolling-gallery__gallery .layered-image-gallery__image:first-child{opacity:0}.scrolling-gallery__copy{grid-column:span 5;position:relative;z-index:10}.scrolling-gallery__copy a{display:block;padding-top:15px;padding-bottom:15px}@media(max-width:1024px){.scrolling-gallery__copy-inner{padding-top:0}}@media(min-width:calc(1024px + 1px)){.scrolling-gallery__copy-section{padding-top:200px}.scrolling-gallery__copy-section:last-child{padding-bottom:400px}}@media(max-width:1024px){.scrolling-gallery__copy-intro,.scrolling-gallery__copy-section{padding-top:45px}.scrolling-gallery__copy-intro .base-image,.scrolling-gallery__copy-section .base-image{padding-bottom:40px}.scrolling-gallery__copy-intro h2,.scrolling-gallery__copy-intro h3,.scrolling-gallery__copy-intro p,.scrolling-gallery__copy-section h2,.scrolling-gallery__copy-section h3,.scrolling-gallery__copy-section p{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(min-width:calc(1024px + 1px)){.scrolling-gallery__copy-intro{padding-top:300px;padding-bottom:0}}@media(max-width:1024px){.cta-complex{padding-top:40px}}.cta-complex__left-column{grid-column:span 5}@media(max-width:1024px){.cta-complex__left-column .image-wrapper{margin-right:calc(var(--grid-margin)*-1);margin-bottom:40px}}@media(min-width:calc(1024px + 1px)){.cta-complex__left-column .image-wrapper{margin-left:calc(var(--grid-margin)*-1)}}.cta-complex__right-column{grid-column:span 6}@media(max-width:1024px){.cta-complex__right-column .image-wrapper{margin-left:calc(var(--grid-margin)*-1)}}@media(min-width:calc(1024px + 1px)){.cta-complex__right-column .image-wrapper{margin-right:calc(var(--grid-margin)*-1)}}@media(max-width:1024px){.cta-complex__links{margin-bottom:40px}}.cta-gallery__gallery-wrapper{grid-column:span 6}@media(min-width:calc(1024px + 1px)){.cta-gallery__inner{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}.cta-gallery__copy{grid-column:8/13}}@media(max-width:1024px){.cta-gallery{flex-direction:column;padding:0}.cta-gallery__copy{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(min-width:calc(1024px + 1px)){.cta-gallery--right .cta-gallery__gallery-wrapper{grid-column:7/13;order:2}}@media(min-width:calc(1024px + 1px)){.cta-gallery--right .cta-gallery__copy{grid-column:span 5}}.home .cta-gallery__copy p{font-size:var(--h5-font-size);line-height:var(--h5-line-height--alt)}@media(min-width:calc(1024px + 1px)){.home .cta-gallery__copy p{line-height:var(--h5-line-height);font-weight:500}}.cta-simple{display:flex;position:relative}@media(min-width:calc(1024px + 1px)){.cta-simple__inner{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(max-width:1024px){.cta-simple__inner{max-width:100vw;width:-webkit-fill-available;display:flex}.cta-simple__inner .image-wrapper{padding:0}}@media(min-width:calc(1024px + 1px))and (max-width:1440px){.cta-simple .copy-wrapper a span{display:block}}@media(max-width:1024px){.cta-simple .copy-wrapper,.cta-simple:not(.image--full) .image-wrapper{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}.cta-simple .image-wrapper.p-0 .base-image,.cta-simple .image-wrapper.p-0 .base-image__inner{-o-object-fit:cover;object-fit:cover;height:100%}.cta-simple__large-copy{max-width:400px;font-weight:500}@media(max-width:1024px){.cta-simple:not(.image--full) .image-wrapper{padding-top:40px}}@media(max-width:1024px){.cta-simple.copy--left .reverse-mobile--false .copy-wrapper{padding-bottom:40px}}@media(min-width:calc(1024px + 1px)){.team-member-featured__copy{grid-column:span 8}}.team-member-featured__copy p{max-width:var(--max-width--readable-lg)}@media(max-width:1024px){.team-member-featured__copy .button{margin-bottom:41px}.team-member-featured__copy .button span{display:block}}@media(min-width:calc(1024px + 1px)){.team-member-featured .base-image{grid-column:span 3/13}}@media(max-width:1024px){.team-member-featured .base-image{max-width:73%;margin:0 auto}}@media(max-width:1024px){.flexible-image{flex-direction:column}.flexible-image--margins{margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(min-width:calc(1024px + 1px)){.flexible-image{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}.flexible-image--center .flexible-image__inner{grid-column:2/12}.flexible-image--left .flexible-image__inner{grid-column:span 9}.flexible-image--right .flexible-image__inner{grid-column:4/13}.flexible-image-gallery .swiper__pagination{position:relative;transform:unset}.flexible-image-gallery .swiper__pagination .swiper-pagination-bullet{background-color:var(--color--gray-tertiary)}.flexible-image-pair .grid-spacer,.flexible-image-pair__large-image,.flexible-image-pair__small-image{grid-row:1}.flexible-image-pair__large-image{grid-column:span 4}@media(max-width:1024px){.flexible-image-pair__large-image{margin-left:calc(var(--grid-margin)*-1)}}@media(min-width:calc(1024px + 1px)){.flexible-image-pair__large-image{grid-column:span 7}}@media(max-width:1024px){.flexible-image-pair__small-image .base-image{grid-column:2/5}}@media(min-width:calc(1024px + 1px)){.flexible-image-pair__small-image{grid-column:span 4}}@media(min-width:calc(1024px + 1px)){.flexible-image-pair.large-location--right .flexible-image-pair__large-image{grid-column:6/13}}@media(min-width:calc(1024px + 1px)){.flexible-image-pair.large-location--right .flexible-image-pair__small-image{grid-column:1/5}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text.landscape .flexible-image-with-text__text{grid-column:span 5}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text.landscape.image--desktop-left .flexible-image-with-text__text{grid-column:span 4/13}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text.landscape .flexible-image-with-text__image{grid-column:span 7}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text.portrait>div{grid-column:span 6}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text__text{padding-right:73px}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text.image--desktop-left .image-wrapper{grid-row:1}.flexible-image-with-text.image--desktop-left .flexible-image-with-text__text{padding:0;grid-column:span 5/13;grid-row:1}}@media(min-width:calc(480px + 1px)){.flexible-image-with-text-simple{max-width:575px}}@media(min-width:calc(768px + 1px)){.flexible-image-with-text-simple{max-width:630px}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text-simple{max-width:none}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text-simple>div:not(.grid-spacer){grid-column:span 5}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text-simple__text{padding-right:73px}}@media(max-width:1024px){.flexible-image-with-text-simple.reverse-mobile--true .grid-spacer{padding-bottom:20px}}@media(min-width:calc(1024px + 1px)){.flexible-image-with-text-simple.image--desktop-left .image-wrapper{grid-row:1;grid-column:2/7}.flexible-image-with-text-simple.image--desktop-left .flexible-image-with-text__text{grid-column:7/12;grid-row:1;padding:0 0 0 25px}}.flexible-quote{position:relative}.flexible-quote__inner{font-size:var(--h3-font-size);line-height:var(--h3-line-height);padding:40px 0;position:relative;display:flex;justify-content:center}@media(min-width:calc(1024px + 1px)){.flexible-quote__inner{max-width:38ch;padding:0}}.flexible-quote__inner:before{color:var(--color--gray);font-size:70px;content:"“";position:absolute;left:0;transform:translateY(-25px)}@media(min-width:calc(768px + 1px)){.flexible-quote__inner:before{transform:translateX(-125%) translateY(-50%)}}@media(min-width:calc(1024px + 1px)){.flexible-quote__inner:before{font-size:100px}}.flexible-text__inner{max-width:1250px}@media(min-width:calc(1024px + 1px)){.flexible-text__inner{text-align:center}}.flexible-portable-text__inner{max-width:52ch;width:100%;margin:0 auto}@media(min-width:calc(480px + 1px)){.flexible-portable-text__inner{max-width:575px}}@media(min-width:calc(768px + 1px)){.flexible-portable-text__inner{max-width:630px}}@media(min-width:calc(1024px + 1px)){.flexible-portable-text__inner{max-width:700px}}.full-width-image{width:100%}@media(max-width:1024px){.flexible-content__item>.mb-100{margin-bottom:40px}}@media(max-width:1024px){.project-details{flex-direction:column;padding-top:40px}}@media(min-width:calc(1024px + 1px)){.project-details__intro{padding-right:80px}}@media(max-width:1024px){.project-details__info h3{font-size:20px;line-height:32px}}@media(min-width:calc(1024px + 1px)){.project-details__info>*{padding-right:50px}}@media(max-width:1024px){.project-details__info>*{margin-bottom:40px}}.project .flexible-content .base-image{cursor:pointer}.text-center{text-align:center}.scroll-locked{overflow:hidden;position:fixed}.space-bottom{margin-bottom:var(--space)}.container{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}@media(min-width:calc(1024px + 1px)){.container--right{max-width:100%;margin-right:var(--grid-margin);margin-left:calc(var(--grid-gap)/2)}}@media(max-width:1024px){.container--right{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin);width:unset}}@media(min-width:calc(1024px + 1px)){.container--left{max-width:100%;margin-left:var(--grid-margin);margin-right:calc(var(--grid-gap)/2)}}@media(max-width:1024px){.container--left{width:inherit;width:calc(100% - var(--grid-margin)*2);margin-left:var(--grid-margin);margin-right:var(--grid-margin)}}@media(max-width:1024px){.reverse-mobile--false,.reverse-mobile--null,.reverse-mobile--true{display:flex}.reverse-mobile--false .image-wrapper,.reverse-mobile--null .image-wrapper,.reverse-mobile--true .image-wrapper{width:-webkit-fill-available;width:-moz-available;width:stretch}.reverse-mobile--true{flex-direction:column-reverse}.reverse-mobile--false,.reverse-mobile--null{flex-direction:column}}.o-h{overflow:hidden}@media(max-width:1024px){.project-hero-mobile{height:unset!important;display:block}.project-hero-mobile .base-image__inner{padding-bottom:135%!important}.project-hero-mobile .base-image__inner img{position:absolute}}@media(max-width:1024px){body .p-mobile-copy-block{padding:42px 0 100px}}.p-150{padding-top:100px;padding-bottom:100px}@media(min-width:calc(768px + 1px)){.p-150{padding-top:125px;padding-bottom:125px}}@media(min-width:calc(1024px + 1px)){.p-150{padding-top:150px;padding-bottom:150px}}.p-100{padding-top:80px;padding-bottom:80px}@media(min-width:calc(768px + 1px)){.p-100{padding-top:90px;padding-bottom:90px}}@media(min-width:calc(1024px + 1px)){.p-100{padding-top:100px;padding-bottom:100px}}.p-60{padding-top:40px;padding-bottom:40px}@media(min-width:calc(768px + 1px)){.p-60{padding-top:50px;padding-bottom:50px}}@media(min-width:calc(1024px + 1px)){.p-60{padding-top:60px;padding-bottom:60px}}.p-40{padding-top:25px;padding-bottom:25px}@media(min-width:calc(768px + 1px)){.p-40{padding-top:33px;padding-bottom:33px}}@media(min-width:calc(1024px + 1px)){.p-40{padding-top:40px;padding-bottom:40px}}.pt-100{padding-top:80px}@media(min-width:calc(768px + 1px)){.pt-100{padding-top:90px}}@media(min-width:calc(1024px + 1px)){.pt-100{padding-top:100px}}.pt-80{padding-top:60px}@media(min-width:calc(768px + 1px)){.pt-80{padding-top:70px}}@media(min-width:calc(1024px + 1px)){.pt-80{padding-top:80px}}.pt-60{padding-top:40px}@media(min-width:calc(768px + 1px)){.pt-60{padding-top:50px}}@media(min-width:calc(1024px + 1px)){.pt-60{padding-top:60px}}.pb-60{padding-bottom:40px}@media(min-width:calc(768px + 1px)){.pb-60{padding-bottom:50px}}@media(min-width:calc(1024px + 1px)){.pb-60{padding-bottom:60px}}.pb-40{padding-bottom:25px}@media(min-width:calc(768px + 1px)){.pb-40{padding-bottom:33px}}@media(min-width:calc(1024px + 1px)){.pb-40{padding-bottom:40px}}.pt-30{padding-top:20px}@media(min-width:calc(768px + 1px)){.pt-30{padding-top:25px}}@media(min-width:calc(1024px + 1px)){.pt-30{padding-top:30px}}.pb-30{padding-bottom:20px}@media(min-width:calc(768px + 1px)){.pb-30{padding-bottom:25px}}@media(min-width:calc(1024px + 1px)){.pb-30{padding-bottom:30px}}.pb-20{padding-bottom:10px}@media(min-width:calc(768px + 1px)){.pb-20{padding-bottom:15px}}@media(min-width:calc(1024px + 1px)){.pb-20{padding-bottom:20px}}.pt-20{padding-top:10px}@media(min-width:calc(768px + 1px)){.pt-20{padding-top:15px}}@media(min-width:calc(1024px + 1px)){.pt-20{padding-top:20px}}.pb-15{padding-bottom:10px}@media(min-width:calc(768px + 1px)){.pb-15{padding-bottom:13px}}@media(min-width:calc(1024px + 1px)){.pb-15{padding-bottom:15px}}.pb-80{padding-bottom:60px}@media(min-width:calc(768px + 1px)){.pb-80{padding-bottom:70px}}@media(min-width:calc(1024px + 1px)){.pb-80{padding-bottom:80px}}.mb-40{margin-bottom:25px}@media(min-width:calc(768px + 1px)){.mb-40{margin-bottom:33px}}@media(min-width:calc(1024px + 1px)){.mb-40{margin-bottom:40px}}.mb-15{margin-bottom:10px}@media(min-width:calc(768px + 1px)){.mb-15{margin-bottom:13px}}@media(min-width:calc(1024px + 1px)){.mb-15{margin-bottom:15px}}.mb-30{margin-bottom:20px}@media(min-width:calc(768px + 1px)){.mb-30{margin-bottom:25px}}@media(min-width:calc(1024px + 1px)){.mb-30{margin-bottom:30px}}.mb-20{margin-bottom:10px}@media(min-width:calc(768px + 1px)){.mb-20{margin-bottom:15px}}@media(min-width:calc(1024px + 1px)){.mb-20{margin-bottom:20px}}.mb-50,.news-post .flexible-image,.news-post .flexible-image-gallery,.news-post .flexible-image-pair,.news-post .flexible-image-pair-simple,.news-post .flexible-image-with-text,.news-post .flexible-image-with-text-simple,.news-post .flexible-quote,.news-post .flexible-text,.news-post .full-width-image,.news-post .news-post-hero{margin-bottom:30px}@media(min-width:calc(768px + 1px)){.mb-50,.news-post .flexible-image,.news-post .flexible-image-gallery,.news-post .flexible-image-pair,.news-post .flexible-image-pair-simple,.news-post .flexible-image-with-text,.news-post .flexible-image-with-text-simple,.news-post .flexible-quote,.news-post .flexible-text,.news-post .full-width-image,.news-post .news-post-hero{margin-bottom:40px}}@media(min-width:calc(1024px + 1px)){.mb-50,.news-post .flexible-image,.news-post .flexible-image-gallery,.news-post .flexible-image-pair,.news-post .flexible-image-pair-simple,.news-post .flexible-image-with-text,.news-post .flexible-image-with-text-simple,.news-post .flexible-quote,.news-post .flexible-text,.news-post .full-width-image,.news-post .news-post-hero{margin-bottom:50px}}.mb-60{margin-bottom:40px}@media(min-width:calc(768px + 1px)){.mb-60{margin-bottom:50px}}@media(min-width:calc(1024px + 1px)){.mb-60{margin-bottom:60px}}.mb-80{margin-bottom:60px}@media(min-width:calc(768px + 1px)){.mb-80{margin-bottom:70px}}@media(min-width:calc(1024px + 1px)){.mb-80{margin-bottom:80px}}.mb-100{margin-bottom:80px}@media(min-width:calc(768px + 1px)){.mb-100{margin-bottom:90px}}@media(min-width:calc(1024px + 1px)){.mb-100{margin-bottom:100px}}.mt-15{margin-top:15px}.mt-60{margin-top:40px}@media(min-width:calc(768px + 1px)){.mt-60{margin-top:50px}}@media(min-width:calc(1024px + 1px)){.mt-60{margin-top:60px}}.mt-hh{margin-top:var(--margin-top--hero-header)}.upper{text-transform:uppercase}.w-100{width:100%;max-width:100vw}.two-up{display:flex;flex-wrap:wrap}@media(min-width:calc(1024px + 1px)){.two-up>*{width:50%;max-width:50vw}}.h-100vh{height:calc(100vh - var(--header-height))}.h-100vh>.base-image,.h-100vh>.base-image .base-image__inner{height:100%}.h-60vh{height:calc(60vh - var(--header-height))}.mw-readable{max-width:var(--max-width--readable)}.mw-readable--small{max-width:var(--max-width--readable-sm)}.mw-readable--large{max-width:var(--max-width--readable-lg)}.img-cover.base-image,.img-cover .base-image__inner{height:100%}.flex{display:flex}.fw{flex-wrap:wrap}.fd-c{flex-direction:column}.jc-sb{justify-content:space-between}.jc-c{justify-content:center}.ai-c{align-items:center}.pos-abs{position:absolute}.pos-rel{position:relative}.z-1{z-index:1}.z-2{z-index:2}@media(max-width:1024px){.image--mobile-right .image-wrapper{margin-right:calc(var(--grid-margin)*-1)}.image--mobile-left .image-wrapper{margin-left:calc(var(--grid-margin)*-1)}}@media(min-width:calc(1024px + 1px)){.copy--right .copy-wrapper{order:3}}.copy--right .grid-spacer{order:2}@media(min-width:calc(1024px + 1px)){.copy--right.image--full .image-wrapper{margin-left:calc(var(--grid-margin)*-1)}}@media(min-width:calc(1024px + 1px)){.copy--left.image--full .image-wrapper{margin-right:calc(var(--grid-margin)*-1);grid-column-end:13}}.copy--left.image--full .grid--6-desktop .image-wrapper{grid-column-end:7}.layered-image-gallery{position:relative}.layered-image-gallery__image{position:absolute;width:100%;opacity:0;transition:opacity .2s linear}.layered-image-gallery__image:first-child{opacity:1}.show-me{opacity:1!important}.fade{background:#f8f7f7;background:linear-gradient(0deg,hsla(0,0%,100%,0),#f8f7f7)}.overlay{background-color:var(--color--navy)}.overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 54vw 27vw rgba(0,0,0,.5)}@media(min-width:calc(1024px + 1px)){.overlay:after{box-shadow:inset 0 12vw 100px rgba(0,0,0,.5)}}.background-stretch{position:relative}@media(min-width:calc(1024px + 1px)){.background-stretch:before{content:"";position:absolute;background-color:inherit;height:100%;width:100%;transform:translateX(100%)}}@media(min-width:calc(1024px + 1px)){.mobile-only{display:none!important}}@media(max-width:1024px){.desktop-only{display:none!important}}.cursor--arrow{cursor:default}.news-post .flexible-content{width:100%}.news-post *{grid-gap:0 36px}@media(min-width:calc(1024px + 1px)){.news-post .flexible-text{display:grid;grid-template-columns:repeat(12,1fr)}.news-post .flexible-text>*{grid-column:2/12}}.news-post .flexible-text h4{margin-bottom:13px}@media(min-width:calc(1024px + 1px)){.news-post .flexible-text h4{margin-bottom:22px}}.work-feed-slide__title{opacity:0;transform:translateY(10px);transition:all .5s ease-in-out;transition-delay:.2s}.work-feed-slide{height:-moz-fit-content;height:fit-content;margin:0 auto;position:relative}.work-feed-slide__title{left:var(--grid-margin)}@media(min-width:calc(1024px + 1px)){.work-feed-slide__title{left:3.1%}}.work-feed-slide__hero{position:relative}@media(max-width:1024px){.work-feed-slide__hero{margin-bottom:40px}}.swiper-slide-active .work-feed-slide__title,.swiper-slide-duplicate-active .work-feed-slide__title{opacity:1;transform:translateY(0)}.loaded.filtering .work-feed-card,.loaded.filtering .work-feed-filter{opacity:0}.loaded.filtering .work-feed-card{transform:translateY(20px)}.loaded.filtering .work-feed-filter{transform:translateY(7px)}.work-feed-card__image-wrapper{position:relative}.work-feed-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,50.2%,.4)}.work-feed-card__overlay-text{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;padding:1em;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:1.5rem}.checkbox{position:relative;padding-left:15px;margin:0 48px 0 0;cursor:pointer}.checkbox *{pointer-events:none}.checkbox__label{margin-left:9px}.checkbox__check{width:15px;height:15px;display:inline-block;position:absolute;left:0;top:1px}.checkbox__check:before{width:7px;height:3px;border:1px solid var(--color--text-black);border-top:none;border-right:none;background:0 0;transform:rotate(-50deg);position:absolute;top:4px;left:4px}.checkbox__button.checked .checkbox__check:before{content:""}.work-feed-filter{grid-column:1/-1;transition-delay:.45s;transition-duration:.3s}.work-feed-filter ul{list-style:none;display:flex;margin:0}.work-feed-filter .filter-clear-button span{position:relative;top:-1px}.work-feed__navigation a{text-decoration:none}.work-feed__grid{display:none}.work-feed__grid.loaded{opacity:1;transition:opacity .2s linear}.work-feed__grid.loaded.filtering{opacity:0;transition-delay:.3s}.work-feed__grid.current-grid{display:block}.work-feed__grid .grid{grid-template-columns:repeat(1,1fr)}@media(min-width:calc(480px + 1px)){.work-feed__grid .grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:calc(768px + 1px)){.work-feed__grid .grid{grid-gap:0 36px}}@media(min-width:calc(1024px + 1px)){.work-feed__grid .grid{grid-template-columns:repeat(3,1fr)}}.work-feed{transition:height .25s linear}.news-feed-card,.news-feed-filter{opacity:0}.page-loaded .news-feed-card,.page-loaded .news-feed-filter{opacity:1}.news-feed-card__date{margin-bottom:8px}.news-feed-slider .swiper .swiper-button-next,.news-feed-slider .swiper .swiper-button-prev{top:33.425vw}@media(min-width:calc(1024px + 1px)){.news-feed-slider .swiper .swiper-button-next,.news-feed-slider .swiper .swiper-button-prev{top:10.425vw}}.news-feed-slider .swiper .swiper-container{padding-bottom:14px}.news-feed-slider .news-feed-card{margin-bottom:0}.news-feed-slider .grid__card *{color:var(--color--white)}.news-feed-slider .grid__card:after{background:var(--color--white)}@media(max-width:1024px){.news__cta .image-wrapper{padding-left:var(--grid-margin);margin-bottom:100px}}#pinnedDetector{height:110px}@media(max-width:1200px){#pinnedDetector{display:none}}@media(min-width:1201px){.about-us-intro{margin-top:-50px}}@media(max-width:1200px){.about-us-nav{display:none}}body.animation-playing{overflow:hidden;height:100vh}.vue-lottie-player{background:transparent}.intro-animation{height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999999999999;transition:opacity 1.25s ease-in-out;transition-delay:.5s}.intro-animation>div{height:100%}@media(max-width:1024px){.intro-animation .logo-animation{padding-bottom:50px}}.intro-animation.animation-hidden{opacity:0}.intro-animation.animation-hidden .logo-animation{transition:opacity .75s ease-in-out;opacity:0}.intro-animation__gradient{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.65),rgba(0,0,0,.25) 75%,rgba(0,0,0,.25))}.intro-animation__image-wrapper{opacity:0;transition:opacity 1s ease-in-out}.intro-animation.initial-fade .intro-animation__image-wrapper{opacity:1}.intro-animation img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media(min-width:calc(1024px + 1px)){.intro-animation svg{width:48.25%}}@media(max-width:1024px){.intro-animation svg{padding:0 var(--grid-margin)}}.home-intro--neuhaus .intro__column .intro-image .image-wrapper .base-image .base-image__inner img{-o-object-fit:contain;object-fit:contain}.news-feed__grid .grid{grid-template-columns:repeat(1,1fr)}@media(min-width:calc(480px + 1px)){.news-feed__grid .grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:calc(768px + 1px)){.news-feed__grid .grid{grid-gap:0 36px}}@media(min-width:calc(1024px + 1px)){.news-feed__grid .grid{grid-template-columns:repeat(3,1fr)}}