/* Services parity with the public 001k layout. Keep this layer loaded last. */

html body.onek-body.onek-landing-page .onek-services-section {
    position: relative;
    width: auto;
    height: auto !important;
    min-height: 0;
    margin: 204px 0 0 calc(50vw - 626px) !important;
    padding: 0 !important;
    background: none;
    overflow: visible;
}

html body.onek-body.onek-landing-page .onek-services-section::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 441.85px;
    height: 596.44px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #4058d7 0%, rgba(217, 217, 217, 0) 100%);
    opacity: .1;
    transform: rotate(35.12deg);
    transform-origin: center;
    pointer-events: none;
}

html body.onek-body.onek-landing-page .onek-services-section::after {
    content: none;
}

html body.onek-body.onek-landing-page .onek-services-section > .onek-container {
    width: auto !important;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-title-row {
    position: relative;
    display: block;
    width: auto !important;
    height: 58px;
    margin: 0 !important;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-services-number {
    display: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 55.66px;
    text-align: left;
    text-transform: uppercase;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 span {
    display: block;
    margin: 17px 0 0;
    padding: 0;
    font: inherit;
    line-height: 1;
    text-align: inherit;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 .onek-services-title-bottom {
    margin-left: 168px;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-window {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows {
    position: absolute;
    top: -65px;
    right: 120px;
    z-index: 2;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    padding: 0;
    border: 1px solid #2c2d31;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows button::before {
    content: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows svg {
    display: block;
    width: 14px;
    height: 24px;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows path {
    transition: fill .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows button:hover path,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows button:focus-visible path {
    fill: #1f5ea8;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-track {
    display: flex;
    gap: 0 !important;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 121px 0 0;
    padding: 0 0 69px !important;
    overflow: auto;
    scrollbar-color: #1f5ea8 #1d242e;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-track::-webkit-scrollbar {
    display: block;
    height: 8px;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-track::-webkit-scrollbar-track {
    background: #1d242e;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-track::-webkit-scrollbar-thumb {
    background: #1f5ea8;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card {
    position: relative;
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 336px;
    min-width: 336px;
    height: 416px;
    min-height: 0;
    margin: 0 47px 0 0;
    padding: 8px 8px 0 16px;
    border: 0;
    border-radius: 10px;
    background: #2c2d31;
    box-shadow: none;
    color: #fff;
    overflow: visible;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card::after {
    content: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover {
    width: 300px;
    border: 0;
    background-color: #0f0f0f;
    background-image:
        radial-gradient(circle at top left, rgba(225, 225, 227, .2), transparent 20%),
        radial-gradient(circle at bottom right, rgba(225, 225, 227, .2), transparent 20%);
    box-shadow: inset 0 0 0 2px #257add;
    color: #fff;
    outline: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top {
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    margin: 0;
    transform: none;
    transition: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top::before {
    content: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top .onek-service-card__icon {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0;
    object-fit: contain;
    opacity: 1;
    transform: none;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top .onek-service-card__cta {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0;
    object-fit: contain;
    opacity: 1;
    transform: none;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section p.onek-service-card__eyebrow {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 57.7px;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section h3.onek-service-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 56px;
    height: 56px;
    margin: 15px 0 35px;
    padding: 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section small.onek-service-card__text {
    display: block;
    margin: 0;
    padding: 0 28px 0 30px;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    transform: none;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__target {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    font-size: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card > a.onek-service-card__target {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover .onek-service-card__icon,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active .onek-service-card__icon,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible .onek-service-card__icon,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover .onek-service-card__icon {
    width: 60px;
    height: 60px;
    margin: 17px 0 0 8px;
    transform: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover .onek-service-card__cta,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active .onek-service-card__cta,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible .onek-service-card__cta,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover .onek-service-card__cta {
    width: 72px;
    height: 72px;
    margin: 0;
    transform: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover p.onek-service-card__eyebrow,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active p.onek-service-card__eyebrow,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible p.onek-service-card__eyebrow,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover p.onek-service-card__eyebrow {
    margin-left: 4px;
    transform: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover h3.onek-service-card__title,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active h3.onek-service-card__title,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible h3.onek-service-card__title,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover h3.onek-service-card__title {
    margin: 0 0 35px;
    line-height: 30px;
    transform: none;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover small.onek-service-card__text,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active small.onek-service-card__text,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible small.onek-service-card__text,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover small.onek-service-card__text {
    font-size: 14px;
    line-height: 21px;
    transform: none;
    scale: 1.2;
}

@media (max-width: 1280px) {
    html body.onek-body.onek-landing-page .onek-services-section {
        width: 100%;
        margin: 80px 0 0 !important;
    }

    html body.onek-body.onek-landing-page .onek-services-section::before {
        top: 25px;
        left: 130px;
        width: 264.62px;
        height: 357.21px;
        background: radial-gradient(50% 50% at 50% 50%, #f2c94c 0%, rgba(230, 210, 153, .467) 68.39%, rgba(217, 217, 217, 0) 100%);
        opacity: .1;
        transform: rotate(-50.83deg);
    }

    html body.onek-body.onek-landing-page .onek-services-section::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 50px;
        width: 207.39px;
        height: 279.95px;
        border-radius: 50%;
        background: radial-gradient(50% 50% at 50% 50%, #4058d7 0%, rgba(217, 217, 217, 0) 100%);
        opacity: .2;
        transform: rotate(55.04deg);
        transform-origin: center;
        pointer-events: none;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-title-row {
        position: static;
        width: 80% !important;
        max-width: 80%;
        height: 58px;
        margin: 0 auto !important;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-services-number {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: linear-gradient(190.01deg, #b7b7b7 -2.46%, #5d87b9 43.76%);
        -webkit-background-clip: text;
        color: transparent;
        font-family: Gilroy, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        opacity: .3;
        -webkit-text-fill-color: transparent;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: center;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 span,
    html body.onek-body.onek-landing-page .onek-services-section .onek-title-row h2 .onek-services-title-bottom {
        margin: 0;
        line-height: 29px;
        text-align: center;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-arrows {
        display: none;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-track {
        margin-top: 77px;
        padding: 0 0 69px 25px !important;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card {
        width: 276px;
        min-width: 276px;
        height: 330px;
        margin-right: 18px;
        padding: 8px 8px 0 16px;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover {
        width: 300px;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top .onek-service-card__icon {
        width: 48px;
        height: 48px;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card__top .onek-service-card__cta {
        width: 60px;
        height: 60px;
    }

    html body.onek-body.onek-landing-page .onek-services-section p.onek-service-card__eyebrow {
        line-height: 22px;
    }

    html body.onek-body.onek-landing-page .onek-services-section h3.onek-service-card__title {
        height: auto;
        min-height: 56px;
        margin: 15px 0;
        font-size: 20px;
        line-height: 22px;
    }

    html body.onek-body.onek-landing-page .onek-services-section small.onek-service-card__text {
        padding: 0;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover .onek-service-card__icon,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active .onek-service-card__icon,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible .onek-service-card__icon,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover .onek-service-card__icon {
        margin: 8px 0 0 8px;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover h3.onek-service-card__title {
        margin: 8px 0;
        line-height: 22px;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover small.onek-service-card__text {
        scale: 1;
    }
}

@media (min-width: 721px) {
    html body.onek-body.onek-landing-page .onek-services-section + .onek-mobile-glows--stats + .onek-stats {
        margin-top: 135px !important;
    }
}

@media (max-width: 720px) {
    html body.onek-body.onek-landing-page .onek-services-section::before,
    html body.onek-body.onek-landing-page .onek-services-section::after {
        content: none;
    }
}

@media (max-width: 575px) {
    html body.onek-body.onek-landing-page .onek-services-section .onek-title-row {
        width: 60% !important;
        max-width: 60%;
        min-width: 228px;
        height: 116px;
    }
}

/* Retire the legacy image scale while preserving the reference width transition. */
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover .onek-service-card__top img,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active .onek-service-card__top img,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible .onek-service-card__top img,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-within .onek-service-card__top img,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover .onek-service-card__top img {
    transform: none !important;
}

html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover .onek-service-card__top,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active .onek-service-card__top,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible .onek-service-card__top,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-within .onek-service-card__top,
html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover .onek-service-card__top {
    position: static;
    height: auto;
    margin: 0;
    transform: none !important;
    transition: none;
}

@media (min-width: 1281px) {
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover p.onek-service-card__eyebrow,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active p.onek-service-card__eyebrow,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible p.onek-service-card__eyebrow,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-within p.onek-service-card__eyebrow,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover p.onek-service-card__eyebrow {
        margin: 0 0 0 4px !important;
        padding: 0;
        font-size: 18px !important;
        font-weight: 400;
        line-height: 57.7px !important;
        transform: none !important;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-within h3.onek-service-card__title,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover h3.onek-service-card__title {
        height: 56px;
        min-height: 56px;
        margin: 0 0 35px !important;
        padding: 0;
        font-size: 26px !important;
        font-weight: 700;
        line-height: 30px !important;
        transform: none !important;
    }

    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:hover small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:active small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-visible small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card:focus-within small.onek-service-card__text,
    html body.onek-body.onek-landing-page .onek-services-section .onek-service-card.is-hover small.onek-service-card__text {
        padding: 0 28px 0 30px;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 21px !important;
        transform: none !important;
        transform-origin: center center !important;
        scale: 1.2 !important;
    }
}
