.elementor-widget-novafit_choices_cards,
.elementor-widget-novafit_choices_cards > .elementor-widget-container {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
}

.nvf-choices-safe,
.nvf-choices-safe *,
.nvf-choices-safe *::before,
.nvf-choices-safe *::after {
    box-sizing: border-box;
}

.nvf-choices-safe {
    width: 100%;
    max-width: 100%;
    padding: 96px 24px;
    overflow-x: clip;
    background: #f4f1eb;
    color: #111;
}

.nvf-choices-safe__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    min-width: 0;
}

.nvf-choices-safe__header {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 56px;
    text-align: center;
}

.nvf-choices-safe__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 9px 20px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: #af2648;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nvf-choices-safe__title {
    margin: 0;
    color: #111;
    font-size: clamp(32px, 3vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.nvf-choices-safe__intro {
    max-width: 600px;
    margin: 16px auto 0;
    color: #242424;
    font-size: 16px;
    line-height: 1.7;
}

.nvf-choices-safe__intro p,
.nvf-choice-safe-card__text p {
    margin: 0;
}

.nvf-choices-safe__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.nvf-choice-safe-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 250px;
    padding: 26px;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.nvf-choice-safe-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 50%;
    background: #243f6b;
    color: #fff;
}

.nvf-choice-safe-card__icon i {
    color: currentColor;
    font-size: 20px;
}

.nvf-choice-safe-card__icon svg,
.nvf-choice-safe-card__icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nvf-choice-safe-card__icon svg,
.nvf-choice-safe-card__icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.nvf-choice-safe-card__title {
    margin: 0 0 8px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.nvf-choice-safe-card__text {
    color: #242424;
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .nvf-choices-safe {
        padding: 72px 24px;
    }

    .nvf-choices-safe__cards {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .nvf-choices-safe__cards::-webkit-scrollbar {
        display: none;
    }

    .nvf-choice-safe-card {
        flex: 0 0 calc((100% - (1.15 * 14px)) / 2.15);
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .nvf-choices-safe {
        padding: 56px 16px;
    }

    .nvf-choices-safe__header {
        margin-bottom: 34px;
    }

    .nvf-choices-safe__intro {
        font-size: 15px;
    }

    .nvf-choice-safe-card {
        flex-basis: calc((100% - (.15 * 12px)) / 1.15);
    }
}
