.ppx-coverflow-slider{--ppx-max-width:1180px;--ppx-aspect-ratio:16/9;--ppx-slide-width:760px;--ppx-speed:.52s;--ppx-arrow-size:52px;--ppx-card-radius:0px;--ppx-card-background:0 0;--ppx-shadow-y:22px;--ppx-shadow-blur:60px;--ppx-shadow-color:rgba(0,0,0,.35);position:relative;width:100%;max-width:var(--ppx-max-width);margin:0 auto;background:0 0;color:#fff}.ppx-coverflow-slider *{box-sizing:border-box}.ppx-coverflow-slider__viewport{position:relative;width:100%;height:var(--ppx-viewport-height,auto);perspective:1600px;perspective-origin:center center;overflow:visible;outline:none;background:0 0;user-select:none;-webkit-user-select:none;touch-action:pan-y}.ppx-coverflow-slider__stage{position:absolute;inset:0;background:0 0}.ppx-coverflow-slide{position:absolute;left:50%;top:50%;width:min(100%,var(--ppx-slide-width));transition:transform var(--ppx-speed) cubic-bezier(.22,1,.36,1),opacity var(--ppx-speed) ease;transform-style:preserve-3d;will-change:transform,opacity;contain:layout paint style;backface-visibility:hidden}.ppx-coverflow-slide__card{position:relative;width:100%;aspect-ratio:var(--ppx-aspect-ratio);background:var(--ppx-card-background);border-radius:var(--ppx-card-radius);overflow:hidden;border:0;backdrop-filter:blur(0px)}.ppx-coverflow-slide__card.is-shadowed{box-shadow:0 var(--ppx-shadow-y) var(--ppx-shadow-blur) var(--ppx-shadow-color)}.ppx-coverflow-slide__link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.ppx-coverflow-slide__image{display:block;width:100%;height:100%;background:0 0;pointer-events:none;height:100%;image-rendering:auto}.ppx-coverflow-slide__image.fit-contain{object-fit:contain}.ppx-coverflow-slide__image.fit-cover{object-fit:cover}.ppx-coverflow-slide__overlay{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(5,10,19,.08) 0%,rgba(5,10,19,.68) 100%);backdrop-filter:blur(8px)}.ppx-coverflow-slide__title{font-size:clamp(16px,1.6vw,24px);font-weight:700;line-height:1.2}.ppx-coverflow-slide__caption{font-size:clamp(13px,1.1vw,16px);line-height:1.45;margin-top:6px;color:rgba(255,255,255,.86)}.ppx-coverflow-slider__arrow{width:var(--ppx-arrow-size);height:var(--ppx-arrow-size);border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(10,13,18,.45);color:#fff;display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1400;cursor:pointer;backdrop-filter:blur(8px);transition:transform .22s ease,opacity .22s ease,background .22s ease}.ppx-coverflow-slider__arrow:hover{transform:translateY(-50%) scale(1.04);background:rgba(10,13,18,.72)}.ppx-coverflow-slider__arrow:disabled{opacity:.35;cursor:not-allowed}.ppx-coverflow-slider__arrow span{display:block;font-size:34px;line-height:1;transform:translateY(-1px)}.ppx-coverflow-slider__arrow.is-prev{left:14px}.ppx-coverflow-slider__arrow.is-next{right:14px}.ppx-coverflow-slider__dots{display:flex;justify-content:center;gap:10px;margin-top:18px;background:0 0}.ppx-coverflow-slider__dot{width:11px;height:11px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.3);cursor:pointer;transition:transform .2s ease,background .2s ease,width .2s ease}.ppx-coverflow-slider__dot.is-active{width:28px;background:rgba(255,255,255,.94)}.ppx-coverflow-slider.is-single-slide .ppx-coverflow-slider__arrow,.ppx-coverflow-slider.is-single-slide .ppx-coverflow-slider__dots{display:none}.ppx-coverflow-slide.is-active{z-index:1200 !important}.ppx-coverflow-slide.is-side{z-index:1100}@media (max-width:980px){.ppx-coverflow-slider__arrow{--ppx-arrow-size:46px}.ppx-coverflow-slide__overlay{left:12px;right:12px;bottom:12px;padding:12px 14px}}@media (max-width:767px){.ppx-coverflow-slider__arrow{--ppx-arrow-size:42px}.ppx-coverflow-slider__arrow.is-prev{left:8px}.ppx-coverflow-slider__arrow.is-next{right:8px}.ppx-coverflow-slider__dots{gap:8px;margin-top:14px}}.ppx-coverflow-slide.is-hidden{visibility:hidden}.ppx-coverflow-slide__card,.ppx-coverflow-slide__link{contain:content}