footer{width:100%;min-height:100%}.footer-container{width:100%;height:fit-content;min-height:76vh;padding:10rem}.footer-header{height:1.2rem;width:100%;margin-bottom:6rem}.footer-logo{display:block;height:100%;aspect-ratio:13.065;background-image:url(../images/logo.webp);background-repeat:no-repeat;background-size:contain;background-position:left center}.ft-col-wrapper{display:flex;flex-wrap:wrap;gap:6rem;align-items:flex-start;justify-content:space-between;margin-bottom:8rem}footer a{color:var(--secondaryFg);text-decoration:none;transition:all .2s ease}footer a:hover{color:var(--altFg);text-decoration:underline}.ft-col-title{display:block;margin-bottom:1.6rem;font-size:1rem;font-weight:700;color:var(--accent);text-transform:uppercase}.ft-col>a{display:block;margin-bottom:1rem}.get-in-touch{width:30rem}.get-in-touch p{display:block;margin-bottom:1rem}.get-in-touch form{display:block;width:100%}.get-in-touch label{display:none}.get-in-touch input{background-color:#2c2c2c;color:var(--altFg);padding:1rem;min-width:20rem;margin-bottom:1rem;transition:all .2s ease;text-overflow:ellipsis}.get-in-touch button{color:var(--altFg);background:linear-gradient(45deg,var(--accent) 20%,var(--accent2) 150%);margin:0;line-height:1}.get-in-touch button,.get-in-touch input{width:100%;border-radius:1rem}.get-in-touch button:hover{color:var(--altFg)}.get-in-touch button .fa-arrow-right-long{width:2em;overflow:clip}.get-in-touch button .fa-arrow-right-long::before{margin-top:.2em;display:block}.get-in-touch button:hover .fa-arrow-right-long::before{animation:arrow forwards .4s ease-out}@keyframes arrow{0%{transform:translateX(0)}49%{transform:translateX(105%)}50%{transform:translateX(-105%)}100%{transform:translateX(0)}}.footer-bottom{margin-top:auto;display:flex;align-items:end;justify-content:space-between;border-top:1px solid;border-image:linear-gradient(to right,var(--secondaryFg) 0%,transparent 50%) 1 0 0 0}.ft-credits>:not(:last-child),.ft-social>:not(:last-child){margin-right:.6rem}.ft-social a{font-size:1.5rem}@keyframes footer-banner-loop-1{0%{background-position-x:calc(8vh * 40.96)}100%{background-position-x:0vh}}@keyframes footer-banner-loop-2{0%{background-position-x:calc(0vh + 30%)}100%{background-position-x:calc((8vh * 40.96) + 30%)}}@keyframes footer-banner-loop-3{0%{background-position-x:calc((8vh * 40.96) + 60%)}100%{background-position-x:calc(0vh + 60%)}}.footer-banners{position:relative}.footer-banners:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--darkBg) 5%,transparent 120%)}.footer-banners div{width:100%;height:8vh;background-image:url(../images/footer-baner.webp);background-repeat:repeat-x;background-size:cover}.footer-banners div:first-child{animation:footer-banner-loop-1 30s infinite linear}.footer-banners div:nth-child(2){animation:footer-banner-loop-2 40s infinite linear}.footer-banners div:nth-child(3){animation:footer-banner-loop-3 30s infinite linear}@media (max-width:768px){.footer-container{padding:10rem 4rem 6rem 4rem}.footer-header{height:1.5rem}.ft-col-title{margin-bottom:2rem;font-size:1.5rem}.get-in-touch{width:100%}.get-in-touch p{margin-bottom:2rem}.get-in-touch button,.get-in-touch input{font-size:1.25rem}.get-in-touch input{text-align:center}.ft-social a{font-size:2rem}}