.smartlite-slider{position:relative;overflow:hidden;width:100%;height:var(--sls-height-desktop,560px);border-radius:20px;background:#f5f5f7}.smartlite-slider__track{display:flex;height:100%;transition:transform 0.5s ease;will-change:transform}.smartlite-slider__slide{position:relative;min-width:100%;height:100%;overflow:hidden}.smartlite-slider__bg{position:absolute;inset:0;background-image:var(--desktop-bg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.01)}.smartlite-slider__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) + 0.08)) 0%,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.82)) 38%,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.35)) 68%,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.1)) 100%);z-index:1}.smartlite-slider__content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:48px 56px}.smartlite-slider__content.content-left{justify-content:flex-start;text-align:left}.smartlite-slider__content.content-center{justify-content:center;text-align:center}.smartlite-slider__content.content-right{justify-content:flex-end;text-align:right}.smartlite-slider__inner{max-width:620px;color:#fff}.smartlite-slider__eyebrow{display:inline-block;margin-bottom:14px;font-size:13px;font-weight:800;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;color:rgb(255 255 255 / .92)}.smartlite-slider__title{margin:0 0 18px;font-size:clamp(34px, 4vw, 62px);line-height:1.02;font-weight:800;letter-spacing:-.02em;color:#fff;text-wrap:balance}.smartlite-slider__text{font-size:clamp(15px, 1.25vw, 19px);line-height:1.65;margin-bottom:28px;color:rgb(255 255 255 / .96);max-width:56ch}.smartlite-slider__text p{margin:0 0 12px}.smartlite-slider__text p:last-child{margin-bottom:0}.smartlite-slider__button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border:1px solid #8f2c7f;border-radius:999px;background:linear-gradient(135deg,#a62d82 0%,#7d2b91 100%);color:#fff!important;text-decoration:none;font-size:15px;font-weight:700;line-height:1;letter-spacing:.01em;box-shadow:0 10px 24px rgb(143 44 127 / .24);transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease,opacity 0.25s ease}.smartlite-slider__button:hover,.smartlite-slider__button:focus{background:linear-gradient(135deg,#942873 0%,#6f257f 100%);color:#fff!important;transform:translateY(-2px);box-shadow:0 14px 28px rgb(143 44 127 / .3);outline:none}.smartlite-slider__button:focus-visible{box-shadow:0 14px 28px rgb(143 44 127 / .3),0 0 0 4px rgb(166 45 130 / .18)}.smartlite-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;padding:0!important;border:1px solid rgb(255 255 255 / .55);border-radius:50%!important;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:0 0 44px!important;background:rgb(255 255 255 / .16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;font-size:18px;line-height:1;text-align:center;box-shadow:0 8px 22px rgb(0 0 0 / .14);appearance:none;-webkit-appearance:none;transition:background 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease,transform 0.25s ease}.smartlite-slider__arrow:hover,.smartlite-slider__arrow:focus{background:rgb(166 45 130 / .92);border-color:rgb(166 45 130);box-shadow:0 12px 28px rgb(166 45 130 / .24);outline:none}.smartlite-slider__arrow::before,.smartlite-slider__arrow::after{margin:0!important;padding:0!important;width:auto!important;height:auto!important;line-height:1!important}.smartlite-slider__arrow--prev{left:18px}.smartlite-slider__arrow--next{right:18px}.smartlite-slider__arrow--prev{left:18px}.smartlite-slider__arrow--next{right:18px}.smartlite-slider__dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:4;padding:8px 12px;border-radius:999px;background:rgb(255 255 255 / .12);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.smartlite-slider__dot{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:rgb(255 255 255 / .55);cursor:pointer;transition:width 0.25s ease,border-radius 0.25s ease,background 0.25s ease,transform 0.25s ease}.smartlite-slider__dot:hover,.smartlite-slider__dot:focus{background:rgb(255 255 255 / .9);outline:none}.smartlite-slider__dot.is-active{width:28px;border-radius:999px;background:linear-gradient(135deg,#a62d82 0%,#7d2b91 100%);box-shadow:0 6px 16px rgb(143 44 127 / .24)}@media (max-width:1200px){.smartlite-slider__content{padding:42px 44px}.smartlite-slider__inner{max-width:560px}}@media (max-width:991px){.smartlite-slider{border-radius:16px}.smartlite-slider__content{padding:34px 28px}.smartlite-slider__title{font-size:clamp(30px, 5vw, 46px)}.smartlite-slider__text{max-width:48ch}.smartlite-slider__arrow{width:42px;height:42px;font-size:18px}}@media (max-width:767px){.smartlite-slider{height:var(--sls-height-mobile,420px);border-radius:14px}.smartlite-slider__bg{background-image:var(--mobile-bg);background-position:center center}.smartlite-slider__overlay{background:linear-gradient(180deg,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.25)) 0%,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.45)) 38%,rgba(0,0,0,calc(var(--sls-overlay-opacity, 0.45) * 0.9)) 100%)}.smartlite-slider__content{align-items:flex-end;padding:24px 18px 64px}.smartlite-slider__content.content-left,.smartlite-slider__content.content-center,.smartlite-slider__content.content-right{justify-content:flex-start;text-align:left}.smartlite-slider__inner{max-width:100%}.smartlite-slider__eyebrow{margin-bottom:10px;font-size:11px;letter-spacing:.07em}.smartlite-slider__title{margin-bottom:12px;font-size:clamp(28px, 9vw, 40px);line-height:1.04}.smartlite-slider__text{font-size:14px;line-height:1.55;margin-bottom:18px;max-width:100%}.smartlite-slider__button{min-height:46px;padding:0 20px;font-size:14px}.smartlite-slider__arrow{width:38px;height:38px;font-size:18px;top:auto;bottom:18px;transform:none}.smartlite-slider__arrow:hover,.smartlite-slider__arrow:focus{transform:none}.smartlite-slider__arrow--prev{left:14px}.smartlite-slider__arrow--next{right:14px}.smartlite-slider__dots{bottom:14px;padding:6px 10px;gap:7px}.smartlite-slider__dot{width:9px;height:9px}.smartlite-slider__dot.is-active{width:24px}}@media (max-width:480px){.smartlite-slider{height:var(--sls-height-mobile,390px);border-radius:12px}.smartlite-slider__content{padding:20px 16px 62px}.smartlite-slider__title{font-size:clamp(24px, 8.5vw, 34px)}.smartlite-slider__text{font-size:13.5px;line-height:1.5}.smartlite-slider__button{width:auto;max-width:100%}}