:root {
    --vls-blue: #001871;
    --vls-red: #e03c31;
    --vls-white: #ffffff;
    --vls-cyan: #4EC3E0;
    --vls-green: #6abf4b;
    --vls-silver-sand: #B7B8B9;
    --vls-wild-sand: #f8f5f0;
    --vls-subtext-grey: #888888;
    --vls-grey-bg: #F4F4F2;
    --vls-nav-line: rgba(0, 0, 0, 0.09);
    --vls-footer-bg: #080808;
    --vls-footer-text: #ffffff96;
    --vls-footer-heading: #ffffff96;
    --vls-footer-link: #ffffff96;
    --vls-footer-base: #ffffff96;
    --vls-footer-rule: #6a6a6a96;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
}

.vls-footer {
    background: var(--vls-footer-bg);
    color: var(--vls-footer-text);
    font-family: "Poppins", Arial, sans-serif;
    min-height: 325px;
    overflow: hidden;
}

.vls-footer__inner {
    margin: 0 44px;
}

.vls-footer__grid {
    column-gap: 10px;
    display: grid;
    grid-template-columns: 25% 15% 13% 15% 19% 13%;
    min-height: 219px;
    padding-top: 56px;
}

/*.vls-footer__brand {
    width: 360px;
}*/

.vls-footer__logo {
    display: block;
}

.vls-footer__logo img {
    display: block;
    height: 41px;
    object-fit: cover;
    width: 104px;
}

.vls-footer__summary {
    color: #FFFFFF4D;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin: 15px 0 0;
    max-width: 210px;
}

.vls-footer__tagline {
    color: var(--vls-footer-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 21px;
    margin: 17px 0 0;
    text-transform: uppercase;
}

.vls-footer__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0%;
    margin-top: 16px;
}

.vls-footer__col {
    display: flex;
    flex-direction: column;
    /*width: 200px;*/
}

/*.vls-footer__col--support {
    width: 160px;
}*/



.vls-footer__col h2 {
    color: var(--vls-footer-heading);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.vls-footer__col a {
    color: var(--vls-footer-link);
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 11px;
    text-decoration: none;
}

.vls-footer__col a:first-of-type {
    padding-top: 6px;
}

.vls-footer__col a:hover,
.vls-footer__col a:focus {
    color: var(--vls-footer-heading);
}

.vls-footer__base {
    align-items: flex-start;
    border-top: 1px solid var(--vls-footer-rule);
    color: var(--vls-footer-base);
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 16.5px;
    min-height: 50px;
    padding-top: 16px;
    padding-bottom: 15px;
}

.vls-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

.vls-footer__links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vls-footer__links a {
    color: var(--vls-footer-link);
    text-decoration: underline;
    font-size: 11px;
    font-weight: 400;
}

.vls-footer__links a:hover,
.vls-footer__links a:focus {
    color: var(--vls-footer-heading);
}

.vls-footer__link-separator {
    color: var(--vls-footer-base);
}

.vls-footer__copyright {
    color: var(--vls-footer-base);
    font-size: 11px;
    font-weight: 400;
}

.vls_linkedin{
    padding-left: 6px;
    width: 25px;
    vertical-align: top;
}


@media (max-width: 991.98px) {
    .vls-footer__inner {
        margin: 0 20px;
    }

    .vls-footer__grid {
        grid-template-columns: 1fr;
        padding-top: 40px;
        row-gap: 32px;
    }

    .vls-footer__brand,
    .vls-footer__logo,
    .vls-footer__col,
    .vls-footer__col--support {
        width: 100%;
    }

    .vls-footer__base {
        flex-direction: column;
        gap: 8px;
    }
    .vls-footer__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

        .vls-footer__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px 10px;
    }

    .vls-footer__link-separator {
        display: none;
    }

}
