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

@keyframes onek-blog-reference-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

html body.onek-body.onek-landing-page .onek-blog {
    position: relative;
    box-sizing: border-box;
    width: min(1252px, 100%);
    height: auto;
    min-height: 0;
    margin: 63px auto 0;
    padding: 0;
    overflow: visible;
}

html body.onek-body.onek-landing-page .onek-blog::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 708.02px;
    height: 955.74px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #353a51 0%, rgba(211, 196, 147, .466) 68.39%, rgba(217, 217, 217, 0) 100%);
    opacity: .1;
    transform: rotate(119.15deg);
    transform-origin: center;
    pointer-events: none;
}

html body.onek-body.onek-landing-page .onek-blog > .onek-container {
    width: 100% !important;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-blog__title {
    position: relative;
    height: 56px;
}

html body.onek-body.onek-landing-page .onek-blog__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 56px;
    text-align: left;
    text-transform: uppercase;
}

html body.onek-body.onek-landing-page .onek-blog__number {
    display: none;
}

html body.onek-body.onek-landing-page .onek-blog__grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    width: 100%;
    height: auto;
    margin: 95px 0 0;
    padding: 0;
}

html body.onek-body.onek-landing-page .onek-blog__lead {
    position: relative;
    flex: 0 0 608px;
    width: 608px;
    height: 420px;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

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

html body.onek-body.onek-landing-page .onek-blog__skeleton {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background: linear-gradient(90deg, #676767 25%, #989898 50%, #676767 75%);
    background-size: 200% 100%;
    animation: onek-blog-reference-shimmer 5s linear infinite;
}

html body.onek-body.onek-landing-page .onek-blog__lead.is-loaded .onek-blog__skeleton {
    display: none;
}

html body.onek-body.onek-landing-page .onek-blog__lead > img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 608px;
    height: 420px;
    object-fit: fill;
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-blog__lead > img[hidden] {
    display: none;
}

html body.onek-body.onek-landing-page .onek-blog__lead:hover > img,
html body.onek-body.onek-landing-page .onek-blog__lead:active > img,
html body.onek-body.onek-landing-page .onek-blog__lead:focus-visible > img,
html body.onek-body.onek-landing-page .onek-blog__lead.is-active > img {
    filter: none;
}

html body.onek-body.onek-landing-page .onek-blog__lead > div {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 16px;
}

html body.onek-body.onek-landing-page .onek-blog time,
html body.onek-body.onek-landing-page .onek-blog__list time {
    display: block;
    margin: 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

html body.onek-body.onek-landing-page .onek-blog h3,
html body.onek-body.onek-landing-page .onek-blog__lead h3,
html body.onek-body.onek-landing-page .onek-blog__list h3 {
    width: auto;
    max-width: 500px;
    height: auto;
    max-height: none;
    margin: 16px 0 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    overflow: visible;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-blog p,
html body.onek-body.onek-landing-page .onek-blog__lead p,
html body.onek-body.onek-landing-page .onek-blog__list p {
    width: auto;
    height: auto;
    max-height: 64px;
    margin: 16px 0 0;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
}

html body.onek-body.onek-landing-page .onek-blog__list {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
    width: auto;
    height: 420px;
    margin: 0;
    padding: 0 0 0 73px;
}

html body.onek-body.onek-landing-page .onek-blog__list article {
    display: contents;
}

html body.onek-body.onek-landing-page .onek-blog__list article > a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 16px 0;
    padding: 0 0 0 19px;
    border: 0;
    border-left: 1px solid #fdfdfd;
    color: #fff;
    overflow: visible;
    transition: all .3s ease-in-out;
}

html body.onek-body.onek-landing-page .onek-blog__list article > a:hover,
html body.onek-body.onek-landing-page .onek-blog__list article > a:active,
html body.onek-body.onek-landing-page .onek-blog__list article > a:focus-visible,
html body.onek-body.onek-landing-page .onek-blog__list article.is-active > a {
    border-left-color: #257add;
    outline: 0;
}

html body.onek-body.onek-landing-page .onek-blog__list article > a:hover h3,
html body.onek-body.onek-landing-page .onek-blog__list article > a:active h3,
html body.onek-body.onek-landing-page .onek-blog__list article > a:focus-visible h3,
html body.onek-body.onek-landing-page .onek-blog__list article.is-active > a h3 {
    color: #257add;
}

@media (max-width: 1280px) {
    html body.onek-body.onek-landing-page .onek-blog {
        width: min(1252px, 100%);
        margin-top: 95px;
    }

    html body.onek-body.onek-landing-page .onek-blog::before {
        top: -60px;
        left: 40px;
        width: 207.39px;
        height: 279.95px;
        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-blog__title {
        height: 34px;
    }

    html body.onek-body.onek-landing-page .onek-blog__title h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        text-align: center;
    }

    html body.onek-body.onek-landing-page .onek-blog__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-blog__grid {
        flex-direction: column;
        height: auto;
        margin-top: 50px;
        padding: 0 24px;
    }

    html body.onek-body.onek-landing-page .onek-blog__lead {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 608 / 405;
        background: #f0f0f0;
        overflow: hidden;
    }

    html body.onek-body.onek-landing-page .onek-blog__lead > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    html body.onek-body.onek-landing-page .onek-blog__lead > div {
        width: auto;
    }

    html body.onek-body.onek-landing-page .onek-blog h3,
    html body.onek-body.onek-landing-page .onek-blog__lead h3,
    html body.onek-body.onek-landing-page .onek-blog__list h3 {
        max-height: 40px;
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        transition: all .1s ease-in-out;
    }

    html body.onek-body.onek-landing-page .onek-blog__list {
        flex: 0 0 auto;
        align-items: stretch;
        justify-content: flex-start;
        width: auto;
        height: auto;
        padding-left: 10px;
    }

    html body.onek-body.onek-landing-page .onek-blog__list article > a {
        margin: 32px 0 0;
        transition: all .1s ease-in-out;
    }
}

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