.Contact-module-scss-module__gRUg_W__wrapper{padding:var(--space-6)}.Contact-module-scss-module__gRUg_W__mainDiv{background-color:var(--white);color:var(--black);grid-template-rows:1fr;grid-template-columns:1fr 1.5fr;width:90%;display:grid}.Contact-module-scss-module__gRUg_W__mainDiv h3{margin-bottom:var(--space-6);padding-left:var(--space-2);font-size:2.5rem}.Contact-module-scss-module__gRUg_W__mainDiv p{font-family:var(--font-dm-sans),sans-serif;border-bottom:solid 2px var(--black);cursor:pointer;margin-left:var(--space-3);justify-content:space-between;align-items:center;font-size:2rem;display:flex}.Contact-module-scss-module__gRUg_W__mainDiv p span{background-color:var(--black);color:var(--white);padding:var(--space-1) var(--space-3);font-size:1rem;font-family:var(--font-geist-pixel),sans-serif}.Contact-module-scss-module__gRUg_W__mainDiv a{color:inherit;text-decoration:none}@media (max-width:1000px){.Contact-module-scss-module__gRUg_W__mainDiv{flex-direction:column;width:90%;display:flex}.Contact-module-scss-module__gRUg_W__mainDiv h3{text-align:center}.Contact-module-scss-module__gRUg_W__mainDiv p{margin-right:var(--space-3)}}@media (max-width:700px){.Contact-module-scss-module__gRUg_W__mainDiv{width:100%}}@media (max-width:500px){.Contact-module-scss-module__gRUg_W__wrapper{padding:var(--space-4)}.Contact-module-scss-module__gRUg_W__mainDiv h3{font-size:var(--space-5);margin-bottom:var(--space-6);padding-left:0}.Contact-module-scss-module__gRUg_W__mainDiv p{font-family:var(--font-dm-sans),sans-serif;font-size:var(--space-5);border-bottom:solid 2px var(--black);cursor:pointer;padding:var(--space-1) var(--space-4);margin:auto var(--space-3)}.Contact-module-scss-module__gRUg_W__mainInfo{margin-bottom:var(--space-6)}}
.Form-module-scss-module__vuInLq__mainDiv{padding:var(--space-4) var(--space-6)}.Form-module-scss-module__vuInLq__form{gap:var(--space-2);flex-direction:column;display:flex}.Form-module-scss-module__vuInLq__form input{background-color:var(--black);color:var(--white);padding:var(--space-4);border:none;width:100%;font-size:1.5rem}.Form-module-scss-module__vuInLq__form:focus{outline:none}.Form-module-scss-module__vuInLq__line{right:var(--space-3);background-color:var(--white);pointer-events:none;border-radius:2px;width:10px;height:60%;transition:background-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.Form-module-scss-module__vuInLq__lineColor{background-color:var(--blue)}.Form-module-scss-module__vuInLq__inputWrapper{animation:.35s ease-out Form-module-scss-module__vuInLq__fadeSlideIn;display:inline-flex;position:relative}.Form-module-scss-module__vuInLq__inputWrapperOptions{gap:var(--space-2);flex-direction:column;animation:1s ease-out Form-module-scss-module__vuInLq__fadeSlideIn;overflow:hidden}.Form-module-scss-module__vuInLq__inputWrapperOptions:focus{outline:none}.Form-module-scss-module__vuInLq__inputWrapperOptions textarea{background-color:var(--black);color:var(--white);border:none;width:100%;min-height:120px;font-size:1.5rem}.Form-module-scss-module__vuInLq__inputWrapperOptions textarea:focus{outline:none}@keyframes Form-module-scss-module__vuInLq__fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Form-module-scss-module__vuInLq__select{background-color:var(--black);color:var(--white);padding:var(--space-4);appearance:none;cursor:pointer;border:none;width:100%;font-size:1.5rem}.Form-module-scss-module__vuInLq__select:focus{outline:none}.Form-module-scss-module__vuInLq__buttonDiv{gap:var(--space-3);grid-template-rows:1fr;grid-template-columns:5fr 1fr;display:grid;overflow:hidden}.Form-module-scss-module__vuInLq__buttonMain{background-color:var(--black);height:var(--space-8);color:var(--white);font:var(--font-dm-sans);text-align:left;padding-left:var(--space-4);padding-right:var(--space-6);z-index:0;cursor:pointer;border:none;font-size:2.5rem;position:relative;overflow:hidden}.Form-module-scss-module__vuInLq__buttonMain:before{content:"";width:var(--progress,0%);background-color:var(--blue);z-index:-1;transition:width .3s;position:absolute;inset:0}.Form-module-scss-module__vuInLq__buttonMain:disabled{cursor:not-allowed;opacity:.8}.Form-module-scss-module__vuInLq__arrowDivDisabled{pointer-events:none;opacity:.8;cursor:not-allowed}.Form-module-scss-module__vuInLq__arrowDiv{justify-content:center;align-items:center;display:flex}.Form-module-scss-module__vuInLq__iconArrow{background-color:var(--black);color:var(--white);padding:var(--space-3);border-radius:50%;transform:rotate(-90deg)}.Form-module-scss-module__vuInLq__iconLoad{background-color:var(--white);color:var(--black);padding:var(--space-3)}.Form-module-scss-module__vuInLq__appear{animation:5s forwards Form-module-scss-module__vuInLq__appear}.Form-module-scss-module__vuInLq__rotate{animation:.3s forwards Form-module-scss-module__vuInLq__appearOnly,.8s linear infinite Form-module-scss-module__vuInLq__spin}@keyframes Form-module-scss-module__vuInLq__appearOnly{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes Form-module-scss-module__vuInLq__appear{0%{opacity:0;transform:scale(.3)}10%{opacity:1;transform:scale(1)}90%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}@keyframes Form-module-scss-module__vuInLq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1000px){.Form-module-scss-module__vuInLq__mainDiv{padding:var(--space-2) var(--space-3)}}@media (max-width:600px){.Form-module-scss-module__vuInLq__form input{padding:var(--space-4) var(--space-2);font-size:1.25rem}.Form-module-scss-module__vuInLq__inputWrapperOptions textarea,.Form-module-scss-module__vuInLq__select{font-size:1.25rem}.Form-module-scss-module__vuInLq__buttonMain{font-size:2rem}}@media (max-width:550px){.Form-module-scss-module__vuInLq__buttonMain{font-size:1.5rem}}@media (max-width:400px){.Form-module-scss-module__vuInLq__buttonMain{margin:var(--space-2) 0;height:var(--space-8);padding-left:var(--space-3)}.Form-module-scss-module__vuInLq__select{padding-left:var(--space-3);font-size:1.25rem}}
:root{--black:#1c1c1e;--white:#fff;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}.Hero-module-scss-module__VIqUQa__light{--black:#fff;--white:#1c1c1e;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}body{background-color:var(--black);color:var(--white);margin:0}.Hero-module-scss-module__VIqUQa__main{background-color:var(--black)}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.Hero-module-scss-module__VIqUQa__heroWrapper{background-color:var(--black);width:100%;height:100dvh;color:var(--white);flex-direction:column;display:flex;position:relative;overflow:hidden}.Hero-module-scss-module__VIqUQa__mainDiv{min-height:0;padding:var(--space-6) var(--space-6);flex-direction:row;flex:1;justify-content:space-between;align-items:flex-start;font-family:inherit;display:flex}.Hero-module-scss-module__VIqUQa__leftGrid{flex-direction:column;justify-content:space-between;height:100%;display:flex}.Hero-module-scss-module__VIqUQa__leftGrid h1{margin:0;font-size:6rem}.Hero-module-scss-module__VIqUQa__titleDiv h1{margin:var(--space-2) 0;color:var(--white);font-family:inherit;font-size:clamp(2rem,5vw + 1rem,4rem);font-weight:700;line-height:1.1}.Hero-module-scss-module__VIqUQa__smallText p{font-size:2.5rem;font-family:var(--font-geist-pixel),sans-serif;margin:0}.Hero-module-scss-module__VIqUQa__logo{object-fit:contain;z-index:50;width:clamp(120px,12vw,200px);position:relative}.Hero-module-scss-module__VIqUQa__one span{animation:2s step-end infinite Hero-module-scss-module__VIqUQa__flicker}@keyframes Hero-module-scss-module__VIqUQa__flicker{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width:700px){.Hero-module-scss-module__VIqUQa__mainDiv{box-sizing:border-box;width:100%;padding:var(--space-4);flex-direction:column;justify-content:flex-end;align-items:stretch}}@media (max-width:550px){.Hero-module-scss-module__VIqUQa__mainDiv{padding:var(--space-3)}.Hero-module-scss-module__VIqUQa__smallText p{font-size:2rem}}.Hero-module-scss-module__VIqUQa__imgMain{position:relative;left:50%}@media (max-width:850px){.Hero-module-scss-module__VIqUQa__heroWrapper{height:97dvh}}
:root{--black:#1c1c1e;--white:#fff;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}.Bar-module-scss-module__YeDbHG__light{--black:#fff;--white:#1c1c1e;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}body{background-color:var(--black);color:var(--white);margin:0}.Bar-module-scss-module__YeDbHG__main{background-color:var(--black)}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.Bar-module-scss-module__YeDbHG__barcode{gap:6px;width:100%;display:flex}.Bar-module-scss-module__YeDbHG__barcodeMobile{gap:6px;width:100%;display:none}.Bar-module-scss-module__YeDbHG__bar{background:var(--blue);height:12vh}@media (max-width:700px){.Bar-module-scss-module__YeDbHG__barcode{display:none}.Bar-module-scss-module__YeDbHG__barcodeMobile{display:flex}}
:root{--black:#1c1c1e;--white:#fff;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}.scrollText-module-scss-module__VQ7koq__light{--black:#fff;--white:#1c1c1e;--blue:#47b;--gray:#575757;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--space-8:6rem;--space-9:8rem;--space-10:10rem}body{background-color:var(--black);color:var(--white);margin:0}.scrollText-module-scss-module__VQ7koq__main{background-color:var(--black)}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.scrollText-module-scss-module__VQ7koq__textLoop{white-space:nowrap;background-color:var(--black);margin:0 0 5vh}.scrollText-module-scss-module__VQ7koq__swipe{touch-action:none;-ms-touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none;overflow:hidden}.scrollText-module-scss-module__VQ7koq__emblaContainer{display:flex}.scrollText-module-scss-module__VQ7koq__emblaSlide{flex:none}
.ListSection-module-scss-module__69xKXq__mainDiv{padding:var(--space-6);color:var(--white)}.ListSection-module-scss-module__69xKXq__mainDiv h3{font-family:var(--font-dm-sans),sans-serif;font-size:var(--space-5);padding-left:var(--space-2);margin:0;font-weight:200}.ListSection-module-scss-module__69xKXq__infoDiv h2{margin:0;font-size:4rem}.ListSection-module-scss-module__69xKXq__infoDiv{grid-template-columns:1fr 1.5fr;gap:0;width:90%;display:grid}@media (max-width:1050px){.ListSection-module-scss-module__69xKXq__mainDiv h3{font-size:var(--space-4)}.ListSection-module-scss-module__69xKXq__infoDiv h2{font-size:var(--space-7);margin:0}}@media (max-width:800px){.ListSection-module-scss-module__69xKXq__mainDiv{flex-direction:column;align-items:center;height:auto;display:flex}.ListSection-module-scss-module__69xKXq__wrapper{width:100%;max-width:570px}.ListSection-module-scss-module__69xKXq__infoDiv{flex-direction:column;width:100%;display:flex}.ListSection-module-scss-module__69xKXq__infoDiv h2{font-size:var(--space-6);margin:0;margin-bottom:var(--space-4)}}@media (max-width:500px){.ListSection-module-scss-module__69xKXq__mainDiv{padding:var(--space-4)}}
.IconLine-module-scss-module__9yarna__icon{height:var(--space-6);align-items:center;display:flex;transform:rotate(-45deg)}.IconLine-module-scss-module__9yarna__lineRotated{background:var(--white);width:25px;height:6px}.IconLine-module-scss-module__9yarna__twoLines{flex-direction:column;gap:4px;display:flex}.IconLine-module-scss-module__9yarna__lineBig{background:var(--white);width:20px;height:6px}.IconLine-module-scss-module__9yarna__lineSmall{background:var(--white);width:12px;height:6px}.IconLine-module-scss-module__9yarna__threeBars{align-items:center;gap:4px;display:flex;transform:rotate(90deg)}.IconLine-module-scss-module__9yarna__barSmall{background:var(--white);width:4px;height:10px}.IconLine-module-scss-module__9yarna__barBig{background:var(--white);width:4px;height:20px}
.Projects-module-scss-module__wPJKPG__mainDiv{box-sizing:border-box;padding:var(--space-6) var(--space-6);width:85%;min-height:80vh;margin-bottom:var(--space-4);background-color:var(--black)}.Projects-module-scss-module__wPJKPG__List{flex-direction:column;width:35vw;height:100%;display:flex}.Projects-module-scss-module__wPJKPG__ProjectName{background-color:var(--white);height:11vh;padding:var(--space-4);padding-left:var(--space-2);flex-direction:column;justify-content:space-between;text-decoration:none;display:flex}.Projects-module-scss-module__wPJKPG__ProjectName h2{color:var(--black);font-size:var(--space-7);margin:0;font-weight:800}.Projects-module-scss-module__wPJKPG__ProjectName p{font-size:var(--space-4);color:var(--black);align-self:flex-end;margin:0}.Projects-module-scss-module__wPJKPG__sec{padding:var(--space-5);padding-left:var(--space-2);flex-direction:row;display:flex}.Projects-module-scss-module__wPJKPG__projectList{font-family:var(--font-dm-sans),sans-serif;justify-content:space-between;gap:var(--space-5);margin:var(--space-6) 0;flex-direction:column;flex:1;display:flex}.Projects-module-scss-module__wPJKPG__projectNode{color:var(--white);flex-direction:column;text-decoration:none;display:flex}.Projects-module-scss-module__wPJKPG__titleRow{justify-content:space-between;align-items:center;display:flex}.Projects-module-scss-module__wPJKPG__title{font-size:var(--space-7);color:var(--white);padding-left:var(--space-2);margin:0;font-weight:700}.Projects-module-scss-module__wPJKPG__divider{border:none;border-top:1px solid var(--white);width:100%;margin:0}.Projects-module-scss-module__wPJKPG__description{font-size:var(--space-4);color:var(--white);margin:0}.Projects-module-scss-module__wPJKPG__img{color:var(--black)}@media (max-width:1400px){.Projects-module-scss-module__wPJKPG__List{width:100%;max-width:500px}}@media (max-width:800px){.Projects-module-scss-module__wPJKPG__mainDiv{width:100%;height:auto;margin:var(--space-3) 0;flex-direction:column;align-items:center;display:flex}.Projects-module-scss-module__wPJKPG__List{width:100%;max-width:570px}.Projects-module-scss-module__wPJKPG__ProjectName{gap:var(--space-3);height:auto}}@media (max-width:700px){.Projects-module-scss-module__wPJKPG__ProjectName h2{font-size:var(--space-6)}.Projects-module-scss-module__wPJKPG__ProjectName p{font-size:var(--space-3)}}@media (max-width:500px){.Projects-module-scss-module__wPJKPG__mainDiv{padding:var(--space-4)}.Projects-module-scss-module__wPJKPG__title{font-size:var(--space-6)}.Projects-module-scss-module__wPJKPG__description{font-size:var(--space-3)}}
