.blog-page {
    background: #ffffff;
    color: #555b6d;
}

.blog-page a {
    color: inherit;
}

.blog-header {
    background: #ffffff;
    border-bottom: 1px solid #edf0f6;
    position: sticky;
    top: 0;
    z-index: 20;
}

.blog-header__inner {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 82px;
    padding: 0 20px;
}

.blog-header__phone {
    color: #101014;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.blog-header__phone i {
    font-size: 15px;
    margin-right: 6px;
}

.blog-header__nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-end;
}

.blog-header__nav a {
    color: #777d91;
    font-size: 14px;
    font-weight: 700;
}

.blog-header__nav a:hover,
.blog-header__nav a[aria-current="page"] {
    color: #5956e9;
}

.blog-header__button {
    background: #5956e9;
    border-radius: 6px;
    color: #ffffff !important;
    display: inline-flex;
    padding: 13px 24px;
}

.blog-list-hero,
.blog-article-hero {
    background: #f7f8fd;
    overflow: hidden;
    padding: 105px 0 75px;
    position: relative;
}

.blog-list-hero::after,
.blog-article-hero::after {
    background: #ffdc60;
    border-radius: 0 58px 58px 58px;
    content: "";
    height: 126px;
    opacity: .95;
    position: absolute;
    right: 10%;
    top: 92px;
    width: 126px;
}

.blog-list-hero::before,
.blog-article-hero::before {
    background: #82cefd;
    border-radius: 58px 58px 0 58px;
    content: "";
    height: 104px;
    opacity: .9;
    position: absolute;
    right: 19%;
    top: 150px;
    width: 104px;
}

.blog-list-hero .container,
.blog-article-hero .container {
    position: relative;
    z-index: 2;
}

.blog-kicker {
    color: #5956e9;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.blog-list-hero h1,
.blog-article-hero h1 {
    color: #292930;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 22px;
    max-width: 820px;
}

.blog-list-hero p {
    color: #707686;
    font-size: 19px;
    line-height: 32px;
    max-width: 720px;
}

.blog-list-section {
    padding: 82px 0 92px;
}

.blog-list {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.blog-card {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #f1f3f6;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(41, 41, 48, .06);
    display: grid;
    grid-template-columns: minmax(260px, 420px) 1fr;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.blog-card__image {
    background: #f7f8fd;
    display: block;
    height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
}

.blog-card__image img {
    display: block;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.blog-card__body {
    max-width: 100%;
    min-width: 0;
    padding: 42px;
}

.blog-meta {
    color: #8a90a2;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    gap: 14px;
    margin-bottom: 18px;
}

.blog-meta span {
    align-items: center;
    display: inline-flex;
}

.blog-meta span + span::before {
    background: #ffdc60;
    border-radius: 50%;
    content: "";
    height: 7px;
    margin-right: 14px;
    width: 7px;
}

.blog-card h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
}

.blog-card h2 a {
    color: #292930;
}

.blog-card h2 a:hover,
.blog-read-more:hover {
    color: #5956e9;
}

.blog-card p {
    color: #707686;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 24px;
    overflow-wrap: anywhere;
}

.blog-read-more {
    color: #292930;
    font-size: 15px;
    font-weight: 700;
}

.blog-read-more::after {
    content: " ->";
}

.blog-back-link {
    color: #5956e9;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.blog-article-section {
    padding: 72px 0 95px;
}

.blog-featured-image {
    margin: 0 0 48px;
}

.blog-featured-image img {
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(41, 41, 48, .08);
    display: block;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    width: 100%;
}

.blog-article-layout {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: 290px minmax(0, 1fr);
}

.blog-toc {
    background: #f7f8fd;
    border: 1px solid #eef1f8;
    border-radius: 8px;
    padding: 28px;
    position: sticky;
    top: 112px;
}

.blog-toc h2 {
    color: #292930;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.blog-toc ol {
    margin: 0;
    padding-left: 22px;
}

.blog-toc li {
    list-style: decimal;
    margin-bottom: 12px;
    padding-left: 2px;
}

.blog-toc li::marker {
    color: #5956e9;
    font-weight: 700;
}

.blog-toc__sublist {
    list-style-type: decimal;
    margin-top: 10px !important;
    padding-left: 20px !important;
}

.blog-toc a {
    color: #707686;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.blog-toc a:hover {
    color: #5956e9;
}

.blog-article {
    min-width: 0;
}

.blog-article__content {
    color: #555b6d;
}

.blog-article__content p,
.blog-article__content li {
    color: #555b6d;
    font-size: 18px;
    line-height: 32px;
}

.blog-article__content p {
    margin-bottom: 22px;
}

.blog-article__content h2,
.blog-article__content h3 {
    color: #292930;
    font-weight: 700;
    letter-spacing: 0;
}

.blog-article__content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 54px 0 20px;
}

.blog-article__content h3 {
    font-size: 26px;
    margin: 34px 0 16px;
}

.blog-article__content ul {
    margin: 0 0 28px;
    padding-left: 24px;
}

.blog-article__content li {
    list-style: disc;
    margin-bottom: 12px;
}

.blog-note {
    background: #fff7db;
    border-left: 5px solid #ffdc60;
    border-radius: 8px;
    color: #292930;
    margin: 30px 0;
    padding: 22px 24px;
}

.blog-note p {
    color: #292930;
    margin-bottom: 0;
}

.blog-inline-image {
    margin: 44px 0;
}

.blog-inline-image img {
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(41, 41, 48, .08);
    display: block;
    width: 100%;
}

.blog-inline-image figcaption {
    color: #8a90a2;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
}

.blog-cta {
    background: #5956e9;
    border-radius: 8px;
    margin-top: 62px;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.blog-cta::after {
    background: #ffdc60;
    border-radius: 52px 52px 0 52px;
    bottom: -26px;
    content: "";
    height: 108px;
    opacity: .95;
    position: absolute;
    right: 38px;
    width: 108px;
}

.blog-cta .blog-kicker,
.blog-cta h2,
.blog-cta p,
.blog-cta__actions {
    position: relative;
    z-index: 2;
}

.blog-cta .blog-kicker,
.blog-cta h2,
.blog-cta p {
    color: #ffffff;
}

.blog-cta h2 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 14px;
}

.blog-cta p {
    max-width: 650px;
}

.blog-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.blog-btn {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
}

.blog-btn--primary {
    background: #ffdc60;
    color: #292930;
}

.blog-btn--secondary {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
}

.blog-footer {
    background: #423ef3;
    color: #ffffff;
    overflow: hidden;
    padding: 76px 0;
}

.blog-footer__inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 340px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
}

.blog-footer h2,
.blog-footer p,
.blog-footer a,
.blog-footer .blog-kicker {
    color: #ffffff;
}

.blog-footer h2 {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.blog-footer p {
    font-size: 18px;
    max-width: 660px;
}

.blog-footer__link {
    color: #ffdc60 !important;
    display: inline-block;
    font-weight: 700;
    margin-top: 12px;
}

.blog-footer img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .blog-header__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .blog-header__nav {
        justify-content: flex-start;
    }

    .blog-list-hero,
    .blog-article-hero {
        padding: 72px 0 58px;
    }

    .blog-list-hero h1,
    .blog-article-hero h1 {
        font-size: 42px;
    }

    .blog-card,
    .blog-article-layout,
    .blog-footer__inner {
        grid-template-columns: 1fr;
    }

    .blog-card__image {
        aspect-ratio: 16 / 9;
        min-height: 240px;
    }

    .blog-toc {
        position: static;
    }
}

@media (max-width: 767px) {
    .blog-header__nav {
        gap: 14px;
    }

    .blog-header__nav a {
        font-size: 13px;
    }

    .blog-header__button {
        padding: 10px 16px;
    }

    .blog-list-hero::before,
    .blog-list-hero::after,
    .blog-article-hero::before,
    .blog-article-hero::after {
        display: none;
    }

    .blog-list-hero h1,
    .blog-article-hero h1 {
        font-size: 36px;
    }

    .blog-card__body,
    .blog-cta {
        padding: 28px;
    }

    .blog-card h2,
    .blog-cta h2 {
        font-size: 28px;
    }

    .blog-article__content h2 {
        font-size: 30px;
    }

    .blog-article__content p,
    .blog-article__content li {
        font-size: 17px;
        line-height: 30px;
    }
}
