.footer{display:grid;gap:14px 32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--body-max-width);padding:70px var(--layout-padding) 60px;position:relative;width:100%}.footer:before{background-color:var(--color-secondary);content:"";height:3px;left:var(--layout-padding);opacity:.1;position:absolute;top:-5px;width:calc(100% - var(--layout-padding) - var(--layout-padding))}.footer__col{display:flex;flex-direction:column;position:relative;width:100%}.footer__col-2{align-items:flex-end;display:flex;grid-column:span 2;justify-content:space-between}.footer__logo{aspect-ratio:407/75;margin-bottom:26px;max-width:407px;position:relative;width:100%}.footer__logo img{object-fit:contain;object-position:center;width:100%}.footer__infos{font-size:16px;line-height:1.5}.footer__infos .infos__item{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:flex-start}.footer__infos .infos__item:not(:last-child){margin-bottom:2px}.footer__infos .infos__item--icon{flex-shrink:0;font-size:12px;height:15px;position:relative;width:11px}.footer__infos .infos__item a{color:currentcolor;text-decoration:none}.footer__infos .infos__item a:hover{text-decoration:underline}.footer__copyright{font-size:12px;line-height:1.5}.footer__menu{display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-left:auto;width:84%}.footer__menu--item{color:currentcolor;cursor:pointer;font-size:16px;font-weight:500;line-height:20.16px;padding:30px 10px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s}.footer__menu--item:last-child{padding-right:0}.footer__menu--item.--active,.footer__menu--item:hover{color:var(--color-primary)}.footer__menu-secondary{margin-top:auto;position:relative}.footer__menu-secondary,.footer__menu-secondary .menu-secondary__terms{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.footer__menu-secondary .menu-secondary__terms{gap:36px}.footer__menu-secondary .menu-secondary__terms a{color:currentcolor;text-decoration:none}.footer__menu-secondary .menu-secondary__terms a:hover{text-decoration:underline}.footer__menu-secondary .menu-secondary__social{display:flex;flex-direction:row;gap:12px;margin-left:40px}.footer__menu-secondary .menu-secondary__social--item{align-items:center;background-color:var(--color-secondary);border-radius:50%;color:#fff;display:flex;font-size:15px;height:28px;justify-content:center;text-decoration:none;width:28px}@media only screen and (max-width:992px){.footer__logo{max-width:207px}.footer__col-2{align-items:flex-start;flex-direction:column-reverse;gap:16px;justify-content:center}.footer__menu{align-items:flex-end;gap:8px;justify-content:flex-end;width:100%}.footer__menu--item{padding:16px 10px}.footer__menu-secondary{align-items:center;justify-content:space-between;width:100%}.footer__menu-secondary .menu-secondary__terms{gap:16px}.footer__menu-secondary .menu-secondary__social{margin-left:0}}@media only screen and (max-width:768px){.footer__col{grid-column:span 2}.footer__menu{justify-content:flex-start}.footer__menu--item{padding:8px}.footer__menu--item:first-child{padding-left:0}}@media only screen and (max-width:640px){.footer__menu{flex-flow:row wrap;gap:6px;justify-content:flex-start}.footer__menu--item{padding:8px 0}.footer__menu-secondary{align-items:flex-start;flex-direction:column}.footer__menu-secondary .menu-secondary__terms{gap:16px;margin-bottom:16px}}