/* Shared footer for TELESOR pages. */
.default-footer{min-height:132px;background:#080808!important;border-top:1px solid #242424!important;padding:28px max(5.5vw,calc((100vw - 1200px)/2))!important;color:#f4f4f1!important;display:grid!important;grid-template-columns:175px 1fr auto!important;gap:28px;align-items:center!important}
.default-footer .logo-brand{display:flex;width:155px!important;height:50px!important;align-items:center;overflow:hidden}
.default-footer .logo-brand img{display:block;width:155px!important;height:auto;max-width:none;transform:none!important;mix-blend-mode:normal}
.default-footer p{margin:0!important;color:#d5d5d1!important;font-size:10px!important;line-height:1.55!important}
.default-footer .footer-links{display:flex!important;width:auto!important;max-width:390px;gap:18px!important;flex-wrap:wrap;justify-content:flex-end!important;align-items:center!important}
.default-footer .footer-links button,.default-footer .footer-links>.text-button{color:#e7e7e4!important;background:none!important;border:0!important;padding:0!important;font:700 12px Manrope!important;text-decoration:none!important}
.default-footer .social-links{display:flex!important;width:100%!important;gap:8px!important;justify-content:flex-end!important;margin:4px 0 0!important}
.default-footer .social-links a{width:27px!important;height:27px!important;border:1px solid #4a4a4a!important;border-radius:50%!important;display:grid!important;place-items:center!important;text-decoration:none!important;color:#efefeb!important;font:700 12px Manrope!important}
.default-footer .social-links a:hover{border-color:#5e83d6!important;background:#405f9f!important;color:#fff!important}
@media(max-width:800px){.default-footer{display:flex!important;min-height:0;padding:28px 20px!important;gap:16px;flex-direction:column;align-items:flex-start!important}.default-footer .logo-brand{width:132px!important;height:43px!important}.default-footer .logo-brand img{width:132px!important}.default-footer .footer-links,.default-footer .social-links{justify-content:flex-start!important;max-width:none}.default-footer .footer-links{gap:13px!important}}
