/**
 * Layered Interactive Card Carousel
 *
 * Card and slide shadows are intentionally disabled on every device.
 */

/* Prevent the Elementor widget and its parents from forcing page overflow. */
.elementor-widget-layered_carousel_bfd73d5d,
.elementor-widget-layered_carousel_bfd73d5d > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.lc-bfd73d5d-wrapper {
    --lc-bfd73d5d-card-radius: 24px;
    --lc-bfd73d5d-stage-gutter: clamp(12px, 2.5vw, 28px);

    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    margin-inline: auto;
}

.lc-bfd73d5d-wrapper,
.lc-bfd73d5d-wrapper *,
.lc-bfd73d5d-wrapper *::before,
.lc-bfd73d5d-wrapper *::after {
    box-sizing: border-box;
}

/*
 * Contain the transformed layered cards inside the widget without allowing
 * them to produce horizontal page overflow.
 */
.lc-bfd73d5d-viewport {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 24px var(--lc-bfd73d5d-stage-gutter) 28px;
    overflow: hidden;
    overflow: clip;
    contain: layout paint;
}

.lc-bfd73d5d-swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    overflow: visible !important;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
}

.lc-bfd73d5d-swiper .swiper-wrapper {
    min-width: 0;
    align-items: stretch;
}

/*
 * Keep every slide shadow-free.
 *
 * The !important declaration also overrides previously generated Elementor
 * CSS from older saved versions of the widget's Box Shadow control.
 */
.lc-bfd73d5d-slide,
.lc-bfd73d5d-slide:hover,
.lc-bfd73d5d-slide:focus,
.lc-bfd73d5d-slide:focus-visible,
.lc-bfd73d5d-slide:focus-within {
    box-shadow: none !important;
    filter: none !important;
}

.lc-bfd73d5d-slide {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    border-radius: var(--lc-bfd73d5d-card-radius);
    background: transparent;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/*
 * Prevent Swiper's Cards effect from inserting rectangular shadow layers.
 */
.lc-bfd73d5d-swiper .swiper-slide-shadow,
.lc-bfd73d5d-swiper .swiper-slide-shadow-left,
.lc-bfd73d5d-swiper .swiper-slide-shadow-right,
.lc-bfd73d5d-swiper .swiper-slide-shadow-top,
.lc-bfd73d5d-swiper .swiper-slide-shadow-bottom,
.lc-bfd73d5d-swiper [class*="swiper-slide-shadow"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    pointer-events: none !important;
}

.lc-bfd73d5d-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 400px;
    overflow: hidden;
    border-radius: var(--lc-bfd73d5d-card-radius);
    background: #ffffff;
    background-clip: padding-box;
    clip-path: inset(0 round var(--lc-bfd73d5d-card-radius));
    box-shadow: none !important;
    filter: none !important;
    transform: translateZ(0);
    backface-visibility: hidden;
    isolation: isolate;
}

.lc-bfd73d5d-card:hover,
.lc-bfd73d5d-card:focus,
.lc-bfd73d5d-card:focus-visible,
.lc-bfd73d5d-card:focus-within {
    box-shadow: none !important;
    filter: none !important;
}

.lc-bfd73d5d-dir-rtl .lc-bfd73d5d-card {
    flex-direction: row-reverse;
}

.lc-bfd73d5d-media {
    position: relative;
    flex: 0 1 50%;
    width: 50%;
    max-width: 100%;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    background: #eef0f1;
}

.lc-bfd73d5d-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.lc-bfd73d5d-content {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: clamp(32px, 4vw, 48px);
    overflow-wrap: anywhere;
}

.lc-bfd73d5d-dir-rtl .lc-bfd73d5d-content {
    text-align: right;
}

.lc-bfd73d5d-kicker {
    display: block;
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lc-bfd73d5d-title {
    max-width: 100%;
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.lc-bfd73d5d-desc {
    max-width: 100%;
    margin: 0;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.lc-bfd73d5d-desc > :first-child {
    margin-top: 0;
}

.lc-bfd73d5d-desc > :last-child {
    margin-bottom: 0;
}

.lc-bfd73d5d-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, max-content);
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 14px;
    margin-top: auto;
    padding-top: clamp(24px, 3vw, 36px);
}

.lc-bfd73d5d-dir-rtl .lc-bfd73d5d-footer {
    direction: rtl;
}

.lc-bfd73d5d-pill,
.lc-bfd73d5d-btn {
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.lc-bfd73d5d-pill {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
    width: fit-content;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #f0f0f0;
    font-size: 0.85rem;
    white-space: normal;
}

.lc-bfd73d5d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    padding: 0.8rem 1.45rem;
    border: 0;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    white-space: normal;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.lc-bfd73d5d-btn:hover,
.lc-bfd73d5d-btn:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(17, 24, 39, 0.18);
}

.lc-bfd73d5d-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.lc-bfd73d5d-pagination {
    position: relative !important;
    inset: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 14px;
    margin-top: 2px;
    transform: none !important;
}

.lc-bfd73d5d-pagination:empty {
    display: none;
}

.lc-bfd73d5d-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    opacity: 0.25;
    transition:
        width 0.2s ease,
        opacity 0.2s ease,
        border-radius 0.2s ease;
}

.lc-bfd73d5d-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #111111;
    opacity: 1;
}

@media (max-width: 1024px) {
    .lc-bfd73d5d-viewport {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .lc-bfd73d5d-card {
        min-height: 380px;
    }

    .lc-bfd73d5d-content {
        padding: clamp(28px, 4vw, 40px);
    }
}

@media (max-width: 767px) {
    .lc-bfd73d5d-viewport {
        padding: 14px var(--lc-bfd73d5d-stage-gutter) 22px;
    }

    /*
     * Repeat the shadow override inside the mobile breakpoint to ensure
     * that theme-specific responsive rules cannot restore it.
     */
    .lc-bfd73d5d-slide,
    .lc-bfd73d5d-slide:hover,
    .lc-bfd73d5d-card,
    .lc-bfd73d5d-card:hover {
        box-shadow: none !important;
        filter: none !important;
    }

    .lc-bfd73d5d-card,
    .lc-bfd73d5d-dir-rtl .lc-bfd73d5d-card {
        flex-direction: column;
        min-height: 0;
    }

    .lc-bfd73d5d-media {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .lc-bfd73d5d-content {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        padding: clamp(22px, 6vw, 32px);
    }

    .lc-bfd73d5d-title {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
    }

    .lc-bfd73d5d-footer {
        padding-top: 24px;
    }
}

@media (max-width: 560px) {
    .lc-bfd73d5d-footer {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        gap: 10px;
    }

    .lc-bfd73d5d-pill,
    .lc-bfd73d5d-btn {
        justify-self: stretch;
        width: 100%;
    }

    .lc-bfd73d5d-pill {
        justify-content: flex-start;
        border-radius: 18px;
    }

    .lc-bfd73d5d-btn {
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .lc-bfd73d5d-content {
        padding: 20px;
    }

    .lc-bfd73d5d-title {
        font-size: clamp(1.7rem, 9vw, 2.1rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lc-bfd73d5d-btn,
    .lc-bfd73d5d-pagination .swiper-pagination-bullet {
        transition: none !important;
    }

    .lc-bfd73d5d-btn:hover,
    .lc-bfd73d5d-btn:focus-visible {
        transform: none;
    }
}