.posts-carousel {
    --meta-dark: #252523;
    --meta-text: #626260;
    --meta-pink: #ff3366;
    --meta-gradient: linear-gradient(90deg, #c73876 0%, #fc3366 100%);
    position: relative;
    padding: 7rem 0 4rem;
    overflow: hidden;
}

.posts-carousel .container {
    max-width: 156rem;
}

.posts-carousel h2 {
    margin: 0 0 3.8rem;
    font-size: 3.8rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--meta-dark);
}

.posts-carousel:before,
.posts-carousel:after {
    content: "";
    position: absolute;
    height: .6rem;
    background: var(--meta-gradient);
}

.posts-carousel:before {
    top: 0;
    left: 0;
    width: 42rem;
}

.posts-carousel__shell {
    margin-right: calc(50% - 50vw);
    padding-right: max(1.5rem, calc(50vw - 50%));
}

.posts-carousel__viewport {
    opacity: 0;
    transition: opacity .2s ease;
}

.posts-carousel__viewport.slick-initialized {
    opacity: 1;
}

.posts-carousel__viewport .slick-list {
    overflow: visible;
}

.posts-carousel__viewport .slick-track {
    display: flex;
    margin-left: 0;
}

.posts-carousel__viewport .slick-slide {
    height: inherit;
    margin-right: 3rem;
}

.posts-carousel__viewport .slick-slide > div,
.posts-carousel__viewport .slick-slide article {
    height: 100%;
}

.posts-carousel__card {
    min-width: 0;
    background: rgba(217, 217, 217, .12);
    height: 100%;
}

.posts-carousel__image {
    display: block;
    width: 100%;
    height: 25.5rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.posts-carousel__image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21rem;
    height: .9rem;
    background: var(--meta-gradient);
}

.posts-carousel__content {
    padding: 2.8rem 3rem 3rem;
}

.posts-carousel__content h3 {
    margin: 0 0 1.6rem;
    font-size: 2.2rem;
    line-height: 1.22;
    font-weight: 600;
}

.posts-carousel__content h3 a {
    color: var(--meta-dark);
}

.posts-carousel__content p {
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: -.04rem;
    color: var(--meta-text);
}

.posts-carousel__more {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: -.04rem;
    font-weight: 600;
    color: #262424;
}

.posts-carousel a:hover {
    color: var(--meta-pink);
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 767px) {
    .posts-carousel h2 {
        font-size: 3.2rem;
    }

    .posts-carousel__shell {
        padding-right: 1.5rem;
    }

    .posts-carousel__viewport .slick-slide {
        margin-right: 2rem;
    }
}

.grey_section {
    white-space: pre-line;
    font-size: 3.5rem
}

.blog-archive-header {
    position: relative;
}


.blog-archive-header .container {
    position: relative;
    z-index: 1;
}

.blog-archive {
    position: relative;
    padding: 3rem 0 0;
    margin-top: 5rem;
}


.blog-archive__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.blog-archive__card {
    display: flex;
    align-items: stretch;
    background: rgba(217, 217, 217, .12);
    min-height: 25.4rem;
    overflow: hidden;
}

.blog-archive__image {
    position: relative;
    flex: 0 0 36.2rem;
    min-height: 25.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-archive__image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21rem;
    height: .9rem;
    background: linear-gradient(90deg, #c73876 0%, #fc3366 100%);
}

.blog-archive__content {
    flex: 1;
    padding: 2.8rem 3.4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-archive__title {
    margin: 0 0 1.8rem;
    font-size: 3.4rem;
    line-height: 1.18;
    font-weight: 600;
    color: #252523;
}

.blog-archive__title a {
    color: inherit;
}

.blog-archive__excerpt {
    margin: 0 0 2rem;
    max-width: 80.4rem;
    font-size: 1.8rem;
    line-height: 1.89;
    letter-spacing: -.02em;
    color: #626260;
}

.blog-archive__more {
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.89;
    letter-spacing: -.02em;
    font-weight: 600;
    color: #262424;
}

.blog-archive__card a:hover {
    color: #ff3366;
    text-decoration: none;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 5rem;
}

.blog-pagination__item a,
.blog-pagination__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.2rem;
    height: 5.2rem;
    padding: 0 1.6rem;
    border: 1px solid rgba(125, 68, 143, .16);
    background: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #252523;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.blog-pagination__item .current {
    border-color: transparent;
    background: linear-gradient(135deg, #fc3366 0%, #7d448f 100%);
    color: #fff;
}

.blog-pagination__item a:hover,
.blog-pagination__item .next:hover,
.blog-pagination__item .prev:hover {
    border-color: transparent;
    background: linear-gradient(135deg, rgba(252, 51, 102, .12) 0%, rgba(125, 68, 143, .18) 100%);
    color: #7d448f;
    text-decoration: none;
    transform: translateY(-.2rem);
}

.blog-archive__empty {
    padding: 6rem 4rem;
    background: rgba(217, 217, 217, .12);
    text-align: center;
}

.blog-archive__empty h2 {
    margin-bottom: 1.6rem;
    font-size: 3rem;
    font-weight: 600;
    color: #252523;
}

.blog-archive__empty p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #626260;
}

@media screen and (max-width: 991px) {
    .blog-archive {
        padding-top: 1rem;
    }

    .blog-archive__card {
        flex-direction: column;
    }

    .blog-archive__image {
        flex-basis: auto;
        width: 100%;
    }

    .blog-archive__content {
        padding: 2.8rem 2.4rem;
    }

    .blog-archive__title {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-archive-header {
        padding-bottom: 1rem;
    }

    .blog-archive__list {
        gap: 2rem;
    }

    .blog-archive__image {
        min-height: 22rem;
    }

    .blog-archive__image:after {
        width: 14rem;
    }

    .blog-archive__content {
        padding: 2.4rem 2rem 2.6rem;
    }

    .blog-archive__title {
        font-size: 2.4rem;
    }

    .blog-archive__excerpt,
    .blog-archive__more {
        font-size: 1.7rem;
        line-height: 1.75;
    }

    .blog-pagination {
        gap: .8rem;
    }

    .blog-pagination__item a,
    .blog-pagination__item span {
        min-width: 4.6rem;
        height: 4.6rem;
        padding: 0 1.2rem;
        font-size: 1.6rem;
    }

    .blog-archive:after {
        margin-top: 5rem;
    }
}
