{"version":3,"file":"elements-benefits-js-CAL0JJEv.js","sources":["../src/entries/elements/benefits.js"],"sourcesContent":["import Swiper from \"swiper\";\nimport { A11y, Grid, Navigation, Pagination } from \"swiper/modules\";\nimport \"@/styles/components/slider.css\";\n\ndocument.querySelectorAll(\".element-benefits\").forEach((el) => {\n const container = el.querySelector(\".swiper\");\n\n new Swiper(container, {\n modules: [A11y, Grid, Navigation, Pagination],\n slidesPerView: 2,\n slidesPerGroup: 2,\n speed: 750,\n loop: true,\n pagination: {\n el: el.querySelector(\".slider-pagination\"),\n clickable: true,\n },\n navigation: {\n nextEl: el.querySelector(\".slider-button-next\"),\n prevEl: el.querySelector(\".slider-button-prev\"),\n },\n breakpoints: {\n 768: {\n slidesPerView: 4,\n slidesPerGroup: 8,\n loop: false,\n grid: {\n fill: \"row\",\n rows: 2,\n },\n },\n },\n });\n});\n"],"names":["el","container","Swiper","A11y","Grid","Navigation","Pagination"],"mappings":"iLAIA,SAAS,iBAAiB,mBAAmB,EAAE,QAASA,GAAO,CAC7D,MAAMC,EAAYD,EAAG,cAAc,SAAS,EAE5C,IAAIE,EAAOD,EAAW,CACpB,QAAS,CAACE,EAAMC,EAAMC,EAAYC,CAAU,EAC5C,cAAe,EACf,eAAgB,EAChB,MAAO,IACP,KAAM,GACN,WAAY,CACV,GAAIN,EAAG,cAAc,oBAAoB,EACzC,UAAW,EACZ,EACD,WAAY,CACV,OAAQA,EAAG,cAAc,qBAAqB,EAC9C,OAAQA,EAAG,cAAc,qBAAqB,CAC/C,EACD,YAAa,CACX,IAAK,CACH,cAAe,EACf,eAAgB,EAChB,KAAM,GACN,KAAM,CACJ,KAAM,MACN,KAAM,CACP,CACF,CACF,CACL,CAAG,CACH,CAAC"}