.animate-wave>use{animation:move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite}.animate-wave>use:nth-child(1){animation-delay:-2s;animation-duration:7s;fill:var(--red);opacity:.4}.animate-wave>use:nth-child(2){animation-delay:-3s;animation-duration:10s;fill:var(--red);opacity:.6}.animate-wave>use:nth-child(3){animation-delay:-4s;animation-duration:13s;fill:var(--red);opacity:.8}.animate-wave>use:nth-child(4){animation-delay:-5s;animation-duration:20s;fill:var(--red)}@keyframes move-wave{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.l-footer{--footer-content-grid: repeat(3, 1fr);position:absolute;width:100%;bottom:0}@media all and (max-width: $breakpoint-md){.l-footer .l-footer__social{max-width:200px}.l-footer .l-footer__social a{text-align:center}}@media all and (max-width: $breakpoint-smd){.l-footer{--footer-content-grid: repeat(2, 1fr)}.l-footer .l-footer__social,.l-footer .l-footer__title__social{display:none}}.l-footer__height{height:425px}.l-footer__content{padding:30px 0 20px;background:var(--red);color:var(--white)}.l-footer__container{display:grid;grid-template-columns:var(--footer-content-grid);grid-row-gap:10px;grid-column-gap:50px;padding:0 50px}.l-footer__logos{display:grid;grid-gap:25px;align-items:center}.l-footer__logos img{width:100%;max-width:150px}.l-footer__social{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:25px}.l-footer__social a{margin:auto 0}.l-footer__social i{color:var(--red);background:var(--white);width:30px;height:30px;font-size:16px;border-radius:50%;line-height:31px;margin:0 5px 10px;text-align:center;text-decoration:none}.l-footer__social,.l-footer__info{max-width:300px}.l-footer__title{text-transform:uppercase;letter-spacing:3px}.l-footer__copyright{margin-top:50px;text-align:center;font-size:13px}.l-footer__svg{position:relative;width:100%;height:15vh;min-height:50px;max-height:75px;margin-top:25px;margin-bottom:-5px}
