.pdr-ba-widget-7c24deb9,
.pdr-ba-widget-7c24deb9 * {
    box-sizing: border-box;
}

.pdr-ba-widget-7c24deb9 {
    --pdr-ba-gap: 24px;
    --pdr-ba-edge: 0px;
    --pdr-ba-height: 430px;
    position: relative;
    width: 100%;
}

.pdr-ba-empty-7c24deb9 {
    width: 100%;
    padding: 24px;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
}

.pdr-ba-slider-7c24deb9 {
    --pdr-ba-arrow-y-offset: 0px;
    position: relative;
    width: 100%;
}

.pdr-ba-viewport-7c24deb9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.pdr-ba-track-clip-7c24deb9 {
    position: relative;
    width: calc(100% - (var(--pdr-ba-edge) * 2));
    max-width: 100%;
    margin-right: var(--pdr-ba-edge);
    margin-left: var(--pdr-ba-edge);
    overflow: hidden;
}

.pdr-ba-track-7c24deb9 {
    display: flex;
    align-items: stretch;
    gap: var(--pdr-ba-gap);
    transition-property: transform;
    transition-duration: 0.52s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.pdr-ba-slide-7c24deb9 {
    flex: 0 0 auto;
    min-width: 0;
}

.pdr-ba-card-7c24deb9 {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    height: var(--pdr-ba-height);
    overflow: hidden;
    background: #f3f3f3;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.pdr-ba-card-7c24deb9:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pdr-ba-half-7c24deb9 {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.pdr-ba-widget-7c24deb9 .pdr-ba-image-7c24deb9 {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.pdr-ba-card-divider-7c24deb9 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 4;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    pointer-events: none;
}

.pdr-ba-label-7c24deb9 {
    position: absolute;
    top: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 32px);
    padding: 7px 12px;
    border-radius: 100px;
    color: #fff;
    background: rgba(0, 0, 0, 0.62);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none;
}

.pdr-ba-label-before-7c24deb9 {
    left: 16px;
}

.pdr-ba-label-after-7c24deb9 {
    right: 16px;
}

.pdr-ba-arrow-7c24deb9 {
    position: absolute;
    z-index: 8;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 13px;
    border: 0;
    border-radius: 100px;
    color: #111;
    background: #fff;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.pdr-ba-arrow-prev-7c24deb9 {
    left: 12px;
}

.pdr-ba-arrow-next-7c24deb9 {
    right: 12px;
}

.pdr-ba-arrow-position-top-7c24deb9 .pdr-ba-arrow-7c24deb9 {
    top: var(--pdr-ba-arrow-y-offset);
    transform: translateY(0);
}

.pdr-ba-arrow-position-center-7c24deb9 .pdr-ba-arrow-7c24deb9 {
    top: calc(50% + var(--pdr-ba-arrow-y-offset));
    transform: translateY(-50%);
}

.pdr-ba-arrow-position-bottom-7c24deb9 .pdr-ba-arrow-7c24deb9 {
    top: auto;
    bottom: calc(0px - var(--pdr-ba-arrow-y-offset));
    transform: translateY(0);
}

.pdr-ba-arrow-7c24deb9:hover,
.pdr-ba-arrow-7c24deb9:focus-visible {
    color: #fff;
    background: #111;
}

.pdr-ba-arrow-7c24deb9:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pdr-ba-arrow-7c24deb9:disabled {
    cursor: default;
    opacity: 0.35;
    pointer-events: none;
}

.pdr-ba-arrow-icon-7c24deb9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 1;
    color: currentColor;
}

.pdr-ba-arrow-icon-7c24deb9 i {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 1em;
    line-height: 1;
}

.pdr-ba-arrow-icon-7c24deb9 svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.pdr-ba-arrow-icon-7c24deb9 svg * {
    fill: currentColor;
    stroke: currentColor;
}

.pdr-ba-pagination-7c24deb9 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 22px;
}

.pdr-ba-pagination-bullet-7c24deb9 {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.pdr-ba-pagination-bullet-7c24deb9:hover,
.pdr-ba-pagination-bullet-7c24deb9:focus-visible {
    background: rgba(0, 0, 0, 0.45);
}

.pdr-ba-pagination-bullet-7c24deb9:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pdr-ba-pagination-bullet-7c24deb9.is-active {
    background: #111;
}

.pdr-ba-pagination-progress-7c24deb9 {
    width: 180px;
    max-width: 100%;
}

.pdr-ba-pagination-progress-track-7c24deb9 {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.pdr-ba-pagination-progress-fill-7c24deb9 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    border-radius: inherit;
    background: #111;
    transition: width 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.2s ease;
}

.pdr-ba-pagination-progress-track-7c24deb9:hover .pdr-ba-pagination-progress-fill-7c24deb9,
.pdr-ba-pagination-progress-track-7c24deb9:focus-visible .pdr-ba-pagination-progress-fill-7c24deb9 {
    background: rgba(0, 0, 0, 0.45);
}

.pdr-ba-pagination-progress-track-7c24deb9:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pdr-ba-lightbox-open-7c24deb9 {
    overflow: hidden;
}

.pdr-ba-lightbox-7c24deb9 {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 72px 72px 54px;
    background: rgba(0, 0, 0, 0.92);
}

.pdr-ba-lightbox-7c24deb9.is-open {
    display: flex;
}

.pdr-ba-lightbox-stage-7c24deb9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pdr-ba-lightbox-image-7c24deb9 {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.35);
}

.pdr-ba-lightbox-label-7c24deb9 {
    position: fixed;
    top: 22px;
    left: 50%;
    z-index: 3;
    max-width: calc(100vw - 112px);
    padding: 8px 18px;
    border-radius: 100px;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transform: translateX(-50%);
}

.pdr-ba-lightbox-button-7c24deb9 {
    position: fixed;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 13px;
    border: 0;
    border-radius: 100px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.pdr-ba-lightbox-button-7c24deb9:hover,
.pdr-ba-lightbox-button-7c24deb9:focus-visible {
    background: rgba(255, 255, 255, 0.26);
}

.pdr-ba-lightbox-button-7c24deb9:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pdr-ba-lightbox-close-7c24deb9 {
    top: 22px;
    right: 22px;
}

.pdr-ba-lightbox-prev-7c24deb9 {
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.pdr-ba-lightbox-next-7c24deb9 {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}

.pdr-ba-lightbox-counter-7c24deb9 {
    position: fixed;
    right: 22px;
    bottom: 18px;
    z-index: 4;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .pdr-ba-lightbox-7c24deb9 {
        padding: 70px 14px 44px;
    }

    .pdr-ba-lightbox-prev-7c24deb9 {
        left: 10px;
    }

    .pdr-ba-lightbox-next-7c24deb9 {
        right: 10px;
    }

    .pdr-ba-lightbox-close-7c24deb9 {
        top: 14px;
        right: 14px;
    }

    .pdr-ba-lightbox-label-7c24deb9 {
        top: 18px;
        max-width: calc(100vw - 96px);
    }
}
