.psw-outer{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%}.psw-dots{position:absolute;top:calc(var(--base) * 1.8);right:calc(var(--base) * 1.8);z-index:10;display:flex;align-items:center;gap:calc(var(--base) * 1)}.psw-dot{border-radius:50%;border:none;padding:0;background:#C9CACC;cursor:pointer;flex-shrink:0}.psw-dot,.psw-dot--active{width:calc(var(--base) * .6);height:calc(var(--base) * .6);outline:none}.psw-dot--active{border-radius:50%;background:#D8E750;box-shadow:0 0 0 2px #1a1a1a,0 0 0 4px #ffffff}.psw-slide--enter{animation:pswSlideIn .22s ease both}.psw-slide--exit-left{animation:pswSlideOutLeft .22s ease both}.psw-slide--exit-right{animation:pswSlideOutRight .22s ease both}@keyframes pswSlideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes pswSlideOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes pswSlideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}