.ac-intel-popular {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.ac-intel-popular>div.item {
    background-color: #eeece6;
    border-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

.ac-intel-popular>div.item:hover {
    background-color: #ceccc6;
}

.ac-intel-stats {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.ac-intel-stats>div {
    width: 180px;
}

.bx-media-phone .ac-intel-stats {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    justify-content: center;
}

.bx-media-phone .ac-intel-stats>div {
    width: 150px;
}

.ac-intel-stats>div {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: #f6f6f4;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 16px #9B907E33,
        -8px -8px 16px #ffffff;
}

.ac-intel-samples {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.ac-intel-samples>div {
    text-align: left;
    padding: 20px;
    min-width: 350px;
    cursor: pointer;
    position: relative;
    border-radius: 16px;

    background: #f6f6f4;

    transition: all 0.25s ease;

    box-shadow:
        8px 8px 16px rgba(0, 0, 0, 0.08),
        -8px -8px 16px rgba(255, 255, 255, 0.9);
}

.ac-intel-samples>div:hover {
    box-shadow:
        10px 10px 20px rgba(0, 0, 0, 0.25),
        -10px -10px 20px rgba(255, 255, 255, 0.6);
}

.ac-intel-samples>div:active {
    box-shadow:
        inset 6px 6px 12px rgba(0, 0, 0, 0.08),
        inset -6px -6px 12px rgba(255, 255, 255, 0.9);
}

.ac-intel-samples>div>* {
    margin-bottom: 10px;
}

.ac-intel-positive {
    color: #0f0;
}

.ac-intel-negative {
    color: #f00;
}

.ac-intel-sample-arrow {
    position: absolute;
    right: 20px;
    top: 20px;
}

.bx-media-phone .ac-intel-samples {
    flex-direction: column;
    align-items: center;
}

.cta29-cta29 {
    gap: 80px;
    width: 100%;
    height: auto;
    padding: 80px 64px;
    display: flex;
    background-color: #DDD9CE;
    overflow: hidden;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    position: relative;
}

.cta29-content {
    gap: 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}

.cta29-content1 {
    gap: 24px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.cta29-text {
    color: #111827;
    height: auto;
    font-size: 72px;
    align-self: stretch;
    font-style: Bold;
    text-align: center;
    font-family: Manrope;
    font-weight: 700;
    line-height: 76px !important;
    font-stretch: normal;
    text-decoration: none;
}

.cta29-text2 {
    color: #111827;
    height: auto;
    align-self: stretch;
    text-align: center;
    line-height: 28px;
}

.cta29-actions {
    gap: 16px;
    display: flex;
    padding: 16px 0 0;
    align-items: flex-start;
}

.cta29-image-container {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    width: 27%;
    display: flex;
    justify-content: right;
}

.cta29-image {
    max-width: 350px;
    height: auto;
    margin-right: -20px;
}

.unlock-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .unlock-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.unlock-card {
    background: #f6f6f4;
    border-radius: 20px;
    box-shadow: 6px 6px 14px #deded9, -6px -6px 14px #ffffff;
    padding: 1.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-family: bx-def-font-middle, sans-serif;
}

.unlock-card:hover {
    transform: translateY(-6px);
    box-shadow: 10px 14px 24px #d0d0cb, -6px -6px 16px #ffffff;
}

.unlock-card:hover .unlock-icon {
    box-shadow: inset 5px 5px 12px #d0d0cb, inset -5px -5px 12px #ffffff;
    color: #7a7062;
}

.unlock-icon {
    width: 56px;
    height: 56px;
    border-radius: 30px;
    box-shadow: inset 3px 3px 8px #deded9, inset -3px -3px 8px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #9B907E;
    transition: box-shadow 0.25s ease, color 0.25s ease;
}

@media only screen and (max-width: 600px) {
    .cta29-text {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .cta29-text2 {
        font-size: 18px;
    }

    .cta29-cta29 {
        padding: 40px 35px;
    }


    .cta29-image {
        max-width: 225px;
    }

    .cta29-image-container {
        right: -65px;
        bottom: -40px;
    }

    .cta29-content {
        width: 100%;
    }
}

.ac-intel-col-brownie {
    color: #9B907E;
}
.ac-intel-bgcol-brownie {
    background-color: #ebe8e2;
}

.ac-intel-top-artists .px-6 {
    padding-left: 0.1rem;
    padding-right: 0.4rem;
}