.hrs-slider{position:relative;width:100%;overflow:hidden;border-radius:var(--hrs-radius,0);background:#f5f5f5;direction:ltr}.hrs-track{position:relative;width:100%}.hrs-item{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity var(--hrs-speed,650ms) ease;pointer-events:none}.hrs-item.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;z-index:2}.hrs-link,.hrs-item picture{display:block;width:100%;height:100%}.hrs-item img{display:block;width:100%;height:var(--hrs-desktop-height,auto);max-width:none;object-fit:var(--hrs-fit,cover);border:0}.hrs-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,0,0,.38);color:#fff;font:400 34px/38px Arial;cursor:pointer;backdrop-filter:blur(6px);transition:.2s}.hrs-arrow:hover{background:rgba(0,0,0,.62);transform:translateY(-50%) scale(1.05)}.hrs-prev{left:18px}.hrs-next{right:18px}.hrs-dots{position:absolute;z-index:6;bottom:14px;left:50%;display:flex;gap:7px;transform:translateX(-50%);padding:7px 10px;border-radius:20px;background:rgba(0,0,0,.22)}.hrs-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.6);cursor:pointer;transition:.25s}.hrs-dots button.is-active{width:24px;border-radius:8px;background:#fff}.hrs-empty{padding:20px;text-align:center;background:#fff3cd;border-radius:10px}@media(max-width:767px){.hrs-item img{height:var(--hrs-mobile-height,auto)}.hrs-arrow{width:36px;height:36px;font-size:28px;line-height:31px}.hrs-prev{left:8px}.hrs-next{right:8px}.hrs-dots{bottom:8px}.hrs-slider{border-radius:min(var(--hrs-radius,0px),18px)}}@media(prefers-reduced-motion:reduce){.hrs-item{transition:none}.hrs-arrow{transition:none}}
