.hero-custom-slider{position:relative;width:100%;overflow:hidden}.hero-custom-slider__track{display:flex;transition:transform .7s ease}.hero-custom-slider__slide{flex:0 0 100%;height:700px;padding-left:50px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center}.hero-custom-slider__slide::before{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .30)}.hero-custom-slider__content{position:relative;z-index:2;max-width:640px;padding:0 60px;color:#fff;text-align:left}.hero-custom-slider__title{font-size:72px;font-weight:500;line-height:1.05;letter-spacing:1px;margin:0 0 24px;color:#fff}.hero-custom-slider__text{font-size:26px;line-height:1.4;margin:0 0 36px}.hero-custom-slider__btn{display:inline-block;padding:16px 40px;border:1px solid rgb(255 255 255 / .8);border-radius:8px;background:#fff0;color:#fff;text-decoration:none;font-size:16px;transition:background .3s ease,color .3s ease}.hero-custom-slider__btn:hover{background:#fff;color:#222}.hero-custom-slider__dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:4}.hero-custom-slider__dot{width:12px;height:12px;border-radius:50%;border:none;background:rgb(255 255 255 / .5);cursor:pointer;padding:0;transition:background .3s ease}.hero-custom-slider__dot.is-active{background:#fff}@media (max-width:900px){.hero-custom-slider__slide{padding:10px}}@media (max-width:767px){.hero-custom-slider__slide{height:460px;padding:10px}.hero-custom-slider__content{padding:0 28px}.hero-custom-slider__title{font-size:44px}.hero-custom-slider__text{font-size:20px}.hero-custom-slider__btn{padding:14px 32px}.hero-custom-slider__dots{bottom:16px}}