Oops! That page can’t be found.

It looks like nothing was found at this location. Maybe try searching?

document.addEventListener("DOMContentLoaded", function () { jQuery(window).on("elementor/frontend/init", function () { elementorFrontend.hooks.addAction("frontend/element_ready/carousel.default", function (scope, $) { if (window.innerWidth <= 768) { let swiperEl = scope.find(".swiper-container")[0]; if (swiperEl && swiperEl.swiper) { swiperEl.swiper.changeDirection('vertical'); swiperEl.swiper.params.slidesPerView = 3; swiperEl.swiper.params.slidesPerGroup = 3; swiperEl.swiper.update(); } } }); }); });