uikit 3.23.7-dev.ea33b1a06 → 3.23.8-dev.97ee4c1bb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/release.js +1 -1
  3. package/build/scss.js +49 -12
  4. package/build/util.js +2 -0
  5. package/dist/css/uikit-core-rtl.css +1 -1
  6. package/dist/css/uikit-core-rtl.min.css +1 -1
  7. package/dist/css/uikit-core.css +1 -1
  8. package/dist/css/uikit-core.min.css +1 -1
  9. package/dist/css/uikit-rtl.css +1 -1
  10. package/dist/css/uikit-rtl.min.css +1 -1
  11. package/dist/css/uikit.css +1 -1
  12. package/dist/css/uikit.min.css +1 -1
  13. package/dist/js/components/countdown.js +1 -1
  14. package/dist/js/components/countdown.min.js +1 -1
  15. package/dist/js/components/filter.js +3 -3
  16. package/dist/js/components/filter.min.js +1 -1
  17. package/dist/js/components/lightbox-panel.js +11 -6
  18. package/dist/js/components/lightbox-panel.min.js +1 -1
  19. package/dist/js/components/lightbox.js +11 -6
  20. package/dist/js/components/lightbox.min.js +1 -1
  21. package/dist/js/components/notification.js +3 -3
  22. package/dist/js/components/notification.min.js +1 -1
  23. package/dist/js/components/parallax.js +3 -2
  24. package/dist/js/components/parallax.min.js +1 -1
  25. package/dist/js/components/slider-parallax.js +3 -2
  26. package/dist/js/components/slider-parallax.min.js +1 -1
  27. package/dist/js/components/slider.js +5 -4
  28. package/dist/js/components/slider.min.js +1 -1
  29. package/dist/js/components/slideshow-parallax.js +3 -2
  30. package/dist/js/components/slideshow-parallax.min.js +1 -1
  31. package/dist/js/components/slideshow.js +5 -4
  32. package/dist/js/components/slideshow.min.js +1 -1
  33. package/dist/js/components/sortable.js +1 -1
  34. package/dist/js/components/sortable.min.js +1 -1
  35. package/dist/js/components/tooltip.js +1 -1
  36. package/dist/js/components/tooltip.min.js +1 -1
  37. package/dist/js/components/upload.js +1 -1
  38. package/dist/js/components/upload.min.js +1 -1
  39. package/dist/js/uikit-core.js +17 -12
  40. package/dist/js/uikit-core.min.js +1 -1
  41. package/dist/js/uikit-icons.js +1 -1
  42. package/dist/js/uikit-icons.min.js +1 -1
  43. package/dist/js/uikit.js +21 -16
  44. package/dist/js/uikit.min.js +1 -1
  45. package/package.json +1 -1
  46. package/src/js/components/filter.js +2 -2
  47. package/src/js/components/lightbox-panel.js +1 -1
  48. package/src/js/components/notification.js +2 -2
  49. package/src/js/core/accordion.js +2 -2
  50. package/src/js/core/alert.js +2 -2
  51. package/src/js/core/drop.js +2 -2
  52. package/src/js/core/switcher.js +3 -3
  53. package/src/js/mixin/event.js +1 -1
  54. package/src/js/mixin/modal.js +9 -3
  55. package/src/js/mixin/slider-nav.js +2 -2
  56. package/src/js/mixin/svg.js +0 -2
  57. package/src/js/util/selector.js +1 -1
  58. package/src/scss/components/accordion.scss +8 -6
  59. package/src/scss/components/alert.scss +10 -8
  60. package/src/scss/components/align.scss +3 -1
  61. package/src/scss/components/animation.scss +3 -1
  62. package/src/scss/components/article.scss +7 -5
  63. package/src/scss/components/background.scss +3 -1
  64. package/src/scss/components/badge.scss +5 -3
  65. package/src/scss/components/base.scss +20 -17
  66. package/src/scss/components/breadcrumb.scss +9 -7
  67. package/src/scss/components/button.scss +25 -23
  68. package/src/scss/components/card.scss +26 -24
  69. package/src/scss/components/close.scss +5 -3
  70. package/src/scss/components/column.scss +3 -1
  71. package/src/scss/components/comment.scss +13 -11
  72. package/src/scss/components/container.scss +14 -11
  73. package/src/scss/components/countdown.scss +8 -6
  74. package/src/scss/components/cover.scss +3 -1
  75. package/src/scss/components/description-list.scss +6 -4
  76. package/src/scss/components/divider.scss +13 -10
  77. package/src/scss/components/dotnav.scss +8 -6
  78. package/src/scss/components/drop.scss +3 -1
  79. package/src/scss/components/dropbar.scss +8 -6
  80. package/src/scss/components/dropdown.scss +12 -10
  81. package/src/scss/components/dropnav.scss +3 -1
  82. package/src/scss/components/flex.scss +3 -1
  83. package/src/scss/components/form-range.scss +13 -10
  84. package/src/scss/components/form.scss +23 -21
  85. package/src/scss/components/grid.scss +5 -3
  86. package/src/scss/components/heading.scss +16 -13
  87. package/src/scss/components/height.scss +3 -1
  88. package/src/scss/components/icon.scss +9 -7
  89. package/src/scss/components/iconnav.scss +7 -5
  90. package/src/scss/components/inverse.scss +4 -2
  91. package/src/scss/components/label.scss +7 -5
  92. package/src/scss/components/leader.scss +4 -2
  93. package/src/scss/components/lightbox.scss +6 -4
  94. package/src/scss/components/link.scss +10 -8
  95. package/src/scss/components/list.scss +5 -3
  96. package/src/scss/components/margin.scss +3 -1
  97. package/src/scss/components/marker.scss +5 -3
  98. package/src/scss/components/mixin.scss +6 -4
  99. package/src/scss/components/modal.scss +18 -16
  100. package/src/scss/components/nav.scss +33 -31
  101. package/src/scss/components/navbar.scss +33 -30
  102. package/src/scss/components/notification.scss +10 -8
  103. package/src/scss/components/offcanvas.scss +6 -4
  104. package/src/scss/components/overlay.scss +7 -5
  105. package/src/scss/components/padding.scss +3 -1
  106. package/src/scss/components/pagination.scss +8 -6
  107. package/src/scss/components/placeholder.scss +4 -2
  108. package/src/scss/components/position.scss +9 -6
  109. package/src/scss/components/print.scss +3 -1
  110. package/src/scss/components/progress.scss +6 -4
  111. package/src/scss/components/search.scss +15 -13
  112. package/src/scss/components/section.scss +9 -7
  113. package/src/scss/components/slidenav.scss +10 -8
  114. package/src/scss/components/slider.scss +4 -2
  115. package/src/scss/components/slideshow.scss +4 -2
  116. package/src/scss/components/sortable.scss +7 -5
  117. package/src/scss/components/spinner.scss +6 -3
  118. package/src/scss/components/sticky.scss +3 -1
  119. package/src/scss/components/subnav.scss +13 -11
  120. package/src/scss/components/svg.scss +3 -1
  121. package/src/scss/components/switcher.scss +3 -1
  122. package/src/scss/components/tab.scss +14 -12
  123. package/src/scss/components/table.scss +17 -14
  124. package/src/scss/components/text.scss +8 -6
  125. package/src/scss/components/thumbnav.scss +7 -5
  126. package/src/scss/components/tile.scss +12 -10
  127. package/src/scss/components/tooltip.scss +4 -2
  128. package/src/scss/components/totop.scss +6 -4
  129. package/src/scss/components/transition.scss +3 -1
  130. package/src/scss/components/utility.scss +8 -6
  131. package/src/scss/components/visibility.scss +3 -1
  132. package/src/scss/components/width.scss +34 -31
  133. package/src/scss/mixins-theme.scss +169 -168
  134. package/src/scss/mixins.scss +175 -175
  135. package/src/scss/uikit-theme.scss +0 -1
  136. package/src/scss/variables-theme.scss +70 -66
  137. package/src/scss/variables.scss +74 -70
  138. package/src/scss/theme/_import.scss +0 -82
  139. package/src/scss/theme/accordion.scss +0 -55
  140. package/src/scss/theme/alert.scss +0 -45
  141. package/src/scss/theme/align.scss +0 -14
  142. package/src/scss/theme/animation.scss +0 -14
  143. package/src/scss/theme/article.scss +0 -49
  144. package/src/scss/theme/background.scss +0 -14
  145. package/src/scss/theme/badge.scss +0 -29
  146. package/src/scss/theme/base.scss +0 -104
  147. package/src/scss/theme/breadcrumb.scss +0 -45
  148. package/src/scss/theme/button.scss +0 -132
  149. package/src/scss/theme/card.scss +0 -111
  150. package/src/scss/theme/close.scss +0 -29
  151. package/src/scss/theme/column.scss +0 -14
  152. package/src/scss/theme/comment.scss +0 -67
  153. package/src/scss/theme/container.scss +0 -14
  154. package/src/scss/theme/countdown.scss +0 -53
  155. package/src/scss/theme/description-list.scss +0 -29
  156. package/src/scss/theme/divider.scss +0 -49
  157. package/src/scss/theme/dotnav.scss +0 -46
  158. package/src/scss/theme/drop.scss +0 -14
  159. package/src/scss/theme/dropbar.scss +0 -38
  160. package/src/scss/theme/dropdown.scss +0 -53
  161. package/src/scss/theme/form-range.scss +0 -51
  162. package/src/scss/theme/form.scss +0 -117
  163. package/src/scss/theme/grid.scss +0 -28
  164. package/src/scss/theme/heading.scss +0 -71
  165. package/src/scss/theme/height.scss +0 -14
  166. package/src/scss/theme/icon.scss +0 -50
  167. package/src/scss/theme/iconnav.scss +0 -39
  168. package/src/scss/theme/inverse.scss +0 -14
  169. package/src/scss/theme/label.scss +0 -41
  170. package/src/scss/theme/leader.scss +0 -26
  171. package/src/scss/theme/lightbox.scss +0 -32
  172. package/src/scss/theme/link.scss +0 -55
  173. package/src/scss/theme/list.scss +0 -34
  174. package/src/scss/theme/margin.scss +0 -14
  175. package/src/scss/theme/marker.scss +0 -29
  176. package/src/scss/theme/modal.scss +0 -77
  177. package/src/scss/theme/nav.scss +0 -131
  178. package/src/scss/theme/navbar.scss +0 -135
  179. package/src/scss/theme/notification.scss +0 -44
  180. package/src/scss/theme/offcanvas.scss +0 -32
  181. package/src/scss/theme/overlay.scss +0 -33
  182. package/src/scss/theme/padding.scss +0 -14
  183. package/src/scss/theme/pagination.scss +0 -41
  184. package/src/scss/theme/placeholder.scss +0 -26
  185. package/src/scss/theme/position.scss +0 -14
  186. package/src/scss/theme/progress.scss +0 -23
  187. package/src/scss/theme/search.scss +0 -101
  188. package/src/scss/theme/section.scss +0 -32
  189. package/src/scss/theme/slidenav.scss +0 -52
  190. package/src/scss/theme/slider.scss +0 -14
  191. package/src/scss/theme/sortable.scss +0 -38
  192. package/src/scss/theme/spinner.scss +0 -14
  193. package/src/scss/theme/sticky.scss +0 -14
  194. package/src/scss/theme/subnav.scss +0 -72
  195. package/src/scss/theme/tab.scss +0 -67
  196. package/src/scss/theme/table.scss +0 -65
  197. package/src/scss/theme/text.scss +0 -49
  198. package/src/scss/theme/thumbnav.scss +0 -40
  199. package/src/scss/theme/tile.scss +0 -52
  200. package/src/scss/theme/tooltip.scss +0 -20
  201. package/src/scss/theme/totop.scss +0 -32
  202. package/src/scss/theme/transition.scss +0 -14
  203. package/src/scss/theme/utility.scss +0 -49
  204. package/src/scss/theme/variables.scss +0 -36
  205. package/src/scss/theme/width.scss +0 -14
@@ -1 +1 @@
1
- /*! UIkit 3.23.7-dev.ea33b1a06 | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */(function(Kt,Zt){typeof exports=="object"&&typeof module<"u"?module.exports=Zt():typeof define=="function"&&define.amd?define("uikit",Zt):(Kt=typeof globalThis<"u"?globalThis:Kt||self,Kt.UIkit=Zt())})(this,function(){"use strict";const{hasOwnProperty:Kt,toString:Zt}=Object.prototype;function rt(t,e){return Kt.call(t,e)}const qo=/\B([A-Z])/g,gt=G(t=>t.replace(qo,"-$1").toLowerCase()),jo=/-(\w)/g,Qt=G(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(jo,(e,i)=>i.toUpperCase())),Ot=G(t=>t.charAt(0).toUpperCase()+t.slice(1));function tt(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function te(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function d(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function _e(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:L,from:Pe}=Array,{assign:ee}=Object;function j(t){return typeof t=="function"}function ct(t){return t!==null&&typeof t=="object"}function ie(t){return Zt.call(t)==="[object Object]"}function Oe(t){return ct(t)&&t===t.window}function ne(t){return ei(t)===9}function oe(t){return ei(t)>=1}function se(t){return ei(t)===1}function ei(t){return!Oe(t)&&ct(t)&&t.nodeType}function Bt(t){return typeof t=="boolean"}function P(t){return typeof t=="string"}function ii(t){return typeof t=="number"}function mt(t){return ii(t)||P(t)&&!isNaN(t-parseFloat(t))}function ni(t){return!(L(t)?t.length:ct(t)&&Object.keys(t).length)}function R(t){return t===void 0}function oi(t){return Bt(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function re(t){const e=Number(t);return isNaN(e)?!1:e}function b(t){return parseFloat(t)||0}function O(t){return t&&g(t)[0]}function g(t){return oe(t)?[t]:Array.from(t||[]).filter(oe)}function vt(t){if(Oe(t))return t;t=O(t);const e=ne(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function un(t,e){return t===e||ct(t)&&ct(e)&&Object.keys(t).length===Object.keys(e).length&&le(t,(i,n)=>i===e[n])}function si(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function ae(t){return t[t.length-1]}function le(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function fn(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function ce(t,e){return t.reduce((i,n)=>i+b(j(e)?e(n):n[e]),0)}function Ro(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function ri(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function at(t,e=0,i=1){return Math.min(Math.max(re(t)||0,e),i)}function et(){}function Be(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:n})=>n))-Math.max(...t.map(({[i]:n})=>n))>0)}function ai(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function li(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function dn(t,e){t={...t};for(const i in t)t=t[i]>e[i]?li(t,i,e[i]):t;return t}function Uo(t,e){t=dn(t,e);for(const i in t)t=t[i]<e[i]?li(t,i,e[i]):t;return t}const pn={ratio:li,contain:dn,cover:Uo};function ht(t,e,i=0,n=!1){e=g(e);const{length:o}=e;return o?(t=mt(t)?re(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(O(t)),n?at(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function G(t){const e=Object.create(null);return(i,...n)=>e[i]||(e[i]=t(i,...n))}function S(t,...e){for(const i of g(t)){const n=bt(e).filter(o=>!m(i,o));n.length&&i.classList.add(...n)}}function N(t,...e){for(const i of g(t)){const n=bt(e).filter(o=>m(i,o));n.length&&i.classList.remove(...n)}}function Me(t,e,i){i=bt(i),e=bt(e).filter(n=>!d(i,n)),N(t,e),S(t,i)}function m(t,e){return[e]=bt(e),g(t).some(i=>i.classList.contains(e))}function U(t,e,i){const n=bt(e);R(i)||(i=!!i);for(const o of g(t))for(const s of n)o.classList.toggle(s,i)}function bt(t){return t?L(t)?t.map(bt).flat():String(t).split(" ").filter(Boolean):[]}function T(t,e,i){var n;if(ct(e)){for(const o in e)T(t,o,e[o]);return}if(R(i))return(n=O(t))==null?void 0:n.getAttribute(e);for(const o of g(t))j(i)&&(i=i.call(o,T(o,e))),i===null?he(o,e):o.setAttribute(e,i)}function ut(t,e){return g(t).some(i=>i.hasAttribute(e))}function he(t,e){g(t).forEach(i=>i.removeAttribute(e))}function Mt(t,e){for(const i of[e,`data-${e}`])if(ut(t,i))return T(t,i)}const wt=typeof window<"u",$t=wt&&document.dir==="rtl",Dt=wt&&"ontouchstart"in window,At=wt&&window.PointerEvent,Nt=At?"pointerdown":Dt?"touchstart":"mousedown",Vo=At?"pointermove":Dt?"touchmove":"mousemove",It=At?"pointerup":Dt?"touchend":"mouseup",ue=At?"pointerenter":Dt?"":"mouseenter",De=At?"pointerleave":Dt?"":"mouseleave",Ae=At?"pointercancel":"touchcancel",Yo={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function ci(t){return g(t).some(e=>Yo[e.tagName.toLowerCase()])}const Go=wt&&Element.prototype.checkVisibility||function(){return this.offsetWidth||this.offsetHeight||this.getClientRects().length};function W(t){return g(t).some(e=>Go.call(e))}const Ne="input,select,textarea,button";function hi(t){return g(t).some(e=>E(e,Ne))}const fe=`${Ne},a[href],[tabindex]`;function ui(t){return E(t,fe)}function B(t){var e;return(e=O(t))==null?void 0:e.parentElement}function de(t,e){return g(t).filter(i=>E(i,e))}function E(t,e){return g(t).some(i=>i.matches(e))}function pe(t,e){const i=[];for(;t=B(t);)(!e||E(t,e))&&i.push(t);return i}function it(t,e){t=O(t);const i=t?Pe(t.children):[];return e?de(i,e):i}function Ft(t,e){return e?g(t).indexOf(O(e)):it(B(t)).indexOf(t)}function zt(t){return t=O(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function fi(t){if(zt(t)){const{hash:e,ownerDocument:i}=O(t),n=decodeURIComponent(e).slice(1);return n?i.getElementById(n)||i.getElementsByName(n)[0]:i.documentElement}}function V(t,e){return di(t,gn(t,e))}function ge(t,e){return me(t,gn(t,e))}function di(t,e){return O(bn(t,O(e),"querySelector"))}function me(t,e){return g(bn(t,O(e),"querySelectorAll"))}function gn(t,e=document){return ne(e)||mn(t).isContextSelector?e:e.ownerDocument}const Xo=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Jo=/(\([^)]*\)|[^,])+/g,mn=G(t=>{let e=!1;if(!t||!P(t))return{};const i=[];for(let n of t.match(Jo))n=n.trim().replace(Xo,"$1 *"),e||(e=["!","+","~","-",">"].includes(n[0])),i.push(n);return{selector:i.join(","),selectors:i,isContextSelector:e}}),Ko=/(\([^)]*\)|\S)*/,vn=G(t=>{t=t.slice(1).trim();const[e]=t.match(Ko);return[e,t.slice(e.length+1)]});function bn(t,e=document,i){const n=mn(t);if(!n.isContextSelector)return n.selector?pi(e,i,n.selector):t;t="";const o=n.selectors.length===1;for(let s of n.selectors){let r,a=e;if(s[0]==="!"&&([r,s]=vn(s),a=e.parentElement.closest(r),!s&&o)||a&&s[0]==="-"&&([r,s]=vn(s),a=a.previousElementSibling,a=E(a,r)?a:null,!s&&o))return a;if(a){if(o)return s[0]==="~"||s[0]==="+"?(s=`:scope > :nth-child(${Ft(a)+1}) ${s}`,a=a.parentElement):s[0]===">"&&(s=`:scope ${s}`),pi(a,i,s);t+=`${t?",":""}${Zo(a)} ${s}`}}return ne(e)||(e=e.ownerDocument),pi(e,i,t)}function pi(t,e,i){try{return t[e](i)}catch{return null}}function Zo(t){const e=[];for(;t.parentNode;){const i=T(t,"id");if(i){e.unshift(`#${gi(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${Ft(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function gi(t){return P(t)?CSS.escape(t):""}function x(...t){let[e,i,n,o,s=!1]=vi(t);o.length>1&&(o=ts(o)),s!=null&&s.self&&(o=es(o)),n&&(o=Qo(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>mi(e,i,o,s)}function mi(...t){let[e,i,,n,o=!1]=vi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function D(...t){const[e,i,n,o,s=!1,r]=vi(t),a=x(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function C(t,e,i){return bi(t).every(n=>n.dispatchEvent(Ie(e,!0,!0,i)))}function Ie(t,e=!0,i=!1,n){return P(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function vi(t){return t[0]=bi(t[0]),P(t[1])&&(t[1]=t[1].split(" ")),j(t[2])&&t.splice(2,0,!1),t}function Qo(t,e){return i=>{const n=t[0]===">"?me(t,i.currentTarget).reverse().find(o=>o.contains(i.target)):i.target.closest(t);n&&(i.current=n,e.call(this,i),delete i.current)}}function ts(t){return e=>L(e.detail)?t(e,...e.detail):t(e)}function es(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function wn(t){return t&&"addEventListener"in t}function is(t){return wn(t)?t:O(t)}function bi(t){return L(t)?t.map(is).filter(Boolean):P(t)?me(t):wn(t)?[t]:g(t)}function ft(t){return t.pointerType==="touch"||!!t.touches}function Ht(t){var e,i;const{clientX:n,clientY:o}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:o}}const ns={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){const o=g(t);for(const s of o)if(P(e)){if(e=$i(e),R(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,mt(i)&&!ns[e]&&!$n(e)?`${i}px`:i||ii(i)?i:"",n)}else if(L(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else if(ct(e))for(const r in e)c(s,r,e[r],i);return o[0]}function wi(t,e){for(const i in e)c(t,i,"")}const $i=G(t=>{if($n(t))return t;t=gt(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const n=`-${i}-${t}`;if(n in e)return n}});function $n(t){return tt(t,"--")}const yi="uk-transition",xi="transitionend",ki="transitioncanceled";function os(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(g(t).map(o=>new Promise((s,r)=>{for(const h in e)c(o,h);const a=setTimeout(()=>C(o,xi),i);D(o,[xi,ki],({type:h})=>{clearTimeout(a),N(o,yi),wi(o,l),h===ki?r():s(o)},{self:!0}),S(o,yi);const l={transitionProperty:Object.keys(e).map($i).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n};c(o,{...l,...e})})))}const X={start:os,async stop(t){C(t,xi),await Promise.resolve()},async cancel(t){C(t,ki),await Promise.resolve()},inProgress(t){return m(t,yi)}},ve="uk-animation",yn="animationend",Fe="animationcanceled";function xn(t,e,i=200,n,o){return Promise.all(g(t).map(s=>new Promise((r,a)=>{m(s,ve)&&C(s,Fe);const l=[e,ve,`${ve}-${o?"leave":"enter"}`,n&&`uk-transform-origin-${n}`,o&&`${ve}-reverse`],h=setTimeout(()=>C(s,yn),i);D(s,[yn,Fe],({type:u})=>{clearTimeout(h),u===Fe?a():r(s),c(s,"animationDuration",""),N(s,l)},{self:!0}),c(s,"animationDuration",`${i}ms`),S(s,l)})))}const dt={in:xn,out(t,e,i,n){return xn(t,e,i,n,!0)},inProgress(t){return m(t,ve)},cancel(t){C(t,Fe)}};function ss(t){if(document.readyState!=="loading"){t();return}D(document,"DOMContentLoaded",t)}function I(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function kn(t){return t=w(t),t&&(t.innerHTML=""),t}function ze(t,e){return R(e)?w(t).innerHTML:Q(kn(t),e)}const rs=Le("prepend"),Q=Le("append"),Si=Le("before"),He=Le("after");function Le(t){return function(e,i){var n;const o=g(P(i)?xt(i):i);return(n=w(e))==null||n[t](...o),Sn(o)}}function yt(t){g(t).forEach(e=>e.remove())}function We(t,e){for(e=O(Si(t,e));e.firstElementChild;)e=e.firstElementChild;return Q(e,t),e}function Ei(t,e){return g(g(t).map(i=>i.hasChildNodes()?We(Pe(i.childNodes),e):Q(i,e)))}function be(t){g(t).map(B).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const as=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function xt(t){const e=as.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),Sn(i.content.childNodes)}function Sn(t){return t.length>1?t:t[0]}function kt(t,e){if(se(t))for(e(t),t=t.firstElementChild;t;)kt(t,e),t=t.nextElementSibling}function w(t,e){return En(t)?O(xt(t)):di(t,e)}function F(t,e){return En(t)?g(xt(t)):me(t,e)}function En(t){return P(t)&&tt(t.trim(),"<")}const St={width:["left","right"],height:["top","bottom"]};function _(t){const e=se(t)?O(t).getBoundingClientRect():{height:lt(t),width:qe(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){e&&c(t,{left:0,top:0});const i=_(t);if(t){const{scrollY:n,scrollX:o}=vt(t),s={height:n,width:o};for(const r in St)for(const a of St[r])i[a]+=s[r]}if(!e)return i;for(const n of["left","top"])c(t,n,e[n]-i[n])}function ls(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=O(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(se(r)){const a=v(r);e-=a.top+b(c(r,"borderTopWidth")),i-=a.left+b(c(r,"borderLeftWidth"))}return{top:e-b(c(t,"marginTop")),left:i-b(c(t,"marginLeft"))}}function we(t){t=O(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+b(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+b(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=vt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const lt=Tn("height"),qe=Tn("width");function Tn(t){const e=Ot(t);return(i,n)=>{if(R(n)){if(Oe(i))return i[`inner${e}`];if(ne(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=O(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:b(n)||0,n-Lt(i,t)}else return c(i,t,!n&&n!==0?"":+n+Lt(i,t)+"px")}}function Lt(t,e,i="border-box"){return c(t,"boxSizing")===i?ce(St[e],n=>b(c(t,`padding-${n}`))+b(c(t,`border-${n}-width`))):0}function Cn(t){for(const e in St)for(const i in St[e])if(St[e][i]===t)return St[e][1-i];return t}function J(t,e="width",i=window,n=!1){return P(t)?ce(hs(t),o=>{const s=fs(o);return s?ds(s==="vh"?ps():s==="vw"?qe(vt(i)):n?i[`offset${Ot(e)}`]:_(i)[e],o):o}):b(t)}const cs=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,hs=G(t=>t.toString().replace(/\s/g,"").match(cs)||[]),us=/(?:v[hw]|%)$/,fs=G(t=>(t.match(us)||[])[0]);function ds(t,e){return t*b(e)/100}let $e,Wt;function ps(){return $e||(Wt||(Wt=w("<div>"),c(Wt,{height:"100vh",position:"fixed"}),x(window,"resize",()=>$e=null)),Q(document.body,Wt),$e=Wt.clientHeight,yt(Wt),$e)}const Ti={read:gs,write:ms,clear:vs,flush:_n},je=[],Re=[];function gs(t){return je.push(t),_i(),t}function ms(t){return Re.push(t),_i(),t}function vs(t){On(je,t),On(Re,t)}let Ci=!1;function _n(){Pn(je),Pn(Re.splice(0)),Ci=!1,(je.length||Re.length)&&_i()}function _i(){Ci||(Ci=!0,queueMicrotask(_n))}function Pn(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function On(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}class Bn{init(){this.positions=[];let e;this.unbind=x(document,"mousemove",i=>e=Ht(i)),this.interval=setInterval(()=>{e&&(this.positions.push(e),this.positions.length>5&&this.positions.shift())},50)}cancel(){var e;(e=this.unbind)==null||e.call(this),clearInterval(this.interval)}movesTo(e){if(!this.positions||this.positions.length<2)return!1;const i=_(e),{left:n,right:o,top:s,bottom:r}=i,[a]=this.positions,l=ae(this.positions),h=[a,l];return ai(l,i)?!1:[[{x:n,y:s},{x:o,y:r}],[{x:n,y:r},{x:o,y:s}]].some(f=>{const p=bs(h,f);return p&&ai(p,i)})}}function bs([{x:t,y:e},{x:i,y:n}],[{x:o,y:s},{x:r,y:a}]){const l=(a-s)*(i-t)-(r-o)*(n-e);if(l===0)return!1;const h=((r-o)*(e-s)-(a-s)*(t-o))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(n-e)}}function Mn(t,e,i={},{intersecting:n=!0}={}){const o=new IntersectionObserver(n?(s,r)=>{s.some(a=>a.isIntersecting)&&e(s,r)}:e,i);for(const s of g(t))o.observe(s);return o}const ws=wt&&window.ResizeObserver;function ye(t,e,i={box:"border-box"}){if(ws)return Dn(ResizeObserver,t,e,i);const n=[x(window,"load resize",e),x(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function Pi(t){return{disconnect:x([window,window.visualViewport],"resize",t)}}function Oi(t,e,i){return Dn(MutationObserver,t,e,i)}function Dn(t,e,i,n){const o=new t(i);for(const s of g(e))o.observe(s,n);return o}function Bi(t){Di(t)&&Ai(t,{func:"playVideo",method:"play"}),Mi(t)&&t.play().catch(et)}function Ue(t){Di(t)&&Ai(t,{func:"pauseVideo",method:"pause"}),Mi(t)&&t.pause()}function An(t){Di(t)&&Ai(t,{func:"mute",method:"setVolume",value:0}),Mi(t)&&(t.muted=!0)}function Mi(t){return I(t,"video")}function Di(t){return I(t,"iframe")&&(Nn(t)||In(t))}function Nn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function In(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Ai(t,e){await ys(t),Fn(t,e)}function Fn(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Ni="_ukPlayer";let $s=0;function ys(t){if(t[Ni])return t[Ni];const e=Nn(t),i=In(t),n=++$s;let o;return t[Ni]=new Promise(s=>{e&&D(t,"load",()=>{const r=()=>Fn(t,{event:"listening",id:n});o=setInterval(r,100),r()}),D(window,"message",s,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===n&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===n}catch{}}),t.src=`${t.src}${d(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function xs(t,e=0,i=0){return W(t)?Be(...jt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=K(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function zn(t,{offset:e=0}={}){const i=W(t)?qt(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:f}=a,p=K(a),M=u-p.height,{height:y,top:$}=i[l-1]?K(i[l-1]):v(t);let k=Math.ceil($-p.top-e+h);return e>0&&f<y+e?k+=e:e=0,k>M?(e-=k-M,k=M):k<0&&(e-=k,k=0),()=>n(a,k-h,t,M).then(r)},()=>Promise.resolve())();function n(r,a,l,h){return new Promise(u=>{const f=r.scrollTop,p=o(Math.abs(a)),M=Date.now(),y=zi(r)===r,$=v(l).top+(y?0:f);let k=0,ot=15;(function Xt(){const Jt=s(at((Date.now()-M)/p));let st=0;i[0]===r&&f+a<h&&(st=v(l).top+(y?0:r.scrollTop)-$-_(Ii(l)).height),c(r,"scrollBehavior")!=="auto"&&c(r,"scrollBehavior","auto"),r.scrollTop=f+(a+st)*Jt,c(r,"scrollBehavior",""),Jt===1&&(k===st||!ot--)?u():(k=st,requestAnimationFrame(Xt))})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function Hn(t,e=0,i=0){if(!W(t))return 0;const n=Et(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=K(n),a=o-r,l=we(t)[0]-we(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return h<u?at((s-h)/(u-h)):1}function qt(t,e=!1,i=[]){const n=zi(t);let o=pe(t).reverse();o=o.slice(o.indexOf(n)+1);const s=_e(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>d(["auto","scroll",...i],a))&&(!e||r.scrollHeight>K(r).height))).reverse()}function Et(...t){return qt(...t)[0]}function jt(t){return qt(t,!1,["hidden","clip"])}function K(t){const e=vt(t),i=zi(t),n=!oe(t)||t.contains(i);if(n&&e.visualViewport){let{height:l,width:h,scale:u,pageTop:f,pageLeft:p}=e.visualViewport;return l=Math.round(l*u),h=Math.round(h*u),{height:l,width:h,top:f,left:p,bottom:f+l,right:p+h}}let o=v(n?e:t);if(c(t,"display")==="inline")return o;const{body:s,documentElement:r}=e.document,a=n?i===r||i.clientHeight<s.clientHeight?i:s:t;for(let[l,h,u,f]of[["width","x","left","right"],["height","y","top","bottom"]]){const p=o[l]%1;o[u]+=b(c(a,`border-${u}-width`)),o[l]=o[h]=a[`client${Ot(l)}`]-(p?p<.5?-p:1-p:0),o[f]=o[l]+o[u]}return o}function Ii(t){const{left:e,width:i,top:n}=_(t);for(const o of n?[0,n]:[0]){let s;for(const r of vt(t).document.elementsFromPoint(e+i/2,o))!r.contains(t)&&!m(r,"uk-togglable-leave")&&(Fi(r,"fixed")&&Ln(pe(t).reverse().find(a=>!a.contains(r)&&!Fi(a,"static")))<Ln(r)||Fi(r,"sticky")&&B(r).contains(t))&&(!s||_(s).height<_(r).height)&&(s=r);if(s)return s}}function Ln(t){return b(c(t,"zIndex"))}function Fi(t,e){return c(t,"position")===e}function zi(t){return vt(t).document.scrollingElement}const Y=[["width","x","left","right"],["height","y","top","bottom"]];function Wn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},L(e)||(e=[e,e]),v(t,qn(t,e,i))}function qn(t,e,i){const n=jn(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,f]]of Object.entries(Y)){const p=ks(t,e[l],s,o,l);if(Ve(n,p,l))continue;let M=0;if(r[l]==="flip"){const y=i.attach.target[l];if(y===f&&n[f]<=p[f]||y===u&&n[u]>=p[u])continue;M=Es(t,e,i,l)[u]-n[u];const $=Ss(t,e[l],s,l);if(!Ve(Hi(n,M,l),$,l)){if(Ve(n,$,l))continue;if(i.recursion)return!1;const k=Ts(t,e,i);if(k&&Ve(k,$,1-l))return k;continue}}else if(r[l]==="shift"){const y=v(e[l]),{offset:$}=i;M=at(at(n[u],p[u],p[f]-n[h]),y[u]-n[h]+$[l],y[f]-$[l])-n[u]}a=Hi(a,M,l)}return a}function jn(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=v(t);for(const[r,[a,,l,h]]of Object.entries(Y)){const u=n.target[r]===n.element[r]?K(e[r]):v(e[r]);s=Hi(s,u[l]-s[l]+Rn(n.target[r],h,u[a])-Rn(n.element[r],h,s[a])+ +o[r],r)}return s}function Hi(t,e,i){const[,n,o,s]=Y[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function Rn(t,e,i){return t==="center"?i/2:t===e?i:0}function ks(t,e,i,n,o){let s=Vn(...Un(t,e).map(K));return i&&(s[Y[o][2]]+=i,s[Y[o][3]]-=i),n&&(s=Vn(s,v(L(n)?n[o]:n))),s}function Ss(t,e,i,n){const[o,s,r,a]=Y[n],[l]=Un(t,e),h=K(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${Ot(r)}`],h[a]=h[r]+l[`scroll${Ot(o)}`]),h[r]+=i,h[a]-=i,h}function Un(t,e){return jt(e).filter(i=>i.contains(t))}function Vn(...t){let e={};for(const i of t)for(const[,,n,o]of Y)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function Ve(t,e,i){const[,,n,o]=Y[i];return t[n]>=e[n]&&t[o]<=e[o]}function Es(t,e,{offset:i,attach:n},o){return jn(t,e,{attach:{element:Yn(n.element,o),target:Yn(n.target,o)},offset:Cs(i,o)})}function Ts(t,e,i){return qn(t,e,{...i,attach:{element:i.attach.element.map(Gn).reverse(),target:i.attach.target.map(Gn).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Yn(t,e){const i=[...t],n=Y[e].indexOf(t[e]);return~n&&(i[e]=Y[e][1-n%2+2]),i}function Gn(t){for(let e=0;e<Y.length;e++){const i=Y[e].indexOf(t);if(~i)return Y[1-e][i%2+2]}}function Cs(t,e){return t=[...t],t[e]*=-1,t}var _s=Object.freeze({__proto__:null,$:w,$$:F,Animation:dt,Dimensions:pn,MouseTracker:Bn,Transition:X,addClass:S,after:He,append:Q,apply:kt,assign:ee,attr:T,before:Si,boxModelAdjust:Lt,camelize:Qt,children:it,clamp:at,createEvent:Ie,css:c,data:Mt,dimensions:_,each:le,empty:kn,endsWith:te,escape:gi,fastdom:Ti,filter:de,find:di,findAll:me,findIndex:_e,flipPosition:Cn,fragment:xt,getCoveringElement:Ii,getEventPos:Ht,getIndex:ht,getTargetedElement:fi,hasAttr:ut,hasClass:m,hasOwn:rt,hasTouch:Dt,height:lt,html:ze,hyphenate:gt,inBrowser:wt,includes:d,index:Ft,intersectRect:Be,isArray:L,isBoolean:Bt,isDocument:ne,isElement:se,isEmpty:ni,isEqual:un,isFocusable:ui,isFunction:j,isInView:xs,isInput:hi,isNode:oe,isNumber:ii,isNumeric:mt,isObject:ct,isPlainObject:ie,isRtl:$t,isSameSiteAnchor:zt,isString:P,isTag:I,isTouch:ft,isUndefined:R,isVisible:W,isVoidElement:ci,isWindow:Oe,last:ae,matches:E,memoize:G,mute:An,noop:et,observeIntersection:Mn,observeMutation:Oi,observeResize:ye,observeViewportResize:Pi,off:mi,offset:v,offsetPosition:we,offsetViewport:K,on:x,once:D,overflowParents:jt,parent:B,parents:pe,pause:Ue,pick:ri,play:Bi,pointInRect:ai,pointerCancel:Ae,pointerDown:Nt,pointerEnter:ue,pointerLeave:De,pointerMove:Vo,pointerUp:It,position:ls,positionAt:Wn,prepend:rs,propName:$i,query:V,queryAll:ge,ready:ss,remove:yt,removeAttr:he,removeClass:N,replaceClass:Me,resetProps:wi,scrollIntoView:zn,scrollParent:Et,scrollParents:qt,scrolledOver:Hn,selFocusable:fe,selInput:Ne,sortBy:fn,startsWith:tt,sumBy:ce,swap:si,toArray:Pe,toBoolean:oi,toEventTargets:bi,toFloat:b,toNode:O,toNodes:g,toNumber:re,toPx:J,toWindow:vt,toggleClass:U,trigger:C,ucfirst:Ot,uniqueBy:Ro,unwrap:be,width:qe,wrapAll:We,wrapInner:Ei});function Ps(t){t._data={},t._updates=[...t.$options.update||[]],t._disconnect.push(()=>t._updates=t._data=null)}function Os(t,e){t._updates.unshift(e)}function xe(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,Ti.read(()=>{t._connected&&Bs(t,t._queued),t._queued=null})),t._queued.add(e.type||e))}function Bs(t,e){for(const{read:i,write:n,events:o=[]}of t._updates){if(!e.has("update")&&!o.some(r=>e.has(r)))continue;let s;i&&(s=i.call(t,t._data,e),s&&ie(s)&&ee(t._data,s)),n&&s!==!1&&Ti.write(()=>{t._connected&&n.call(t,t._data,e)})}}function Ms(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))Xn(t,n,i);t._initial=!0}function Xn(t,e,i){t._watches.push({name:i,...ie(e)?e:{handler:e}})}function Ds(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||rt(e,i)&&!un(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function As(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Kn(t,i,e[i])}const Jn={subtree:!0,childList:!0};function Kn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;if(!rt(n,e)&&(n[e]=(i.get||i).call(t,o,s),i.observe&&t._computedObserver)){const r=i.observe.call(t,o);t._computedObserver.observe(["~","+","-"].includes(r[0])?s.parentElement:s.getRootNode(),Jn)}return n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,R(o[e])&&delete o[e]}})}function Ns(t){t._hasComputed&&(Os(t,{read:()=>Ds(t,Zn(t)),events:["resize","computed"]}),t._computedObserver=Oi(t.$el,()=>xe(t,"computed"),Jn),t._disconnect.push(()=>{t._computedObserver.disconnect(),t._computedObserver=null,Zn(t)}))}function Zn(t){const e={...t._computed};return t._computed={},e}function Is(t){for(const e of t.$options.events||[])if(rt(e,"handler"))Qn(t,e);else for(const i in e)Qn(t,{name:i,handler:e[i]})}function Qn(t,{name:e,el:i,handler:n,capture:o,passive:s,delegate:r,filter:a,self:l}){a&&!a.call(t,t)||t._disconnect.push(x(i?i.call(t,t):t.$el,e,r==null?void 0:r.call(t,t),n.bind(t),{passive:s,capture:o,self:l}))}function Fs(t){for(const e of t.$options.observe||[])zs(t,e)}function zs(t,e){let{observe:i,target:n=t.$el,handler:o,options:s,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._disconnect.length}`;j(n)&&!rt(t,l)&&Kn(t,l,()=>{const f=n.call(t,t);return L(f)?g(f):f}),o=P(o)?t[o]:o.bind(t),j(s)&&(s=s.call(t,t));const h=rt(t,l)?t[l]:n,u=i(h,o,s,a);j(n)&&L(t[l])&&Xn(t,{handler:Hs(u,s),immediate:!1},l),t._disconnect.push(()=>u.disconnect())}function Hs(t,e){return(i,n)=>{for(const o of n)d(i,o)||(t.unobserve?t.unobserve(o):t.observe&&t.disconnect());for(const o of i)(!d(n,o)||!t.unobserve)&&t.observe(o,e)}}const z={};z.events=z.watch=z.observe=z.created=z.beforeConnect=z.connected=z.beforeDisconnect=z.disconnected=z.destroy=Li,z.args=function(t,e){return e!==!1&&Li(e||t)},z.update=function(t,e){return fn(Li(t,j(e)?{read:e}:e),"order")},z.props=function(t,e){if(L(e)){const i={};for(const n of e)i[n]=String;e=i}return z.methods(t,e)},z.computed=z.methods=function(t,e){return e?t?{...t,...e}:e:t},z.i18n=z.data=function(t,e,i){return i?to(t,e,i):e?t?function(n){return to(t,e,n)}:e:t};function to(t,e,i){return z.computed(j(t)?t.call(i,i):t,j(e)?e.call(i,i):e)}function Li(t,e){return t=t&&!L(t)?[t]:t,e?t?t.concat(e):L(e)?e:[e]:t}function Ls(t,e){return R(e)?t:e}function ke(t,e,i){const n={};if(j(e)&&(e=e.options),e.extends&&(t=ke(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=ke(t,s,i);for(const s in t)o(s);for(const s in e)rt(t,s)||o(s);function o(s){n[s]=(z[s]||Ls)(t[s],e[s],i)}return n}function Wi(t,e=[]){try{return t?tt(t,"{")?JSON.parse(t):e.length&&!d(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!R(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function qi(t,e){return t===Boolean?oi(e):t===Number?re(e):t==="list"?qs(e):t===Object&&P(e)?Wi(e):t?t(e):e}const Ws=/,(?![^(]*\))/;function qs(t){return L(t)?t:P(t)?t.split(Ws).map(e=>mt(e)?re(e):oi(e.trim())):[t]}function js(t){const{$options:e,$props:i}=t,n=eo(e);ee(i,n);const{computed:o,methods:s}=e;for(let r in i)r in n&&(!o||!rt(o,r))&&(!s||!rt(s,r))&&(t[r]=i[r])}function eo(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=gt(a);let h=Mt(o,l);R(h)||(h=n[a]===Boolean&&h===""?!0:qi(n[a],h),!(l==="target"&&tt(h,"_"))&&(e[a]=h))}const r=Wi(Mt(o,s),i);for(const a in r){const l=Qt(a);R(n[l])||(e[l]=qi(n[l],r[a]))}return e}const Rs=G((t,e)=>{const i=Object.keys(e),n=i.concat(t).map(o=>[gt(o),`data-${gt(o)}`]).flat();return{attributes:i,filter:n}});function Us(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const{attributes:r,filter:a}=Rs(n,o),l=new MutationObserver(h=>{const u=eo(e);h.some(({attributeName:f})=>{const p=f.replace("data-","");return(p===n?r:[Qt(p),Qt(f)]).some(M=>!R(u[M])&&u[M]!==i[M])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a}),t._disconnect.push(()=>l.disconnect())}function Rt(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function ji(t){t._connected||(js(t),Rt(t,"beforeConnect"),t._connected=!0,t._disconnect=[],Is(t),Ps(t),Ms(t),Fs(t),Us(t),Ns(t),Rt(t,"connected"),xe(t))}function Ri(t){t._connected&&(Rt(t,"beforeDisconnect"),t._disconnect.forEach(e=>e()),t._disconnect=null,Rt(t,"disconnected"),t._connected=!1)}let Vs=0;function io(t,e={}){e.data=Xs(e,t.constructor.options),t.$options=ke(t.constructor.options,e,t),t.$props={},t._uid=Vs++,Ys(t),Gs(t),As(t),Rt(t,"created"),e.el&&t.$mount(e.el)}function Ys(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function Gs(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Xs({data:t={}},{args:e=[],props:i={}}){L(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(ie(o)?ee(n,o):n[e[s]]=o,n),{}));for(const n in t)R(t[n])?delete t[n]:i[n]&&(t[n]=qi(i[n],t[n]));return t}const Z=function(t){io(this,t)};Z.util=_s,Z.options={},Z.version="3.23.7-dev.ea33b1a06";const Js="uk-",Tt="__uikit__",Ut={};function no(t,e){var i,n;const o=Js+gt(t);if(!e)return Ut[o].options||(Ut[o]=Z.extend(Ut[o])),Ut[o];t=Qt(t),Z[t]=(r,a)=>Se(t,r,a);const s=(i=e.options)!=null?i:{...e};return s.id=o,s.name=t,(n=s.install)==null||n.call(s,Z,s,t),Z._initialized&&!s.functional&&requestAnimationFrame(()=>Se(t,`[${o}],[data-${o}]`)),Ut[o]=s}function Se(t,e,i,...n){const o=no(t);return o.options.functional?new o({data:ie(e)?e:[e,i,...n]}):e?F(e).map(s)[0]:s();function s(r){const a=Ye(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Ee(t){return(t==null?void 0:t[Tt])||{}}function Ye(t,e){return Ee(t)[e]}function Ks(t,e){t[Tt]||(t[Tt]={}),t[Tt][e.$options.name]=e}function Zs(t,e){var i;(i=t[Tt])==null||delete i[e.$options.name],ni(t[Tt])&&delete t[Tt]}function Qs(t){wt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>oo(t)):new MutationObserver((e,i)=>{document.body&&(oo(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function oo(t){C(document,"uikit:init",t),document.body&&kt(document.body,so),new MutationObserver(tr).observe(document,{subtree:!0,childList:!0,attributes:!0}),t._initialized=!0}function tr(t){var e;for(const{addedNodes:i,removedNodes:n,target:o,attributeName:s}of t){for(const a of i)kt(a,so);for(const a of n)kt(a,er);const r=s&&ro(s);r&&(ut(o,s)?Se(r,o):(e=Ye(o,r))==null||e.$destroy())}}function so(t){const e=Ee(t);for(const i in e)ji(e[i]);for(const i of t.getAttributeNames()){const n=ro(i);n&&Se(n,t)}}function er(t){const e=Ee(t);for(const i in e)Ri(e[i])}function ro(t){tt(t,"data-")&&(t=t.slice(5));const e=Ut[t];return e&&(e.options||e).name}function ir(t){t.component=no,t.getComponents=Ee,t.getComponent=Ye,t.update=ao,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(P(n)?this.component(n):n)||this,n.options=ke(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){io(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=ke(n.options,i),o.super=n,o.extend=n.extend,o};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=w(i)}})}function ao(t,e){t=t?O(t):document.body;for(const i of pe(t).reverse())lo(i,e);kt(t,i=>lo(i,e))}function lo(t,e){const i=Ee(t);for(const n in i)xe(i[n],e)}function nr(t){t.prototype.$mount=function(e){const i=this;Ks(e,i),i.$options.el=e,e.isConnected&&ji(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Ri(i),Rt(i,"destroy"),Zs(n,i),e&&yt(i.$el)},t.prototype.$create=Se,t.prototype.$emit=function(e){xe(this,e)},t.prototype.$update=function(e=this.$el,i){ao(e,i)},t.prototype.$reset=function(){Ri(this),ji(this)},t.prototype.$getComponent=Ye,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}let or=1;function Ge(t,e=null){return(e==null?void 0:e.id)||`${t.$options.id}-${or++}`}ir(Z),nr(Z);function pt(t){return Te(ye,t,"resize")}function Vt(t){return Te(Mn,t)}function Xe(t){return Te(Oi,t)}function Ui(t={}){return Vt({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of g(j(n)?n(this):n))F('[loading="lazy"]',s).slice(0,o-1).forEach(r=>he(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function co(t){return Te((e,i)=>Pi(i),t,"resize")}function Vi(t){return Te((e,i)=>({disconnect:x(rr(e),"scroll",i,{passive:!0})}),t,"scroll")}function ho(t){return{observe(e,i){return{observe:et,unobserve:et,disconnect:x(e,Nt,i,{passive:!0})}},handler(e){if(!ft(e))return;const i=Ht(e),n="tagName"in e.target?e.target:B(e.target);D(document,`${It} ${Ae} scroll`,o=>{const{x:s,y:r}=Ht(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{C(n,"swipe"),C(n,`swipe${sr(i.x,i.y,s,r)}`)})})},...t}}function Te(t,e,i){return{observe:t,handler(){xe(this,i)},...e}}function sr(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}function rr(t){return g(t).map(e=>{const{ownerDocument:i}=e,n=Et(e,!0);return n===i.scrollingElement?i:n})}var nt={connected(){S(this.$el,this.$options.id)}};function Yt(t){t.target.closest('a[href="#"],a[href=""]')&&t.preventDefault()}var ar={props:{pos:String,offset:Boolean,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${$t?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=d(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let n=[this.getPositionOffset(t),this.getShiftOffset(t)];const o=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:Cn(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in s)s[l].reverse();n.reverse(),o.reverse()}const r=Yi(t),a=_(t);c(t,{top:-a.height,left:-a.width}),Wn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t=this.$el){return J(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(d(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t=this.$el){return this.align==="center"?0:J(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(d(["left","top"],this.align)?1:-1)},getViewportOffset(t){return J(c(t,"--uk-position-viewport-offset"))}}};function Yi(t){const e=Et(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}var Gt={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglable-enter",clsLeave:"uk-togglable-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>tt(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(g(t).map(n=>{const o=Bt(e)?e:!this.isToggled(n);if(!C(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(j(i)?i:i===!1||!this.hasAnimation?lr:this.hasTransition?cr:hr)(n,o,this),r=o?this.clsEnter:this.clsLeave;S(n,r),C(n,o?"show":"hide",[this]);const a=()=>{var l;if(N(n,r),C(n,o?"shown":"hidden",[this]),o){const h=Yi(n);(l=F("[autofocus]",n).find(W))==null||l.focus(),h()}};return s?s.then(a,()=>(N(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=O(t),m(t,this.clsEnter)?!0:m(t,this.clsLeave)?!1:this.cls?m(t,this.cls.split(" ")[0]):W(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=d(this.cls," ")||e!==m(t,this.cls),i&&U(t,this.cls,d(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),i&&C(t,"toggled",[e,this])}}};function lr(t,e,{_toggle:i}){return dt.cancel(t),X.cancel(t),i(t,e)}async function cr(t,e,{animation:i,duration:n,velocity:o,transition:s,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],f=u[d(u[0],h)?0:1],p=f[1]===h,y=["width","height"][u.indexOf(f)],$=`margin-${f[0]}`,k=`margin-${h}`;let ot=_(t)[y];const Xt=X.inProgress(t);await X.cancel(t),e&&r(t,!0);const Jt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",$,k].map(Wo=>[Wo,t.style[Wo]])),st=_(t),hn=b(c(t,$)),zo=b(c(t,k)),Pt=st[y]+zo;!Xt&&!e&&(ot+=zo);const[ti]=Ei(t,"<div>");c(ti,{boxSizing:"border-box",height:st.height,width:st.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",k])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[k]:0,width:st.width,height:st.height,overflow:"hidden",[y]:ot});const Ho=ot/Pt;n=(o*Pt+n)*(e?1-Ho:Ho);const Lo={[y]:e?Pt:0};p&&(c(t,$,Pt-ot+hn),Lo[$]=e?hn:Pt+hn),!p^l==="reveal"&&(c(ti,$,-Pt+ot),X.start(ti,{[$]:e?0:-Pt},n,s));try{await X.start(t,Lo,n,s)}finally{c(t,Jt),be(ti.firstChild),e||r(t,!1)}}function hr(t,e,i){const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),dt.in(t,n[0],o,i.origin)):dt.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const A={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var uo={mixins:[nt,Gt],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>F(t,e),toggles({toggle:t}){return this.items.map(e=>w(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||w(t,e)})}},watch:{items(t,e){if(e||m(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=m(this.items.find(n=>n.contains(e)),this.clsOpen);Je(e,!i)}this.$emit()}},observe:Ui(),events:[{name:"click keydown",delegate:({targets:t,$props:e})=>`${t} ${e.toggle}`,async handler(t){var e;t.type==="keydown"&&t.keyCode!==A.SPACE||(Yt(t),(e=this._off)==null||e.call(this),this._off=fr(t.target),await this.toggle(Ft(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate:({targets:t})=>t,handler(){this.$emit()}}],update(){const t=de(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],n=this.contents[e];if(!i||!n)continue;i.id=Ge(this,i),n.id=Ge(this,n);const o=d(t,this.items[e]);T(i,{role:I(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),T(n,{role:"region","aria-labelledby":i.id}),I(n,"ul")&&T(it(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[ht(t,this.items)];let i=[t];const n=de(this.items,`.${this.clsOpen}`);if(!this.multiple&&!d(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&d(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!d(n,o),(s,r)=>{if(U(s,this.clsOpen,r),e===!1||!this.animation){Je(w(this.content,s),!r);return}return ur(s,r,this)})))}}};function Je(t,e){t&&(t.hidden=e)}async function ur(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||w(i,t),t._wrapper||(t._wrapper=We(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=b(c(a,"height"));await X.cancel(a),Je(i,!1);const h=ce(["marginTop","marginBottom"],f=>c(i,f))+_(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await X.start(a,{height:e?h:0},n,s),be(i),delete t._wrapper,e||Je(i,!0)}function fr(t){const e=Et(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=_(t);o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var dr={mixins:[nt,Gt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate:({selClose:t})=>t,handler(t){Yt(t),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,pr),this.$destroy(!0)}}};function pr(t,e,{duration:i,transition:n,velocity:o}){const s=b(c(t,"height"));return c(t,"height",s),X.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var fo={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},beforeConnect(){this.autoplay==="inview"&&!ut(this.$el,"preload")&&(this.$el.preload="none"),I(this.$el,"iframe")&&!ut(this.$el,"allow")&&(this.$el.allow="autoplay"),this.autoplay==="hover"&&(I(this.$el,"video")?this.$el.tabIndex=0:this.autoplay=!0),this.automute&&An(this.$el)},events:[{name:`${ue} focusin`,filter:({autoplay:t})=>d(t,"hover"),handler(t){!ft(t)||!gr(this.$el)?Bi(this.$el):Ue(this.$el)}},{name:`${De} focusout`,filter:({autoplay:t})=>d(t,"hover"),handler(t){ft(t)||Ue(this.$el)}}],observe:[Vt({filter:({autoplay:t})=>t!=="hover",handler([{isIntersecting:t}]){document.fullscreenElement||(t?this.autoplay&&Bi(this.$el):Ue(this.$el))},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:B(t).closest(":not(a)")})})]};function gr(t){return!t.paused&&!t.ended}var mr={mixins:[fo],props:{width:Number,height:Number},data:{automute:!0},created(){this.useObjectFit=I(this.$el,"img","video")},observe:pt({target:({$el:t})=>po(t)||B(t),filter:({useObjectFit:t})=>!t}),update:{read(){if(this.useObjectFit)return!1;const{ratio:t,cover:e}=pn,{$el:i,width:n,height:o}=this;let s={width:n,height:o};if(!n||!o){const h={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};n?s=t(h,"width",n):o?s=t(h,"height",o):s=h}const{offsetHeight:r,offsetWidth:a}=po(i)||B(i),l=e(s,{width:a,height:r});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function po(t){for(;t=B(t);)if(c(t,"position")!=="static")return t}var Gi={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&w(t)}}};let Xi;function go(t){const e=x(t,"touchstart",o=>{if(o.targetTouches.length!==1||E(o.target,'input[type="range"'))return;let s=Ht(o).y;const r=x(t,"touchmove",a=>{const l=Ht(a).y;l!==s&&(s=l,qt(a.target).some(h=>{if(!t.contains(h))return!1;let{scrollHeight:u,clientHeight:f}=h;return f<u})||a.preventDefault())},{passive:!1});D(t,"scroll touchend touchcanel",r,{capture:!0})},{passive:!0});if(Xi)return e;Xi=!0;const{scrollingElement:i}=document,n={overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:qe(window)-i.clientWidth||""};return c(i,n),()=>{Xi=!1,e(),wi(i,n)}}let H;var mo={mixins:[Gi,ar,Gt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,clsDrop:String,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,clsDrop:!1,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1,selClose:".uk-drop-close"},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[V(e||t,n)||window,V(i||t,n)||window]},target({target:t,targetX:e,targetY:i},n){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:V(e,n),i===!0?window:V(i,n)]}},created(){this.tracker=new Bn},beforeConnect(){this.clsDrop=this.$props.clsDrop||this.$options.id},connected(){S(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=br(this)),this._style=ri(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),H=null),c(this.$el,this._style)},events:[{name:"click",delegate:({selClose:t})=>t,handler(t){Yt(t),this.hide(!1)}},{name:"click",delegate:()=>'a[href*="#"]',handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&zt(e)&&!this.$el.contains(w(i))&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),E(this.$el,":focus,:hover")||this.hide()}},{name:`${ue} focusin`,filter:({mode:t})=>d(t,"hover"),handler(t){ft(t)||this.clearTimers()}},{name:`${De} focusout`,filter:({mode:t})=>d(t,"hover"),handler(t){!ft(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){H=this,this.tracker.init(),T(this.targetEl,"aria-expanded",!0);const t=[wr(this),$r(this),xr(this),this.autoUpdate&&vo(this),this.closeOnScroll&&yr(this)];D(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0}),this.bgScroll||D(this.$el,"hidden",go(this.$el),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){H=H===null&&this.$el.contains(t)&&this.isToggled()?this:H;return}H=this.isActive()?null:H,this.tracker.cancel(),T(this.targetEl,"aria-expanded",null)}}],update:{write(){this.isToggled()&&!m(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(H){if(e&&H.isDelaying()){this.showTimer=setTimeout(()=>E(t,":hover")&&this.show(),10);return}let i;for(;H&&i!==H&&!H.$el.contains(this.$el);)i=H,H.hide(!1,!1)}this.container&&B(this.$el)!==this.container&&Q(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>this.toggleElement(this.$el,!1,this.animateOut&&e);this.clearTimers(),this.isDelayedHide=t,t&&this.isDelaying()?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null},isActive(){return H===this},isDelaying(){return[this.$el,...F(".uk-drop",this.$el)].some(t=>this.tracker.movesTo(t))},position(){const t=Yi(this.$el);N(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const e=this.target.map(s=>vr(this.$el,s)),i=this.getViewportOffset(this.$el),n=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[s,[r,a]]of n)this.axis!==r&&d([r,!0],this.stretch)&&c(this.$el,{[a]:Math.min(v(this.boundary[s])[a],e[s][a]-2*i),[`overflow-${r}`]:"auto"});const o=e[0].width-2*i;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>o&&S(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",o),this.positionAt(this.$el,this.target,this.boundary);for(const[s,[r,a,l,h]]of n)if(this.axis===r&&d([r,!0],this.stretch)){const u=Math.abs(this.getPositionOffset()),f=v(this.target[s]),p=v(this.$el);c(this.$el,{[a]:(f[l]>p[l]?f[this.inset?h:l]-Math.max(v(this.boundary[s])[l],e[s][l]+i):Math.min(v(this.boundary[s])[h],e[s][h]-i)-f[this.inset?l:h])-u,[`overflow-${r}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}t()}}};function vr(t,e){return K(jt(e).find(i=>i.contains(t)))}function br(t){const{$el:e}=t.$create("toggle",V(t.toggle,t.$el),{target:t.$el,mode:t.mode});return T(e,"aria-haspopup",!0),e}function wr(t){const e=()=>t.$emit(),i=[Pi(e),ye(jt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function vo(t,e=()=>t.$emit()){return x([document,...jt(t.$el)],"scroll",e,{passive:!0})}function $r(t){return x(document,"keydown",e=>{e.keyCode===A.ESC&&t.hide(!1)})}function yr(t){return vo(t,()=>t.hide(!1))}function xr(t){return x(document,Nt,({target:e})=>{t.$el.contains(e)||D(document,`${It} ${Ae} scroll`,({defaultPrevented:i,type:n,target:o})=>{var s;!i&&n===It&&e===o&&!((s=t.targetEl)!=null&&s.contains(e))&&t.hide(!1)},!0)})}var bo={mixins:[nt,Gi],props:{align:String,clsDrop:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:$t?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>V(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||V(t,this.$el)||w(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=w("<div></div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=F(`.${t}`,e);if(this.dropContainer!==e)for(const o of F(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!d(n,o)&&s&&this.$el.contains(s)&&n.push(o)}return n},items({selNavItem:t},e){return F(t,e)}},watch:{dropbar(t){S(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns()},disconnected(){yt(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate:({selNavItem:t})=>t,handler({current:t}){const e=this.getActive();e&&d(e.mode,"hover")&&e.targetEl&&!t.contains(e.targetEl)&&!e.isDelaying()&&e.hide(!1)}},{name:"keydown",self:!0,delegate:({selNavItem:t})=>t,handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();if(n===A.DOWN)if((o==null?void 0:o.targetEl)===i)t.preventDefault(),(e=w(fe,o.$el))==null||e.focus();else{const s=this.dropdowns.find(r=>{var a;return((a=this.getDropdown(r))==null?void 0:a.targetEl)===i});s&&(t.preventDefault(),i.click(),D(s,"show",r=>{var a;return(a=w(fe,r.target))==null?void 0:a.focus()}))}wo(t,this.items,o)}},{name:"keydown",el:({dropContainer:t})=>t,delegate:({clsDrop:t})=>`.${t}`,handler(t){var e;const{current:i,keyCode:n,target:o}=t;if(hi(o)||!d(this.dropdowns,i))return;const s=this.getActive();let r=-1;if(n===A.HOME?r=0:n===A.END?r="last":n===A.UP?r="previous":n===A.DOWN?r="next":n===A.ESC&&((e=s.targetEl)==null||e.focus()),~r){t.preventDefault();const a=F(fe,i);a[ht(r,a,_e(a,l=>E(l,":focus")))].focus();return}wo(t,this.items,s)}},{name:"mouseleave",el:({dropbar:t})=>t,filter:({dropbar:t})=>t,handler(){const t=this.getActive();t&&d(t.mode,"hover")&&!this.dropdowns.some(e=>E(e,":hover"))&&t.hide()}},{name:"beforeshow",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&He(this.dropbarAnchor,this.dropbar),S(t,`${this.clsDrop}-dropbar`))}},{name:"show",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=Math.max(...pe(t,`.${this.clsDrop}`).concat(t).map(o=>v(o).bottom));v(this.dropbar,{left:v(this.dropbar).left,top:this.getDropbarOffset(e.getPositionOffset())}),this.transitionTo(n-v(this.dropbar).top+b(c(t,"marginBottom")),t)};this._observer=ye([e.$el,...e.target],i),i()}},{name:"beforehide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler(t){const e=this.getActive();E(this.dropbar,":hover")&&e.$el===t.target&&this.isDropbarDrop(e.$el)&&d(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&E(i,":focus"))&&t.preventDefault()}},{name:"hide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return d(this.dropdowns,(t=H)==null?void 0:t.$el)&&H},async transitionTo(t,e){const{dropbar:i}=this,n=lt(i);if(e=n<t&&e,await X.cancel([e,i]),e){const o=v(e).top-v(i).top-n;o>0&&c(e,"transitionDelay",`${o/t*this.duration}ms`)}c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),lt(i,n),await Promise.all([X.start(i,{height:t},this.duration),X.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:"",transitionDelay:""}))]).catch(et)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return d(this.dropdowns,t)&&m(t,this.clsDrop)},getDropbarOffset(t){const{$el:e,target:i,targetY:n}=this,{top:o,height:s}=v(V(n||i||e,e));return o+s+t},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}}};function wo(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===A.HOME?l=0:a===A.END?l="last":a===A.LEFT?l="previous":a===A.RIGHT?l="next":a===A.TAB&&((n=i.targetEl)==null||n.focus(),(o=i.hide)==null||o.call(i,!1)),~l&&(t.preventDefault(),(s=i.hide)==null||s.call(i,!1),e[ht(l,e,e.indexOf(i.targetEl||r))].focus())}var kr={mixins:[nt],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>w(Ne,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&B(this.input)===e&&this.input.nextElementSibling||w(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=hi(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:E(i,"select")&&(n=F("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;s!==r&&(e[o]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el:({$el:t})=>t.closest("form"),handler(){this.$emit()}}]},$o={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Xe({options:{childList:!0}}),Xe({options:{attributes:!0,attributeFilter:["style"]}}),pt({handler(t){for(const{borderBoxSize:[{inlineSize:e,blockSize:i}]}of t)if(e||i){this.$emit("resize");return}},target:({$el:t})=>[t,...it(t)]})],update:{read(){return{rows:yo(it(this.$el))}},write({rows:t}){for(const e of t)for(const i of e)U(i,this.margin,t[0]!==e),U(i,this.firstColumn,e[$t?e.length-1:0]===i)},events:["resize"]}};function yo(t){const e=[[]],i=t.some((n,o)=>o&&t[o-1].offsetParent!==n.offsetParent);for(const n of t){if(!W(n))continue;const o=Ji(n,i);for(let s=e.length-1;s>=0;s--){const r=e[s];if(!r[0]){r.push(n);break}const a=Ji(r[0],i);if(o.top>=a.bottom-1&&o.top!==a.top){e.push([n]);break}if(o.bottom-1>a.top||o.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=Ji(r[l],i);if(o.left>=h.left)break}r.splice(l+1,0,n);break}if(s===0){e.unshift([n]);break}}}return e}function Ji(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=we(t)),{top:i,left:n,bottom:i+o,right:n+s}}var Sr={extends:$o,mixins:[nt],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&S(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Vi({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){U(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:n,parallaxJustify:o,margin:s}=this;if(n=Math.max(0,J(n)),!(i||n||o)||xo(e)||e[0].some((y,$)=>e.some(k=>k[$]&&k[$].offsetWidth!==y.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=Tr(e,s),a,l;i?[a,l]=Er(e,r,i==="next"):a=Cr(e);const h=a.map(y=>ce(y,"offsetHeight")+r*(y.length-1)),u=Math.max(0,...h);let f,p,M;return(n||o)&&(f=h.map((y,$)=>o?u-y+n:n/($%2||8)),o||(n=Math.max(...h.map((y,$)=>y+f[$]-u))),p=J(this.parallaxStart,"height",this.$el,!0),M=J(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:f,parallaxStart:p,parallaxEnd:M,padding:n,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:n}){return{scrolled:e&&!xo(t)?Hn(this.$el,i,n):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:n}){!e&&!n||t.forEach((o,s)=>o.forEach((r,a)=>{let[l,h]=n&&n[s][a]||[0,0];e&&(h+=e*i[s]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function xo(t){return t.flat().some(e=>c(e,"position")==="absolute")}function Er(t,e,i){const n=[],o=[],s=Array(t[0].length).fill(0);let r=0;for(let a of t){$t&&a.reverse();let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:f}=a[h],p=i?h:s.indexOf(Math.min(...s));Ki(n,p,a[h]),Ki(o,p,[(p-h)*u*($t?-1:1),s[p]-r]),s[p]+=f+e,l=Math.max(l,f)}r+=l+e}return[n,o]}function Tr(t,e){const i=t.flat().find(n=>m(n,e));return b(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function Cr(t){const e=[];for(const i of t)for(const n in i)Ki(e,n,i[n]);return e}function Ki(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var _r={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>F(t,e)},observe:pt({target:({$el:t,elements:e})=>e.reduce((i,n)=>i.concat(n,...n.children),[t])}),events:{name:"loadingdone",el:()=>document.fonts,handler(){this.$emit("resize")}},update:{read(){return{rows:(this.row?yo(this.elements):[this.elements]).map(Pr)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function Pr(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Or);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function Or(t){const e=ri(t.style,["display","minHeight"]);W(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=_(t).height-Lt(t,"height","content-box");return c(t,e),i}var Br={args:"target",props:{target:String},data:{target:""},computed:{target:{get:({target:t},e)=>V(t,e),observe:({target:t})=>t}},observe:pt({target:({target:t})=>t}),update:{read(){return this.target?{height:this.target.offsetHeight}:!1},write({height:t}){c(this.$el,"minHeight",t)},events:["resize"]}},Mr={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,min:Number,property:String},data:{expand:!1,offsetTop:!1,offsetBottom:!1,min:0,property:"min-height"},observe:[co({filter:({expand:t})=>t}),pt({target:({$el:t})=>qt(t)})],update:{read(){if(!W(this.$el))return!1;let t="";const e=Lt(this.$el,"height","content-box"),{body:i,scrollingElement:n}=document,o=Et(this.$el),{height:s}=K(o===i?n:o),r=n===o||i===o;if(t=`calc(${r?"100vh":`${s}px`}`,this.expand){const a=_(o).height-_(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:V(this.offsetTop,this.$el),{top:l}=v(a);t+=l>0&&l<s/2?` - ${l}px`:""}else t+=` - ${Lt(o,"height",c(o,"boxSizing"))}px`;this.offsetBottom===!0?t+=` - ${_(this.$el.nextElementSibling).height}px`:mt(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&te(this.offsetBottom,"px")?t+=` - ${b(this.offsetBottom)}px`:P(this.offsetBottom)&&(t+=` - ${_(V(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,this.property,`max(${this.min||0}px, ${t})`)},events:["resize"]}},Dr='<svg width="14" height="14" viewBox="0 0 14 14"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',Ar='<svg width="20" height="20" viewBox="0 0 20 20"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',Nr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Ir='<svg width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="11" x="9" y="4"/><rect width="11" height="1" x="4" y="9"/></svg>',Fr='<svg width="14" height="14" viewBox="0 0 14 14"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 4 7 10 13 4"/></svg>',zr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Hr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Lr='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-icon svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg&gt;.line-3{opacity:0}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-3{opacity:1}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-2{transform:rotate(45deg)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-3{transform:rotate(-45deg)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-1,.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-4{opacity:0}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-1{transform:translateY(6px) scaleX(0)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-4{transform:translateY(-6px) scaleX(0)}</style><rect width="20" height="2" y="3" class="line-1"/><rect width="20" height="2" y="9" class="line-2"/><rect width="20" height="2" y="9" class="line-3"/><rect width="20" height="2" y="15" class="line-4"/></svg>',Wr='<svg width="40" height="40" viewBox="0 0 40 40"><rect width="1" height="40" x="19" y="0"/><rect width="40" height="1" x="0" y="19"/></svg>',qr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',jr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',ko='<svg width="20" height="20" viewBox="0 0 20 20"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',Rr='<svg width="40" height="40" viewBox="0 0 40 40"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',Ur='<svg width="24" height="24" viewBox="0 0 24 24"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',Vr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5"/></svg>',Yr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1"/></svg>',Gr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547"/></svg>',Xr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23"/></svg>',Jr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Kr='<svg width="18" height="10" viewBox="0 0 18 10"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9"/></svg>',So={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,n,o;let s=0;return((o=((i=this.i18n)==null?void 0:i[t])||((n=this.$options.i18n)==null?void 0:n[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}},Eo={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=Zr(t,this.$el);return this.svgEl&&e!==this.svgEl&&yt(this.svgEl),Qr.call(this,e,t),this.svgEl=e},et)},disconnected(){this.svg.then(t=>{this._connected||(ci(this.$el)&&(this.$el.hidden=!1),yt(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function Zr(t,e){if(ci(e)||I(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return To(t,n)?n:He(e,t)}const i=e.lastElementChild;return To(t,i)?i:Q(e,t)}function To(t,e){return I(t,"svg")&&I(e,"svg")&&t.innerHTML===e.innerHTML}function Qr(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>T(e,s)));const o=T(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>T(t,i[r],b(s)*this.ratio||null))}function Co(t,e){return e&&d(t,"<symbol")&&(t=ta(t)[e]||t),g(xt(t)).filter(se)[0]}const _o=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,ta=G(function(t){const e={};_o.lastIndex=0;let i;for(;i=_o.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e}),Ke={spinner:Jr,totop:Kr,marker:Ir,"close-icon":Dr,"close-large":Ar,"drop-parent-icon":Nr,"nav-parent-icon":zr,"nav-parent-icon-large":Fr,"navbar-parent-icon":Hr,"navbar-toggle-icon":Lr,"overlay-icon":Wr,"pagination-next":qr,"pagination-previous":jr,"search-icon":ko,"search-medium":Ur,"search-large":Rr,"search-toggle-icon":ko,"slidenav-next":Yr,"slidenav-next-large":Vr,"slidenav-previous":Xr,"slidenav-previous-large":Gr},Zi={install:ha,mixins:[Eo],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){S(this.$el,"uk-icon")},methods:{async getSvg(){const t=fa(this.icon);if(!t)throw"Icon not found.";return t}}},Ct={args:!1,extends:Zi,data:t=>({icon:gt(t.constructor.options.name)}),beforeConnect(){S(this.$el,this.$options.id)}},ea={extends:Ct,beforeConnect(){const t=this.$props.icon;this.icon=this.$el.closest(".uk-nav-primary")?`${t}-large`:t}},ia={extends:Ct,mixins:[So],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){const t=m(this.$el,"uk-search-toggle")||m(this.$el,"uk-navbar-toggle");if(this.icon=t?"search-toggle-icon":m(this.$el,"uk-search-icon")&&this.$el.closest(".uk-search-large")?"search-large":this.$el.closest(".uk-search-medium")?"search-medium":this.$props.icon,!ut(this.$el,"aria-label"))if(t)this.$el.ariaLabel=this.t("toggle");else{const e=this.$el.closest("a,button");e&&(e.ariaLabel=this.t("submit"))}}},na={extends:Ct,beforeConnect(){this.$el.role="status"},methods:{async getSvg(){const t=await Zi.methods.getSvg.call(this);return this.ratio!==1&&c(w("circle",t),"strokeWidth",1/this.ratio),t}}},_t={extends:Ct,mixins:[So],beforeConnect(){const t=this.$el.closest("a,button");T(t,"role",this.role!==null&&I(t,"a")?"button":this.role);const e=this.t("label");e&&!ut(t,"aria-label")&&T(t,"aria-label",e)}},Po={extends:_t,beforeConnect(){S(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=m(this.$el,"uk-slidenav-large")?`${t}-large`:t}},oa={extends:_t,i18n:{label:"Open menu"}},sa={extends:_t,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${m(this.$el,"uk-close-large")?"large":"icon"}`}},ra={extends:_t,i18n:{label:"Open"}},aa={extends:_t,i18n:{label:"Back to top"}},la={extends:_t,i18n:{label:"Next page"},data:{role:null}},ca={extends:_t,i18n:{label:"Previous page"},data:{role:null}},Ze={};function ha(t){t.icon.add=(e,i)=>{const n=P(e)?{[e]:i}:e;le(n,(o,s)=>{Ke[s]=o,delete Ze[s]}),t._initialized&&kt(document.body,o=>le(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}const ua={twitter:"x"};function fa(t){return t=ua[t]||t,Ke[t]?(Ze[t]||(Ze[t]=Co(Ke[da(t)]||Ke[t])),Ze[t].cloneNode(!0)):null}function da(t){return $t?si(si(t,"left","right"),"previous","next"):t}var pa={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){this.loading!=="lazy"?this.load():tn(this.$el)&&(this.$el.loading="lazy",Qi(this.$el))},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Vt({handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy",target:({$el:t,$props:e})=>e.target?[t,...ge(e.target,t)]:t}),methods:{load(){if(this.img)return this.img;const t=tn(this.$el)?this.$el:ma(this.$el,this.dataSrc,this.sources);return he(t,"loading"),Qi(this.$el,t.currentSrc),this.img=t}}};function Qi(t,e){if(tn(t)){const i=B(t);(I(i,"picture")?it(i):[t]).forEach(o=>Oo(o,o))}else e&&!d(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${gi(e)})`),C(t,Ie("load",!1)))}const ga=["data-src","data-srcset","sizes"];function Oo(t,e){for(const i of ga){const n=Mt(t,i);n&&T(e,i.replace(/data-/g,""),n)}}function ma(t,e,i){const n=new Image;return va(n,i),Oo(t,n),n.onload=()=>Qi(t,n.currentSrc),n.src=e,n}function va(t,e){if(e=ba(e),e.length){const i=xt("<picture>");for(const n of e){const o=xt("<source>");T(o,n),Q(i,o)}Q(i,t)}}function ba(t){if(!t)return[];if(tt(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Wi(t);return L(t)||(t=[t]),t.filter(e=>!ni(e))}function tn(t){return I(t,"img")}var wa={props:{target:String,selActive:String},data:{target:!1,selActive:!1},connected(){this.isIntersecting=0},computed:{target:({target:t},e)=>t?F(t,e):e},watch:{target:{handler(){queueMicrotask(()=>this.$reset())},immediate:!1}},observe:[Vt({handler(t){this.isIntersecting=t.reduce((e,{isIntersecting:i})=>e+(i?1:this.isIntersecting?-1:0),this.isIntersecting),this.$emit()},target:({target:t})=>t,args:{intersecting:!1}}),Xe({target:({target:t})=>t,options:{attributes:!0,attributeFilter:["class"]}}),{target:({target:t})=>t,observe:(t,e)=>{const i=ye([...g(t),document.documentElement],e),n=[x(document,"scroll itemshown itemhidden",e,{passive:!0,capture:!0}),x(document,"show hide transitionstart",o=>(e(),i.observe(o.target))),x(document,"shown hidden transitionend transitioncancel",o=>(e(),i.unobserve(o.target)))];return{observe:i.observe.bind(i),unobserve:i.unobserve.bind(i),disconnect(){i.disconnect(),n.map(o=>o())}}},handler(){this.$emit()}}],update:{read(){if(!this.isIntersecting)return!1;for(const t of g(this.target)){let e=!this.selActive||E(t,this.selActive)?$a(t):"";e!==!1&&Me(t,"uk-light uk-dark",e)}}}};function $a(t){const e=_(t),i=_(window);if(!Be(e,i))return!1;const{left:n,top:o,height:s,width:r}=e;let a;for(const l of[.25,.5,.75]){const h=t.ownerDocument.elementsFromPoint(Math.max(0,Math.min(n+r*l,i.width-1)),Math.max(0,Math.min(o+s/2,i.height-1)));for(const u of h){if(t.contains(u)||!ya(u)||u.closest('[class*="-leave"]')&&h.some(p=>u!==p&&E(p,'[class*="-enter"]')))continue;const f=c(u,"--uk-inverse");if(f){if(f===a)return`uk-${f}`;a=f;break}}}return a?`uk-${a}`:""}function ya(t){if(c(t,"visibility")!=="visible")return!1;for(;t;){if(c(t,"opacity")==="0")return!1;t=B(t)}return!0}var en={props:{media:Boolean},data:{media:!1},connected(){const t=xa(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,C(this.$el,Ie("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=x(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function xa(t,e){if(P(t)){if(tt(t,"@"))t=b(c(e,`--uk-breakpoint-${t.slice(1)}`));else if(isNaN(t))return t}return t&&mt(t)?`(min-width: ${t}px)`:""}var ka={mixins:[nt,en],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=Ei(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){be(this.wrapper.childNodes)},observe:pt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){U(this.wrapper,this.clsHide,i),T(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const q=[];var Bo={mixins:[nt,Gi,Gt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>w(t,e),transitionElement(){return this.panel}},connected(){const t=this.panel||this.$el;t.role=this.role,this.overlay&&(t.ariaModal=!0)},beforeDisconnect(){d(q,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:({selClose:t})=>`${t},a[href*="#"]`,handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&zt(e)&&!this.$el.contains(w(n))?this.hide():E(e,this.selClose)&&(Yt(t),this.hide())}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===d(q,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(d(q,this))return!1;!this.stack&&q.length?(Promise.all(q.map(e=>e.hide())).then(this.show),t.preventDefault()):q.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",b(c(this.$el,"zIndex"))+q.length);const t=[this.overlay&&Ea(this),this.overlay&&go(this.$el),this.bgClose&&Ta(this),this.escClose&&Ca(this)];D(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),S(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){ui(this.$el)||(this.$el.tabIndex=-1),E(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){d(q,this)&&q.splice(q.indexOf(this),1),c(this.$el,"zIndex",""),q.some(t=>t.clsPage===this.clsPage)||N(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&B(this.$el)!==this.container?(Q(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,Mo)},hide(){return this.toggleElement(this.$el,!1,Mo)}}};function Mo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>D(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=D(i,"transitionstart",()=>{D(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},Sa(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function Sa(t){return t?te(t,"ms")?b(t):b(t)*1e3:0}function Ea(t){return x(document,"focusin",e=>{ae(q)===t&&!t.$el.contains(e.target)&&t.$el.focus()})}function Ta(t){return x(document,Nt,({target:e})=>{ae(q)!==t||t.overlay&&!t.$el.contains(e)||!t.panel||t.panel.contains(e)||D(document,`${It} ${Ae} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===It&&e===o&&t.hide()},!0)})}function Ca(t){return x(document,"keydown",e=>{e.keyCode===27&&ae(q)===t&&t.hide()})}var _a={install:Pa,mixins:[Bo],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:'[class*="uk-modal-close"]'},events:[{name:"fullscreenchange webkitendfullscreen",capture:!0,handler(t){I(t.target,"video")&&this.isToggled()&&!document.fullscreenElement&&this.hide()}},{name:"show",self:!0,handler(){m(this.panel,"uk-margin-auto-vertical")?S(this.$el,"uk-flex"):c(this.$el,"display","block"),lt(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),N(this.$el,"uk-flex")}}]};function Pa({modal:t}){t.dialog=function(i,n){const o=t(w(`<div><div class="uk-modal-dialog">${i}</div></div>`),{stack:!0,role:"alertdialog",...n});return o.show(),x(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},t.alert=function(i,n){return e(({i18n:o})=>`<div class="uk-modal-body">${P(i)?i:ze(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" type="button" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${P(i)?i:ze(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${o.cancel}</button> <button class="uk-button uk-button-primary" autofocus>${o.ok}</button> </div> </form>`,n,()=>Promise.reject())},t.prompt=function(i,n,o){const s=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${P(i)?i:ze(i)}</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-button uk-button-primary">${l.ok}</button> </div> </form>`,o,()=>null,()=>a.value),{$el:r}=s.dialog,a=w("input",r);return a.value=n||"",x(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=et,s=et){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return ee(new Promise(a=>{const l=x(r.$el,"hide",()=>a(o()));x(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var Oa={extends:uo,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const nn="uk-navbar-transparent";var Ba={extends:bo,props:{dropbarTransparentMode:Boolean},data:{clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>e.closest(".uk-navbar-container")},watch:{items(){const t=m(this.$el,"uk-navbar-justify"),e=F(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el);for(const i of e){const n=t?F(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",i).length:"";c(i,"flexGrow",n)}}},events:[{name:"show",el:({dropContainer:t})=>t,handler({target:t}){this.getTransparentMode(t)==="remove"&&m(this.navbarContainer,nn)&&(N(this.navbarContainer,nn),this._transparent=!0)}},{name:"hide",el:({dropContainer:t})=>t,async handler(){await Ma(),this._transparent&&(!H||!this.dropContainer.contains(H.$el))&&(S(this.navbarContainer,nn),this._transparent=null)}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(e&&m(t,"uk-dropbar"))return e.inset?"behind":"remove"},getDropbarOffset(t){const{top:e,height:i}=v(this.navbarContainer);return e+(this.dropbarTransparentMode==="behind"?0:i+t)}}};function Ma(){return new Promise(t=>setTimeout(t))}var Da={mixins:[Bo],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?B(this.panel):this.panel}},observe:ho({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!W(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter:({overlay:t})=>t,handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!m(B(this.panel),this.clsMode)&&S(We(this.panel,"<div>"),this.clsMode);const{body:t,scrollingElement:e}=document;S(t,this.clsContainer,this.clsFlip),c(t,"touchAction","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),S(this.$el,this.clsOverlay),S(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),lt(t),S(t,this.clsContainerAnimation),this.clsContainerAnimation&&Aa()}},{name:"hide",self:!0,handler(){N(document.body,this.clsContainerAnimation),c(document.body,"touchAction","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Na(),this.mode==="reveal"&&m(B(this.panel),this.clsMode)&&be(this.panel),N(this.panel,this.clsSidebarAnimation,this.clsMode),N(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),N(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&te(t.type,"Left")^this.flip&&this.hide()}}]};function Aa(){Do().content+=",user-scalable=0"}function Na(){const t=Do();t.content=t.content.replace(/,user-scalable=0$/,"")}function Do(){return w('meta[name="viewport"]',document.head)||Q(document.head,'<meta name="viewport">')}var Ia={mixins:[nt],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>e.closest(t),content:({selContent:t},e)=>e.closest(t)},observe:pt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!W(this.$el)?!1:{max:Math.max(this.minHeight,lt(this.container)-(_(this.content).height-lt(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},Fa={props:["width","height"],connected(){S(this.$el,"uk-responsive-width"),c(this.$el,"aspectRatio",`${this.width}/${this.height}`)}},za={props:{offset:Number},data:{offset:0},connected(){Ha(this)},disconnected(){La(this)},methods:{async scrollTo(t){t=t&&w(t)||document.body,C(this.$el,"beforescroll",[this,t])&&(await zn(t,{offset:this.offset}),C(this.$el,"scrolled",[this,t]))}}};const Ce=new Set;function Ha(t){Ce.size||x(document,"click",Ao),Ce.add(t)}function La(t){Ce.delete(t),Ce.size||mi(document,"click",Ao)}function Ao(t){if(!t.defaultPrevented)for(const e of Ce)e.$el.contains(t.target)&&zt(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(fi(e.$el)))}const on="uk-scrollspy-inview";var Wa={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0}),computed:{elements:({target:t},e)=>t?F(t,e):[e]},watch:{elements(t){this.hidden&&c(de(t,`:not(.${on})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())N(t,on,(e==null?void 0:e.cls)||"");delete this.elementData},observe:Vt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:Mt(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){var i,n;const o=(i=this.elementData)==null?void 0:i.get(t);if(!o)return;(n=o.off)==null||n.call(o),c(t,"opacity",!e&&this.hidden?0:""),U(t,on,e),U(t,o.cls);let s;if(s=o.cls.match(/\buk-animation-[\w-]+/g)){const r=()=>N(t,s);e?o.off=D(t,"animationcancel animationend",r,{self:!0}):r()}C(t,e?"inview":"outview"),o.inview=e}}},qa={props:{cls:String,closest:Boolean,scroll:Boolean,target:String,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,target:'a[href]:not([role="button"])',offset:0},computed:{links:({target:t},e)=>F(t,e).filter(i=>zt(i)),elements({closest:t}){return this.links.map(e=>e.closest(t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Vt(),Vi()],update:[{read(){const t=this.links.map(l=>fi(l)).filter(Boolean),{length:e}=t;if(!e||!W(this.$el))return!1;const i=Et(t,!0),{scrollTop:n,scrollHeight:o}=i,s=K(i),r=o-s.height;let a=!1;if(n>=r)a=e-1;else{const l=this.offset+_(Ii()).height+s.height*.1;for(let h=0;h<t.length&&!(v(t[h]).top-s.top-l>0);h++)a=+h}return{active:a}},write({active:t}){const e=t!==!1&&!m(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)U(this.elements[i],this.cls,+i===t);e&&C(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},ja={mixins:[nt,en],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,offsetEnd:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,offsetEnd:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{target:({selTarget:t},e)=>t&&w(t,e)||e},connected(){this.start=No(this.start||this.top),this.end=No(this.end||this.bottom),this.placeholder=w("+ .uk-sticky-placeholder",this.$el)||w('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),N(this.target,this.clsInactive)),rn(this.$el),yt(this.placeholder),this.placeholder=null},observe:[co(),Vi({target:()=>document.scrollingElement}),pt({target:({$el:t})=>[t,Qe(t),document.scrollingElement],handler(t){this.$emit(this._data.resized&&t.some(({target:e})=>e===Qe(this.$el))?"update":"resize"),this._data.resized=!0}})],events:[{name:"load hashchange popstate",el:()=>window,filter:({targetOffset:t})=>t!==!1,handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=v(w(location.hash)),i=v(this.$el);this.isFixed&&Be(e,i)&&(t.scrollTop=Math.ceil(e.top-i.height-J(this.targetOffset,"height",this.placeholder)-J(this.offset,"height",this.placeholder)))})}}],update:[{read({height:t,width:e,margin:i,sticky:n},o){if(this.inactive=!this.matchMedia||!W(this.$el)||!this.$el.offsetHeight,this.inactive)return;const s=lt(window),r=Math.max(0,document.scrollingElement.scrollHeight-s);if(!r){this.inactive=!0;return}const a=this.isFixed&&o.has("update");a&&(ln(this.target),this.hide()),this.active||({height:t,width:e}=_(this.$el),i=c(this.$el,"margin")),a&&this.show();const l=J("100vh","height");let h=this.position;this.overflowFlip&&t>l&&(h=h==="top"?"bottom":"top");const u=this.isFixed?this.placeholder:this.$el;let[f,p]=[this.offset,this.offsetEnd].map(Jt=>J(Jt,"height",n?this.$el:u));h==="bottom"&&(t<s||this.overflowFlip)&&(f+=s-t);const M=t+f+p,y=this.overflowFlip?0:Math.max(0,M-l),$=v(u).top-new DOMMatrix(c(u,"transform")).m42,k=_(this.$el).height,ot=(this.start===!1?$:sn(this.start,this.$el,$))-f,Xt=this.end===!1?r:Math.min(r,sn(this.end,this.$el,$+t,!0)-k-f+y);return n=!this.showOnUp&&ot+f===$&&Xt===Math.min(r,sn(!0,this.$el,0,!0)-k-f+y)&&c(Qe(this.$el),"overflowY")!=="hidden",{start:ot,end:Xt,offset:f,overflow:y,height:t,elHeight:k,width:e,margin:i,top:we(u)[0],sticky:n,viewport:l,maxScrollHeight:r}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&rn(this.$el),this.inactive)return;o&&(t=e=i=0,c(this.$el,{position:"sticky",top:n}));const{placeholder:s}=this;c(s,{height:t,width:e,margin:i}),(B(s)!==B(this.$el)||o^Ft(s)<Ft(this.$el))&&((o?Si:He)(this.$el,s),s.hidden=!0)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s,elHeight:r,height:a,sticky:l,maxScrollHeight:h}){const u=Math.min(document.scrollingElement.scrollTop,h),f=t<=u?"down":"up",p=this.isFixed?this.placeholder:this.$el;return{dir:f,prevDir:e,scroll:u,prevScroll:t,below:u>v(p).top+(l?Math.min(a,r):a),offsetParentTop:v(p.offsetParent).top,overflowScroll:at(n+at(u,o,s)-at(t,o,s),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:o,prevDir:s,scroll:r,prevScroll:a=0,top:l,start:h,below:u}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const f=Date.now();if((f-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=f),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||o==="down"&&i||o==="up"&&!this.isFixed&&!u)){if(!this.isFixed){dt.inProgress(this.$el)&&l>r&&(dt.cancel(this.$el),this.hide());return}if(this.animation&&u){if(m(this.$el,"uk-animation-leave"))return;dt.out(this.$el,this.animation).then(()=>this.hide(),et)}else this.hide()}else this.isFixed?this.update():this.animation&&u?(this.show(),dt.in(this.$el,this.animation).catch(et)):(ln(this.target),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),N(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):rn(this.$el),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:o,end:s,offset:r,offsetParentTop:a,sticky:l,below:h}=this._data;const u=o!==0||e>o;if(!l){let f="fixed";e>s&&(r+=s-a+n-i,f="absolute"),c(this.$el,{position:f,width:t,marginTop:0},"important")}c(this.$el,"top",r-n),this.setActive(u),U(this.$el,this.clsBelow,h),S(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(Me(this.target,this.clsInactive,this.clsActive),e!==t&&C(this.$el,"active")):(Me(this.target,this.clsActive,this.clsInactive),e!==t&&(ln(this.target),C(this.$el,"inactive")))}}};function sn(t,e,i,n){if(!t)return 0;if(mt(t)||P(t)&&t.match(/^-?\d/))return i+J(t,"height",e,!0);{const o=t===!0?Qe(e):V(t,e);return v(o).bottom-(n&&(o!=null&&o.contains(e))?b(c(o,"paddingBottom"))+b(c(o,"borderBottomWidth")):0)}}function No(t){return t==="true"?!0:t==="false"?!1:t}function rn(t){c(t,{position:"",top:"",marginTop:"",width:""})}const an="uk-transition-disable";function ln(t){m(t,an)||(S(t,an),requestAnimationFrame(()=>N(t,an)))}function Qe(t){for(;t=B(t);)if(W(t))return t}function Ra(t){return W(t)?Math.ceil(Math.max(0,...F("[stroke]",t).map(e=>{var i;return((i=e.getTotalLength)==null?void 0:i.call(e))||0}))):0}var Ua={mixins:[Eo],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Xe({async handler(){const t=await this.svg;t&&Io.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){d(this.src,"#")&&([this.src,this.icon]=this.src.split("#",2));const t=await this.svg;t&&(Io.call(this,t),this.strokeAnimation&&Ya(t))},methods:{async getSvg(){return I(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"&&await new Promise(t=>D(this.$el,"load",t)),Co(await Va(this.src),this.icon)||Promise.reject("SVG not found.")}}};function Io(t){const{$el:e}=this;S(t,T(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const n=e.style[i];c(t,n,c(e,n))}for(const i in this.attributes){const[n,o]=this.attributes[i].split(":",2);T(t,n,o)}this.$el.id||he(t,"id")}const Va=G(async t=>{if(t){if(tt(t,"data:"))return decodeURIComponent(t.split(",",2)[1]);{const e=await fetch(t);if(e.headers.get("Content-Type")==="image/svg+xml")return e.text()}}return Promise.reject()});function Ya(t){const e=Ra(t);e&&c(t,"--uk-animation-stroke",e)}const cn=".uk-disabled *, .uk-disabled, [disabled]";var Fo={mixins:[Gt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:{get:({connect:t},e)=>ge(t,e),observe:({connect:t})=>t},connectChildren(){return this.connects.map(t=>it(t)).flat()},toggles:({toggle:t},e)=>F(t,e),children(t,e){return it(e).filter(i=>this.toggles.some(n=>i.contains(n)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)it(e).forEach((i,n)=>U(i,this.cls,n===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){this.$el.role="tablist"},observe:[Ui({targets:({connectChildren:t})=>t}),ho({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate:({toggle:t})=>t,handler(t){!E(t.current,cn)&&(t.type==="click"||t.keyCode===A.SPACE)&&(Yt(t),this.show(t.current))}},{name:"keydown",delegate:({toggle:t})=>t,handler(t){const{current:e,keyCode:i}=t,n=E(this.$el,this.selVertical);let o=i===A.HOME?0:i===A.END?"last":i===A.LEFT&&!n||i===A.UP&&n?"previous":i===A.RIGHT&&!n||i===A.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!E(a,cn)),r=s[ht(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el:({$el:t,connects:e,itemNav:i})=>e.concat(i?ge(i,t):[]),delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.target.closest("a,button")&&(Yt(t),this.show(Mt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter:({swiping:t})=>t,el:({connects:t})=>t,handler({type:t}){this.show(te(t,"Left")?"next":"previous")}}],update(){var t;for(const e of this.connects)I(e,"ul")&&(e.role="presentation");T(it(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],n=(t=this.connects[0])==null?void 0:t.children[e];i.role="tab",n&&(i.id=Ge(this,i),n.id=Ge(this,n),i.ariaControls=n.id,T(n,{role:"tabpanel","aria-labelledby":i.id}))}T(this.$el,"aria-orientation",E(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return _e(this.children,t=>m(t,this.cls))},show(t){const e=this.toggles.filter(r=>!E(r,cn)),i=this.index(),n=ht(!oe(t)||d(e,t)?t:0,e,ht(this.toggles[i],e)),o=ht(e[n],this.toggles);this.children.forEach((r,a)=>{U(r,this.cls,o===a),T(this.toggles[a],{"aria-selected":o===a,tabindex:o===a?null:-1})});const s=i>=0&&i!==n;this.connects.forEach(async({children:r})=>{const a=Pe(r).filter((l,h)=>h!==o&&m(l,this.cls));await this.toggleElement(a,!1,s)&&await this.toggleElement(r[o],!0,s)})}}},Ga={mixins:[nt],extends:Fo,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=m(this.$el,"uk-tab-left")?"uk-tab-left":m(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Xa=13,Ja=32;var Ka={mixins:[en,Gt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get:({target:t},e)=>(t=ge(t||e.hash,e),t.length?t:[e]),observe:({target:t})=>t}},connected(){d(this.mode,"media")||(ui(this.$el)||(this.$el.tabIndex=0),!this.cls&&I(this.$el,"a")&&(this.$el.role="button"))},observe:Ui({targets:({target:t})=>t}),events:[{name:Nt,filter:({mode:t})=>d(t,"hover"),handler(t){this._preventClick=null,!(!ft(t)||Bt(this._showState)||this.$el.disabled)&&(C(this.$el,"focus"),D(document,Nt,()=>C(this.$el,"blur"),!0,e=>!this.$el.contains(e.target)),d(this.mode,"click")&&(this._preventClick=!0))}},{name:`mouseenter mouseleave ${ue} ${De} focus blur`,filter:({mode:t})=>d(t,"hover"),handler(t){if(ft(t)||this.$el.disabled||document.readyState==="loading")return;const e=d(["mouseenter",ue,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Bt(this._showState)||t.type!=="blur"&&E(this.$el,":focus")||t.type==="blur"&&E(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Bt(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter:({$el:t,mode:e})=>d(e,"click")&&!I(t,"input"),handler(t){(t.keyCode===Ja||t.keyCode===Xa)&&(t.preventDefault(),this.$el.click())}},{name:"click",filter:({mode:t})=>["click","hover"].some(e=>d(t,e)),handler(t){let e;(this._preventClick||t.target.closest('a[href="#"], a[href=""]')||(e=t.target.closest("a[href]"))&&(!this.isToggled(this.target)||e.hash&&E(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&d(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter:({mode:t})=>d(t,"media"),el:({target:t})=>t,handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!C(this.target,t||"toggle",[this]))return;if(ut(this.$el,"aria-expanded")&&(this.$el.ariaExpanded=!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>m(n,this.clsLeave));if(e.length){for(const n of this.target){const o=d(e,n);this.toggleElement(n,o,o)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(n=>!d(i,n)),!0)}}},Za=Object.freeze({__proto__:null,Accordion:uo,Alert:dr,Close:sa,Cover:mr,Drop:mo,DropParentIcon:Ct,Dropdown:mo,Dropnav:bo,FormCustom:kr,Grid:Sr,HeightMatch:_r,HeightPlaceholder:Br,HeightViewport:Mr,Icon:Zi,Img:pa,Inverse:wa,Leader:ka,Margin:$o,Marker:ra,Modal:_a,Nav:Oa,NavParentIcon:ea,Navbar:Ba,NavbarParentIcon:Ct,NavbarToggleIcon:oa,Offcanvas:Da,OverflowAuto:Ia,OverlayIcon:Ct,PaginationNext:la,PaginationPrevious:ca,Responsive:Fa,Scroll:za,Scrollspy:Wa,ScrollspyNav:qa,SearchIcon:ia,SlidenavNext:Po,SlidenavPrevious:Po,Spinner:na,Sticky:ja,Svg:Ua,Switcher:Fo,Tab:Ga,Toggle:Ka,Totop:aa,Video:fo});return le(Za,(t,e)=>Z.component(e,t)),Qs(Z),Z});
1
+ /*! UIkit 3.23.8-dev.97ee4c1bb | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */(function(Kt,Zt){typeof exports=="object"&&typeof module<"u"?module.exports=Zt():typeof define=="function"&&define.amd?define("uikit",Zt):(Kt=typeof globalThis<"u"?globalThis:Kt||self,Kt.UIkit=Zt())})(this,function(){"use strict";const{hasOwnProperty:Kt,toString:Zt}=Object.prototype;function rt(t,e){return Kt.call(t,e)}const Wo=/\B([A-Z])/g,gt=G(t=>t.replace(Wo,"-$1").toLowerCase()),qo=/-(\w)/g,Qt=G(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(qo,(e,i)=>i.toUpperCase())),Ot=G(t=>t.charAt(0).toUpperCase()+t.slice(1));function tt(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function te(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function d(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function _e(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:L,from:Pe}=Array,{assign:ee}=Object;function j(t){return typeof t=="function"}function ct(t){return t!==null&&typeof t=="object"}function ie(t){return Zt.call(t)==="[object Object]"}function Oe(t){return ct(t)&&t===t.window}function ne(t){return ii(t)===9}function oe(t){return ii(t)>=1}function se(t){return ii(t)===1}function ii(t){return!Oe(t)&&ct(t)&&t.nodeType}function Bt(t){return typeof t=="boolean"}function P(t){return typeof t=="string"}function ni(t){return typeof t=="number"}function mt(t){return ni(t)||P(t)&&!isNaN(t-parseFloat(t))}function oi(t){return!(L(t)?t.length:ct(t)&&Object.keys(t).length)}function R(t){return t===void 0}function si(t){return Bt(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function re(t){const e=Number(t);return isNaN(e)?!1:e}function b(t){return parseFloat(t)||0}function O(t){return t&&g(t)[0]}function g(t){return oe(t)?[t]:Array.from(t||[]).filter(oe)}function vt(t){if(Oe(t))return t;t=O(t);const e=ne(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function un(t,e){return t===e||ct(t)&&ct(e)&&Object.keys(t).length===Object.keys(e).length&&le(t,(i,n)=>i===e[n])}function ri(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function ae(t){return t[t.length-1]}function le(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function fn(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function ce(t,e){return t.reduce((i,n)=>i+b(j(e)?e(n):n[e]),0)}function jo(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function ai(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function at(t,e=0,i=1){return Math.min(Math.max(re(t)||0,e),i)}function et(){}function Be(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:n})=>n))-Math.max(...t.map(({[i]:n})=>n))>0)}function li(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function ci(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function dn(t,e){t={...t};for(const i in t)t=t[i]>e[i]?ci(t,i,e[i]):t;return t}function Ro(t,e){t=dn(t,e);for(const i in t)t=t[i]<e[i]?ci(t,i,e[i]):t;return t}const pn={ratio:ci,contain:dn,cover:Ro};function ht(t,e,i=0,n=!1){e=g(e);const{length:o}=e;return o?(t=mt(t)?re(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(O(t)),n?at(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function G(t){const e=Object.create(null);return(i,...n)=>e[i]||(e[i]=t(i,...n))}function S(t,...e){for(const i of g(t)){const n=bt(e).filter(o=>!m(i,o));n.length&&i.classList.add(...n)}}function N(t,...e){for(const i of g(t)){const n=bt(e).filter(o=>m(i,o));n.length&&i.classList.remove(...n)}}function Me(t,e,i){i=bt(i),e=bt(e).filter(n=>!d(i,n)),N(t,e),S(t,i)}function m(t,e){return[e]=bt(e),g(t).some(i=>i.classList.contains(e))}function U(t,e,i){const n=bt(e);R(i)||(i=!!i);for(const o of g(t))for(const s of n)o.classList.toggle(s,i)}function bt(t){return t?L(t)?t.map(bt).flat():String(t).split(" ").filter(Boolean):[]}function T(t,e,i){var n;if(ct(e)){for(const o in e)T(t,o,e[o]);return}if(R(i))return(n=O(t))==null?void 0:n.getAttribute(e);for(const o of g(t))j(i)&&(i=i.call(o,T(o,e))),i===null?he(o,e):o.setAttribute(e,i)}function ut(t,e){return g(t).some(i=>i.hasAttribute(e))}function he(t,e){g(t).forEach(i=>i.removeAttribute(e))}function Mt(t,e){for(const i of[e,`data-${e}`])if(ut(t,i))return T(t,i)}const wt=typeof window<"u",$t=wt&&document.dir==="rtl",Dt=wt&&"ontouchstart"in window,At=wt&&window.PointerEvent,Nt=At?"pointerdown":Dt?"touchstart":"mousedown",Uo=At?"pointermove":Dt?"touchmove":"mousemove",It=At?"pointerup":Dt?"touchend":"mouseup",ue=At?"pointerenter":Dt?"":"mouseenter",De=At?"pointerleave":Dt?"":"mouseleave",Ae=At?"pointercancel":"touchcancel",Vo={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function hi(t){return g(t).some(e=>Vo[e.tagName.toLowerCase()])}const Yo=wt&&Element.prototype.checkVisibility||function(){return this.offsetWidth||this.offsetHeight||this.getClientRects().length};function W(t){return g(t).some(e=>Yo.call(e))}const Ne="input,select,textarea,button";function ui(t){return g(t).some(e=>E(e,Ne))}const fe=`${Ne},a[href],[tabindex]`;function Ie(t){return E(t,fe)}function B(t){var e;return(e=O(t))==null?void 0:e.parentElement}function de(t,e){return g(t).filter(i=>E(i,e))}function E(t,e){return g(t).some(i=>i.matches(e))}function pe(t,e){const i=[];for(;t=B(t);)(!e||E(t,e))&&i.push(t);return i}function it(t,e){t=O(t);const i=t?Pe(t.children):[];return e?de(i,e):i}function Ft(t,e){return e?g(t).indexOf(O(e)):it(B(t)).indexOf(t)}function zt(t){return t=O(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function fi(t){if(zt(t)){const{hash:e,ownerDocument:i}=O(t),n=decodeURIComponent(e).slice(1);return n?i.getElementById(n)||i.getElementsByName(n)[0]:i.documentElement}}function V(t,e){return di(t,gn(t,e))}function ge(t,e){return me(t,gn(t,e))}function di(t,e){return O(bn(t,O(e),"querySelector"))}function me(t,e){return g(bn(t,O(e),"querySelectorAll"))}function gn(t,e=document){return ne(e)||mn(t).isContextSelector?e:e.ownerDocument}const Go=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Xo=/(\([^)]*\)|[^,])+/g,mn=G(t=>{let e=!1;if(!t||!P(t))return{};const i=[];for(let n of t.match(Xo))n=n.trim().replace(Go,"$1 *"),e||(e=["!","+","~","-",">"].includes(n[0])),i.push(n);return{selector:i.join(","),selectors:i,isContextSelector:e}}),Jo=/(\([^)]*\)|\S)*/,vn=G(t=>{t=t.slice(1).trim();const[e]=t.match(Jo);return[e,t.slice(e.length+1)]});function bn(t,e=document,i){var n;const o=mn(t);if(!o.isContextSelector)return o.selector?pi(e,i,o.selector):t;t="";const s=o.selectors.length===1;for(let r of o.selectors){let a,l=e;if(r[0]==="!"&&([a,r]=vn(r),l=(n=e.parentElement)==null?void 0:n.closest(a),!r&&s)||l&&r[0]==="-"&&([a,r]=vn(r),l=l.previousElementSibling,l=E(l,a)?l:null,!r&&s))return l;if(l){if(s)return r[0]==="~"||r[0]==="+"?(r=`:scope > :nth-child(${Ft(l)+1}) ${r}`,l=l.parentElement):r[0]===">"&&(r=`:scope ${r}`),pi(l,i,r);t+=`${t?",":""}${Ko(l)} ${r}`}}return ne(e)||(e=e.ownerDocument),pi(e,i,t)}function pi(t,e,i){try{return t[e](i)}catch{return null}}function Ko(t){const e=[];for(;t.parentNode;){const i=T(t,"id");if(i){e.unshift(`#${gi(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${Ft(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function gi(t){return P(t)?CSS.escape(t):""}function x(...t){let[e,i,n,o,s=!1]=vi(t);o.length>1&&(o=Qo(o)),s!=null&&s.self&&(o=ts(o)),n&&(o=Zo(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>mi(e,i,o,s)}function mi(...t){let[e,i,,n,o=!1]=vi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function D(...t){const[e,i,n,o,s=!1,r]=vi(t),a=x(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function C(t,e,i){return bi(t).every(n=>n.dispatchEvent(Fe(e,!0,!0,i)))}function Fe(t,e=!0,i=!1,n){return P(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function vi(t){return t[0]=bi(t[0]),P(t[1])&&(t[1]=t[1].split(" ")),j(t[2])&&t.splice(2,0,!1),t}function Zo(t,e){return i=>{const n=t[0]===">"?me(t,i.currentTarget).reverse().find(o=>o.contains(i.target)):i.target.closest(t);n&&(i.current=n,e.call(this,i),delete i.current)}}function Qo(t){return e=>L(e.detail)?t(e,...e.detail):t(e)}function ts(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function wn(t){return t&&"addEventListener"in t}function es(t){return wn(t)?t:O(t)}function bi(t){return L(t)?t.map(es).filter(Boolean):P(t)?me(t):wn(t)?[t]:g(t)}function ft(t){return t.pointerType==="touch"||!!t.touches}function Ht(t){var e,i;const{clientX:n,clientY:o}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:o}}const is={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){const o=g(t);for(const s of o)if(P(e)){if(e=$i(e),R(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,mt(i)&&!is[e]&&!$n(e)?`${i}px`:i||ni(i)?i:"",n)}else if(L(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else if(ct(e))for(const r in e)c(s,r,e[r],i);return o[0]}function wi(t,e){for(const i in e)c(t,i,"")}const $i=G(t=>{if($n(t))return t;t=gt(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const n=`-${i}-${t}`;if(n in e)return n}});function $n(t){return tt(t,"--")}const yi="uk-transition",xi="transitionend",ki="transitioncanceled";function ns(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(g(t).map(o=>new Promise((s,r)=>{for(const h in e)c(o,h);const a=setTimeout(()=>C(o,xi),i);D(o,[xi,ki],({type:h})=>{clearTimeout(a),N(o,yi),wi(o,l),h===ki?r():s(o)},{self:!0}),S(o,yi);const l={transitionProperty:Object.keys(e).map($i).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n};c(o,{...l,...e})})))}const X={start:ns,async stop(t){C(t,xi),await Promise.resolve()},async cancel(t){C(t,ki),await Promise.resolve()},inProgress(t){return m(t,yi)}},ve="uk-animation",yn="animationend",ze="animationcanceled";function xn(t,e,i=200,n,o){return Promise.all(g(t).map(s=>new Promise((r,a)=>{m(s,ve)&&C(s,ze);const l=[e,ve,`${ve}-${o?"leave":"enter"}`,n&&`uk-transform-origin-${n}`,o&&`${ve}-reverse`],h=setTimeout(()=>C(s,yn),i);D(s,[yn,ze],({type:u})=>{clearTimeout(h),u===ze?a():r(s),c(s,"animationDuration",""),N(s,l)},{self:!0}),c(s,"animationDuration",`${i}ms`),S(s,l)})))}const dt={in:xn,out(t,e,i,n){return xn(t,e,i,n,!0)},inProgress(t){return m(t,ve)},cancel(t){C(t,ze)}};function os(t){if(document.readyState!=="loading"){t();return}D(document,"DOMContentLoaded",t)}function I(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function kn(t){return t=w(t),t&&(t.innerHTML=""),t}function He(t,e){return R(e)?w(t).innerHTML:Q(kn(t),e)}const ss=We("prepend"),Q=We("append"),Si=We("before"),Le=We("after");function We(t){return function(e,i){var n;const o=g(P(i)?xt(i):i);return(n=w(e))==null||n[t](...o),Sn(o)}}function yt(t){g(t).forEach(e=>e.remove())}function qe(t,e){for(e=O(Si(t,e));e.firstElementChild;)e=e.firstElementChild;return Q(e,t),e}function Ei(t,e){return g(g(t).map(i=>i.hasChildNodes()?qe(Pe(i.childNodes),e):Q(i,e)))}function be(t){g(t).map(B).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const rs=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function xt(t){const e=rs.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),Sn(i.content.childNodes)}function Sn(t){return t.length>1?t:t[0]}function kt(t,e){if(se(t))for(e(t),t=t.firstElementChild;t;)kt(t,e),t=t.nextElementSibling}function w(t,e){return En(t)?O(xt(t)):di(t,e)}function F(t,e){return En(t)?g(xt(t)):me(t,e)}function En(t){return P(t)&&tt(t.trim(),"<")}const St={width:["left","right"],height:["top","bottom"]};function _(t){const e=se(t)?O(t).getBoundingClientRect():{height:lt(t),width:je(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){e&&c(t,{left:0,top:0});const i=_(t);if(t){const{scrollY:n,scrollX:o}=vt(t),s={height:n,width:o};for(const r in St)for(const a of St[r])i[a]+=s[r]}if(!e)return i;for(const n of["left","top"])c(t,n,e[n]-i[n])}function as(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=O(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(se(r)){const a=v(r);e-=a.top+b(c(r,"borderTopWidth")),i-=a.left+b(c(r,"borderLeftWidth"))}return{top:e-b(c(t,"marginTop")),left:i-b(c(t,"marginLeft"))}}function we(t){t=O(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+b(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+b(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=vt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const lt=Tn("height"),je=Tn("width");function Tn(t){const e=Ot(t);return(i,n)=>{if(R(n)){if(Oe(i))return i[`inner${e}`];if(ne(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=O(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:b(n)||0,n-Lt(i,t)}else return c(i,t,!n&&n!==0?"":+n+Lt(i,t)+"px")}}function Lt(t,e,i="border-box"){return c(t,"boxSizing")===i?ce(St[e],n=>b(c(t,`padding-${n}`))+b(c(t,`border-${n}-width`))):0}function Cn(t){for(const e in St)for(const i in St[e])if(St[e][i]===t)return St[e][1-i];return t}function J(t,e="width",i=window,n=!1){return P(t)?ce(cs(t),o=>{const s=us(o);return s?fs(s==="vh"?ds():s==="vw"?je(vt(i)):n?i[`offset${Ot(e)}`]:_(i)[e],o):o}):b(t)}const ls=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,cs=G(t=>t.toString().replace(/\s/g,"").match(ls)||[]),hs=/(?:v[hw]|%)$/,us=G(t=>(t.match(hs)||[])[0]);function fs(t,e){return t*b(e)/100}let $e,Wt;function ds(){return $e||(Wt||(Wt=w("<div>"),c(Wt,{height:"100vh",position:"fixed"}),x(window,"resize",()=>$e=null)),Q(document.body,Wt),$e=Wt.clientHeight,yt(Wt),$e)}const Ti={read:ps,write:gs,clear:ms,flush:_n},Re=[],Ue=[];function ps(t){return Re.push(t),_i(),t}function gs(t){return Ue.push(t),_i(),t}function ms(t){On(Re,t),On(Ue,t)}let Ci=!1;function _n(){Pn(Re),Pn(Ue.splice(0)),Ci=!1,(Re.length||Ue.length)&&_i()}function _i(){Ci||(Ci=!0,queueMicrotask(_n))}function Pn(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function On(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}class Bn{init(){this.positions=[];let e;this.unbind=x(document,"mousemove",i=>e=Ht(i)),this.interval=setInterval(()=>{e&&(this.positions.push(e),this.positions.length>5&&this.positions.shift())},50)}cancel(){var e;(e=this.unbind)==null||e.call(this),clearInterval(this.interval)}movesTo(e){if(!this.positions||this.positions.length<2)return!1;const i=_(e),{left:n,right:o,top:s,bottom:r}=i,[a]=this.positions,l=ae(this.positions),h=[a,l];return li(l,i)?!1:[[{x:n,y:s},{x:o,y:r}],[{x:n,y:r},{x:o,y:s}]].some(f=>{const p=vs(h,f);return p&&li(p,i)})}}function vs([{x:t,y:e},{x:i,y:n}],[{x:o,y:s},{x:r,y:a}]){const l=(a-s)*(i-t)-(r-o)*(n-e);if(l===0)return!1;const h=((r-o)*(e-s)-(a-s)*(t-o))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(n-e)}}function Mn(t,e,i={},{intersecting:n=!0}={}){const o=new IntersectionObserver(n?(s,r)=>{s.some(a=>a.isIntersecting)&&e(s,r)}:e,i);for(const s of g(t))o.observe(s);return o}const bs=wt&&window.ResizeObserver;function ye(t,e,i={box:"border-box"}){if(bs)return Dn(ResizeObserver,t,e,i);const n=[x(window,"load resize",e),x(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function Pi(t){return{disconnect:x([window,window.visualViewport],"resize",t)}}function Oi(t,e,i){return Dn(MutationObserver,t,e,i)}function Dn(t,e,i,n){const o=new t(i);for(const s of g(e))o.observe(s,n);return o}function Bi(t){Di(t)&&Ai(t,{func:"playVideo",method:"play"}),Mi(t)&&t.play().catch(et)}function Ve(t){Di(t)&&Ai(t,{func:"pauseVideo",method:"pause"}),Mi(t)&&t.pause()}function An(t){Di(t)&&Ai(t,{func:"mute",method:"setVolume",value:0}),Mi(t)&&(t.muted=!0)}function Mi(t){return I(t,"video")}function Di(t){return I(t,"iframe")&&(Nn(t)||In(t))}function Nn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function In(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Ai(t,e){await $s(t),Fn(t,e)}function Fn(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Ni="_ukPlayer";let ws=0;function $s(t){if(t[Ni])return t[Ni];const e=Nn(t),i=In(t),n=++ws;let o;return t[Ni]=new Promise(s=>{e&&D(t,"load",()=>{const r=()=>Fn(t,{event:"listening",id:n});o=setInterval(r,100),r()}),D(window,"message",s,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===n&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===n}catch{}}),t.src=`${t.src}${d(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function ys(t,e=0,i=0){return W(t)?Be(...jt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=K(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function zn(t,{offset:e=0}={}){const i=W(t)?qt(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:f}=a,p=K(a),M=u-p.height,{height:y,top:$}=i[l-1]?K(i[l-1]):v(t);let k=Math.ceil($-p.top-e+h);return e>0&&f<y+e?k+=e:e=0,k>M?(e-=k-M,k=M):k<0&&(e-=k,k=0),()=>n(a,k-h,t,M).then(r)},()=>Promise.resolve())();function n(r,a,l,h){return new Promise(u=>{const f=r.scrollTop,p=o(Math.abs(a)),M=Date.now(),y=zi(r)===r,$=v(l).top+(y?0:f);let k=0,ot=15;(function Xt(){const Jt=s(at((Date.now()-M)/p));let st=0;i[0]===r&&f+a<h&&(st=v(l).top+(y?0:r.scrollTop)-$-_(Ii(l)).height),c(r,"scrollBehavior")!=="auto"&&c(r,"scrollBehavior","auto"),r.scrollTop=f+(a+st)*Jt,c(r,"scrollBehavior",""),Jt===1&&(k===st||!ot--)?u():(k=st,requestAnimationFrame(Xt))})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function Hn(t,e=0,i=0){if(!W(t))return 0;const n=Et(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=K(n),a=o-r,l=we(t)[0]-we(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return h<u?at((s-h)/(u-h)):1}function qt(t,e=!1,i=[]){const n=zi(t);let o=pe(t).reverse();o=o.slice(o.indexOf(n)+1);const s=_e(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>d(["auto","scroll",...i],a))&&(!e||r.scrollHeight>K(r).height))).reverse()}function Et(...t){return qt(...t)[0]}function jt(t){return qt(t,!1,["hidden","clip"])}function K(t){const e=vt(t),i=zi(t),n=!oe(t)||t.contains(i);if(n&&e.visualViewport){let{height:l,width:h,scale:u,pageTop:f,pageLeft:p}=e.visualViewport;return l=Math.round(l*u),h=Math.round(h*u),{height:l,width:h,top:f,left:p,bottom:f+l,right:p+h}}let o=v(n?e:t);if(c(t,"display")==="inline")return o;const{body:s,documentElement:r}=e.document,a=n?i===r||i.clientHeight<s.clientHeight?i:s:t;for(let[l,h,u,f]of[["width","x","left","right"],["height","y","top","bottom"]]){const p=o[l]%1;o[u]+=b(c(a,`border-${u}-width`)),o[l]=o[h]=a[`client${Ot(l)}`]-(p?p<.5?-p:1-p:0),o[f]=o[l]+o[u]}return o}function Ii(t){const{left:e,width:i,top:n}=_(t);for(const o of n?[0,n]:[0]){let s;for(const r of vt(t).document.elementsFromPoint(e+i/2,o))!r.contains(t)&&!m(r,"uk-togglable-leave")&&(Fi(r,"fixed")&&Ln(pe(t).reverse().find(a=>!a.contains(r)&&!Fi(a,"static")))<Ln(r)||Fi(r,"sticky")&&B(r).contains(t))&&(!s||_(s).height<_(r).height)&&(s=r);if(s)return s}}function Ln(t){return b(c(t,"zIndex"))}function Fi(t,e){return c(t,"position")===e}function zi(t){return vt(t).document.scrollingElement}const Y=[["width","x","left","right"],["height","y","top","bottom"]];function Wn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},L(e)||(e=[e,e]),v(t,qn(t,e,i))}function qn(t,e,i){const n=jn(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,f]]of Object.entries(Y)){const p=xs(t,e[l],s,o,l);if(Ye(n,p,l))continue;let M=0;if(r[l]==="flip"){const y=i.attach.target[l];if(y===f&&n[f]<=p[f]||y===u&&n[u]>=p[u])continue;M=Ss(t,e,i,l)[u]-n[u];const $=ks(t,e[l],s,l);if(!Ye(Hi(n,M,l),$,l)){if(Ye(n,$,l))continue;if(i.recursion)return!1;const k=Es(t,e,i);if(k&&Ye(k,$,1-l))return k;continue}}else if(r[l]==="shift"){const y=v(e[l]),{offset:$}=i;M=at(at(n[u],p[u],p[f]-n[h]),y[u]-n[h]+$[l],y[f]-$[l])-n[u]}a=Hi(a,M,l)}return a}function jn(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=v(t);for(const[r,[a,,l,h]]of Object.entries(Y)){const u=n.target[r]===n.element[r]?K(e[r]):v(e[r]);s=Hi(s,u[l]-s[l]+Rn(n.target[r],h,u[a])-Rn(n.element[r],h,s[a])+ +o[r],r)}return s}function Hi(t,e,i){const[,n,o,s]=Y[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function Rn(t,e,i){return t==="center"?i/2:t===e?i:0}function xs(t,e,i,n,o){let s=Vn(...Un(t,e).map(K));return i&&(s[Y[o][2]]+=i,s[Y[o][3]]-=i),n&&(s=Vn(s,v(L(n)?n[o]:n))),s}function ks(t,e,i,n){const[o,s,r,a]=Y[n],[l]=Un(t,e),h=K(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${Ot(r)}`],h[a]=h[r]+l[`scroll${Ot(o)}`]),h[r]+=i,h[a]-=i,h}function Un(t,e){return jt(e).filter(i=>i.contains(t))}function Vn(...t){let e={};for(const i of t)for(const[,,n,o]of Y)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function Ye(t,e,i){const[,,n,o]=Y[i];return t[n]>=e[n]&&t[o]<=e[o]}function Ss(t,e,{offset:i,attach:n},o){return jn(t,e,{attach:{element:Yn(n.element,o),target:Yn(n.target,o)},offset:Ts(i,o)})}function Es(t,e,i){return qn(t,e,{...i,attach:{element:i.attach.element.map(Gn).reverse(),target:i.attach.target.map(Gn).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Yn(t,e){const i=[...t],n=Y[e].indexOf(t[e]);return~n&&(i[e]=Y[e][1-n%2+2]),i}function Gn(t){for(let e=0;e<Y.length;e++){const i=Y[e].indexOf(t);if(~i)return Y[1-e][i%2+2]}}function Ts(t,e){return t=[...t],t[e]*=-1,t}var Cs=Object.freeze({__proto__:null,$:w,$$:F,Animation:dt,Dimensions:pn,MouseTracker:Bn,Transition:X,addClass:S,after:Le,append:Q,apply:kt,assign:ee,attr:T,before:Si,boxModelAdjust:Lt,camelize:Qt,children:it,clamp:at,createEvent:Fe,css:c,data:Mt,dimensions:_,each:le,empty:kn,endsWith:te,escape:gi,fastdom:Ti,filter:de,find:di,findAll:me,findIndex:_e,flipPosition:Cn,fragment:xt,getCoveringElement:Ii,getEventPos:Ht,getIndex:ht,getTargetedElement:fi,hasAttr:ut,hasClass:m,hasOwn:rt,hasTouch:Dt,height:lt,html:He,hyphenate:gt,inBrowser:wt,includes:d,index:Ft,intersectRect:Be,isArray:L,isBoolean:Bt,isDocument:ne,isElement:se,isEmpty:oi,isEqual:un,isFocusable:Ie,isFunction:j,isInView:ys,isInput:ui,isNode:oe,isNumber:ni,isNumeric:mt,isObject:ct,isPlainObject:ie,isRtl:$t,isSameSiteAnchor:zt,isString:P,isTag:I,isTouch:ft,isUndefined:R,isVisible:W,isVoidElement:hi,isWindow:Oe,last:ae,matches:E,memoize:G,mute:An,noop:et,observeIntersection:Mn,observeMutation:Oi,observeResize:ye,observeViewportResize:Pi,off:mi,offset:v,offsetPosition:we,offsetViewport:K,on:x,once:D,overflowParents:jt,parent:B,parents:pe,pause:Ve,pick:ai,play:Bi,pointInRect:li,pointerCancel:Ae,pointerDown:Nt,pointerEnter:ue,pointerLeave:De,pointerMove:Uo,pointerUp:It,position:as,positionAt:Wn,prepend:ss,propName:$i,query:V,queryAll:ge,ready:os,remove:yt,removeAttr:he,removeClass:N,replaceClass:Me,resetProps:wi,scrollIntoView:zn,scrollParent:Et,scrollParents:qt,scrolledOver:Hn,selFocusable:fe,selInput:Ne,sortBy:fn,startsWith:tt,sumBy:ce,swap:ri,toArray:Pe,toBoolean:si,toEventTargets:bi,toFloat:b,toNode:O,toNodes:g,toNumber:re,toPx:J,toWindow:vt,toggleClass:U,trigger:C,ucfirst:Ot,uniqueBy:jo,unwrap:be,width:je,wrapAll:qe,wrapInner:Ei});function _s(t){t._data={},t._updates=[...t.$options.update||[]],t._disconnect.push(()=>t._updates=t._data=null)}function Ps(t,e){t._updates.unshift(e)}function xe(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,Ti.read(()=>{t._connected&&Os(t,t._queued),t._queued=null})),t._queued.add(e.type||e))}function Os(t,e){for(const{read:i,write:n,events:o=[]}of t._updates){if(!e.has("update")&&!o.some(r=>e.has(r)))continue;let s;i&&(s=i.call(t,t._data,e),s&&ie(s)&&ee(t._data,s)),n&&s!==!1&&Ti.write(()=>{t._connected&&n.call(t,t._data,e)})}}function Bs(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))Xn(t,n,i);t._initial=!0}function Xn(t,e,i){t._watches.push({name:i,...ie(e)?e:{handler:e}})}function Ms(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||rt(e,i)&&!un(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function Ds(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Kn(t,i,e[i])}const Jn={subtree:!0,childList:!0};function Kn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;if(!rt(n,e)&&(n[e]=(i.get||i).call(t,o,s),i.observe&&t._computedObserver)){const r=i.observe.call(t,o);t._computedObserver.observe(["~","+","-"].includes(r[0])?s.parentElement:s.getRootNode(),Jn)}return n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,R(o[e])&&delete o[e]}})}function As(t){t._hasComputed&&(Ps(t,{read:()=>Ms(t,Zn(t)),events:["resize","computed"]}),t._computedObserver=Oi(t.$el,()=>xe(t,"computed"),Jn),t._disconnect.push(()=>{t._computedObserver.disconnect(),t._computedObserver=null,Zn(t)}))}function Zn(t){const e={...t._computed};return t._computed={},e}function Ns(t){for(const e of t.$options.events||[])if(rt(e,"handler"))Qn(t,e);else for(const i in e)Qn(t,{name:i,handler:e[i]})}function Qn(t,{name:e,el:i,handler:n,capture:o,passive:s,delegate:r,filter:a,self:l}){a&&!a.call(t,t)||t._disconnect.push(x(i?i.call(t,t):t.$el,e,r==null?void 0:r.call(t,t),n.bind(t),{passive:s,capture:o,self:l}))}function Is(t){for(const e of t.$options.observe||[])Fs(t,e)}function Fs(t,e){let{observe:i,target:n=t.$el,handler:o,options:s,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._disconnect.length}`;j(n)&&!rt(t,l)&&Kn(t,l,()=>{const f=n.call(t,t);return L(f)?g(f):f}),o=P(o)?t[o]:o.bind(t),j(s)&&(s=s.call(t,t));const h=rt(t,l)?t[l]:n,u=i(h,o,s,a);j(n)&&L(t[l])&&Xn(t,{handler:zs(u,s),immediate:!1},l),t._disconnect.push(()=>u.disconnect())}function zs(t,e){return(i,n)=>{for(const o of n)d(i,o)||(t.unobserve?t.unobserve(o):t.observe&&t.disconnect());for(const o of i)(!d(n,o)||!t.unobserve)&&t.observe(o,e)}}const z={};z.events=z.watch=z.observe=z.created=z.beforeConnect=z.connected=z.beforeDisconnect=z.disconnected=z.destroy=Li,z.args=function(t,e){return e!==!1&&Li(e||t)},z.update=function(t,e){return fn(Li(t,j(e)?{read:e}:e),"order")},z.props=function(t,e){if(L(e)){const i={};for(const n of e)i[n]=String;e=i}return z.methods(t,e)},z.computed=z.methods=function(t,e){return e?t?{...t,...e}:e:t},z.i18n=z.data=function(t,e,i){return i?to(t,e,i):e?t?function(n){return to(t,e,n)}:e:t};function to(t,e,i){return z.computed(j(t)?t.call(i,i):t,j(e)?e.call(i,i):e)}function Li(t,e){return t=t&&!L(t)?[t]:t,e?t?t.concat(e):L(e)?e:[e]:t}function Hs(t,e){return R(e)?t:e}function ke(t,e,i){const n={};if(j(e)&&(e=e.options),e.extends&&(t=ke(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=ke(t,s,i);for(const s in t)o(s);for(const s in e)rt(t,s)||o(s);function o(s){n[s]=(z[s]||Hs)(t[s],e[s],i)}return n}function Wi(t,e=[]){try{return t?tt(t,"{")?JSON.parse(t):e.length&&!d(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!R(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function qi(t,e){return t===Boolean?si(e):t===Number?re(e):t==="list"?Ws(e):t===Object&&P(e)?Wi(e):t?t(e):e}const Ls=/,(?![^(]*\))/;function Ws(t){return L(t)?t:P(t)?t.split(Ls).map(e=>mt(e)?re(e):si(e.trim())):[t]}function qs(t){const{$options:e,$props:i}=t,n=eo(e);ee(i,n);const{computed:o,methods:s}=e;for(let r in i)r in n&&(!o||!rt(o,r))&&(!s||!rt(s,r))&&(t[r]=i[r])}function eo(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=gt(a);let h=Mt(o,l);R(h)||(h=n[a]===Boolean&&h===""?!0:qi(n[a],h),!(l==="target"&&tt(h,"_"))&&(e[a]=h))}const r=Wi(Mt(o,s),i);for(const a in r){const l=Qt(a);R(n[l])||(e[l]=qi(n[l],r[a]))}return e}const js=G((t,e)=>{const i=Object.keys(e),n=i.concat(t).map(o=>[gt(o),`data-${gt(o)}`]).flat();return{attributes:i,filter:n}});function Rs(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const{attributes:r,filter:a}=js(n,o),l=new MutationObserver(h=>{const u=eo(e);h.some(({attributeName:f})=>{const p=f.replace("data-","");return(p===n?r:[Qt(p),Qt(f)]).some(M=>!R(u[M])&&u[M]!==i[M])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a}),t._disconnect.push(()=>l.disconnect())}function Rt(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function ji(t){t._connected||(qs(t),Rt(t,"beforeConnect"),t._connected=!0,t._disconnect=[],Ns(t),_s(t),Bs(t),Is(t),Rs(t),As(t),Rt(t,"connected"),xe(t))}function Ri(t){t._connected&&(Rt(t,"beforeDisconnect"),t._disconnect.forEach(e=>e()),t._disconnect=null,Rt(t,"disconnected"),t._connected=!1)}let Us=0;function io(t,e={}){e.data=Gs(e,t.constructor.options),t.$options=ke(t.constructor.options,e,t),t.$props={},t._uid=Us++,Vs(t),Ys(t),Ds(t),Rt(t,"created"),e.el&&t.$mount(e.el)}function Vs(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function Ys(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Gs({data:t={}},{args:e=[],props:i={}}){L(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(ie(o)?ee(n,o):n[e[s]]=o,n),{}));for(const n in t)R(t[n])?delete t[n]:i[n]&&(t[n]=qi(i[n],t[n]));return t}const Z=function(t){io(this,t)};Z.util=Cs,Z.options={},Z.version="3.23.8-dev.97ee4c1bb";const Xs="uk-",Tt="__uikit__",Ut={};function no(t,e){var i,n;const o=Xs+gt(t);if(!e)return Ut[o].options||(Ut[o]=Z.extend(Ut[o])),Ut[o];t=Qt(t),Z[t]=(r,a)=>Se(t,r,a);const s=(i=e.options)!=null?i:{...e};return s.id=o,s.name=t,(n=s.install)==null||n.call(s,Z,s,t),Z._initialized&&!s.functional&&requestAnimationFrame(()=>Se(t,`[${o}],[data-${o}]`)),Ut[o]=s}function Se(t,e,i,...n){const o=no(t);return o.options.functional?new o({data:ie(e)?e:[e,i,...n]}):e?F(e).map(s)[0]:s();function s(r){const a=Ge(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Ee(t){return(t==null?void 0:t[Tt])||{}}function Ge(t,e){return Ee(t)[e]}function Js(t,e){t[Tt]||(t[Tt]={}),t[Tt][e.$options.name]=e}function Ks(t,e){var i;(i=t[Tt])==null||delete i[e.$options.name],oi(t[Tt])&&delete t[Tt]}function Zs(t){wt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>oo(t)):new MutationObserver((e,i)=>{document.body&&(oo(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function oo(t){C(document,"uikit:init",t),document.body&&kt(document.body,so),new MutationObserver(Qs).observe(document,{subtree:!0,childList:!0,attributes:!0}),t._initialized=!0}function Qs(t){var e;for(const{addedNodes:i,removedNodes:n,target:o,attributeName:s}of t){for(const a of i)kt(a,so);for(const a of n)kt(a,tr);const r=s&&ro(s);r&&(ut(o,s)?Se(r,o):(e=Ge(o,r))==null||e.$destroy())}}function so(t){const e=Ee(t);for(const i in e)ji(e[i]);for(const i of t.getAttributeNames()){const n=ro(i);n&&Se(n,t)}}function tr(t){const e=Ee(t);for(const i in e)Ri(e[i])}function ro(t){tt(t,"data-")&&(t=t.slice(5));const e=Ut[t];return e&&(e.options||e).name}function er(t){t.component=no,t.getComponents=Ee,t.getComponent=Ge,t.update=ao,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(P(n)?this.component(n):n)||this,n.options=ke(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){io(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=ke(n.options,i),o.super=n,o.extend=n.extend,o};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=w(i)}})}function ao(t,e){t=t?O(t):document.body;for(const i of pe(t).reverse())lo(i,e);kt(t,i=>lo(i,e))}function lo(t,e){const i=Ee(t);for(const n in i)xe(i[n],e)}function ir(t){t.prototype.$mount=function(e){const i=this;Js(e,i),i.$options.el=e,e.isConnected&&ji(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Ri(i),Rt(i,"destroy"),Ks(n,i),e&&yt(i.$el)},t.prototype.$create=Se,t.prototype.$emit=function(e){xe(this,e)},t.prototype.$update=function(e=this.$el,i){ao(e,i)},t.prototype.$reset=function(){Ri(this),ji(this)},t.prototype.$getComponent=Ge,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}let nr=1;function Xe(t,e=null){return(e==null?void 0:e.id)||`${t.$options.id}-${nr++}`}er(Z),ir(Z);function pt(t){return Te(ye,t,"resize")}function Vt(t){return Te(Mn,t)}function Je(t){return Te(Oi,t)}function Ui(t={}){return Vt({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of g(j(n)?n(this):n))F('[loading="lazy"]',s).slice(0,o-1).forEach(r=>he(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function co(t){return Te((e,i)=>Pi(i),t,"resize")}function Vi(t){return Te((e,i)=>({disconnect:x(sr(e),"scroll",i,{passive:!0})}),t,"scroll")}function ho(t){return{observe(e,i){return{observe:et,unobserve:et,disconnect:x(e,Nt,i,{passive:!0})}},handler(e){if(!ft(e))return;const i=Ht(e),n="tagName"in e.target?e.target:B(e.target);D(document,`${It} ${Ae} scroll`,o=>{const{x:s,y:r}=Ht(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{C(n,"swipe"),C(n,`swipe${or(i.x,i.y,s,r)}`)})})},...t}}function Te(t,e,i){return{observe:t,handler(){xe(this,i)},...e}}function or(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}function sr(t){return g(t).map(e=>{const{ownerDocument:i}=e,n=Et(e,!0);return n===i.scrollingElement?i:n})}var nt={connected(){S(this.$el,this.$options.id)}};function Yt(t){t.target.closest('a[href="#"],a[href=""]')&&t.preventDefault()}var rr={props:{pos:String,offset:Boolean,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${$t?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=d(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let n=[this.getPositionOffset(t),this.getShiftOffset(t)];const o=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:Cn(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in s)s[l].reverse();n.reverse(),o.reverse()}const r=Yi(t),a=_(t);c(t,{top:-a.height,left:-a.width}),Wn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t=this.$el){return J(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(d(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t=this.$el){return this.align==="center"?0:J(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(d(["left","top"],this.align)?1:-1)},getViewportOffset(t){return J(c(t,"--uk-position-viewport-offset"))}}};function Yi(t){const e=Et(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}var Gt={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglable-enter",clsLeave:"uk-togglable-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>tt(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(g(t).map(n=>{const o=Bt(e)?e:!this.isToggled(n);if(!C(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(j(i)?i:i===!1||!this.hasAnimation?ar:this.hasTransition?lr:cr)(n,o,this),r=o?this.clsEnter:this.clsLeave;S(n,r),C(n,o?"show":"hide",[this]);const a=()=>{var l;if(N(n,r),C(n,o?"shown":"hidden",[this]),o){const h=Yi(n);(l=F("[autofocus]",n).find(W))==null||l.focus(),h()}};return s?s.then(a,()=>(N(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=O(t),m(t,this.clsEnter)?!0:m(t,this.clsLeave)?!1:this.cls?m(t,this.cls.split(" ")[0]):W(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=d(this.cls," ")||e!==m(t,this.cls),i&&U(t,this.cls,d(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),i&&C(t,"toggled",[e,this])}}};function ar(t,e,{_toggle:i}){return dt.cancel(t),X.cancel(t),i(t,e)}async function lr(t,e,{animation:i,duration:n,velocity:o,transition:s,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],f=u[d(u[0],h)?0:1],p=f[1]===h,y=["width","height"][u.indexOf(f)],$=`margin-${f[0]}`,k=`margin-${h}`;let ot=_(t)[y];const Xt=X.inProgress(t);await X.cancel(t),e&&r(t,!0);const Jt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",$,k].map(Lo=>[Lo,t.style[Lo]])),st=_(t),hn=b(c(t,$)),Fo=b(c(t,k)),Pt=st[y]+Fo;!Xt&&!e&&(ot+=Fo);const[ei]=Ei(t,"<div>");c(ei,{boxSizing:"border-box",height:st.height,width:st.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",k])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[k]:0,width:st.width,height:st.height,overflow:"hidden",[y]:ot});const zo=ot/Pt;n=(o*Pt+n)*(e?1-zo:zo);const Ho={[y]:e?Pt:0};p&&(c(t,$,Pt-ot+hn),Ho[$]=e?hn:Pt+hn),!p^l==="reveal"&&(c(ei,$,-Pt+ot),X.start(ei,{[$]:e?0:-Pt},n,s));try{await X.start(t,Ho,n,s)}finally{c(t,Jt),be(ei.firstChild),e||r(t,!1)}}function cr(t,e,i){const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),dt.in(t,n[0],o,i.origin)):dt.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const A={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var uo={mixins:[nt,Gt],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>F(t,e),toggles({toggle:t}){return this.items.map(e=>w(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||w(t,e)})}},watch:{items(t,e){if(e||m(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=m(this.items.find(n=>n.contains(e)),this.clsOpen);Ke(e,!i)}this.$emit()}},observe:Ui(),events:[{name:"click keydown",delegate:({targets:t,$props:e})=>`${t} ${e.toggle}`,async handler(t){var e;t.type==="keydown"&&t.keyCode!==A.SPACE||(Yt(t),(e=this._off)==null||e.call(this),this._off=ur(t.target),await this.toggle(Ft(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate:({targets:t})=>t,handler(){this.$emit()}}],update(){const t=de(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],n=this.contents[e];if(!i||!n)continue;i.id=Xe(this,i),n.id=Xe(this,n);const o=d(t,this.items[e]);T(i,{role:I(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),T(n,{role:"region","aria-labelledby":i.id}),I(n,"ul")&&T(it(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[ht(t,this.items)];let i=[t];const n=de(this.items,`.${this.clsOpen}`);if(!this.multiple&&!d(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&d(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!d(n,o),(s,r)=>{if(U(s,this.clsOpen,r),e===!1||!this.animation){Ke(w(this.content,s),!r);return}return hr(s,r,this)})))}}};function Ke(t,e){t&&(t.hidden=e)}async function hr(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||w(i,t),t._wrapper||(t._wrapper=qe(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=b(c(a,"height"));await X.cancel(a),Ke(i,!1);const h=ce(["marginTop","marginBottom"],f=>c(i,f))+_(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await X.start(a,{height:e?h:0},n,s),be(i),delete t._wrapper,e||Ke(i,!0)}function ur(t){const e=Et(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=_(t);o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var fr={mixins:[nt,Gt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate:({selClose:t})=>t,handler(t){Yt(t),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,dr),this.$destroy(!0)}}};function dr(t,e,{duration:i,transition:n,velocity:o}){const s=b(c(t,"height"));return c(t,"height",s),X.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var fo={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},beforeConnect(){this.autoplay==="inview"&&!ut(this.$el,"preload")&&(this.$el.preload="none"),I(this.$el,"iframe")&&!ut(this.$el,"allow")&&(this.$el.allow="autoplay"),this.autoplay==="hover"&&(I(this.$el,"video")?this.$el.tabIndex=0:this.autoplay=!0),this.automute&&An(this.$el)},events:[{name:`${ue} focusin`,filter:({autoplay:t})=>d(t,"hover"),handler(t){!ft(t)||!pr(this.$el)?Bi(this.$el):Ve(this.$el)}},{name:`${De} focusout`,filter:({autoplay:t})=>d(t,"hover"),handler(t){ft(t)||Ve(this.$el)}}],observe:[Vt({filter:({autoplay:t})=>t!=="hover",handler([{isIntersecting:t}]){document.fullscreenElement||(t?this.autoplay&&Bi(this.$el):Ve(this.$el))},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:B(t).closest(":not(a)")})})]};function pr(t){return!t.paused&&!t.ended}var gr={mixins:[fo],props:{width:Number,height:Number},data:{automute:!0},created(){this.useObjectFit=I(this.$el,"img","video")},observe:pt({target:({$el:t})=>po(t)||B(t),filter:({useObjectFit:t})=>!t}),update:{read(){if(this.useObjectFit)return!1;const{ratio:t,cover:e}=pn,{$el:i,width:n,height:o}=this;let s={width:n,height:o};if(!n||!o){const h={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};n?s=t(h,"width",n):o?s=t(h,"height",o):s=h}const{offsetHeight:r,offsetWidth:a}=po(i)||B(i),l=e(s,{width:a,height:r});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function po(t){for(;t=B(t);)if(c(t,"position")!=="static")return t}var Gi={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&w(t)}}};let Xi;function go(t){const e=x(t,"touchstart",o=>{if(o.targetTouches.length!==1||E(o.target,'input[type="range"'))return;let s=Ht(o).y;const r=x(t,"touchmove",a=>{const l=Ht(a).y;l!==s&&(s=l,qt(a.target).some(h=>{if(!t.contains(h))return!1;let{scrollHeight:u,clientHeight:f}=h;return f<u})||a.preventDefault())},{passive:!1});D(t,"scroll touchend touchcanel",r,{capture:!0})},{passive:!0});if(Xi)return e;Xi=!0;const{scrollingElement:i}=document,n={overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:je(window)-i.clientWidth||""};return c(i,n),()=>{Xi=!1,e(),wi(i,n)}}let H;var mo={mixins:[Gi,rr,Gt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,clsDrop:String,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,clsDrop:!1,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1,selClose:".uk-drop-close"},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[V(e||t,n)||window,V(i||t,n)||window]},target({target:t,targetX:e,targetY:i},n){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:V(e,n),i===!0?window:V(i,n)]}},created(){this.tracker=new Bn},beforeConnect(){this.clsDrop=this.$props.clsDrop||this.$options.id},connected(){S(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=vr(this)),this._style=ai(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),H=null),c(this.$el,this._style)},events:[{name:"click",delegate:({selClose:t})=>t,handler(t){Yt(t),this.hide(!1)}},{name:"click",delegate:()=>'a[href*="#"]',handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&zt(e)&&!this.$el.contains(w(i))&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),E(this.$el,":focus,:hover")||this.hide()}},{name:`${ue} focusin`,filter:({mode:t})=>d(t,"hover"),handler(t){ft(t)||this.clearTimers()}},{name:`${De} focusout`,filter:({mode:t})=>d(t,"hover"),handler(t){!ft(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){H=this,this.tracker.init(),T(this.targetEl,"aria-expanded",!0);const t=[br(this),wr(this),yr(this),this.autoUpdate&&vo(this),this.closeOnScroll&&$r(this)];D(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0}),this.bgScroll||D(this.$el,"hidden",go(this.$el),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){H=H===null&&this.$el.contains(t)&&this.isToggled()?this:H;return}H=this.isActive()?null:H,this.tracker.cancel(),T(this.targetEl,"aria-expanded",null)}}],update:{write(){this.isToggled()&&!m(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(H){if(e&&H.isDelaying()){this.showTimer=setTimeout(()=>E(t,":hover")&&this.show(),10);return}let i;for(;H&&i!==H&&!H.$el.contains(this.$el);)i=H,H.hide(!1,!1)}this.container&&B(this.$el)!==this.container&&Q(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>this.toggleElement(this.$el,!1,this.animateOut&&e);this.clearTimers(),this.isDelayedHide=t,t&&this.isDelaying()?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null},isActive(){return H===this},isDelaying(){return[this.$el,...F(".uk-drop",this.$el)].some(t=>this.tracker.movesTo(t))},position(){const t=Yi(this.$el);N(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const e=this.target.map(s=>mr(this.$el,s)),i=this.getViewportOffset(this.$el),n=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[s,[r,a]]of n)this.axis!==r&&d([r,!0],this.stretch)&&c(this.$el,{[a]:Math.min(v(this.boundary[s])[a],e[s][a]-2*i),[`overflow-${r}`]:"auto"});const o=e[0].width-2*i;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>o&&S(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",o),this.positionAt(this.$el,this.target,this.boundary);for(const[s,[r,a,l,h]]of n)if(this.axis===r&&d([r,!0],this.stretch)){const u=Math.abs(this.getPositionOffset()),f=v(this.target[s]),p=v(this.$el);c(this.$el,{[a]:(f[l]>p[l]?f[this.inset?h:l]-Math.max(v(this.boundary[s])[l],e[s][l]+i):Math.min(v(this.boundary[s])[h],e[s][h]-i)-f[this.inset?l:h])-u,[`overflow-${r}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}t()}}};function mr(t,e){return K(jt(e).find(i=>i.contains(t)))}function vr(t){const{$el:e}=t.$create("toggle",V(t.toggle,t.$el),{target:t.$el,mode:t.mode});return T(e,"aria-haspopup",!0),e}function br(t){const e=()=>t.$emit(),i=[Pi(e),ye(jt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function vo(t,e=()=>t.$emit()){return x([document,...jt(t.$el)],"scroll",e,{passive:!0})}function wr(t){return x(document,"keydown",e=>{e.keyCode===A.ESC&&t.hide(!1)})}function $r(t){return vo(t,()=>t.hide(!1))}function yr(t){return x(document,Nt,({target:e})=>{t.$el.contains(e)||D(document,`${It} ${Ae} scroll`,({defaultPrevented:i,type:n,target:o})=>{var s;!i&&n===It&&e===o&&!((s=t.targetEl)!=null&&s.contains(e))&&t.hide(!1)},!0)})}var bo={mixins:[nt,Gi],props:{align:String,clsDrop:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:$t?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>V(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||V(t,this.$el)||w(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=w("<div></div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=F(`.${t}`,e);if(this.dropContainer!==e)for(const o of F(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!d(n,o)&&s&&this.$el.contains(s)&&n.push(o)}return n},items({selNavItem:t},e){return F(t,e)}},watch:{dropbar(t){S(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns()},disconnected(){yt(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate:({selNavItem:t})=>t,handler({current:t}){const e=this.getActive();e&&d(e.mode,"hover")&&e.targetEl&&!t.contains(e.targetEl)&&!e.isDelaying()&&e.hide(!1)}},{name:"keydown",self:!0,delegate:({selNavItem:t})=>t,handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();if(n===A.DOWN)if((o==null?void 0:o.targetEl)===i)t.preventDefault(),(e=w(fe,o.$el))==null||e.focus();else{const s=this.dropdowns.find(r=>{var a;return((a=this.getDropdown(r))==null?void 0:a.targetEl)===i});s&&(t.preventDefault(),i.click(),D(s,"show",r=>{var a;return(a=w(fe,r.target))==null?void 0:a.focus()}))}wo(t,this.items,o)}},{name:"keydown",el:({dropContainer:t})=>t,delegate:({clsDrop:t})=>`.${t}`,handler(t){var e;const{current:i,keyCode:n,target:o}=t;if(ui(o)||!d(this.dropdowns,i))return;const s=this.getActive();let r=-1;if(n===A.HOME?r=0:n===A.END?r="last":n===A.UP?r="previous":n===A.DOWN?r="next":n===A.ESC&&((e=s.targetEl)==null||e.focus()),~r){t.preventDefault();const a=F(fe,i);a[ht(r,a,_e(a,l=>E(l,":focus")))].focus();return}wo(t,this.items,s)}},{name:"mouseleave",el:({dropbar:t})=>t,filter:({dropbar:t})=>t,handler(){const t=this.getActive();t&&d(t.mode,"hover")&&!this.dropdowns.some(e=>E(e,":hover"))&&t.hide()}},{name:"beforeshow",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&Le(this.dropbarAnchor,this.dropbar),S(t,`${this.clsDrop}-dropbar`))}},{name:"show",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=Math.max(...pe(t,`.${this.clsDrop}`).concat(t).map(o=>v(o).bottom));v(this.dropbar,{left:v(this.dropbar).left,top:this.getDropbarOffset(e.getPositionOffset())}),this.transitionTo(n-v(this.dropbar).top+b(c(t,"marginBottom")),t)};this._observer=ye([e.$el,...e.target],i),i()}},{name:"beforehide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler(t){const e=this.getActive();E(this.dropbar,":hover")&&e.$el===t.target&&this.isDropbarDrop(e.$el)&&d(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&E(i,":focus"))&&t.preventDefault()}},{name:"hide",el:({dropContainer:t})=>t,filter:({dropbar:t})=>t,handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return d(this.dropdowns,(t=H)==null?void 0:t.$el)&&H},async transitionTo(t,e){const{dropbar:i}=this,n=lt(i);if(e=n<t&&e,await X.cancel([e,i]),e){const o=v(e).top-v(i).top-n;o>0&&c(e,"transitionDelay",`${o/t*this.duration}ms`)}c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),lt(i,n),await Promise.all([X.start(i,{height:t},this.duration),X.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:"",transitionDelay:""}))]).catch(et)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return d(this.dropdowns,t)&&m(t,this.clsDrop)},getDropbarOffset(t){const{$el:e,target:i,targetY:n}=this,{top:o,height:s}=v(V(n||i||e,e));return o+s+t},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}}};function wo(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===A.HOME?l=0:a===A.END?l="last":a===A.LEFT?l="previous":a===A.RIGHT?l="next":a===A.TAB&&((n=i.targetEl)==null||n.focus(),(o=i.hide)==null||o.call(i,!1)),~l&&(t.preventDefault(),(s=i.hide)==null||s.call(i,!1),e[ht(l,e,e.indexOf(i.targetEl||r))].focus())}var xr={mixins:[nt],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>w(Ne,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&B(this.input)===e&&this.input.nextElementSibling||w(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=ui(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:E(i,"select")&&(n=F("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;s!==r&&(e[o]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el:({$el:t})=>t.closest("form"),handler(){this.$emit()}}]},$o={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Je({options:{childList:!0}}),Je({options:{attributes:!0,attributeFilter:["style"]}}),pt({handler(t){for(const{borderBoxSize:[{inlineSize:e,blockSize:i}]}of t)if(e||i){this.$emit("resize");return}},target:({$el:t})=>[t,...it(t)]})],update:{read(){return{rows:yo(it(this.$el))}},write({rows:t}){for(const e of t)for(const i of e)U(i,this.margin,t[0]!==e),U(i,this.firstColumn,e[$t?e.length-1:0]===i)},events:["resize"]}};function yo(t){const e=[[]],i=t.some((n,o)=>o&&t[o-1].offsetParent!==n.offsetParent);for(const n of t){if(!W(n))continue;const o=Ji(n,i);for(let s=e.length-1;s>=0;s--){const r=e[s];if(!r[0]){r.push(n);break}const a=Ji(r[0],i);if(o.top>=a.bottom-1&&o.top!==a.top){e.push([n]);break}if(o.bottom-1>a.top||o.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=Ji(r[l],i);if(o.left>=h.left)break}r.splice(l+1,0,n);break}if(s===0){e.unshift([n]);break}}}return e}function Ji(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=we(t)),{top:i,left:n,bottom:i+o,right:n+s}}var kr={extends:$o,mixins:[nt],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&S(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Vi({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){U(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:n,parallaxJustify:o,margin:s}=this;if(n=Math.max(0,J(n)),!(i||n||o)||xo(e)||e[0].some((y,$)=>e.some(k=>k[$]&&k[$].offsetWidth!==y.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=Er(e,s),a,l;i?[a,l]=Sr(e,r,i==="next"):a=Tr(e);const h=a.map(y=>ce(y,"offsetHeight")+r*(y.length-1)),u=Math.max(0,...h);let f,p,M;return(n||o)&&(f=h.map((y,$)=>o?u-y+n:n/($%2||8)),o||(n=Math.max(...h.map((y,$)=>y+f[$]-u))),p=J(this.parallaxStart,"height",this.$el,!0),M=J(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:f,parallaxStart:p,parallaxEnd:M,padding:n,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:n}){return{scrolled:e&&!xo(t)?Hn(this.$el,i,n):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:n}){!e&&!n||t.forEach((o,s)=>o.forEach((r,a)=>{let[l,h]=n&&n[s][a]||[0,0];e&&(h+=e*i[s]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function xo(t){return t.flat().some(e=>c(e,"position")==="absolute")}function Sr(t,e,i){const n=[],o=[],s=Array(t[0].length).fill(0);let r=0;for(let a of t){$t&&a.reverse();let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:f}=a[h],p=i?h:s.indexOf(Math.min(...s));Ki(n,p,a[h]),Ki(o,p,[(p-h)*u*($t?-1:1),s[p]-r]),s[p]+=f+e,l=Math.max(l,f)}r+=l+e}return[n,o]}function Er(t,e){const i=t.flat().find(n=>m(n,e));return b(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function Tr(t){const e=[];for(const i of t)for(const n in i)Ki(e,n,i[n]);return e}function Ki(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var Cr={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>F(t,e)},observe:pt({target:({$el:t,elements:e})=>e.reduce((i,n)=>i.concat(n,...n.children),[t])}),events:{name:"loadingdone",el:()=>document.fonts,handler(){this.$emit("resize")}},update:{read(){return{rows:(this.row?yo(this.elements):[this.elements]).map(_r)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function _r(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Pr);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function Pr(t){const e=ai(t.style,["display","minHeight"]);W(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=_(t).height-Lt(t,"height","content-box");return c(t,e),i}var Or={args:"target",props:{target:String},data:{target:""},computed:{target:{get:({target:t},e)=>V(t,e),observe:({target:t})=>t}},observe:pt({target:({target:t})=>t}),update:{read(){return this.target?{height:this.target.offsetHeight}:!1},write({height:t}){c(this.$el,"minHeight",t)},events:["resize"]}},Br={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,min:Number,property:String},data:{expand:!1,offsetTop:!1,offsetBottom:!1,min:0,property:"min-height"},observe:[co({filter:({expand:t})=>t}),pt({target:({$el:t})=>qt(t)})],update:{read(){if(!W(this.$el))return!1;let t="";const e=Lt(this.$el,"height","content-box"),{body:i,scrollingElement:n}=document,o=Et(this.$el),{height:s}=K(o===i?n:o),r=n===o||i===o;if(t=`calc(${r?"100vh":`${s}px`}`,this.expand){const a=_(o).height-_(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:V(this.offsetTop,this.$el),{top:l}=v(a);t+=l>0&&l<s/2?` - ${l}px`:""}else t+=` - ${Lt(o,"height",c(o,"boxSizing"))}px`;this.offsetBottom===!0?t+=` - ${_(this.$el.nextElementSibling).height}px`:mt(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&te(this.offsetBottom,"px")?t+=` - ${b(this.offsetBottom)}px`:P(this.offsetBottom)&&(t+=` - ${_(V(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,this.property,`max(${this.min||0}px, ${t})`)},events:["resize"]}},Mr='<svg width="14" height="14" viewBox="0 0 14 14"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',Dr='<svg width="20" height="20" viewBox="0 0 20 20"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',Ar='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Nr='<svg width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="11" x="9" y="4"/><rect width="11" height="1" x="4" y="9"/></svg>',Ir='<svg width="14" height="14" viewBox="0 0 14 14"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 4 7 10 13 4"/></svg>',Fr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',zr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Hr='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-icon svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg&gt;.line-3{opacity:0}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-3{opacity:1}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-2{transform:rotate(45deg)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-3{transform:rotate(-45deg)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-1,.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-4{opacity:0}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-1{transform:translateY(6px) scaleX(0)}.uk-navbar-toggle-animate[aria-expanded=&quot;true&quot;] svg&gt;.line-4{transform:translateY(-6px) scaleX(0)}</style><rect width="20" height="2" y="3" class="line-1"/><rect width="20" height="2" y="9" class="line-2"/><rect width="20" height="2" y="9" class="line-3"/><rect width="20" height="2" y="15" class="line-4"/></svg>',Lr='<svg width="40" height="40" viewBox="0 0 40 40"><rect width="1" height="40" x="19" y="0"/><rect width="40" height="1" x="0" y="19"/></svg>',Wr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',qr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',ko='<svg width="20" height="20" viewBox="0 0 20 20"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',jr='<svg width="40" height="40" viewBox="0 0 40 40"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',Rr='<svg width="24" height="24" viewBox="0 0 24 24"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',Ur='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5"/></svg>',Vr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1"/></svg>',Yr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547"/></svg>',Gr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23"/></svg>',Xr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Jr='<svg width="18" height="10" viewBox="0 0 18 10"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9"/></svg>',So={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,n,o;let s=0;return((o=((i=this.i18n)==null?void 0:i[t])||((n=this.$options.i18n)==null?void 0:n[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}},Eo={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=Kr(t,this.$el);return this.svgEl&&e!==this.svgEl&&yt(this.svgEl),Zr.call(this,e,t),this.svgEl=e},et)},disconnected(){this.svg.then(t=>{this._connected||(hi(this.$el)&&(this.$el.hidden=!1),yt(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function Kr(t,e){if(hi(e)||I(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return To(t,n)?n:Le(e,t)}const i=e.lastElementChild;return To(t,i)?i:Q(e,t)}function To(t,e){return I(t,"svg")&&I(e,"svg")&&t.innerHTML===e.innerHTML}function Zr(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>T(e,s)));const o=T(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>T(t,i[r],b(s)*this.ratio||null))}function Co(t,e){return e&&d(t,"<symbol")&&(t=ta(t)[e]||t),g(xt(t)).filter(se)[0]}const Qr=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,ta=G(function(t){const e={};let i;for(;i=Qr.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e}),Ze={spinner:Xr,totop:Jr,marker:Nr,"close-icon":Mr,"close-large":Dr,"drop-parent-icon":Ar,"nav-parent-icon":Fr,"nav-parent-icon-large":Ir,"navbar-parent-icon":zr,"navbar-toggle-icon":Hr,"overlay-icon":Lr,"pagination-next":Wr,"pagination-previous":qr,"search-icon":ko,"search-medium":Rr,"search-large":jr,"search-toggle-icon":ko,"slidenav-next":Vr,"slidenav-next-large":Ur,"slidenav-previous":Gr,"slidenav-previous-large":Yr},Zi={install:ha,mixins:[Eo],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){S(this.$el,"uk-icon")},methods:{async getSvg(){const t=fa(this.icon);if(!t)throw"Icon not found.";return t}}},Ct={args:!1,extends:Zi,data:t=>({icon:gt(t.constructor.options.name)}),beforeConnect(){S(this.$el,this.$options.id)}},ea={extends:Ct,beforeConnect(){const t=this.$props.icon;this.icon=this.$el.closest(".uk-nav-primary")?`${t}-large`:t}},ia={extends:Ct,mixins:[So],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){const t=m(this.$el,"uk-search-toggle")||m(this.$el,"uk-navbar-toggle");if(this.icon=t?"search-toggle-icon":m(this.$el,"uk-search-icon")&&this.$el.closest(".uk-search-large")?"search-large":this.$el.closest(".uk-search-medium")?"search-medium":this.$props.icon,!ut(this.$el,"aria-label"))if(t)this.$el.ariaLabel=this.t("toggle");else{const e=this.$el.closest("a,button");e&&(e.ariaLabel=this.t("submit"))}}},na={extends:Ct,beforeConnect(){this.$el.role="status"},methods:{async getSvg(){const t=await Zi.methods.getSvg.call(this);return this.ratio!==1&&c(w("circle",t),"strokeWidth",1/this.ratio),t}}},_t={extends:Ct,mixins:[So],beforeConnect(){const t=this.$el.closest("a,button");T(t,"role",this.role!==null&&I(t,"a")?"button":this.role);const e=this.t("label");e&&!ut(t,"aria-label")&&T(t,"aria-label",e)}},_o={extends:_t,beforeConnect(){S(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=m(this.$el,"uk-slidenav-large")?`${t}-large`:t}},oa={extends:_t,i18n:{label:"Open menu"}},sa={extends:_t,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${m(this.$el,"uk-close-large")?"large":"icon"}`}},ra={extends:_t,i18n:{label:"Open"}},aa={extends:_t,i18n:{label:"Back to top"}},la={extends:_t,i18n:{label:"Next page"},data:{role:null}},ca={extends:_t,i18n:{label:"Previous page"},data:{role:null}},Qe={};function ha(t){t.icon.add=(e,i)=>{const n=P(e)?{[e]:i}:e;le(n,(o,s)=>{Ze[s]=o,delete Qe[s]}),t._initialized&&kt(document.body,o=>le(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}const ua={twitter:"x"};function fa(t){return t=ua[t]||t,Ze[t]?(Qe[t]||(Qe[t]=Co(Ze[da(t)]||Ze[t])),Qe[t].cloneNode(!0)):null}function da(t){return $t?ri(ri(t,"left","right"),"previous","next"):t}var pa={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){this.loading!=="lazy"?this.load():tn(this.$el)&&(this.$el.loading="lazy",Qi(this.$el))},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Vt({handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy",target:({$el:t,$props:e})=>e.target?[t,...ge(e.target,t)]:t}),methods:{load(){if(this.img)return this.img;const t=tn(this.$el)?this.$el:ma(this.$el,this.dataSrc,this.sources);return he(t,"loading"),Qi(this.$el,t.currentSrc),this.img=t}}};function Qi(t,e){if(tn(t)){const i=B(t);(I(i,"picture")?it(i):[t]).forEach(o=>Po(o,o))}else e&&!d(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${gi(e)})`),C(t,Fe("load",!1)))}const ga=["data-src","data-srcset","sizes"];function Po(t,e){for(const i of ga){const n=Mt(t,i);n&&T(e,i.replace(/data-/g,""),n)}}function ma(t,e,i){const n=new Image;return va(n,i),Po(t,n),n.onload=()=>Qi(t,n.currentSrc),n.src=e,n}function va(t,e){if(e=ba(e),e.length){const i=xt("<picture>");for(const n of e){const o=xt("<source>");T(o,n),Q(i,o)}Q(i,t)}}function ba(t){if(!t)return[];if(tt(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Wi(t);return L(t)||(t=[t]),t.filter(e=>!oi(e))}function tn(t){return I(t,"img")}var wa={props:{target:String,selActive:String},data:{target:!1,selActive:!1},connected(){this.isIntersecting=0},computed:{target:({target:t},e)=>t?F(t,e):e},watch:{target:{handler(){queueMicrotask(()=>this.$reset())},immediate:!1}},observe:[Vt({handler(t){this.isIntersecting=t.reduce((e,{isIntersecting:i})=>e+(i?1:this.isIntersecting?-1:0),this.isIntersecting),this.$emit()},target:({target:t})=>t,args:{intersecting:!1}}),Je({target:({target:t})=>t,options:{attributes:!0,attributeFilter:["class"]}}),{target:({target:t})=>t,observe:(t,e)=>{const i=ye([...g(t),document.documentElement],e),n=[x(document,"scroll itemshown itemhidden",e,{passive:!0,capture:!0}),x(document,"show hide transitionstart",o=>(e(),i.observe(o.target))),x(document,"shown hidden transitionend transitioncancel",o=>(e(),i.unobserve(o.target)))];return{observe:i.observe.bind(i),unobserve:i.unobserve.bind(i),disconnect(){i.disconnect(),n.map(o=>o())}}},handler(){this.$emit()}}],update:{read(){if(!this.isIntersecting)return!1;for(const t of g(this.target)){let e=!this.selActive||E(t,this.selActive)?$a(t):"";e!==!1&&Me(t,"uk-light uk-dark",e)}}}};function $a(t){const e=_(t),i=_(window);if(!Be(e,i))return!1;const{left:n,top:o,height:s,width:r}=e;let a;for(const l of[.25,.5,.75]){const h=t.ownerDocument.elementsFromPoint(Math.max(0,Math.min(n+r*l,i.width-1)),Math.max(0,Math.min(o+s/2,i.height-1)));for(const u of h){if(t.contains(u)||!ya(u)||u.closest('[class*="-leave"]')&&h.some(p=>u!==p&&E(p,'[class*="-enter"]')))continue;const f=c(u,"--uk-inverse");if(f){if(f===a)return`uk-${f}`;a=f;break}}}return a?`uk-${a}`:""}function ya(t){if(c(t,"visibility")!=="visible")return!1;for(;t;){if(c(t,"opacity")==="0")return!1;t=B(t)}return!0}var en={props:{media:Boolean},data:{media:!1},connected(){const t=xa(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,C(this.$el,Fe("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=x(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function xa(t,e){if(P(t)){if(tt(t,"@"))t=b(c(e,`--uk-breakpoint-${t.slice(1)}`));else if(isNaN(t))return t}return t&&mt(t)?`(min-width: ${t}px)`:""}var ka={mixins:[nt,en],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=Ei(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){be(this.wrapper.childNodes)},observe:pt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){U(this.wrapper,this.clsHide,i),T(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const q=[];var Oo={mixins:[nt,Gi,Gt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>w(t,e),transitionElement(){return this.panel}},connected(){const t=this.panel||this.$el;t.role=this.role,this.overlay&&(t.ariaModal=!0)},beforeDisconnect(){d(q,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:({selClose:t})=>`${t},a[href*="#"]`,handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&zt(e)&&!this.$el.contains(w(n))?this.hide():E(e,this.selClose)&&(Yt(t),this.hide())}},{name:"toggle",self:!0,handler(t,e){t.defaultPrevented||(t.preventDefault(),this.target=e==null?void 0:e.$el,this.isToggled()===d(q,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(d(q,this))return!1;!this.stack&&q.length?(Promise.all(q.map(e=>e.hide())).then(this.show),t.preventDefault()):q.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",b(c(this.$el,"zIndex"))+q.length);const t=[this.overlay&&Ea(this),this.overlay&&go(this.$el),this.bgClose&&Ta(this),this.escClose&&Ca(this)];D(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),S(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){Ie(this.$el)||(this.$el.tabIndex=-1),E(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){d(q,this)&&q.splice(q.indexOf(this),1),c(this.$el,"zIndex",""),q.some(t=>t.clsPage===this.clsPage)||N(document.documentElement,this.clsPage),Ie(this.target)&&this.target.focus(),this.target=null}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&B(this.$el)!==this.container?(Q(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,Bo)},hide(){return this.toggleElement(this.$el,!1,Bo)}}};function Bo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>D(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=D(i,"transitionstart",()=>{D(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},Sa(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function Sa(t){return t?te(t,"ms")?b(t):b(t)*1e3:0}function Ea(t){return x(document,"focusin",e=>{ae(q)===t&&!t.$el.contains(e.target)&&t.$el.focus()})}function Ta(t){return x(document,Nt,({target:e})=>{ae(q)!==t||t.overlay&&!t.$el.contains(e)||!t.panel||t.panel.contains(e)||D(document,`${It} ${Ae} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===It&&e===o&&t.hide()},!0)})}function Ca(t){return x(document,"keydown",e=>{e.keyCode===27&&ae(q)===t&&t.hide()})}var _a={install:Pa,mixins:[Oo],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:'[class*="uk-modal-close"]'},events:[{name:"fullscreenchange webkitendfullscreen",capture:!0,handler(t){I(t.target,"video")&&this.isToggled()&&!document.fullscreenElement&&this.hide()}},{name:"show",self:!0,handler(){m(this.panel,"uk-margin-auto-vertical")?S(this.$el,"uk-flex"):c(this.$el,"display","block"),lt(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),N(this.$el,"uk-flex")}}]};function Pa({modal:t}){t.dialog=function(i,n){const o=t(w(`<div><div class="uk-modal-dialog">${i}</div></div>`),{stack:!0,role:"alertdialog",...n});return o.show(),x(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},t.alert=function(i,n){return e(({i18n:o})=>`<div class="uk-modal-body">${P(i)?i:He(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" type="button" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${P(i)?i:He(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${o.cancel}</button> <button class="uk-button uk-button-primary" autofocus>${o.ok}</button> </div> </form>`,n,()=>Promise.reject())},t.prompt=function(i,n,o){const s=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${P(i)?i:He(i)}</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-button uk-button-primary">${l.ok}</button> </div> </form>`,o,()=>null,()=>a.value),{$el:r}=s.dialog,a=w("input",r);return a.value=n||"",x(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=et,s=et){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return ee(new Promise(a=>{const l=x(r.$el,"hide",()=>a(o()));x(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var Oa={extends:uo,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const nn="uk-navbar-transparent";var Ba={extends:bo,props:{dropbarTransparentMode:Boolean},data:{clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>e.closest(".uk-navbar-container")},watch:{items(){const t=m(this.$el,"uk-navbar-justify"),e=F(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el);for(const i of e){const n=t?F(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",i).length:"";c(i,"flexGrow",n)}}},events:[{name:"show",el:({dropContainer:t})=>t,handler({target:t}){this.getTransparentMode(t)==="remove"&&m(this.navbarContainer,nn)&&(N(this.navbarContainer,nn),this._transparent=!0)}},{name:"hide",el:({dropContainer:t})=>t,async handler(){await Ma(),this._transparent&&(!H||!this.dropContainer.contains(H.$el))&&(S(this.navbarContainer,nn),this._transparent=null)}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(e&&m(t,"uk-dropbar"))return e.inset?"behind":"remove"},getDropbarOffset(t){const{top:e,height:i}=v(this.navbarContainer);return e+(this.dropbarTransparentMode==="behind"?0:i+t)}}};function Ma(){return new Promise(t=>setTimeout(t))}var Da={mixins:[Oo],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?B(this.panel):this.panel}},observe:ho({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!W(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter:({overlay:t})=>t,handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!m(B(this.panel),this.clsMode)&&S(qe(this.panel,"<div>"),this.clsMode);const{body:t,scrollingElement:e}=document;S(t,this.clsContainer,this.clsFlip),c(t,"touchAction","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),S(this.$el,this.clsOverlay),S(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),lt(t),S(t,this.clsContainerAnimation),this.clsContainerAnimation&&Aa()}},{name:"hide",self:!0,handler(){N(document.body,this.clsContainerAnimation),c(document.body,"touchAction","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Na(),this.mode==="reveal"&&m(B(this.panel),this.clsMode)&&be(this.panel),N(this.panel,this.clsSidebarAnimation,this.clsMode),N(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),N(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&te(t.type,"Left")^this.flip&&this.hide()}}]};function Aa(){Mo().content+=",user-scalable=0"}function Na(){const t=Mo();t.content=t.content.replace(/,user-scalable=0$/,"")}function Mo(){return w('meta[name="viewport"]',document.head)||Q(document.head,'<meta name="viewport">')}var Ia={mixins:[nt],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>e.closest(t),content:({selContent:t},e)=>e.closest(t)},observe:pt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!W(this.$el)?!1:{max:Math.max(this.minHeight,lt(this.container)-(_(this.content).height-lt(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},Fa={props:["width","height"],connected(){S(this.$el,"uk-responsive-width"),c(this.$el,"aspectRatio",`${this.width}/${this.height}`)}},za={props:{offset:Number},data:{offset:0},connected(){Ha(this)},disconnected(){La(this)},methods:{async scrollTo(t){t=t&&w(t)||document.body,C(this.$el,"beforescroll",[this,t])&&(await zn(t,{offset:this.offset}),C(this.$el,"scrolled",[this,t]))}}};const Ce=new Set;function Ha(t){Ce.size||x(document,"click",Do),Ce.add(t)}function La(t){Ce.delete(t),Ce.size||mi(document,"click",Do)}function Do(t){if(!t.defaultPrevented)for(const e of Ce)e.$el.contains(t.target)&&zt(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(fi(e.$el)))}const on="uk-scrollspy-inview";var Wa={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0}),computed:{elements:({target:t},e)=>t?F(t,e):[e]},watch:{elements(t){this.hidden&&c(de(t,`:not(.${on})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())N(t,on,(e==null?void 0:e.cls)||"");delete this.elementData},observe:Vt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:Mt(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){var i,n;const o=(i=this.elementData)==null?void 0:i.get(t);if(!o)return;(n=o.off)==null||n.call(o),c(t,"opacity",!e&&this.hidden?0:""),U(t,on,e),U(t,o.cls);let s;if(s=o.cls.match(/\buk-animation-[\w-]+/g)){const r=()=>N(t,s);e?o.off=D(t,"animationcancel animationend",r,{self:!0}):r()}C(t,e?"inview":"outview"),o.inview=e}}},qa={props:{cls:String,closest:Boolean,scroll:Boolean,target:String,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,target:'a[href]:not([role="button"])',offset:0},computed:{links:({target:t},e)=>F(t,e).filter(i=>zt(i)),elements({closest:t}){return this.links.map(e=>e.closest(t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Vt(),Vi()],update:[{read(){const t=this.links.map(l=>fi(l)).filter(Boolean),{length:e}=t;if(!e||!W(this.$el))return!1;const i=Et(t,!0),{scrollTop:n,scrollHeight:o}=i,s=K(i),r=o-s.height;let a=!1;if(n>=r)a=e-1;else{const l=this.offset+_(Ii()).height+s.height*.1;for(let h=0;h<t.length&&!(v(t[h]).top-s.top-l>0);h++)a=+h}return{active:a}},write({active:t}){const e=t!==!1&&!m(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)U(this.elements[i],this.cls,+i===t);e&&C(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},ja={mixins:[nt,en],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,offsetEnd:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,offsetEnd:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{target:({selTarget:t},e)=>t&&w(t,e)||e},connected(){this.start=Ao(this.start||this.top),this.end=Ao(this.end||this.bottom),this.placeholder=w("+ .uk-sticky-placeholder",this.$el)||w('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),N(this.target,this.clsInactive)),rn(this.$el),yt(this.placeholder),this.placeholder=null},observe:[co(),Vi({target:()=>document.scrollingElement}),pt({target:({$el:t})=>[t,ti(t),document.scrollingElement],handler(t){this.$emit(this._data.resized&&t.some(({target:e})=>e===ti(this.$el))?"update":"resize"),this._data.resized=!0}})],events:[{name:"load hashchange popstate",el:()=>window,filter:({targetOffset:t})=>t!==!1,handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=v(w(location.hash)),i=v(this.$el);this.isFixed&&Be(e,i)&&(t.scrollTop=Math.ceil(e.top-i.height-J(this.targetOffset,"height",this.placeholder)-J(this.offset,"height",this.placeholder)))})}}],update:[{read({height:t,width:e,margin:i,sticky:n},o){if(this.inactive=!this.matchMedia||!W(this.$el)||!this.$el.offsetHeight,this.inactive)return;const s=lt(window),r=Math.max(0,document.scrollingElement.scrollHeight-s);if(!r){this.inactive=!0;return}const a=this.isFixed&&o.has("update");a&&(ln(this.target),this.hide()),this.active||({height:t,width:e}=_(this.$el),i=c(this.$el,"margin")),a&&this.show();const l=J("100vh","height");let h=this.position;this.overflowFlip&&t>l&&(h=h==="top"?"bottom":"top");const u=this.isFixed?this.placeholder:this.$el;let[f,p]=[this.offset,this.offsetEnd].map(Jt=>J(Jt,"height",n?this.$el:u));h==="bottom"&&(t<s||this.overflowFlip)&&(f+=s-t);const M=t+f+p,y=this.overflowFlip?0:Math.max(0,M-l),$=v(u).top-new DOMMatrix(c(u,"transform")).m42,k=_(this.$el).height,ot=(this.start===!1?$:sn(this.start,this.$el,$))-f,Xt=this.end===!1?r:Math.min(r,sn(this.end,this.$el,$+t,!0)-k-f+y);return n=!this.showOnUp&&ot+f===$&&Xt===Math.min(r,sn(!0,this.$el,0,!0)-k-f+y)&&c(ti(this.$el),"overflowY")!=="hidden",{start:ot,end:Xt,offset:f,overflow:y,height:t,elHeight:k,width:e,margin:i,top:we(u)[0],sticky:n,viewport:l,maxScrollHeight:r}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&rn(this.$el),this.inactive)return;o&&(t=e=i=0,c(this.$el,{position:"sticky",top:n}));const{placeholder:s}=this;c(s,{height:t,width:e,margin:i}),(B(s)!==B(this.$el)||o^Ft(s)<Ft(this.$el))&&((o?Si:Le)(this.$el,s),s.hidden=!0)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s,elHeight:r,height:a,sticky:l,maxScrollHeight:h}){const u=Math.min(document.scrollingElement.scrollTop,h),f=t<=u?"down":"up",p=this.isFixed?this.placeholder:this.$el;return{dir:f,prevDir:e,scroll:u,prevScroll:t,below:u>v(p).top+(l?Math.min(a,r):a),offsetParentTop:v(p.offsetParent).top,overflowScroll:at(n+at(u,o,s)-at(t,o,s),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:o,prevDir:s,scroll:r,prevScroll:a=0,top:l,start:h,below:u}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const f=Date.now();if((f-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=f),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||o==="down"&&i||o==="up"&&!this.isFixed&&!u)){if(!this.isFixed){dt.inProgress(this.$el)&&l>r&&(dt.cancel(this.$el),this.hide());return}if(this.animation&&u){if(m(this.$el,"uk-animation-leave"))return;dt.out(this.$el,this.animation).then(()=>this.hide(),et)}else this.hide()}else this.isFixed?this.update():this.animation&&u?(this.show(),dt.in(this.$el,this.animation).catch(et)):(ln(this.target),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),N(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):rn(this.$el),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:o,end:s,offset:r,offsetParentTop:a,sticky:l,below:h}=this._data;const u=o!==0||e>o;if(!l){let f="fixed";e>s&&(r+=s-a+n-i,f="absolute"),c(this.$el,{position:f,width:t,marginTop:0},"important")}c(this.$el,"top",r-n),this.setActive(u),U(this.$el,this.clsBelow,h),S(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(Me(this.target,this.clsInactive,this.clsActive),e!==t&&C(this.$el,"active")):(Me(this.target,this.clsActive,this.clsInactive),e!==t&&(ln(this.target),C(this.$el,"inactive")))}}};function sn(t,e,i,n){if(!t)return 0;if(mt(t)||P(t)&&t.match(/^-?\d/))return i+J(t,"height",e,!0);{const o=t===!0?ti(e):V(t,e);return v(o).bottom-(n&&(o!=null&&o.contains(e))?b(c(o,"paddingBottom"))+b(c(o,"borderBottomWidth")):0)}}function Ao(t){return t==="true"?!0:t==="false"?!1:t}function rn(t){c(t,{position:"",top:"",marginTop:"",width:""})}const an="uk-transition-disable";function ln(t){m(t,an)||(S(t,an),requestAnimationFrame(()=>N(t,an)))}function ti(t){for(;t=B(t);)if(W(t))return t}function Ra(t){return W(t)?Math.ceil(Math.max(0,...F("[stroke]",t).map(e=>{var i;return((i=e.getTotalLength)==null?void 0:i.call(e))||0}))):0}var Ua={mixins:[Eo],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Je({async handler(){const t=await this.svg;t&&No.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){d(this.src,"#")&&([this.src,this.icon]=this.src.split("#",2));const t=await this.svg;t&&(No.call(this,t),this.strokeAnimation&&Ya(t))},methods:{async getSvg(){return I(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"&&await new Promise(t=>D(this.$el,"load",t)),Co(await Va(this.src),this.icon)||Promise.reject("SVG not found.")}}};function No(t){const{$el:e}=this;S(t,T(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const n=e.style[i];c(t,n,c(e,n))}for(const i in this.attributes){const[n,o]=this.attributes[i].split(":",2);T(t,n,o)}this.$el.id||he(t,"id")}const Va=G(async t=>{if(t){if(tt(t,"data:"))return decodeURIComponent(t.split(",",2)[1]);{const e=await fetch(t);if(e.headers.get("Content-Type")==="image/svg+xml")return e.text()}}return Promise.reject()});function Ya(t){const e=Ra(t);e&&c(t,"--uk-animation-stroke",e)}const cn=".uk-disabled *, .uk-disabled, [disabled]";var Io={mixins:[Gt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:{get:({connect:t},e)=>ge(t,e),observe:({connect:t})=>t},connectChildren(){return this.connects.map(t=>it(t)).flat()},toggles:({toggle:t},e)=>F(t,e),children(t,e){return it(e).filter(i=>this.toggles.some(n=>i.contains(n)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)it(e).forEach((i,n)=>U(i,this.cls,n===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){this.$el.role="tablist"},observe:[Ui({targets:({connectChildren:t})=>t}),ho({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate:({toggle:t})=>t,handler(t){!E(t.current,cn)&&(t.type==="click"||t.keyCode===A.SPACE)&&(Yt(t),this.show(t.current))}},{name:"keydown",delegate:({toggle:t})=>t,handler(t){const{current:e,keyCode:i}=t,n=E(this.$el,this.selVertical);let o=i===A.HOME?0:i===A.END?"last":i===A.LEFT&&!n||i===A.UP&&n?"previous":i===A.RIGHT&&!n||i===A.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!E(a,cn)),r=s[ht(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el:({$el:t,connects:e,itemNav:i})=>e.concat(i?ge(i,t):[]),delegate:({attrItem:t})=>`[${t}],[data-${t}]`,handler(t){t.target.closest("a,button")&&(Yt(t),this.show(Mt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter:({swiping:t})=>t,el:({connects:t})=>t,handler({type:t}){this.show(te(t,"Left")?"next":"previous")}}],update(){var t;for(const e of this.connects)I(e,"ul")&&(e.role="presentation");T(it(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],n=(t=this.connects[0])==null?void 0:t.children[e];i.role="tab",n&&(i.id=Xe(this,i),n.id=Xe(this,n),i.ariaControls=n.id,T(n,{role:"tabpanel","aria-labelledby":i.id}))}T(this.$el,"aria-orientation",E(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return _e(this.children,t=>m(t,this.cls))},show(t){const e=this.toggles.filter(r=>!E(r,cn)),i=this.index(),n=ht(!oe(t)||d(e,t)?t:0,e,ht(this.toggles[i],e)),o=ht(e[n],this.toggles);this.children.forEach((r,a)=>{U(r,this.cls,o===a),T(this.toggles[a],{"aria-selected":o===a,tabindex:o===a?null:-1})});const s=i>=0&&i!==n;this.connects.forEach(async({children:r})=>{const a=Pe(r).filter((l,h)=>h!==o&&m(l,this.cls));await this.toggleElement(a,!1,s)&&await this.toggleElement(r[o],!0,s)})}}},Ga={mixins:[nt],extends:Io,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=m(this.$el,"uk-tab-left")?"uk-tab-left":m(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Xa=13,Ja=32;var Ka={mixins:[en,Gt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get:({target:t},e)=>(t=ge(t||e.hash,e),t.length?t:[e]),observe:({target:t})=>t}},connected(){d(this.mode,"media")||(Ie(this.$el)||(this.$el.tabIndex=0),!this.cls&&I(this.$el,"a")&&(this.$el.role="button"))},observe:Ui({targets:({target:t})=>t}),events:[{name:Nt,filter:({mode:t})=>d(t,"hover"),handler(t){this._preventClick=null,!(!ft(t)||Bt(this._showState)||this.$el.disabled)&&(C(this.$el,"focus"),D(document,Nt,()=>C(this.$el,"blur"),!0,e=>!this.$el.contains(e.target)),d(this.mode,"click")&&(this._preventClick=!0))}},{name:`mouseenter mouseleave ${ue} ${De} focus blur`,filter:({mode:t})=>d(t,"hover"),handler(t){if(ft(t)||this.$el.disabled||document.readyState==="loading")return;const e=d(["mouseenter",ue,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Bt(this._showState)||t.type!=="blur"&&E(this.$el,":focus")||t.type==="blur"&&E(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Bt(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter:({$el:t,mode:e})=>d(e,"click")&&!I(t,"input"),handler(t){(t.keyCode===Ja||t.keyCode===Xa)&&(t.preventDefault(),this.$el.click())}},{name:"click",filter:({mode:t})=>["click","hover"].some(e=>d(t,e)),handler(t){let e;(this._preventClick||t.target.closest('a[href="#"], a[href=""]')||(e=t.target.closest("a[href]"))&&(!this.isToggled(this.target)||e.hash&&E(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&d(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter:({mode:t})=>d(t,"media"),el:({target:t})=>t,handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!C(this.target,t||"toggle",[this]))return;if(ut(this.$el,"aria-expanded")&&(this.$el.ariaExpanded=!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>m(n,this.clsLeave));if(e.length){for(const n of this.target){const o=d(e,n);this.toggleElement(n,o,o)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(n=>!d(i,n)),!0)}}},Za=Object.freeze({__proto__:null,Accordion:uo,Alert:fr,Close:sa,Cover:gr,Drop:mo,DropParentIcon:Ct,Dropdown:mo,Dropnav:bo,FormCustom:xr,Grid:kr,HeightMatch:Cr,HeightPlaceholder:Or,HeightViewport:Br,Icon:Zi,Img:pa,Inverse:wa,Leader:ka,Margin:$o,Marker:ra,Modal:_a,Nav:Oa,NavParentIcon:ea,Navbar:Ba,NavbarParentIcon:Ct,NavbarToggleIcon:oa,Offcanvas:Da,OverflowAuto:Ia,OverlayIcon:Ct,PaginationNext:la,PaginationPrevious:ca,Responsive:Fa,Scroll:za,Scrollspy:Wa,ScrollspyNav:qa,SearchIcon:ia,SlidenavNext:_o,SlidenavPrevious:_o,Spinner:na,Sticky:ja,Svg:Ua,Switcher:Io,Tab:Ga,Toggle:Ka,Totop:aa,Video:fo});return le(Za,(t,e)=>Z.component(e,t)),Zs(Z),Z});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.23.7-dev.ea33b1a06 | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */
1
+ /*! UIkit 3.23.8-dev.97ee4c1bb | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :