:root{--ff-regular: "happy-times-NG_regular_master";--ff-medium: "Geist";--context: 1920;--side-gap: 12rem;--gutter: 12rem;--header-height: 48rem;--logo-width: 160rem;--white: #ffffff;--black: #000000;--grey: #c4c4c4;--fs-title-lg: 68rem;--lh-title-lg: 78rem;--ls-title-lg: -1.5rem;--fs-title-md: 32rem;--lh-title-md: 38rem;--ls-title-md: -1rem;--fs-body-md: 18rem;--lh-body-md: 24rem;--ls-body-md: 0;--fs-body-md-serif: 16rem;--lh-body-md-serif: 22rem;--ls-body-md-serif: 0;--fs-body-sm: 14rem;--lh-body-sm: 18rem;--ls-body-sm: -.2rem;--fs-link: 20rem;--lh-link: 24rem;--ls-link: -.5rem;--spacer-256: 256rem;--spacer-200: 200rem;--spacer-100: 100rem;--spacer-24: 24rem;--spacer-12: 12rem;--spacer-8: 8rem}@media(max-width:1440px){:root{--context: 1700;--side-gap: 12px;--gutter: 12px;--fs-title-md: 30px;--lh-title-md: 38px;--ls-title-md: -1px;--fs-body-md: 16px;--lh-body-md: 22px;--ls-body-md: 0;--fs-body-md-serif: 16px;--lh-body-md-serif: 22px;--ls-body-md-serif: 0;--fs-body-sm: 14px;--lh-body-sm: 18px;--ls-body-sm: -.2px;--fs-link: 18px;--lh-link: 24px;--ls-link: -.5px}}@media(max-width:1269px){:root{--context: 1600;--fs-title-lg: 58px;--lh-title-lg: 68px;--ls-title-lg: -1.3px;--fs-title-md: 26px;--lh-title-md: 32px;--ls-title-md: -.5px}}@media(max-width:1180px){:root{--context: 1400}}@media(max-width:820px){:root{--context: 820;--header-height: 56px;--logo-width: 150px;--fs-title-lg: 44px;--lh-title-lg: 52px;--ls-title-lg: 0;--fs-title-md: 26px;--lh-title-md: 32px;--ls-title-md: -.5px}}@media(max-width:768px){:root{--context: 768;--logo-width: 143px}}@media(max-width:933px)and (max-height:433px){:root{--context: 950}}@media(max-width:500px){:root{--context: 390;--fs-title-lg: 24px;--lh-title-lg: 30px;--ls-title-lg: -1px;--fs-title-md: 24px;--lh-title-md: 30px;--ls-title-md: 0}}@media(max-width:800px)and (max-height:433px){:root{--context: 850}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,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:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}b,strong{font-weight:inherit}i,em{font-style:inherit}small,span,sup,sub,time{font-family:inherit}small,sub,sup{font-size:smaller}ins{text-decoration:none}ul,ul li{margin:0;padding:0;list-style:none}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}a{text-decoration:none;color:inherit;outline:none}button{color:inherit;background:none;cursor:none;cursor:pointer;border:none}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char:before,.splitting .char:after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splitting{--word-center: calc((var(--word-total) - 1) / 2);--char-center: calc((var(--char-total) - 1) / 2);--line-center: calc((var(--line-total) - 1) / 2)}.splitting .word{--word-percent: calc(var(--word-index) / var(--word-total));--line-percent: calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent: calc(var(--char-index) / var(--char-total));--char-offset: calc(var(--char-index) - var(--char-center));--distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );--distance-sine: calc(var(--char-offset) / var(--char-center));--distance-percent: calc((var(--distance) / var(--char-center)))}.splitting.cells img{width:100%;display:block}@supports (display: grid){.splitting.cells{position:relative;overflow:hidden;background-size:cover;visibility:hidden}.splitting .cell-grid{background:inherit;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template:repeat(var(--row-total),1fr)/repeat(var(--col-total),1fr)}.splitting .cell{background:inherit;position:relative;overflow:hidden}.splitting .cell-inner{background:inherit;position:absolute;visibility:visible;width:calc(100% * var(--col-total));height:calc(100% * var(--row-total));left:calc(-100% * var(--col-index));top:calc(-100% * var(--row-index))}.splitting .cell{--center-x: calc((var(--col-total) - 1) / 2);--center-y: calc((var(--row-total) - 1) / 2);--offset-x: calc(var(--col-index) - var(--center-x));--offset-y: calc(var(--row-index) - var(--center-y));--distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );--distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) )}}@font-face{font-family:Geist;src:url(./EjBGliw7.woff2) format("woff2"),url(./D7zxFMYJ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:happy-times-NG_regular_master;src:url(./COG3IE-V.woff2) format("woff2"),url(./DfRvGu_7.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.f-medium,.body-md,.g-content b,.g-content strong,.g-content p,.sproject__title,.sproject__title em,.sproject__content,.quote em{font-family:var(--ff-medium)}.f-italic,.footer-ul .menu-a:hover,.menu-ul .current_page_item>.menu-a,.body-md--it,.sproject__title em{font-family:var(--ff-regular);font-style:italic}.f-regular,.title-lg,.title-md,.body-md--serif,.body-md-serif,.body-sm-serif,.link,.g-content h1,.g-content h2,.g-content h3,.g-content h4,.g-content h5,.g-content h6,.textss__content__inner em,.menu-ul .menu-a,.quote em{font-family:var(--ff-regular)}*,*:after,*:before{box-sizing:border-box}*{margin:0}body,html{width:100%;margin:0;padding:0;-webkit-text-size-adjust:auto;-ms-text-size-adjust:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1;font-kerning:normal}html{background:var(--white);color:var(--black);line-height:1;font-size:calc(100vw / var(--context));-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%}html,body{overscroll-behavior:none}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-family:var(--ff-medium);font-weight:400;font-style:normal;font-display:swap;font-size:var(--fs-body-md);line-height:var(--lh-body-md);letter-spacing:var(--ls-body-md)}.screen-reader-text{position:absolute;opacity:0;z-index:0;width:1rem;height:1rem;visibility:hidden}.side-gap{margin:0 var(--side-gap)}p,.p{margin-bottom:37rem}p:last-child,.p:last-child{margin-bottom:0}::selection{background:var(--black);color:var(--white)}::-moz-selection{background:var(--black);color:var(--white)}::-webkit-scrollbar{width:5px;background-color:var(--black);border-radius:5rem!important}::-webkit-scrollbar-thumb{border-radius:5rem!important;background-color:var(--white)}.grecaptcha-badge{display:none!important}#app{scrollbar-width:none;-ms-overflow-style:none}#app::-webkit-scrollbar{display:none}.grid{display:grid;grid-template-columns:repeat(var(--column-count),minmax(0,1fr));grid-column-gap:var(--gutter)}.grid--12{--column-count: 12}@media(max-width:820px){.grid--12{--column-count: 10}}@media(max-width:500px){.grid--12{--column-count: 4}}.link-underline,.g-content a{position:relative;background-size:0 1px;background-repeat:no-repeat;background-position:bottom right;text-decoration:none;transition:background-size 1s cubic-bezier(.19,1,.22,1),color 1s cubic-bezier(.19,1,.22,1)!important}.link-underline.link-underline--open,.g-content a.link-underline--open{background-size:100% 1px}.link-underline.link-underline--white,.g-content a.link-underline--white{background-image:linear-gradient(180deg,transparent 0%,var(--white) 0)}.link-underline.link-underline--grey,.g-content a.link-underline--grey{background-image:linear-gradient(180deg,transparent 0%,var(--grey) 0)}.link-underline.link-underline--black,.g-content a{background-image:linear-gradient(180deg,transparent 0%,var(--black) 0)}.link-underline:hover,.g-content a:hover,.link-underline.link-underline--active,.g-content a{background-size:100% 1px;background-position:bottom left}.link-underline.link-underline--active:hover,.g-content a:hover{background-position:bottom right;background-size:0 1px}.link-underline--center,.g-content a,.link-underline--center:hover,.g-content a:hover{background-position:bottom center}.title-lg{font-size:var(--fs-title-lg);line-height:var(--lh-title-lg);letter-spacing:var(--ls-title-lg)}.title-md,.g-content h1,.g-content h2,.g-content h3,.g-content h4,.g-content h5,.g-content h6{font-size:var(--fs-title-md);line-height:var(--lh-title-md);letter-spacing:var(--ls-title-md)}.body-md,.g-content b,.g-content strong,.g-content p,.sproject__title,.sproject__title em,.sproject__content,.quote em{font-size:var(--fs-body-md);line-height:var(--lh-body-md);letter-spacing:var(--ls-body-md)}.body-md--serif,.quote em,.body-md-serif{font-size:var(--fs-body-md-serif);line-height:var(--lh-body-md-serif);letter-spacing:var(--ls-body-md-serif)}.body-sm,.footer-ul .menu-a,.body-sm-serif{font-size:var(--fs-body-sm);line-height:var(--lh-body-sm);letter-spacing:var(--ls-body-sm)}.link,.textss__content__inner em,.menu-ul .menu-a{font-size:var(--fs-link);line-height:var(--lh-link);letter-spacing:var(--ls-link)}.c-white{color:var(--white)}.c-black{color:var(--black)}.preloader{position:fixed;inset:0;height:100svh;background:var(--white);z-index:100;overflow:hidden;visibility:visible;opacity:1;pointer-events:none}.preloader__image-rotator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20vw;display:grid;grid-template-areas:"a";overflow:hidden;height:24vw}.preloader__image__mask{position:absolute;inset:-2%;background:var(--white);z-index:1;will-change:transform}.preloader__image-item{grid-area:a;position:absolute;left:0;top:0;width:100%;height:100%}.preloader__image-item img{width:100%;height:100%;display:block}.preloader__logo-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;pointer-events:none;will-change:transform;gap:40rem}.preloader__logo-left,.preloader__logo-right{flex-shrink:0;display:flex;align-items:center}.preloader__logo-left svg,.preloader__logo-right svg{display:block;width:auto;height:45rem;fill:var(--black)}@media(max-width:500px){.preloader__logo-left svg,.preloader__logo-right svg{height:22rem}}.preloader__logo-left svg path,.preloader__logo-right svg path{fill:var(--black)}.preloader__logo-left{align-items:flex-end}.preloader__number{position:absolute;bottom:var(--side-gap);right:50%;transform:translate(50%);overflow:hidden}.preloader__loading-label{position:absolute;bottom:var(--side-gap);left:var(--side-gap)}.preloader__number__text{display:inline-block}.cursor{cursor:pointer}picture img{width:100%;height:auto}.highlight{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}*{outline:none!important;backface-visibility:hidden;-webkit-overflow-scrolling:touch;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none}.cover{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;background-size:cover;background-position:50% 50%}.ratio{padding-top:var(--ratio)}.max-w{max-width:var(--width);width:100%}.line-hor{position:absolute;bottom:0;left:0;width:100%;height:1px;display:block}.line-hor--white{background-color:var(--white)}.line-hor--top{top:0;bottom:initial}.embed-container{position:absolute;width:100%;height:100%;top:0;left:0;right:0}.embed-container .video-inner{pointer-events:none;height:56.25vw;min-height:100vh;min-width:177.77vh;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile .intro .embed-container .video-inner{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;min-height:unset;min-width:unset;position:absolute;top:0;left:0;transform:unset}.flex,.menu-ul{display:flex}.full-height{height:100vh}.hidden{display:none}.hide{visibility:hidden;opacity:0}.show{visibility:visible;opacity:1}.backface{backface-visibility:hidden;transform-style:preserve-3d;transform:translateZ(0)}.lazy-image{position:absolute;left:0;top:0;width:100%;height:100%}.lazy{transition:opacity 1s cubic-bezier(.19,1,.22,1);will-change:opacity;opacity:0}.lazy.loaded{opacity:1}.over{position:relative;z-index:10}.border-r{border-radius:10rem}.overflow{overflow:hidden}picture{display:block}.dblock{display:block}.relative{position:relative}.trans{transition:filter 477ms ease-in-out,background-color 477ms ease-in-out,color 477ms ease-in-out,opacity 477ms ease-in-out,fill 477ms ease-in-out,stroke 477ms ease-in-out,border-color 477ms ease-in-out}.img{width:100%;height:auto;display:block}.fit-image{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}textarea,input.plain-text,input[type=text],input[type=button],input[type=submit],input[type=email],input[type=tel],input[type=number],.input-radio-checkbox{-webkit-appearance:none;border-radius:0}.aright{text-align:right}.otgs-development-site-front-end{display:none}.grecaptcha-badge{bottom:100rem!important}.g-content h1+p,.g-content h2+p,.g-content h3+p,.g-content h4+p,.g-content h5+p,.g-content h6+p,.g-content p+p,.g-content ul+p,.g-content ol+p,.g-content h2+ul,.g-content h3+ul,.g-content h4+ul,.g-content h5+ul,.g-content h6+ul,.g-content h2+ol,.g-content h3+ol,.g-content h4+ol,.g-content h5+ol,.g-content h6+ol{margin-top:12rem}@media(max-width:1440px){.g-content h1+p,.g-content h2+p,.g-content h3+p,.g-content h4+p,.g-content h5+p,.g-content h6+p,.g-content p+p,.g-content ul+p,.g-content ol+p,.g-content h2+ul,.g-content h3+ul,.g-content h4+ul,.g-content h5+ul,.g-content h6+ul,.g-content h2+ol,.g-content h3+ol,.g-content h4+ol,.g-content h5+ol,.g-content h6+ol{margin-top:12px}}.g-content p+h2,.g-content p+h3,.g-content p+h4,.g-content p+h5,.g-content p+h6,.g-content h1+h2,.g-content h1+h3,.g-content h1+h4,.g-content h1+h5,.g-content h1+h6,.g-content ul+h2,.g-content ul+h3,.g-content ul+h4,.g-content ul+h5,.g-content ul+h6,.g-content ol+h2,.g-content ol+h3,.g-content ol+h4,.g-content ol+h5,.g-content ol+h6{margin-top:80rem}@media(max-width:1440px){.g-content p+h2,.g-content p+h3,.g-content p+h4,.g-content p+h5,.g-content p+h6,.g-content h1+h2,.g-content h1+h3,.g-content h1+h4,.g-content h1+h5,.g-content h1+h6,.g-content ul+h2,.g-content ul+h3,.g-content ul+h4,.g-content ul+h5,.g-content ul+h6,.g-content ol+h2,.g-content ol+h3,.g-content ol+h4,.g-content ol+h5,.g-content ol+h6{margin-top:80px}}@media(max-width:500px){.g-content p+h2,.g-content p+h3,.g-content p+h4,.g-content p+h5,.g-content p+h6,.g-content h1+h2,.g-content h1+h3,.g-content h1+h4,.g-content h1+h5,.g-content h1+h6,.g-content ul+h2,.g-content ul+h3,.g-content ul+h4,.g-content ul+h5,.g-content ul+h6,.g-content ol+h2,.g-content ol+h3,.g-content ol+h4,.g-content ol+h5,.g-content ol+h6{margin-top:30px}}.g-content i,.g-content em{font-style:italic}.g-content p{margin-bottom:0}.g-content p:last-child{margin-bottom:0}.g-content p+p{margin-top:30rem}.g-content ul,.g-content ol{margin:0;padding:0 0 0 32rem;list-style:auto}.g-content ul li:last-child,.g-content ol li:last-child{margin-bottom:0}.g-content ul{padding:0 0 0 32rem}.g-content ul li{position:relative;padding-left:16rem}.g-content ul li:first-child{margin-top:0}.g-content ul li:after{content:"";position:absolute;left:0;top:9rem;width:5rem;height:5rem;background-color:var(--black);border-radius:50%}@media(max-width:500px){.g-content ul li:after{top:9rem}}.g-content ol li{list-style-type:decimal}.g-content--table ol li{list-style-type:decimal;padding-left:0}.g-content--table table{display:table;width:100%;border-collapse:collapse;margin-bottom:50rem}.g-content--table table td{padding:10rem;margin:0;border-bottom:1rem solid currentColor;width:20%!important;vertical-align:top}.g-content--table table td p{margin-bottom:10rem}.disable{pointer-events:none}.aside-gap{margin-left:calc(-1 * var(--side-gap) / 2);margin-right:calc(-1 * var(--side-gap) / 2)}.change-opc-tr,[data-animation=t-line] .splitting .word,.overlay__label .splitting .word,[data-animation=fade].fade-bt,[data-animation=t-unfold] .char,.js-m-fade{will-change:transform,opacity}.change-tr,.zoom-in,[data-animation=paragraph] span span,[data-animation=lines] span span,[data-position=x]{will-change:transform}.change-opc,[data-animation=c-image],[data-animation=t-line],.overlay__label,[data-animation=paragraph],[data-animation=lines],[data-animation=t-unfold]{will-change:opacity}[data-position=x]{transform:scaleX(0)}.js-m-fade{opacity:0;transform:translate3d(0,16rem,0)}[data-animation=t-unfold] .chars .word{overflow:clip}[data-animation=t-unfold]{opacity:0}[data-animation=t-unfold] .char{transform:translate3d(0,100%,0)}[data-animation=fade]{opacity:0;will-change:opacity}[data-animation=fade].fade-bt{transform:translate3d(0,16rem,0)}[data-animation=fade].fade-bt-lg{transform:translate3d(0,192rem,0)}[data-animation=fade].fade-rotate-y{will-change:transform,opacity;transform:rotateX(-40deg) translateY(20%)}[data-animation=fade].fade-rl{transform:translate3d(16rem,0,0)}[data-animation=fade].fade-tb{transform:translate3d(0,-16rem,0)}.splitting .word{white-space:nowrap}[data-animation=suffle]{opacity:0;visibility:hidden}[data-animation=suffle] .char:after{content:"";width:1ch;top:0;left:0;position:absolute;opacity:var(--opa);height:100%;visibility:var(--vis)}[data-animation=suffle] .char.is-running:after{background:var(--white)}[data-animation=fade-letters] .char{opacity:0}[data-animation=fade-letters]>span{overflow:hidden;line-height:inherit;vertical-align:top}[data-animation=paragraph],[data-animation=lines]{opacity:0}[data-animation=paragraph] span,[data-animation=lines] span{display:inline-block;overflow-y:clip;vertical-align:top}[data-animation=paragraph] span span,[data-animation=lines] span span{transform:translate3d(0,100%,0)}[data-animation=t-line],.overlay__label{opacity:0}[data-animation=t-line] .splitting,.overlay__label .splitting{overflow:hidden;display:inline-block;vertical-align:top}[data-animation=t-line] .splitting .word,.overlay__label .splitting .word{transform:translate3d(0,100%,0) rotate(6deg);transform-origin:bottom left;opacity:0}.zoom-in{transform:scale(1.4)}[data-animation=c-image]{overflow:hidden}[data-animation=c-image] .js-c-reveal{clip-path:inset(0% 0% 100% 0%);transform:scale(1.2);will-change:transform}.fill{height:100%;width:100%;position:absolute;top:0;left:0}.header{position:fixed;width:100%;top:0;z-index:50;height:var(--header-height);mix-blend-mode:difference}@media(max-width:500px){.header{background-color:var(--white);mix-blend-mode:unset}}.header__inner{margin-left:var(--side-gap);margin-right:var(--side-gap);height:var(--header-height)}.header__logo{width:var(--logo-width);z-index:20;position:relative;display:block;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;height:var(--header-height)}.header__logo svg{width:100%;overflow:visible;height:auto;display:block;fill:var(--white)}@media(max-width:500px){.header__logo svg{fill:var(--black)}}@media(max-width:500px){.header__logo{left:var(--side-gap);transform:translate(0)}}.menu-ul{gap:12rem;height:100%;align-items:center;justify-content:flex-end}.menu-ul .menu-item{transition:all .7s cubic-bezier(.19,1,.22,1)}.menu-ul .menu-a{cursor:pointer;color:var(--white)}.menu-ul .menu-a:hover{font-family:var(--ff-regular);font-style:italic}@media(max-width:500px){.menu-ul .menu-a{color:var(--black)}}.menu-ul .current_page_item>.menu-a{pointer-events:none}.page-template-home .menu-ul .menu-item:first-child{opacity:0}.footer{display:flex;justify-content:space-between;padding-bottom:12rem;height:25svh;align-items:flex-end}@media(max-width:820px){.footer{flex-direction:column;justify-content:flex-end;align-items:center;gap:12px;padding:0 0 24px}}.footer__l{display:flex;gap:12rem;justify-content:center}@media(max-width:820px){.footer__l{flex-direction:column;gap:12px;align-items:center}}.footer__l__copy,.footer__r{align-self:flex-end}@media(max-width:820px){.footer__l__copy,.footer__r{align-self:center}}.footer-ul{display:flex;flex-direction:row;gap:12rem;justify-content:center}@media(max-width:820px){.footer-ul{gap:8px}}.page-template-home canvas{pointer-events:none;position:relative;z-index:4;height:100%;left:0;position:fixed;top:0;width:100%}.webgl{overflow:hidden;z-index:2;align-items:center;display:flex;justify-content:center;height:100%;left:0;position:absolute;top:0;width:100%}.webgl__wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.webgl__gallery{display:flex;flex-wrap:wrap;left:50%;position:absolute;top:0;transform:translate(-50%);width:100%;visibility:hidden;pointer-events:none;height:100%;align-items:center}.webgl__gallery__media{width:20%;height:200rem}@media(max-width:768px){.webgl__gallery__media{width:50%}}.webgl__gallery__media__inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.webgl__gallery__media__image{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.projects-data{position:fixed;top:0;left:0;width:100%;height:100%;z-index:50;display:flex;align-items:center;justify-content:center;pointer-events:none;flex-direction:column;mix-blend-mode:difference;color:var(--white)}.projects-data.is-hidden{visibility:hidden}.project-data__wrapper{display:inline-block;height:20rem;overflow:hidden;width:auto;align-items:center;display:flex;flex-direction:column}.project-data{position:absolute;overflow:hidden;perspective:800px}.project-data__inner{transform:translate3d(0,120%,0);will-change:transform;display:flex;gap:60rem;align-items:center}.info__content{grid-column:1/5;padding-top:12rem;min-height:50dvh}@media(max-width:1440px){.info__content{padding-top:12px}}@media(max-width:1920px){.info__content{grid-column:1/6}}@media(max-width:820px){.info__content{grid-column:1/9;min-height:auto}}@media(max-width:500px){.info__content{grid-column:1/5}}.socials__link:hover{font-style:italic}.socials{padding-top:20rem}@media(max-width:1440px){.socials{padding-top:20px}}.info__item{grid-column:1/5;margin-top:80rem}@media(max-width:1440px){.info__item{grid-column:1/6;margin-top:80px}}@media(max-width:820px){.info__item{grid-column:1/7}}@media(max-width:500px){.info__item{grid-column:1/5}}.info__item:first-child{margin-top:100rem}@media(max-width:1440px){.info__item:first-child{margin-top:100px}}@media(max-width:820px){.info__item:first-child{margin-top:0}}.info__item__detail{display:grid;grid-template-columns:.33fr 1fr;gap:var(--gutter);margin-top:12rem}@media(max-width:1440px){.info__item__detail{margin-top:12px}}.info__item__detail:first-of-type{margin-top:24rem}@media(max-width:1440px){.info__item__detail:first-of-type{margin-top:24px}}.info__image{position:fixed;top:0;right:0;width:600rem}@media(max-width:1440px){.info__image{width:532rem;grid-column:1/6}}@media(max-width:1269px){.info__image{width:480rem}}@media(max-width:820px){.info__image{width:calc(100% - var(--side-gap) * 2);display:block;margin:0 auto;position:relative}}@media(max-width:500px){.info__image{width:100%;margin-top:var(--header-height);position:relative}}@media(max-width:933px)and (max-height:433px){.info__image{width:25%}}.quote{text-align:center}.quote em{margin-top:12rem}@media(max-width:1440px){.quote em{margin-top:12px}}.texts__link{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;color:var(--grey);transition:all 1.2s cubic-bezier(.19,1,.22,1);position:relative}@media(max-width:820px){.texts__link{justify-content:center;color:var(--black)}}.texts__link:hover{color:var(--black)}.texts__link:hover .texts__image{transform:scale(1) translateY(-50%);opacity:1}.texts__link:hover .texts__year{transform:translateY(-50%);opacity:1}.texts__year{transition:all 1s cubic-bezier(.165,.84,.44,1);text-align:left;width:160rem;will-change:transform,opacity;opacity:0;transform:translate3d(0,-5rem,0);display:block;position:absolute;left:0;top:50%}@media(max-width:820px){.texts__year{display:none}}.texts__title{max-width:49%}@media(max-width:1269px){.texts__title{max-width:680px}}@media(max-width:820px){.texts__title{max-width:712px}}@media(max-width:500px){.texts__title{max-width:340px}}.texts__image{width:160rem;display:block;position:absolute;transition:all .75s cubic-bezier(.165,.84,.44,1);opacity:0;right:0;top:50%;transform:translateY(-50%) scale(.7);will-change:transform,opacity}@media(max-width:820px){.texts__image{display:none}}.texts__image span{display:block}.texts__image__inner{max-width:120rem;margin-left:auto}.js-infinite-scroll-main{height:100dvh;overflow:hidden}.js-infinite-scroll,.js-infinite-scroll-main{will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}@media(max-width:820px){.textss [class="grid grid--12"]+[class="grid grid--12"]{margin-top:80px}}.textss__inner{grid-column:1/4;padding-top:12rem;min-height:50dvh}@media(max-width:1440px){.textss__inner{grid-column:1/5;padding-top:12px}}@media(max-width:820px){.textss__inner{grid-column:1/7;min-height:auto}}@media(max-width:500px){.textss__inner{grid-column:1/5}}.textss__inner__wp{padding-bottom:100rem}@media(max-width:820px){.textss__inner__wp{padding-bottom:0}}.textss__top-text{margin-top:24rem}@media(max-width:1440px){.textss__top-text{margin-top:24px}}@media(max-width:1269px){.textss__top-text{margin-top:20px}}@media(max-width:500px){.textss__top-text{margin-top:12px}}.textss__year{margin-top:24rem}@media(max-width:1440px){.textss__year{margin-top:24px}}@media(max-width:1269px){.textss__year{margin-top:20px}}@media(max-width:500px){.textss__year{margin-top:12px}}.textss__content{position:relative;grid-column:1/4}@media(max-width:1440px){.textss__content{grid-column:1/5}}@media(max-width:820px){.textss__content{grid-column:1/6}}@media(max-width:500px){.textss__content{grid-column:1/5}}.textss__content+.textss__content{margin-top:30rem}@media(max-width:1440px){.textss__content+.textss__content{margin-top:30px}}.textss__content__inner blockquote{position:relative}.textss__content__inner blockquote p:first-child{margin-top:0!important}.textss__content__inner blockquote+p{margin-top:0}.textss__content__inner em{position:absolute;top:-3rem;left:0;z-index:2;font-style:normal;font-weight:700}@media(max-width:1440px){.textss__content__inner em{top:-3px}}.textss__content__inner em+p{text-indent:100rem}@media(max-width:1440px){.textss__content__inner em+p{text-indent:100px}}@media(max-width:500px){.textss__content__inner em+p{text-indent:70px}}.textss__top-content{margin-top:24rem}@media(max-width:1440px){.textss__top-content{margin-top:24px}}@media(max-width:1269px){.textss__top-content{margin-top:20px}}@media(max-width:500px){.textss__top-content{margin-top:12px}}.quote{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:783rem}.quote p{margin-bottom:12rem}@media(max-width:1440px){.quote p{margin-bottom:12px}}.quote p:last-of-type{margin-bottom:0}.quote em{display:inline-block}@media(max-width:1440px){.quote{left:66%}}@media(max-width:820px){.quote{position:relative;top:0;left:0;grid-column:1/11;padding:0;transform:translate(0);width:80%;max-width:783rem;margin:80px auto 0}}@media(max-width:500px){.quote{grid-column:1/5}}@media(max-width:933px)and (max-height:433px){.quote{top:65%;width:50%;transform:translate(-50%,-50%)}}@media(max-width:800px)and (max-height:433px){.quote{top:0;width:100%;transform:translate(0)}}.word{display:inline-block;overflow-y:hidden;vertical-align:top}.word .word__inner{transform:translate3d(0,100%,0);will-change:transform;display:inline-block;overflow-y:hidden;vertical-align:top}@media(max-width:820px){.word .word__inner{transform:translateZ(0)}}@media(max-width:820px){.quote+.textss__content{margin-top:80px}}.grid>.quote:first-of-type{margin-top:0}blockquote+blockquote{margin-top:50rem}.sproject__title{position:fixed;top:calc(var(--header-height) - 11rem);left:50%;transform:translate(-50%);z-index:20;mix-blend-mode:difference;color:var(--white)}@media(max-width:500px){.sproject__title{left:var(--side-gap);transform:translate(0);top:calc(var(--header-height) - 5px)}}.sproject__content{position:fixed;top:12rem;width:250rem;left:var(--side-gap);z-index:20}.sproject__content p{margin:0}@media(max-width:820px){.sproject__content{top:calc(var(--header-height) / 2 - var(--lh-body-md) / 2)}}@media(max-width:500px){.sproject__content{position:relative;top:0;left:0;padding-top:86px}}.sproject__gallery{grid-column:4/10;padding-top:25svh}@media(max-width:1440px){.sproject__gallery{grid-column:3/11}}@media(max-width:1269px){.sproject__gallery{grid-column:3/11}}@media(max-width:820px){.sproject__gallery{grid-column:2/10}}@media(max-width:500px){.sproject__gallery{grid-column:1/5;padding-top:100px}}.sproject__gallery__item{padding-bottom:12rem}@media(max-width:1440px){.sproject__gallery__item{padding-bottom:12px}}.sproject__gallery__item--last{padding-bottom:0}@media(max-width:500px){.sproject__gallery__item--last{padding-bottom:12px}}.sproject__content__header{margin-bottom:12rem}@media(max-width:1440px){.sproject__content__header{margin-bottom:12px}}@media(max-width:500px){.sproject__content__header{margin-bottom:8px}}.sproject__gallery__info{position:fixed;top:50%;left:var(--side-gap);right:var(--side-gap);mix-blend-mode:difference;color:var(--white);z-index:50;transform:translateY(-50%)}@media(max-width:500px){.sproject__gallery__info{position:relative;display:block;inset:0;display:flex;gap:22px;margin-bottom:100px;mix-blend-mode:normal;color:var(--black);transform:translateY(0);z-index:5}}.sproject__gallery__info__year{grid-column:1/2}.sproject__gallery__info__text{grid-column:2/6}@media(max-width:1440px){.sproject__gallery__info__text{grid-column:2/12}}@media(max-width:820px){.sproject__gallery__info__text{grid-column:2/9}}@media(max-width:500px){.sproject__gallery__info__text{grid-column:2/5}}.sproject__gallery__count{grid-column:12/13;display:flex;justify-content:flex-end}@media(max-width:820px){.sproject__gallery__count{grid-column:10/11}}@media(max-width:500px){.sproject__gallery__count{display:none}}.sproject__gallery__item__wrapper{margin-left:calc(var(--side-gap) * -1);margin-right:calc(var(--side-gap) * -1)}.sproject__gallery__count__active{width:-moz-fit-content;width:fit-content;text-align:right}.sproject__nav{position:fixed;left:var(--side-gap);right:var(--side-gap);z-index:20;display:flex;justify-content:space-between;height:auto;align-items:center;line-height:1;bottom:var(--side-gap)}.sproject__nav.loc{position:absolute;left:0;right:0;bottom:0}@media(max-width:500px){.sproject__nav{position:relative;bottom:0;left:0;right:0}}.sproject__nav .btn:hover{font-family:var(--ff-regular);font-style:italic}.p-default__content{margin-top:80rem}@media(max-width:1440px){.p-default__content{margin-top:80px}}@media(max-width:500px){.p-default__content{margin-top:30px}}.p-default__inner{padding-top:12rem;grid-column:1/4}@media(max-width:1440px){.p-default__inner{grid-column:1/5}}@media(max-width:820px){.p-default__inner{grid-column:1/6;padding-top:calc(var(--header-height) + 12px)}}@media(max-width:500px){.p-default__inner{grid-column:1/5;padding-top:calc(var(--header-height) + 40px)}}.p-default__header{grid-column:1/4}@media(max-width:820px){.p-default__header .title-md{font-size:26px;line-height:32px}}@media(max-width:500px){.p-default__header .title-md{font-size:24px;line-height:30px}}
