@font-face{font-family:Silkscreen;src:url(/fonts/silkscreen/Silkscreen-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto Mono;src:url(/fonts/robotoMono/RobotoMono-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;position:fixed}@font-face{font-family:Roboto Mono;src:url(/fonts/robotoMono/RobotoMono-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto Mono;src:url(/fonts/robotoMono/RobotoMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto Mono;src:url(/fonts/robotoMono/RobotoMono-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto Mono;src:url(/fonts/robotoMono/RobotoMono-Bold.ttf) format("truetype");font-weight:600;font-style:normal}:root{--brandGreen: #87c826;--brandGreenSecondary: #608e1a;--dark: #131311;--light-dark: #1e1e1e;--grey: #364237;--light: #feffed;color:var(--light);background:var(--dark);font-family:Roboto Mono,monospace;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}h1,h2{font-family:Silkscreen,cursive}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{overscroll-behavior:none;width:100%;max-width:2400px;margin:0 auto}main{min-height:100dvh;display:flex;flex-direction:column}#smooth-wrapper{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0}#smooth-content{overflow:visible;width:100%}.sections-border{align-self:center;justify-content:center;position:relative;margin:0 auto;display:flex;flex-direction:column;height:98vh;width:96%;min-height:fit-content;border:.08rem solid var(--brandGreen);border-radius:1.4rem;padding:0 1.6rem;margin-top:4rem;overflow:hidden}@media screen and (min-width:650px){.sections-border{flex-direction:column;padding:0 8vw}}main{max-width:2400px;margin:0 auto}.sections-border:nth-child(odd){background-color:var(--light-dark)}.sections-border h2{text-align:left;max-width:40rem;font-size:1.6rem;margin:0;color:var(--brandGreen)}.sections-border>div>p{font-weight:200;width:100%;font-size:.8rem}.navContainer{position:fixed;width:96%;top:2%;left:50%;transform:translate(-50%);display:flex;max-width:2400px;margin:0 auto;justify-content:space-between;align-items:center;z-index:1000}@media screen and (min-width:650px){.navContainer{padding:0 1vw}}.navBtn{position:relative;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent;cursor:pointer;transition:all .5s ease}.clicked .cornersContainer{transform:rotate(180deg);border-radius:.8rem;scale:.9;transition:all .5s ease}.clicked .top-left,.clicked .top-right,.clicked .bottom-left,.clicked .bottom-right{height:.7rem;width:.7rem;border-radius:0}.clicked{transform:rotate(225deg)}.clicked .top-left{background-color:var(--brandGreen);border:none;width:.8rem;height:.8rem;top:.3rem;left:.3rem;border:.15rem solid var(--dark)}.clicked .top-right{background-color:var(--brandGreen);border:none;width:.8rem;height:.8rem;top:.3rem;right:.3rem;border:.15rem solid var(--dark)}.clicked .bottom-left{background-color:var(--brandGreen);border:none;width:.8rem;height:.8rem;bottom:.3rem;left:.3rem;border:.15rem solid var(--dark)}.clicked .bottom-right{background-color:var(--brandGreen);border:none;width:.8rem;height:.8rem;bottom:.3rem;right:.3rem;border:.15rem solid var(--dark)}.dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.6rem;height:.6rem;border-radius:50%;animation:blink 1.2s infinite}.clicked .dot{width:.1rem;height:.1rem;border-radius:10px;color:red;border:.1rem solid red}@keyframes blink{0%{background-color:var(--brandGreen);opacity:1}50%{background-color:var(--dark);border:.08rem solid var(--brandGreen)}to{background-color:var(--brandGreen);opacity:1}}.cornersContainer{position:relative;transition:transform .5s ease;width:2.4rem;height:2.4rem}.navBtn:hover .cornersContainer{border-radius:.8rem;scale:.9}.navBtn:hover .top-left,.navBtn:hover .top-right,.navBtn:hover .bottom-left,.navBtn:hover .bottom-right{border-color:var(--brandGreen)}.top-left{position:absolute;top:0rem;left:0rem;width:.7rem;height:.7rem;border:.15rem solid var(--light);border-right:none;border-bottom:none;border-radius:.6rem 0 0;transition:all .5s ease}.top-right{position:absolute;top:0rem;right:0rem;width:.7rem;height:.7rem;border:.15rem solid var(--light);border-left:none;border-bottom:none;border-radius:0 .6rem 0 0;transition:all .5s ease}.bottom-left{position:absolute;bottom:0rem;left:0rem;width:.7rem;height:.7rem;border:.15rem solid var(--light);border-right:none;border-top:none;border-radius:0 0 0 .6rem;transition:all .5s ease}.bottom-right{position:absolute;bottom:0rem;right:0rem;width:.7rem;height:.7rem;border:.15rem solid var(--light);border-left:none;border-top:none;border-radius:0 0 .6rem;transition:all .5s ease}.navLogo{height:1.5rem;width:auto;font-weight:700}.navBtn:focus-visible{outline:.12rem solid var(--brandGreen);outline-offset:.2rem;border-radius:.8rem}.navMenu{position:absolute;top:calc(100% + 1rem);right:0;background-color:var(--brandGreen);display:flex;flex-direction:column;gap:1.2rem;border-radius:1.4rem;z-index:1000;width:100%;max-width:30rem;overflow:hidden;opacity:0}.navMenuLink{position:relative;text-decoration:none;font-size:2rem;color:var(--grey);font-weight:700;letter-spacing:.5rem;transition:color .3s ease;padding:.4rem 2rem;width:fit-content}.navMenuLinkChar{display:inline-block;transition:all .3s ease}.navMenuLink:focus-visible{outline:.12rem solid var(--grey);outline-offset:.2rem;border-radius:.4rem}.navMenuLink:first-child{padding-top:2rem}.navMenuLink:nth-child(4){padding-bottom:4rem}.navMenuLink:hover .navMenuLinkChar,.navMenuLink.active .navMenuLinkChar{background-color:var(--grey);border-radius:.4rem;letter-spacing:0;padding:.3rem .4rem;margin:0 .2rem;font-size:1.4rem;color:var(--light);scale:.9}.navMenuLink:nth-child(5){align-self:flex-end;padding-bottom:2rem;font-size:1.2rem}.soMe{position:absolute;top:50%;transform:translateY(-50%);right:1rem;display:flex;flex-direction:column}.soMe>a{color:var(--grey);font-size:2rem;transition:color .3s ease}.soMe>a:hover{color:var(--light)}.sectionContainer{position:relative;margin:0 auto;display:flex;flex-direction:column-reverse;height:90vh;min-height:40rem;margin-top:8vh;width:96%;overflow:hidden}@media screen and (min-width:650px){.sectionContainer{flex-direction:column}}.sectionContainer:after{content:"";position:absolute;top:1.5rem;left:0;height:90%;min-height:20rem;width:100%;border-left:.08rem solid var(--brandGreen)}.content{border:.08rem solid var(--brandGreen);border-top:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:80%;width:100%;border-radius:0 0 1.4rem 1.4rem;padding:1rem 1.5rem 8rem;z-index:10}@media screen and (min-width:650px){.content{border-radius:1.4rem 1.4rem 0 0;border:.08rem solid var(--brandGreen);border-bottom:none;padding:0rem 1.5rem 1rem 4rem}}.underLine{height:20%;min-height:2rem;width:100%;border:.08rem solid var(--brandGreen);border-top:none;border-radius:0 0 1.4rem 1.4rem}@media screen and (max-width:650px){.underLine{border:.08rem solid var(--brandGreen);border-bottom:none;border-radius:1.4rem 1.4rem 0 0}}h1{font-family:Silkscreen,cursive;text-align:left;max-width:40rem;font-size:1.6rem;letter-spacing:.3rem}h1>strong{color:var(--brandGreen)}@media(max-width:650px){h1>span{white-space:normal}}.paragraph{max-width:40rem;font-weight:200;line-height:1.6rem;font-size:.9rem}.buttonsContainer{display:flex;max-width:30rem;gap:1rem;margin-top:2rem;align-items:center;justify-content:flex-start;width:100%}.imageContainer{position:relative;border:.08rem solid var(--brandGreen);border-top-left-radius:100rem;border-bottom-left-radius:100rem;border-right:none;height:min-max(4rem,12rem);width:60%;align-self:flex-end}@media screen and (max-width:650px){.imageContainer{height:min-max(4rem,12rem);width:80%}}.heroImage{width:100%;height:100%;overflow:hidden;border-top-left-radius:100rem;border-bottom-left-radius:100rem}.heroImage>svg{display:flex;justify-content:center;align-items:flex-end;width:100%;height:100%}.smallTitle{position:absolute;top:-1.12rem;right:.2rem;font-family:Silkscreen,cursive;color:var(--brandGreen);font-size:.5rem}.mainButton{position:relative;overflow:hidden;background-color:transparent;color:var(--dark);padding:.5rem 1.2rem;font-weight:400;border:none;border-radius:10rem;cursor:pointer;transition:background-color .3s ease;width:100%;display:flex;justify-content:center;align-items:center;border:.1rem solid var(--brandGreen);text-decoration:none;z-index:0;transition:color .3s ease,border-color .3s ease .3s}.mainButton:hover{color:var(--white);border-color:var(--white);text-decoration:none}.mainButton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10rem;transition:transform .3s ease;z-index:-1;transform:scaleY(1);transform-origin:top;background-color:var(--brandGreen)}.mainButton:hover:after{transform:scaleY(0)}.mainButton:active{color:var(--dark);border-color:var(--grey)}.mainButton:active:after{transform:scaleY(1);background-color:var(--grey)}.outlineButton{position:relative;font-size:.8rem;background-color:transparent;color:var(--light);padding:.5rem 1.2rem;border:.1rem solid var(--light);border-radius:10rem;cursor:pointer;text-decoration:none;transition:color .3s ease,border-color .3s ease .3s;width:100%;display:flex;justify-content:center;align-items:center}.outlineButton:hover{color:var(--dark);border-color:var(--brandGreen)}.outlineButton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10rem;transition:transform .3s ease;transition:.3s ease;z-index:-1;transform:scaleY(0);transform-origin:bottom}.outlineButton:hover:after{transform:scaleY(1);background-color:var(--brandGreen);color:var(--dark);border-color:var(--brandGreen)}.outlineButton:active{background-color:var(--grey)}.services-grid{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;margin-top:2rem}@media screen and (min-width:850px){.services-grid{flex-direction:row;gap:2rem}}.service-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.service-item h3{font-weight:400;font-size:1rem}.service-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;text-align:left;margin-bottom:.5rem}.service-icon{color:var(--brandGreen);font-size:1.4rem}.service-description{font-weight:400;font-size:.8rem;text-align:left;margin-top:-.8rem;max-width:16rem}.background-svg{position:absolute;bottom:2rem;left:8rem;z-index:0;transform:scaleY(2) scaleX(2)}@media screen and (min-width:850px){.background-svg{transform:scaleY(1) scaleX(1);bottom:-1rem;left:0}}.buildings-path{transform:scaleX(.8) scaleY(1) translate(-10%)}@media screen and (min-width:850px){.buildings-path{transform:scaleX(1) scaleY(1) translate(0) translateY(2rem)}}.way-content{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;margin-top:auto;margin-bottom:8rem}.way-content p{max-width:24rem}@media screen and (min-width:850px){.way-content{margin-top:0;margin-bottom:0}}.way-svg{margin-top:5.5rem;width:100%;max-width:24rem;scale:3;margin-left:.5rem}@media screen and (min-width:850px){.way-svg{margin-top:.4rem;scale:1;width:100%;min-width:70rem}}.phone-slider{display:flex;flex-direction:row;width:100%;gap:1.5rem;align-items:flex-start}@media screen and (min-width:850px){.phone-slider{display:none}}.phone-slider-titles{display:flex;flex-direction:column;flex-shrink:0}.slider-title{display:flex;align-items:center;gap:.4rem;background:none;border:none;border-left:2px solid var(--grey);color:inherit;cursor:pointer;padding:.5rem .6rem;font-size:.9rem;font-weight:600;font-family:inherit;text-align:left;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.slider-title b{font-weight:400;color:var(--brandGreen)}.slider-title:hover,.slider-title--active{color:var(--brandGreen);border-left-color:var(--brandGreen)}.slider-dots{position:absolute;top:.8rem;right:0;display:flex;flex-direction:row;gap:.4rem;align-items:center;margin-right:1rem}.slider-dot{width:.8rem;height:.5rem;border-radius:.1rem;background:var(--grey);transition:background .2s ease;z-index:10}.slider-dot:hover{background:var(--brandGreen);cursor:pointer}.slider-dot--active{background:var(--brandGreen)}.phone-slider-viewport{overflow:hidden;width:100%}.slide-header{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-bottom:.5rem}.phone-slider-track{display:flex;transition:transform .4s ease}.phone-slider-slide{flex:0 0 100%;width:100%;padding-bottom:8rem}.phone-slider-slide h3{font-size:1rem;font-weight:600;margin:0 0 .4rem}.phone-slider-slide h3 b{font-weight:400;color:var(--brandGreen)}.phone-slider-slide p{font-size:.8rem;font-weight:200;margin:0}.way-steps{display:none}@media screen and (min-width:850px){.way-steps{display:flex;flex-direction:row;align-items:center;justify-content:center}}.step h3{font-size:1rem;font-weight:600}.step h3 b{font-weight:400;color:var(--brandGreen)}.step p{font-size:.8rem;font-weight:200;margin:0;width:100%;min-width:12rem}.why-section{display:flex;align-items:center;justify-content:space-between;flex-direction:column;text-align:center;height:98vh;padding:2rem 1rem;margin-top:1.5rem;min-height:50rem}@media screen and (min-width:850px){.why-section{flex-direction:row-reverse;text-align:left;padding:2rem}}.why-svg{position:relative;width:100%;height:30%;background-color:var(--brandGreen);overflow:hidden;border-top-right-radius:calc(5% + 10rem)}@media screen and (min-width:850px){.why-svg{width:40%;height:100%;border-top-right-radius:0;border-bottom-right-radius:calc(5% + 10rem)}}.why-svg svg{position:absolute;top:50%;left:50%;transform:rotate(90deg) translate(-50%) translateY(-50%);transform-origin:0 0;width:100%}@media screen and (min-width:850px){.why-svg svg{transform:rotate(0) translate(-50%) translateY(-50%);width:190%;height:100%}}.why-content{flex:1;height:100%;width:100%;border:.08rem solid var(--brandGreen);border-bottom-left-radius:calc(5% + 10rem);padding:0 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:5%}@media screen and (min-width:850px){.why-content{border-bottom-left-radius:0;border-top-left-radius:calc(5% + 10rem);padding-left:10%}}.why-header{margin-top:10vh}.why-header h2{text-align:left;font-size:1.6rem;margin:0;max-width:40rem;color:var(--brandGreen)}.why-header p{font-weight:200;width:100%;font-size:.8rem;width:18rem;text-align:left}@media screen and (min-width:850px){.why-header{margin-bottom:1rem}}.why-slider{display:flex;flex-direction:row;width:100%;gap:1.5rem;align-items:flex-start;margin-top:1.5rem}@media screen and (min-width:850px){.why-slider{display:none}}.why-features-desktop{display:none}@media screen and (min-width:850px){.why-features-desktop{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}}.why-feature-item h3{font-size:1.1rem;font-weight:600;margin:0 0 .4rem}.why-feature-item h3 b{font-weight:400;color:var(--brandGreen)}.why-feature-item p{font-size:.9rem;font-weight:200;margin:0;max-width:34rem}.why-slider-viewport{overflow:hidden;width:100%}.why-slider-arrows{display:flex;width:100%;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem}.why-slider-arrow{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:none;border-radius:999px;background:transparent;color:inherit;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.arrow{font-size:1.4rem;color:var(--light)}.arrow:hover{color:var(--brandGreen)}.why-slider-dots{display:flex;flex-direction:row;gap:.4rem;align-items:center}.why-slider-dot{width:.8rem;height:.8rem;border-radius:.25rem;background:var(--grey);transition:background .2s ease;cursor:pointer}.why-slider-dot:hover,.why-slider-dot--active{background:var(--brandGreen)}.why-slider-track{display:flex;transition:transform .4s ease}.why-slider-slide{flex:0 0 100%;width:100%;text-align:left;line-height:1rem}.why-slider-slide h3{font-size:1rem;font-weight:600;margin:0 0 .4rem}.why-slider-slide h3 b{font-weight:400;color:var(--brandGreen)}.why-slider-slide p{font-size:.8rem;font-weight:200;margin:0}.btnContainer{width:60%;max-width:20rem;margin-left:auto;margin-top:2rem}@media screen and (min-width:850px){.btnContainer{margin-top:5rem;margin-right:auto}}.footer{position:sticky;width:96%;margin:0 auto}.footer-top{top:100vh;display:flex;justify-content:flex-start;align-items:center;margin:0 auto;width:100%;height:30vh;background-color:var(--brandGreen);padding:0 2rem;gap:2rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.logo-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:1.5rem}.logo-container svg:nth-child(1){transform:rotate(0)}.logo-container svg:nth-child(2){transform:rotate(90deg)}.logo-container svg:nth-child(3){transform:rotate(180deg)}.logo-container svg:nth-child(4){transform:rotate(270deg)}.footer-content{color:var(--dark);display:flex;flex-direction:column;justify-content:center;width:20rem;gap:1rem}.footer-content *{margin:0}.footer-bottom{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;width:100%;min-height:70vh;background-color:var(--dark);color:var(--white);padding:0;gap:2rem}.footer-bottom>a{color:var(--light);text-decoration:none;width:90%;max-width:40rem;border:.09rem solid var(--brandGreen);padding:2rem;text-align:center;font-size:calc(50% + .8rem);font-family:Roboto Mono,monospace;border-radius:20rem;transition:all .3s ease}.footer-bottom>a:hover{color:var(--dark);font-weight:700;background-color:var(--brandGreen)}.soMeFooter{display:flex;justify-content:center;align-items:center;gap:1rem}.soMeFooter a{color:var(--light);text-decoration:none;font-size:.8rem;font-family:Roboto Mono,monospace;transition:all .3s ease}.soMeFooter a:hover{color:var(--brandGreen)}.bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:0 1rem;width:100%;max-width:40rem}.contact-info{display:flex;align-items:center;flex-direction:column;max-width:fit-content;gap:1rem;width:100%}@media screen and (min-width:768px){.contact-info{flex-direction:row}}.contact-person{width:100%}.copied-notification{position:absolute;top:-2.5rem;right:0;background-color:var(--brandGreen);color:var(--dark);padding:.3rem .6rem;border-radius:2rem;font-size:.8rem;opacity:0;margin:0;pointer-events:none}.copied-notification.show{animation:fadeInOut .9s forwards}@keyframes fadeInOut{0%{opacity:1}90%{opacity:1}to{opacity:0}}.copyright{padding-top:4rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;font-size:.8rem}@media screen and (min-width:768px){.copyright{flex-direction:row}}.email-button{position:relative;background:none;border:none;color:var(--light);cursor:pointer;border:.08rem solid var(--brandGreen);padding:.3rem .6rem;border-radius:2rem;font-size:.8rem;transition:all .2s ease}.email-button:hover{color:var(--dark);background-color:var(--brandGreen);border-color:var(--brandGreen);text-decoration:none}.email-button:active{color:var(--dark);background-color:var(--grey);border-color:var(--grey);text-decoration:none}.footer-links{display:flex;justify-content:center;align-items:center;gap:1rem}.footer-link{color:var(--brandGreen);text-decoration:none;font-size:.8rem;font-family:Roboto Mono,monospace;transition:all .3s ease}
