.smart-slider{position:relative;width:min(var(--ss-width),100%);height:var(--ss-height);min-height:120px;margin-inline:auto;overflow:hidden;background:#111;color:#fff;isolation:isolate}.smart-slider--fullwidth{width:100%!important;max-width:none}.smart-slider--fullscreen{width:100vw!important;height:100vh!important;max-width:none}.smart-slider__viewport,.smart-slider__track,.smart-slider__slide,.smart-slider__media{position:absolute;inset:0}.smart-slider__viewport{overflow:hidden}.smart-slider__slide{visibility:hidden;opacity:0;pointer-events:none;transition:opacity var(--ss-speed) ease,transform var(--ss-speed) cubic-bezier(.22,.61,.36,1);transform:translateX(0);z-index:0}.smart-slider__slide.is-active{visibility:visible;opacity:1;pointer-events:auto;transform:none;z-index:2}.smart-slider__slide[data-effect=slide-left]:not(.is-active){transform:translateX(100%)}.smart-slider__slide[data-effect=slide-right]:not(.is-active){transform:translateX(-100%)}.smart-slider__slide[data-effect=slide-up]:not(.is-active){transform:translateY(100%)}.smart-slider__slide[data-effect=slide-down]:not(.is-active){transform:translateY(-100%)}.smart-slider__slide[data-effect=zoom]:not(.is-active){transform:scale(1.18)}.smart-slider__slide[data-effect=rotate]:not(.is-active){transform:scale(.65) rotate(-12deg)}.smart-slider__media picture,.smart-slider__media img,.smart-slider__media video,.smart-slider__media iframe{display:block;width:100%;height:100%;border:0}.smart-slider__media.is-cover img,.smart-slider__media.is-cover video{object-fit:cover}.smart-slider__media.is-contain{background:#000}.smart-slider__media.is-contain img,.smart-slider__media.is-contain video{object-fit:contain}.smart-slider__shade{position:absolute;inset:0;background:#000;z-index:1;pointer-events:none}.smart-slider__content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,6vw,100px);pointer-events:none}.smart-slider__content.is-h-left{align-items:flex-start;text-align:left}.smart-slider__content.is-h-center{align-items:center;text-align:center}.smart-slider__content.is-h-right{align-items:flex-end;text-align:right}.smart-slider__content.is-v-top{justify-content:flex-start}.smart-slider__content.is-v-bottom{justify-content:flex-end}.smart-slider__content h2{max-width:900px;margin:0;font-size:clamp(28px,5vw,72px);line-height:1.04;color:inherit}.smart-slider__content p{max-width:760px;margin:16px 0 0;font-size:clamp(15px,2vw,24px);line-height:1.45;color:inherit}.smart-slider__content a{display:inline-flex;margin-top:24px;padding:13px 22px;border-radius:5px;background:#d71920;color:#fff!important;font-weight:800;pointer-events:auto}.smart-slider__arrow{position:absolute;z-index:6;top:50%;display:grid;place-items:center;width:46px;height:58px;transform:translateY(-50%);border:0;border-radius:6px;background:rgba(0,0,0,.4);color:#fff;font-size:38px;cursor:pointer}.smart-slider__arrow.is-prev{left:14px}.smart-slider__arrow.is-next{right:14px}.smart-slider__dots{position:absolute;z-index:6;left:50%;bottom:18px;display:flex;gap:9px;transform:translateX(-50%)}.smart-slider__dots button{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.smart-slider__dots button.is-active{background:#fff}.smart-slider__sound{position:absolute;z-index:7;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer}.smart-slider__mobile{display:none!important}.smart-slider-modal{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:24px}.smart-slider-modal[hidden]{display:none}.smart-slider-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(3px)}.smart-slider-modal__dialog{position:relative;z-index:1;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px)}.smart-slider-modal.is-fullscreen{padding:0}.smart-slider-modal.is-fullscreen .smart-slider-modal__dialog{width:100vw;height:100vh;max-width:none;max-height:none}.smart-slider-modal__close{position:absolute;z-index:20;right:12px;top:12px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:30px;cursor:pointer}.smart-slider-modal__never{position:absolute;z-index:20;right:16px;bottom:14px;padding:8px 12px;border-radius:6px;background:rgba(0,0,0,.72);color:#fff;font-size:13px}.smart-slider-modal-open{overflow:hidden}@media(max-width:767px){.smart-slider__desktop:has(+.smart-slider__mobile){display:none!important}.smart-slider__mobile{display:block!important}.smart-slider__content{padding:26px}.smart-slider__arrow{width:38px;height:48px}.smart-slider-modal{padding:10px}.smart-slider-modal__dialog{max-width:calc(100vw - 12px);max-height:calc(100vh - 12px)}}
