.pure-carousel{max-width:1312px;margin:0 auto;position:relative;padding:40px 20px}.carousel-hero{margin-bottom:60px}.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;width:100%;flex-shrink:0;transition:opacity .3s ease-in-out;padding:0 20px;box-sizing:border-box}.carousel-navigation{margin-top:60px;gap:60px}.carousel-arrow,.carousel-navigation{display:flex;justify-content:center;align-items:center}.carousel-arrow{background:#f0f7fc;border:2px solid #145b90;border-radius:50%;width:64px;height:64px;cursor:pointer;transition:all .3s ease;padding:0}.carousel-arrow:hover{background-color:#145b90;transform:scale(1.05)}.carousel-arrow:hover svg{color:white}.carousel-arrow svg{font-size:28px;color:#145b90;transition:color .3s ease}.carousel-footer{margin-top:60px}@media screen and (max-width:767px){.pure-carousel{padding:20px 15px}.carousel-hero{margin-bottom:30px}.carousel-slide{padding:0 10px}.carousel-arrow{width:48px;height:48px}.carousel-arrow svg{font-size:20px}.carousel-navigation{gap:30px;margin-top:30px}.carousel-footer{margin-top:30px}}