@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");.footer{font-family:Roboto Condensed,sans-serif;width:100%;display:flex;flex-direction:column;background:#fff;border-top:none;position:relative;box-sizing:border-box}.footer:before{content:"";position:absolute;top:0;left:80px;right:80px;border-top:1px solid #e5e5e5;pointer-events:none}.footer__main{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;width:100%;max-width:1440px;margin-inline:auto;padding:40px 80px;box-sizing:border-box}.footer__brand{display:flex;flex-direction:column;gap:24px;width:413px;max-width:100%;flex-shrink:0}.footer__logoLink{display:inline-flex;align-items:center;width:69px;height:28px}.footer__logoImg{width:69px;height:28px;-o-object-fit:contain;object-fit:contain;display:block}.footer__tagline{margin:0;font-size:18px;font-weight:300;line-height:24px;color:#737373}.footer__navGrid{display:flex;gap:20px;width:627px;max-width:100%;flex-shrink:0}.footer__col{display:flex;flex-direction:column;gap:10px;width:192px;min-width:0}.footer__colStack{display:contents}.footer__colStack .footer__col{width:200px}.footer__colTitle{margin:0;font-size:16px;font-weight:500;line-height:16px;color:#0a0a0a}.footer__linkList{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;width:100%}.footer__link{display:block;font-size:16px;font-weight:400;line-height:24px;color:#737373;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer__link:hover{color:#0a0a0a}.footer__link--disabled{opacity:.55;cursor:default;pointer-events:none}.footer__divider{width:auto;height:1px;margin-left:80px;margin-right:80px;background:#e5e5e5}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;max-width:1440px;margin-inline:auto;padding:20px 80px;box-sizing:border-box}.footer__copyright{margin:0;font-size:14px;font-weight:400;line-height:20px;color:#737373;white-space:nowrap}.footer__socials{display:flex;align-items:center;gap:12px;flex-shrink:0}.footer__socialBtn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:10px;border:1px solid #d4d4d4;border-radius:30px;background:#fff;box-sizing:border-box}.footer__socialBtn:hover{border-color:#0a0a0a}.footer__socialIcon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width:480px){.footer:before{left:30px;right:30px}.footer__divider{margin-left:30px;margin-right:30px}.footer__main{flex-direction:column;gap:40px;padding:40px 30px}.footer__brand{width:100%}.footer__navGrid{width:100%;gap:20px}.footer__col{width:160px;gap:16px}.footer__colStack{display:flex;flex-direction:column;gap:20px;width:200px;min-width:0}.footer__colStack .footer__col{width:100%}.footer__bottom{flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px 30px}.footer__copyright{white-space:normal;text-align:center}}@media (max-width:1100px) and (min-width:481px){.footer:before{left:40px;right:40px}.footer__divider{margin-left:40px;margin-right:40px}.footer__bottom,.footer__main{padding-left:40px;padding-right:40px}.footer__brand{width:min(360px,40%)}.footer__navGrid{width:auto;flex:1;justify-content:flex-end;flex-wrap:wrap}.footer__col,.footer__colStack .footer__col{width:160px}}