.heroCarousel .arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent!important;border:2px solid rgba(255,255,255,.8);border-radius:9999px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.heroCarousel .arrow .arrows{color:white;width:26px;height:26px}.heroCarousel .arrow:hover{background:rgba(255,255,255,.15);border-color:white}