.footer{align-self:stretch;justify-content:space-between;background:#00b0c2;padding:51px 66px 40px;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden;color:#fff}.footer,.footer .footer-left{display:flex;align-items:flex-start}.footer .footer-left{flex-direction:column;row-gap:20px}.footer .footer-left .footer-logo{align-self:stretch;width:187px;height:55px;object-fit:contain}.footer .footer-left .footer-social{display:inline-flex;align-items:center;align-self:stretch;column-gap:15px}.footer .footer-left .footer-social .social-icon{width:24px;height:24px;cursor:pointer;transition:transform .3s;object-fit:contain}.footer .footer-left .footer-social .social-icon:hover{transform:scale(1.2)}.footer .footer-right{display:inline-flex;align-items:flex-start;justify-content:flex-end;column-gap:80px;row-gap:20px;flex-wrap:wrap;padding:0 20px}.footer .footer-right .footer-column{display:flex;flex-direction:column;align-items:flex-start;row-gap:20px}.footer .footer-right .footer-column .footer-column-title{align-self:stretch;letter-spacing:0;color:#fff;font-size:20px;font-weight:700}.footer .footer-right .footer-column .footer-links{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;justify-content:center;row-gap:12px}.footer .footer-right .footer-column .footer-links .footer-link{align-self:stretch;letter-spacing:0;color:#fff;font-size:14px;font-weight:300;text-decoration:none;cursor:pointer;transition:color .3s}.footer .footer-right .footer-column .footer-links .footer-link:hover{color:#ffea04}@media screen and (max-width:992px){.footer{flex-direction:column;padding:30px 20px;gap:30px;text-align:center}.footer .footer-left{align-items:center}.footer .footer-right{flex-direction:column;gap:30px;column-gap:20px;row-gap:20px}.footer .footer-right .footer-column{align-items:center}}@media screen and (max-width:1200px){.footer{padding:40px 30px}.footer-right{column-gap:40px}}