.gallery-dot,.gallery-arrow{cursor:pointer;border:none;padding:initial;margin:initial;background-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0)}.gallery-dot::-moz-focus-inner,.gallery-arrow::-moz-focus-inner{padding:0;border:0}.gallery-dot:focus,.gallery-dot:active,.gallery-arrow:focus,.gallery-dot:focus-visible,.gallery-arrow:focus-visible,.gallery-arrow:active{outline:none}.gallery-dot:before,.gallery-dot:after,.gallery-arrow:before,.gallery-arrow:after{box-sizing:border-box}.gallery-wrapper{overflow:hidden;height:100%}.gallery-line{display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none;height:100%}.gallery-line.dragging{cursor:-webkit-grab;cursor:grab}.gallery-line-vertical{flex-direction:column}.gallery-slide{transform:translateZ(0)}.gallery-arrow{display:block;position:absolute;top:50%;width:50px;height:50px;transition:all .5s;background-color:aqua}.gallery-arrow.gallery-arrow-disabled{pointer-events:none;opacity:.5}.gallery-arrow.gallery-arrow-clicked{-webkit-animation:"arrow-pulse" .5s 0s;animation:"arrow-pulse" .5s 0s}.gallery-arrow-prev{left:30px}.gallery-arrow-next{right:30px}.gallery-dots{display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%, 0)}.gallery-dot{position:relative;display:block;width:10px;height:10px;margin-right:10px}.gallery-dot:last-child{margin-right:0}.gallery-dot::before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;border-radius:50%;background-color:#add8e6;transition:background-color .5s}.gallery-dot:hover::before{background-color:#80cae2}.gallery-dot.gallery-dot-active{pointer-events:none}.gallery-dot.gallery-dot-active::before{background-color:aqua}.gallery-dot:last-child{margin-right:0;margin-bottom:0}@-webkit-keyframes arrow-pulse{0%{transform:scale(1)}20%{transform:scale(0.6)}100%{transform:scale(1)}}@keyframes arrow-pulse{0%{transform:scale(1)}20%{transform:scale(0.6)}100%{transform:scale(1)}}