*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%;width:100%;background-color:var(--color--background)}a{color:unset;text-decoration:none}*{scrollbar-width:thin;scrollbar-color:var(--color--black) var(--color--background)}*::-webkit-scrollbar{width:12px}*::-webkit-scrollbar-track{background:var(--color--black)}*::-webkit-scrollbar-thumb{background-color:var(--color--black);border-radius:20px;border:3px solid var(--color--background)}:root{--color--black: #232323;--color--grey: #9b948b;--color--white: #ffffff;--color--background: #fff5e2;--color--menu-background: #e8ddc8;--color--drawer-background: rgba(16, 16, 16, .5);--color--text: #ffffff;--color--gold: #dcd0b8;--color--primary: #ff6200;--navbar--height: 2.8rem;--navbar--margins: 1.5rem;--navlink--font-size: 1rem;--navlink--page-width: 8rem;--navlink--lang-width: 4rem;--transition-duration--nav-link: .3s;--menu-button--size: 5.2rem;--menu-button--top-mangin: .6rem;--menu-slat--opacity: .92;--menu-button--animation-duration: 1s;--menu-slat--animation-duration: 1s;--menu--animation-duration: 2s;--menu-link--lr-padding: 2rem;--menu-link--tb-padding: .5rem;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1200px;--breakpoint-vlg: 1980px;--about-drawer-button--size: 3rem;--footer--height: 5rem;--project-drawer--max-height: 100vh;--project-drawer--tape-height: 4.5rem;--project-drawer--panel-radius: 1.5rem;--project-drawer--panel-margin: 1rem;--project-drawer--close-size: 3rem}@font-face{font-family:sans;font-weight:900;src:url(fonts/Manrope-ExtraBold.ttf)}@font-face{font-family:sans;font-weight:700;src:url(fonts/Manrope-Bold.ttf)}@font-face{font-family:sans;font-weight:400;src:url(fonts/Manrope-Regular.ttf)}@font-face{font-family:sans;font-weight:300;src:url(fonts/Manrope-Light.ttf)}@font-face{font-family:"serif";font-weight:400;src:url(fonts/Oranienbaum-Regular.ttf)}.nav-link-container{height:100%;margin-top:.1rem;display:flex;justify-content:center;align-items:center}.nav-link>*{transition:opacity var(--transition-duration--nav-link) ease-in-out;height:100%}.nav-link__idle{opacity:1;color:var(--color--black)}.nav-link__hover{border:1px solid #aaa;opacity:0}.nav-link__hover>.nav-link-label{color:var(--color--grey)}.nav-link:hover>div:nth-child(1){opacity:0}.nav-link:hover>div:nth-child(2){opacity:1}.nav-link-wrapper{transition:opacity var(--transition-duration--nav-link) ease-in-out;display:grid;grid-template-rows:100%;grid-template-columns:100%;width:100%;height:100%}.nav-link-wrapper>*{grid-row:1;grid-column:1}.nav-link-state{width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;border:none}.nav-link-label{font-size:var(--navlink--font-size);font-family:sans,serif;font-weight:400}.nav-link__point{width:100%;height:100%;opacity:1;display:flex;justify-content:center;align-items:flex-end}.nav-link-wave{width:3.2rem;height:1.6rem;transform:translateY(.75rem)}.nav-link-wave__svg>rect{fill:var(--color--background)}.nav-link-wave__svg>path{fill:var(--color--black);shape-rendering:geometricPrecision}.sashu-logo-container{width:100%;height:100%;pointer-events:none}.sashu-logo__ahu{fill:var(--color--black);stroke:var(--color--white);stroke-dasharray:180px;stroke-dashoffset:180px;animation:sashu_anim 8s ease forwards}.sashu-logo__s1{fill:var(--color--black);stroke:var(--color--white);stroke-dasharray:80px;stroke-dashoffset:80px;animation:sashu_anim 5s forwards}.sashu-logo__s2{fill:var(--color--black);stroke:var(--color--white);stroke-dasharray:120px;stroke-dashoffset:120px;animation:sashu_anim 3s ease forwards}@keyframes sashu_anim{to{stroke-dashoffset:0;fill:var(--color--white);stroke:transparent;fill-opacity:1}}.close-logo-container *{stroke:var(--color--white);stroke-width:10px}.menu-link-content{display:grid;grid-template-rows:100%;grid-template-columns:100%;pointer-events:auto}.menu-link-wrapper{grid-row:1;grid-column:1;pointer-events:none;transition:opacity var(--transition-duration--nav-link) ease-in-out,transform var(--transition-duration--nav-link) ease-in-out}.menu-link-wrapper__hover{opacity:0;transform:scaleY(0)}.menu-link-content:hover>.menu-link-wrapper__hover{opacity:1;transform:scaleY(1)}.menu-link-wrapper__idle{opacity:1}.menu-link-content:hover>.menu-link-wrapper__idle{opacity:0}.menu-link-label{pointer-events:none;font-size:5rem;font-family:sans,serif;font-weight:900;text-transform:uppercase;letter-spacing:.2rem}@media not (min-width:768px){.menu-link-label{font-size:3rem}}@media not (min-width:480px){.menu-link-label{font-size:2rem}}.menu-link-idle{color:var(--color--menu-background);text-shadow:1px 1px 1px var(--color--black),-1px 1px 1px var(--color--black),-1px -1px 0 var(--color--black),1px -1px 0 var(--color--black)}.menu-link-hover{color:var(--color--grey)}.menu-link-selected{color:var(--color--black)}.project-image-container{height:75vh;width:100%;margin:0;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.project-image-picture{flex-shrink:0;position:relative;max-width:120%;max-height:120%;min-height:80%;display:flex;justify-content:center;align-items:center;margin:0;padding:0;overflow:hidden}.project-image-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1s ease-in-out}@media(not (min-width:1200px))and (orientation:landscape){.project-image-container{max-height:60vh;height:fit-content}}.about-title-container{width:100%;max-width:50rem;display:grid;margin-bottom:4rem}.about-title-container>*{grid-column:1;grid-row:1}.about-title-question{font-family:sans;font-weight:700;font-size:4rem;-webkit-background-clip:text;background-clip:text;color:var(--color--background);text-shadow:1px 1px 1px var(--color--grey),-1px 1px 1px var(--color--grey),-1px -1px 0 var(--color--grey),1px -1px 0 var(--color--grey)}.about-title-answer{font-family:sans;font-weight:700;font-size:2rem;display:flex;align-items:flex-end;justify-content:flex-end;transform:translateY(.2rem)}@media not (min-width:1800px){.about-title-question{font-size:3rem}.about-title-answer{font-size:1.8rem;transform:translateY(.2rem)}}@media not (min-width:1400px){.about-title-question{font-size:4.5rem}.about-title-answer{font-size:2rem;transform:translateY(-.2rem)}}@media not (min-width:1024px){.about-title-question{font-size:4rem}.about-title-answer{font-size:1.8rem;transform:translateY(-.2rem)}}@media not (min-width:768px){.about-title-container{max-width:25rem;margin-bottom:2rem}.about-title-question{font-size:2.5rem}.about-title-answer{font-size:1.2rem;transform:translateY(.2rem)}}@media not (min-width:480px){.about-title-question{font-size:2rem}.about-title-answer{font-size:1rem;transform:translateY(.2rem)}}.about-paragraph-p{text-align:justify;text-justify:inter-word;text-indent:40px;font-family:sans;font-weight:200;font-size:1.4rem;white-space:pre-line;line-height:1.4}.about-paragraph strong{font-weight:600}.about-paragrapht-p li{list-style:inside;margin-bottom:.5rem}.about-paragraph-p ul{margin-bottom:.8rem;line-height:1}@media not (min-width:1400px){.about-paragraph-p{font-size:1rem}}@media not (min-width:1024px){.about-paragraph-p{font-size:1.2rem}}@media not (min-width:768px){.about-paragraph-p{font-size:1rem}}.about-drawer-title-container{width:100%;height:100%;display:grid;grid-template-rows:100%;grid-template-columns:100%}.about-drawer-title-container>*{grid-row:1;grid-column:1}.about-drawer-title-content{display:flex;justify-content:space-between;align-items:center}.about-drawer-title-content>h5{font-family:sans;font-weight:200;font-size:2rem}.about-drawer-title-frame{border-bottom:1px solid var(--color--black);width:60%;opacity:0;transform:scale(0);transform-origin:bottom left;transition:transform var(--transition-duration--nav-link) ease-in-out,opacity var(--transition-duration--nav-link) ease-in-out}.about-drawer-button-container{width:var(--about-drawer-button--size);height:var(--about-drawer-button--size);display:grid;transition:opacity var(--transition-duration--nav-link) ease-in-out}.about-drawer-button-line{grid-row:1;grid-column:1;width:1px;background-color:var(--color--black);transition:transform var(--transition-duration--nav-link) ease-in-out}.about-drawer-button-line-center{transform:translate(calc(var(--about-drawer-button--size) / 2))}.about-drawer-button-line-left,.about-drawer-button-line-right{transform:translateY(calc(var(--about-drawer-button--size) / -2)) rotate(90deg) scale(1);transform-origin:bottom center}.about-drawer-paragraph-container>*{text-align:justify;text-justify:inter-word;font-family:sans;font-weight:200;font-size:1.2rem;white-space:pre-line;line-height:1.2}.about-drawer-paragraph-container p{margin-bottom:.8rem}.about-drawer-paragraph-container strong{font-weight:600}.about-drawer-paragraph-container li{list-style:inside;margin-bottom:.5rem}.about-drawer-paragraph-container ul{margin-bottom:.3rem;margin-left:.8rem}.project-drawer-tape{width:100%;pointer-events:auto;display:flex;justify-content:space-between;padding:0 calc(var(--project-drawer--panel-margin) + 1rem)}.project-drawer-title-container{display:flex;align-items:flex-end;gap:1rem;padding-top:1rem;flex-wrap:nowrap;pointer-events:none}.project-drawer-title-container>h3{pointer-events:none;font-size:2.5rem;font-family:sans,serif;font-weight:900;text-transform:uppercase;letter-spacing:.2rem;color:var(--color--white)}.project-drawer-title-container>h5{pointer-events:none;font-size:1.5rem;font-family:sans,serif;font-weight:100;letter-spacing:.2rem;color:var(--color--grey);transform:translateY(-.25rem)}@media not (min-width:1200px){.project-drawer-title-container{flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0}.project-drawer-title-container>h3{font-size:2rem}.project-drawer-title-container>h5{font-size:1.2rem;transform:translateY(0)}}@media not (min-width:768px){.project-drawer-title-container{flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0}.project-drawer-title-container>h3{font-size:1.5rem}.project-drawer-title-container>h5{font-size:1rem;transform:translateY(0)}}@media not (min-width:480px){.project-drawer-title-container{flex-direction:column;align-items:flex-start;gap:0;padding:.2rem 0}.project-drawer-title-container>h3{font-size:1.5rem}.project-drawer-title-container>h5{font-size:.9rem}}.project-drawer-closer{margin-top:.6rem;width:var(--project-drawer--close-size);height:var(--project-drawer--close-size);display:grid;transition:opacity var(--transition-duration--nav-link) ease-in-out;pointer-events:none}.project-drawer-button-line{grid-row:1;grid-column:1;width:2px;background-color:var(--color--white);transition:transform var(--transition-duration--nav-link) ease-in-out}.project-drawer-button-line-center,.project-drawer-button-line-left{transform:translate(calc(var(--project-drawer--close-size) / 2)) rotate(-45deg);transform-origin:center center}.project-drawer-button-line-right{transform:translate(calc(var(--project-drawer--close-size) / 2)) rotate(45deg);transform-origin:center center}.project-drawer-tape-content{pointer-events:none}.project-drawer-tape:hover .project-drawer-button-line-center{transform:translate(calc(var(--project-drawer--close-size) / 2),-.2rem) scale(.7)}.project-drawer-tape:hover .project-drawer-button-line-left{transform:translate(calc(var(--project-drawer--close-size) / 6),calc(var(--project-drawer--close-size) / 4)) rotate(-45deg) scale(.7)}.project-drawer-tape:hover .project-drawer-button-line-right{transform:translate(calc(var(--project-drawer--close-size) / 1.2),calc(var(--project-drawer--close-size) / 4)) rotate(45deg) scale(.7)}.project-carousel-image-container{z-index:50;height:100%;grid-row:1;grid-column:1;overflow:hidden;aspect-ratio:3/2;border-radius:1rem;border:2px solid white;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;display:grid;grid-template-columns:100%;grid-template-rows:100%}.project-carousel-image-container>*{grid-row:1;grid-column:1;width:100%;height:100%}.project-carousel-image-container>div{background-color:var(--color--black)}.intro-button-stack{display:grid;grid-template-columns:100%;grid-template-rows:100%}.intro-button-stack:hover>*:nth-child(2){opacity:1}.intro-button-stack>*{grid-row:1;grid-column:1;pointer-events:none}.intro-button-label{font-family:sans;font-weight:400;font-size:1.3rem;padding:.4rem .8rem;border-radius:.8rem;transition:opacity var(--transition-duration--nav-link) ease-in-out}.intro-button-idle{border:1px solid var(--color--black);color:var(--color--black)}.intro-button-hover{color:var(--color--white);background-color:var(--color--black);opacity:0}.intro-button-selected{color:var(--color--white);background-color:var(--color--grey)}.project-drawer-video-player{max-width:85vw;max-height:32vh;border-radius:1rem}.project-content-container{z-index:1;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow-y:auto}.project-content-list{padding:calc(var(--navbar--height) + 4.5rem) 8rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5rem}@media not (min-width:1200px){.project-content-list{padding:calc(var(--navbar--height) + 3rem) 5rem}}@media not (min-width:768px){.project-content-list{padding:calc(var(--navbar--height) + 2rem) 2rem}}.menu-circle-container{width:100%;height:100%;display:grid;grid-template-rows:100%;grid-template-columns:100%;z-index:50}.menu-circle-container:hover>.menu-circle-overlay{transform:scale(1.1)}.menu-circle-container:hover>.menu-circle-hover{opacity:1}.menu-circle-container>*{grid-row:1;grid-column:1;pointer-events:none}.menu-circle-logo{width:100%;height:100%;justify-content:center;align-items:center;z-index:2;background-color:var(--color--black);border-radius:var(--menu-button--size);display:flex}.menu-circle-sashu{padding:.3rem;opacity:1}.menu-circle-close{padding:.6rem;opacity:0}.menu-circle-hover{z-index:1;transform:scale(1.2);border-radius:var(--menu-button--size);width:100%;height:100%;background:linear-gradient(40deg,var(--color--background),var(--color--white),var(--color--gold),var(--color--white),var(--color--background));animation:menu-hover-animation 5s linear infinite;transition:opacity .5s ease-in-out;filter:blur(5px);opacity:0}.menu-circle-overlay{z-index:1;transform:scale(0);border-radius:var(--menu-button--size);width:100%;height:100%;background-color:var(--color--white);transition:transform .5s cubic-bezier(.45,-.45,.45,1.5);box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}@keyframes menu-hover-animation{0%{transform:rotate(0) scale(1.5)}50%{transform:rotate(180deg) scaleX(1.8)}to{transform:rotate(360deg) scale(1.5)}}.menu-panel-container{position:fixed;top:0;bottom:0;left:0;right:0;display:none;z-index:20}.menu-panel-stack{width:100%;height:100%;display:grid;grid-template-rows:100%;grid-template-columns:100%}.menu-panel-stack>*{grid-row:1;grid-column:1}.menu-panel-background{z-index:1;width:100%;height:100%;display:flex;justify-content:stretch;align-items:center}.menu-panel-slat{height:100%;width:100%;opacity:0;transform:scale(0);background-color:var( --color--menu-background);border-radius:2rem}.menu-panel-background>div:nth-child(1){animation:slat_animation calc(var(--menu-slat--animation-duration) * .9) ease forwards calc(var(--menu-slat--animation-duration) * .1)}.menu-panel-background>div:nth-child(2){animation:slat_animation calc(var(--menu-slat--animation-duration) * .8) ease forwards calc(var(--menu-slat--animation-duration) * .2)}.menu-panel-background>div:nth-child(3){animation:slat_animation calc(var(--menu-slat--animation-duration) * .7) ease forwards calc(var(--menu-slat--animation-duration) * .3)}.menu-panel-background>div:nth-child(4){animation:slat_animation calc(var(--menu-slat--animation-duration) * .6) ease forwards calc(var(--menu-slat--animation-duration) * .4)}.menu-panel-background>div:nth-child(5){animation:slat_animation calc(var(--menu-slat--animation-duration) * .5) ease forwards calc(var(--menu-slat--animation-duration) * .5)}.menu-panel-background>div:nth-child(6){animation:slat_animation calc(var(--menu-slat--animation-duration) * .4) ease forwards calc(var(--menu-slat--animation-duration) * .6)}.menu-panel-background>div:nth-child(7){animation:slat_animation calc(var(--menu-slat--animation-duration) * .3) ease forwards calc(var(--menu-slat--animation-duration) * .7)}.menu-panel-background>div:nth-child(8){animation:slat_animation calc(var(--menu-slat--animation-duration) * .4) ease forwards calc(var(--menu-slat--animation-duration) * .6)}.menu-panel-background>div:nth-child(9){animation:slat_animation calc(var(--menu-slat--animation-duration) * .5) ease forwards calc(var(--menu-slat--animation-duration) * .5)}.menu-panel-background>div:nth-child(10){animation:slat_animation calc(var(--menu-slat--animation-duration) * .6) ease forwards calc(var(--menu-slat--animation-duration) * .4)}@keyframes slat_animation{70%{opacity:var(--menu-slat--opacity);transform:scaleY(.6)}to{opacity:var(--menu-slat--opacity);transform:scaleX(1) scaleY(1.2)}}.menu-panel-content{z-index:2;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity var(--transition-duration--nav-link) ease-in-out}.menu-panel-links{display:flex;justify-content:center;align-items:center;flex-direction:column}.menu-panel-languages{display:flex;justify-content:space-between;align-items:center;width:100%;padding:var(--menu-link--tb-padding) var(--menu-link--lr-padding)}.menu-row-container{padding:var(--menu-link--tb-padding) calc(var(--menu-link--lr-padding) * 3) var(--menu-link--tb-padding) var(--menu-link--lr-padding);width:100%;border-bottom:1px solid var(--color--black)}.about-drawer-container{overflow:hidden;margin-bottom:1.2rem}.about-drawer-container>*{pointer-events:none}.about-drawer-container:hover .about-drawer-button-line-left{transform:translate(calc(var(--about-drawer-button--size) / 2)) rotate(-45deg) scale(.75)}.about-drawer-container:hover .about-drawer-button-line-right{transform:translate(calc(var(--about-drawer-button--size) / 2)) rotate(45deg) scale(.75)}.about-drawer-container:hover .about-drawer-title-frame{transform:scale(1);opacity:1}.project-drawer-layers{z-index:500}.project-drawer-fix{position:fixed;top:0;bottom:0;left:0;right:0}.project-drawer-stack{display:grid;grid-template-rows:100%;grid-template-columns:100%}.project-drawer-stack>*{grid-column:1/1;grid-row:1/1;height:100%;width:100%}.project-drawer-background{background-color:var(--color--drawer-background)}.project-drawer-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;pointer-events:none}.project-drawer-container-stack{max-width:1000px;width:100%;display:block;background-color:var(--color--black);box-shadow:var(--color--black) 0 2px 15px 0;max-height:95vh;padding:0 2rem 3rem;transform:translateY(5em);overflow:hidden}.project-drawer-content{pointer-events:auto;width:100%}.project-drawer-content-font{border:2px solid var(--color--white);border-radius:var(--project-drawer--panel-radius);padding-top:2rem;width:100%;display:block;background-color:var(--color--background)}.project-drawer-content-top{padding-bottom:3rem;display:flex;justify-content:center}.project-drawer-content-bottom{display:block;padding-bottom:2rem;overflow-y:hidden}.project-drawer-description-spot{text-align:justify;text-justify:inter-word;font-family:sans;font-weight:200;font-size:1.1rem;line-height:1.3;max-width:1700px;overflow-y:scroll;max-height:30vh;padding:0 2.5rem 2rem}.project-drawer-description-spot p{margin-bottom:1.2rem}.project-drawer-description-spot a{color:var(--color--primary);font-weight:600}.project-drawer-description-spot strong{font-weight:600}.project-drawer-description-spot li{list-style:inside;margin-bottom:.5rem}.project-drawer-description-spot ul{margin-bottom:1.8rem}@media not (min-width:768px){.project-drawer-container-stack{padding:0}.project-drawer-content-font{border:2px solid var(--color--white);border-radius:var(--project-drawer--panel-radius) var(--project-drawer--panel-radius) 0 0;padding-top:1.5rem}.project-drawer-description-spot{padding:0 1.5rem}}.project-carousel-container{width:100%;max-width:65vw;max-height:32vh;display:grid;grid-template-rows:100%;grid-template-columns:100%;justify-content:center;pointer-events:none}.project-carousel-container>*{grid-row:1;grid-column:1}.project-carousel-images{width:100%;height:100%;display:flex;justify-content:center}.project-carousel-stack{height:100%;aspect-ratio:3/2;border-radius:.8rem;display:grid;grid-template-rows:100%;grid-template-columns:100%}.project-carousel-buttons{width:100%;height:100%;display:flex;justify-content:stretch;align-items:center}.project-carousel-buttons>*{height:100%;width:50%;background-color:transparent;pointer-events:auto}.project-carousel-buttons>div:first-child{transform:translate(-20%)}.project-carousel-buttons>div:last-child{transform:translate(20%)}@keyframes leftImage_anim{0%{opacity:0;transform:translate(-15%) perspective(80rem) rotateY(70deg) scale(1)}70%{opacity:1;transform:translate(-10%) perspective(80rem) rotateY(0) scale(1.2)}to{transform:translate(-5%) perspective(80rem) rotateY(0) scale(1);opacity:0}}@keyframes rightImage_anim{0%{opacity:0;transform:translate(15%) perspective(80rem) rotateY(70deg) scale(1)}70%{opacity:1;transform:translate(10%) perspective(80rem) rotateY(0) scale(1.2)}to{transform:translate(5%) perspective(80rem) rotateY(0) scale(1);opacity:0}}.contact-card-name{font-family:sans;font-weight:300;font-size:2rem;color:var(--color--black);margin:0;padding:0}.contact-card-role{font-family:sans;font-weight:600;font-size:1.2rem;color:var(--color--black);margin:0;padding:0}.contact-card-info{display:flex;flex-direction:column}.contact-card-info>*{font-family:sans;font-weight:200;font-size:1.2rem;color:var(--color--black);margin:0;padding:0}@media not (min-width:980px){.contact-card-name{font-size:1.8rem}.contact-card-info>*{font-size:1rem}}.contact-title-container{display:flex;flex-direction:column;align-items:flex-start}.contact-title-container>h2{font-family:sans;font-weight:800;font-size:6rem;color:var(--color--black);text-transform:uppercase;line-height:8.5rem;margin:0;padding:0}.contact-title-subtitle{display:grid;grid-template-columns:100%;grid-template-rows:100%}.contact-title-subtitle>p{grid-row:1;grid-column:1;font-family:sans;font-weight:300;font-size:3rem;color:var(--color--grey);transform:translateY(-1.5rem);transform-origin:left bottom;width:100%}.contact-title-subtitle>p:nth-child(1){opacity:0;animation:contact-title-anim 5s forwards;animation-delay:0ms}.contact-title-subtitle>p:nth-child(2){opacity:0;animation:contact-title-anim 5s forwards;animation-delay:1.8s}.contact-title-subtitle>p:nth-child(3){opacity:0;animation:contact-title-anim-final 5s forwards;animation-delay:3.6s}@keyframes contact-title-anim{0%{opacity:0;transform:translateY(2rem) scale(2)}10%{opacity:1;transform:translateY(-1.5rem) scale(1)}98%{opacity:0}}@keyframes contact-title-anim-final{0%{opacity:0;transform:translateY(2rem) scale(2)}10%{opacity:1;transform:translateY(-1.5rem) scale(1)}to{opacity:1}}@media not (min-width:768px){.contact-title-container>h2{font-size:4.5rem}.contact-title-subtitle>p{transform:translateY(-2rem)}}@media not (min-width:680px){.contact-title-container>h2{font-size:4rem}}@media not (min-width:480px){.contact-title-container>h2{font-size:3rem}.contact-title-subtitle>p{transform:translateY(-3rem)}}.navbar-container{z-index:15;position:fixed;top:0;left:0;right:0;height:var(--navbar--height);display:grid;grid-template-columns:var(--navbar--margins) auto var(--navbar--margins);grid-template-rows:var(--navbar--height)}.navbar-strip{z-index:15;grid-row:1;grid-column:2;height:100%;border-bottom:1px solid var(--color--black);box-shadow:1px 20px 15px 1px var(--color--background);background-color:var(--color--background);display:grid;grid-template-columns:50% 50%;grid-template-rows:100%}.navbar-content{display:flex}.navbar-right{justify-content:flex-end}.navbar-right>*{width:var(--navlink--lang-width)}.navbar-left>*{width:var(--navlink--page-width)}@media not (min-width:1200px){.navbar-strip{display:none}}.menu-button{z-index:50;position:fixed;top:var(--menu-button--top-mangin);right:50%;width:var(--menu-button--size);height:var(--menu-button--size);transform:translate(calc(var(--menu-button--size) / 2))}.curtain-container{z-index:100;position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--color--background)}.project-picture-preview{width:100%}.project-picture-preview *{pointer-events:none}.project-picture-preview:hover .project-image-img{transform:scale(1.05)}.project-data{display:none}.about-section{width:100%;display:flex;justify-content:space-between;gap:10rem}.about-column{max-width:50%}@media not (min-width:1400px){.about-section{flex-direction:column}.about-column{max-width:100%;width:100%}}.about-right-content{display:flex;flex-direction:column;width:100%}.footer-container{display:flex;justify-content:space-between;background-color:var(--color--background);margin:0 var(--navbar--margins);border-top:1px solid var(--color--black)}.footer-half{padding:.5rem 0}.footer-half h5{font-family:sans;font-weight:400;font-size:1rem;color:var(--color--black)}.footer-half p{font-family:sans;font-weight:300;font-size:.8rem;color:var(--color--grey)}.footer-right{display:flex;gap:1rem}.footer-github{height:80%}.footer-coding *{text-align:right}.footer-github>img{height:2.8rem;display:block;transition:opacity var(--transition-duration--nav-link) ease-in-out}.footer-github :hover{opacity:.5}@media not (min-width:768px){.footer-half h5{font-size:.8rem}.footer-half p{font-size:.6rem}.footer-github>img{height:2rem}}@media not (min-width:480px){.footer-container{flex-direction:column}.footer-half{width:100%}.footer-half h5{font-size:.8rem;color:var(--color--black)}.footer-half p{font-size:.6rem}.footer-coding *{text-align:left}.footer-right{justify-content:space-between;gap:1rem}.footer-github{transform:translateY(-.5rem)}}.contact-content-container{z-index:1;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow-y:auto}.contact-content-columns{display:flex;justify-content:center;min-height:100vh;padding:8rem 5rem}.contact-content-columns>*{width:50%}.contact-content-left-column{display:flex;flex-direction:column;align-items:center}.contact-content-grid{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-template-rows:auto 30rem;padding-left:10rem}.contact-content-grid-title{grid-row:1;grid-column:1 / span 2;height:18rem}.contact-content-grid-cards{grid-row:2;grid-column:2;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.contact-content-right-column{display:flex;justify-content:flex-end}.contact-content-photo-container{width:100%;height:100%;display:flex;justify-content:flex-end;align-items:center}.contact-content-photo-container>img{height:75vh}.contact-content-footer{width:100%;display:flex;justify-content:center}.contact-content-footer-content{display:flex;justify-content:center;gap:5rem;font-family:sans;font-weight:400;font-size:1.2rem;color:var(--color--black)}@media not (min-width:1920px){.contact-content-grid{padding-left:5rem}}@media not (min-width:1800px){.contact-content-grid{padding-left:0}}@media not (min-width:1500px){.contact-content-columns{display:flex;flex-direction:column;min-height:100vh;padding:8rem 5rem;gap:3rem}.contact-content-columns>*{width:100%}.contact-content-grid{display:grid;width:100%;grid-template-columns:100%;grid-template-rows:auto 1fr;padding-left:0rem}.contact-content-grid-title{grid-row:1;grid-column:1;height:15rem}.contact-content-grid-cards{grid-row:2;grid-column:1;width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:3rem}.contact-content-right-column{justify-content:center;width:100%}.contact-content-photo-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.contact-content-columns{padding:8rem 3rem}.contact-content-photo-container>img{max-width:90vw;height:auto}}@media not (min-width:980px){.contact-content-grid-cards{flex-direction:column;width:100%;padding:0 8rem;gap:3rem}.contact-content-footer-content{gap:3rem}}@media not (min-width:768px){.contact-content-columns{padding:8rem 1.5rem}.contact-content-grid-cards{padding:0 2rem}.contact-content-footer{margin-bottom:1rem}.contact-content-footer-content{flex-direction:column;gap:0rem}}.intro-video-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:var(--color--background);padding:4rem}.intro-video-player{min-width:100%;height:100%;overflow:hidden;object-fit:cover;border-radius:2rem}@media not (min-width:768px){.intro-video-container{padding:3.8rem 1rem}}@media not (min-width:480px){.intro-video-container{padding:3.8rem .5rem}}.intro-hud-skip{z-index:2;position:absolute;bottom:0;right:0;padding:.7rem;display:flex;justify-content:center}.intro-hud-languages{z-index:2;position:absolute;top:0;right:0;padding:.5rem;display:flex;gap:1rem;justify-content:center}@media not (min-width:768px){.intro-hud-skip{left:0;bottom:0;right:0;padding:.5rem}.intro-hud-languages{top:0;right:0;padding:.5rem;left:0}}
