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}html{box-sizing:border-box;overflow-x:hidden;position:relative}*,*:before,*:after{box-sizing:inherit}:root{--white: #EFEFEF;--black: #141414;--background-color: #EFEFEF;--text-color: black;--font-default: "neue-haas-grotesk-display", sans-serif;--font-detail: "rock-salt-pro", sans-serif;--font-default-weight: 500;--font-default-weight-medium: 600;--font-default-style: "normal";--font-default-style-italic: "italic";--font-default-size-title: clamp(3.75rem, 3.1985rem + 1.8382vw, 4.375rem);--font-default-size-text-L: clamp(1.875rem, 1.6576rem + 1.087vw, 2.5rem);--font-default-size-text-M: 20px;--font-default-size-text-S: 16px;--font-default-size-text-XS: 14px;--font-detail-size-subtitle: 20px;--font-default-size-hero-A: clamp(3.125rem, 1.9886rem + 5.6818vw, 5.625rem);--font-default-size-title-A: clamp(5.625rem, 5.0568rem + 2.8409vw, 6.875rem);--font-default-size-text-L-A: clamp(1.5625rem, 1.1364rem + 2.1307vw, 2.5rem);--font-default-size-text-S-A: clamp(1rem, .9432rem + .2841vw, 1.125rem);--font-detail-size-subtitle-A: clamp(1rem, .8864rem + .5682vw, 1.25rem);--font-default-size-hero-B: clamp(5.625rem, 3.6126rem + 3.1414vw, 7.5rem)}body{min-height:100vh;max-width:100vw;background-color:var(--white);overflow-x:hidden;position:relative;font-family:neue-haas-grotesk-display,sans-serif;background-color:var(--background-color)}.dark-mode{--background-color: #141414;--text-color: white}.text{line-height:1.2;font-size:var(--font-default-size-text-S)}.font--title{font-size:70px;font-weight:var(--font-default-weight-medium);text-transform:uppercase;line-height:1.1}.font--L{font-size:40px;line-height:1.2}.font--M{font-size:var(--font-default-size-text-M)}.detail{font-family:var(--font-detail)}@media (max-width: 480px){.font--title{font-size:50px}.font--L{font-size:var(--font-default-size-text-L)}}@media (min-width: 481px) and (max-width: 1024px){.font--title{font-size:var(--font-default-size-title)}.font--L{font-size:var(--font-default-size-text-L)}.font--hero{font-size:var (--font-default-size-hero-A)}}.navbar{padding:1rem 3vw 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:14px;position:fixed;top:0;left:0;width:100vw;z-index:100}.navbar__link{text-decoration:none;color:var(--text-color)}.navbar__link p{text-decoration:none;color:var(--text-color);mix-blend-mode:difference}.navbar__link--home{display:flex;flex-direction:row;align-items:center;gap:1rem;text-transform:uppercase;font-weight:var(--font-default-weight-medium)}.navbar__pages{text-transform:uppercase;display:grid;gap:0;grid-template-columns:4rem auto 5rem}.navbar__link--about{justify-self:left}.navbar__space{justify-self:center;margin-right:.6rem}.navbar.dark-mode .navbar__space{color:#fff}.navbar__link--projects{justify-self:right}.navbar__link:hover p span{opacity:0;animation:typingAnimation .2s forwards;animation-delay:calc(.04s * var(--index))}@keyframes typingAnimation{0%{opacity:0;font-size:13px;font-family:var(--font-detail);text-transform:none}99%{opacity:0}to{opacity:1;font-size:13px;font-family:var(--font-detail);text-transform:none}}.navbar__link p span:nth-child(1){--index: 0}.navbar__link p span:nth-child(2){--index: 1}.navbar__link p span:nth-child(3){--index: 2}.navbar__link p span:nth-child(4){--index: 3}.navbar__link p span:nth-child(5){--index: 4}.navbar__link p span:nth-child(6){--index: 5}.navbar__link p span:nth-child(7){--index: 6}.navbar__link p span:nth-child(8){--index: 7}@media (max-width: 860px){.navbar__home__words{display:none}.navbar__link--about{justify-self:right}.navbar__link--projects{justify-self:left}.navbar__space{justify-self:center;margin:0 .6rem}}.footer.dark-mode{background-color:var(--background-color);color:#fff}.sticker__footer__position{display:flex;justify-content:flex-end;padding-right:18vw;margin-bottom:-10rem;margin-top:2rem}.sticker__footer__container{display:grid;place-items:center;grid-template-areas:"overlap";width:200px;height:auto}.sticker__footer__container:hover .rotatingText{animation-play-state:paused}.sticker__footer,.sticker__footer__animation{grid-area:overlap;justify-self:center;align-self:center;width:100%;height:auto}.sticker__animation.coffee{height:55%;width:55%;margin-bottom:.5rem}.footer__top{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:20vh;font-size:var(--font-default-size-text-XS);padding:0 3vw;line-height:1.5}.footer__text{display:flex;flex-direction:column;flex-wrap:nowrap}.footer__details{justify-self:left}.footer__details a{text-decoration:none;color:var(--text-color)}.footer__details__name{text-transform:uppercase;margin-bottom:2rem;line-height:1.2}.footer__legal{justify-self:center}.footer__socials{font-size:var(--font-default-size-text-M);justify-self:right;align-items:end}.footer__legal.phone{display:none}.footer__socials a{text-decoration:none;color:var(--text-color)}.footer__bottom__container{overflow:hidden;display:flex;flex-direction:row;flex-wrap:nowrap}.footer__bottom__container:hover .footer__bottom{animation-play-state:paused}.footer__bottom{font-size:180px;text-transform:uppercase;display:flex;flex-direction:row;flex-wrap:nowrap;gap:2rem;margin-top:6rem;animation:15s infinity-scroll infinite linear}.footer__bottom__video{margin:0 -2.5rem 0 4rem;height:160px}.footer__bottom__text{margin-top:-.5rem}.sticker__footer__position a{transform:scale(1.2)}@keyframes infinity-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 480px){.sticker__footer__container{width:120px}.sticker__footer__position a{margin-right:2rem}}@media (min-width: 481px) and (max-width: 720px){.sticker__footer__container{width:160px}}@media (max-width: 720px){.sticker__footer__position{padding-right:3vw}.footer__top{display:flex;flex-direction:column;padding:0 4vw}.footer__details__name{margin-bottom:1rem}.footer__socials{justify-self:left;align-items:flex-start;margin:3rem 0 0}.footer__legal.desktop{display:none}.footer__legal.phone{display:block;text-align:end}.footer__bottom{font-size:120px;margin-top:2rem}.footer__bottom__video{height:100px}.footer__bottom__container:hover .footer__bottom{animation-play-state:running}}@media (min-width: 721px) and (max-width: 1024px){.sticker__footer__position{padding-right:18vw}.sticker__footer__container{width:160px}.footer__bottom{font-size:140px}.footer__bottom__video{height:120px}.footer__bottom__container:hover .footer__bottom{animation-play-state:running}}.rotatingText{animation:rotate 15s linear infinite;transform-origin:center}.stickervideo__container{display:grid;place-items:center;grid-template-areas:"overlap";width:160px;height:auto}.stickervideo,.sticker__animation{grid-area:overlap;justify-self:center;align-self:center;width:100%;height:100%}.stickervideo__container:hover .rotatingText{animation-play-state:paused}.stickervideo__container:hover{cursor:pointer}@media (max-width: 860px){.stickervideo__container{width:120px}}@supports (-webkit-overflow-scrolling: touch){.rotatingText{transform-origin:83px 83.5px}}.ball-cursor{margin-top:-7px;margin-left:-7px;position:absolute;width:15px;height:15px;border-radius:50%;background-color:var(--text-color);pointer-events:none;transition:transform .1s ease;z-index:9999}@media (pointer: coarse){.ball-cursor{display:none}}.error{height:100vh;margin:0;display:flex;align-items:center;justify-content:center}.error__text{display:flex;flex-direction:column;align-items:center;justify-content:center}.error__title{font-size:18rem}.error__subtitle{font-size:30px}.error__gif__container{position:fixed;bottom:0;right:0;width:200px;height:200px}.gif--error{position:absolute;top:50%;left:50%;width:auto;height:100%;object-fit:cover;transform:translate(-50%,-50%);clip-path:inset(100% 0% 0% 100%);transition:clip-path .5s ease}.error__gif__container.visible .gif--error{clip-path:inset(0% 0% 0% 0%)}@media (max-width: 1024px){.error{height:100vh}.error__text{align-items:center;justify-content:center}.error__title{font-size:clamp(11.25rem,8.6413rem + 13.0435vw,18.75rem)}.error__subtitle{font-size:clamp(1rem,.6957rem + 1.5217vw,1.875rem)}.error__gif__container,.gif__div{width:160px;height:160px}.gif--error,.error__gif__container.visible .gif--error{clip-path:none}}.home{padding:0 3vw;background-color:var(--background-color);max-width:1920px;margin:0 auto}.home p{color:var(--text-color)}.switch__div{display:flex;flex-direction:row;justify-content:center;margin-top:3rem}.switch{position:relative;display:inline-block;width:35px;height:18px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:transparent;border:1px solid black;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:13px;width:13px;left:1.5px;bottom:1.5px;background-color:#000;-webkit-transition:.4s;transition:.4s}input:checked+.slider:before{-webkit-transform:translateX(17px);-ms-transform:translateX(17px);transform:translate(17px)}.home.dark-mode .switch input+.slider:before{-webkit-transform:translateX(17px);-ms-transform:translateX(17px);transform:translate(17px)}.home.dark-mode .slider{border:1px solid white}.home.dark-mode .slider:before{background-color:#fff}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.hero__container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero.small{display:none}.hero__line{display:flex;flex-direction:row;flex-wrap:nowrap;text-transform:uppercase;font-size:40px}.hero__line.first{align-items:center}.hero__line--L{font-size:var(--font-default-size-hero-B);-webkit-text-stroke:1px black}.hero__line--s{font-size:14px}.hero__line--s.first{margin:1rem 0 0 1rem;align-self:flex-start}.hero__line--video.circle{animation:rotate 15s linear infinite;transform-origin:50%;margin:0 .5rem}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__line.second{align-items:flex-end}.hero__line--s.second{margin:0 1rem 1rem 0}.hero__line--img.bob{margin:-3rem 1.5rem 0;animation:bob 1.5s infinite ease-in}@keyframes bob{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.hero__line.third{margin-right:8rem}.hero__line--video.fire{margin-right:1.5rem}.hero__line--video.lamp{margin:-1.5rem 0}.hero__line--video.clouds{margin-top:-3.2rem}@keyframes upAndDown{0%,to{transform:translateY(-4px)}50%{transform:translateY(4px)}}.sticker__hero__animate{animation:upAndDown 1s infinite ease-in-out}.sticker.hero{position:absolute;left:0;bottom:3vw}.hero__sticker--small__container{display:flex;align-items:center;justify-content:center}.hero__skills{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem}.hero__skills__div{display:flex;flex-direction:column;align-items:center;margin-bottom:3vw}.hero__skills p{text-transform:uppercase;border:1px solid black;padding:5px 15px;border-radius:50px}.home.dark-mode .hero__skills p{border:1px solid white}.intro__container{margin-top:15rem;margin-bottom:20rem}.intro__hero__info{display:none}.intro__quote{margin-bottom:6rem}.intro__grid{display:grid;grid-template-columns:6fr 1fr 2fr;gap:2rem}.intro__title.detail{font-family:var(--font-detail)}.intro__container .intro__title.small{display:none}.intro__text--L span{text-decoration:underline 2px}.intro__title.detail{text-decoration:none;margin-right:3rem}.intro__title.right{text-transform:uppercase;font-weight:var(--font-default-weight-medium);margin-bottom:1rem}.intro__text--S span{font-style:italic;font-weight:var(--font-default-weight-medium)}.intro__grid__element--1{margin-right:2rem}.intro__grid__element--2{align-self:end;margin-top:18rem}.intro__grid__element--3{text-align:right;line-height:1.2}.intro__gif__container{position:fixed;bottom:0;right:0;width:200px;height:200px}.gif__div{width:200px;height:200px;overflow:hidden;position:relative;z-index:100}.gif--hello{position:absolute;top:50%;left:50%;width:auto;height:100%;object-fit:cover;transform:translate(-50%,-50%);clip-path:inset(100% 0% 0% 100%);transition:clip-path .5s ease;z-index:10}.intro__gif__container.visible .gif--hello{clip-path:inset(0% 0% 0% 0%)}.sticker__animation.hand{height:60%;width:60%}.work__title__container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.work__title__container{margin-bottom:5rem}.work__title__container .work__subtitle{display:none}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;height:100vh;overflow:hidden;position:relative;z-index:1}.gallery__column{display:flex;flex-direction:column;gap:1rem}.gallery__img{width:100%}.sticker__animation.bomb{height:55%;width:55%;margin-left:10%;margin-bottom:10%}.sticker__projects{position:absolute;right:3vw;bottom:3vw}.smiley{display:flex;justify-content:center;margin:15rem 0}.end__text__container{display:grid;grid-template-columns:1fr 3fr}.end__right{justify-self:end;max-width:55vw}.end__text.left{margin-top:2rem}.end__title{margin-bottom:4rem}.end__title.small{display:none}.end__subtitle{margin-top:.6rem;font-size:20px}.end__text--L span{text-decoration:underline 2px}@media (max-width: 480px){.intro__grid--medium--1{display:grid;gap:2rem;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;height:100%}.intro__grid--medium--1 .intro__text--S{grid-column:1 / span 2}.intro__grid--medium--1 div{grid-column:2;grid-row:1;justify-self:flex-end}.work__text__container .work__subtitle{display:none}.work__title__container .work__subtitle{display:inline;margin-bottom:.4rem}.end__text__container{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;height:100%}.end__text.left{max-width:100%;margin-top:4rem;margin-bottom:4rem}}@media (min-width: 481px) and (max-width: 720px){.intro__grid--medium--1{display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;height:100%}.intro__grid--medium--1 .intro__title,.intro__grid--medium--1 .intro__text--S{text-align:right;grid-column:2}.intro__grid--medium--1 div{grid-column:1;grid-row:1 / span 2;justify-self:flex-start}}@media (max-width: 720px){.home{padding:0 4vw}.sticker.hero,.hero__skills__div{display:none}.hero__sticker--small{width:120px;height:120px}.intro__container .intro__title.small{font-size:18px}.intro__gif__container.medium{position:relative;width:160px;height:160px}.gif__div{width:160px;height:160px}.gif--hello,.intro__gif__container.visible .gif--hello{clip-path:none}.intro__gif__container.large{display:none}.intro__grid--medium--2{display:flex;flex-direction:column-reverse;margin-top:4rem}.intro__grid--medium__sticker{align-self:flex-end;margin-bottom:4rem}.end__subtitle{font-size:18px}.end__title.small{font-size:clamp(2.5rem,1.25rem + 4.1667vw,3.125rem)}}@media (min-width: 721px){.hero__sticker--small{display:none}.intro__container .intro__title.small{font-size:20px}.intro__grid--medium--1{display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;height:100%}.intro__grid--medium--1 .intro__title{text-align:right;grid-column:2}.intro__grid--medium--1 .intro__text--S{text-align:right;grid-column:2;max-width:20rem;justify-self:flex-end}.intro__grid--medium--1 div{grid-column:1;grid-row:1 / span 2;justify-self:flex-start}}@media (min-width: 721px) and (max-width: 1024px){.intro__grid--medium--2{display:flex;flex-direction:column;margin-top:4rem}.intro__grid--medium__sticker{align-self:flex-end;margin-top:4rem}.intro__gif__container.large{display:none}.intro__gif__container.medium{position:relative;width:200px;height:200px}.gif__div{width:200px;height:200px}.gif--hello,.intro__gif__container.visible .gif--hello{clip-path:none}}@media (min-width: 481px) and (max-width: 1024px){.hero__skills__div{display:none}.end__text.left{max-width:20rem;grid-column:1;margin-top:4rem}.end__text__container{display:grid;grid-template-columns:3fr 1fr;grid-template-rows:auto 1fr;height:100%}}@media (max-width: 1024px){.switch__div{margin-bottom:2rem;margin-top:0}.slider{border:2px solid black}.slider:before{height:12px;width:12px;left:1.5px;bottom:1.25px}.hero__container{justify-content:center}.hero.big{display:none}.hero.small{display:flex}.hero__line--L{font-size:clamp(2.8125rem,.8824rem + 6.4338vw,5rem)}.hero__line.first{align-items:center}.hero__line--video.circle{margin:-3rem .5rem;height:clamp(3.75rem,2.6471rem + 3.6765vw,5rem)}.hero__line.second{align-items:center}.hero__line--s.second{margin:0}.hero__line--img.bob{margin:-2rem 1rem;height:clamp(3.75rem,2.0956rem + 5.5147vw,5.625rem)}.hero__line.third{margin-right:0;align-items:flex-end}.hero__line--video.fire{margin:-3rem 0 0 1rem;height:clamp(4.375rem,3.2721rem + 3.6765vw,5.625rem)}.hero__line--video.lamp{margin:-1rem 0;height:clamp(4.375rem,2.7206rem + 5.5147vw,6.25rem)}.hero__line--video.clouds{margin-top:0;height:clamp(8.75rem,5.4412rem + 11.0294vw,12.5rem)}.intro__hero__info{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:4rem}.intro__grid{display:grid;grid-template-columns:6fr 1fr 2fr;gap:2rem;background-color:#2196f3}.intro__grid.large{display:none}.end__subtitle{grid-column:1}.end__title.big{display:none}.end__title.small{display:block;margin:0}.end__right{grid-column:1 / span 2;justify-self:left;max-width:100%;margin-top:4rem}}@media (min-width: 1025px) and (max-width: 1240px){.hero__line--L{font-size:clamp(5rem,-.9593rem + 9.3023vw,6.25rem)}.hero__line--video.circle{height:clamp(5rem,-.9593rem + 9.3023vw,6.25rem)}.hero__line--img.bob{margin:-3rem 1.5rem 0;height:clamp(5.625rem,-.3343rem + 9.3023vw,6.875rem)}.hero__line--video.fire{margin-right:1rem;height:clamp(5.625rem,2.6453rem + 4.6512vw,6.25rem)}.hero__line--video.lamp{margin:-1rem 0;height:clamp(6.25rem,-2.689rem + 13.9535vw,8.125rem)}.hero__line--video.clouds{margin-top:-3.2rem;height:clamp(12.5rem,-2.3983rem + 23.2558vw,15.625rem)}.end__text__container{display:grid;grid-template-columns:auto 3fr}.end__text.left{max-width:25vw}}@media (max-width: 1240px){.intro__quote{font-size:clamp(1.875rem,.6908rem + 3.9474vw,3.75rem)}.intro__text .intro__title{display:none}.intro__quote{margin-bottom:1rem}.intro__container .intro__title.small{display:block;margin-bottom:6rem}.work__text{display:none}.end__title{font-size:clamp(3.125rem,2.2596rem + 1.9231vw,3.75rem)}}@media (min-width: 1241px) and (max-width: 1980px){.hero__line--video.circle{height:clamp(6.25rem,3.1013rem + 4.0595vw,8.125rem)}.hero__line--img.bob{margin:-3rem 1.5rem 0;height:clamp(6.875rem,4.7759rem + 2.7064vw,8.125rem)}.hero__line--video.fire{margin-right:1rem;height:clamp(6.25rem,4.1509rem + 2.7064vw,7.5rem)}.hero__line--video.lamp{margin:-1rem 0;height:clamp(8.125rem,7.0754rem + 1.3532vw,8.75rem)}.hero__line--video.clouds{margin-top:-3.2rem;height:clamp(15.625rem,12.4763rem + 4.0595vw,17.5rem)}}@media (min-width: 1025px){.intro__grid--medium{display:none}}.sticker.hero,.sticker.gossip{width:160px}@keyframes rotatetext{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sticker__intro__animate{width:40rem}@media (max-width: 720px){.sticker.hero{width:120px;height:120px}}@media (max-width: 860px){.sticker.gossip{width:120px;height:120px}}.about{background-color:var(--background-color);max-width:1920px;margin:0 auto}.about p{color:var(--text-color)}.about__intro__container{display:grid;grid-template-columns:35fr 65fr;gap:4vw;margin-top:10rem;margin-right:3vw}.about__intro__title.smallscreen,.about__intro__title.middlescreen,.about__intro__subtitle.smallscreen{display:none}.about__intro__img{position:relative;width:35vw;height:auto;min-width:400px;cursor:url("data:image/svg+xml,%3csvg%20width='73'%20height='72'%20viewBox='0%200%2073%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_366_13)'%3e%3cpath%20d='M19.4754%2037.2867C20.8585%2037.2867%2022.1626%2037.1945%2023.4536%2037.3394C23.8487%2037.3789%2024.3625%2038.0771%2024.4679%2038.5381C26.1803%2046.9292%2035.4276%2051.0918%2042.7648%2046.7184C45.9526%2044.8216%2047.5992%2042.2792%2048.7321%2037.3789H53.4875C54.0671%2045.2431%2045.676%2053.2916%2036.7712%2053.5024C27.7874%2053.7263%2019.1988%2045.8227%2019.4754%2037.2867Z'%20fill='white'/%3e%3cpath%20d='M24.8499%2032.175C21.8992%2032.2145%2019.4095%2029.7644%2019.4095%2026.8137C19.4095%2023.9552%2021.8597%2021.4523%2024.6918%2021.426C27.603%2021.3996%2030.1454%2023.9025%2030.1454%2026.8137C30.1454%2029.6853%2027.7084%2032.1486%2024.8499%2032.175Z'%20fill='white'/%3e%3cpath%20d='M47.8232%2032.1756C44.8725%2032.1492%2042.4356%2029.6464%2042.4883%2026.6957C42.541%2023.8504%2045.0833%2021.3739%2047.8891%2021.4266C50.8398%2021.4793%2053.3163%2024.0348%2053.2372%2026.9328C53.1582%2029.8308%2050.7081%2032.2019%2047.8232%2032.1888V32.1756Z'%20fill='white'/%3e%3c/g%3e%3ccircle%20cx='36.4617'%20cy='36.2273'%20r='33.1492'%20stroke='white'%20stroke-width='5'/%3e%3cdefs%3e%3cclipPath%20id='clip0_366_13'%3e%3crect%20width='34.1043'%20height='32.0889'%20fill='white'%20transform='translate(19.4095%2021.4258)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 36 36,auto}.smiley-container{display:none}.about__intro__info__container{display:flex;flex-direction:column;justify-content:space-between}.about__intro__title{margin-bottom:4rem}.about__intro__text__container{display:flex;flex-direction:column;justify-content:space-between}.about__intro__firstline{display:flex;flex-direction:row;justify-content:space-between}.about__intro__text.text--S{max-width:30rem;font-size:18px;line-height:1.2}.about__intro__text--L{align-self:flex-end;justify-self:flex-end;max-width:45rem;text-align:right;margin-top:4rem}.about__intro__text--L.middlescreen{display:none}.about__intro__text span{text-decoration:underline 2px}.gossip{display:none}.about__love__container,.about__hate__container{margin:0 3vw}.about__love__container{margin-top:15rem;padding-bottom:5rem}.love__gif__container{position:fixed;bottom:0;right:0;width:200px;height:200px;opacity:0}.hate__gif__container{position:fixed;bottom:0;left:0;width:200px;height:200px;opacity:0}.gif__div{width:200px;height:200px;overflow:hidden;position:relative}.gif--love,.gif--hate{position:absolute;top:50%;left:50%;width:auto;height:100%;object-fit:cover;transform:translate(-50%,-50%);transition:clip-path .5s ease}.about__hate__container{margin-top:20vh;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.about__love__subtitle,.about__hate__subtitle{font-size:40px;margin-bottom:2rem}.about__love__text,.about__hate__text{font-size:60px;font-weight:600;max-width:75vw}.about__services__container{margin:15rem 3vw 0 3vw}.services__container{display:grid;grid-template-columns:70fr 30fr;gap:4vw}.services__container--left{display:flex;flex-direction:column}.about__services{margin-top:10rem}.about__services__subtitle{margin-bottom:3rem}.about__services__subtitle.top{text-align:right}.about__services__subtitle.smallscreen{display:none}.service__lists{display:flex;flex-direction:row;gap:10vw}.service__title{font-size:var(--font-default-size-text-M);font-weight:var(--font-default-weight-medium);text-transform:uppercase;margin-bottom:1.5rem}.service__list li{font-size:var(--font-default-size-text-S);line-height:1.2;color:var(--text-color)}.services__img{width:30vw;height:auto}.service__list--two--sub{display:none}.about__end__container{margin-left:3vw;margin-right:3vw;margin-bottom:2rem}@media (max-width: 480px){.about__love__subtitle,.about__hate__subtitle{font-size:20px}.about__love__text,.about__hate__text{font-size:40px;max-width:100vw}}@media (max-width: 720px){.about__intro__title{display:none}.about__intro__container{display:flex;flex-direction:column;margin-top:7rem}.about__intro__title.smallscreen{display:block;margin:0 4vw 1rem 4vw}.about__intro__img{position:relative;width:100vw;height:auto;min-width:0;cursor:url("data:image/svg+xml,%3csvg%20width='73'%20height='72'%20viewBox='0%200%2073%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_366_13)'%3e%3cpath%20d='M19.4754%2037.2867C20.8585%2037.2867%2022.1626%2037.1945%2023.4536%2037.3394C23.8487%2037.3789%2024.3625%2038.0771%2024.4679%2038.5381C26.1803%2046.9292%2035.4276%2051.0918%2042.7648%2046.7184C45.9526%2044.8216%2047.5992%2042.2792%2048.7321%2037.3789H53.4875C54.0671%2045.2431%2045.676%2053.2916%2036.7712%2053.5024C27.7874%2053.7263%2019.1988%2045.8227%2019.4754%2037.2867Z'%20fill='white'/%3e%3cpath%20d='M24.8499%2032.175C21.8992%2032.2145%2019.4095%2029.7644%2019.4095%2026.8137C19.4095%2023.9552%2021.8597%2021.4523%2024.6918%2021.426C27.603%2021.3996%2030.1454%2023.9025%2030.1454%2026.8137C30.1454%2029.6853%2027.7084%2032.1486%2024.8499%2032.175Z'%20fill='white'/%3e%3cpath%20d='M47.8232%2032.1756C44.8725%2032.1492%2042.4356%2029.6464%2042.4883%2026.6957C42.541%2023.8504%2045.0833%2021.3739%2047.8891%2021.4266C50.8398%2021.4793%2053.3163%2024.0348%2053.2372%2026.9328C53.1582%2029.8308%2050.7081%2032.2019%2047.8232%2032.1888V32.1756Z'%20fill='white'/%3e%3c/g%3e%3ccircle%20cx='36.4617'%20cy='36.2273'%20r='33.1492'%20stroke='white'%20stroke-width='5'/%3e%3cdefs%3e%3cclipPath%20id='clip0_366_13'%3e%3crect%20width='34.1043'%20height='32.0889'%20fill='white'%20transform='translate(19.4095%2021.4258)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 36 36,auto}.smiley-container{display:block;position:absolute;left:0;top:0;width:100%;height:auto}.about__intro__info__container{margin:0 4vw}.about__intro__firstline{display:flex;flex-direction:column-reverse}.about__intro__subtitle{margin:3rem 0 1.5rem}.about__intro__text.text--S{max-width:100%;line-height:1.2;font-size:var(--font-default-size-text-S)}.about__intro__text--L.middlescreen{margin:0 4vw}.about__sticker{display:flex;justify-content:center;margin:8rem 0}.gossip{display:block}.about__love__container,.about__hate__container{margin:0 4vw}.about__love__container{margin-top:15rem}.about__hate__container{margin-top:15vh}.about__love__container{margin-top:0;padding-bottom:5rem}.about__end__container{margin-bottom:5rem}.love__gif__container,.hate__gif__container,.gif__div{width:160px;height:160px}.about__services__container{margin:10rem 4vw 0 4vw}.services__container{display:grid;grid-template-columns:1fr;gap:4vw}.about__services__subtitle.smallscreen{display:block;text-align:center;margin-top:8rem}.about__services__subtitle.bigscreen{display:none}.about__services{margin-top:0}.service__lists{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:none;gap:0}.service__list--two--sub{margin-top:4rem;display:block}.service__list--three{display:none}.services__container--right{display:flex;flex-direction:column;align-items:center}.services__img{width:80vw;height:auto}.about__end__container{margin-top:12rem}}@media (min-width: 721px) and (max-width: 1024px){.about__intro__container{display:grid;grid-template-columns:50fr 50fr;margin-top:0}.about__intro__title.smallscreen{display:none}.about__intro__title.middlescreen{display:block;margin:7rem 3vw 2rem 3vw}.about__intro__title{display:none}.about__intro__text--L.middlescreen{display:block;text-align:left;justify-self:flex-start;max-width:100%;margin:0 3vw}.about__intro__text--L{display:none}.about__intro__img{width:50vw;height:auto;min-width:0;cursor:url("data:image/svg+xml,%3csvg%20width='73'%20height='72'%20viewBox='0%200%2073%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_366_13)'%3e%3cpath%20d='M19.4754%2037.2867C20.8585%2037.2867%2022.1626%2037.1945%2023.4536%2037.3394C23.8487%2037.3789%2024.3625%2038.0771%2024.4679%2038.5381C26.1803%2046.9292%2035.4276%2051.0918%2042.7648%2046.7184C45.9526%2044.8216%2047.5992%2042.2792%2048.7321%2037.3789H53.4875C54.0671%2045.2431%2045.676%2053.2916%2036.7712%2053.5024C27.7874%2053.7263%2019.1988%2045.8227%2019.4754%2037.2867Z'%20fill='white'/%3e%3cpath%20d='M24.8499%2032.175C21.8992%2032.2145%2019.4095%2029.7644%2019.4095%2026.8137C19.4095%2023.9552%2021.8597%2021.4523%2024.6918%2021.426C27.603%2021.3996%2030.1454%2023.9025%2030.1454%2026.8137C30.1454%2029.6853%2027.7084%2032.1486%2024.8499%2032.175Z'%20fill='white'/%3e%3cpath%20d='M47.8232%2032.1756C44.8725%2032.1492%2042.4356%2029.6464%2042.4883%2026.6957C42.541%2023.8504%2045.0833%2021.3739%2047.8891%2021.4266C50.8398%2021.4793%2053.3163%2024.0348%2053.2372%2026.9328C53.1582%2029.8308%2050.7081%2032.2019%2047.8232%2032.1888V32.1756Z'%20fill='white'/%3e%3c/g%3e%3ccircle%20cx='36.4617'%20cy='36.2273'%20r='33.1492'%20stroke='white'%20stroke-width='5'/%3e%3cdefs%3e%3cclipPath%20id='clip0_366_13'%3e%3crect%20width='34.1043'%20height='32.0889'%20fill='white'%20transform='translate(19.4095%2021.4258)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 36 36,auto}.services__img{width:45vw;height:auto;margin-left:2rem}.service__lists{display:grid;grid-template-columns:1fr;grid-template-rows:none;row-gap:4rem;column-gap:0}.about__end__container{margin-top:8rem}}@media (min-width: 481px) and (max-width: 1024px){.about__love__subtitle,.about__hate__subtitle{font-size:clamp(1.25rem,.4605rem + 2.6316vw,2.5rem)}.about__love__text,.about__hate__text{font-size:clamp(2.5rem,1.7105rem + 2.6316vw,3.75rem)}}@media (min-width: 1024px) and (max-width: 1240px){.about__intro__info__container{display:flex;flex-direction:column;justify-content:space-between}.about__intro__firstline{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end;text-align:right}}@media (min-width: 1025px) and (max-width: 1240px){.services__img{width:40vw;height:auto}.about__end__container{margin-top:8rem}.service__lists{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:none;row-gap:4rem;column-gap:0}}@media (max-width: 1240px){.about__intro__firstline{display:flex;flex-direction:column-reverse;justify-content:flex-start}.about__intro__subtitle{margin-bottom:2rem}}@media (min-width: 721px) and (max-width: 1440px){.about__intro__text--L.middlescreen{display:block;grid-column:1 / -1;text-align:left;justify-self:flex-start;max-width:100%;margin:0 3vw}.about__intro__text--L{display:none}}.projects{background-color:var(--background-color);max-width:1920px;margin:0 auto}.projects p{color:var(--text-color)}.projects__intro{display:flex;flex-direction:column;gap:3rem;margin:10rem 3vw 2rem}.projects__intro__line--1{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.projects__title{max-width:82vw}.projects__subtitle.detail{margin-bottom:.5rem}.projects__text{max-width:55rem;margin-bottom:5rem}.projects__text span{text-decoration:underline 2px}.projects__filters,.projects__links{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem}.projects__filters__div{align-self:flex-end}.projects__filters p,.projects__links a{text-transform:uppercase;border:1px solid var(--text-color);padding:5px 15px;border-radius:50px;cursor:pointer}.projects__smiley svg path{fill:var(--text-color)}.projects__links a{text-decoration:none;color:var(--text-color)}.projects__socials{display:flex;flex-direction:column;align-items:center;justify-content:center}.projects__smiley{margin:10rem 0 3rem}.smiley__text{font-size:var(--font-default-size-text-L);text-transform:uppercase;margin-bottom:2rem}.projects__end .end__title{margin-top:12rem;margin-left:3vw;margin-bottom:2rem}@media (max-width: 720px){.projects{padding:0 4vw}.projects__intro{margin:7rem 0 2rem}.projects__end .end__title{margin-left:0}.projects__end .end__title{margin-bottom:5rem}}.projectcard{text-decoration:none;color:#000}.projectcard__img__div{width:100%;height:32vw;overflow:hidden}.projectcard__img{width:100%;height:100%;object-fit:cover;object-position:center;transition:filter .5s ease}.projectcard__img__div:hover .projectcard__img{filter:blur(10px);cursor:url("data:image/svg+xml,%3csvg%20width='125'%20height='125'%20viewBox='0%200%20125%20125'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_388_13)'%3e%3ccircle%20cx='62.5'%20cy='62.5'%20r='62.5'%20fill='white'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip0_388_13)'%3e%3cpath%20d='M77.9184%2047.6602H71.8809V53.6669H77.9184V47.6602Z'%20fill='black'/%3e%3cpath%20d='M83.9557%2053.6094H77.9182V59.6161H83.9557V53.6094Z'%20fill='black'/%3e%3cpath%20d='M89.9999%2059.6211H83.9624V65.6278H89.9999V59.6211Z'%20fill='black'/%3e%3cpath%20d='M83.9557%2065.6289H77.9182V71.6356H83.9557V65.6289Z'%20fill='black'/%3e%3cpath%20d='M77.9184%2071.6367H71.8809V77.6434H77.9184V71.6367Z'%20fill='black'/%3e%3cpath%20d='M83.9625%2059.6211H35V65.6278H83.9625V59.6211Z'%20fill='black'/%3e%3cpath%20d='M71.8808%2041.6562H65.8433V47.663H71.8808V41.6562Z'%20fill='black'/%3e%3cpath%20d='M71.8808%2077.6523H65.8433V83.6591H71.8808V77.6523Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_388_13'%20x='-50'%20y='-50'%20width='225'%20height='225'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='25'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_388_13'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_388_13'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_388_13'%3e%3crect%20width='55'%20height='42'%20fill='white'%20transform='translate(35%2041.6562)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 62.5 62.5,auto}.projectcard__info{display:flex;flex-direction:row;gap:2rem;margin-top:1rem}.projectcard__title{font-size:20px;font-weight:600;text-transform:uppercase;max-width:40%}.projectcard__tags{font-family:var(--font-detail);font-size:16px}@media (max-width: 480px){.projectcard__title{font-size:16px}.projectcard__tags{font-size:12px}.projectcard__img__div{height:60vw}.projectcard__img__div:hover .projectcard__img{filter:blur(5px);cursor:none}}@media (min-width: 481px) and (max-width: 720px){.projectcard__title{max-width:90%;font-size:clamp(1rem,.7794rem + .7353vw,1.25rem)}.projectcard__tags{font-size:clamp(.75rem,.5294rem + .7353vw,1rem)}.projectcard__info{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.projectcard__img__div{height:60vw}.projectcard__img__div:hover .projectcard__img{filter:blur(5px)}}@media (max-width: 720px){.projectcard__img__div:hover .projectcard__img{filter:blur(5px)}.projectcard__info{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}}@media (min-width: 721px) and (max-width: 1024px){.projectcard__title{max-width:90%}.projectcard__info{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.projectcard__img__div:hover .projectcard__img{filter:blur(5px);cursor:url("data:image/svg+xml,%3csvg%20width='125'%20height='125'%20viewBox='0%200%20125%20125'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_388_13)'%3e%3ccircle%20cx='62.5'%20cy='62.5'%20r='62.5'%20fill='white'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip0_388_13)'%3e%3cpath%20d='M77.9184%2047.6602H71.8809V53.6669H77.9184V47.6602Z'%20fill='black'/%3e%3cpath%20d='M83.9557%2053.6094H77.9182V59.6161H83.9557V53.6094Z'%20fill='black'/%3e%3cpath%20d='M89.9999%2059.6211H83.9624V65.6278H89.9999V59.6211Z'%20fill='black'/%3e%3cpath%20d='M83.9557%2065.6289H77.9182V71.6356H83.9557V65.6289Z'%20fill='black'/%3e%3cpath%20d='M77.9184%2071.6367H71.8809V77.6434H77.9184V71.6367Z'%20fill='black'/%3e%3cpath%20d='M83.9625%2059.6211H35V65.6278H83.9625V59.6211Z'%20fill='black'/%3e%3cpath%20d='M71.8808%2041.6562H65.8433V47.663H71.8808V41.6562Z'%20fill='black'/%3e%3cpath%20d='M71.8808%2077.6523H65.8433V83.6591H71.8808V77.6523Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_388_13'%20x='-50'%20y='-50'%20width='225'%20height='225'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='25'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_388_13'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_388_13'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_388_13'%3e%3crect%20width='55'%20height='42'%20fill='white'%20transform='translate(35%2041.6562)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 25 25,auto}}.projects__gallery{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:0 3vw 2rem 3vw}@media (max-width: 480px){.projects__gallery{grid-template-columns:1fr;margin:0 0 2rem;gap:4rem}}@media (min-width: 481px) and (max-width: 720px){.projects__gallery{grid-template-columns:1fr;margin:0 0 2rem;gap:4rem}}@media (max-width: 720px){.projects__gallery{margin:0 0 2rem}}.project{background-color:var(--background-color);max-width:1920px;margin:0 auto}.project p{color:var(--text-color)}.project__hero{width:100vw;height:80vh;overflow:hidden;max-width:1920px;margin:0 auto}.project__hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.project__hero__intro{display:flex;flex-direction:row;align-items:end;margin:3rem 3vw;gap:4rem}.project__hero__subtitle{margin-bottom:.8rem}.project__hero__text{max-width:70vw}.project__details{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:8rem 3vw}.project__details__left{display:flex;flex-direction:row;gap:20vw}.project__detail__title{font-size:var(--font-default-size-text-M);text-transform:uppercase;font-weight:var(--font-default-weight-medium);margin-bottom:1.5rem}.project__detail__text{line-height:1.2;color:var(--text-color)}.sticker__animation.floppy{height:50%;width:50%}.project__gallery{display:grid;grid-template-columns:40fr 60fr;grid-template-rows:repeat(auto-fill,minmax(100px,auto));row-gap:1rem;column-gap:4rem;margin:3rem 3vw 15rem}.project__gallery__text{align-self:flex-start;margin-top:8rem;margin-bottom:-10rem;grid-column:1;grid-row:1 / span 2}.project__gallery__title{font-size:60px;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.project__gallery__subtitle{margin-bottom:3rem}.project__gallery__info{font-size:16px;line-height:1.2;max-width:25rem}.project__media{grid-column:2;width:100%;height:40vw;overflow:hidden;z-index:3}.project__gallery>.project__media:nth-child(3n+1){grid-column:1 / -1;height:50vw}.project__media__video{pointer-events:none}.project__end__title{margin-left:3vw;margin-bottom:2rem}@media (max-width: 480px){.project__gallery{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(auto-fill,minmax(100px,auto));gap:1rem;margin:3rem 3vw 15rem}.project__gallery__text{grid-column:1;grid-row:1;margin-top:0;margin-bottom:4rem}.project__gallery__info{max-width:100vw}.project__gallery>.project__media:nth-child(3n+1){grid-column:1;height:70vw}.project__media{grid-column:auto;height:70vw}.project__details{margin-top:0rem;margin-bottom:8rem;align-items:flex-end}.project__details__left{gap:12vw;flex-direction:column;flex-wrap:nowrap}}@media (max-width: 720px){.project__details{gap:3rem;align-items:flex-end}.project__details__left{gap:12vw;flex-direction:row;flex-wrap:wrap;margin-right:4rem}.project__hero__intro{margin:3rem 4vw}.project__details{margin:8rem 4vw}.project__gallery{margin:3rem 4vw 15rem}.project__end__title{margin:0 4vw;max-width:100vw;margin-bottom:5rem}}@media (min-width: 721px) and (max-width: 1024px){.project__details__left{gap:15vw}}@media (min-width: 481px) and (max-width: 1024px){.project__gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(auto-fill,minmax(100px,auto));gap:1rem;margin:3rem 3vw 15rem}.project__gallery__text{grid-column:1 / -1;grid-row:1;margin-top:0;margin-bottom:4rem}.project__gallery__info{max-width:70vw}.project__gallery>.project__media:nth-child(3n+1){grid-column:1 / -1;height:50vw}.project__media{grid-column:auto}.project__details{margin-top:0rem;margin-bottom:6rem}}@media (max-width: 1240px){.project__hero__intro{display:flex;flex-direction:column-reverse;align-items:flex-start}.project__hero__text{margin-bottom:4rem;max-width:none}.project__details{margin-top:0rem}.project__hero__intro{display:flex;flex-direction:column-reverse;align-items:flex-start;margin-bottom:2rem}}
