.tcg-vcu-container {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    padding: 15px;
    max-width: 1400px;
}

.tcg-vcu-title {
    margin-top: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
}

.tcg-vcu-description {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.tcg-vcu-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

@media (max-width: 768px) {
    .tcg-vcu-grid {
        grid-template-columns: 1fr;
    }

    .tcg-vcu-container {
        max-width: 90%;
    }
}

.tcg-vcu-grid-item {
    background-color: #fff;
}

.tcg-vcu-grid-item-image {
    width: 100%;
    height: 355px;
}

    .tcg-vcu-grid-item-image iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none;
    }

.tcg-vcu-grid-item-link {
    text-decoration: none;
}

@media (max-width: 768px) {
    .tcg-vcu-grid-item-image {
        height: 327px;
    }
}

.tcg-vcu-grid-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tcg-vcu-grid-item-title {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.tcg-vcu-grid-item > p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

body {
    margin: 0;
}

.nhf-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    margin-top: 0px;
    background: #FFCE00;
    padding: 0;
    box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.nhf-header__logo-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    transform: translateY(5px);
    width: 200px;
    padding: 0 0px 0 16px;
    overflow: hidden;
}

.nhf-header__logo-bg img {
    height: 90px;
    width: auto;
    display: block;
}

.nhf-header__logo img {
    height: 22px;
    width: auto;
    display: block;
}


@media (min-width: 768px) {
    .nhf-header {
        height: 90px;
        margin-top: 5px;
    }

    .nhf-header__logo-area {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 10;
        height: 100px;
        min-width: 405px;
        padding: 0 32px 0 64px;
        transform: translateY(0px);
        overflow: hidden;
    }

    .nhf-header__logo-bg img {
        height: 100%;
        width: auto;
        display: block;
    }

    .nhf-header__logo img {
        height: 40px;
        width: auto;
        display: block;
    }
}

.nhf-header__logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.nhf-header__logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.nhf-header__cta-area {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 32px;
}

.nhf-header__cta-btn {
    background: #003764;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

    .nhf-header__cta-btn:hover {
        background: #00509e;
    }

.nhf-footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
    gap: 24px;
    border-top: 1px solid #C9CDD2;
    background: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.nhf-footer__links {
    align-items: center;
    width: 100%;
    max-width: 1440px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
    gap: 0;
}

.nhf-footer__link {
    color: #000;
    text-decoration: none;
    padding: 0 1px;
}

    .nhf-footer__link:hover {
        text-decoration: underline;
    }

.nhf-footer__divider {
    color: #000;
    padding: 0 1px;
    user-select: none;
}

.nhf-footer__copyright {
    width: 100%;
    max-width: 1440px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .nhf-footer {
        padding: 24px 10px 16px 10px;
        gap: 16px;
    }
}

.nps-container {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}

.nps-title {
    margin-top: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 48px;
    color: #000;
}

.nps-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

@media (max-width: 768px) {
    .nps-grid {
        grid-template-columns: 1fr;
    }
}

.nps-grid-item {
    background-color: #fff;
}

.nps-grid-item-image {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
}

    .nps-grid-item-image iframe,
    .nps-grid-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border: none;
    }


.nps-grid-item-link {
    text-decoration: none;
}

.nps-grid-item-title {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.nps-grid-item > p {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.neuro-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
}

@media (max-width: 600px) {
    .unbranded-campaign .hero-sbs__item--last {
        background: initial !important;
    }
}