.ghos-image-slider{width:100%}.ghos-image-slider__viewport{position:relative;overflow:hidden;aspect-ratio:4/3}@media(min-width:768px){.ghos-image-slider__viewport{aspect-ratio:9/5}}.ghos-image-slider__slide{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.ghos-image-slider__slide--active{opacity:1}.ghos-image-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;padding:6px}.ghos-image-slider__arrow svg{width:100%;height:100%}.ghos-image-slider__arrow--prev{left:12px}.ghos-image-slider__arrow--next{right:12px}@media(min-width:768px){.ghos-image-slider__arrow{display:flex}}.ghos-image-slider__dots{display:flex;justify-content:center;gap:8px;padding-top:16px}.ghos-image-slider__dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;padding:0;transition:background-color .2s}.ghos-image-slider__dot--active{background:#fff}