.nvf-start {
    background: #f4f1eb;
    box-sizing: border-box;
    color: #151515;
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

.nvf-start__inner {
    --nvf-start-section-gap: 28px;
    display: flex;
    flex-direction: column;
    gap: var(--nvf-start-section-gap);
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.nvf-start__header {
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    width: 100%;
}

.nvf-start__title {
    color: #111;
    font-family: inherit;
    font-size: clamp(32px, 3.1vw, 54px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.06;
    margin: 0 0 16px;
}

.nvf-start__intro,
.nvf-start__description {
    color: #151515;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.75;
}

.nvf-start__intro p,
.nvf-start__description p {
    margin: 0;
}

.nvf-start__intro p + p,
.nvf-start__description p + p {
    margin-top: 0.85em;
}

.nvf-start__media {
    background: #ddd8cf;
    display: block;
    height: 530px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.nvf-start__media img {
    display: block;
    height: 100%;
    inset: 0;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    width: 100%;
}

.nvf-start__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    width: 100%;
}

.nvf-start__button {
    align-items: center;
    background: #b12c46;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .14em;
    line-height: 1;
    margin-top: 26px;
    min-height: 48px;
    padding: 17px 34px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .28s ease, color .28s ease, transform .28s ease;
    white-space: nowrap;
}

.nvf-start__button:hover,
.nvf-start__button:focus-visible {
    background: #243f6b;
    color: #fff;
    transform: translateY(-1px);
}

.nvf-start__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.nvf-start__note {
    color: #151515;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.55;
    margin-top: 18px;
    text-align: center;
}

.nvf-start__cards-wrap {
    max-width: 970px;
    margin: 22px auto 0;
    width: 100%;
}

.nvf-start__cards {
    --nvf-start-card-gap: 20px;
    --nvf-start-mobile-slides: 1.15;
    --nvf-start-tablet-slides: 2.15;
    display: grid;
    gap: var(--nvf-start-card-gap);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.nvf-start-card {
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    color: #151515;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    padding: 32px 30px;
    width: 100%;
}

.nvf-start-card__icon {
    align-items: center;
    background: #243f6b;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    margin: 0 0 22px;
    width: 48px;
}

.nvf-start-card__icon i,
.nvf-start-card__icon svg,
.nvf-start-card__icon-img {
    color: currentColor;
    display: block;
    font-size: 19px;
    height: 19px;
    width: 19px;
}

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

.nvf-start-card__icon--image {
    overflow: hidden;
    padding: 10px;
}

.nvf-start-card__icon-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.nvf-start-card__title {
    color: #111;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 10px;
}

.nvf-start-card__text {
    color: #151515;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.75;
}

.nvf-start-card__text p {
    margin: 0;
}

.nvf-start [data-nvf-start-reveal] {
    will-change: transform, opacity;
}

.elementor-editor-active .nvf-start [data-nvf-start-reveal],
.elementor-editor-preview .nvf-start [data-nvf-start-reveal] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

@media (max-width: 1024px) {
    .nvf-start__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nvf-start--tablet-slider .nvf-start__cards-wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        overflow: visible;
    }

    .nvf-start--tablet-slider .nvf-start__cards {
        display: flex;
        gap: var(--nvf-start-card-gap);
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 max(24px, calc((100vw - min(100vw, 1400px)) / 2)) 12px 0;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .nvf-start--tablet-slider .nvf-start__cards::-webkit-scrollbar {
        display: none;
    }

    .nvf-start--tablet-slider .nvf-start-card {
        flex: 0 0 calc(100% / var(--nvf-start-tablet-slides));
        max-width: calc(100% / var(--nvf-start-tablet-slides));
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .nvf-start__inner {
        gap: 22px;
    }

    .nvf-start__title {
        font-size: clamp(30px, 9vw, 42px);
        letter-spacing: -0.055em;
    }

    .nvf-start__intro,
    .nvf-start__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .nvf-start__media {
        height: 260px;
    }

    .nvf-start__body {
        max-width: 100%;
    }

    .nvf-start__button {
        min-height: 46px;
        white-space: normal;
        width: auto;
    }

    .nvf-start__cards-wrap {
        margin-top: 14px;
        max-width: none;
        overflow: visible;
        width: 100%;
    }

    .nvf-start__cards,
    .nvf-start--tablet-slider .nvf-start__cards {
        display: flex;
        gap: var(--nvf-start-card-gap);
        margin-left: 0;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 18px 14px 0;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .nvf-start__cards::-webkit-scrollbar {
        display: none;
    }

    .nvf-start-card,
    .nvf-start--tablet-slider .nvf-start-card {
        flex: 0 0 calc(100% / var(--nvf-start-mobile-slides));
        max-width: calc(100% / var(--nvf-start-mobile-slides));
        min-height: 180px;
        scroll-snap-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-start [data-nvf-start-reveal],
    .nvf-start__button {
        transition: none !important;
        transform: none !important;
    }
}
