.ci-container-507208de {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ci-track-wrapper-507208de {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.ci-track-507208de {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation-name: ci-scroll-rtl-507208de;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ci-track-507208de:hover {
    animation-play-state: paused;
}

.ci-group-507208de {
    display: flex;
    flex-shrink: 0;
    gap: 24px;
    padding-right: 24px;
}

@keyframes ci-scroll-rtl-507208de {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes ci-scroll-ltr-507208de {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.ci-item-507208de {
    position: relative;
    width: 420px;
    height: 236px;
    flex: 0 0 420px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f3f3f3;
}

.ci-lightbox-yes .ci-item-507208de {
    cursor: zoom-in;
}

.ci-item-507208de img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    pointer-events: none;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.ci-item-507208de:hover img {
    transform: scale(1.03);
    opacity: 1;
}

.ci-item-507208de:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.ci-modal-507208de {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0.92);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ci-modal-507208de.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ci-modal-507208de img {
    display: block;
    max-width: min(92vw, 1600px);
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.ci-modal-close-507208de {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

body.ci-modal-open-507208de {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .ci-item-507208de {
        width: 340px;
        height: 200px;
        flex-basis: 340px;
    }

    .ci-group-507208de {
        gap: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 767px) {
    .ci-item-507208de {
        width: 285px;
        height: 170px;
        flex-basis: 285px;
    }

    .ci-group-507208de {
        gap: 12px;
        padding-right: 12px;
    }

    .ci-modal-507208de {
        padding: 18px;
    }

    .ci-modal-close-507208de {
        top: 8px;
        right: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ci-track-507208de {
        animation-play-state: paused;
    }

    .ci-item-507208de img,
    .ci-modal-507208de {
        transition: none;
    }
}
