/* ================================
   Prolink Roles Section
================================ */

.page-id-40344 .tg-hero .tg-container{
    padding-bottom:30px !important;
}
.page-id-40344 .tg-hero__title{
    max-width:900px !important;
}

.page-id-40344 .tg-hero__deck{
    max-width:600px !important;
}

.tg-prolink-roles {
    padding: clamp(80px, 9vw, 120px) var(--text-gutter);
    background: var(--c-white);
    text-align: center;
}

.tg-prolink-roles__container {
    max-width: var(-container);
    margin: 0 auto;
}

.tg-prolink-roles__eyebrow {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.tg-prolink-roles__eyebrow::before,
.tg-prolink-roles__eyebrow::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: currentColor;
    opacity: 0.35;
    vertical-align: middle;
    margin: 0 0.75rem 0.2rem;
    transform: translateY(-0.15em);
}

.tg-prolink-roles__eyebrow p {
    display: inline;
    margin: 0;
}

.tg-prolink-roles__heading {
    max-width: 1100px;
    margin: 0 auto 18px;
    color: var(--c-black);
    font-size: clamp(38px, 4.35vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.tg-prolink-roles__intro {
    max-width: 960px;
    margin: 0 auto 58px;
    color: #3f3f3f;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 400;
    line-height: 1.35;
}

.tg-prolink-roles__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 12px;
    max-width: 870px;
    margin: 0 auto;
}

.tg-prolink-roles__item {
    min-width: 190px;
    padding: 22px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--light-brown-color);
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.tg-prolink-roles__item:hover,
.tg-prolink-roles__item:focus-visible {
    background: var(--orange-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(13, 14, 16, 0.08);
    outline: none;
}

@media (max-width: 768px) {
    .tg-prolink-roles {
        padding: 70px var(--text-gutter);
    }

    .tg-prolink-roles__heading {
        font-size: clamp(34px, 9vw, 46px);
    }

    .tg-prolink-roles__intro {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .tg-prolink-roles__eyebrow::before,
    .tg-prolink-roles__eyebrow::after {
        width: 16px;
        margin-inline: 0.5rem;
    }

    .tg-prolink-roles__item {
        width: 100%;
        min-width: 0;
    }
}


/* =====================================
   Prolink Hero Partner Banner
===================================== */

.page-id-40344 .tg-hero__partner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.page-id-40344 .tg-hero__partner-logo {
    width: 150px;
    height: auto;
    display: block;
}

.page-id-40344 .tg-hero__partner-line {
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
    flex-shrink: 0;
}

.page-id-40344 .tg-hero__partner-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .page-id-40344 .tg-hero__partner {
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .page-id-40344 .tg-hero__partner-logo {
        width: 100px;
    }

    .page-id-40344 .tg-hero__partner-line {
        width: 24px;
    }

    .page-id-40344 .tg-hero__partner-text {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}


/* ================================
   Prolink Results Section
================================ */

.tg-prolink-results {
    padding: clamp(80px, 8vw, 120px) var(--text-gutter);
    background: var(--assessment-black);
    color: var(--c-white);
    text-align: center;
    margin-bottom:0px !important;
}

.tg-prolink-results__container {
    max-width: 1300px;
    margin: 0 auto;
}

.tg-prolink-results__header {
    max-width: 780px;
    margin: 0 auto 58px;
}

.tg-prolink-results__heading {
    margin: 0 0 12px;
    color: var(--c-white);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.tg-prolink-results__subheading {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.4;
}

.tg-prolink-results__grid {
    display: grid;
    grid-template-columns: 1.25fr 1.0fr 1.25fr;
    gap: 16px;
    align-items: stretch;
}

.tg-prolink-results__card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 190px;
    padding: 42px 46px;
    background: #f8f7f6;
    border: 5px solid var(--light-green-color);
    color: var(--c-black);
    text-align: left;
}

.tg-prolink-results__card:nth-child(2) {
    border-color: var(--assessment-orange);
}

.tg-prolink-results__value {
    margin-bottom: 12px;
    font-size: clamp(58px, 5vw, 82px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.tg-prolink-results__label {
    color: rgba(13, 14, 16, 0.72);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tg-prolink-results__image-wrap {
    flex: 0 0 auto;
    margin-left: 28px;
}

.tg-prolink-results__img {
    width: 68px;
    height: 104px;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(13, 14, 16, 0.18);
}

.tg-prolink-results__arrow {
    position: absolute;
    right: 44px;
    bottom: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--assessment-black);
    color: var(--c-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1024px) {
    .tg-prolink-results__grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .tg-prolink-results__card {
        min-height: 170px;
    }
}

@media (max-width: 768px) {
    .tg-prolink-results {
        padding: 70px var(--text-gutter);
    }

    .tg-prolink-results__header {
        margin-bottom: 38px;
    }

    .tg-prolink-results__heading {
        font-size: clamp(34px, 9vw, 46px);
    }

    .tg-prolink-results__card {
        padding: 32px 28px;
    }

    .tg-prolink-results__value {
        font-size: clamp(48px, 13vw, 64px);
    }

    .tg-prolink-results__label {
        font-size: 12px;
    }

    .tg-prolink-results__arrow {
        right: 28px;
        bottom: 28px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .tg-prolink-results__img {
        width: 58px;
        height: 88px;
    }
}

/* ================================
   Prolink Problem Split Section
================================ */

.tg-prolink-problem {
    padding: 90px var(--text-gutter) 95px;
    background: var(--orange-color);
    color: var(--c-black);
}

.tg-prolink-problem__container {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 540px 1fr;
    gap: 70px;
    align-items: center;
}

.tg-prolink-problem__media {
    position: relative;
    min-height: 500px;
}

.tg-prolink-problem__image {
    position: absolute;
    overflow: hidden;
}

.tg-prolink-problem__image--left {
    width: 260px;
    left: 0;
    top: 0;
    z-index: 1;
}

.tg-prolink-problem__image--right {
    width: 285px;
    left: 285px;
    top: 12px;
    z-index: 2;
}

/* .tg-prolink-problem__image--left .tg-prolink-problem__img {
    height: 420px;
}

.tg-prolink-problem__image--right .tg-prolink-problem__img {
    height: 480px;
} */

.tg-prolink-problem__img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.tg-prolink-problem__heading {
    max-width: 620px;
    margin: 0 0 16px;
    color: var(--c-black);
    font-size: clamp(38px, 3.6vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.tg-prolink-problem__subheading {
    max-width: 500px;
    margin: 0 0 22px;
    color: var(--c-black);
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 500;
    line-height: 1.20;
}

.tg-prolink-problem__body {
    max-width: 650px;
    margin-bottom: 22px;
    color: var(--c-black);
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.35;
}

.tg-prolink-problem__body p {
    margin: 0;
}

.tg-prolink-problem__list-heading {
    margin: 0 0 18px;
    color: var(--c-black);
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 500;
    line-height: 1.2;
}

.tg-prolink-problem__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 34px;
    margin-bottom: 28px;
}

.tg-prolink-problem__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--c-black);
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 500;
    line-height: 1.25;
}

.tg-prolink-problem__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tg-prolink-problem__icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.tg-prolink-problem__cta {
    margin-top: 26px;
}

@media (max-width: 1024px) {
    .tg-prolink-problem__container {
        grid-template-columns: 1fr;
        gap: 50px;
        align-items: start;
    }

    .tg-prolink-problem__media {
        width: 100%;
        max-width: 560px;
        min-height: 520px;
        margin: 0 auto;
    }

    .tg-prolink-problem__copy {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .tg-prolink-problem {
        padding: 70px var(--text-gutter);
    }

    .tg-prolink-problem__media {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        max-width: 100%;
    }

    .tg-prolink-problem__image {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .tg-prolink-problem__image--left,
    .tg-prolink-problem__image--right {
        left: auto;
        top: auto;
        width: 100%;
    }

    .tg-prolink-problem__img {
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .tg-prolink-problem__heading {
        font-size: clamp(34px, 8vw, 44px);
    }

    .tg-prolink-problem__items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .tg-prolink-problem__media {
        grid-template-columns: 1fr;
    }

    .tg-prolink-problem__img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .tg-prolink-problem__media {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin: 0 auto 32px;
    }

    .tg-prolink-problem__image,
    .tg-prolink-problem__image--left,
    .tg-prolink-problem__image--right {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        transform: none;
    }

    .tg-prolink-problem__img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center;
    }

    .tg-prolink-problem__image--right {
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .tg-prolink-problem__img {
        height: 260px;
    }

    .tg-prolink-problem__image--right {
        margin-top: 22px;
    }
}



/* ================================
   Prolink Testimonials Section
================================ */

.tg-prolink-testimonials {
    padding: clamp(80px, 8vw, 100px) var(--text-gutter);
    background: var(--c-white);
    color: var(--c-black);
}

.tg-prolink-testimonials__container {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: clamp(60px, 7vw, 100px);
    align-items: start;
}

.tg-prolink-testimonials__eyebrow {
    max-width: 400px;
    margin-bottom: 22px;
    color: rgba(13, 14, 16, 0.75);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tg-prolink-testimonials__heading {
    max-width: 350px;
    margin: 0 0 34px;
    color: var(--c-black);
    font-size: clamp(28px, 2.4vw, 30px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 500 !important;
}

.tg-prolink-testimonials__avatars {
    display: flex;
    align-items: center;
    padding-left: 6px;
}

.tg-prolink-testimonials__avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--c-white);
    box-shadow: 0 8px 18px rgba(13, 14, 16, 0.18);
    margin-left: -8px;
}

.tg-prolink-testimonials__avatar:first-child {
    margin-left: 0;
}

.tg-prolink-testimonials__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 4vw, 56px);
}

.tg-prolink-testimonials__card {
    background: var(--c-white);
    padding: 34px 34px 28px;
    box-shadow: 0 22px 44px rgba(13, 14, 16, 0.12);
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.tg-prolink-testimonials__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.tg-prolink-testimonials__rating-number {
    color: var(--c-black);
    font-size: 13px;
    line-height: 1;
}

.tg-prolink-testimonials__stars {
    color: var(--orange-color);
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.tg-prolink-testimonials__quote {
    margin: 0;
    color: rgba(13, 14, 16, 0.82);
    font-size: 14px;
    line-height: 1.55;
}

.tg-prolink-testimonials__footer {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(13, 14, 16, 0.14);
}

.tg-prolink-testimonials__name {
    color: var(--c-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.tg-prolink-testimonials__title {
    margin-top: 4px;
    color: rgba(13, 14, 16, 0.75);
    font-size: 13px;
    line-height: 1.25;
}

@media (max-width: 1024px) {
    .tg-prolink-testimonials__container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tg-prolink-testimonials__heading {
        max-width: 520px;
    }
}

@media (max-width: 768px) {
    .tg-prolink-testimonials {
        padding: 70px var(--text-gutter);
    }

    .tg-prolink-testimonials__cards {
        grid-template-columns: 1fr;
    }

    .tg-prolink-testimonials__card {
        padding: 28px 24px;
    }
}

.tg-prolink-testimonials__avatars {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.tg-prolink-testimonials__avatar-wrap {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    box-shadow: 0 14px 24px rgba(13, 14, 16, 0.18);
    overflow: hidden;
    border:3px solid white;
}

.tg-prolink-testimonials__avatar-wrap:first-child {
    margin-left: 0;
}

.tg-prolink-testimonials__avatar-wrap--1 {
    background: var(--orange-color);
}

.tg-prolink-testimonials__avatar-wrap--2 {
    background: var(--blue-color);
}

.tg-prolink-testimonials__avatar-wrap--3 {
    background: var(--red-color);
}

.tg-prolink-testimonials__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 0;
}

blockquote.tg-prolink-testimonials__quote{
    padding: 0px 20px !important;
}

/* ================================
   Prolink Assessment Feature
================================ */

.tg-prolink-assessment {
    padding: clamp(50px, 8vw, 70px) var(--text-gutter);
    background: var(--assessment-black);
    color: var(--c-white);
    margin-bottom: 0px !important;
}

.tg-prolink-assessment__container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 30px;
    align-items: start;
}

.tg-prolink-assessment__copy {
    padding-top: 85px;
    max-width: 610px;
}

.tg-prolink-assessment__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tg-prolink-assessment__eyebrow span {
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
}

.tg-prolink-assessment__eyebrow p {
    margin: 0;
    color: var(--c-white);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tg-prolink-assessment__heading {
    margin: 0 0 16px;
    color: var(--c-white);
    font-size: clamp(38px, 3.6vw, 50px);
    font-weight: 500 !important;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.tg-prolink-assessment__subheading {
    max-width: 590px;
    margin: 0 0 24px;
    color: var(--c-white);
    font-size: clamp(19px, 1.55vw, 26px);
    font-weight: 500;
    line-height: 1.3;
}

.tg-prolink-assessment__body {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.42;
}

.tg-prolink-assessment__body p {
    margin: 0 0 18px;
}

.tg-prolink-assessment__body p:last-child {
    margin-bottom: 0;
}

.tg-prolink-assessment__media {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.tg-prolink-assessment__badge {
    position: absolute;
    left: -110px;
    top: 0;
    width: 92px;
    height: 92px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    color: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.tg-prolink-assessment__img {
    width: min(100%, 430px);
    height: 570px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .tg-prolink-assessment__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .tg-prolink-assessment__copy {
        max-width: 720px;
        padding-top: 0px;
    }

    .tg-prolink-assessment__media {
        justify-content: flex-start;
        max-width: 520px;
    }

    .tg-prolink-assessment__badge {
        left: auto;
        right: -28px;
        top: -28px;
    }
}

@media (max-width: 768px) {
    .tg-prolink-assessment {
        padding: 70px var(--text-gutter);
    }

    .tg-prolink-assessment__heading {
        font-size: clamp(34px, 9vw, 46px);
    }

    .tg-prolink-assessment__img {
        width: 100%;
        height: auto;
    }

    .tg-prolink-assessment__badge {
        width: 72px;
        height: 72px;
        right: 16px;
        top: 16px;
        font-size: 26px;
    }
}

/* ================================
   Prolink Details Grid Section
================================ */

.tg-prolink-details {
    padding: 0 var(--text-gutter) 90px;
    background: var(--assessment-black);
    color: var(--c-white);
}

.tg-prolink-details__container {
    max-width: var(--container);
    margin: 0 auto;
}

.tg-prolink-details__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tg-prolink-details__card {
    min-height: 290px;
    padding: 32px 34px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.tg-prolink-details__card:last-child {
    border-right: 0;
}

.tg-prolink-details__icon {
    width: 28px;
    height: 28px;
    margin-bottom: 28px;
}

.tg-prolink-details__icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.tg-prolink-details__heading {
    max-width: 230px;
    margin: 0 0 16px;
    color: var(--c-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.tg-prolink-details__list {
    margin: 0;
    padding-left: 18px;
    color: var(--c-white);
    font-size: 14px;
    line-height: 1.45;
}

.tg-prolink-details__list li {
    margin-bottom: 8px;
}

.tg-prolink-details__list li:last-child {
    margin-bottom: 0;
}

.tg-prolink-details__note {
    max-width: 940px;
    margin: 18px auto 0;
    color: var(--c-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.tg-prolink-details__note p {
    margin: 0;
}

.tg-prolink-details__note strong {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .tg-prolink-details__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tg-prolink-details__card:nth-child(2) {
        border-right: 0;
    }

    .tg-prolink-details__card:nth-child(1),
    .tg-prolink-details__card:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 768px) {
    .tg-prolink-details {
        padding: 0 var(--text-gutter) 70px;
    }

    .tg-prolink-details__grid {
        grid-template-columns: 1fr;
    }

    .tg-prolink-details__card {
        min-height: auto;
        padding: 38px 28px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .tg-prolink-details__card:last-child {
        border-bottom: 0;
    }

    .tg-prolink-details__note {
        font-size: 13px;
    }
}

.tg-prolink-details__card {
    min-height: 290px;
    padding: 52px 34px 40px;
    border-right: 1px solid rgba(255,255,255,.18);
    transition: background-color .25s ease;
}

.tg-prolink-details__card:hover {
    background: var(--orange-color);
}

.tg-prolink-details__card:hover,
.tg-prolink-details__card:hover .tg-prolink-details__heading,
.tg-prolink-details__card:hover .tg-prolink-details__list,
.tg-prolink-details__card:hover .tg-prolink-details__list li {
    color: var(--c-black);
}

.tg-prolink-details__card:hover .tg-prolink-details__icon-img {
    filter: none;
}


.assessments-chooser__subheading {
    max-width: 960px;
    margin: 0 auto 58px;
    color: #3f3f3f;
    font-size: clamp(18px, 1.55vw, 20px);
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.page-id-40344 .assessments-chooser__heading{
    margin: 0 auto 20px !important;
    max-width: 1000px !important;
}

.tg-solutions-grid__subheading{
    font-size: clamp(18px, 1.55vw, 20px);
}

.page-id-40344 .tg-solutions-grid{
    background-color: #F8F7F6 !important;
    padding: 80px !important;
}

.page-id-40344  .tg-prefooter-cta__title{
    max-width:800px !important;
    margin: auto;
    padding-bottom: 20px;
}

.tg-prolink-roles__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tg-prolink-roles__item:hover,
.tg-prolink-roles__item:focus-visible {
    color: #000000;
    text-decoration: none;
}

.tg-prolink-roles__item--disabled {
    cursor: default;
    opacity: 0.55;
    pointer-events: none;
}