.nvf-members {
    --nvf-members-gap: 28px;
    --nvf-members-image-hover-scale: 1.04;
    --swiper-pagination-color: currentColor;
    --swiper-pagination-bottom: auto;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-inactive-color: currentColor;
    --swiper-pagination-bullet-inactive-opacity: 0.16;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
    background: #f4f1eb;
    box-sizing: border-box;
    color: #101010;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    width: 100%;
}

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

.nvf-members__inner {
    margin: 0 auto;
    width: 100%;
}

.nvf-members__header {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nvf-members__eyebrow {
    align-self: flex-start;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: #b12c46;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    margin: 0;
    padding: 12px 22px;
    text-transform: uppercase;
    width: max-content;
}

.nvf-members__header[style*="center"] .nvf-members__eyebrow,
.nvf-members__header[style*="text-align: center"] .nvf-members__eyebrow,
.nvf-members__header[style*="text-align:center"] .nvf-members__eyebrow {
    align-self: center;
}

.nvf-members__header[style*="right"] .nvf-members__eyebrow,
.nvf-members__header[style*="text-align: right"] .nvf-members__eyebrow,
.nvf-members__header[style*="text-align:right"] .nvf-members__eyebrow {
    align-self: flex-end;
}

.nvf-members__title {
    color: #101010;
    font-family: inherit;
    font-size: clamp(32px, 3.2vw, 54px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 0;
}

.nvf-members__intro {
    color: #202020;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.nvf-members__intro p {
    margin: 0;
}

.nvf-members__slider {
    max-width: none;
    overflow: visible;
    position: relative;
    width: 100%;
}

.nvf-members--bleed-right .nvf-members__slider {
    width: calc(100vw - var(--nvf-members-slider-left, 0px));
    max-width: none;
}

.nvf-members--bleed-right .nvf-members__swiper {
    overflow: visible !important;
}

.nvf-members .swiper,
.nvf-members__swiper {
    align-items: flex-start;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    overflow: visible !important;
    position: relative;
    width: 100%;
}

.nvf-members .swiper-wrapper,
.nvf-members__wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
}

.nvf-members .swiper-slide,
.nvf-members__slide {
    flex: none;
    height: auto;
    max-width: none;
    padding-right: var(--nvf-members-gap);
    width: auto;
}

.nvf-members .swiper-slide:last-of-type,
.nvf-members__slide:last-of-type {
    margin-right: calc(-1 * var(--nvf-members-gap));
}

.nvf-members__card {
    background: #151515;
    color: #fff;
    display: block;
    height: 560px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.nvf-members__card:focus-visible {
    outline: 2px solid #b12c46;
    outline-offset: 4px;
}

.nvf-members__card::after {
    --nvf-members-overlay-color: #000000;
    background:
        linear-gradient(180deg, rgba(0,0,0,0) 0%, color-mix(in srgb, var(--nvf-members-overlay-color) 44%, transparent) 45%, color-mix(in srgb, var(--nvf-members-overlay-color) 88%, transparent) 100%);
    content: "";
    inset: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.nvf-members__image-wrap {
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.nvf-members__image-wrap 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;
    transform: scale(1.001);
    transition: transform .95s cubic-bezier(.16, 1, .3, 1), filter .95s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
}

.nvf-members__card:hover .nvf-members__image-wrap img,
.nvf-members__card:focus-visible .nvf-members__image-wrap img,
.nvf-members .swiper-slide-active .nvf-members__image-wrap img {
    transform: scale(var(--nvf-members-image-hover-scale));
}

.nvf-members__content {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    min-height: 42%;
    position: absolute;
    right: 0;
    z-index: 2;
}

.nvf-members__content-main,
.nvf-members__reveal-content {
    width: min(100%, 440px);
}

.nvf-members__name {
    color: #fff;
    font-family: inherit;
    font-size: clamp(19px, 1.35vw, 26px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
    margin: 0;
}

.nvf-members__meta {
    color: rgba(255,255,255,.86);
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    margin: 9px 0 0;
}

.nvf-members__reveal-content {
    display: grid;
    gap: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(14px);
    transition: max-height .7s cubic-bezier(.16, 1, .3, 1), opacity .45s ease, transform .7s cubic-bezier(.16, 1, .3, 1), margin-top .7s cubic-bezier(.16, 1, .3, 1);
}

.nvf-members__highlight {
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.nvf-members__story {
    color: rgba(255,255,255,.9);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}

.nvf-members__story p {
    margin: 0;
}

.nvf-members--reveal-always .nvf-members__reveal-content,
.nvf-members--reveal-hover .nvf-members__card:hover .nvf-members__reveal-content,
.nvf-members--reveal-hover .nvf-members__card:focus-visible .nvf-members__reveal-content,
.nvf-members--reveal-hover .nvf-members__card:focus-within .nvf-members__reveal-content,
.nvf-members--reveal-hover-active .nvf-members__card:hover .nvf-members__reveal-content,
.nvf-members--reveal-hover-active .nvf-members__card:focus-visible .nvf-members__reveal-content,
.nvf-members--reveal-hover-active .nvf-members__card:focus-within .nvf-members__reveal-content,
.nvf-members--reveal-hover-active .swiper-slide-active .nvf-members__reveal-content,
.nvf-members--reveal-hover-active .nvf-members__slide.is-active .nvf-members__reveal-content {
    margin-top: 18px;
    max-height: 240px;
    opacity: 1;
    transform: translateY(0);
}

.nvf-members--reveal-never .nvf-members__reveal-content {
    display: none;
}

.nvf-members__navigation,
.nvf-members .swiper-navigation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.nvf-members__nav-button,
.nvf-members .swiper-navigation__button {
    align-items: center;
    aspect-ratio: 1;
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #101010;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 14px;
    pointer-events: auto;
    transition: background-color .25s ease, color .25s ease, opacity .25s ease, transform .25s ease;
    width: 48px;
}

.nvf-members__nav-button:hover,
.nvf-members__nav-button:focus-visible {
    background: #b12c46;
    color: #fff;
    transform: scale(1.04);
}

.nvf-members__nav-button.swiper-button-disabled,
.nvf-members__nav-button[disabled] {
    opacity: 0;
    pointer-events: none;
}

.nvf-members__arrow {
    display: block;
    width: 100%;
}

.nvf-members__arrow--prev {
    transform: rotate(180deg);
}

.nvf-members__pagination,
.nvf-members .swiper-pagination {
    color: currentColor;
    margin-top: 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    z-index: 2 !important;
}

.nvf-members:not(.nvf-members--has-pagination) .nvf-members__pagination {
    display: none;
}

.nvf-members__footer-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: space-between;
}

.nvf-members__hint {
    align-items: center;
    color: #151515;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 11px;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.nvf-members__hint-arrow {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.nvf-members__button {
    align-items: center;
    background: #b12c46;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    letter-spacing: .12em;
    line-height: 1;
    min-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    white-space: nowrap;
}

.nvf-members__button:hover,
.nvf-members__button:focus-visible {
    background: #253f69;
    color: #fff;
    transform: translateY(-2px);
}

.nvf-members__button-icon {
    color: currentColor;
    display: block;
    flex: none;
    transition: transform .25s ease;
}

.nvf-members__button:hover .nvf-members__button-icon,
.nvf-members__button:focus-visible .nvf-members__button-icon {
    transform: translate(2px, -2px);
}

.nvf-members--has-reveal [data-nvf-members-reveal] {
    opacity: 0;
    transform: translateY(24px);
}

.nvf-members--has-reveal.is-visible [data-nvf-members-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .75s ease, transform .75s cubic-bezier(.16, 1, .3, 1);
}

.nvf-members.nvf-members--editor [data-nvf-members-reveal],
.elementor-editor-active .nvf-members--has-reveal [data-nvf-members-reveal],
.elementor-editor-preview .nvf-members--has-reveal [data-nvf-members-reveal],
.elementor-editor-preview .nvf-members [data-nvf-members-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

@media (hover: none) {
    .nvf-members--reveal-hover-active .swiper-slide-active .nvf-members__reveal-content,
    .nvf-members--reveal-hover-active .nvf-members__slide.is-active .nvf-members__reveal-content {
        margin-top: 14px;
        max-height: 220px;
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {
    .nvf-members__title {
        font-size: clamp(30px, 5.2vw, 46px);
    }

    .nvf-members__card {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .nvf-members {
        overflow-x: clip;
        overflow-y: visible;
    }

    .nvf-members__header {
        gap: 12px;
    }

    .nvf-members__eyebrow {
        font-size: 10px;
        padding: 10px 18px;
    }

    .nvf-members__title {
        font-size: clamp(30px, 9vw, 40px);
    }

    .nvf-members__intro {
        font-size: 15px;
        line-height: 1.65;
    }

    .nvf-members__card {
        height: 460px;
    }

    .nvf-members__name {
        font-size: 21px;
    }

    .nvf-members__meta,
    .nvf-members__highlight {
        font-size: 14px;
    }

    .nvf-members__story {
        font-size: 13px;
        line-height: 1.65;
    }

    .nvf-members__footer-row {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .nvf-members__hint {
        order: 1;
    }

    .nvf-members__button {
        order: 2;
        white-space: normal;
    }

    .nvf-members__navigation,
    .nvf-members .swiper-navigation {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvf-members *,
    .nvf-members *::before,
    .nvf-members *::after {
        animation-duration: .001ms !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }

    .nvf-members--has-reveal [data-nvf-members-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}

.nvf-members--native-slider .nvf-members__swiper,
.nvf-members--native-slider [data-swiper-wrap] {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nvf-members--native-slider .nvf-members__swiper::-webkit-scrollbar,
.nvf-members--native-slider [data-swiper-wrap]::-webkit-scrollbar {
    display: none;
}

.nvf-members--native-slider .nvf-members__slide,
.nvf-members--native-slider [data-nvf-members-slide] {
    scroll-snap-align: start;
}
