@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";body{font-family:Inter,sans-serif}html{font-size:16px}body,html{padding:0;margin:0;max-width:100vw;contain:paint}main{display:flex;align-items:center;width:auto;min-height:100vh;flex-direction:column;flex-wrap:nowrap;gap:0;height:-moz-min-content;height:min-content;justify-content:flex-start;overflow:hidden;padding:0;position:relative}:root{--background-black:#000;--background-dark:#18120f;--background-light:#efefef;--text-dark:#000;--text-light:#fff}h1,h2,h3,h4,h5,h6,p{margin:0}.text--light{color:var(--text-light)}.text--dark{color:var(--text-dark)}.text--regular{font-weight:400}.section-container{padding:2rem 1.5rem}@media only screen and (min-width:768px){.section-container{padding:2rem 3rem}}.section-container-horizontal{padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:768px){.section-container-horizontal{padding-left:3rem;padding-right:3rem}}.contact-us,.contact-us__header{width:100%;box-sizing:border-box;margin-bottom:4.125rem}.contact-us__header{display:flex;flex-direction:column;margin-top:2.75rem;gap:1.225rem;color:var(--text-dark)}.contact-us__header__title{color:var(--text-dark);font-size:2rem;line-height:2.225rem;font-weight:700}@media only screen and (min-width:768px){.contact-us__header__title{font-size:2.5rem;line-height:4.5rem;font-weight:600}}.contact-us__header__subtitle{color:var(--text-dark);font-size:1.75rem;line-height:140%;font-weight:600}@media only screen and (min-width:768px){.contact-us__header__subtitle{font-size:2.25rem;line-height:110%}}.contact-exterior-accordion{display:flex;flex-direction:column;position:relative;padding-top:2rem;z-index:1}@media only screen and (min-width:768px){.contact-exterior-accordion{padding-top:1rem}}.contact-exterior-accordion__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media only screen and (min-width:768px){.contact-exterior-accordion__header{margin-bottom:0}}.contact-exterior-accordion__header .triangle{display:block}@media only screen and (min-width:768px){.contact-exterior-accordion__header .triangle{display:none}}.contact-exterior-accordion__header .triangle--rotate{transform:rotate(-270deg)}.contact-exterior-accordion__header__title{font-size:1.75rem;line-height:2.225rem;font-weight:700;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.contact-exterior-accordion__header__title:hover{opacity:.6}@media only screen and (min-width:768px){.contact-exterior-accordion__header__title{font-size:2.75rem;line-height:3rem;font-weight:600}}.contact-exterior-accordion__header__subtitle{font-weight:500;font-size:.8rem}.contact-exterior-accordion__header__subtitle__container{padding-top:.325rem;margin-right:2rem;float:left}@media only screen and (min-width:768px){.contact-exterior-accordion__header__subtitle__container{padding-top:.5rem;margin-right:6rem}.contact-exterior-accordion__header__subtitle{font-size:1rem}}.contact-exterior-accordion__footer{display:flex;flex-direction:row;margin-top:0;gap:1rem;opacity:1}@media only screen and (min-width:768px){.contact-exterior-accordion__footer{margin-top:2rem}}.contact-exterior-accordion__footer hr{width:100%;border-color:var(--text-dark);border-width:1px 0 0}.contact-exterior-accordion__footer__text{display:none;font-size:.65rem;font-weight:500;text-wrap:nowrap;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.contact-exterior-accordion__footer__text:hover{opacity:.6}@media only screen and (min-width:768px){.contact-exterior-accordion__footer__text{display:block;font-size:.75rem}}.contact-accordion{padding-top:1rem;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:background-Color .7s cubic-bezier(0,0,.2,1),color .7s cubic-bezier(0,0,.2,1)}.contact-accordion--open{display:grid;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:768px){.contact-accordion--open{grid-template-columns:repeat(1,1fr)}}.contact-accordion--open .exterior-accordion{padding-left:0;color:var(--text-dark)}.contact-accordion--open .exterior-accordion__footer{transition:opacity .7s cubic-bezier(.4,0,.2,1)}.contact-accordion__interior{display:flex;flex-direction:column;gap:2rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1)}.contact-accordion__interior--column{flex-direction:column!important}.contact-accordion__interior--column img{order:0!important;width:100%!important}@media only screen and (min-width:768px){.contact-accordion__interior--column img{width:50%!important}}.contact-accordion__interior--column .contact-accordion__interior__locations{flex-wrap:wrap;flex-direction:row!important;flex-basis:100%!important}.contact-accordion__interior--column .contact-accordion__interior__texts{flex:0 1 100%}@media only screen and (min-width:768px){.contact-accordion__interior--column .contact-accordion__interior__texts{flex:0 1 20%}.contact-accordion__interior{flex-direction:row;font-size:1.25rem}}.contact-accordion__interior img{max-width:100%;max-height:40vh;height:auto;flex-basis:50%;order:1;padding-top:0;padding-bottom:0;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.contact-accordion__interior img{min-height:60vh;height:60vh;max-height:100%;max-width:60%;order:2;padding-top:3rem;padding-bottom:3rem}}.contact-accordion__interior__locations{display:flex;flex-direction:column;flex-basis:50%;gap:2rem;order:2;padding-top:0;padding-bottom:3rem}.contact-accordion__interior__locations--column{flex-direction:row}@media only screen and (min-width:768px){.contact-accordion__interior__locations{order:1;gap:4rem;padding-top:3rem}}.contact-accordion__interior__texts{display:flex;flex-direction:column}.contact-accordion__interior__texts__title{font-weight:600;font-size:1.05rem;line-height:1.45rem}.contact-accordion__interior__texts__text{font-weight:400;font-size:1.05rem;line-height:1.45rem}.contact-accordion__interior__texts__text--big{font-weight:600;font-size:1.325rem}.contact-accordion__footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.contact-accordion__footer:hover{opacity:.6}.contact-accordion__footer .circle{background-color:var(--background-black)}.image-with-text{position:relative;height:100%}.image-with-text__lower-left{position:absolute;bottom:1rem;left:1rem}.image-with-text__lower-right{position:absolute;bottom:1rem;right:1rem}.image-with-text__upper-left{position:absolute;top:1rem;left:1rem}.image-with-text__upper-right{position:absolute;top:1rem;right:1rem}.image-with-text__lower-left,.image-with-text__upper-left,.image-with-text__upper-right{max-width:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:0}@media only screen and (min-width:768px){.image-with-text__lower-left,.image-with-text__upper-left,.image-with-text__upper-right{max-width:50%}}.image-with-text:hover .image-with-text__lower-left,.image-with-text:hover .image-with-text__upper-left,.image-with-text:hover .image-with-text__upper-right{opacity:1}.circle{height:20px;width:20px;border-radius:50%;display:inline-block}@media only screen and (min-width:768px){.circle{height:25px;width:25px}}.triangle{width:0;height:0;border-top:.6rem solid transparent;border-bottom:.6rem solid transparent;border-left:1rem solid #000}.accordion{display:flex;flex-direction:column;max-width:100vw}.embla{width:100%;position:relative}.embla__carousel{height:50vh;width:100%;--slide-height:19rem;--slide-spacing:1rem;--slide-size:85%;overflow:hidden}@media only screen and (min-width:768px){.embla__carousel{height:60vh;--slide-size:40%}}@media only screen and (min-width:1280px){.embla__carousel{--slide-size:24%}}.embla__viewport{height:100%;overflow:hidden}.embla__container{height:100%;width:100%;backface-visibility:hidden;display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height)}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;grid-gap:1.2rem;gap:1.2rem;margin-top:1.8rem}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;align-items:center}.embla__button{position:absolute;top:50%;padding:.4rem;border-radius:100%;border:none;background-color:rgba(0,0,0,.322);line-height:0rem}.embla__button svg{font-size:2.25rem;line-height:1rem;color:var(--text-light)}.embla__button--prev{left:0}.embla__button--next{right:0}.embla__arrow{position:absolute;color:var(--text-light);top:50%;right:0;z-index:3;font-size:2rem;cursor:pointer}.embla__arrow:first-of-type{left:0!important;right:100%!important}.embla__arrow--left{border-right:1rem solid #fff}.embla__arrow--left,.embla__arrow--right{border-top:1rem solid transparent;border-bottom:1rem solid transparent}.embla__arrow--right{border-left:1rem solid #fff}.footer-2{display:flex;flex-direction:column;align-items:center;gap:1.825rem;padding-top:3.25rem;padding-bottom:3.25rem;color:var(--text-light);background:var(--background-dark)}.footer-2__nav{display:flex;gap:2rem;font-weight:300}@media only screen and (min-width:768px){.footer-2__nav{gap:4rem}}.footer-2__nav__item{font-size:.875rem;line-height:.875rem;text-decoration:none;color:var(--text-light);cursor:pointer}.footer-2__nav__item:hover{opacity:.7}@media only screen and (min-width:768px){.footer-2__nav__item{font-size:1rem;line-height:1rem}}.footer-2__social{display:flex;align-items:center;gap:2.25rem}.footer-2__social__item{cursor:pointer}.footer-2__social__item:hover{opacity:.7}.footer-2__social__item div,.footer-2__social__item img{width:1.375rem;height:auto}@media only screen and (min-width:768px){.footer-2__social__item div,.footer-2__social__item img{width:1.675rem}}.footer-2__privacy{font-weight:200;font-size:.675rem;line-height:.675rem;text-decoration:none;color:var(--text-light);cursor:pointer}.footer-2__privacy:hover{opacity:.7}@media only screen and (min-width:768px){.footer-2__privacy{font-size:.875rem;line-height:.875rem}}.navbar{display:flex;position:sticky;flex-direction:row;justify-content:space-between;top:0;box-sizing:border-box;width:100%;padding-top:1rem;padding-bottom:1rem;background-color:var(--background-dark);transition:transform .5s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:100}.navbar--hidden{transform:translateY(-120px)}@media only screen and (min-width:768px){.navbar{padding-top:1.75rem;padding-bottom:1.75rem}}.navbar img{max-height:2.625rem;width:auto}@media only screen and (min-width:768px){.navbar img{max-height:3.25rem}}.navbar__hamburger{align-self:center;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.navbar__hamburger:hover{opacity:.7}.navbar__hamburger div{width:35px;height:1px;background-color:#fff;margin:10px 0}@media only screen and (min-width:768px){.navbar__hamburger div{height:2px}}.navbar__menu{position:sticky;height:100vh;width:100vw;z-index:2000;right:0;top:0;box-sizing:border-box;margin-top:-100vh;margin-left:auto;padding-left:8.25rem;padding-right:1.25rem;padding-top:9.25rem;background:var(--background-dark);transition:transform .5s cubic-bezier(.4,0,.2,1)}.navbar__menu--hidden{transform:translateX(100vw)}@media only screen and (min-width:768px){.navbar__menu{width:50vw;padding-left:4.25rem}}.navbar__menu__x{position:absolute;right:32px;top:32px;width:32px;height:32px;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.navbar__menu__x:hover{opacity:.7}.navbar__menu__x:after,.navbar__menu__x:before{position:absolute;left:15px;content:" ";height:33px;width:2px;background-color:var(--text-light)}.navbar__menu__x:before{transform:rotate(45deg)}.navbar__menu__x:after{transform:rotate(-45deg)}.navbar__menu__list{display:flex;flex-direction:column;color:var(--text-light)}.navbar__menu__list a,.navbar__menu__list span{margin-bottom:1.875rem;color:var(--text-light);font-size:2rem;line-height:2.225rem;font-weight:500;text-decoration:none;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.navbar__menu__list a:hover,.navbar__menu__list span:hover{opacity:.7}@media only screen and (min-width:768px){.navbar__menu__list a,.navbar__menu__list span{font-size:2.5rem;line-height:2.5rem}}.navbar__menu__list__hwdi{display:flex;gap:3.25rem}.navbar__menu__list__hwdi div,.navbar__menu__list__hwdi img{width:2rem;height:auto}.navbar__menu__list__howwedoit{display:flex;flex-direction:column;transition:height .45s ease-in-out;box-sizing:border-box;overflow:hidden}.navbar__menu__list__howwedoit__item{margin-bottom:.875rem!important;color:var(--text-light);font-size:1.625rem!important;line-height:1.625rem!important;font-weight:300!important;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.navbar__menu__list__howwedoit__item:hover{opacity:.7}@media only screen and (min-width:768px){.navbar__menu__list__howwedoit__item{font-size:2rem!important;line-height:2rem!important}}.slideshow{min-height:30vh;height:30vh;max-height:100%;position:relative;height:100%;width:100%;overflow:hidden}.slideshow__image{position:absolute;bottom:0;left:0;height:auto;width:100%;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:0;-o-object-fit:contain;object-fit:contain}.slideshow__image--current{opacity:1}@media only screen and (min-width:768px){.slideshow__image{top:0}}.history-accordion{padding-top:1rem;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:background-Color .7s cubic-bezier(0,0,.2,1),color .7s cubic-bezier(0,0,.2,1)}.history-accordion--open{display:grid;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:768px){.history-accordion--open{grid-template-columns:repeat(1,1fr)}}.history-accordion--open .exterior-accordion{padding-left:0;color:var(--text-dark)}.history-accordion--open .exterior-accordion__footer{transition:opacity .7s cubic-bezier(.4,0,.2,1)}.history-accordion__interior{display:flex;flex-direction:column;gap:2rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:768px){.history-accordion__interior{flex-direction:row;font-size:1.25rem}}.history-accordion__interior__image{display:none}@media only screen and (min-width:768px){.history-accordion__interior__image{display:block}}.history-accordion__interior__image--mobile{display:block}@media only screen and (min-width:768px){.history-accordion__interior__image--mobile{display:none}}.history-accordion__interior img{max-width:100%;max-height:40vh;order:1;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.history-accordion__interior img{max-width:50%;height:auto;min-height:60vh;order:2}}.history-accordion__interior__texts{display:flex;flex-direction:column;flex-basis:50%;order:2}@media only screen and (min-width:768px){.history-accordion__interior__texts{order:1}}.history-accordion__interior__texts__text{font-weight:400;font-size:1.02rem;line-height:1.25rem}.history-accordion__interior__texts__text--big{font-weight:600;font-size:1.325rem}.history-accordion__footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.history-accordion__footer:hover{opacity:.6}.history-accordion__footer .circle{background-color:var(--background-black)}.history-accordion__footer span{font-size:.75rem}.m-accordion{position:relative;max-height:450px;margin-top:1rem;background-color:var(--background-dark);transition:color .7s cubic-bezier(0,0,.2,1)}.m-accordion--open{display:flex;flex-direction:column}.m-accordion--open .exterior-accordion__footer{transition:opacity 0s cubic-bezier(.4,0,.2,1)}.m-accordion--open .m-accordion__interior{padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:768px){.m-accordion--open .m-accordion__interior{padding-left:15rem;padding-right:3rem}}.m-accordion--open .m-accordion__image{opacity:1}.m-accordion .exterior-accordion{padding:2rem 1.5rem 0}@media only screen and (min-width:768px){.m-accordion .exterior-accordion{padding:2rem 3rem 0 15rem}}.m-accordion__image{display:none;position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:100vh auto;background-position:0 0;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:0;z-index:0}.m-accordion__image--mobile{display:block!important;background-size:cover}@media only screen and (min-width:768px){.m-accordion__image--mobile{display:none!important}.m-accordion__image{display:block;background-repeat:no-repeat;background-size:cover;background-position:50%}}.m-accordion__interior{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1);z-index:1}@media only screen and (min-width:768px){.m-accordion__interior{font-size:1.02rem;line-height:1.25rem;padding-left:15rem}}.m-accordion__interior__texts{display:flex;flex-direction:column}.m-accordion__footer{display:flex;position:relative;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;grid-column:span 1;font-size:.65rem;transition:height .7s cubic-bezier(0,0,.2,1),opacity 0s cubic-bezier(0,0,.2,1);z-index:1;cursor:pointer}.m-accordion__footer:hover{opacity:.6}@media only screen and (min-width:768px){.m-accordion__footer{grid-column:span 2;font-size:1rem}}.m-accordion__footer .circle{background-color:var(--background-light)}.m-accordion__footer span{font-size:.75rem}.temp-accordion{position:relative;max-height:450px;background-color:var(--background-dark);transition:color .7s cubic-bezier(0,0,.2,1)}.temp-accordion--open{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.825rem;gap:1.825rem}@media only screen and (min-width:768px){.temp-accordion--open{grid-template-columns:repeat(2,1fr)}.temp-accordion--open .exterior-accordion{padding-left:3rem!important}}.temp-accordion--open .exterior-accordion__footer{transition:opacity 0s cubic-bezier(.4,0,.2,1)}.temp-accordion--open .temp-accordion__interior{padding-top:0;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:768px){.temp-accordion--open .temp-accordion__interior{padding-top:2rem;padding-left:0!important;padding-right:3rem}}.temp-accordion--open .temp-accordion__image{opacity:1}.temp-accordion .exterior-accordion{padding:2rem 1.5rem 0}@media only screen and (min-width:768px){.temp-accordion .exterior-accordion{padding:2rem 3rem 2rem 15rem}}.temp-accordion__image{display:none;position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:150vh auto;background-position:50%;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:0;z-index:0}.temp-accordion__image--mobile{display:block!important;background-size:cover}@media only screen and (min-width:768px){.temp-accordion__image--mobile{display:none!important}.temp-accordion__image{display:block;background-size:cover;background-position:50%}}.temp-accordion__interior{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1);z-index:1}@media only screen and (min-width:768px){.temp-accordion__interior{font-size:1.02rem;line-height:1.25rem;padding-left:12rem}}.temp-accordion__interior__texts{display:flex;flex-direction:column}.temp-accordion__footer{display:flex;position:relative;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;grid-column:span 1;font-size:.65rem;transition:height .7s cubic-bezier(0,0,.2,1),opacity 0s cubic-bezier(0,0,.2,1);z-index:1;cursor:pointer}.temp-accordion__footer:hover{opacity:.6}@media only screen and (min-width:768px){.temp-accordion__footer{grid-column:span 2;font-size:1rem}}.temp-accordion__footer .circle{background-color:var(--background-light)}.temp-accordion__footer span{font-size:.75rem}.vision-accordion{position:relative;max-height:450px;background-color:var(--background-dark);transition:color .7s cubic-bezier(0,0,.2,1)}.vision-accordion--open{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.825rem;gap:1.825rem}@media only screen and (min-width:768px){.vision-accordion--open{grid-template-columns:repeat(2,1fr)}}.vision-accordion--open .exterior-accordion{color:var(--text-dark)}@media only screen and (min-width:768px){.vision-accordion--open .exterior-accordion{padding-left:3rem!important;padding-right:0!important}}.vision-accordion--open .exterior-accordion__header{padding-left:0;max-width:1000px!important}.vision-accordion--open .exterior-accordion__footer{transition:opacity 0s cubic-bezier(.4,0,.2,1)}.vision-accordion--open .vision-accordion__interior{padding-top:0;padding-left:1.5rem;padding-right:3rem}@media only screen and (min-width:768px){.vision-accordion--open .vision-accordion__interior{padding-top:2rem;padding-left:3rem!important}}.vision-accordion--open .vision-accordion__image{opacity:1}.vision-accordion .exterior-accordion__header{max-width:700px}.vision-accordion .exterior-accordion{padding:2rem 1.5rem 0}@media only screen and (min-width:768px){.vision-accordion .exterior-accordion{padding:2rem 3rem 0}}.vision-accordion__image{display:none;position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:150vh auto;background-position:50%;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:0;z-index:0}.vision-accordion__image--mobile{display:block!important;background-size:cover}@media only screen and (min-width:768px){.vision-accordion__image--mobile{display:none!important}.vision-accordion__image{display:block;background-size:cover;background-position:50%}}.vision-accordion__interior{display:flex;flex-direction:column;gap:2.625rem;padding-left:1.5rem;margin-bottom:1rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1);z-index:1}@media only screen and (min-width:768px){.vision-accordion__interior{gap:1.5rem;padding-left:6rem;font-size:1.25rem}}.vision-accordion__interior__texts{display:flex;flex-direction:column}.vision-accordion__interior__title{font-weight:400;font-size:1.425rem;line-height:1.85rem}@media only screen and (min-width:768px){.vision-accordion__interior__title{font-size:1.925rem;line-height:2rem}}.vision-accordion__interior__bullet{display:flex;flex-direction:column;gap:.2rem}.vision-accordion__interior__bullet__title{font-weight:600;font-size:1.125rem}@media only screen and (min-width:768px){.vision-accordion__interior__bullet__title{font-size:1.225rem}}.vision-accordion__interior__bullet__body{font-weight:400;font-size:1rem;line-height:1.45rem}@media only screen and (min-width:768px){.vision-accordion__interior__bullet__body{font-weight:400;font-size:1.02rem;line-height:1.25rem}}.vision-accordion__footer{display:flex;position:relative;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;grid-column:span 1;font-size:.65rem;transition:height .7s cubic-bezier(0,0,.2,1),opacity 0s cubic-bezier(0,0,.2,1);z-index:1;cursor:pointer}.vision-accordion__footer:hover{opacity:.6}@media only screen and (min-width:768px){.vision-accordion__footer{grid-column:span 2;font-size:1rem}}.vision-accordion__footer .circle{background-color:var(--background-dark)}.vision-accordion__footer span{font-size:.75rem}.accordion-item--open .exterior-accordion__footer{opacity:0}.exterior-accordion{display:flex;flex-direction:column;position:relative;gap:2rem;padding-top:2rem;z-index:1}.exterior-accordion--1{padding-right:0}@media only screen and (min-width:768px){.exterior-accordion--1{padding-right:12rem}}.exterior-accordion--1 .exterior-accordion__header{max-width:800px}.exterior-accordion--2{padding-left:0}@media only screen and (min-width:768px){.exterior-accordion--2{padding-left:12rem}}.exterior-accordion--3 .exterior-accordion__header{padding-left:0}@media only screen and (min-width:768px){.exterior-accordion--3 .exterior-accordion__header{padding-left:6rem}}.exterior-accordion--3 .exterior-accordion__footer{padding-left:0}@media only screen and (min-width:768px){.exterior-accordion--3 .exterior-accordion__footer{padding-right:12rem}.exterior-accordion{gap:2rem;padding-top:1rem}}.exterior-accordion__header__title{font-size:2rem;line-height:2.225rem;font-weight:600;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.exterior-accordion__header__title:hover{opacity:.6}@media only screen and (min-width:768px){.exterior-accordion__header__title{font-size:2.7rem;line-height:3rem}}.exterior-accordion__header__subtitle{font-weight:500;font-size:.8rem}.exterior-accordion__header__subtitle__container{padding-top:.325rem;margin-right:2rem;float:left}@media only screen and (min-width:768px){.exterior-accordion__header__subtitle__container{padding-top:.5rem;margin-right:6rem}.exterior-accordion__header__subtitle{font-size:.75rem}}.exterior-accordion__footer{display:flex;flex-direction:row;gap:1rem;opacity:1}.exterior-accordion__footer hr{width:100%;border-color:var(--text-light);border-width:1px 0 0}.exterior-accordion__footer__text{font-size:.65rem;font-weight:500;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.exterior-accordion__footer__text:hover{opacity:.6}@media only screen and (min-width:768px){.exterior-accordion__footer__text{font-size:.75rem}}.about{width:100%;box-sizing:border-box;background-color:var(--background-dark)}.about__header{display:flex;flex-direction:column;box-sizing:border-box;padding-top:2.75rem;margin-bottom:2.75rem;gap:1.225rem;color:var(--text-light)}@media only screen and (min-width:1280px){.about__header{gap:1.625rem}}.about__header__title{width:100%;color:var(--text-light);font-size:2rem;line-height:2.225rem;font-weight:600}@media only screen and (min-width:768px){.about__header__title{width:80%;font-size:2rem;line-height:110%}}.about__header__subtitle{width:100%;color:var(--text-light);font-size:.825rem;line-height:1.225rem;font-weight:300}@media only screen and (min-width:768px){.about__header__subtitle{width:65%;font-size:1.02rem;line-height:1.25rem}}.footer{position:relative;width:100vw;height:60vh}@media only screen and (min-width:768px){.footer{height:100vh}}.footer__image{position:absolute;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;z-index:-1;-o-object-position:80% 10%;object-position:80% 10%}.footer__logo{display:none;width:8rem}@media only screen and (min-width:768px){.footer__logo{display:block}}.footer__title{align-self:center;margin-top:auto;font-size:1.275rem;text-align:center!important}@media only screen and (min-width:768px){.footer__title{max-width:40vw;height:100%;align-content:center;margin-top:0;font-size:1.5rem;text-align:start}}.footer__block{height:100%;box-sizing:border-box;display:flex;flex-direction:column}.hero{position:relative;width:100vw;height:100vh}.hero__link{display:block;width:100%;height:100%}.hero__video{display:none;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.hero__video{display:block}}.hero__image{display:none;position:absolute;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:55% 30%;object-position:55% 30%;z-index:-1}.hero__image--mobile{display:block}@media only screen and (min-width:768px){.hero__image--mobile{display:none!important}.hero__image{display:block}}.hero__logo{display:none;width:8rem}@media only screen and (min-width:768px){.hero__logo{display:block}}.hero__title{align-self:center;margin-top:auto;font-size:1.275rem;text-align:center;color:var(--text-light)}@media only screen and (min-width:768px){.hero__title{align-self:flex-end;margin-top:4.25rem;font-size:1.675rem;text-align:start;color:var(--text-dark)}}.hero__block{height:100%;box-sizing:border-box;display:flex;flex-direction:column}.first-accordion{background-repeat:no-repeat;background-size:cover;background-position:50%}.first-accordion--open .howwedoit-exterior-accordion__expand{display:none}.first-accordion--open .howwedoit-exterior-accordion__see-more{display:flex}.first-accordion__interior{display:flex;flex-direction:column;gap:2rem;text-decoration:none;background-color:var(--background-light);transition:height .7s ease-in-out;overflow:hidden}.first-accordion__interior--open{padding-bottom:2rem}@media only screen and (min-width:768px){.first-accordion__interior--open{padding-bottom:3rem}}.first-accordion__interior a{text-decoration:none!important}.first-accordion__interior img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.first-accordion__interior .embla__slide{flex:0 0 100%!important}}.first-accordion__interior__news{display:flex;flex-direction:column;justify-content:space-between;gap:1.625rem}@media only screen and (min-width:768px){.first-accordion__interior__news{flex-direction:row}}.first-accordion__interior__read-more,.first-accordion__interior__see-more{display:flex;align-items:flex-end;align-self:flex-end;gap:.8rem;font-weight:500;font-size:.6825rem;color:var(--text-dark);white-space:nowrap}@media only screen and (min-width:768px){.first-accordion__interior__read-more,.first-accordion__interior__see-more{gap:1rem;font-size:.8rem}}.first-accordion__interior__text{display:flex;flex-direction:column;gap:1rem;max-width:900px}.first-accordion__interior__text__source{font-weight:300;font-size:.8rem;color:var(--text-dark)}@media only screen and (min-width:768px){.first-accordion__interior__text__source{font-weight:300;font-size:1.6rem}}.first-accordion__interior__text__source span{font-weight:700}.first-accordion__interior__text__title{font-weight:600;font-size:1.125rem;line-height:1.3rem;color:var(--text-dark)}@media only screen and (min-width:768px){.first-accordion__interior__text__title{font-weight:500;font-size:2rem;line-height:2.4rem}}.first-accordion__interior .embla--headlines .embla__carousel{height:100%!important}.first-accordion__interior .embla--headlines .embla__arrow{display:none}.first-accordion__hide{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;align-self:flex-end;gap:.8rem;transition:opacity .7s cubic-bezier(.4,0,.2,1)}@media only screen and (min-width:768px){.first-accordion__hide{align-self:center}}.first-accordion__hide .circle{background-color:var(--background-black)}.first-accordion__hide__text{font-size:.65rem;font-weight:500}@media only screen and (min-width:768px){.first-accordion__hide__text{font-size:1rem}}.second-accordion{background-repeat:no-repeat;background-size:cover;background-position:50%}.second-accordion--open .howwedoit-exterior-accordion__expand{display:none}.second-accordion--open .howwedoit-exterior-accordion__see-more{display:flex}.second-accordion__interior{display:flex;flex-direction:column;gap:2rem;text-decoration:none;background-color:var(--background-light);transition:height .7s ease-in-out;overflow:hidden}.second-accordion__interior--open{padding-bottom:2rem}@media only screen and (min-width:768px){.second-accordion__interior--open{padding-bottom:3rem}}.second-accordion__interior a{text-decoration:none!important}.second-accordion__interior img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.second-accordion__interior .embla__slide{flex:0 0 100%!important}}.second-accordion__interior__news{display:flex;flex-direction:column;justify-content:space-between;gap:1.625rem}@media only screen and (min-width:768px){.second-accordion__interior__news{flex-direction:row}}.second-accordion__interior__read-more,.second-accordion__interior__see-more{display:flex;align-items:flex-end;align-self:flex-end;gap:.8rem;font-weight:500;font-size:.6825rem;color:var(--text-dark);white-space:nowrap}@media only screen and (min-width:768px){.second-accordion__interior__read-more,.second-accordion__interior__see-more{gap:1rem;font-size:1rem}}.second-accordion__interior__text{display:flex;flex-direction:column;gap:1rem;max-width:900px}.second-accordion__interior__text__source{font-weight:300;font-size:.8rem;color:var(--text-dark)}@media only screen and (min-width:768px){.second-accordion__interior__text__source{font-weight:300;font-size:1.6rem}}.second-accordion__interior__text__source span{font-weight:700}.second-accordion__interior__text__title{font-weight:600;font-size:1.125rem;line-height:1.3rem;color:var(--text-dark)}@media only screen and (min-width:768px){.second-accordion__interior__text__title{font-weight:500;font-size:2.2125rem;line-height:2.4rem}}.second-accordion__interior .embla--headlines .embla__carousel{height:100%!important}.second-accordion__interior .embla--headlines .embla__arrow{display:none}.second-accordion__slide__text--small{font-size:.875rem;font-weight:300}@media only screen and (min-width:768px){.second-accordion__slide__text--small{font-size:1rem;font-weight:300}}.second-accordion__slide__text--large{font-size:1.625rem;font-weight:600}@media only screen and (min-width:768px){.second-accordion__slide__text--large{font-size:2rem;font-weight:600}}.third-accordion{background-repeat:no-repeat;background-size:cover;background-position:50%;border-bottom:1px solid var(--background-black)}.third-accordion--open .howwedoit-exterior-accordion__expand{display:none}.third-accordion--open .howwedoit-exterior-accordion__see-more{display:flex}.third-accordion__interior{display:flex;flex-direction:column;gap:2rem;text-decoration:none;background-color:var(--background-light);transition:height .7s ease-in-out;overflow:hidden}.third-accordion__interior--open{padding-bottom:2rem}@media only screen and (min-width:768px){.third-accordion__interior--open{padding-bottom:3rem}}.third-accordion__interior a{text-decoration:none!important}.third-accordion__interior img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.third-accordion__interior .embla__slide{flex:0 0 100%!important}}.third-accordion__interior__news{display:flex;flex-direction:column;justify-content:space-between;gap:1.625rem}@media only screen and (min-width:768px){.third-accordion__interior__news{flex-direction:row}}.third-accordion__interior__read-more,.third-accordion__interior__see-more{display:flex;align-items:flex-end;align-self:flex-end;gap:.8rem;font-weight:500;font-size:.6825rem;color:var(--text-dark);white-space:nowrap}@media only screen and (min-width:768px){.third-accordion__interior__read-more,.third-accordion__interior__see-more{gap:1rem;font-size:1rem}}.third-accordion__interior__text{display:flex;flex-direction:column;gap:1rem;max-width:900px}.third-accordion__interior__text__source{font-weight:300;font-size:.8rem;color:var(--text-dark)}@media only screen and (min-width:768px){.third-accordion__interior__text__source{font-weight:300;font-size:1.6rem}}.third-accordion__interior__text__source span{font-weight:700}.third-accordion__interior__text__title{font-weight:600;font-size:1.125rem;line-height:1.3rem;color:var(--text-dark)}@media only screen and (min-width:768px){.third-accordion__interior__text__title{font-weight:500;font-size:2.2125rem;line-height:2.4rem}}.third-accordion__interior .embla--headlines .embla__carousel{height:100%!important}.third-accordion__interior .embla--headlines .embla__arrow{display:none}.third-accordion__slide__text--small{font-size:.875rem;font-weight:300}@media only screen and (min-width:768px){.third-accordion__slide__text--small{font-size:1rem;font-weight:300}}.third-accordion__slide__text--large{font-size:1.625rem;font-weight:600}@media only screen and (min-width:768px){.third-accordion__slide__text--large{font-size:2rem;font-weight:600}}.howwedoit-exterior-accordion{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:2rem 0;border-top:1px solid var(--background-black)}@media only screen and (min-width:768px){.howwedoit-exterior-accordion{flex-direction:row;padding:3rem 0}}.howwedoit-exterior-accordion__title{display:flex;flex-direction:row;font-size:1.825rem;line-height:1.825rem;font-weight:600;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.howwedoit-exterior-accordion__title:hover{opacity:.6}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__title{font-size:2.7rem;line-height:4.5rem}}.howwedoit-exterior-accordion__title__count{display:flex;flex-direction:column;justify-content:flex-start;margin-right:.725rem}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__title__count{justify-content:center;margin-right:1rem}}.howwedoit-exterior-accordion__title__count__number{font-size:1.225rem;line-height:1.225rem;font-weight:600}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__title__count__number{font-size:1.8rem;line-height:1.8rem}}.howwedoit-exterior-accordion__title__count__text{font-size:.625rem;line-height:.625rem;font-weight:400}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__title__count__text{font-size:.75rem;line-height:1rem}}.howwedoit-exterior-accordion__expand{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;align-self:flex-end;gap:.8rem;cursor:pointer}.howwedoit-exterior-accordion__expand:hover{opacity:.8}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__expand{align-self:center}}.howwedoit-exterior-accordion__expand .circle{background-color:var(--background-black)}.howwedoit-exterior-accordion__expand__text{font-size:.65rem;font-weight:500;cursor:pointer}.howwedoit-exterior-accordion__expand__text:hover{opacity:.8}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__expand__text{font-size:.75rem}}.howwedoit-exterior-accordion__see-more{display:none;flex-direction:row;justify-content:flex-end;align-items:center;align-self:flex-end;gap:.8rem;cursor:pointer}.howwedoit-exterior-accordion__see-more:hover{opacity:.8}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__see-more{align-self:center}}.howwedoit-exterior-accordion__see-more .circle{background-color:var(--background-black)}.howwedoit-exterior-accordion__see-more__text{font-size:.65rem;font-weight:500;cursor:pointer}.howwedoit-exterior-accordion__see-more__text:hover{opacity:.8}@media only screen and (min-width:768px){.howwedoit-exterior-accordion__see-more__text{font-size:.75rem}}.how-we-do-it{display:flex;flex-direction:column;gap:2rem;background-color:var(--background-light)}.gallery-locations,.gallery-locations__header,.how-we-do-it{width:100%;box-sizing:border-box}.gallery-locations__header{display:flex;flex-direction:column;margin-top:2.75rem;margin-bottom:4.125rem;gap:1.225rem;color:var(--text-dark)}@media only screen and (min-width:768px){.gallery-locations__header{gap:2.225rem}}@media only screen and (min-width:1280px){.gallery-locations__header{gap:2.825rem}}.gallery-locations__header__title{color:var(--text-dark);font-size:2rem;line-height:2.225rem;font-weight:700}@media only screen and (min-width:768px){.gallery-locations__header__title{font-size:2.5rem;line-height:4.5rem}}@media only screen and (min-width:1280px){.gallery-locations__header__title{font-size:2.5rem;line-height:4.5rem}}.gallery-locations__header__subtitle{color:var(--text-dark);font-size:1.75rem;line-height:2.225rem;font-weight:600}@media only screen and (min-width:768px){.gallery-locations__header__subtitle{font-size:2.25rem;line-height:110%}}@media only screen and (min-width:1280px){.gallery-locations__header__subtitle{line-height:110%}}.gallery-locations__sections{display:none}@media only screen and (min-width:768px){.gallery-locations__sections{display:block}}.gallery-locations__section{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem;margin-top:6rem;margin-bottom:4rem}.gallery-locations__section:nth-child(2),.gallery-locations__section:nth-child(2) .gallery-locations__section{margin-left:5rem}.gallery-locations__section:nth-child(2) .gallery-locations__section__image{grid-column:3/span 1}.gallery-locations__section:nth-child(2) .gallery-locations__section__list{grid-row:1}@media only screen and (min-width:768px){.gallery-locations__section{-moz-column-gap:2rem;column-gap:2rem}}@media only screen and (min-width:1280px){.gallery-locations__section{-moz-column-gap:5rem;column-gap:5rem}}.gallery-locations__section__list{display:flex;flex-direction:column;gap:.625rem}.gallery-locations__section__list__title{margin-bottom:1rem;font-weight:600}@media only screen and (min-width:768px){.gallery-locations__section__list__title{font-size:1.5rem;margin-bottom:1rem}}@media only screen and (min-width:1280px){.gallery-locations__section__list__title{font-size:2rem;margin-bottom:2rem}}@media only screen and (min-width:768px){.gallery-locations__section__list__item{font-size:.775rem}}@media only screen and (min-width:1280px){.gallery-locations__section__list__item{font-size:.875rem}}.gallery-locations .accordion{display:block}@media only screen and (min-width:768px){.gallery-locations .accordion{display:none}}.gallery-hero{position:relative;width:100vw;height:100vh}.gallery-hero__image{position:absolute;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;-o-object-position:55% 30%;object-position:55% 30%;z-index:-1;opacity:1}.gallery-hero__logo{display:none;width:8rem}@media only screen and (min-width:768px){.gallery-hero__logo{display:block}}.gallery-hero__title{max-width:90%;align-self:center;margin-top:auto;margin-bottom:auto;line-height:110%;font-size:1.875rem;font-weight:600;text-align:center;color:var(--text-light)}@media only screen and (min-width:768px){.gallery-hero__title{max-width:80%;font-size:2.1rem}}.gallery-hero__block{height:100%;box-sizing:border-box;display:flex;flex-direction:column}.gallery-slider{position:relative;width:100%;box-sizing:border-box;background-color:var(--background-dark)}.gallery-slider .embla--arrows{display:flex;justify-content:space-between}.gallery-slider .embla--arrow{align-self:center;color:var(--text-light);z-index:3;cursor:pointer;width:0;height:0}.gallery-slider .embla--arrow--left{border-top:1rem solid transparent;border-bottom:1rem solid transparent;border-right:1rem solid #fff}.gallery-slider .embla--arrow--right{border-top:1rem solid transparent;border-bottom:1rem solid transparent;border-left:1rem solid #fff}.gallery-slider .embla--bottom,.gallery-slider .embla--mobile,.gallery-slider .embla--top{margin-bottom:1rem}.gallery-slider .embla--bottom .embla__arrow,.gallery-slider .embla--mobile .embla__arrow,.gallery-slider .embla--top,.gallery-slider .embla--top .embla__arrow{display:none}@media only screen and (min-width:768px){.gallery-slider .embla--top{display:block}}.gallery-slider .embla--top .embla__carousel{height:auto}@media only screen and (max-width:767px){.gallery-slider .embla--top .embla__slide{flex:0 0 75%!important}}.gallery-slider .embla--bottom{display:none}.gallery-slider .embla--bottom .embla__carousel{height:auto}@media only screen and (min-width:768px){.gallery-slider .embla--bottom{display:block}}.gallery-slider .embla--bottom .embla__slide{justify-content:flex-end}.gallery-slider .embla--mobile{display:block}@media only screen and (min-width:768px){.gallery-slider .embla--mobile{display:none}}.gallery-slider .embla--mobile .embla__carousel{height:auto}.gallery-slider .embla--mobile .embla__slide img{height:100%}@media only screen and (max-width:767px){.gallery-slider .embla--mobile .embla__slide{flex:0 0 75%!important}}.gallery-slider .embla__slide{display:flex;flex-direction:column;padding-left:1.25rem}.gallery-slider .embla__slide img{height:auto;width:100%;max-width:100%;overflow:hidden;cursor:pointer}.gallery-slider .embla__slide .gallery__title{display:block;color:var(--text-light);font-size:1.325rem;line-height:2.225rem;font-weight:600;cursor:pointer}.gallery-slider .embla__slide .gallery__subtitle{display:block;color:var(--text-light);font-size:.625rem;line-height:140%;font-weight:400;text-transform:uppercase;cursor:pointer}.gallery-slider__lightbox{display:none;z-index:150;position:fixed;left:0;width:100vw;height:100vh;align-items:flex-end;justify-content:center;background-color:hsla(0,0%,100%,.03);backdrop-filter:blur(.1rem)}.gallery-slider__lightbox__frame{width:85vw;height:30vh;margin-bottom:1rem;background-color:#fff;padding:.5rem .5rem 1rem;display:flex;flex-direction:column;align-self:flex-start;margin-top:50%}@media only screen and (min-width:768px){.gallery-slider__lightbox__frame{width:80vw;height:80vh;padding:1rem 1rem 2rem;align-self:flex-end;margin-top:0}}.gallery-slider__lightbox.open{display:flex}.gallery-slider__lightbox__image{width:100%;height:auto;overflow:hidden;flex-grow:1;margin-bottom:.5rem}@media only screen and (min-width:768px){.gallery-slider__lightbox__image{margin-bottom:1rem}}.gallery-slider__lightbox__image img{width:100%}.gallery-slider__lightbox__details__title{display:block;color:var(--text-dark);font-size:1rem;line-height:140%;font-weight:600}@media only screen and (min-width:768px){.gallery-slider__lightbox__details__title{font-size:1.625rem}}.gallery-slider__lightbox__details__subtitle{display:block;color:var(--text-dark);font-size:.625rem;line-height:140%;font-weight:400;text-transform:uppercase}@media only screen and (min-width:768px){.gallery-slider__lightbox__details__subtitle{font-size:.825rem}}.gallery-slider__lightbox__footer{display:flex;justify-content:space-between}.gallery-slider__lightbox__controls{display:flex;justify-content:center;align-items:center;gap:.85rem}@media only screen and (min-width:768px){.gallery-slider__lightbox__controls{gap:1.25rem}}.gallery-slider__lightbox__controls .circle{background-color:#d3d3d3;cursor:pointer;height:15px;width:15px}@media only screen and (min-width:768px){.gallery-slider__lightbox__controls .circle{height:25px;width:25px}}.gallery-slider__lightbox__controls .circle.bold{background-color:gray}.gallery-slider__lightbox__controls .triangle{cursor:pointer;border-top:.45rem solid transparent;border-bottom:.45rem solid transparent;border-left:.8rem solid gray}.gallery-slider__lightbox__controls .triangle:first-child{transform:scaleX(-1)}@media only screen and (min-width:768px){.gallery-slider__lightbox__controls .triangle{border-top:.6rem solid transparent;border-bottom:.6rem solid transparent;border-left:1rem solid greyblack}}.gallery-exterior-accordion{display:flex;flex-direction:column;position:relative;padding-top:0;z-index:1}@media only screen and (min-width:768px){.gallery-exterior-accordion{padding-top:1rem}}.gallery-exterior-accordion__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gallery-exterior-accordion__header .triangle{display:block}@media only screen and (min-width:768px){.gallery-exterior-accordion__header .triangle{display:none}}.gallery-exterior-accordion__header .triangle--rotate{transform:rotate(-270deg)}.gallery-exterior-accordion__header__title{font-size:1.75rem;line-height:2.225rem;font-weight:600;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.gallery-exterior-accordion__header__title:hover{opacity:.6}@media only screen and (min-width:768px){.gallery-exterior-accordion__header__title{font-size:3.25rem;line-height:4.5rem;font-weight:600}}.gallery-exterior-accordion__header__subtitle{font-weight:500;font-size:.8rem}.gallery-exterior-accordion__header__subtitle__container{padding-top:.325rem;margin-right:2rem;float:left}@media only screen and (min-width:768px){.gallery-exterior-accordion__header__subtitle__container{padding-top:.5rem;margin-right:6rem}.gallery-exterior-accordion__header__subtitle{font-size:1rem}}.gallery-exterior-accordion__footer{display:flex;flex-direction:row;gap:1rem;opacity:1}.gallery-exterior-accordion__footer hr{width:100%;border-color:var(--text-dark);border-width:1px 0 0}.gallery-exterior-accordion__footer__text{display:none;font-size:.65rem;font-weight:500;text-wrap:nowrap;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.gallery-exterior-accordion__footer__text:hover{opacity:.6}@media only screen and (min-width:768px){.gallery-exterior-accordion__footer__text{display:block;font-size:1rem}}.gallery-location-accordion{padding-top:1rem;background-repeat:no-repeat;background-size:cover;background-position:50%;transition:background-Color .7s cubic-bezier(0,0,.2,1),color .7s cubic-bezier(0,0,.2,1)}.gallery-location-accordion--open{display:grid;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:768px){.gallery-location-accordion--open{grid-template-columns:repeat(1,1fr)}}.gallery-location-accordion--open .exterior-accordion{padding-left:0;color:var(--text-dark)}.gallery-location-accordion--open .exterior-accordion__footer{transition:opacity .7s cubic-bezier(.4,0,.2,1)}.gallery-location-accordion__interior{display:flex;flex-direction:column;gap:2rem;font-weight:300;font-size:1.025rem;transition:height .7s cubic-bezier(0,0,.2,1)}.gallery-location-accordion__interior--column{flex-direction:column!important}.gallery-location-accordion__interior--column img{order:0!important;width:100%!important}@media only screen and (min-width:768px){.gallery-location-accordion__interior--column img{width:50%!important}}.gallery-location-accordion__interior--column .contact-accordion__interior__locations{flex-wrap:wrap;flex-direction:row!important;flex-basis:100%!important}.gallery-location-accordion__interior--column .contact-accordion__interior__texts{flex:0 1 100%}@media only screen and (min-width:768px){.gallery-location-accordion__interior--column .contact-accordion__interior__texts{flex:0 1 20%}.gallery-location-accordion__interior{flex-direction:row;font-size:1.25rem}}.gallery-location-accordion__interior img{max-width:100%;height:auto;flex-basis:50%;order:1;padding-top:0;padding-bottom:0}@media only screen and (min-width:768px){.gallery-location-accordion__interior img{min-height:60vh;height:60vh;max-height:100%;max-width:60%;order:2;padding-top:3rem;padding-bottom:3rem}}.gallery-location-accordion__interior__locations{display:flex;flex-direction:column;flex-basis:50%;gap:2rem;order:2;padding-top:0;padding-bottom:3rem}.gallery-location-accordion__interior__locations--column{flex-direction:row}@media only screen and (min-width:768px){.gallery-location-accordion__interior__locations{order:1;gap:4rem;padding-top:3rem}}.gallery-location-accordion__interior__texts{display:flex;flex-direction:column}.gallery-location-accordion__interior__texts__title{font-weight:600;font-size:1.05rem;line-height:1.45rem}.gallery-location-accordion__interior__texts__text{font-weight:400;font-size:.875rem;line-height:140%}.gallery-location-accordion__interior__texts__text--big{font-weight:600;font-size:1.325rem}.gallery-location-accordion__footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem;transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.gallery-location-accordion__footer:hover{opacity:.6}.gallery-location-accordion__footer .circle{background-color:var(--background-black)}.blog{max-width:100vw;box-sizing:border-box}.blog,.blog__content{display:flex;flex-direction:column}.blog__content{gap:4rem}.blog__content__categories{display:flex;justify-content:center}.blog__content__categories a{padding-left:.8rem;padding-right:.8rem;font-size:.9825rem;font-weight:300;text-decoration:none;color:var(--text-dark);transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.blog__content__categories a:hover{opacity:.6}@media only screen and (min-width:768px){.blog__content__categories a{padding-left:2rem;padding-right:2rem;font-size:1.825rem}}.blog__content__categories a:not(.middle){order:0;padding-left:0;padding-right:.8rem}@media only screen and (min-width:768px){.blog__content__categories a:not(.middle){padding-right:2rem}}.blog__content__categories a:not(.middle)~*{order:2;padding-left:.8rem}@media only screen and (min-width:768px){.blog__content__categories a:not(.middle)~*{padding-left:2rem}}.blog__content__categories a.bold{font-weight:700}.blog__content__categories a.middle{order:1!important;padding-left:.8rem;padding-right:.8rem;border-left:1px solid #000;border-right:1px solid #000}@media only screen and (min-width:768px){.blog__content__categories a.middle{padding-left:2rem;padding-right:2rem}}.blog__content__article{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto auto auto;grid-gap:1.25rem;gap:1.25rem}@media only screen and (min-width:768px){.blog__content__article{-moz-column-gap:2.825rem;column-gap:2.825rem;row-gap:.875rem;grid-template-columns:repeat(2,1fr)}}.blog__content__article__meta{display:flex;flex-direction:column;gap:1rem;font-weight:500;font-size:.825rem}@media only screen and (min-width:768px){.blog__content__article__meta{font-size:1.025rem}}.blog__content__article__meta__title{max-width:100%;text-transform:uppercase;font-size:2.125rem;line-height:2rem;font-weight:500}@media only screen and (min-width:768px){.blog__content__article__meta__title{max-width:75%;font-size:3.125rem;line-height:3rem;font-weight:400}}.blog__content__article__meta__author{text-transform:uppercase}.blog__content__article__image{grid-row:span 2;width:100%}.blog__content__article__body{display:flex;flex-direction:column;gap:1.825rem}@media only screen and (min-width:768px){.blog__content__article__body{gap:1.525rem}}.blog__content__article__body__heading{font-weight:400;font-size:1.425rem;line-height:110%;color:var(--text-dark)}@media only screen and (min-width:768px){.blog__content__article__body__heading{font-size:1.925rem}}.blog__content__article__body__content{line-height:1.55rem}.blog__content__article__learn-more{display:flex;flex-direction:row;gap:1rem;transition:opacity .2s ease-in-out;opacity:1}.blog__content__article__learn-more--open{opacity:0}.blog__content__article__learn-more hr{width:100%;border-color:var(--background-dark);border-width:1px 0 0}.blog__content__article__learn-more span{text-wrap:nowrap}.blog__content__article__learn-more__arrow{border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-left:.8rem solid #000}.blog__content__article__sections{display:flex;flex-direction:column;text-decoration:none;transition:height .4s ease-in-out;overflow:hidden}@media only screen and (max-width:767px){.blog__carousel.section-container{padding:0}}.news-slide{display:flex;flex-direction:column;height:100%;gap:1rem;color:var(--text-dark);text-decoration:none}.news-slide__image{display:flex;align-items:flex-end;height:70%;min-height:70%;transition:height .3s cubic-bezier(.4,0,.2,1)}.news-slide__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-slide__meta{display:flex;justify-content:space-between;font-weight:500;font-size:.685rem}@media only screen and (min-width:768px){.news-slide__meta{font-size:.825rem}}.news-slide__meta__author,.news-slide__title{text-transform:uppercase}.news-slide__title{font-weight:500;font-size:1.425rem;line-height:1.4rem;color:var(--text-dark);transition:opacity .2s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.news-slide__title:hover{opacity:.6}@media only screen and (min-width:768px){.news-slide__title{font-size:1.925rem;line-height:1.9rem}}.news-slide__preview{display:none;font-weight:400;font-size:.825rem}@media only screen and (min-width:768px){.news-slide__preview{display:block;font-size:.925rem;line-height:1.25rem}}.news-slide__preview__readmore{text-decoration:underline;color:var(--text-dark);cursor:pointer;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.news-slide__preview__readmore:hover{opacity:.6}.embla--numbers{max-width:18rem;margin:2rem auto}.embla--numbers .embla__arrow{display:none}.embla--numbers .embla__carousel{height:100%}.embla--numbers .embla__viewport{clip-path:inset(0 6% 0 0)}.embla--numbers .embla__slide{display:flex;justify-content:center;flex:0 0 16.6666666667%;padding-left:0;text-decoration:none;color:var(--text-dark);border-right:1px solid #000}.embla--numbers .embla__slide:first-of-type{font-weight:900}.blogpost__carousel .embla{margin-bottom:2rem;width:100%;position:relative}.blogpost__carousel .embla__carousel{height:70vh;--slide-height:19rem;--slide-spacing:1rem;overflow:hidden}@media only screen and (min-width:768px){.blogpost__carousel .embla__carousel{height:90vh}}.blogpost__carousel .embla__viewport{height:100%;overflow:hidden}.blogpost__carousel .embla__container{height:100%;backface-visibility:hidden;display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1)}.blogpost__carousel .embla__slide{flex:0 0 40%;min-width:0;max-width:100%;padding-left:var(--slide-spacing);transition:flex .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide{flex:0 0 25%}}.blogpost__carousel .embla__slide .news-slide__image{height:70%;min-height:70%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide .news-slide__image{height:60%;min-height:60%}}.blogpost__carousel .embla__slide .news-slide__image img{height:80%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide .news-slide__image img{height:100%}}.blogpost__carousel .embla__slide--active{flex:0 0 75%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide--active{flex:0 0 50%}}.blogpost__carousel .embla__slide--active .news-slide__image{height:70%;min-height:70%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide--active .news-slide__image{height:70%;min-height:70%}}.blogpost__carousel .embla__slide--active .news-slide__image img{height:100%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide--active .news-slide__image img{height:100%}}.blogpost__carousel .embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height)}.blogpost__carousel .embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;grid-gap:1.2rem;gap:1.2rem;margin-top:1.8rem}.blogpost__carousel .embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;align-items:center}.blogpost__carousel .embla__button{position:absolute;top:50%;padding:.4rem;border-radius:100%;border:none;background-color:rgba(0,0,0,.322);line-height:0rem}.blogpost__carousel .embla__button svg{font-size:2.25rem;line-height:1rem;color:var(--text-light)}.blogpost__carousel .embla__button--prev{left:0}.blogpost__carousel .embla__button--next{right:0}.blogpost__carousel .embla__slide__wrapper{height:100%}@media only screen and (min-width:768px){.blogpost__carousel .embla__slide__wrapper{transform-origin:top}}.blogpost__carousel .embla__arrow{position:absolute;color:var(--text-light);top:50%;right:20px;z-index:3;font-size:2rem;cursor:pointer}.blogpost__carousel .embla__arrow:first-of-type{left:0!important;right:100%!important}.blogpost__carousel .embla__arrow--left{width:0;height:0;border-top:23px solid transparent;border-bottom:23px solid transparent;border-right:23px solid #fff}.blogpost__carousel .embla__arrow--left .inner-triangle{position:relative;top:-18px;left:3px;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-right:18px solid #fff}.blogpost__carousel .embla__arrow--right{width:0;height:0;border-top:23px solid transparent;border-bottom:23px solid transparent;border-left:23px solid #fff}.blogpost__carousel .embla__arrow--right .inner-triangle{position:relative;top:-18px;right:21px;width:0;height:0;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:18px solid #fff}.blog-section{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2.5rem}.blog-section--banner{grid-template-columns:repeat(1,1fr)!important}.blog-section--banner .blog-section__content{flex-direction:column}@media only screen and (min-width:768px){.blog-section--banner .blog-section__content{flex-direction:row}}.blog-section--banner .blog-section__content__body,.blog-section--banner .blog-section__content__heading{flex-grow:1;flex-basis:0}.blog-section--three-images__content{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;grid-gap:1.25rem;gap:1.25rem;grid-column:1}.blog-section--three-images__content__images{display:flex;gap:1.25rem}@media only screen and (min-width:768px){.blog-section--three-images__content{grid-column:2}.blog-section{gap:2.825rem;grid-template-columns:repeat(2,1fr);margin-bottom:5rem}}.blog-section__image{width:100%}.blog-section__content{display:flex;flex-direction:column;gap:1.25rem;margin-top:auto;margin-bottom:auto}@media only screen and (min-width:768px){.blog-section__content{gap:1.525rem}}.blog-section__content__heading{font-weight:400;font-size:1.425rem;line-height:110%;color:var(--text-dark)}@media only screen and (min-width:768px){.blog-section__content__heading{font-size:1.925rem}}.blog-section__content__heading__body{line-height:1.55rem}.career{display:flex;flex-direction:column;width:100%;box-sizing:border-box;margin-top:2.75rem;margin-bottom:4.125rem;gap:1.225rem;color:var(--text-dark)}.career__title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937;margin-top:5rem}.career__subtitle{color:#6b7280;margin-bottom:2rem}.career__form{gap:1.5rem}.career__form,.career__form-group{display:flex;flex-direction:column}.career__form-row{display:grid;grid-gap:2rem;gap:2rem}.career__form-row--2cols,.career__form-row--3cols{grid-template-columns:1fr}@media(min-width:768px){.career__form-row--2cols{grid-template-columns:1fr 1fr}.career__form-row--3cols{grid-template-columns:1fr 1fr 1fr}}.career__label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.career__label--required:after{content:" *";color:#dc2626}.career__input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.career__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.career__select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:none;background-color:#fff;transition:border-color .2s,box-shadow .2s}.career__select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.career__textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:none;resize:vertical;min-height:80px;transition:border-color .2s,box-shadow .2s}.career__textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.career__radio-group{display:flex;gap:1rem}.career__radio-label{display:inline-flex;align-items:center;cursor:pointer}.career__radio-input{margin-right:.5rem}.career__file-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.career__file-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.career__submit{width:100%;background-color:#2563eb;color:#fff;padding:.75rem 1rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.career__submit:hover{background-color:#1d4ed8}.career__submit:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.career__submit:disabled{opacity:.5;cursor:not-allowed}.career__message{padding:1rem;border-radius:.375rem;font-weight:500}.career__message--success{background-color:#dcfce7;color:#166534}.career__message--error{background-color:#fee2e2;color:#dc2626}.career__loading{text-align:center;padding:2rem;color:#6b7280}.career__not-found{text-align:center;padding:2rem;color:#dc2626}.careers{width:100%}.careers,.careers__header{box-sizing:border-box;margin-bottom:4.125rem}.careers__header{display:flex;flex-direction:column;width:80%;margin-top:2.75rem;gap:1.225rem;color:var(--text-dark)}.careers__header__title{color:var(--text-dark);font-size:2rem;line-height:2.225rem;font-weight:700}@media only screen and (min-width:768px){.careers__header__title{font-size:2.5rem;line-height:4.5rem;font-weight:600}}.careers__header__subtitle{color:var(--text-dark);font-size:1.75rem;line-height:140%;font-weight:400}@media only screen and (min-width:768px){.careers__header__subtitle{font-size:1.25rem;line-height:140%}}.careers__positions{display:flex;flex-direction:column;gap:2rem}.careers__country{color:var(--text-dark);font-size:2rem;line-height:2.225rem;font-weight:700}@media only screen and (min-width:768px){.careers__country{font-size:1.825rem;line-height:4.5rem;font-weight:600}}.careers__roles{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.careers hr{width:100%;border-color:var(--text-dark);border-width:1px 0 0}.careers__role{display:flex;width:100%;justify-content:space-between;align-items:center;gap:4rem;color:var(--text-dark);text-decoration:none;cursor:pointer}.careers__role:hover{opacity:.6}.careers__role__container{display:flex;flex-direction:column;gap:1rem}.careers__role__title{width:30%}.careers__role__office,.careers__role__role{width:25%}.careers__role__apply{width:20%;text-align:end}