@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Racing+Sans+One&display=swap";*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}.secondary{font-family:Oswald,sans-serif;font-optical-sizing:auto;font-style:normal}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.logos{overflow:hidden;padding:60px 0;white-space:nowrap;position:relative}.logos:after,.logos:before{position:absolute;top:0;width:250px;height:100%;content:"";z-index:2}.logos:before{left:0;background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff)}.logos:after{right:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)}.logos:hover .logos-slide{animation-play-state:paused}.logos-slide{animation:slide 35s linear infinite}.span{display:flex;flex-direction:column;height:110%;animation:spin_words 6s infinite}.wrapper{box-sizing:content-box;display:flex;justify-content:space-between;justify-items:center}@keyframes spin_words{10%{transform:translateY(-102%)}25%{transform:translateY(-100%)}35%{transform:translateY(-202%)}50%{transform:translateY(-200%)}60%{transform:translateY(-302%)}75%{transform:translateY(-300%)}85%{transform:translateY(-402%)}to{transform:translateY(-400%)}}input[type=radio]{display:none}label{display:block;height:40px;width:140px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:2;color:#a8a8a8}.glider{position:absolute;left:10px;background-color:hsla(0,0%,100%,0);width:100px;height:44px;border-radius:1rem;transition:.3s ease;border:2px solid #1b831b}#tab1:checked~label[for=tab1],#tab2:checked~label[for=tab2],#tab3:checked~label[for=tab3],#tab4:checked~label[for=tab4],#tab5:checked~label[for=tab5]{color:#1b831b}#tab1:checked~.glider{transform:translateX(0)}#tab2:checked~.glider{transform:translateX(120px)}#tab3:checked~.glider{transform:translateX(240px)}#tab4:checked~.glider{transform:translateX(360px)}#tab5:checked~.glider{transform:translateX(480px)}.rowBorder{border-bottom:1px solid #dfdfdf}.rowBorder,nav{display:flex;align-items:center}nav{margin-top:-35px;height:10px;width:30px;background-color:hsla(0,0%,100%,0);justify-content:flex-end}.links-container{height:100vh;width:100%;flex-direction:row}.links-container,nav a{display:flex;align-items:center}nav a{height:100%;padding:0 20px;text-decoration:none;color:#fff}nav a:hover{cursor:pointer}nav .home-link{margin-right:auto}nav svg{fill:#000}#sidebar-active,.close-sidebar-button,.open-sidebar-button{display:none}@media(max-width:1024px){.links-container{flex-direction:column;align-items:flex-start;position:fixed;top:0;right:-100%;z-index:10;width:300px;color:#fff;box-shadow:-5px 0 5px rgba(0,0,0,.25);transition:.75s ease-out}nav a{box-sizing:border-box;height:auto;width:100%;padding:20px 30px;justify-content:flex-start}.close-sidebar-button,.open-sidebar-button{padding:20px;display:block}#sidebar-active:checked~.links-container{right:0}#sidebar-active:checked~#overlay{height:100%;width:100%;position:fixed;top:0;left:0;z-index:9}}@media only screen and (min-width:1700px){.footer{display:flex;flex-direction:row;align-items:center}.footer-header{margin-left:4%}.process-card{width:28%}}.nextProject{display:flex;justify-content:center;align-items:center;width:800px;height:300px;border-radius:150px;margin:7rem 0 2rem;transition:transform .6s}@media(max-width:1081px){.nextProject{width:330px;height:150px}}.nextProject a{font-family:Oleo Script,system-ui;color:#000;font-size:120px;font-weight:800;text-decoration:none}@media(max-width:1081px){.nextProject a{font-size:45px}}.nextProject:hover{cursor:pointer;transform:translateY(-3%);border:4px solid #fff}