[data-astro-image]{width:100%;height:auto;object-fit:var(--fit);object-position:var(--pos);aspect-ratio:var(--w) / var(--h)}[data-astro-image=responsive]{max-width:calc(var(--w) * 1px);max-height:calc(var(--h) * 1px)}[data-astro-image=fixed]{width:calc(var(--w) * 1px);height:calc(var(--h) * 1px)}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}@font-face{font-family:Inter;src:url(/_astro/Inter-VariableFont_opsz_wght.FIwubZjA.woff2) format("woff2");font-weight:100 900;font-stretch:75% 125%;font-style:normal}:root{--bg-c: #18171A;--nbg-c: #272629;--text-c: #F2F2F3;--font-family: "Inter", sans-serif;--fs-base: 1rem;--padding: 1rem;--margin: 1rem}*{box-sizing:border-box}body{background-color:var(--bg-c);color:var(--text-c);font-size:var(--fs-base);padding:var(--padding);font-family:var(--font-family);font-size:1rem;line-height:1.5}b{font-weight:600}.nav{padding:1rem 2rem;background-color:var(--nbg-c);border-radius:.5rem;color:var(--text-c)}.nav__list{display:flex;justify-content:space-between;align-items:center}.nav__link{color:var(--text-c);text-decoration:none;text-transform:uppercase;position:relative;transition:all ease-out .3s}.nav__link:hover{opacity:.6}.nav__link:after{content:"";position:absolute;color:var(--text-c);background-color:var(--text-c);width:.3rem;height:.3rem;transform:translate(-50%,-50%);bottom:-80%;left:50%;opacity:0;transition:all ease-out .3s}.nav__link:hover:after{content:"";position:absolute;border-radius:5rem;color:var(--text-c);background-color:var(--text-c);width:.3rem;height:.3rem;transform:translate(-50%,-50%);bottom:-70%;left:50%;opacity:.6}.nav__link.active{border-radius:5rem}.nav__link.active:after{border-radius:5px;content:"";position:absolute;color:var(--text-c);background-color:var(--text-c);width:2.25rem;height:.2rem;transform:translate(-50%,-50%);bottom:-70%;left:50%;opacity:.75}.nav__link.active:hover:after{width:.3rem;height:.3rem}.sidebar{padding:1.5rem;background-color:var(--nbg-c);border-radius:.5rem;color:var(--text-c);margin-top:var(--margin)}img{max-inline-size:100%;block-size:auto;border-radius:50rem}.top__title{font-size:2.5rem;text-transform:uppercase;margin-top:1.5rem;line-height:normal}.top__desc{font-size:1.25rem;opacity:.8;font-weight:300;margin-top:.25rem}.sidebar__links{margin-top:1.5rem;border-top:2px solid var(--text-c)}.links__list{padding:1.5rem;display:flex;justify-content:space-between}.list__item{width:10vw;height:10vw;color:var(--text-c)}.list__item>a>svg{width:8vw;height:8vw;color:var(--text-c);transition:all .3s ease-out}.list__item>a>svg:hover{opacity:.6;scale:.95}.sidebar__text{margin-top:1rem}.text__short{font-size:1.25rem;font-weight:300;opacity:.8;letter-spacing:-.05rem}.text__long{display:none}.sidebar__button{margin-top:2.5rem;display:flex;justify-content:center;width:100%;border:2px solid var(--text-c);border-radius:1.2rem;padding:.5rem 1.5rem;transition:all .3s ease-out}.sidebar__button:hover{opacity:.6}.button{color:var(--text-c);text-decoration:none;text-transform:uppercase;font-size:1.125rem;font-weight:500;background:none;transition:all .3s ease-out}.home__section{display:none;padding:1.5rem;background-color:var(--nbg-c);border-radius:.5rem;color:var(--text-c);margin-top:var(--margin);position:relative}.button__interaction{border-radius:1.2rem;border:2px solid var(--text-c);padding:.5rem 1.5rem;display:block;text-align:center;margin-top:2.5rem}.button__interaction>svg{transform:translateY(5%);width:18rem;height:8rem}.home__content{display:flex;flex-direction:column;align-items:center}.home__title{font-size:3rem;text-transform:uppercase;margin-top:1rem}.home__subtext{font-size:1.25rem;font-weight:300;opacity:.8;letter-spacing:-.05rem;margin-top:.25rem}.section__title{font-size:2rem;text-transform:uppercase;line-height:normal;text-align:start;margin-bottom:.5rem}.section__desc{display:none}.projects__section{padding:1.5rem;background-color:var(--nbg-c);border-radius:.5rem;color:var(--text-c);margin-top:var(--margin)}.project-card{color:var(--text-c);margin-top:1rem;transition:all .3s ease-out}.project-card:hover{scale:.975}.project-card:hover .project-card__image>img{filter:grayscale(5%)}.project__link{text-decoration:none;color:var(--text-c)}.project-card__image>img{border-radius:.5rem;height:100%;width:100%;object-fit:cover;aspect-ratio:16/9;max-inline-size:100%;border:6px solid #0E0E0E;box-shadow:0 0 0 .75px #d8d8d8;filter:grayscale(30%)}.project-card__content{display:flex;justify-content:space-between;padding:.25rem .1rem .5rem}.card__title{letter-spacing:-.05625rem;opacity:.9}.card__id{font-size:1rem;opacity:.75;letter-spacing:.25rem}.contact__section{padding:1.5rem;background-color:var(--nbg-c);border-radius:.5rem;color:var(--text-c);margin-top:var(--margin)}.form__question{margin-top:.75rem;display:flex;flex-direction:column}label{font-size:1rem;font-style:normal;font-weight:300;letter-spacing:-.05rem;opacity:.9;margin-bottom:.2rem}input,textarea{border-radius:.5rem;background:var(--bg-c);border:none;padding:1rem}input:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px var(--text-c)}::placeholder{font-family:var(--font-family);font-size:1rem;color:var(--text-c);opacity:.6;font-weight:300}input::selection,textarea::selection{font-family:var(--font-family);font-size:1rem;background:var(--text-c);color:var(--bg-c)}input[type=text],input[type=email],input[type=password],textarea{color:var(--text-c);font-family:var(--font-family);font-size:1rem}.options{display:flex;justify-content:space-between;flex-direction:column;text-align:center}.options input[type=checkbox]{display:none}.options input[type=checkbox]+label{display:inline-block;padding:.5rem 1rem;border:2px solid var(--text-c);border-radius:1.2rem;cursor:pointer;text-transform:uppercase;font-size:1rem;font-weight:500;color:var(--text-c);background:none;transition:background-color .3s,color .3s;width:100%;box-sizing:border-box;margin-bottom:.5rem}.options input[type=checkbox]:checked+label{background-color:var(--text-c);color:var(--bg-c)}.form__send{margin-top:2.5rem}.form__send:hover{opacity:.6}.button__form{display:flex;justify-content:center;width:100%;border:2px solid var(--text-c);border-radius:1.2rem;padding:.5rem 1.5rem;transition:all .5s ease-out}.button__form:hover{background-color:var(--bg-c);opacity:.8}@media (max-width: 360px){.nav{padding:1rem}.top__title{font-size:2rem}.links__list{padding:1rem}.options input[type=checkbox]+label{text-align:center}}@media (min-width: 640px){.nav{padding:2rem 3rem}.top__title{font-size:3rem}.links__list{padding:2rem}.sidebar__button{padding:.75rem 2rem}.button{font-size:1.25rem}.options{flex-direction:row}.options input[type=checkbox]+label{text-align:center}.grouped__question{display:flex;justify-content:space-between;margin-bottom:1rem}.form__question{min-width:48%}.options input[type=checkbox]+label{min-width:16rem;transition:all .3s ease-out}.options input[type=checkbox]+label:hover{background-color:var(--bg-c);opacity:.6}.options input[type=checkbox]:checked+label:hover{background-color:var(--text-c);opacity:.6}}@media (min-width: 860px){body{padding:0}.main__container{display:grid;grid-template-columns:1fr 4fr;grid-template-rows:auto 1fr;gap:2rem;padding:2rem;width:100%;height:100vh}.sidebar{grid-column:1;grid-row:1 /span 2;margin:0;position:relative;min-width:16rem}.top__image{max-width:15rem;max-height:15rem}.top__title{font-size:1.9rem}.links__list{padding:1rem}.list__item{width:2rem;height:2rem;color:var(--text-c)}.list__item>a>svg{width:2rem;height:2rem;color:var(--text-c)}.sidebar__button{position:absolute;bottom:1.5rem;margin:0 1.5rem;width:calc(100% - 3rem);left:0%;right:0%}.home__section{display:block;margin:0}.content__container{max-width:45rem;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center}.home__content{padding-bottom:2rem}.projects__section{margin:0}.projects__map{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.contact__section{margin:0}.form__container{max-width:45rem;margin:0 auto;padding-top:3rem}.options input[type=checkbox]+label{min-width:13rem}}@media (min-width: 1024px){.options input[type=checkbox]+label{min-width:18rem}}@media (min-width: 1440px){body{padding:0;max-width:90rem;margin:0 auto}.content{grid-column:2;grid-row:2;margin:0;width:100%;height:100%}.nav{grid-column:2;grid-row:1;height:fit-content}.projects__section{grid-column:2;grid-row:2;width:100%;height:100%}.contact__section{display:block;grid-column:2;grid-row:2;margin:0}}
