.footer .sidebar-container .widget_nav_menu .menu-heading.h3 {
    font-weight: 900!important;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1e2731;
}

.footer * {
    font-family: Avenir, sans-serif;
}

.footer .sidebar-container section.widget_nav_menu ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.01em;
    color: #1e2731;
    margin-bottom: 0.5rem;
}

.footer .sidebar-container {
    margin: 0!important;
    gap: 30px;
}

.footer__wrapper {
    gap: 62px;
    margin-top: 50px;
}

.footer .footer__wrapper .newsletter {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 20px 20px 20px 20px;
}

.newsletter svg {
    position: relative;
    right: -20px;
    top: -6px;
}

.footer .newsletter .box-heading {
    font-weight: 900;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #21b3fd 0%, #4521fd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .newsletter p.box-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.44;
    color: #1e2731;
    margin-bottom: 20px;
}

.footer {
    background: #e7ebfd!important;
    padding-top: 80px!important;
}

.footer .footer__bottom-wrapper.bottom-links {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    border-top: 1px solid #DEE2F2;
}

.footer .copyrights {
    margin-bottom: 0;
}

.footer__bottom-wrapper.bottom-links ul {
    flex-wrap: wrap;
    display: flex;
    column-gap: 36px;
    row-gap: 20px;
}

.footer .footer__bottom-wrapper.bottom-links ul li {
    margin-left: 0;
}


.footer .footer__top-wrapper .social-icons li {
    margin-left: 10px;
}

.footer__logo {
    width: 144px;
    height: 39px;
    object-fit: contain;
}


/* Update footer form */
.footer form.hs-form>div {
    display: flex;
    flex-direction: column;
}
.footer .hs-error-msgs {
    margin-top: 10px;
}

.footer .newsletter form input[type=email] {
    position: relative;
    padding: 7px 12px;
    border: 1px solid #c7ccd1!important;
    border-radius: 4px;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.6;
    color: #646b72;
    width: 100%;
}

.footer .newsletter form input[type=email]::placeholder {
    font-weight: 900;
    font-size: 15px;
    line-height: 1.6;
    color: #646b72;
}

.footer .newsletter form .input,
.footer .newsletter form .actions{
    width: 100%;
    margin-top: 0;
}


.footer .newsletter form input[type=submit] {
    position: relative;
    font-weight: 500;
    padding: 12px!important;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.3;
    left: 0;
    margin-top: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    background: #083db4;
    border-radius: 4px;
    width: 100%;
}

.footer .newsletter form input[type=submit]:hover {
    background: linear-gradient(135deg, #22a9ec 0%, #2507b9 100%);
}

/* Update footer form */
@media screen and (min-width: 1024px) {
    .footer .container {
        max-width: 1174px!important;
    }

    .footer .sidebar-container {
        flex-basis: 754px;
        padding: 20px 0!important;
    }

    .footer .newsletter {
        flex-basis: 324px;
    }

    .footer__top-wrapper {
        align-items: end;
    }
}

@media screen and (max-width: 1199.98px) {
    .footer__wrapper {
        gap: 50px;
    }
}

@media screen and (max-width: 1023.98px) {
    .footer {
        padding-top: 50px!important;
    }

    .footer__logo {
        width: 134px;
        height: 36px;
    }

    .footer .footer__top-wrapper .social-icons {
        margin-top: 30px;
    }

    .footer__wrapper {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .footer .footer__wrapper .newsletter {
        margin: 0 auto;
        max-width: 345px;
    }

    .newsletter svg {
        width: 280px;
        height: 147px;
        object-fit: contain;
    }

    .footer .sidebar-container section.widget_nav_menu {
        margin-bottom: 0;
    }

    .footer .sidebar-container {
        gap: 50px;
    }

    .footer .footer__bottom-wrapper.bottom-links {
        margin-top: 50px;
        row-gap: 20px;
    }

    .footer__bottom-wrapper.bottom-links ul {
        margin-bottom: 20px;
    }
}