footer {
    height: auto;
    display: flex;
    /* max-width: 1430px; */
    margin: auto;
}

footer .sections {
    gap: 84px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DFDFDF;
    padding-top: 100px;
    padding-bottom: 30px;
}

footer .desktop-footer .section1 {
    height: auto;
    display: flex;
    justify-content: space-between;
}

footer .desktop-footer .section1>div,
footer .desktop-footer .section2>div {
    width: auto;
}

footer .desktop-footer .section1 .statement {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--text-black);
    max-width: 441px;
}

footer .desktop-footer .section1 .footer-links {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

footer .desktop-footer .section1 .footer-links .quick-links,
footer .desktop-footer .section1 .footer-links .help,
footer .desktop-footer .section1 .footer-links .get-in-touch {
    display: flex;
    gap: 30px;
    flex-direction: column;
    width: fit-content;
}

footer .desktop-footer .section1 .footer-links .quick-links span,
footer .desktop-footer .section1 .footer-links .help span,
footer .desktop-footer .section1 .footer-links .get-in-touch span {
    font-family: "Inter", sans-serif;
    font-weight: 200;
    color: var(--text-black);
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    display: flex;
}

footer .desktop-footer .section1 .footer-links .quick-links ul,
footer .desktop-footer .section1 .footer-links .help ul,
footer .desktop-footer .section1 .footer-links .get-in-touch ul {
    text-decoration: none;
    gap: 10px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

footer .desktop-footer .section1 .footer-links .quick-links ul li a,
footer .desktop-footer .section1 .footer-links .help ul li a,
footer .desktop-footer .section1 .footer-links .get-in-touch ul li a {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    color: var(--text-black);
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
}

footer .desktop-footer .section1 .footer-links .quick-links ul li a.active,
footer .desktop-footer .section1 .footer-links .help ul li a.active,
footer .desktop-footer .section1 .footer-links .get-in-touch ul li a.active {
    color: var(--link-green);
}

footer .desktop-footer .section1 .footer-links .get-in-touch .social-links {
    display: flex;
    gap: 4px;
}

footer .desktop-footer .section1 .footer-links .get-in-touch .social-links ul {
    flex-direction: row;
}

footer .desktop-footer .section1 .footer-links .get-in-touch .social-links a svg {
    width: 22px;
    height: 22px;
}

footer .desktop-footer .section2 {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

footer .desktop-footer .section2 .logo img {
    height: 60px;
    width: 383px;
}

footer .desktop-footer .section2 .copyright {
    height: 16px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    color: var(--text-black);
    letter-spacing: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

footer .desktop-footer .section2>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 57px;
    justify-content: center;
    align-items: end;
}

footer .mobile-footer {
    display: none;
    padding-top: 50px;
    padding-bottom: 100px;
    gap: 50px;
}

@media (max-width: 1200px) {
    footer .desktop-footer.sections {
        gap: 50px;
    }

    footer .desktop-footer .section1 {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    footer .desktop-footer .section1 .statement {
        max-width: none;
        width: 70%;
        margin: auto;
        text-align: center;
        font-size: 17px;
    }

    footer .desktop-footer .section2 .logo img {
        height: 50px;
        width: 283px;
    }
}

@media (max-width: 992px) {
    footer .sections {
        padding-top: 70px;
    }

    footer .desktop-footer .section2 .logo,
    footer .desktop-footer .section2 .webwiki-review {
        display: none;
    }

    footer .desktop-footer .section2 {
        align-items: center;
        flex-direction: column;
    }

    footer .desktop-footer .section2 .copyright {
        line-height: 16px;
    }
}

@media only screen and (max-width: 768px) {
    footer .desktop-footer {
        display: none;
    }

    footer .mobile-footer {
        display: flex;
        flex-direction: column;
    }

    footer .mobile-footer .statement-section {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        letter-spacing: 0;
        color: var(--text-black);
        max-width: none;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    footer .mobile-footer .statement-section p.statement {
        margin-bottom: 0;
    }

    footer .mobile-footer .logo-section {
        margin: auto;
    }

    footer .mobile-footer .logo-section img {
        height: 36px;
        width: auto;
    }

    footer .mobile-footer .copyright-section .copyright {
        line-height: 16px;
        height: 16px;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-weight: 200;
        color: var(--text-black);
        letter-spacing: 0;
        font-size: 13px;
        line-height: 22px;
        text-transform: uppercase;
        margin: auto;
        text-align: center;
    }

    footer .mobile-footer .get-in-touch-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: start;
        text-decoration: none;
    }

    footer .mobile-footer .get-in-touch-section a {
        text-decoration: none;
        color: #000;
    }

    footer .mobile-footer .get-in-touch-section span {
        font-size: 13px;
        letter-spacing: 0;
        font-weight: 200;
        font-family: "Inter", sans-serif;
        line-height: 16px;
        color: #000;
        text-transform: uppercase;
    }

    footer .mobile-footer .get-in-touch-section ul {
        list-style: none;
        padding-left: 0;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    footer .mobile-footer .get-in-touch-section ul>li>a {
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
        font-family: "Inter", sans-serif;
    }

    footer .mobile-footer .get-in-touch-section .social-links {
        display: flex;
    }

    footer .mobile-footer .get-in-touch-section .social-links ul {
        flex-direction: row;
        display: flex;
        padding-left: 0;
        gap: 4px;
    }

    footer .mobile-footer .get-in-touch-section .social-links a svg {
        width: 22px;
        height: 22px;
    }

    #footerAccordion {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    #footerAccordion .accordion-item {
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 15px;
    }

    #footerAccordion .accordion-item span.accordion-header {
        font-family: "Inter", sans-serif;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #000;
        font-weight: 200;
    }

    #footerAccordion .accordion-item span.accordion-header,
    #footerAccordion .accordion-item span.accordion-header button.accordion-button {
        padding: 0;
    }

    #footerAccordion .accordion-item span.accordion-header button.accordion-button::after {
        height: 12px !important;
        width: 12px !important;
        background-size: 10px !important;
    }

    #footerAccordion .accordion-item span.accordion-header button.accordion-button:focus {
        box-shadow: none;
    }

    #footerAccordion .accordion-item span.accordion-header button.accordion-button:not(.collapsed) {
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }

    #footerAccordion .accordion-item .accordion-body a {
        text-decoration: none;
        color: #000;
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }
}

@media (max-width: 425px) {

    footer .desktop-footer,
    footer .desktop-footer .copyright,
    footer .mobile-footer .copyright {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    footer .desktop-footer .title.hide-mobile {
        display: none;
    }
}
