footer {
    background: var(--blue-variant-3);
    padding: 75px 75px 50px;
}

footer h3.title {
    margin: 0;
    font-size: 29px;
    letter-spacing: -0.87px;
    line-height: 34px;
    font-weight: 100;
    font-family: 'Poppins-Medium';
}

footer .newsletter-section {
    margin-right: 150px;
    margin-bottom: 25px;
}

footer .newsletter-section ._form-content ._field-wrapper {
    position: relative;
    margin-top: 25px;
    width: fit-content;
}

footer .newsletter-section ._form-content ._field-wrapper #email {
    width: 100vw;
    max-width: 388px;
    height: 35px;
    background: transparent;
    border: 1px solid rgba(0, 79, 92, 0.3);
    color: var(--foreground-color);
    padding: 0 15px;
}

footer .newsletter-section ._form-content ._field-wrapper #email::placeholder
{
    opacity: 0.3;
}
footer .newsletter-section ._form-content ._field-wrapper #_form_1_submit {
    border: none;
    text-transform: uppercase;
    color: var(--foreground-color);
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 15px;
    font-family: 'Poppins-SemiBold';
    position: absolute;
    background: transparent;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}

footer .newsletter-section ._form_element._x64310398 ._form-fieldset {
    border: none;
    font-size: 12.5px;
    letter-spacing: 0.125px;
    line-height: 20px;
    padding: 0;
    margin: 15px 0;
}

footer .newsletter-section ._row._checkbox-radio input {
    margin: 0;
}

footer .contact-us-section p {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 23px;
}

footer .footer-link-list {
    margin-top: 50px;
}

footer .footer-link-list .link-column {
    margin-right: 50px;
    margin-bottom: 25px;
    min-width: 160px;
}

footer .footer-link-list .link-column .parent-link {
    color: #000;
    font-size: 17px;
    letter-spacing: -0.51px;
    line-height: 36px;
    font-family: 'Poppins-Medium';
}

footer .footer-link-list .link-column .sub-links-list {
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 18px;
}

footer .footer-link-list .link-column .sub-links-list a.sub-link {
    margin-bottom: 5px;
}

footer .bottom-part {
    margin-top: 50px;
}

footer .copyright-section {
    color: #000;
    font-size: 11px;
    letter-spacing: 0.11px;
    line-height: 16px;
}

footer .copyright-section a.bottom-link {
    color: #000;
}

footer .copyright-section .divider {
    margin: 0 5px;
}

footer .bottom-part .right-side {
    margin-left: auto;
}

footer .social-link-list a.social-link {
    margin: 0 12.5px;
    fill: #000;
}

footer .social-link-list a.social-link svg {
    height: 16px;
}

footer .social-link-list a.social-link svg * {
    fill: #000;
}

footer .social-link-list a.social-link:hover svg * {
    fill: #000;
}

footer .social-link-list a.social-link:first-child {
    margin-left: 0px;
}

footer .pc-button.reverse {
    border-color: var(--main-blue);
}

footer .pc-button.reverse::before {
    background-color: var(--main-blue);
}

footer .pc-button.reverse span {
    color: #000;
}

footer .pc-button.reverse:hover span {
    color: #fff;
}

svg * {
    clip-path: none;
}

.newsletter-form > form {
    position: relative;
    margin-top: 20px;
}

.newsletter-form > form .hs_submit {
    position: absolute;
    background: transparent;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.newsletter-form > form .hs_submit .actions {
    display: flex;
}

.newsletter-form > form .hs-richtext p {
    font-size: 14px;
}

.newsletter-form > form .hs_submit input {
    border: none;
    text-transform: uppercase;
    color: #004F5C;
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 15px;
    font-family: 'Poppins-SemiBold';
    background-color: transparent;
}

.newsletter-form > form  .hs_email label {
    display: none
}

.newsletter-form > form  .hs_email input {
    width: 100%;
    max-width: 388px;
    height: 35px;
    background: transparent;
    border: 1px solid rgba(0, 79, 92, 0.3);
    color: #004F5C;
    padding: 0 15px;
    max-width: unset;
}

.newsletter-form > form .hs_email input::placeholder {
    font-family: 'Poppins-SemiBold';
}

.newsletter-form > form li {
    list-style-type: none;
}

.footer-container.desktop .top-part {
    display: grid;
    grid-template-columns: minmax(auto, 550px) 1fr;
}



@media screen and (max-width:767px) {
    footer {
        padding: 50px var(--gap) 25px;
    }

    footer .newsletter-section {
        margin-right: 0px;
    }

    footer h3.title {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    footer .newsletter-section ._form-content ._field-wrapper {
        width: 100%;
        margin-top: 5px;
    }

    footer .newsletter-section ._form-content ._field-wrapper #email {
        width: 100%;
        max-width: unset;
    }

    footer .newsletter-section ._form_element._x64310398 ._form-fieldset 
    {
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    footer .contact-us-section p {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 19px;
        margin-top: 10px;
    }

    .footer-container.mobile .contact-us-section
    {
        margin-bottom: 70px;
    }

    footer .social-link-list {
        margin: 50px 0;
    }

    footer .copyright-section {
        margin-top: 75px;
    }

    footer .footer-link-list
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .newsletter-section ._form-content ._field-wrapper #_form_1_submit
    {
        font-size: 10px;
    }
    footer .footer-link-list .link-column
    {
        min-width: 0;
    }
}

@media screen and (max-width:320px) {
    footer .footer-link-list
    {
        display: grid;
        grid-template-columns: 1fr;
    }
}