1/**
2 * Swiper 9.4.1
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * https://swiperjs.com
5 *
6 * Copyright 2014-2023 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: June 13, 2023
11 */
12
13!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Swiper=t()}
14(this,(function(){"use strict";function e(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}
15function t(s,a){void 0===s&&(s={}
16),void 0===a&&(a={}
17),Object.keys(a).forEach((i=>{void 0===s[i]?s[i]=a[i]:e(a[i])&&e(s[i])&&Object.keys(a[i]).length>0&&t(s[i],a[i])}
18))}
19const s={body:{}
20,addEventListener(){}
21,removeEventListener(){}
22,activeElement:{blur(){}
23,nodeName:""}
24,querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}
25}
26),createElement:()=>({children:[],childNodes:[],style:{}
27,setAttribute(){}
28,getElementsByTagName:()=>[]}
29),createElementNS:()=>({}
30),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}
31}
32;function a(){const e="undefined"!=typeof document?document:{}
33;return t(e,s),e}
34const i={document:s,navigator:{userAgent:""}
35,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}
36,history:{replaceState(){}
37,pushState(){}
38,go(){}
39,back(){}
40}
...
</html>