.carousel-item img{width:100%;height:auto}.carousel-container{position:relative;overflow:hidden}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:0;cursor:pointer}.carousel-arrow>span{font-size:50px;color:white}.carousel-arrow:hover>span{color:#ff7bac}.carousel-arrow-right{right:5px}.carousel-container:hover .carousel-arrow-right{right:30px;opacity:1}.carousel-arrow-left{left:5px}.carousel-container:hover .carousel-arrow-left{left:30px;opacity:1}.carousel-container .tns-outer .tns-nav{display:flex;align-items:center;justify-content:center;gap:16px;position:absolute;bottom:20px;left:0;right:0;padding:0 48px}.carousel-container .tns-outer .tns-nav>button{width:14px;height:14px;border-radius:50%;background:white;border:0;outline:0}.carousel-container .tns-outer .tns-nav>button.tns-nav-active{background:#db3b77}@media screen and (max-width:767px){.carousel-container .carousel-controls{display:none}.carousel-container .tns-outer .tns-nav>button{width:20px;height:3px;opacity:.25;background:black;border-radius:0}.carousel-container .tns-outer .tns-nav>button.tns-nav-active{background:black;opacity:.75}}