.slider-header {
    margin-bottom: .3em;
}

.slider-thumb-container {
}

.slider-thumb-container .slider-thumb {
    container-type: inline-size;
    z-index: 0;
    position: relative;
}

.slider-thumb-container .slider-thumb .thumb-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.35em 1em 0.15em;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    font-size: clamp(10px, 5.25cqi, 16px);
}

.thumb-title h3,
.thumb-description h3 {
    line-height: 1.25;
    font-weight: 100;
    font-size: 1em;
}

.thumb-description h3:not(.gray),
.thumb-title h3:not(.gray) {
    font-weight: normal;
    color: #565656;
}

.slider-thumb-container .slider-thumb .thumb-description .course-description-text {
    font-size: 0.85em;
    line-height: 1.35;
    margin-top: 0;
}

.slider-thumb-container .slider-thumb .thumb-description,
.slider-thumb-container .slider-thumb .thumb-info {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-thumb-container .slider-thumb:hover {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    z-index: auto;
}

.slider-thumb-container .thumb_container,
.slider-thumb-container .thumb {
    overflow: visible !important;
}

.slider-thumb-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.slider-thumb-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-thumb-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-clone .slider-thumb-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.slider-viewport {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.swiper,
.swiper-wrapper {
    overflow: visible;
}

.swiper-slide {
    position: relative;
    z-index: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
}

.swiper-slide:hover {
    z-index: 10;
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#slider-zoom-overlay .thumb-title {
    display: none !important;
}

.slider-viewport .swiper-button-prev,
.slider-viewport .swiper-button-next {
    top: 50%;
    z-index: 999;
}

#slider-zoom-overlay {
    position: fixed;
    z-index: 10050;
    pointer-events: auto;
    display: none;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    will-change: transform;
    transform: translate(var(--zoom-x, 0), var(--zoom-y, 0));
    cursor: pointer;
}

#slider-zoom-overlay.is-active {
    display: block;
}

#slider-zoom-overlay .zoom-clone {
    position: relative;
    margin: 0;
    width: var(--zoom-w, 0);
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transition: transform var(--zoom-duration, 180ms) ease, opacity var(--zoom-duration, 180ms) ease, box-shadow var(--zoom-duration, 180ms) ease;
    pointer-events: none;
    border-radius: inherit;
    overflow: visible;
    cursor: pointer;
    font-size: clamp(10px, calc(var(--zoom-w, 280px) * 0.045), 14px);
}

#slider-zoom-overlay.is-active .zoom-clone {
    transform: translate(-50%, -50%) scale(var(--zoom-scale, 1.12));
    opacity: 1;
    animation: zoomIn 0.25s ease forwards;
}

#slider-zoom-overlay .slider-thumb.zoom-clone {
    position: relative;
}

#slider-zoom-overlay .slider-thumb.zoom-clone > .thumb-info {
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: calc(100% * 9 / 16);
    transform: translateY(-100%);
    padding: 0.35em 25px 0.2em;
    background: rgba(255, 255, 255, .8);
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85em;
    line-height: 1.3;
    box-sizing: border-box;
}

#slider-zoom-overlay .slider-thumb.zoom-clone > .thumb-info > div {
    flex: 1;
}

.swiper-slide:hover {
    transform: none;
    box-shadow: none;
}

.swiper-slide:hover .slide-inner {
    box-shadow: none;
}

@keyframes zoomIn {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(var(--zoom-scale, 1.12));
        opacity: 1;
    }
}

#slider-zoom-overlay .thumb-title h3,
#slider-zoom-overlay .thumb-description h3 {
    font-size: 1em;
    line-height: 1.25;
}

#slider-zoom-overlay .thumb-description h3:not(.gray) {
    font-weight: normal;
    color: #565656;
}

#slider-zoom-overlay .thumb-description {
    font-size: 1em;
    line-height: 1.3;
}

#slider-zoom-overlay .thumb-description .course-description-text {
    font-size: 0.85em;
    line-height: 1.35;
    font-weight: normal;
    margin-top: 0;
}

#slider-zoom-overlay .thumb-description .course-description-text ul,
#slider-zoom-overlay .thumb-description .course-description-text ol {
    margin: 0.35em 0;
    padding-left: 1.25em;
}

#slider-zoom-overlay .thumb-description p {
    font-size: 0.85em;
    line-height: 1.35;
}

#slider-zoom-overlay .fs-vimeo-overlay-frame-wrap {
    position: absolute;
    inset: 0;
    z-index: 5;
}

#slider-zoom-overlay .thumb-title {
    position: relative;
    z-index: 10;
}

#slider-zoom-overlay .fs-vimeo-overlay-frame {
    display: block;
    position: absolute;
    width: 102%;
    height: 102%;
    border: 0;
}


#slider-zoom-overlay .fs-vimeo-overlay-loader {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

#slider-zoom-overlay .fs-vimeo-overlay-loader::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: rgba(255, 255, 255, 0.95);
    animation: fs-vimeo-spin 0.8s linear infinite;
}

@keyframes fs-vimeo-spin {
    to { transform: rotate(360deg); }
}