.swiper-button-next,.swiper-button-prev{background-color:rgba(0,0,0,.8)!important;height:48px;width:48px;border-radius:50%}@media only screen and (max-width:768px){.swiper-button-next,.swiper-button-prev{background-color:rgba(0,0,0,.8)!important;height:32px;width:32px;border-radius:50%}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-slide-in-left{animation:slideInLeft .5s ease-out forwards}.animate-slide-in-right{animation:slideInRight .5s ease-out forwards}.paused{animation-play-state:paused!important}