.cwfd-slider,.pbs-slider{position:relative;margin:0;padding:0;overflow:hidden}.cwfd-slides,.pbs-slides{display:flex;transition:transform .6s ease;cursor:grab}.cwfd-slide,.pbs-slide{min-width:100%}.cwfd-slide img,.pbs-slide img{width:100%;height:auto;display:block}.cwfd-arrow,.pbs-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);color:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;z-index:10;display:none}.cwfd-prev,.pbs-prev{left:10px}.cwfd-next,.pbs-next{right:10px}@media (min-width:1024px){.cwfd-arrow,.pbs-arrow{display:block}}.cwfd-dots,.pbs-dots{position:absolute;bottom:10px;width:100%;display:flex;justify-content:center;gap:8px}.cwfd-dot,.pbs-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}.cwfd-dot.active,.pbs-dot.active{background:#fff}@media (max-width:767px){.cwfd-dots,.pbs-dots{display:none}}