.App-module__bigUZq__app{background:var(--background--header);flex-direction:column;min-height:100dvh;display:flex}
.CardProject-module__5yxUlG__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001f}.CardProject-module__5yxUlG__card:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #00000040}.CardProject-module__5yxUlG__imageContainer{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.CardProject-module__5yxUlG__image{object-fit:cover;background-color:#fff;transition:transform .5s}.CardProject-module__5yxUlG__card:hover .CardProject-module__5yxUlG__image{transform:scale(1.05)}.CardProject-module__5yxUlG__content{flex-direction:column;gap:.8rem;padding:1.2rem;display:flex}.CardProject-module__5yxUlG__content h3{font-size:1.4rem;font-weight:700}.CardProject-module__5yxUlG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.CardProject-module__5yxUlG__tags span{background:var(--background--hover);border-radius:999px;padding:.35rem .7rem;font-size:.8rem}.CardProject-module__5yxUlG__article{border:1px solid var(--border);box-sizing:border-box;border-radius:10px;flex-direction:column;width:100%;padding:10px;font-family:google sans code;transition:transform .3s;display:flex;box-shadow:0 10px 30px #00000026}.CardProject-module__5yxUlG__article:hover{cursor:pointer;transform:translateY(-2px)}.CardProject-module__5yxUlG__article h3{align-self:center;font-weight:900}.CardProject-module__5yxUlG__img{margin:auto}@media (min-width:768px){.CardProject-module__5yxUlG__card{width:340px}}
.Footer-module__NVhknq__footer{background:var(--background--header);color:var(--text);margin-top:auto;padding:70px 8% 25px;font-family:google sans code}.Footer-module__NVhknq__footerContainer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:50px;display:flex}.Footer-module__NVhknq__avatar{filter:contrast(1.1);border-radius:14px}.Footer-module__NVhknq__footerBrand{flex:1;min-width:240px}.Footer-module__NVhknq__footerBrandH2{letter-spacing:-1px;margin-bottom:12px;font-size:1.8rem;font-weight:900}.Footer-module__NVhknq__green{color:var(--green)}.Footer-module__NVhknq__footerBrandP{color:var(--text);max-width:380px;line-height:1.7}.Footer-module__NVhknq__footerLinks{flex-direction:column;gap:10px;min-width:160px;display:flex}.Footer-module__NVhknq__footerLinksH3{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:800;position:relative}.Footer-module__NVhknq__footerLinksH3:after{content:"";background:var(--green);border-radius:999px;width:30px;height:2px;margin-top:6px;display:block}.Footer-module__NVhknq__footerLinksA{color:var(--text);padding:6px 0;text-decoration:none;transition:all .2s;position:relative}.Footer-module__NVhknq__footerLinksA:hover{color:var(--text--hover);transform:translate(4px)}.Footer-module__NVhknq__footerBottom{text-align:center;color:var(--text);border-top:1px solid #ffffff14;margin-top:50px;padding-top:20px;font-size:.85rem}
.Header-module__-2yUHq__header{border-bottom:1px solid var(--border);box-sizing:border-box;flex-direction:row;width:100%;font-family:google sans code;display:flex;position:relative}.Header-module__-2yUHq__headerTop{z-index:4;background:var(--background--header);box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:12px 8px;display:flex;position:relative}.Header-module__-2yUHq__headerH1{font-size:1.3rem;font-weight:900}.Header-module__-2yUHq__headerH1 a{color:var(--text);text-decoration:none;transition:all .2s}.Header-module__-2yUHq__green{color:var(--green);transition:all .2s}.Header-module__-2yUHq__headerH1 a:hover{color:var(--green)}.Header-module__-2yUHq__headerH1 a:hover .Header-module__-2yUHq__green{color:var(--text)}.Header-module__-2yUHq__buttonOpen{background:var(--background--header);color:var(--text);z-index:3;cursor:pointer;box-sizing:border-box;border:none;border-radius:12px;min-width:70px;padding:10px 16px;font-family:google sans code;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.Header-module__-2yUHq__buttonOpen:hover{background:var(--background--hover);color:var(--green)}.Header-module__-2yUHq__headerNav{box-sizing:border-box;background:var(--background--header);border-bottom:1px solid var(--green);z-index:2;flex-direction:column;gap:8px;width:100%;padding:10px;display:flex;position:absolute;top:55px;left:0;box-shadow:0 10px 30px #00000059}.Header-module__-2yUHq__headerLink{color:var(--text);border-radius:12px;padding:14px;font-family:google sans code;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,color .2s}.Header-module__-2yUHq__headerLink:hover{background:var(--background--hover);color:var(--green);transform:translate(4px)}.Header-module__-2yUHq__openMenuBurger{opacity:1;pointer-events:auto;transition:transform .35s;transform:translateY(0%)}.Header-module__-2yUHq__closeMenuBurger{opacity:0;pointer-events:none;transition:transform .35s;transform:translateY(-110%)}@media (min-width:768px){.Header-module__-2yUHq__header{flex-direction:column}.Header-module__-2yUHq__headerTop{flex-direction:row;padding-bottom:0}.Header-module__-2yUHq__headerNav{position:unset;pointer-events:auto;flex-direction:row;justify-content:flex-end;opacity:1!important;transition:none!important;transform:none!important}.Header-module__-2yUHq__openMenuBurger,.Header-module__-2yUHq__closeMenuBurger{opacity:1;pointer-events:auto;transition:none;transform:none}.Header-module__-2yUHq__buttonOpen{display:none}}
.ButtonTheme-module__W2UluG__buttonTheme{aspect-ratio:1;border-radius:50%;height:30px}
.Main-module__X7JvYW__main{background:var(--background);border-bottom:1px solid var(--green);z-index:1;flex-grow:1;overflow:hidden}
.Hero-module__Uh4xqq__hero{background:var(--background--header);width:100%;margin:0 auto;overflow:hidden}.Hero-module__Uh4xqq__heroText{justify-content:center;align-items:center;height:200px;padding:2rem;font-family:google sans code;font-size:2rem;line-height:2rem;display:flex}.Hero-module__Uh4xqq__cursor{border-right:2px solid var(--text);animation:.7s linear infinite Hero-module__Uh4xqq__cursorAnim}.Hero-module__Uh4xqq__green{color:var(--green)}@keyframes Hero-module__Uh4xqq__cursorAnim{0%{border-right:2px solid var(--text)}50%{border-right:2px solid var(--background)}to{border-right:2px solid var(--text)}}.Hero-module__Uh4xqq__heroCarousel{background:var(--background--header);gap:10px;width:max-content;animation:30s linear infinite Hero-module__Uh4xqq__scrolling;display:flex}.Hero-module__Uh4xqq__heroCarouselSlide{flex-shrink:0}.Hero-module__Uh4xqq__heroCarouselImage{width:500px;height:auto;display:block}.Hero-module__Uh4xqq__heroCarouselSlide:after{content:"";box-shadow:10px 10px 20px var(--background--header) inset, -10px -10px 20px var(--background) inset;position:absolute;inset:0}@keyframes Hero-module__Uh4xqq__scrolling{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:768px){.Hero-module__Uh4xqq__hero{box-sizing:border-box;width:768px}}
.Section-module__1IhvhG__section{opacity:0;flex-direction:column;gap:1.8rem;max-width:800px;margin:0 auto;padding:2rem;transition:opacity .7s,transform .7s;display:flex;position:relative;transform:translateY(70px)}.Section-module__1IhvhG__section:after{content:"";background:var(--green);width:50%;height:1px;margin:6px auto auto;display:block}.Section-module__1IhvhG__isLast:after{background:0 0}.Section-module__1IhvhG__sectionAnim{opacity:1;transform:translateY(0)}.Section-module__1IhvhG__section h2{letter-spacing:-2px;text-align:center;font-family:google sans code;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;position:relative}.Section-module__1IhvhG__content{flex-direction:column;justify-content:center;align-items:center;display:flex}.Section-module__1IhvhG__section p{color:var(--text);letter-spacing:0;word-spacing:1px;max-width:750px;font-size:.9rem;line-height:1.6}.Section-module__1IhvhG__section p strong{color:var(--text)}
.Home-module__baJ6tW__divOtherRealisation{margin:50px auto auto}.Home-module__baJ6tW__divOtherRealisation:hover .Home-module__baJ6tW__otherRealisation{color:var(--green);transform:translateY(-3px)}.Home-module__baJ6tW__otherRealisation{border:1px solid var(--green);color:var(--text);border-radius:10px;padding:10px;text-decoration:none;transition:transform .2s;display:inline-block}
.SectionProject-module___fhg5q__section{opacity:0;flex-direction:column;gap:1.8rem;max-width:800px;margin:0 auto;padding:2rem;transition:opacity .7s,transform .7s;display:flex;position:relative;transform:translateY(70px)}.SectionProject-module___fhg5q__section:after{content:"";background:var(--green);width:50%;height:1px;margin:6px auto auto;display:block}.SectionProject-module___fhg5q__isLast:after{background:0 0}.SectionProject-module___fhg5q__sectionAnim{opacity:1;transform:translateY(0)}.SectionProject-module___fhg5q__section h2{letter-spacing:-2px;font-family:google sans code;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;position:relative}.SectionProject-module___fhg5q__content{flex-direction:column;display:flex}.SectionProject-module___fhg5q__section p{color:var(--text);max-width:750px;font-size:1.1rem;line-height:1.9}.SectionProject-module___fhg5q__section p strong{color:var(--text)}@media (min-width:768px){.SectionProject-module___fhg5q__content{flex-flow:wrap;align-items:stretch;gap:10px}}
