@font-face {
        font-family: 'AktivGrotesk-Medium';
        src: url("/static/fonts/AktivGrotesk-Medium.otf");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    :root {
        --ink: #1f1f1f;
        --muted: #696969;
        --line: #d7d0c5;
        --cream: #fcf1de;
        --soft: #f6f6f6;
        --blue: #0b3f88;
        --max: 1440px;
        --inner-x: 95px;
    }

    * {
        box-sizing: border-box;
    }

    .font-medium {
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
    }

    .content.container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html,
    body {
        margin: 0;
        color: var(--ink);
        background: #fff;
        font-size: 16px;
        line-height: 1.55;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .page {
        width: 100%;
        overflow: visible;
    }

    .page > .banner-image {
        background: #eeeeee;
        box-sizing: border-box;
        display: block;
        max-width: none;
        width: 100% !important;
        height: 305px;
        object-fit: cover;
        object-position: center 36%;
    }

    .wrap {
        width: min(var(--max), 100%);
        margin: 0 auto;
        padding: 0 var(--inner-x);
    }

    .article {
        padding: 62px 0 0;
    }

    .title {
        font-size: 40px;
        line-height: 48px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 0 24px;
    }

    .meta {
        font-size: 18px;
        line-height: 27px;
        font-style: italic;
        margin-bottom: 38px;
    }

    .toc {
        background: var(--soft);
        margin-left: calc(var(--inner-x) * -1);
        margin-right: calc(var(--inner-x) * -1);
        padding: 36px var(--inner-x) 34px;
        margin-bottom: 54px;
    }

    .toc-title {
        font-size: 22px;
        line-height: 28px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        margin-bottom: 22px;
    }

    .toc-row {
        display: block;
        color: #0D5B45;
        font-size: 18px;
        line-height: 27px;
        padding: 7px 0;
        padding-left: 16px;
        text-decoration: underline;
        text-underline-offset: 2px;
        cursor: pointer;
    }

    .section {
        margin-top: 56px;
    }

    .section-title {
        font-size: 24px;
        line-height: 32px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        margin-bottom: 30px;
        scroll-margin-top: 100px;
    }

    .subhead {
        font-size: 22px;
        line-height: 28px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        margin: 34px 0 16px;
    }

    .copy {
        font-size: 18px;
        line-height: 27px;
        margin: 0 0 22px;
    }

    .note {
        font-size: 18px;
        line-height: 27px;
        font-style: italic;
        margin: 30px 0 22px;
        font-family: 'AktivGrotesk-Medium';
    }

    .note-link,
    .faq-link,
    .copy-link {
        color: #0D5B45;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .reg-mark {
        font-size: 90%;
        top: -0.1em;
    }

    .cta-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 310px;
        margin: 58px 0 64px;
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
        overflow: hidden;
    }

    .cta-image {
        min-height: 310px;
        background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/mature-women/product.webp");
        background-color: #f7ecde;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cta-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 48px 64px;
        text-align: center;
    }

    .cta-title {
        max-width: 420px;
        font-size: 24px;
        line-height: 32px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        margin-bottom: 24px;
    }

    .cta-text {
        max-width: 500px;
        font-size: 18px;
        line-height: 27px;
        color: #666;
        margin-bottom: 26px;
    }

    .button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 326px;
        height: 48px;
        padding: 0;
        background: #0D5B45;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0;
        text-align: center;
        margin: 0 auto;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        padding-top: 2px;
    }

    .button:hover {
        color: white !important;
        background: #184030 !important;
    }

    .button:focus,
    .button:active {
        background: #184030 !important;
        color: white !important;
        text-decoration: none !important;
    }

    .wide-photo {
        height: 585px;
        margin: 48px 0 64px;
        background-size: cover;
        background-position: center;
    }

    .photo-one {
        background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/black-girl/landing1.webp");
    }

    .photo-two {
        background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/black-girl/landing2.webp");
        background-position: center 40%;
    }

    .compare-intro {
        margin-bottom: 24px;
    }

    .table {
        background: var(--cream);
        border: 1px solid var(--line);
        margin: 28px 0 34px;
        overflow: hidden;
    }

    .table-row {
        display: grid;
        grid-template-columns: 1.05fr 1fr 1fr 1fr 1fr;
        border-top: 1px solid var(--line);
    }

    .table-row:first-child {
        border-top: 0;
    }

    .table-cell {
        min-height: 72px;
        padding: 18px 16px;
        border-left: 1px solid var(--line);
        font-size: 15px;
        line-height: 1.35;
    }

    .table-cell:first-child {
        border-left: 0;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
    }

    .table-head .table-cell {
        min-height: 60px;
        font-size: 17px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        text-align: center;
    }

    .table-head .table-cell:first-child {
        text-align: left;
    }

    .bold-block {
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
    }

    .faq-band {
        background: transparent;
        padding: 0 0 80px;
        margin-top: 30px;
    }

    .faq-band .wrap {
        background: #f4f4f4;
        padding-top: 36px;
        padding-bottom: 34px;
    }

    .faq-title {
        font-size: 24px;
        line-height: 32px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        margin-bottom: 20px;
        scroll-margin-top: 100px;
    }

    .faq-item {
        padding: 0 0 15px;
    }

    .faq-question {
        border-bottom: 1px solid #9f9f9f;
        padding: 20px 48px 26px 0;
        font-size: 22px;
        line-height: 28px;
        font-family: 'AktivGrotesk-Medium';
        font-weight: 500;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    .faq-question::after {
        content: "";
        position: absolute;
        right: 8px;
        top: 50%;
        width: 11px;
        height: 11px;
        border-left: 1px solid #9B9B9B;
        border-top: 1px solid #9B9B9B;
        transform: translateY(-50%) rotate(225deg);
        transform-origin: center;
        transition: transform .28s ease;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        font-size: 18px;
        line-height: 27px;
        color: #111;
        opacity: 0;
        transform: translateY(-4px);
        transition:
            max-height .34s ease,
            opacity .18s ease,
            padding-top .24s ease,
            transform .24s ease;
        will-change: max-height, opacity, transform;
    }

    .faq-item.is-open .faq-question::after {
        transform: translateY(-50%) rotate(45deg);
    }

    .faq-item.is-open .faq-answer {
        max-height: 1400px;
        padding-top: 20px;
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 960px) {
        .page > .banner-image {
            height: 238px;
            object-position: center top;
        }

        .wrap {
            width: 100%;
            max-width: 100%;
            padding: 0 16px;
        }

        .article {
            padding-top: 42px;
        }

        .title {
            font-size: 30px;
            line-height: 37px;
            margin-bottom: 30px;
        }

        .meta {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 28px;
        }

        .toc {
            margin-left: -16px;
            margin-right: -16px;
            padding: 28px 16px;
            margin-bottom: 42px;
        }

        .toc-title {
            font-size: 18px;
            line-height: 25px;
        }

        .toc-row {
            font-size: 14px;
            line-height: 20px;
            overflow-wrap: break-word;
        }

        .copy,
        .note {
            font-size: 14px;
            line-height: 20px;
            overflow-wrap: break-word;
        }

        .section {
            margin-top: 42px;
        }

        .section-title {
            font-size: 18px;
            line-height: 25px;
        }

        .subhead {
            font-size: 16px;
            line-height: 24px;
        }

        .cta-card {
            grid-template-columns: 1fr;
            margin: 42px auto 52px;
        }

        .cta-image {
            min-height: 153px;
            background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/mature-women/product-mob.webp");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #F8ECE0;
        }

        .cta-copy {
            padding: 18px 22px 30px;
        }

        .cta-title {
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 18px;
        }

        .cta-text {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 18px;
        }

        .button {
            width: 260px;
            font-size: 14px;
            height: 40px;
            padding-top: 3px;
        }

        .wide-photo {
            height: 330px;
            margin: 36px 0 50px;
        }

        .photo-one {
            background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/black-girl/landing1.webp");
        }

        .photo-two {
            background-image: url("https://static-public-storage3.s3.us-west-1.amazonaws.com/static/img/skincare-101/black-girl/landing2.webp");
        }

        .table {
            display: block;
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .table-row {
            width: 900px;
            min-width: 900px;
        }

        .table-cell {
            font-size: 14px;
        }

        .faq-band {
            padding: 0 0 40px;
        }

        .faq-band .wrap {
            padding-top: 28px;
            padding-bottom: 28px;
        }

        .faq-title {
            font-size: 18px;
            line-height: 25px;
        }

        .faq-question {
            font-size: 16px;
            line-height: 24px;
            padding-right: 36px;
        }

        .faq-answer {
            font-size: 14px;
            line-height: 20px;
            transition-duration: .3s, .18s, .22s, .22s;
        }

        .mt-30.mb-30 {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 16px !important;
        }
    }

    .blog-title.h1-bold.text-capitalize {
        display: none !important;
    }

    .section_padding_0_100 {
        padding-bottom: 0px !important;
    }

    .button {
        font-family: 'AktivGrotesk-Medium';
    }

    .mt-30.mb-30 {
        width: min(var(--max), 100%);
        padding: 0 var(--inner-x);
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-slider .slick-list {
        max-width: 1267px;
    }

    @media (max-width: 1340px) {
        .testimonial-slider .slick-list {
            width: 100% !important;
            max-width: 720px !important;
        }
    }

    .testimonial-slider .slick-dots {
        bottom: -55px !important;
        justify-content: center;
        gap: 4px;
    }

    .testimonial-slider .slick-dots li {
        height: 28px;
        margin: 0;
        width: 20px;
    }

    .testimonial-slider .slick-dots li button {
        align-items: center;
        display: flex;
        height: 28px;
        justify-content: center;
        padding: 0;
        width: 20px;
    }

    .testimonial-slider .slick-dots li button:before {
        color: #000000;
        font-size: 32px;
        height: 28px;
        line-height: 28px;
        opacity: 0.16;
        width: 20px;
    }

    .testimonial-slider .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    @media (max-width: 750px) {
        .testimonial-slider .slick-slide:not(.slick-current) a {
            pointer-events: none;
            cursor: default;
        }

        .testimonial-slider .slick-dots {
            bottom: -55px !important;
        }
    }

    @media (max-width: 850px) {
        .testimonial-slider .slick-arrow {
            width: 50px !important;
        }
    }

    .testimonial-slider__item {
        width: 383px;
        background: transparent;
        border-radius: 0 0 4px 4px;
    }

    .post-image {
        font-size: 0 !important;
        position: relative;
    }

    .post-image img {
        margin: 0 !important;
    }

    .post-image__link {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .post-no-image img {
        display: none;
    }

    .testimonial-slider .slick-track {
        display: flex !important;
    }

    .testimonial-slider .slick-slide {
        background: transparent !important;
        box-sizing: border-box;
        height: inherit !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 18px;
        padding-right: 18px;
    }

    .testimonial-slider__item {
        height: auto;
        display: flex !important;
    }

    .post-card {
        background: #fff;
        border-radius: 0 0 4px 4px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .slick-post-title__link {
        color: inherit;
        text-decoration: none;
    }

    .slick-post-title__link:hover {
        text-decoration: underline;
    }

    .editor-picks-container {
        padding: 60px 20px 60px 20px;
        background-color: #e9eff4;
    }

    .testimonial-slider__author {
        font-size: 12px;
        line-height: 16px;
        color: #00000099;
        text-align: center;
        margin-top: auto;
        font-style: italic;
    }

    .slick-post-subtitle {
        font-style: italic;
        text-align: center;
    }

    .testimonial-slider__footer {
        clear: both;
        display: flex;
        justify-content: center;
        margin-top: 60px;
        width: 100%;
    }

    .testimonial-slider__footer a {
        color: #0b6b5d;
        font-weight: 600;
        text-decoration: underline;
    }

    .slick-post-title {
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    @media (max-width: 767px) {
        .editor-picks-container {
            padding: 60px 0 35px 20px;
            background-color: #e9eff4;
            margin-right: -20px;
        }

        .testimonial-slider__item {
            width: 288px;
            border-radius: 0 0 4px 4px;
        }
    }

    @media (max-width: 601px) {
        .editor-picks-title {
            font-size: 30px !important;
            line-height: 36px !important;
            margin-left: -20px;
        }

        .slick-post-title {
            font-size: 16px !important;
            line-height: 24px !important;
            margin-bottom: 14px !important;
        }

        .slick-post-subtitle {
            font-size: 14px !important;
            line-height: 20px !important;
        }
    }

    @media (max-width: 820px) {

        .editor-picks-title,
        .editor-picks-container .slick-dots {
            margin-left: -20px;
        }

        .editor-picks-container {
            padding-right: 0 !important;
        }
        .testimonial-slider__footer {
            margin-left: -20px;
            width: calc(100% + 20px);
        }
        .post_detail .editor-picks-container .testimonial-slider__footer {
          margin-left: -20px !important;
          width: calc(100% + 20px) !important;
        }
    }
