.footer{background-color:var(--color-white);color:var(--color-black)}.footer__section{display:flex;flex-direction:column;justify-content:space-between}.footer__section-icon,.footer__section-icon--mobile{height:auto;max-width:120px}.footer__section-icon{display:none}.footer__links{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:2rem;row-gap:6rem}.footer__blocks{display:flex;flex-direction:column;flex-wrap:wrap;gap:4rem;width:100%}.footer__checkbox{display:none}.footer__section-heading{align-items:center;border-bottom:2px solid var(--color-white);display:flex;font-weight:500;justify-content:space-between;min-height:4.8rem;min-width:4.8rem;width:100%}.footer__dropdown-icon{margin-right:2rem;stroke:var(--color-white)}.footer__dropdown-menu{display:flex;flex-direction:column;padding-top:1rem}.footer__link{align-items:center;display:flex;font-size:15px;font-weight:400;justify-content:space-between;min-height:2.8rem;min-width:4.8rem}.footer__link:hover{text-decoration:underline}.footer__social{display:flex;flex-direction:column;font-weight:200;gap:1rem;max-width:25rem}.footer__social-content{display:flex;flex-direction:column;gap:1.5rem}.footer__title{font-weight:500;min-height:4.8rem}.footer__email,.footer__title{align-items:center;display:flex}.footer__email{fill:var(--color-primary);gap:1.25rem;height:4.8rem}.footer__email:hover{color:var(--color-secondary);fill:var(--color-secondary)}.footer__info{font-size:1.4rem;font-weight:200;padding-bottom:1rem}.footer__icons{display:flex;flex-wrap:wrap;padding-top:2rem}.footer__icon{fill:var(--color-primary);height:4.8rem;width:4.8rem}.footer__icon:focus,.footer__icon:hover{fill:var(--color-secondary)}.footer__icon svg{height:25px}.footer__bottom-text{color:var(--color-primary);font-size:14px;font-weight:400;padding-bottom:2rem;padding-top:2rem}@media(min-width:992px){.footer__bottom-text{padding-bottom:6rem;padding-top:4rem}.footer__blocks{border-bottom:1px solid #fff;border-top:1px solid #fff;flex-direction:row;justify-content:space-between;padding-bottom:10rem;padding-top:8rem}.footer__section-icon{display:block}.footer__section-icon--mobile{display:none}.footer__section-heading{border-bottom:0}.footer__dropdown-icon{display:none}}.footer__dropdown .footer__dropdown-menu{display:none}@media(min-width:992px){.footer__dropdown .footer__dropdown-menu{display:flex}}.footer .footer__checkbox:checked~.footer__dropdown-menu{display:flex}.footer .footer__checkbox:checked~* .footer__dropdown-icon{transform:rotate(180deg)}