uikit 3.16.20-dev.d039a55d0 → 3.16.21

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 (138) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/build/scss.js +1 -1
  3. package/dist/css/uikit-core-rtl.css +1 -1
  4. package/dist/css/uikit-core-rtl.min.css +1 -1
  5. package/dist/css/uikit-core.css +1 -1
  6. package/dist/css/uikit-core.min.css +1 -1
  7. package/dist/css/uikit-rtl.css +1 -1
  8. package/dist/css/uikit-rtl.min.css +1 -1
  9. package/dist/css/uikit.css +1 -1
  10. package/dist/css/uikit.min.css +1 -1
  11. package/dist/js/components/countdown.js +1 -1
  12. package/dist/js/components/countdown.min.js +1 -1
  13. package/dist/js/components/filter.js +1 -1
  14. package/dist/js/components/filter.min.js +1 -1
  15. package/dist/js/components/lightbox-panel.js +1 -1
  16. package/dist/js/components/lightbox-panel.min.js +1 -1
  17. package/dist/js/components/lightbox.js +1 -1
  18. package/dist/js/components/lightbox.min.js +1 -1
  19. package/dist/js/components/notification.js +1 -1
  20. package/dist/js/components/notification.min.js +1 -1
  21. package/dist/js/components/parallax.js +1 -1
  22. package/dist/js/components/parallax.min.js +1 -1
  23. package/dist/js/components/slider-parallax.js +1 -1
  24. package/dist/js/components/slider-parallax.min.js +1 -1
  25. package/dist/js/components/slider.js +1 -1
  26. package/dist/js/components/slider.min.js +1 -1
  27. package/dist/js/components/slideshow-parallax.js +1 -1
  28. package/dist/js/components/slideshow-parallax.min.js +1 -1
  29. package/dist/js/components/slideshow.js +1 -1
  30. package/dist/js/components/slideshow.min.js +1 -1
  31. package/dist/js/components/sortable.js +1 -1
  32. package/dist/js/components/sortable.min.js +1 -1
  33. package/dist/js/components/tooltip.js +1 -1
  34. package/dist/js/components/tooltip.min.js +1 -1
  35. package/dist/js/components/upload.js +1 -1
  36. package/dist/js/components/upload.min.js +1 -1
  37. package/dist/js/uikit-core.js +2 -2
  38. package/dist/js/uikit-core.min.js +1 -1
  39. package/dist/js/uikit-icons.js +1 -1
  40. package/dist/js/uikit-icons.min.js +1 -1
  41. package/dist/js/uikit.js +2 -2
  42. package/dist/js/uikit.min.js +1 -1
  43. package/package.json +6 -6
  44. package/src/scss/components/accordion.scss +0 -8
  45. package/src/scss/components/alert.scss +0 -15
  46. package/src/scss/components/align.scss +0 -3
  47. package/src/scss/components/animation.scss +1 -8
  48. package/src/scss/components/article.scss +0 -8
  49. package/src/scss/components/background.scss +0 -4
  50. package/src/scss/components/badge.scss +0 -9
  51. package/src/scss/components/base.scss +10 -80
  52. package/src/scss/components/breadcrumb.scss +0 -13
  53. package/src/scss/components/button.scss +9 -76
  54. package/src/scss/components/card.scss +0 -50
  55. package/src/scss/components/close.scss +0 -4
  56. package/src/scss/components/column.scss +0 -5
  57. package/src/scss/components/comment.scss +0 -9
  58. package/src/scss/components/container.scss +1 -9
  59. package/src/scss/components/countdown.scss +0 -2
  60. package/src/scss/components/description-list.scss +0 -5
  61. package/src/scss/components/divider.scss +0 -19
  62. package/src/scss/components/dotnav.scss +0 -13
  63. package/src/scss/components/drop.scss +0 -5
  64. package/src/scss/components/dropbar.scss +1 -13
  65. package/src/scss/components/dropdown.scss +4 -28
  66. package/src/scss/components/dropnav.scss +0 -1
  67. package/src/scss/components/form-range.scss +1 -8
  68. package/src/scss/components/form.scss +0 -71
  69. package/src/scss/components/grid.scss +0 -15
  70. package/src/scss/components/heading.scss +3 -30
  71. package/src/scss/components/height.scss +0 -3
  72. package/src/scss/components/icon.scss +0 -21
  73. package/src/scss/components/iconnav.scss +0 -8
  74. package/src/scss/components/inverse.scss +0 -8
  75. package/src/scss/components/label.scss +0 -14
  76. package/src/scss/components/leader.scss +0 -2
  77. package/src/scss/components/lightbox.scss +0 -17
  78. package/src/scss/components/link.scss +0 -9
  79. package/src/scss/components/list.scss +0 -26
  80. package/src/scss/components/margin.scss +0 -7
  81. package/src/scss/components/marker.scss +0 -7
  82. package/src/scss/components/modal.scss +9 -41
  83. package/src/scss/components/nav.scss +11 -101
  84. package/src/scss/components/navbar.scss +9 -65
  85. package/src/scss/components/notification.scss +3 -18
  86. package/src/scss/components/offcanvas.scss +0 -13
  87. package/src/scss/components/overlay.scss +0 -5
  88. package/src/scss/components/padding.scss +0 -5
  89. package/src/scss/components/pagination.scss +0 -12
  90. package/src/scss/components/placeholder.scss +0 -4
  91. package/src/scss/components/position.scss +0 -4
  92. package/src/scss/components/progress.scss +0 -4
  93. package/src/scss/components/search.scss +0 -33
  94. package/src/scss/components/section.scss +0 -14
  95. package/src/scss/components/slidenav.scss +0 -10
  96. package/src/scss/components/slider.scss +0 -4
  97. package/src/scss/components/sortable.scss +0 -3
  98. package/src/scss/components/spinner.scss +0 -4
  99. package/src/scss/components/sticky.scss +0 -3
  100. package/src/scss/components/subnav.scss +0 -33
  101. package/src/scss/components/tab.scss +0 -12
  102. package/src/scss/components/table.scss +0 -25
  103. package/src/scss/components/text.scss +0 -24
  104. package/src/scss/components/thumbnav.scss +0 -2
  105. package/src/scss/components/tile.scss +0 -17
  106. package/src/scss/components/tooltip.scss +0 -9
  107. package/src/scss/components/totop.scss +0 -7
  108. package/src/scss/components/transition.scss +0 -5
  109. package/src/scss/components/utility.scss +0 -20
  110. package/src/scss/components/variables.scss +0 -39
  111. package/src/scss/components/width.scss +0 -5
  112. package/src/scss/theme/accordion.scss +0 -4
  113. package/src/scss/theme/alert.scss +0 -2
  114. package/src/scss/theme/article.scss +0 -2
  115. package/src/scss/theme/base.scss +0 -12
  116. package/src/scss/theme/button.scss +0 -25
  117. package/src/scss/theme/card.scss +0 -18
  118. package/src/scss/theme/comment.scss +0 -2
  119. package/src/scss/theme/description-list.scss +0 -3
  120. package/src/scss/theme/dotnav.scss +0 -7
  121. package/src/scss/theme/dropbar.scss +0 -6
  122. package/src/scss/theme/dropdown.scss +0 -6
  123. package/src/scss/theme/form-range.scss +0 -4
  124. package/src/scss/theme/form.scss +0 -23
  125. package/src/scss/theme/iconnav.scss +0 -1
  126. package/src/scss/theme/label.scss +0 -2
  127. package/src/scss/theme/list.scss +0 -2
  128. package/src/scss/theme/modal.scss +0 -9
  129. package/src/scss/theme/nav.scss +0 -9
  130. package/src/scss/theme/navbar.scss +0 -14
  131. package/src/scss/theme/placeholder.scss +0 -3
  132. package/src/scss/theme/progress.scss +0 -1
  133. package/src/scss/theme/search.scss +0 -5
  134. package/src/scss/theme/subnav.scss +0 -2
  135. package/src/scss/theme/tab.scss +0 -7
  136. package/src/scss/theme/table.scss +0 -5
  137. package/src/scss/theme/text.scss +0 -3
  138. package/src/scss/theme/thumbnav.scss +0 -4
@@ -1 +1 @@
1
- /*! UIkit 3.16.20-dev.d039a55d0 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(Gt,Xt){typeof exports=="object"&&typeof module<"u"?module.exports=Xt():typeof define=="function"&&define.amd?define("uikit",Xt):(Gt=typeof globalThis<"u"?globalThis:Gt||self,Gt.UIkit=Xt())})(this,function(){"use strict";const{hasOwnProperty:Gt,toString:Xt}=Object.prototype;function lt(t,e){return Gt.call(t,e)}const Co=/\B([A-Z])/g,Pt=J(t=>t.replace(Co,"-$1").toLowerCase()),To=/-(\w)/g,Jt=J(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(To,(e,i)=>i.toUpperCase())),vt=J(t=>t.charAt(0).toUpperCase()+t.slice(1));function X(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function Kt(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function f(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function ke(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:H,from:xe}=Array,{assign:Se}=Object;function W(t){return typeof t=="function"}function pt(t){return t!==null&&typeof t=="object"}function ct(t){return Xt.call(t)==="[object Object]"}function Bt(t){return pt(t)&&t===t.window}function Ce(t){return Ke(t)===9}function Te(t){return Ke(t)>=1}function Zt(t){return Ke(t)===1}function Ke(t){return!Bt(t)&&pt(t)&&t.nodeType}function Mt(t){return typeof t=="boolean"}function b(t){return typeof t=="string"}function Ze(t){return typeof t=="number"}function wt(t){return Ze(t)||b(t)&&!isNaN(t-parseFloat(t))}function Qe(t){return!(H(t)?t.length:pt(t)&&Object.keys(t).length)}function j(t){return t===void 0}function ti(t){return Mt(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function Qt(t){const e=Number(t);return isNaN(e)?!1:e}function m(t){return parseFloat(t)||0}function C(t){return g(t)[0]}function g(t){return Te(t)?[t]:Array.from(t||[]).filter(Te)}function Dt(t){if(Bt(t))return t;t=C(t);const e=Ce(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Vi(t,e){return t===e||pt(t)&&pt(e)&&Object.keys(t).length===Object.keys(e).length&&bt(t,(i,n)=>i===e[n])}function ei(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function te(t){return t[t.length-1]}function bt(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function ii(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function ee(t,e){return t.reduce((i,n)=>i+m(W(e)?e(n):n[e]),0)}function Eo(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function ni(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function ht(t,e=0,i=1){return Math.min(Math.max(Qt(t)||0,e),i)}function ot(){}function oi(...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 si(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function ri(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 Yi(t,e){t={...t};for(const i in t)t=t[i]>e[i]?ri(t,i,e[i]):t;return t}function _o(t,e){t=Yi(t,e);for(const i in t)t=t[i]<e[i]?ri(t,i,e[i]):t;return t}const ai={ratio:ri,contain:Yi,cover:_o};function gt(t,e,i=0,n=!1){e=g(e);const{length:o}=e;return o?(t=wt(t)?Qt(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(C(t)),n?ht(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function J(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}function d(t,e,i){var n;if(pt(e)){for(const o in e)d(t,o,e[o]);return}if(j(i))return(n=C(t))==null?void 0:n.getAttribute(e);for(const o of g(t))W(i)&&(i=i.call(o,d(o,e))),i===null?ie(o,e):o.setAttribute(e,i)}function ut(t,e){return g(t).some(i=>i.hasAttribute(e))}function ie(t,e){g(t).forEach(i=>i.removeAttribute(e))}function At(t,e){for(const i of[e,`data-${e}`])if(ut(t,i))return d(t,i)}const Oo={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 li(t){return g(t).some(e=>Oo[e.tagName.toLowerCase()])}function F(t){return g(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const Ee="input,select,textarea,button";function Gi(t){return g(t).some(e=>S(e,Ee))}const _e=`${Ee},a[href],[tabindex]`;function ci(t){return S(t,_e)}function O(t){var e;return(e=C(t))==null?void 0:e.parentElement}function ne(t,e){return g(t).filter(i=>S(i,e))}function S(t,e){return g(t).some(i=>i.matches(e))}function z(t,e){return Zt(t)?t.closest(X(e,">")?e.slice(1):e):g(t).map(i=>z(i,e)).filter(Boolean)}function _(t,e){return b(e)?!!z(t,e):C(e).contains(C(t))}function Nt(t,e){const i=[];for(;t=O(t);)(!e||S(t,e))&&i.push(t);return i}function tt(t,e){t=C(t);const i=t?xe(t.children):[];return e?ne(i,e):i}function hi(t,e){return e?g(t).indexOf(C(e)):tt(O(t)).indexOf(t)}function It(t){return t=C(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function ui(t){if(It(t)){t=C(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function et(t,e){return fi(t,Ji(t,e))}function oe(t,e){return se(t,Ji(t,e))}function fi(t,e){return C(Ki(t,C(e),"querySelector"))}function se(t,e){return g(Ki(t,C(e),"querySelectorAll"))}const Po=/(^|[^\\],)\s*[!>+~-]/,Xi=J(t=>t.match(Po));function Ji(t,e=document){return b(t)&&Xi(t)||Ce(e)?e:e.ownerDocument}const Bo=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Mo=J(t=>t.replace(Bo,"$1 *"));function Ki(t,e=document,i){if(!t||!b(t))return t;if(t=Mo(t),Xi(t)){const n=Ao(t);t="";for(let o of n){let s=e;if(o[0]==="!"){const r=o.substr(1).trim().split(" ");if(s=z(O(e),r[0]),o=r.slice(1).join(" ").trim(),!o.length&&n.length===1)return s}if(o[0]==="-"){const r=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=S(a,o.substr(1))?a:null,o=r.slice(1).join(" ")}s&&(t+=`${t?",":""}${No(s)} ${o}`)}e=document}try{return e[i](t)}catch{return null}}const Do=/.*?[^\\](?:,|$)/g,Ao=J(t=>t.match(Do).map(e=>e.replace(/,$/,"").trim()));function No(t){const e=[];for(;t.parentNode;){const i=d(t,"id");if(i){e.unshift(`#${di(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${hi(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function di(t){return b(t)?CSS.escape(t):""}function T(...t){let[e,i,n,o,s=!1]=gi(t);o.length>1&&(o=Ho(o)),s!=null&&s.self&&(o=Fo(o)),n&&(o=Io(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>pi(e,i,o,s)}function pi(...t){let[e,i,,n,o=!1]=gi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function M(...t){const[e,i,n,o,s=!1,r]=gi(t),a=T(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function k(t,e,i){return mi(t).every(n=>n.dispatchEvent(Oe(e,!0,!0,i)))}function Oe(t,e=!0,i=!1,n){return b(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function gi(t){return t[0]=mi(t[0]),b(t[1])&&(t[1]=t[1].split(" ")),W(t[2])&&t.splice(2,0,!1),t}function Io(t,e){return i=>{const n=t[0]===">"?se(t,i.currentTarget).reverse().filter(o=>_(i.target,o))[0]:z(i.target,t);n&&(i.current=n,e.call(this,i),delete i.current)}}function Ho(t){return e=>H(e.detail)?t(e,...e.detail):t(e)}function Fo(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function Zi(t){return t&&"addEventListener"in t}function zo(t){return Zi(t)?t:C(t)}function mi(t){return H(t)?t.map(zo).filter(Boolean):b(t)?se(t):Zi(t)?[t]:g(t)}function Ht(t){return t.pointerType==="touch"||!!t.touches}function Pe(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 Lo={"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(b(e)){if(e=vi(e),j(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,wt(i)&&!Lo[e]?`${i}px`:i||Ze(i)?i:"",n)}else if(H(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else pt(e)&&(n=i,bt(e,(r,a)=>c(s,a,r,n)));return o[0]}const vi=J(t=>Ro(t));function Ro(t){if(X(t,"--"))return t;t=Pt(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 $(t,...e){Qi(t,e,"add")}function L(t,...e){Qi(t,e,"remove")}function wi(t,e){d(t,"class",i=>(i||"").replace(new RegExp(`\\b${e}\\b\\s?`,"g"),""))}function bi(t,...e){e[0]&&L(t,e[0]),e[1]&&$(t,e[1])}function x(t,e){return[e]=$i(e),!!e&&g(t).some(i=>i.classList.contains(e))}function V(t,e,i){const n=$i(e);j(i)||(i=!!i);for(const o of g(t))for(const s of n)o.classList.toggle(s,i)}function Qi(t,e,i){e=e.reduce((n,o)=>n.concat($i(o)),[]);for(const n of g(t))n.classList[i](...e)}function $i(t){return String(t).split(/[ ,]/).filter(Boolean)}function qo(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(g(t).map(o=>new Promise((s,r)=>{for(const l in e){const h=c(o,l);h===""&&c(o,l,h)}const a=setTimeout(()=>k(o,"transitionend"),i);M(o,"transitionend transitioncanceled",({type:l})=>{clearTimeout(a),L(o,"uk-transition"),c(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),l==="transitioncanceled"?r():s(o)},{self:!0}),$(o,"uk-transition"),c(o,{transitionProperty:Object.keys(e).map(vi).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n,...e})})))}const K={start:qo,async stop(t){k(t,"transitionend"),await Promise.resolve()},async cancel(t){k(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return x(t,"uk-transition")}},re="uk-animation-";function tn(t,e,i=200,n,o){return Promise.all(g(t).map(s=>new Promise((r,a)=>{k(s,"animationcanceled");const l=setTimeout(()=>k(s,"animationend"),i);M(s,"animationend animationcanceled",({type:h})=>{clearTimeout(l),h==="animationcanceled"?a():r(s),c(s,"animationDuration",""),wi(s,`${re}\\S*`)},{self:!0}),c(s,"animationDuration",`${i}ms`),$(s,e,re+(o?"leave":"enter")),X(e,re)&&(n&&$(s,`uk-transform-origin-${n}`),o&&$(s,`${re}reverse`))})))}const Wo=new RegExp(`${re}(enter|leave)`),it={in:tn,out(t,e,i,n){return tn(t,e,i,n,!0)},inProgress(t){return Wo.test(d(t,"class"))},cancel(t){k(t,"animationcanceled")}};function jo(t){if(document.readyState!=="loading"){t();return}M(document,"DOMContentLoaded",t)}function R(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function en(t){return t=v(t),t.innerHTML="",t}function Be(t,e){return j(e)?v(t).innerHTML:nt(en(t),e)}const Uo=De("prepend"),nt=De("append"),yi=De("before"),Me=De("after");function De(t){return function(e,i){var n;const o=g(b(i)?Ft(i):i);return(n=v(e))==null||n[t](...o),nn(o)}}function $t(t){g(t).forEach(e=>e.remove())}function Ae(t,e){for(e=C(yi(t,e));e.firstChild;)e=e.firstChild;return nt(e,t),e}function ki(t,e){return g(g(t).map(i=>i.hasChildNodes()?Ae(xe(i.childNodes),e):nt(i,e)))}function ae(t){g(t).map(O).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const Vo=/^\s*<(\w+|!)[^>]*>/,Yo=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ft(t){const e=Yo.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return Vo.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,nn(i.childNodes)}function nn(t){return t.length>1?t:t[0]}function mt(t,e){if(Zt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;mt(t,e),t=i}}function v(t,e){return on(t)?C(Ft(t)):fi(t,e)}function A(t,e){return on(t)?g(Ft(t)):se(t,e)}function on(t){return b(t)&&X(t.trim(),"<")}const yt={width:["left","right"],height:["top","bottom"]};function Y(t){const e=Zt(t)?C(t).getBoundingClientRect():{height:st(t),width:le(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 y(t,e){const i=Y(t);if(t){const{scrollY:o,scrollX:s}=Dt(t),r={height:o,width:s};for(const a in yt)for(const l of yt[a])i[l]+=r[a]}if(!e)return i;const n=c(t,"position");bt(c(t,["left","top"]),(o,s)=>c(t,s,e[s]-i[s]+m(n==="absolute"&&o==="auto"?sn(t)[s]:o)))}function sn(t){let{top:e,left:i}=y(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=C(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(Zt(r)){const a=y(r);e-=a.top+m(c(r,"borderTopWidth")),i-=a.left+m(c(r,"borderLeftWidth"))}return{top:e-m(c(t,"marginTop")),left:i-m(c(t,"marginLeft"))}}function kt(t){t=C(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+m(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+m(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=Dt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const st=rn("height"),le=rn("width");function rn(t){const e=vt(t);return(i,n)=>{if(j(n)){if(Bt(i))return i[`inner${e}`];if(Ce(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=C(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:m(n)||0,n-ce(i,t)}else return c(i,t,!n&&n!==0?"":+n+ce(i,t)+"px")}}function ce(t,e,i="border-box"){return c(t,"boxSizing")===i?ee(yt[e].map(vt),n=>m(c(t,`padding${n}`))+m(c(t,`border${n}Width`))):0}function an(t){for(const e in yt)for(const i in yt[e])if(yt[e][i]===t)return yt[e][1-i];return t}function ft(t,e="width",i=window,n=!1){return b(t)?ee(Xo(t),o=>{const s=Ko(o);return s?Zo(s==="vh"?Qo():s==="vw"?le(Dt(i)):n?i[`offset${vt(e)}`]:Y(i)[e],o):o}):m(t)}const Go=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Xo=J(t=>t.toString().replace(/\s/g,"").match(Go)||[]),Jo=/(?:v[hw]|%)$/,Ko=J(t=>(t.match(Jo)||[])[0]);function Zo(t,e){return t*m(e)/100}let he,zt;function Qo(){return he||(zt||(zt=v("<div>"),c(zt,{height:"100vh",position:"fixed"}),T(window,"resize",()=>he=null)),nt(document.body,zt),he=zt.clientHeight,$t(zt),he)}const xt=typeof window<"u",ue=xt&&document.dir==="rtl",Lt=xt&&"ontouchstart"in window,Rt=xt&&window.PointerEvent,qt=Rt?"pointerdown":Lt?"touchstart":"mousedown",ts=Rt?"pointermove":Lt?"touchmove":"mousemove",Wt=Rt?"pointerup":Lt?"touchend":"mouseup",Ne=Rt?"pointerenter":Lt?"":"mouseenter",Ie=Rt?"pointerleave":Lt?"":"mouseleave",He=Rt?"pointercancel":"touchcancel",rt={reads:[],writes:[],read(t){return this.reads.push(t),Si(),t},write(t){return this.writes.push(t),Si(),t},clear(t){cn(this.reads,t),cn(this.writes,t)},flush:xi};function xi(t){ln(rt.reads),ln(rt.writes.splice(0)),rt.scheduled=!1,(rt.reads.length||rt.writes.length)&&Si(t+1)}const es=4;function Si(t){rt.scheduled||(rt.scheduled=!0,t&&t<es?Promise.resolve().then(()=>xi(t)):requestAnimationFrame(()=>xi(1)))}function ln(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function cn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Ci(){}Ci.prototype={positions:[],init(){this.positions=[];let t;this.unbind=T(document,"mousemove",e=>t=Pe(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:o,bottom:s}=e,[r]=this.positions,a=te(this.positions),l=[r,a];return si(a,e)?!1:[[{x:i,y:o},{x:n,y:s}],[{x:i,y:s},{x:n,y:o}]].some(u=>{const p=is(l,u);return p&&si(p,e)})}};function is([{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 hn(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 ns=xt&&window.ResizeObserver;function Fe(t,e,i={box:"border-box"}){if(ns)return fn(ResizeObserver,t,e,i);const n=[T(window,"load resize",e),T(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function Ti(t){return{disconnect:T([window,window.visualViewport],"resize",t)}}function un(t,e,i){return fn(MutationObserver,t,e,i)}function fn(t,e,i,n){const o=new t(i);for(const s of g(e))o.observe(s,n);return o}function dn(t){if(Le(t)&&Ei(t,{func:"playVideo",method:"play"}),ze(t))try{t.play().catch(ot)}catch{}}function pn(t){Le(t)&&Ei(t,{func:"pauseVideo",method:"pause"}),ze(t)&&t.pause()}function gn(t){Le(t)&&Ei(t,{func:"mute",method:"setVolume",value:0}),ze(t)&&(t.muted=!0)}function mn(t){return ze(t)||Le(t)}function ze(t){return R(t,"video")}function Le(t){return R(t,"iframe")&&(vn(t)||wn(t))}function vn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function wn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Ei(t,e){await ss(t),bn(t,e)}function bn(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const _i="_ukPlayer";let os=0;function ss(t){if(t[_i])return t[_i];const e=vn(t),i=wn(t),n=++os;let o;return t[_i]=new Promise(s=>{e&&M(t,"load",()=>{const r=()=>bn(t,{event:"listening",id:n});o=setInterval(r,100),r()}),M(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}${f(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function $n(t,e=0,i=0){return F(t)?oi(...jt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=Z(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(y(t))):!1}function yn(t,{offset:e=0}={}){const i=F(t)?fe(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:p}=a,w=Z(a),E=u-w.height,{height:q,top:D}=i[l-1]?Z(i[l-1]):y(t);let I=Math.ceil(D-w.top-e+h);return e>0&&p<q+e?I+=e:e=0,I>E?(e-=I-E,I=E):I<0&&(e-=I,I=0),()=>n(a,I-h).then(r)},()=>Promise.resolve())();function n(r,a){return new Promise(l=>{const h=r.scrollTop,u=o(Math.abs(a)),p=Date.now();(function w(){const E=s(ht((Date.now()-p)/u));r.scrollTop=h+a*E,E===1?l():requestAnimationFrame(w)})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function kn(t,e=0,i=0){if(!F(t))return 0;const n=St(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=Z(n),a=o-r,l=kt(t)[0]-kt(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return ht((s-h)/(u-h))}function fe(t,e=!1,i=[]){const n=xn(t);let o=Nt(t).reverse();o=o.slice(o.indexOf(n)+1);const s=ke(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>f(["auto","scroll",...i],a))&&(!e||r.scrollHeight>Z(r).height))).reverse()}function St(...t){return fe(...t)[0]}function jt(t){return fe(t,!1,["hidden","clip"])}function Z(t){const e=Dt(t),{visualViewport:i,document:{documentElement:n}}=e;let o=t===xn(t)?e:t;if(Bt(o)&&i){let{height:r,width:a,scale:l,pageTop:h,pageLeft:u}=i;return r=Math.round(r*l),a=Math.round(a*l),{height:r,width:a,top:h,left:u,bottom:h+r,right:u+a}}let s=y(o);if(c(o,"display")==="inline")return s;for(let[r,a,l,h]of[["width","x","left","right"],["height","y","top","bottom"]]){Bt(o)?o=n:s[l]+=m(c(o,`border-${l}-width`));const u=s[r]%1;s[r]=s[a]=o[`client${vt(r)}`]-(u?u<.5?-u:1-u:0),s[h]=s[r]+s[l]}return s}function xn(t){return Dt(t).document.scrollingElement}const G=[["width","x","left","right"],["height","y","top","bottom"]];function Sn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},H(e)||(e=[e,e]),y(t,Cn(t,e,i))}function Cn(t,e,i){const n=Tn(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,p]]of Object.entries(G)){const w=rs(t,e[l],s,o,l);if(Re(n,w,l))continue;let E=0;if(r[l]==="flip"){const q=i.attach.target[l];if(q===p&&n[p]<=w[p]||q===u&&n[u]>=w[u])continue;E=ls(t,e,i,l)[u]-n[u];const D=as(t,e[l],s,l);if(!Re(Oi(n,E,l),D,l)){if(Re(n,D,l))continue;if(i.recursion)return!1;const I=cs(t,e,i);if(I&&Re(I,D,1-l))return I;continue}}else if(r[l]==="shift"){const q=y(e[l]),{offset:D}=i;E=ht(ht(n[u],w[u],w[p]-n[h]),q[u]-n[h]+D[l],q[p]-D[l])-n[u]}a=Oi(a,E,l)}return a}function Tn(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=y(t);for(const[r,[a,,l,h]]of Object.entries(G)){const u=n.target[r]===n.element[r]?Z(e[r]):y(e[r]);s=Oi(s,u[l]-s[l]+En(n.target[r],h,u[a])-En(n.element[r],h,s[a])+ +o[r],r)}return s}function Oi(t,e,i){const[,n,o,s]=G[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function En(t,e,i){return t==="center"?i/2:t===e?i:0}function rs(t,e,i,n,o){let s=On(..._n(t,e).map(Z));return i&&(s[G[o][2]]+=i,s[G[o][3]]-=i),n&&(s=On(s,y(H(n)?n[o]:n))),s}function as(t,e,i,n){const[o,s,r,a]=G[n],[l]=_n(t,e),h=Z(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${vt(r)}`],h[a]=h[r]+l[`scroll${vt(o)}`]),h[r]+=i,h[a]-=i,h}function _n(t,e){return jt(e).filter(i=>_(t,i))}function On(...t){let e={};for(const i of t)for(const[,,n,o]of G)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function Re(t,e,i){const[,,n,o]=G[i];return t[n]>=e[n]&&t[o]<=e[o]}function ls(t,e,{offset:i,attach:n},o){return Tn(t,e,{attach:{element:Pn(n.element,o),target:Pn(n.target,o)},offset:hs(i,o)})}function cs(t,e,i){return Cn(t,e,{...i,attach:{element:i.attach.element.map(Bn).reverse(),target:i.attach.target.map(Bn).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Pn(t,e){const i=[...t],n=G[e].indexOf(t[e]);return~n&&(i[e]=G[e][1-n%2+2]),i}function Bn(t){for(let e=0;e<G.length;e++){const i=G[e].indexOf(t);if(~i)return G[1-e][i%2+2]}}function hs(t,e){return t=[...t],t[e]*=-1,t}var us=Object.freeze({__proto__:null,$:v,$$:A,Animation:it,Dimensions:ai,MouseTracker:Ci,Transition:K,addClass:$,after:Me,append:nt,apply:mt,assign:Se,attr:d,before:yi,boxModelAdjust:ce,camelize:Jt,children:tt,clamp:ht,closest:z,createEvent:Oe,css:c,data:At,dimensions:Y,each:bt,empty:en,endsWith:Kt,escape:di,fastdom:rt,filter:ne,find:fi,findAll:se,findIndex:ke,flipPosition:an,fragment:Ft,getEventPos:Pe,getIndex:gt,getTargetedElement:ui,hasAttr:ut,hasClass:x,hasOwn:lt,hasTouch:Lt,height:st,html:Be,hyphenate:Pt,inBrowser:xt,includes:f,index:hi,intersectRect:oi,isArray:H,isBoolean:Mt,isDocument:Ce,isElement:Zt,isEmpty:Qe,isEqual:Vi,isFocusable:ci,isFunction:W,isInView:$n,isInput:Gi,isNode:Te,isNumber:Ze,isNumeric:wt,isObject:pt,isPlainObject:ct,isRtl:ue,isSameSiteAnchor:It,isString:b,isTag:R,isTouch:Ht,isUndefined:j,isVideo:mn,isVisible:F,isVoidElement:li,isWindow:Bt,last:te,matches:S,memoize:J,mute:gn,noop:ot,observeIntersection:hn,observeMutation:un,observeResize:Fe,observeViewportResize:Ti,off:pi,offset:y,offsetPosition:kt,offsetViewport:Z,on:T,once:M,overflowParents:jt,parent:O,parents:Nt,pause:pn,pick:ni,play:dn,pointInRect:si,pointerCancel:He,pointerDown:qt,pointerEnter:Ne,pointerLeave:Ie,pointerMove:ts,pointerUp:Wt,position:sn,positionAt:Sn,prepend:Uo,propName:vi,query:et,queryAll:oe,ready:jo,remove:$t,removeAttr:ie,removeClass:L,removeClasses:wi,replaceClass:bi,scrollIntoView:yn,scrollParent:St,scrollParents:fe,scrolledOver:kn,selFocusable:_e,selInput:Ee,sortBy:ii,startsWith:X,sumBy:ee,swap:ei,toArray:xe,toBoolean:ti,toEventTargets:mi,toFloat:m,toNode:C,toNodes:g,toNumber:Qt,toPx:ft,toWindow:Dt,toggleClass:V,trigger:k,ucfirst:vt,uniqueBy:Eo,unwrap:ae,width:le,within:_,wrapAll:Ae,wrapInner:ki});function fs(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))Mn(t,n,i);t._initial=!0}function Mn(t,e,i){t._watches.push({name:i,...ct(e)?e:{handler:e}})}function ds(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||lt(e,i)&&!Vi(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function ps(t){t._data={},t._updates=[...t.$options.update||[]]}function gs(t,e){t._updates.unshift(e)}function ms(t){delete t._data}function qe(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,rt.read(()=>{t._connected&&vs(t,t._queued),delete t._queued})),t._queued.add(e.type||e))}function vs(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&&ct(s)&&Se(t._data,s)),n&&s!==!1&&rt.write(()=>{t._connected&&n.call(t,t._data,e)})}}function ws(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Dn(t,i,e[i])}function Dn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;return lt(n,e)||(n[e]=(i.get||i).call(t,o,s)),n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,j(o[e])&&delete o[e]}})}function bs(t){t._hasComputed&&(gs(t,{read:()=>ds(t,An(t)),events:["resize","computed"]}),ys(),de.add(t))}function $s(t){de==null||de.delete(t),An(t)}function An(t){const e={...t._computed};return t._computed={},e}let Pi,de;function ys(){Pi||(de=new Set,Pi=new MutationObserver(()=>{for(const t of de)qe(t,"computed")}),Pi.observe(document,{childList:!0,subtree:!0}))}function ks(t){t._events=[];for(const e of t.$options.events||[])if(lt(e,"handler"))Bi(t,e);else for(const i in e)Bi(t,e[i],i)}function xs(t){t._events.forEach(e=>e()),delete t._events}function Bi(t,e,i){let{name:n,el:o,handler:s,capture:r,passive:a,delegate:l,filter:h,self:u}=ct(e)?e:{name:i,handler:e};if(o=W(o)?o.call(t,t):o||t.$el,H(o)){o.forEach(p=>Bi(t,{...e,el:p},i));return}!o||h&&!h.call(t)||t._events.push(T(o,n,l?b(l)?l:l.call(t,t):null,b(s)?t[s]:s.bind(t),{passive:a,capture:r,self:u}))}function Ss(t){t._observers=[];for(const e of t.$options.observe||[])if(lt(e,"handler"))In(t,e);else for(const i of e)In(t,i)}function Nn(t,...e){t._observers.push(...e)}function Cs(t){for(const e of t._observers)e.disconnect()}function In(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._observers.length}`;W(n)&&!lt(t,l)&&Dn(t,l,()=>n.call(t,t)),o=b(o)?t[o]:o.bind(t),W(s)&&(s=s.call(t,t));const h=lt(t,l)?t[l]:n,u=i(h,o,s,a);W(n)&&H(t[l])&&u.unobserve&&Mn(t,{handler:Ts(u),immediate:!1},l),Nn(t,u)}function Ts(t){return(e,i)=>{for(const n of i)!f(e,n)&&t.unobserve(n);for(const n of e)!f(i,n)&&t.observe(n)}}const B={};B.events=B.watch=B.observe=B.created=B.beforeConnect=B.connected=B.beforeDisconnect=B.disconnected=B.destroy=Mi,B.args=function(t,e){return e!==!1&&Mi(e||t)},B.update=function(t,e){return ii(Mi(t,W(e)?{read:e}:e),"order")},B.props=function(t,e){if(H(e)){const i={};for(const n of e)i[n]=String;e=i}return B.methods(t,e)},B.computed=B.methods=function(t,e){return e?t?{...t,...e}:e:t},B.i18n=B.data=function(t,e,i){return i?Hn(t,e,i):e?t?function(n){return Hn(t,e,n)}:e:t};function Hn(t,e,i){return B.computed(W(t)?t.call(i,i):t,W(e)?e.call(i,i):e)}function Mi(t,e){return t=t&&!H(t)?[t]:t,e?t?t.concat(e):H(e)?e:[e]:t}function Es(t,e){return j(e)?t:e}function pe(t,e,i){const n={};if(W(e)&&(e=e.options),e.extends&&(t=pe(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=pe(t,s,i);for(const s in t)o(s);for(const s in e)lt(t,s)||o(s);function o(s){n[s]=(B[s]||Es)(t[s],e[s],i)}return n}function Di(t,e=[]){try{return t?X(t,"{")?JSON.parse(t):e.length&&!f(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!j(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function Ai(t,e){return t===Boolean?ti(e):t===Number?Qt(e):t==="list"?_s(e):t===Object&&b(e)?Di(e):t?t(e):e}function _s(t){return H(t)?t:b(t)?t.split(/,(?![^(]*\))/).map(e=>wt(e)?Qt(e):ti(e.trim())):[t]}function Os(t){const e=Fn(t.$options);for(let n in e)j(e[n])||(t.$props[n]=e[n]);const i=[t.$options.computed,t.$options.methods];for(let n in t.$props)n in e&&Ps(i,n)&&(t[n]=t.$props[n])}function Fn(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=Pt(a);let h=At(o,l);j(h)||(h=n[a]===Boolean&&h===""?!0:Ai(n[a],h),!(l==="target"&&X(h,"_"))&&(e[a]=h))}const r=Di(At(o,s),i);for(const a in r){const l=Jt(a);j(n[l])||(e[l]=Ai(n[l],r[a]))}return e}function Ps(t,e){return t.every(i=>!i||!lt(i,e))}function Bs(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const r=Object.keys(o),a=r.map(h=>Pt(h)).concat(n),l=new MutationObserver(h=>{const u=Fn(e);h.some(({attributeName:p})=>{const w=p.replace("data-","");return(w===n?r:[Jt(w),Jt(p)]).some(E=>!j(u[E])&&u[E]!==i[E])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a.concat(a.map(h=>`data-${h}`))}),Nn(t,l)}function Ut(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function Ni(t){t._connected||(Os(t),Ut(t,"beforeConnect"),t._connected=!0,ks(t),ps(t),fs(t),Ss(t),Bs(t),bs(t),Ut(t,"connected"),qe(t))}function Ii(t){t._connected&&(Ut(t,"beforeDisconnect"),xs(t),ms(t),Cs(t),$s(t),Ut(t,"disconnected"),t._connected=!1)}let Ms=0;function zn(t,e={}){e.data=Ns(e,t.constructor.options),t.$options=pe(t.constructor.options,e,t),t.$props={},t._uid=Ms++,Ds(t),As(t),ws(t),Ut(t,"created"),e.el&&t.$mount(e.el)}function Ds(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function As(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Ns({data:t={}},{args:e=[],props:i={}}){H(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(ct(o)?Se(n,o):n[e[s]]=o,n),{}));for(const n in t)j(t[n])?delete t[n]:i[n]&&(t[n]=Ai(i[n],t[n]));return t}const Q=function(t){zn(this,t)};Q.util=us,Q.options={},Q.version="3.16.20-dev.d039a55d0";const Is="uk-",Ct="__uikit__",Vt={};function Ln(t,e){var i;const n=Is+Pt(t);if(!e)return ct(Vt[n])&&(Vt[n]=Q.extend(Vt[n])),Vt[n];t=Jt(t),Q[t]=(s,r)=>ge(t,s,r);const o=ct(e)?{...e}:e.options;return o.id=n,o.name=t,(i=o.install)==null||i.call(o,Q,o,t),Q._initialized&&!o.functional&&requestAnimationFrame(()=>ge(t,`[${n}],[data-${n}]`)),Vt[n]=o}function ge(t,e,i,...n){const o=Ln(t);return o.options.functional?new o({data:ct(e)?e:[e,i,...n]}):e?A(e).map(s)[0]:s();function s(r){const a=We(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Tt(t){return(t==null?void 0:t[Ct])||{}}function We(t,e){return Tt(t)[e]}function Hs(t,e){t[Ct]||(t[Ct]={}),t[Ct][e.$options.name]=e}function Fs(t,e){var i;(i=t[Ct])==null||delete i[e.$options.name],Qe(t[Ct])||delete t[Ct]}function zs(t){t.component=Ln,t.getComponents=Tt,t.getComponent=We,t.update=Rn,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(b(n)?this.component(n):n)||this,n.options=pe(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){zn(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=pe(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=v(i)}})}function Rn(t,e){t=t?C(t):document.body;for(const i of Nt(t).reverse())qn(i,e);mt(t,i=>qn(i,e))}function qn(t,e){const i=Tt(t);for(const n in i)qe(i[n],e)}function Ls(t){t.prototype.$mount=function(e){const i=this;Hs(e,i),i.$options.el=e,_(e,document)&&Ni(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Ii(i),Ut(i,"destroy"),Fs(n,i),e&&$t(i.$el)},t.prototype.$create=ge,t.prototype.$emit=function(e){qe(this,e)},t.prototype.$update=function(e=this.$el,i){Rn(e,i)},t.prototype.$reset=function(){Ii(this),Ni(this)},t.prototype.$getComponent=We,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}function me(t,e=t.$el,i=""){if(e.id)return e.id;let n=`${t.$options.id}-${t._uid}${i}`;return v(`#${n}`)&&(n=me(t,e,`${i}-2`)),n}zs(Q),Ls(Q);function Rs(t){xt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>Wn(t)):new MutationObserver((e,i)=>{document.body&&(Wn(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function Wn(t){k(document,"uikit:init",t),document.body&&mt(document.body,jn),new MutationObserver(e=>e.forEach(qs)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(e=>e.forEach(Ws)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0}function qs({addedNodes:t,removedNodes:e}){for(const i of t)mt(i,jn);for(const i of e)mt(i,js)}function Ws({target:t,attributeName:e}){var i;const n=Un(e);if(n){if(ut(t,e)){ge(n,t);return}(i=We(t,n))==null||i.$destroy()}}function jn(t){const e=Tt(t);for(const i in Tt(t))Ni(e[i]);for(const i of t.getAttributeNames()){const n=Un(i);n&&ge(n,t)}}function js(t){const e=Tt(t);for(const i in Tt(t))Ii(e[i])}function Un(t){X(t,"data-")&&(t=t.slice(5));const e=Vt[t];return e&&(ct(e)?e:e.options).name}var at={connected(){$(this.$el,this.$options.id)}},Yt={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-togglabe-enter",clsLeave:"uk-togglabe-leave"},computed:{hasAnimation({animation:t}){return!!t[0]},hasTransition({animation:t}){return["slide","reveal"].some(e=>X(t[0],e))}},methods:{async toggleElement(t,e,i){try{return await Promise.all(g(t).map(n=>{const o=Mt(e)?e:!this.isToggled(n);if(!k(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(W(i)?i:i===!1||!this.hasAnimation?Us:this.hasTransition?Vs:Ys)(n,o,this),r=o?this.clsEnter:this.clsLeave;$(n,r),k(n,o?"show":"hide",[this]);const a=()=>{L(n,r),k(n,o?"shown":"hidden",[this])};return s?s.then(a,()=>(L(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=C(t),x(t,this.clsEnter)?!0:x(t,this.clsLeave)?!1:this.cls?x(t,this.cls.split(" ")[0]):F(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=f(this.cls," ")||e!==x(t,this.cls),i&&V(t,this.cls,f(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),A("[autofocus]",t).some(n=>F(n)?n.focus()||!0:n.blur()),i&&k(t,"toggled",[e,this])}}};function Us(t,e,{_toggle:i}){return it.cancel(t),K.cancel(t),i(t,e)}async function Vs(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"]],p=u[f(u[0],h)?0:1],w=p[1]===h,q=["width","height"][u.indexOf(p)],D=`margin-${p[0]}`,I=`margin-${h}`;let $e=Y(t)[q];const Ha=K.inProgress(t);await K.cancel(t),e&&r(t,!0);const Fa=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",D,I].map(So=>[So,t.style[So]])),ye=Y(t),Ui=m(c(t,D)),yo=m(c(t,I)),Ot=ye[q]+yo;!Ha&&!e&&($e+=yo);const[Je]=ki(t,"<div>");c(Je,{boxSizing:"border-box",height:ye.height,width:ye.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",I])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[I]:0,width:ye.width,height:ye.height,overflow:"hidden",[q]:$e});const ko=$e/Ot;n=(o*Ot+n)*(e?1-ko:ko);const xo={[q]:e?Ot:0};w&&(c(t,D,Ot-$e+Ui),xo[D]=e?Ui:Ot+Ui),!w^l==="reveal"&&(c(Je,D,-Ot+$e),K.start(Je,{[D]:e?0:-Ot},n,s));try{await K.start(t,xo,n,s)}finally{c(t,Fa),ae(Je.firstChild),e||r(t,!1)}}function Ys(t,e,i){it.cancel(t);const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),it.in(t,n[0],o,i.origin)):it.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const P={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};function dt(t){return we(Fe,t,"resize")}function ve(t){return we(hn,t)}function Vn(t){return we(un,t)}function je(t={}){return ve({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of g(W(n)?n(this):n))A('[loading="lazy"]',s).slice(0,o-1).forEach(r=>ie(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function Gs(){return we((t,e)=>Ti(e))}function Hi(t){return we((e,i)=>({disconnect:T(e,"scroll",i,{passive:!0,capture:!0})}),{target:()=>document,...t},"scroll")}function Yn(t){return{observe(e,i){return{observe:ot,unobserve:ot,disconnect:T(e,qt,i,{passive:!0})}},handler(e){if(!Ht(e))return;const i=Pe(e),n="tagName"in e.target?e.target:O(e.target);M(document,`${Wt} ${He} scroll`,o=>{const{x:s,y:r}=Pe(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{k(n,"swipe"),k(n,`swipe${Xs(i.x,i.y,s,r)}`)})})},...t}}function we(t,e,i){return{observe:t,handler(){this.$emit(i)},...e}}function Xs(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}var Gn={mixins:[at,Yt],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){return A(t,e)},toggles({toggle:t}){return this.items.map(e=>v(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||v(t,e)})}},watch:{items(t,e){if(e||x(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=x(this.items.find(n=>_(e,n)),this.clsOpen);Ue(e,!i)}this.$emit()}},observe:je(),events:[{name:"click keydown",delegate(){return`${this.targets} ${this.$props.toggle}`},async handler(t){var e;t.type==="keydown"&&t.keyCode!==P.SPACE||(t.preventDefault(),(e=this._off)==null||e.call(this),this._off=Ks(t.target),await this.toggle(hi(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate(){return this.targets},handler(){this.$emit()}}],update(){const t=ne(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=me(this,i,`-title-${e}`),n.id=me(this,n,`-content-${e}`);const o=f(t,this.items[e]);d(i,{role:R(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),d(n,{role:"region","aria-labelledby":i.id}),R(n,"ul")&&d(tt(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[gt(t,this.items)];let i=[t];const n=ne(this.items,`.${this.clsOpen}`);if(!this.multiple&&!f(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&f(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!f(n,o),(s,r)=>{if(V(s,this.clsOpen,r),e===!1||!this.animation){Ue(v(this.content,s),!r);return}return Js(s,r,this)})))}}};function Ue(t,e){t&&(t.hidden=e)}async function Js(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||v(i,t),t._wrapper||(t._wrapper=Ae(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=m(c(a,"height"));await K.cancel(a),Ue(i,!1);const h=ee(["marginTop","marginBottom"],p=>c(i,p))+Y(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await K.start(a,{height:e?h:0},n,s),ae(i),delete t._wrapper,e||Ue(i,!0)}function Ks(t){const e=St(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=t.getBoundingClientRect();o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var Zs={mixins:[at,Yt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,Qs),this.$destroy(!0)}}};function Qs(t,e,{duration:i,transition:n,velocity:o}){const s=m(c(t,"height"));return c(t,"height",s),K.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var Xn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView=this.autoplay==="inview",this.inView&&!ut(this.$el,"preload")&&(this.$el.preload="none"),R(this.$el,"iframe")&&!ut(this.$el,"allow")&&(this.$el.allow="autoplay"),this.automute&&gn(this.$el)},observe:[ve({args:{intersecting:!1}}),dt()],update:{read({visible:t}){return mn(this.$el)?{prev:t,visible:F(this.$el),inView:this.inView&&$n(this.$el)}:!1},write({prev:t,visible:e,inView:i}){!e||this.inView&&!i?pn(this.$el):(this.autoplay===!0&&!t||i)&&dn(this.$el)},events:["resize"]}},tr={mixins:[Xn],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},observe:dt({target:({$el:t})=>[Jn(t)||O(t)]}),update:{read(){const{ratio:t,cover:e}=ai,{$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}=Jn(i)||O(i),l=e(s,{width:a+(a%2?1:0),height:r+(r%2?1:0)});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function Jn(t){for(;t=O(t);)if(c(t,"position")!=="static")return t}var er={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${ue?"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=f(["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:an(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=ir(t),a=Y(t);c(t,{top:-a.height,left:-a.width}),Sn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t){return ft(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(f(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:ft(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(f(["left","top"],this.align)?1:-1)},getViewportOffset(t){return ft(c(t,"--uk-position-viewport-offset"))}}};function ir(t){const e=St(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}var Fi={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&v(t)}}};let zi;function Kn(t){const e=T(t,"touchmove",n=>{if(n.targetTouches.length!==1||S(n.target,'input[type="range"'))return;let{scrollHeight:o,clientHeight:s}=St(n.target);s>=o&&n.cancelable&&n.preventDefault()},{passive:!1});if(zi)return e;zi=!0;const{scrollingElement:i}=document;return c(i,{overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:le(window)-i.clientWidth||""}),()=>{zi=!1,e(),c(i,{overflowY:"",touchAction:"",paddingRight:""})}}let N;var Zn={mixins:[Fi,er,Yt],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},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},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[et(e||t,n)||window,et(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:et(e,n),i===!0?window:et(i,n)]}},created(){this.tracker=new Ci},beforeConnect(){this.clsDrop=this.$props.clsDrop||`uk-${this.$options.name}`},connected(){$(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=sr(this)),this._style=ni(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),N=null),c(this.$el,this._style)},observe:je({target:({toggle:t,$el:e})=>et(t,e),targets:({$el:t})=>t}),events:[{name:"click",delegate(){return".uk-drop-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href*="#"]'},handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&It(e)&&!_(i,this.$el)&&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(),S(this.$el,":focus,:hover")||this.hide()}},{name:`${Ne} focusin`,filter(){return f(this.mode,"hover")},handler(t){Ht(t)||this.clearTimers()}},{name:`${Ie} focusout`,filter(){return f(this.mode,"hover")},handler(t){!Ht(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){d(this.targetEl,"aria-expanded",e?!0:null),e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){N=this,this.tracker.init();const t=[rr(this),lr(this),cr(this),this.autoUpdate&&ar(this),!this.bgScroll&&Kn(this.$el)];M(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){N=N===null&&_(t,this.$el)&&this.isToggled()?this:N;return}N=this.isActive()?null:N,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!x(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(N){if(e&&N.isDelaying){this.showTimer=setTimeout(()=>S(t,":hover")&&this.show(),10);return}let i;for(;N&&i!==N&&!_(this.$el,N.$el);)i=N,N.hide(!1,!1)}this.container&&O(this.$el)!==this.container&&nt(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.isDelaying=nr(this.$el).some(n=>this.tracker.movesTo(n)),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,this.isDelaying=!1},isActive(){return N===this},position(){L(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const t=this.target.map(o=>or(this.$el,o)),e=this.getViewportOffset(this.$el),i=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[s,r]]of i)this.axis!==s&&f([s,!0],this.stretch)&&c(this.$el,{[r]:Math.min(y(this.boundary[o])[r],t[o][r]-2*e),[`overflow-${s}`]:"auto"});const n=t[0].width-2*e;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&$(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[s,r,a,l]]of i)if(this.axis===s&&f([s,!0],this.stretch)){const h=Math.abs(this.getPositionOffset(this.$el)),u=y(this.target[o]),p=y(this.$el);c(this.$el,{[r]:(u[a]>p[a]?u[this.inset?l:a]-Math.max(y(this.boundary[o])[a],t[o][a]+e):Math.min(y(this.boundary[o])[l],t[o][l]-e)-u[this.inset?a:l])-h,[`overflow-${s}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}}}};function nr(t){const e=[];return mt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}function or(t,e){return Z(jt(e).find(i=>_(t,i)))}function sr(t){const{$el:e}=t.$create("toggle",et(t.toggle,t.$el),{target:t.$el,mode:t.mode});return d(e,"aria-haspopup",!0),e}function rr(t){const e=()=>t.$emit(),i=[Ti(e),Fe(jt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function ar(t){return T([document,...jt(t.$el)],"scroll",()=>t.$emit(),{passive:!0})}function lr(t){return T(document,"keydown",e=>{e.keyCode===P.ESC&&t.hide(!1)})}function cr(t){return T(document,qt,({target:e})=>{_(e,t.$el)||M(document,`${Wt} ${He} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Wt&&e===o&&!(t.targetEl&&_(e,t.targetEl))&&t.hide(!1)},!0)})}var Qn={mixins:[at,Fi],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},data:{align:ue?"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){return et(t,e)||e},dropbar({dropbar:t}){return t?(t=this._dropbar||et(t,this.$el)||v(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=v("<div></div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=A(`.${t}`,e);if(this.dropContainer!==e)for(const o of A(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!f(n,o)&&s&&_(s,this.$el)&&n.push(o)}return n},items({selNavItem:t},e){return A(t,e)}},watch:{dropbar(t){$(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}},disconnected(){$t(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.selNavItem},handler({current:t}){const e=this.getActive();e&&f(e.mode,"hover")&&e.targetEl&&!_(e.targetEl,t)&&!e.isDelaying&&e.hide(!1)}},{name:"keydown",self:!0,delegate(){return this.selNavItem},handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();n===P.DOWN&&(o==null?void 0:o.targetEl)===i&&(t.preventDefault(),(e=v(_e,o.$el))==null||e.focus()),to(t,this.items,o)}},{name:"keydown",el(){return this.dropContainer},delegate(){return`.${this.clsDrop}`},handler(t){var e;const{current:i,keyCode:n}=t;if(!f(this.dropdowns,i))return;const o=this.getActive();let s=-1;if(n===P.HOME?s=0:n===P.END?s="last":n===P.UP?s="previous":n===P.DOWN?s="next":n===P.ESC&&((e=o.targetEl)==null||e.focus()),~s){t.preventDefault();const r=A(_e,i);r[gt(s,r,ke(r,a=>S(a,":focus")))].focus()}to(t,this.items,o)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&f(t.mode,"hover")&&!this.dropdowns.some(e=>S(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&Me(this.dropbarAnchor,this.dropbar),$(t,`${this.clsDrop}-dropbar`))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=Nt(t,`.${this.clsDrop}`).concat(t).map(a=>y(a)),o=Math.min(...n.map(({top:a})=>a)),s=Math.max(...n.map(({bottom:a})=>a)),r=y(this.dropbar);c(this.dropbar,"top",this.dropbar.offsetTop-(r.top-o)),this.transitionTo(s-o+m(c(t,"marginBottom")),t)};this._observer=Fe([e.$el,...e.target],i),i()}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t){const e=this.getActive();S(this.dropbar,":hover")&&e.$el===t.target&&!this.items.some(i=>e.targetEl!==i&&S(i,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},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 f(this.dropdowns,(t=N)==null?void 0:t.$el)&&N},async transitionTo(t,e){const{dropbar:i}=this,n=st(i);e=n<t&&e,await K.cancel([e,i]),c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),st(i,n),await Promise.all([K.start(i,{height:t},this.duration),K.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:""}))]).catch(ot)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return this.getDropdown(t)&&x(t,this.clsDrop)}}};function to(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===P.HOME?l=0:a===P.END?l="last":a===P.LEFT?l="previous":a===P.RIGHT?l="next":a===P.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[gt(l,e,e.indexOf(i.targetEl||r))].focus())}var hr={mixins:[at],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return v(Ee,e)},state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&O(this.input)===e&&this.input.nextElementSibling||v(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=Gi(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:S(i,"select")&&(n=A("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(){return z(this.$el,"form")},handler(){this.$emit()}}]},eo={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Vn({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),dt({target:({$el:t})=>[t,...tt(t)]})],update:{read(){const t=io(this.$el.children);return{rows:t,columns:ur(t)}},write({columns:t,rows:e}){for(const i of e)for(const n of i)V(n,this.margin,e[0]!==i),V(n,this.firstColumn,t[0].includes(n))},events:["resize"]}};function io(t){return no(t,"top","bottom")}function ur(t){const e=[];for(const i of t){const n=no(i,"left","right");for(let o=0;o<n.length;o++)e[o]=e[o]?e[o].concat(n[o]):n[o]}return ue?e.reverse():e}function no(t,e,i){const n=[[]];for(const o of t){if(!F(o))continue;let s=Ve(o);for(let r=n.length-1;r>=0;r--){const a=n[r];if(!a[0]){a.push(o);break}let l;if(a[0].offsetParent===o.offsetParent?l=Ve(a[0]):(s=Ve(o,!0),l=Ve(a[0],!0)),s[e]>=l[i]-1&&s[e]!==l[e]){n.push([o]);break}if(s[i]-1>l[e]||s[e]===l[e]){a.push(o);break}if(r===0){n.unshift([o]);break}}}return n}function Ve(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=kt(t)),{top:i,left:n,bottom:i+o,right:n+s}}var fr={extends:eo,mixins:[at],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&$(this.$el,"uk-flex-top uk-flex-wrap-top")},observe:Hi({filter:({parallax:t})=>t}),update:[{write({columns:t}){V(this.$el,this.clsStack,t.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||oo(this.$el))return t.translates=!1,!1;let n=!1;const o=tt(this.$el),s=e.map(h=>ee(h,"offsetHeight")),r=pr(o,this.margin)*(i.length-1),a=Math.max(...s)+r;this.masonry&&(e=e.map(h=>ii(h,"offsetTop")),n=dr(i,e));let l=Math.abs(this.parallax);return l&&(l=s.reduce((h,u,p)=>Math.max(h,u+r+(p%2?l:l/8)-a),0)),{padding:l,columns:e,translates:n,height:n?a:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read(){return this.parallax&&oo(this.$el)?!1:{scrolled:this.parallax?kn(this.$el)*Math.abs(this.parallax):!1}},write({columns:t,scrolled:e,translates:i}){e===!1&&!i||t.forEach((n,o)=>n.forEach((s,r)=>c(s,"transform",!e&&!i?"":`translateY(${(i&&-i[o][r])+(e?o%2?e:e/8:0)}px)`)))},events:["scroll","resize"]}]};function oo(t){return tt(t).some(e=>c(e,"position")==="absolute")}function dr(t,e){const i=t.map(n=>Math.max(...n.map(o=>o.offsetHeight)));return e.map(n=>{let o=0;return n.map((s,r)=>o+=r?i[r-1]-n[r-1].offsetHeight:0)})}function pr(t,e){const[i]=t.filter(n=>x(n,e));return m(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}var gr={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements({target:t},e){return A(t,e)}},observe:dt({target:({$el:t,elements:e})=>[t,...e]}),update:{read(){return{rows:(this.row?io(this.elements):[this.elements]).map(mr)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function mr(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(vr);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function vr(t){const e=ni(t.style,["display","minHeight"]);F(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=Y(t).height-ce(t,"height","content-box");return c(t,e),i}var wr={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},observe:dt({target:({$el:t})=>[t,...fe(t)]}),update:{read({minHeight:t}){if(!F(this.$el))return!1;let e="";const i=ce(this.$el,"height","content-box"),{body:n,scrollingElement:o}=document,s=St(this.$el),{height:r}=Z(s===n?o:s);if(this.expand)e=Math.max(r-(Y(s).height-Y(this.$el).height)-i,0);else{const a=o===s||n===s;if(e=`calc(${a?"100vh":`${r}px`}`,this.offsetTop)if(a){const l=kt(this.$el)[0]-kt(s)[0];e+=l>0&&l<r/2?` - ${l}px`:""}else e+=` - ${c(s,"paddingTop")}`;this.offsetBottom===!0?e+=` - ${Y(this.$el.nextElementSibling).height}px`:wt(this.offsetBottom)?e+=` - ${this.offsetBottom}vh`:this.offsetBottom&&Kt(this.offsetBottom,"px")?e+=` - ${m(this.offsetBottom)}px`:b(this.offsetBottom)&&(e+=` - ${Y(et(this.offsetBottom,this.$el)).height}px`),e+=`${i?` - ${i}px`:""})`}return{minHeight:e,prev:t}},write({minHeight:t}){c(this.$el,{minHeight:t}),this.minHeight&&m(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},so={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=br(t,this.$el);return this.svgEl&&e!==this.svgEl&&$t(this.svgEl),$r.call(this,e,t),this.svgEl=e},ot)},disconnected(){this.svg.then(t=>{this._connected||(li(this.$el)&&(this.$el.hidden=!1),$t(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function br(t,e){if(li(e)||R(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return ro(t,n)?n:Me(e,t)}const i=e.lastElementChild;return ro(t,i)?i:nt(e,t)}function ro(t,e){return R(t,"svg")&&R(e,"svg")&&t.innerHTML===e.innerHTML}function $r(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>d(e,s)));const o=d(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>d(t,i[r],m(s)*this.ratio||null))}var ao={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++]||""))||""}}},yr='<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>',kr='<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>',xr='<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>',Sr='<svg width="20" height="20" viewBox="0 0 20 20"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',Cr='<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>',Tr='<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>',Er='<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>',_r='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-animate svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle 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 class="line-1" y="3" width="20" height="2"/><rect class="line-2" y="9" width="20" height="2"/><rect class="line-3" y="9" width="20" height="2"/><rect class="line-4" y="15" width="20" height="2"/></svg>',Or='<svg width="40" height="40" viewBox="0 0 40 40"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',Pr='<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>',Br='<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>',Mr='<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>',Dr='<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>',Ar='<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>',Nr='<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>',Ir='<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>',Hr='<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>',Fr='<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>',zr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Lr='<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>';const Ye={spinner:zr,totop:Lr,marker:Sr,"close-icon":yr,"close-large":kr,"drop-parent-icon":xr,"nav-parent-icon":Cr,"nav-parent-icon-large":Tr,"navbar-parent-icon":Er,"navbar-toggle-icon":_r,"overlay-icon":Or,"pagination-next":Pr,"pagination-previous":Br,"search-icon":Mr,"search-large":Dr,"search-navbar":Ar,"slidenav-next":Nr,"slidenav-next-large":Ir,"slidenav-previous":Hr,"slidenav-previous-large":Fr},Li={install:Jr,mixins:[so],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){$(this.$el,"uk-icon")},methods:{async getSvg(){const t=Kr(this.icon);if(!t)throw"Icon not found.";return t}}},Et={args:!1,extends:Li,data:t=>({icon:Pt(t.constructor.options.name)}),beforeConnect(){$(this.$el,this.$options.id)}},Rr={extends:Et,beforeConnect(){const t=this.$props.icon;this.icon=z(this.$el,".uk-nav-primary")?`${t}-large`:t}},qr={extends:Et,mixins:[ao],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){if(this.icon=x(this.$el,"uk-search-icon")&&Nt(this.$el,".uk-search-large").length?"search-large":Nt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon,!ut(this.$el,"aria-label"))if(x(this.$el,"uk-search-toggle")||x(this.$el,"uk-navbar-toggle")){const t=this.t("toggle");d(this.$el,"aria-label",t)}else{const t=z(this.$el,"a,button");if(t){const e=this.t("submit");d(t,"aria-label",e)}}}},Wr={extends:Et,beforeConnect(){d(this.$el,"role","status")},methods:{async getSvg(){const t=await Li.methods.getSvg.call(this);return this.ratio!==1&&c(v("circle",t),"strokeWidth",1/this.ratio),t}}},_t={extends:Et,mixins:[ao],beforeConnect(){const t=z(this.$el,"a,button");d(t,"role",this.role!==null&&R(t,"a")?"button":this.role);const e=this.t("label");e&&!ut(t,"aria-label")&&d(t,"aria-label",e)}},lo={extends:_t,beforeConnect(){$(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=x(this.$el,"uk-slidenav-large")?`${t}-large`:t}},jr={extends:_t,i18n:{label:"Open menu"}},Ur={extends:_t,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${x(this.$el,"uk-close-large")?"large":"icon"}`}},Vr={extends:_t,i18n:{label:"Open"}},Yr={extends:_t,i18n:{label:"Back to top"}},Gr={extends:_t,i18n:{label:"Next page"},data:{role:null}},Xr={extends:_t,i18n:{label:"Previous page"},data:{role:null}},Ge={};function Jr(t){t.icon.add=(e,i)=>{const n=b(e)?{[e]:i}:e;bt(n,(o,s)=>{Ye[s]=o,delete Ge[s]}),t._initialized&&mt(document.body,o=>bt(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}function Kr(t){return Ye[t]?(Ge[t]||(Ge[t]=v((Ye[Zr(t)]||Ye[t]).trim())),Ge[t].cloneNode(!0)):null}function Zr(t){return ue?ei(ei(t,"left","right"),"previous","next"):t}const Qr=xt&&"loading"in HTMLImageElement.prototype;var ta={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}Qr&&Xe(this.$el)&&(this.$el.loading="lazy",Ri(this.$el)),sa(this.$el)},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:ve({target:({$el:t,$props:e})=>[t,...oe(e.target,t)],handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy"}),methods:{load(){if(this.img)return this.img;const t=Xe(this.$el)?this.$el:ia(this.$el,this.dataSrc,this.sources);return ie(t,"loading"),Ri(this.$el,t.currentSrc),this.img=t}}};function Ri(t,e){if(Xe(t)){const i=O(t);(R(i,"picture")?tt(i):[t]).forEach(o=>co(o,o))}else e&&!f(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${di(e)})`),k(t,Oe("load",!1)))}const ea=["data-src","data-srcset","sizes"];function co(t,e){for(const i of ea){const n=At(t,i);n&&d(e,i.replace(/^(data-)+/,""),n)}}function ia(t,e,i){const n=new Image;return na(n,i),co(t,n),n.onload=()=>{Ri(t,n.currentSrc)},d(n,"src",e),n}function na(t,e){if(e=oa(e),e.length){const i=Ft("<picture>");for(const n of e){const o=Ft("<source>");d(o,n),nt(i,o)}nt(i,t)}}function oa(t){if(!t)return[];if(X(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Di(t);return H(t)||(t=[t]),t.filter(e=>!Qe(e))}function sa(t){Xe(t)&&!ut(t,"src")&&d(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Xe(t){return R(t,"img")}var qi={props:{media:Boolean},data:{media:!1},connected(){const t=ra(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,k(this.$el,Oe("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=T(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function ra(t,e){if(b(t)){if(X(t,"@"))t=m(c(e,`--uk-breakpoint-${t.substr(1)}`));else if(isNaN(t))return t}return t&&wt(t)?`(min-width: ${t}px)`:""}var aa={mixins:[at,qi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill({fill:t}){return t||c(this.$el,"--uk-leader-fill-content")}},connected(){[this.wrapper]=ki(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){ae(this.wrapper.childNodes)},observe:dt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){V(this.wrapper,this.clsHide,i),d(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const U=[];var ho={mixins:[at,Fi,Yt],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){return v(t,e)},transitionElement(){return this.panel},bgClose({bgClose:t}){return t&&this.panel}},connected(){d(this.panel||this.$el,"role",this.role),this.overlay&&d(this.panel||this.$el,"aria-modal",!0)},beforeDisconnect(){f(U,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return`${this.selClose},a[href*="#"]`},handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&It(e)&&!_(n,this.$el)&&v(n,document.body)?this.hide():S(e,this.selClose)&&(t.preventDefault(),this.hide())}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===f(U,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(f(U,this))return!1;!this.stack&&U.length?(Promise.all(U.map(e=>e.hide())).then(this.show),t.preventDefault()):U.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",m(c(this.$el,"zIndex"))+U.length);const t=[this.overlay&&ca(this),this.overlay&&Kn(this.$el),this.bgClose&&ha(this),this.escClose&&ua(this)];M(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),$(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){ci(this.$el)||d(this.$el,"tabindex","-1"),S(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){f(U,this)&&U.splice(U.indexOf(this),1),c(this.$el,"zIndex",""),U.some(t=>t.clsPage===this.clsPage)||L(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&O(this.$el)!==this.container?(nt(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,uo)},hide(){return this.toggleElement(this.$el,!1,uo)}}};function uo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>M(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=M(i,"transitionstart",()=>{M(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},la(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function la(t){return t?Kt(t,"ms")?m(t):m(t)*1e3:0}function ca(t){return T(document,"focusin",e=>{te(U)===t&&!_(e.target,t.$el)&&t.$el.focus()})}function ha(t){return T(document,qt,({target:e})=>{te(U)!==t||t.overlay&&!_(e,t.$el)||_(e,t.panel)||M(document,`${Wt} ${He} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Wt&&e===o&&t.hide()},!0)})}function ua(t){return T(document,"keydown",e=>{e.keyCode===27&&te(U)===t&&t.hide()})}var fa={install:da,mixins:[ho],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){x(this.panel,"uk-margin-auto-vertical")?$(this.$el,"uk-flex"):c(this.$el,"display","block"),st(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),L(this.$el,"uk-flex")}}]};function da({modal:t}){t.dialog=function(i,n){const o=t(`<div class="uk-modal"> <div class="uk-modal-dialog">${i}</div> </div>`,{stack:!0,role:"alertdialog",...n});return o.show(),T(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">${b(i)?i:Be(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${b(i)?i:Be(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>${b(i)?i:Be(i)}</label> <input class="uk-input" value="${n||""}" 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=v("input",r);return T(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=ot,s=ot){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return Se(new Promise(a=>{const l=T(r.$el,"hide",()=>a(o()));T(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var pa={extends:Gn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},ga={extends:Qn,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"},watch:{items(){const t=x(this.$el,"uk-navbar-justify");for(const e of A(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?A(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",e).length:"")}}},ma={mixins:[ho],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}){return t?e:""},clsOverlay({overlay:t,clsOverlay:e}){return t?e:""},clsMode({mode:t,clsMode:e}){return`${e}-${t}`},clsSidebarAnimation({mode:t,clsSidebarAnimation:e}){return t==="none"||t==="reveal"?"":e},clsContainerAnimation({mode:t,clsContainerAnimation:e}){return t!=="push"&&t!=="reveal"?"":e},transitionElement({mode:t}){return t==="reveal"?O(this.panel):this.panel}},observe:Yn({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!F(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!x(O(this.panel),this.clsMode)&&(Ae(this.panel,"<div>"),$(O(this.panel),this.clsMode));const{body:t,scrollingElement:e}=document;$(t,this.clsContainer,this.clsFlip),c(t,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),$(this.$el,this.clsOverlay),$(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),st(t),$(t,this.clsContainerAnimation),this.clsContainerAnimation&&va()}},{name:"hide",self:!0,handler(){L(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&wa(),this.mode==="reveal"&&ae(this.panel),L(this.panel,this.clsSidebarAnimation,this.clsMode),L(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),L(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&Kt(t.type,"Left")^this.flip&&this.hide()}}]};function va(){fo().content+=",user-scalable=0"}function wa(){const t=fo();t.content=t.content.replace(/,user-scalable=0$/,"")}function fo(){return v('meta[name="viewport"]',document.head)||nt(document.head,'<meta name="viewport">')}var ba={mixins:[at],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container({selContainer:t},e){return z(e,t)},content({selContent:t},e){return z(e,t)}},observe:dt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!F(this.$el)?!1:{max:Math.max(this.minHeight,st(this.container)-(Y(this.content).height-st(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},$a={props:["width","height"],connected(){$(this.$el,"uk-responsive-width")},observe:dt({target:({$el:t})=>[t,O(t)]}),update:{read(){return F(this.$el)&&this.width&&this.height?{width:le(O(this.$el)),height:this.height}:!1},write(t){st(this.$el,ai.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},ya={props:{offset:Number},data:{offset:0},connected(){ka(this)},disconnected(){xa(this)},methods:{async scrollTo(t){t=t&&v(t)||document.body,k(this.$el,"beforescroll",[this,t])&&(await yn(t,{offset:this.offset}),k(this.$el,"scrolled",[this,t]))}}};const be=new Set;function ka(t){be.size||T(document,"click",po),be.add(t)}function xa(t){be.delete(t),be.size||pi(document,"click",po)}function po(t){if(!t.defaultPrevented)for(const e of be)_(t.target,e.$el)&&It(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(ui(e.$el)))}var Sa={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,inViewClass:"uk-scrollspy-inview"}),computed:{elements({target:t},e){return t?A(t,e):[e]}},watch:{elements(t){this.hidden&&c(ne(t,`:not(.${this.inViewClass})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())L(t,this.inViewClass,(e==null?void 0:e.cls)||"");delete this.elementData},observe:ve({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:At(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:t=>({rootMargin:t.margin}),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;const n=this.elementData.get(t);if(n){if((i=n.off)==null||i.call(n),c(t,"opacity",!e&&this.hidden?0:""),V(t,this.inViewClass,e),V(t,n.cls),/\buk-animation-/.test(n.cls)){const o=()=>wi(t,"uk-animation-[\\w-]+");e?n.off=M(t,"animationcancel animationend",o):o()}k(t,e?"inview":"outview"),n.inview=e,this.$update(t)}}}},Ca={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links(t,e){return A('a[href*="#"]',e).filter(i=>i.hash&&It(i))},elements({closest:t}){return z(this.links,t||"*")}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})}},observe:[ve(),Hi()],update:[{read(){const t=this.links.map(ui).filter(Boolean),{length:e}=t;if(!e||!F(this.$el))return!1;const i=St(t,!0),{scrollTop:n,scrollHeight:o}=i,s=Z(i),r=o-s.height;let a=!1;if(n===r)a=e-1;else{for(let l=0;l<t.length&&!(y(t[l]).top-s.top-this.offset>0);l++)a=+l;a===!1&&this.overflow&&(a=0)}return{active:a}},write({active:t}){const e=t!==!1&&!x(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)V(this.elements[i],this.cls,+i===t);e&&k(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},Ta={mixins:[at,qi],props:{position:String,top:null,bottom:null,start:null,end:null,offset: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,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget({selTarget:t},e){return t&&v(t,e)||e}},connected(){this.start=go(this.start||this.top),this.end=go(this.end||this.bottom),this.placeholder=v("+ .uk-sticky-placeholder",this.$el)||v('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),L(this.selTarget,this.clsInactive)),mo(this.$el),$t(this.placeholder),this.placeholder=null},observe:[dt({target:({$el:t})=>[t,document.scrollingElement]}),Gs(),Hi()],events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=y(v(location.hash)),i=y(this.$el);this.isFixed&&oi(e,i)&&(t.scrollTop=e.top-i.height-ft(this.targetOffset,"height",this.placeholder)-ft(this.offset,"height",this.placeholder))})}},{name:"transitionstart",capture:!0,handler(){this.transitionInProgress=M(this.$el,"transitionend transitioncancel",()=>this.transitionInProgress=null)}}],update:[{read({height:t,width:e,margin:i,sticky:n}){if(this.inactive=!this.matchMedia||!F(this.$el),this.inactive)return;const o=this.isFixed&&!this.transitionInProgress;o&&(vo(this.selTarget),this.hide()),this.active||({height:t,width:e}=y(this.$el),i=c(this.$el,"margin")),o&&this.show();const s=ft("100vh","height"),r=st(window),a=document.scrollingElement.scrollHeight-s;let l=this.position;this.overflowFlip&&t>s&&(l=l==="top"?"bottom":"top");const h=this.isFixed?this.placeholder:this.$el;let u=ft(this.offset,"height",n?this.$el:h);l==="bottom"&&(t<r||this.overflowFlip)&&(u+=r-t);const p=this.overflowFlip?0:Math.max(0,t+u-s),w=y(h).top,E=y(this.$el).height,q=(this.start===!1?w:Wi(this.start,this.$el,w))-u,D=this.end===!1?a:Math.min(a,Wi(this.end,this.$el,w+t,!0)-E-u+p);return n=a&&!this.showOnUp&&q+u===w&&D===Math.min(a,Wi("!*",this.$el,0,!0)-E-u+p)&&c(O(this.$el),"overflowY")==="visible",{start:q,end:D,offset:u,overflow:p,topOffset:w,height:t,elHeight:E,width:e,margin:i,top:kt(h)[0],sticky:n}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&mo(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}),_(s,document)||(s.hidden=!0),(o?yi:Me)(this.$el,s)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s}){const r=document.scrollingElement.scrollTop;return{dir:t<=r?"down":"up",prevDir:e,scroll:r,prevScroll:t,offsetParentTop:y((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:ht(n+ht(r,o,s)-ht(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,topOffset:u,height:p}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const w=Date.now();if((w-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=w),!(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&&r<=u+p)){if(!this.isFixed){it.inProgress(this.$el)&&l>r&&(it.cancel(this.$el),this.hide());return}this.animation&&r>u?(it.cancel(this.$el),it.out(this.$el,this.animation).then(()=>this.hide(),ot)):this.hide()}else this.isFixed?this.update():this.animation&&r>u?(it.cancel(this.$el),this.show(),it.in(this.$el,this.animation).catch(ot)):(vo(this.selTarget),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),L(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):c(this.$el,{position:"",top:"",width:"",marginTop:""}),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,topOffset:a,height:l,elHeight:h,offsetParentTop:u,sticky:p}=this._data;const w=o!==0||e>o;if(!p){let E="fixed";e>s&&(r+=s-u,E="absolute"),c(this.$el,{position:E,width:t,marginTop:0},"important")}i&&(r-=n),c(this.$el,"top",r),this.setActive(w),V(this.$el,this.clsBelow,e>a+(p?Math.min(l,h):l)),$(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(bi(this.selTarget,this.clsInactive,this.clsActive),e!==t&&k(this.$el,"active")):(bi(this.selTarget,this.clsActive,this.clsInactive),e!==t&&k(this.$el,"inactive"))}}};function Wi(t,e,i,n){if(!t)return 0;if(wt(t)||b(t)&&t.match(/^-?\d/))return i+ft(t,"height",e,!0);{const o=t===!0?O(e):et(t,e);return y(o).bottom-(n&&o&&_(e,o)?m(c(o,"paddingBottom")):0)}}function go(t){return t==="true"?!0:t==="false"?!1:t}function mo(t){c(t,{position:"",top:"",marginTop:"",width:""})}function vo(t){c(t,"transition","0s"),requestAnimationFrame(()=>c(t,"transition",""))}function Ea(t){return Math.ceil(Math.max(0,...A("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}var _a={mixins:[so],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Vn({async handler(){const t=await this.svg;t&&wo.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){f(this.src,"#")&&([this.src,this.icon]=this.src.split("#"));const t=await this.svg;t&&(wo.call(this,t),this.strokeAnimation&&Ma(t))},methods:{async getSvg(){return R(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>M(this.$el,"load",()=>t(this.getSvg()))):Pa(await Oa(this.src),this.icon)||Promise.reject("SVG not found.")}}};function wo(t){const{$el:e}=this;$(t,d(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);d(t,n,o)}this.$el.id||ie(t,"id")}const Oa=J(async t=>t?X(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function Pa(t,e){return e&&f(t,"<symbol")&&(t=Ba(t)[e]||t),t=v(t.substr(t.indexOf("<svg"))),(t==null?void 0:t.hasChildNodes())&&t}const bo=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Ba=J(function(t){const e={};bo.lastIndex=0;let i;for(;i=bo.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e});function Ma(t){const e=Ea(t);e&&c(t,"--uk-animation-stroke",e)}const ji=".uk-disabled *, .uk-disabled, [disabled]";var $o={mixins:[Yt],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({connect:t},e){return oe(t,e)},connectChildren(){return this.connects.map(t=>tt(t)).flat()},toggles({toggle:t},e){return A(t,e)},children(){return tt(this.$el).filter(t=>this.toggles.some(e=>_(e,t)))}},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)tt(e).forEach((i,n)=>V(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(){d(this.$el,"role","tablist")},observe:[je({targets:({connectChildren:t})=>t}),Yn({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate(){return this.toggle},handler(t){!S(t.current,ji)&&(t.type==="click"||t.keyCode===P.SPACE)&&(t.preventDefault(),this.show(t.current))}},{name:"keydown",delegate(){return this.toggle},handler(t){const{current:e,keyCode:i}=t,n=S(this.$el,this.selVertical);let o=i===P.HOME?0:i===P.END?"last":i===P.LEFT&&!n||i===P.UP&&n?"previous":i===P.RIGHT&&!n||i===P.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!S(a,ji)),r=s[gt(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el(){return this.connects.concat(this.itemNav?oe(this.itemNav,this.$el):[])},delegate(){return`[${this.attrItem}],[data-${this.attrItem}]`},handler(t){z(t.target,"a,button")&&(t.preventDefault(),this.show(At(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler({type:t}){this.show(Kt(t,"Left")?"next":"previous")}}],update(){var t;d(this.connects,"role","presentation"),d(tt(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];d(i,"role","tab"),n&&(i.id=me(this,i,`-tab-${e}`),n.id=me(this,n,`-tabpanel-${e}`),d(i,"aria-controls",n.id),d(n,{role:"tabpanel","aria-labelledby":i.id}))}d(this.$el,"aria-orientation",S(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return ke(this.children,t=>x(t,this.cls))},show(t){const e=this.toggles.filter(r=>!S(r,ji)),i=this.index(),n=gt(!Te(t)||f(e,t)?t:0,e,gt(this.toggles[i],e)),o=gt(e[n],this.toggles);this.children.forEach((r,a)=>{V(r,this.cls,o===a),d(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=xe(r).filter((l,h)=>h!==o&&x(l,this.cls));await this.toggleElement(a,!1,s),await this.toggleElement(r[o],!0,s)})}}},Da={mixins:[at],extends:$o,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=x(this.$el,"uk-tab-left")?"uk-tab-left":x(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Aa=32;var Na={mixins:[qi,Yt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target({target:t},e){return t=oe(t||e.hash,e),t.length&&t||[e]}},connected(){f(this.mode,"media")||(ci(this.$el)||d(this.$el,"tabindex","0"),!this.cls&&R(this.$el,"a")&&d(this.$el,"role","button"))},observe:je({target:({target:t})=>t}),events:[{name:qt,filter(){return f(this.mode,"hover")},handler(t){this._preventClick=null,!(!Ht(t)||Mt(this._showState)||this.$el.disabled)&&(k(this.$el,"focus"),M(document,qt,()=>k(this.$el,"blur"),!0,e=>!_(e.target,this.$el)),f(this.mode,"click")&&(this._preventClick=!0))}},{name:`${Ne} ${Ie} focus blur`,filter(){return f(this.mode,"hover")},handler(t){if(Ht(t)||this.$el.disabled)return;const e=f([Ne,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Mt(this._showState)||i===this._showState||t.type===Ie&&S(this.$el,":focus")||t.type==="blur"&&S(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Mt(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter(){return f(this.mode,"click")&&!R(this.$el,"input")},handler(t){t.keyCode===Aa&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return["click","hover"].some(t=>f(this.mode,t))},handler(t){let e;(this._preventClick||z(t.target,'a[href="#"], a[href=""]')||(e=z(t.target,"a[href]"))&&(!this.isToggled(this.target)||e.hash&&S(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&f(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter(){return f(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!k(this.target,t||"toggle",[this]))return;if(ut(this.$el,"aria-expanded")&&d(this.$el,"aria-expanded",!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>x(n,this.clsLeave));if(e.length){for(const n of this.target){const o=f(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=>!f(i,n)),!0)}}},Ia=Object.freeze({__proto__:null,Accordion:Gn,Alert:Zs,Close:Ur,Cover:tr,Drop:Zn,DropParentIcon:Et,Dropdown:Zn,Dropnav:Qn,FormCustom:hr,Grid:fr,HeightMatch:gr,HeightViewport:wr,Icon:Li,Img:ta,Leader:aa,Margin:eo,Marker:Vr,Modal:fa,Nav:pa,NavParentIcon:Rr,Navbar:ga,NavbarParentIcon:Et,NavbarToggleIcon:jr,Offcanvas:ma,OverflowAuto:ba,OverlayIcon:Et,PaginationNext:Gr,PaginationPrevious:Xr,Responsive:$a,Scroll:ya,Scrollspy:Sa,ScrollspyNav:Ca,SearchIcon:qr,SlidenavNext:lo,SlidenavPrevious:lo,Spinner:Wr,Sticky:Ta,Svg:_a,Switcher:$o,Tab:Da,Toggle:Na,Totop:Yr,Video:Xn});return bt(Ia,(t,e)=>Q.component(e,t)),Rs(Q),Q});
1
+ /*! UIkit 3.16.21 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(Gt,Xt){typeof exports=="object"&&typeof module<"u"?module.exports=Xt():typeof define=="function"&&define.amd?define("uikit",Xt):(Gt=typeof globalThis<"u"?globalThis:Gt||self,Gt.UIkit=Xt())})(this,function(){"use strict";const{hasOwnProperty:Gt,toString:Xt}=Object.prototype;function lt(t,e){return Gt.call(t,e)}const Co=/\B([A-Z])/g,Pt=J(t=>t.replace(Co,"-$1").toLowerCase()),To=/-(\w)/g,Jt=J(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(To,(e,i)=>i.toUpperCase())),vt=J(t=>t.charAt(0).toUpperCase()+t.slice(1));function X(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function Kt(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function f(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function ke(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:H,from:xe}=Array,{assign:Se}=Object;function W(t){return typeof t=="function"}function pt(t){return t!==null&&typeof t=="object"}function ct(t){return Xt.call(t)==="[object Object]"}function Bt(t){return pt(t)&&t===t.window}function Ce(t){return Ke(t)===9}function Te(t){return Ke(t)>=1}function Zt(t){return Ke(t)===1}function Ke(t){return!Bt(t)&&pt(t)&&t.nodeType}function Mt(t){return typeof t=="boolean"}function b(t){return typeof t=="string"}function Ze(t){return typeof t=="number"}function wt(t){return Ze(t)||b(t)&&!isNaN(t-parseFloat(t))}function Qe(t){return!(H(t)?t.length:pt(t)&&Object.keys(t).length)}function j(t){return t===void 0}function ti(t){return Mt(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function Qt(t){const e=Number(t);return isNaN(e)?!1:e}function m(t){return parseFloat(t)||0}function C(t){return g(t)[0]}function g(t){return Te(t)?[t]:Array.from(t||[]).filter(Te)}function Dt(t){if(Bt(t))return t;t=C(t);const e=Ce(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Vi(t,e){return t===e||pt(t)&&pt(e)&&Object.keys(t).length===Object.keys(e).length&&bt(t,(i,n)=>i===e[n])}function ei(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function te(t){return t[t.length-1]}function bt(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function ii(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function ee(t,e){return t.reduce((i,n)=>i+m(W(e)?e(n):n[e]),0)}function Eo(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function ni(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function ht(t,e=0,i=1){return Math.min(Math.max(Qt(t)||0,e),i)}function ot(){}function oi(...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 si(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function ri(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 Yi(t,e){t={...t};for(const i in t)t=t[i]>e[i]?ri(t,i,e[i]):t;return t}function _o(t,e){t=Yi(t,e);for(const i in t)t=t[i]<e[i]?ri(t,i,e[i]):t;return t}const ai={ratio:ri,contain:Yi,cover:_o};function gt(t,e,i=0,n=!1){e=g(e);const{length:o}=e;return o?(t=wt(t)?Qt(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(C(t)),n?ht(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function J(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}function d(t,e,i){var n;if(pt(e)){for(const o in e)d(t,o,e[o]);return}if(j(i))return(n=C(t))==null?void 0:n.getAttribute(e);for(const o of g(t))W(i)&&(i=i.call(o,d(o,e))),i===null?ie(o,e):o.setAttribute(e,i)}function ut(t,e){return g(t).some(i=>i.hasAttribute(e))}function ie(t,e){g(t).forEach(i=>i.removeAttribute(e))}function At(t,e){for(const i of[e,`data-${e}`])if(ut(t,i))return d(t,i)}const Oo={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 li(t){return g(t).some(e=>Oo[e.tagName.toLowerCase()])}function F(t){return g(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const Ee="input,select,textarea,button";function Gi(t){return g(t).some(e=>S(e,Ee))}const _e=`${Ee},a[href],[tabindex]`;function ci(t){return S(t,_e)}function O(t){var e;return(e=C(t))==null?void 0:e.parentElement}function ne(t,e){return g(t).filter(i=>S(i,e))}function S(t,e){return g(t).some(i=>i.matches(e))}function z(t,e){return Zt(t)?t.closest(X(e,">")?e.slice(1):e):g(t).map(i=>z(i,e)).filter(Boolean)}function _(t,e){return b(e)?!!z(t,e):C(e).contains(C(t))}function Nt(t,e){const i=[];for(;t=O(t);)(!e||S(t,e))&&i.push(t);return i}function tt(t,e){t=C(t);const i=t?xe(t.children):[];return e?ne(i,e):i}function hi(t,e){return e?g(t).indexOf(C(e)):tt(O(t)).indexOf(t)}function It(t){return t=C(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function ui(t){if(It(t)){t=C(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function et(t,e){return fi(t,Ji(t,e))}function oe(t,e){return se(t,Ji(t,e))}function fi(t,e){return C(Ki(t,C(e),"querySelector"))}function se(t,e){return g(Ki(t,C(e),"querySelectorAll"))}const Po=/(^|[^\\],)\s*[!>+~-]/,Xi=J(t=>t.match(Po));function Ji(t,e=document){return b(t)&&Xi(t)||Ce(e)?e:e.ownerDocument}const Bo=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Mo=J(t=>t.replace(Bo,"$1 *"));function Ki(t,e=document,i){if(!t||!b(t))return t;if(t=Mo(t),Xi(t)){const n=Ao(t);t="";for(let o of n){let s=e;if(o[0]==="!"){const r=o.substr(1).trim().split(" ");if(s=z(O(e),r[0]),o=r.slice(1).join(" ").trim(),!o.length&&n.length===1)return s}if(o[0]==="-"){const r=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=S(a,o.substr(1))?a:null,o=r.slice(1).join(" ")}s&&(t+=`${t?",":""}${No(s)} ${o}`)}e=document}try{return e[i](t)}catch{return null}}const Do=/.*?[^\\](?:,|$)/g,Ao=J(t=>t.match(Do).map(e=>e.replace(/,$/,"").trim()));function No(t){const e=[];for(;t.parentNode;){const i=d(t,"id");if(i){e.unshift(`#${di(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${hi(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function di(t){return b(t)?CSS.escape(t):""}function T(...t){let[e,i,n,o,s=!1]=gi(t);o.length>1&&(o=Ho(o)),s!=null&&s.self&&(o=Fo(o)),n&&(o=Io(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>pi(e,i,o,s)}function pi(...t){let[e,i,,n,o=!1]=gi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function M(...t){const[e,i,n,o,s=!1,r]=gi(t),a=T(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function k(t,e,i){return mi(t).every(n=>n.dispatchEvent(Oe(e,!0,!0,i)))}function Oe(t,e=!0,i=!1,n){return b(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function gi(t){return t[0]=mi(t[0]),b(t[1])&&(t[1]=t[1].split(" ")),W(t[2])&&t.splice(2,0,!1),t}function Io(t,e){return i=>{const n=t[0]===">"?se(t,i.currentTarget).reverse().filter(o=>_(i.target,o))[0]:z(i.target,t);n&&(i.current=n,e.call(this,i),delete i.current)}}function Ho(t){return e=>H(e.detail)?t(e,...e.detail):t(e)}function Fo(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function Zi(t){return t&&"addEventListener"in t}function zo(t){return Zi(t)?t:C(t)}function mi(t){return H(t)?t.map(zo).filter(Boolean):b(t)?se(t):Zi(t)?[t]:g(t)}function Ht(t){return t.pointerType==="touch"||!!t.touches}function Pe(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 Lo={"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(b(e)){if(e=vi(e),j(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,wt(i)&&!Lo[e]?`${i}px`:i||Ze(i)?i:"",n)}else if(H(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else pt(e)&&(n=i,bt(e,(r,a)=>c(s,a,r,n)));return o[0]}const vi=J(t=>Ro(t));function Ro(t){if(X(t,"--"))return t;t=Pt(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 $(t,...e){Qi(t,e,"add")}function L(t,...e){Qi(t,e,"remove")}function wi(t,e){d(t,"class",i=>(i||"").replace(new RegExp(`\\b${e}\\b\\s?`,"g"),""))}function bi(t,...e){e[0]&&L(t,e[0]),e[1]&&$(t,e[1])}function x(t,e){return[e]=$i(e),!!e&&g(t).some(i=>i.classList.contains(e))}function V(t,e,i){const n=$i(e);j(i)||(i=!!i);for(const o of g(t))for(const s of n)o.classList.toggle(s,i)}function Qi(t,e,i){e=e.reduce((n,o)=>n.concat($i(o)),[]);for(const n of g(t))n.classList[i](...e)}function $i(t){return String(t).split(/[ ,]/).filter(Boolean)}function qo(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(g(t).map(o=>new Promise((s,r)=>{for(const l in e){const h=c(o,l);h===""&&c(o,l,h)}const a=setTimeout(()=>k(o,"transitionend"),i);M(o,"transitionend transitioncanceled",({type:l})=>{clearTimeout(a),L(o,"uk-transition"),c(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),l==="transitioncanceled"?r():s(o)},{self:!0}),$(o,"uk-transition"),c(o,{transitionProperty:Object.keys(e).map(vi).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n,...e})})))}const K={start:qo,async stop(t){k(t,"transitionend"),await Promise.resolve()},async cancel(t){k(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return x(t,"uk-transition")}},re="uk-animation-";function tn(t,e,i=200,n,o){return Promise.all(g(t).map(s=>new Promise((r,a)=>{k(s,"animationcanceled");const l=setTimeout(()=>k(s,"animationend"),i);M(s,"animationend animationcanceled",({type:h})=>{clearTimeout(l),h==="animationcanceled"?a():r(s),c(s,"animationDuration",""),wi(s,`${re}\\S*`)},{self:!0}),c(s,"animationDuration",`${i}ms`),$(s,e,re+(o?"leave":"enter")),X(e,re)&&(n&&$(s,`uk-transform-origin-${n}`),o&&$(s,`${re}reverse`))})))}const Wo=new RegExp(`${re}(enter|leave)`),it={in:tn,out(t,e,i,n){return tn(t,e,i,n,!0)},inProgress(t){return Wo.test(d(t,"class"))},cancel(t){k(t,"animationcanceled")}};function jo(t){if(document.readyState!=="loading"){t();return}M(document,"DOMContentLoaded",t)}function R(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function en(t){return t=v(t),t.innerHTML="",t}function Be(t,e){return j(e)?v(t).innerHTML:nt(en(t),e)}const Uo=De("prepend"),nt=De("append"),yi=De("before"),Me=De("after");function De(t){return function(e,i){var n;const o=g(b(i)?Ft(i):i);return(n=v(e))==null||n[t](...o),nn(o)}}function $t(t){g(t).forEach(e=>e.remove())}function Ae(t,e){for(e=C(yi(t,e));e.firstChild;)e=e.firstChild;return nt(e,t),e}function ki(t,e){return g(g(t).map(i=>i.hasChildNodes()?Ae(xe(i.childNodes),e):nt(i,e)))}function ae(t){g(t).map(O).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const Vo=/^\s*<(\w+|!)[^>]*>/,Yo=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ft(t){const e=Yo.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return Vo.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,nn(i.childNodes)}function nn(t){return t.length>1?t:t[0]}function mt(t,e){if(Zt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;mt(t,e),t=i}}function v(t,e){return on(t)?C(Ft(t)):fi(t,e)}function A(t,e){return on(t)?g(Ft(t)):se(t,e)}function on(t){return b(t)&&X(t.trim(),"<")}const yt={width:["left","right"],height:["top","bottom"]};function Y(t){const e=Zt(t)?C(t).getBoundingClientRect():{height:st(t),width:le(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 y(t,e){const i=Y(t);if(t){const{scrollY:o,scrollX:s}=Dt(t),r={height:o,width:s};for(const a in yt)for(const l of yt[a])i[l]+=r[a]}if(!e)return i;const n=c(t,"position");bt(c(t,["left","top"]),(o,s)=>c(t,s,e[s]-i[s]+m(n==="absolute"&&o==="auto"?sn(t)[s]:o)))}function sn(t){let{top:e,left:i}=y(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=C(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(Zt(r)){const a=y(r);e-=a.top+m(c(r,"borderTopWidth")),i-=a.left+m(c(r,"borderLeftWidth"))}return{top:e-m(c(t,"marginTop")),left:i-m(c(t,"marginLeft"))}}function kt(t){t=C(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+m(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+m(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=Dt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const st=rn("height"),le=rn("width");function rn(t){const e=vt(t);return(i,n)=>{if(j(n)){if(Bt(i))return i[`inner${e}`];if(Ce(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=C(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:m(n)||0,n-ce(i,t)}else return c(i,t,!n&&n!==0?"":+n+ce(i,t)+"px")}}function ce(t,e,i="border-box"){return c(t,"boxSizing")===i?ee(yt[e].map(vt),n=>m(c(t,`padding${n}`))+m(c(t,`border${n}Width`))):0}function an(t){for(const e in yt)for(const i in yt[e])if(yt[e][i]===t)return yt[e][1-i];return t}function ft(t,e="width",i=window,n=!1){return b(t)?ee(Xo(t),o=>{const s=Ko(o);return s?Zo(s==="vh"?Qo():s==="vw"?le(Dt(i)):n?i[`offset${vt(e)}`]:Y(i)[e],o):o}):m(t)}const Go=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Xo=J(t=>t.toString().replace(/\s/g,"").match(Go)||[]),Jo=/(?:v[hw]|%)$/,Ko=J(t=>(t.match(Jo)||[])[0]);function Zo(t,e){return t*m(e)/100}let he,zt;function Qo(){return he||(zt||(zt=v("<div>"),c(zt,{height:"100vh",position:"fixed"}),T(window,"resize",()=>he=null)),nt(document.body,zt),he=zt.clientHeight,$t(zt),he)}const xt=typeof window<"u",ue=xt&&document.dir==="rtl",Lt=xt&&"ontouchstart"in window,Rt=xt&&window.PointerEvent,qt=Rt?"pointerdown":Lt?"touchstart":"mousedown",ts=Rt?"pointermove":Lt?"touchmove":"mousemove",Wt=Rt?"pointerup":Lt?"touchend":"mouseup",Ne=Rt?"pointerenter":Lt?"":"mouseenter",Ie=Rt?"pointerleave":Lt?"":"mouseleave",He=Rt?"pointercancel":"touchcancel",rt={reads:[],writes:[],read(t){return this.reads.push(t),Si(),t},write(t){return this.writes.push(t),Si(),t},clear(t){cn(this.reads,t),cn(this.writes,t)},flush:xi};function xi(t){ln(rt.reads),ln(rt.writes.splice(0)),rt.scheduled=!1,(rt.reads.length||rt.writes.length)&&Si(t+1)}const es=4;function Si(t){rt.scheduled||(rt.scheduled=!0,t&&t<es?Promise.resolve().then(()=>xi(t)):requestAnimationFrame(()=>xi(1)))}function ln(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function cn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Ci(){}Ci.prototype={positions:[],init(){this.positions=[];let t;this.unbind=T(document,"mousemove",e=>t=Pe(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:o,bottom:s}=e,[r]=this.positions,a=te(this.positions),l=[r,a];return si(a,e)?!1:[[{x:i,y:o},{x:n,y:s}],[{x:i,y:s},{x:n,y:o}]].some(u=>{const p=is(l,u);return p&&si(p,e)})}};function is([{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 hn(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 ns=xt&&window.ResizeObserver;function Fe(t,e,i={box:"border-box"}){if(ns)return fn(ResizeObserver,t,e,i);const n=[T(window,"load resize",e),T(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function Ti(t){return{disconnect:T([window,window.visualViewport],"resize",t)}}function un(t,e,i){return fn(MutationObserver,t,e,i)}function fn(t,e,i,n){const o=new t(i);for(const s of g(e))o.observe(s,n);return o}function dn(t){if(Le(t)&&Ei(t,{func:"playVideo",method:"play"}),ze(t))try{t.play().catch(ot)}catch{}}function pn(t){Le(t)&&Ei(t,{func:"pauseVideo",method:"pause"}),ze(t)&&t.pause()}function gn(t){Le(t)&&Ei(t,{func:"mute",method:"setVolume",value:0}),ze(t)&&(t.muted=!0)}function mn(t){return ze(t)||Le(t)}function ze(t){return R(t,"video")}function Le(t){return R(t,"iframe")&&(vn(t)||wn(t))}function vn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function wn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Ei(t,e){await ss(t),bn(t,e)}function bn(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const _i="_ukPlayer";let os=0;function ss(t){if(t[_i])return t[_i];const e=vn(t),i=wn(t),n=++os;let o;return t[_i]=new Promise(s=>{e&&M(t,"load",()=>{const r=()=>bn(t,{event:"listening",id:n});o=setInterval(r,100),r()}),M(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}${f(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function $n(t,e=0,i=0){return F(t)?oi(...jt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=Z(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(y(t))):!1}function yn(t,{offset:e=0}={}){const i=F(t)?fe(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:p}=a,w=Z(a),E=u-w.height,{height:q,top:D}=i[l-1]?Z(i[l-1]):y(t);let I=Math.ceil(D-w.top-e+h);return e>0&&p<q+e?I+=e:e=0,I>E?(e-=I-E,I=E):I<0&&(e-=I,I=0),()=>n(a,I-h).then(r)},()=>Promise.resolve())();function n(r,a){return new Promise(l=>{const h=r.scrollTop,u=o(Math.abs(a)),p=Date.now();(function w(){const E=s(ht((Date.now()-p)/u));r.scrollTop=h+a*E,E===1?l():requestAnimationFrame(w)})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function kn(t,e=0,i=0){if(!F(t))return 0;const n=St(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=Z(n),a=o-r,l=kt(t)[0]-kt(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return ht((s-h)/(u-h))}function fe(t,e=!1,i=[]){const n=xn(t);let o=Nt(t).reverse();o=o.slice(o.indexOf(n)+1);const s=ke(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>f(["auto","scroll",...i],a))&&(!e||r.scrollHeight>Z(r).height))).reverse()}function St(...t){return fe(...t)[0]}function jt(t){return fe(t,!1,["hidden","clip"])}function Z(t){const e=Dt(t),{visualViewport:i,document:{documentElement:n}}=e;let o=t===xn(t)?e:t;if(Bt(o)&&i){let{height:r,width:a,scale:l,pageTop:h,pageLeft:u}=i;return r=Math.round(r*l),a=Math.round(a*l),{height:r,width:a,top:h,left:u,bottom:h+r,right:u+a}}let s=y(o);if(c(o,"display")==="inline")return s;for(let[r,a,l,h]of[["width","x","left","right"],["height","y","top","bottom"]]){Bt(o)?o=n:s[l]+=m(c(o,`border-${l}-width`));const u=s[r]%1;s[r]=s[a]=o[`client${vt(r)}`]-(u?u<.5?-u:1-u:0),s[h]=s[r]+s[l]}return s}function xn(t){return Dt(t).document.scrollingElement}const G=[["width","x","left","right"],["height","y","top","bottom"]];function Sn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},H(e)||(e=[e,e]),y(t,Cn(t,e,i))}function Cn(t,e,i){const n=Tn(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,p]]of Object.entries(G)){const w=rs(t,e[l],s,o,l);if(Re(n,w,l))continue;let E=0;if(r[l]==="flip"){const q=i.attach.target[l];if(q===p&&n[p]<=w[p]||q===u&&n[u]>=w[u])continue;E=ls(t,e,i,l)[u]-n[u];const D=as(t,e[l],s,l);if(!Re(Oi(n,E,l),D,l)){if(Re(n,D,l))continue;if(i.recursion)return!1;const I=cs(t,e,i);if(I&&Re(I,D,1-l))return I;continue}}else if(r[l]==="shift"){const q=y(e[l]),{offset:D}=i;E=ht(ht(n[u],w[u],w[p]-n[h]),q[u]-n[h]+D[l],q[p]-D[l])-n[u]}a=Oi(a,E,l)}return a}function Tn(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=y(t);for(const[r,[a,,l,h]]of Object.entries(G)){const u=n.target[r]===n.element[r]?Z(e[r]):y(e[r]);s=Oi(s,u[l]-s[l]+En(n.target[r],h,u[a])-En(n.element[r],h,s[a])+ +o[r],r)}return s}function Oi(t,e,i){const[,n,o,s]=G[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function En(t,e,i){return t==="center"?i/2:t===e?i:0}function rs(t,e,i,n,o){let s=On(..._n(t,e).map(Z));return i&&(s[G[o][2]]+=i,s[G[o][3]]-=i),n&&(s=On(s,y(H(n)?n[o]:n))),s}function as(t,e,i,n){const[o,s,r,a]=G[n],[l]=_n(t,e),h=Z(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${vt(r)}`],h[a]=h[r]+l[`scroll${vt(o)}`]),h[r]+=i,h[a]-=i,h}function _n(t,e){return jt(e).filter(i=>_(t,i))}function On(...t){let e={};for(const i of t)for(const[,,n,o]of G)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function Re(t,e,i){const[,,n,o]=G[i];return t[n]>=e[n]&&t[o]<=e[o]}function ls(t,e,{offset:i,attach:n},o){return Tn(t,e,{attach:{element:Pn(n.element,o),target:Pn(n.target,o)},offset:hs(i,o)})}function cs(t,e,i){return Cn(t,e,{...i,attach:{element:i.attach.element.map(Bn).reverse(),target:i.attach.target.map(Bn).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Pn(t,e){const i=[...t],n=G[e].indexOf(t[e]);return~n&&(i[e]=G[e][1-n%2+2]),i}function Bn(t){for(let e=0;e<G.length;e++){const i=G[e].indexOf(t);if(~i)return G[1-e][i%2+2]}}function hs(t,e){return t=[...t],t[e]*=-1,t}var us=Object.freeze({__proto__:null,$:v,$$:A,Animation:it,Dimensions:ai,MouseTracker:Ci,Transition:K,addClass:$,after:Me,append:nt,apply:mt,assign:Se,attr:d,before:yi,boxModelAdjust:ce,camelize:Jt,children:tt,clamp:ht,closest:z,createEvent:Oe,css:c,data:At,dimensions:Y,each:bt,empty:en,endsWith:Kt,escape:di,fastdom:rt,filter:ne,find:fi,findAll:se,findIndex:ke,flipPosition:an,fragment:Ft,getEventPos:Pe,getIndex:gt,getTargetedElement:ui,hasAttr:ut,hasClass:x,hasOwn:lt,hasTouch:Lt,height:st,html:Be,hyphenate:Pt,inBrowser:xt,includes:f,index:hi,intersectRect:oi,isArray:H,isBoolean:Mt,isDocument:Ce,isElement:Zt,isEmpty:Qe,isEqual:Vi,isFocusable:ci,isFunction:W,isInView:$n,isInput:Gi,isNode:Te,isNumber:Ze,isNumeric:wt,isObject:pt,isPlainObject:ct,isRtl:ue,isSameSiteAnchor:It,isString:b,isTag:R,isTouch:Ht,isUndefined:j,isVideo:mn,isVisible:F,isVoidElement:li,isWindow:Bt,last:te,matches:S,memoize:J,mute:gn,noop:ot,observeIntersection:hn,observeMutation:un,observeResize:Fe,observeViewportResize:Ti,off:pi,offset:y,offsetPosition:kt,offsetViewport:Z,on:T,once:M,overflowParents:jt,parent:O,parents:Nt,pause:pn,pick:ni,play:dn,pointInRect:si,pointerCancel:He,pointerDown:qt,pointerEnter:Ne,pointerLeave:Ie,pointerMove:ts,pointerUp:Wt,position:sn,positionAt:Sn,prepend:Uo,propName:vi,query:et,queryAll:oe,ready:jo,remove:$t,removeAttr:ie,removeClass:L,removeClasses:wi,replaceClass:bi,scrollIntoView:yn,scrollParent:St,scrollParents:fe,scrolledOver:kn,selFocusable:_e,selInput:Ee,sortBy:ii,startsWith:X,sumBy:ee,swap:ei,toArray:xe,toBoolean:ti,toEventTargets:mi,toFloat:m,toNode:C,toNodes:g,toNumber:Qt,toPx:ft,toWindow:Dt,toggleClass:V,trigger:k,ucfirst:vt,uniqueBy:Eo,unwrap:ae,width:le,within:_,wrapAll:Ae,wrapInner:ki});function fs(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))Mn(t,n,i);t._initial=!0}function Mn(t,e,i){t._watches.push({name:i,...ct(e)?e:{handler:e}})}function ds(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||lt(e,i)&&!Vi(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function ps(t){t._data={},t._updates=[...t.$options.update||[]]}function gs(t,e){t._updates.unshift(e)}function ms(t){delete t._data}function qe(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,rt.read(()=>{t._connected&&vs(t,t._queued),delete t._queued})),t._queued.add(e.type||e))}function vs(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&&ct(s)&&Se(t._data,s)),n&&s!==!1&&rt.write(()=>{t._connected&&n.call(t,t._data,e)})}}function ws(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Dn(t,i,e[i])}function Dn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;return lt(n,e)||(n[e]=(i.get||i).call(t,o,s)),n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,j(o[e])&&delete o[e]}})}function bs(t){t._hasComputed&&(gs(t,{read:()=>ds(t,An(t)),events:["resize","computed"]}),ys(),de.add(t))}function $s(t){de==null||de.delete(t),An(t)}function An(t){const e={...t._computed};return t._computed={},e}let Pi,de;function ys(){Pi||(de=new Set,Pi=new MutationObserver(()=>{for(const t of de)qe(t,"computed")}),Pi.observe(document,{childList:!0,subtree:!0}))}function ks(t){t._events=[];for(const e of t.$options.events||[])if(lt(e,"handler"))Bi(t,e);else for(const i in e)Bi(t,e[i],i)}function xs(t){t._events.forEach(e=>e()),delete t._events}function Bi(t,e,i){let{name:n,el:o,handler:s,capture:r,passive:a,delegate:l,filter:h,self:u}=ct(e)?e:{name:i,handler:e};if(o=W(o)?o.call(t,t):o||t.$el,H(o)){o.forEach(p=>Bi(t,{...e,el:p},i));return}!o||h&&!h.call(t)||t._events.push(T(o,n,l?b(l)?l:l.call(t,t):null,b(s)?t[s]:s.bind(t),{passive:a,capture:r,self:u}))}function Ss(t){t._observers=[];for(const e of t.$options.observe||[])if(lt(e,"handler"))In(t,e);else for(const i of e)In(t,i)}function Nn(t,...e){t._observers.push(...e)}function Cs(t){for(const e of t._observers)e.disconnect()}function In(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._observers.length}`;W(n)&&!lt(t,l)&&Dn(t,l,()=>n.call(t,t)),o=b(o)?t[o]:o.bind(t),W(s)&&(s=s.call(t,t));const h=lt(t,l)?t[l]:n,u=i(h,o,s,a);W(n)&&H(t[l])&&u.unobserve&&Mn(t,{handler:Ts(u),immediate:!1},l),Nn(t,u)}function Ts(t){return(e,i)=>{for(const n of i)!f(e,n)&&t.unobserve(n);for(const n of e)!f(i,n)&&t.observe(n)}}const B={};B.events=B.watch=B.observe=B.created=B.beforeConnect=B.connected=B.beforeDisconnect=B.disconnected=B.destroy=Mi,B.args=function(t,e){return e!==!1&&Mi(e||t)},B.update=function(t,e){return ii(Mi(t,W(e)?{read:e}:e),"order")},B.props=function(t,e){if(H(e)){const i={};for(const n of e)i[n]=String;e=i}return B.methods(t,e)},B.computed=B.methods=function(t,e){return e?t?{...t,...e}:e:t},B.i18n=B.data=function(t,e,i){return i?Hn(t,e,i):e?t?function(n){return Hn(t,e,n)}:e:t};function Hn(t,e,i){return B.computed(W(t)?t.call(i,i):t,W(e)?e.call(i,i):e)}function Mi(t,e){return t=t&&!H(t)?[t]:t,e?t?t.concat(e):H(e)?e:[e]:t}function Es(t,e){return j(e)?t:e}function pe(t,e,i){const n={};if(W(e)&&(e=e.options),e.extends&&(t=pe(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=pe(t,s,i);for(const s in t)o(s);for(const s in e)lt(t,s)||o(s);function o(s){n[s]=(B[s]||Es)(t[s],e[s],i)}return n}function Di(t,e=[]){try{return t?X(t,"{")?JSON.parse(t):e.length&&!f(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!j(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function Ai(t,e){return t===Boolean?ti(e):t===Number?Qt(e):t==="list"?_s(e):t===Object&&b(e)?Di(e):t?t(e):e}function _s(t){return H(t)?t:b(t)?t.split(/,(?![^(]*\))/).map(e=>wt(e)?Qt(e):ti(e.trim())):[t]}function Os(t){const e=Fn(t.$options);for(let n in e)j(e[n])||(t.$props[n]=e[n]);const i=[t.$options.computed,t.$options.methods];for(let n in t.$props)n in e&&Ps(i,n)&&(t[n]=t.$props[n])}function Fn(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=Pt(a);let h=At(o,l);j(h)||(h=n[a]===Boolean&&h===""?!0:Ai(n[a],h),!(l==="target"&&X(h,"_"))&&(e[a]=h))}const r=Di(At(o,s),i);for(const a in r){const l=Jt(a);j(n[l])||(e[l]=Ai(n[l],r[a]))}return e}function Ps(t,e){return t.every(i=>!i||!lt(i,e))}function Bs(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const r=Object.keys(o),a=r.map(h=>Pt(h)).concat(n),l=new MutationObserver(h=>{const u=Fn(e);h.some(({attributeName:p})=>{const w=p.replace("data-","");return(w===n?r:[Jt(w),Jt(p)]).some(E=>!j(u[E])&&u[E]!==i[E])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a.concat(a.map(h=>`data-${h}`))}),Nn(t,l)}function Ut(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function Ni(t){t._connected||(Os(t),Ut(t,"beforeConnect"),t._connected=!0,ks(t),ps(t),fs(t),Ss(t),Bs(t),bs(t),Ut(t,"connected"),qe(t))}function Ii(t){t._connected&&(Ut(t,"beforeDisconnect"),xs(t),ms(t),Cs(t),$s(t),Ut(t,"disconnected"),t._connected=!1)}let Ms=0;function zn(t,e={}){e.data=Ns(e,t.constructor.options),t.$options=pe(t.constructor.options,e,t),t.$props={},t._uid=Ms++,Ds(t),As(t),ws(t),Ut(t,"created"),e.el&&t.$mount(e.el)}function Ds(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function As(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Ns({data:t={}},{args:e=[],props:i={}}){H(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(ct(o)?Se(n,o):n[e[s]]=o,n),{}));for(const n in t)j(t[n])?delete t[n]:i[n]&&(t[n]=Ai(i[n],t[n]));return t}const Q=function(t){zn(this,t)};Q.util=us,Q.options={},Q.version="3.16.21";const Is="uk-",Ct="__uikit__",Vt={};function Ln(t,e){var i;const n=Is+Pt(t);if(!e)return ct(Vt[n])&&(Vt[n]=Q.extend(Vt[n])),Vt[n];t=Jt(t),Q[t]=(s,r)=>ge(t,s,r);const o=ct(e)?{...e}:e.options;return o.id=n,o.name=t,(i=o.install)==null||i.call(o,Q,o,t),Q._initialized&&!o.functional&&requestAnimationFrame(()=>ge(t,`[${n}],[data-${n}]`)),Vt[n]=o}function ge(t,e,i,...n){const o=Ln(t);return o.options.functional?new o({data:ct(e)?e:[e,i,...n]}):e?A(e).map(s)[0]:s();function s(r){const a=We(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Tt(t){return(t==null?void 0:t[Ct])||{}}function We(t,e){return Tt(t)[e]}function Hs(t,e){t[Ct]||(t[Ct]={}),t[Ct][e.$options.name]=e}function Fs(t,e){var i;(i=t[Ct])==null||delete i[e.$options.name],Qe(t[Ct])||delete t[Ct]}function zs(t){t.component=Ln,t.getComponents=Tt,t.getComponent=We,t.update=Rn,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(b(n)?this.component(n):n)||this,n.options=pe(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){zn(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=pe(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=v(i)}})}function Rn(t,e){t=t?C(t):document.body;for(const i of Nt(t).reverse())qn(i,e);mt(t,i=>qn(i,e))}function qn(t,e){const i=Tt(t);for(const n in i)qe(i[n],e)}function Ls(t){t.prototype.$mount=function(e){const i=this;Hs(e,i),i.$options.el=e,_(e,document)&&Ni(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Ii(i),Ut(i,"destroy"),Fs(n,i),e&&$t(i.$el)},t.prototype.$create=ge,t.prototype.$emit=function(e){qe(this,e)},t.prototype.$update=function(e=this.$el,i){Rn(e,i)},t.prototype.$reset=function(){Ii(this),Ni(this)},t.prototype.$getComponent=We,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}function me(t,e=t.$el,i=""){if(e.id)return e.id;let n=`${t.$options.id}-${t._uid}${i}`;return v(`#${n}`)&&(n=me(t,e,`${i}-2`)),n}zs(Q),Ls(Q);function Rs(t){xt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>Wn(t)):new MutationObserver((e,i)=>{document.body&&(Wn(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function Wn(t){k(document,"uikit:init",t),document.body&&mt(document.body,jn),new MutationObserver(e=>e.forEach(qs)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(e=>e.forEach(Ws)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0}function qs({addedNodes:t,removedNodes:e}){for(const i of t)mt(i,jn);for(const i of e)mt(i,js)}function Ws({target:t,attributeName:e}){var i;const n=Un(e);if(n){if(ut(t,e)){ge(n,t);return}(i=We(t,n))==null||i.$destroy()}}function jn(t){const e=Tt(t);for(const i in Tt(t))Ni(e[i]);for(const i of t.getAttributeNames()){const n=Un(i);n&&ge(n,t)}}function js(t){const e=Tt(t);for(const i in Tt(t))Ii(e[i])}function Un(t){X(t,"data-")&&(t=t.slice(5));const e=Vt[t];return e&&(ct(e)?e:e.options).name}var at={connected(){$(this.$el,this.$options.id)}},Yt={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-togglabe-enter",clsLeave:"uk-togglabe-leave"},computed:{hasAnimation({animation:t}){return!!t[0]},hasTransition({animation:t}){return["slide","reveal"].some(e=>X(t[0],e))}},methods:{async toggleElement(t,e,i){try{return await Promise.all(g(t).map(n=>{const o=Mt(e)?e:!this.isToggled(n);if(!k(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(W(i)?i:i===!1||!this.hasAnimation?Us:this.hasTransition?Vs:Ys)(n,o,this),r=o?this.clsEnter:this.clsLeave;$(n,r),k(n,o?"show":"hide",[this]);const a=()=>{L(n,r),k(n,o?"shown":"hidden",[this])};return s?s.then(a,()=>(L(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=C(t),x(t,this.clsEnter)?!0:x(t,this.clsLeave)?!1:this.cls?x(t,this.cls.split(" ")[0]):F(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=f(this.cls," ")||e!==x(t,this.cls),i&&V(t,this.cls,f(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),A("[autofocus]",t).some(n=>F(n)?n.focus()||!0:n.blur()),i&&k(t,"toggled",[e,this])}}};function Us(t,e,{_toggle:i}){return it.cancel(t),K.cancel(t),i(t,e)}async function Vs(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"]],p=u[f(u[0],h)?0:1],w=p[1]===h,q=["width","height"][u.indexOf(p)],D=`margin-${p[0]}`,I=`margin-${h}`;let $e=Y(t)[q];const Ha=K.inProgress(t);await K.cancel(t),e&&r(t,!0);const Fa=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",D,I].map(So=>[So,t.style[So]])),ye=Y(t),Ui=m(c(t,D)),yo=m(c(t,I)),Ot=ye[q]+yo;!Ha&&!e&&($e+=yo);const[Je]=ki(t,"<div>");c(Je,{boxSizing:"border-box",height:ye.height,width:ye.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",I])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[I]:0,width:ye.width,height:ye.height,overflow:"hidden",[q]:$e});const ko=$e/Ot;n=(o*Ot+n)*(e?1-ko:ko);const xo={[q]:e?Ot:0};w&&(c(t,D,Ot-$e+Ui),xo[D]=e?Ui:Ot+Ui),!w^l==="reveal"&&(c(Je,D,-Ot+$e),K.start(Je,{[D]:e?0:-Ot},n,s));try{await K.start(t,xo,n,s)}finally{c(t,Fa),ae(Je.firstChild),e||r(t,!1)}}function Ys(t,e,i){it.cancel(t);const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),it.in(t,n[0],o,i.origin)):it.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const P={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};function dt(t){return we(Fe,t,"resize")}function ve(t){return we(hn,t)}function Vn(t){return we(un,t)}function je(t={}){return ve({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of g(W(n)?n(this):n))A('[loading="lazy"]',s).slice(0,o-1).forEach(r=>ie(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function Gs(){return we((t,e)=>Ti(e))}function Hi(t){return we((e,i)=>({disconnect:T(e,"scroll",i,{passive:!0,capture:!0})}),{target:()=>document,...t},"scroll")}function Yn(t){return{observe(e,i){return{observe:ot,unobserve:ot,disconnect:T(e,qt,i,{passive:!0})}},handler(e){if(!Ht(e))return;const i=Pe(e),n="tagName"in e.target?e.target:O(e.target);M(document,`${Wt} ${He} scroll`,o=>{const{x:s,y:r}=Pe(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{k(n,"swipe"),k(n,`swipe${Xs(i.x,i.y,s,r)}`)})})},...t}}function we(t,e,i){return{observe:t,handler(){this.$emit(i)},...e}}function Xs(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}var Gn={mixins:[at,Yt],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){return A(t,e)},toggles({toggle:t}){return this.items.map(e=>v(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||v(t,e)})}},watch:{items(t,e){if(e||x(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=x(this.items.find(n=>_(e,n)),this.clsOpen);Ue(e,!i)}this.$emit()}},observe:je(),events:[{name:"click keydown",delegate(){return`${this.targets} ${this.$props.toggle}`},async handler(t){var e;t.type==="keydown"&&t.keyCode!==P.SPACE||(t.preventDefault(),(e=this._off)==null||e.call(this),this._off=Ks(t.target),await this.toggle(hi(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate(){return this.targets},handler(){this.$emit()}}],update(){const t=ne(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=me(this,i,`-title-${e}`),n.id=me(this,n,`-content-${e}`);const o=f(t,this.items[e]);d(i,{role:R(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),d(n,{role:"region","aria-labelledby":i.id}),R(n,"ul")&&d(tt(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[gt(t,this.items)];let i=[t];const n=ne(this.items,`.${this.clsOpen}`);if(!this.multiple&&!f(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&f(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!f(n,o),(s,r)=>{if(V(s,this.clsOpen,r),e===!1||!this.animation){Ue(v(this.content,s),!r);return}return Js(s,r,this)})))}}};function Ue(t,e){t&&(t.hidden=e)}async function Js(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||v(i,t),t._wrapper||(t._wrapper=Ae(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=m(c(a,"height"));await K.cancel(a),Ue(i,!1);const h=ee(["marginTop","marginBottom"],p=>c(i,p))+Y(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await K.start(a,{height:e?h:0},n,s),ae(i),delete t._wrapper,e||Ue(i,!0)}function Ks(t){const e=St(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=t.getBoundingClientRect();o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var Zs={mixins:[at,Yt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,Qs),this.$destroy(!0)}}};function Qs(t,e,{duration:i,transition:n,velocity:o}){const s=m(c(t,"height"));return c(t,"height",s),K.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var Xn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView=this.autoplay==="inview",this.inView&&!ut(this.$el,"preload")&&(this.$el.preload="none"),R(this.$el,"iframe")&&!ut(this.$el,"allow")&&(this.$el.allow="autoplay"),this.automute&&gn(this.$el)},observe:[ve({args:{intersecting:!1}}),dt()],update:{read({visible:t}){return mn(this.$el)?{prev:t,visible:F(this.$el),inView:this.inView&&$n(this.$el)}:!1},write({prev:t,visible:e,inView:i}){!e||this.inView&&!i?pn(this.$el):(this.autoplay===!0&&!t||i)&&dn(this.$el)},events:["resize"]}},tr={mixins:[Xn],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},observe:dt({target:({$el:t})=>[Jn(t)||O(t)]}),update:{read(){const{ratio:t,cover:e}=ai,{$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}=Jn(i)||O(i),l=e(s,{width:a+(a%2?1:0),height:r+(r%2?1:0)});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function Jn(t){for(;t=O(t);)if(c(t,"position")!=="static")return t}var er={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${ue?"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=f(["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:an(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=ir(t),a=Y(t);c(t,{top:-a.height,left:-a.width}),Sn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t){return ft(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(f(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:ft(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(f(["left","top"],this.align)?1:-1)},getViewportOffset(t){return ft(c(t,"--uk-position-viewport-offset"))}}};function ir(t){const e=St(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}var Fi={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&v(t)}}};let zi;function Kn(t){const e=T(t,"touchmove",n=>{if(n.targetTouches.length!==1||S(n.target,'input[type="range"'))return;let{scrollHeight:o,clientHeight:s}=St(n.target);s>=o&&n.cancelable&&n.preventDefault()},{passive:!1});if(zi)return e;zi=!0;const{scrollingElement:i}=document;return c(i,{overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:le(window)-i.clientWidth||""}),()=>{zi=!1,e(),c(i,{overflowY:"",touchAction:"",paddingRight:""})}}let N;var Zn={mixins:[Fi,er,Yt],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},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},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[et(e||t,n)||window,et(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:et(e,n),i===!0?window:et(i,n)]}},created(){this.tracker=new Ci},beforeConnect(){this.clsDrop=this.$props.clsDrop||`uk-${this.$options.name}`},connected(){$(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=sr(this)),this._style=ni(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),N=null),c(this.$el,this._style)},observe:je({target:({toggle:t,$el:e})=>et(t,e),targets:({$el:t})=>t}),events:[{name:"click",delegate(){return".uk-drop-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href*="#"]'},handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&It(e)&&!_(i,this.$el)&&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(),S(this.$el,":focus,:hover")||this.hide()}},{name:`${Ne} focusin`,filter(){return f(this.mode,"hover")},handler(t){Ht(t)||this.clearTimers()}},{name:`${Ie} focusout`,filter(){return f(this.mode,"hover")},handler(t){!Ht(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){d(this.targetEl,"aria-expanded",e?!0:null),e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){N=this,this.tracker.init();const t=[rr(this),lr(this),cr(this),this.autoUpdate&&ar(this),!this.bgScroll&&Kn(this.$el)];M(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){N=N===null&&_(t,this.$el)&&this.isToggled()?this:N;return}N=this.isActive()?null:N,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!x(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(N){if(e&&N.isDelaying){this.showTimer=setTimeout(()=>S(t,":hover")&&this.show(),10);return}let i;for(;N&&i!==N&&!_(this.$el,N.$el);)i=N,N.hide(!1,!1)}this.container&&O(this.$el)!==this.container&&nt(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.isDelaying=nr(this.$el).some(n=>this.tracker.movesTo(n)),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,this.isDelaying=!1},isActive(){return N===this},position(){L(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const t=this.target.map(o=>or(this.$el,o)),e=this.getViewportOffset(this.$el),i=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[s,r]]of i)this.axis!==s&&f([s,!0],this.stretch)&&c(this.$el,{[r]:Math.min(y(this.boundary[o])[r],t[o][r]-2*e),[`overflow-${s}`]:"auto"});const n=t[0].width-2*e;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&$(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[s,r,a,l]]of i)if(this.axis===s&&f([s,!0],this.stretch)){const h=Math.abs(this.getPositionOffset(this.$el)),u=y(this.target[o]),p=y(this.$el);c(this.$el,{[r]:(u[a]>p[a]?u[this.inset?l:a]-Math.max(y(this.boundary[o])[a],t[o][a]+e):Math.min(y(this.boundary[o])[l],t[o][l]-e)-u[this.inset?a:l])-h,[`overflow-${s}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}}}};function nr(t){const e=[];return mt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}function or(t,e){return Z(jt(e).find(i=>_(t,i)))}function sr(t){const{$el:e}=t.$create("toggle",et(t.toggle,t.$el),{target:t.$el,mode:t.mode});return d(e,"aria-haspopup",!0),e}function rr(t){const e=()=>t.$emit(),i=[Ti(e),Fe(jt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function ar(t){return T([document,...jt(t.$el)],"scroll",()=>t.$emit(),{passive:!0})}function lr(t){return T(document,"keydown",e=>{e.keyCode===P.ESC&&t.hide(!1)})}function cr(t){return T(document,qt,({target:e})=>{_(e,t.$el)||M(document,`${Wt} ${He} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Wt&&e===o&&!(t.targetEl&&_(e,t.targetEl))&&t.hide(!1)},!0)})}var Qn={mixins:[at,Fi],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},data:{align:ue?"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){return et(t,e)||e},dropbar({dropbar:t}){return t?(t=this._dropbar||et(t,this.$el)||v(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=v("<div></div>"))):null},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=A(`.${t}`,e);if(this.dropContainer!==e)for(const o of A(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!f(n,o)&&s&&_(s,this.$el)&&n.push(o)}return n},items({selNavItem:t},e){return A(t,e)}},watch:{dropbar(t){$(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}},disconnected(){$t(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.selNavItem},handler({current:t}){const e=this.getActive();e&&f(e.mode,"hover")&&e.targetEl&&!_(e.targetEl,t)&&!e.isDelaying&&e.hide(!1)}},{name:"keydown",self:!0,delegate(){return this.selNavItem},handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();n===P.DOWN&&(o==null?void 0:o.targetEl)===i&&(t.preventDefault(),(e=v(_e,o.$el))==null||e.focus()),to(t,this.items,o)}},{name:"keydown",el(){return this.dropContainer},delegate(){return`.${this.clsDrop}`},handler(t){var e;const{current:i,keyCode:n}=t;if(!f(this.dropdowns,i))return;const o=this.getActive();let s=-1;if(n===P.HOME?s=0:n===P.END?s="last":n===P.UP?s="previous":n===P.DOWN?s="next":n===P.ESC&&((e=o.targetEl)==null||e.focus()),~s){t.preventDefault();const r=A(_e,i);r[gt(s,r,ke(r,a=>S(a,":focus")))].focus()}to(t,this.items,o)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&f(t.mode,"hover")&&!this.dropdowns.some(e=>S(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&Me(this.dropbarAnchor,this.dropbar),$(t,`${this.clsDrop}-dropbar`))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=Nt(t,`.${this.clsDrop}`).concat(t).map(a=>y(a)),o=Math.min(...n.map(({top:a})=>a)),s=Math.max(...n.map(({bottom:a})=>a)),r=y(this.dropbar);c(this.dropbar,"top",this.dropbar.offsetTop-(r.top-o)),this.transitionTo(s-o+m(c(t,"marginBottom")),t)};this._observer=Fe([e.$el,...e.target],i),i()}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t){const e=this.getActive();S(this.dropbar,":hover")&&e.$el===t.target&&!this.items.some(i=>e.targetEl!==i&&S(i,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},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 f(this.dropdowns,(t=N)==null?void 0:t.$el)&&N},async transitionTo(t,e){const{dropbar:i}=this,n=st(i);e=n<t&&e,await K.cancel([e,i]),c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),st(i,n),await Promise.all([K.start(i,{height:t},this.duration),K.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:""}))]).catch(ot)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return this.getDropdown(t)&&x(t,this.clsDrop)}}};function to(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===P.HOME?l=0:a===P.END?l="last":a===P.LEFT?l="previous":a===P.RIGHT?l="next":a===P.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[gt(l,e,e.indexOf(i.targetEl||r))].focus())}var hr={mixins:[at],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return v(Ee,e)},state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&O(this.input)===e&&this.input.nextElementSibling||v(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=Gi(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:S(i,"select")&&(n=A("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(){return z(this.$el,"form")},handler(){this.$emit()}}]},eo={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[Vn({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),dt({target:({$el:t})=>[t,...tt(t)]})],update:{read(){const t=io(this.$el.children);return{rows:t,columns:ur(t)}},write({columns:t,rows:e}){for(const i of e)for(const n of i)V(n,this.margin,e[0]!==i),V(n,this.firstColumn,t[0].includes(n))},events:["resize"]}};function io(t){return no(t,"top","bottom")}function ur(t){const e=[];for(const i of t){const n=no(i,"left","right");for(let o=0;o<n.length;o++)e[o]=e[o]?e[o].concat(n[o]):n[o]}return ue?e.reverse():e}function no(t,e,i){const n=[[]];for(const o of t){if(!F(o))continue;let s=Ve(o);for(let r=n.length-1;r>=0;r--){const a=n[r];if(!a[0]){a.push(o);break}let l;if(a[0].offsetParent===o.offsetParent?l=Ve(a[0]):(s=Ve(o,!0),l=Ve(a[0],!0)),s[e]>=l[i]-1&&s[e]!==l[e]){n.push([o]);break}if(s[i]-1>l[e]||s[e]===l[e]){a.push(o);break}if(r===0){n.unshift([o]);break}}}return n}function Ve(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=kt(t)),{top:i,left:n,bottom:i+o,right:n+s}}var fr={extends:eo,mixins:[at],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&$(this.$el,"uk-flex-top uk-flex-wrap-top")},observe:Hi({filter:({parallax:t})=>t}),update:[{write({columns:t}){V(this.$el,this.clsStack,t.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||oo(this.$el))return t.translates=!1,!1;let n=!1;const o=tt(this.$el),s=e.map(h=>ee(h,"offsetHeight")),r=pr(o,this.margin)*(i.length-1),a=Math.max(...s)+r;this.masonry&&(e=e.map(h=>ii(h,"offsetTop")),n=dr(i,e));let l=Math.abs(this.parallax);return l&&(l=s.reduce((h,u,p)=>Math.max(h,u+r+(p%2?l:l/8)-a),0)),{padding:l,columns:e,translates:n,height:n?a:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read(){return this.parallax&&oo(this.$el)?!1:{scrolled:this.parallax?kn(this.$el)*Math.abs(this.parallax):!1}},write({columns:t,scrolled:e,translates:i}){e===!1&&!i||t.forEach((n,o)=>n.forEach((s,r)=>c(s,"transform",!e&&!i?"":`translateY(${(i&&-i[o][r])+(e?o%2?e:e/8:0)}px)`)))},events:["scroll","resize"]}]};function oo(t){return tt(t).some(e=>c(e,"position")==="absolute")}function dr(t,e){const i=t.map(n=>Math.max(...n.map(o=>o.offsetHeight)));return e.map(n=>{let o=0;return n.map((s,r)=>o+=r?i[r-1]-n[r-1].offsetHeight:0)})}function pr(t,e){const[i]=t.filter(n=>x(n,e));return m(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}var gr={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements({target:t},e){return A(t,e)}},observe:dt({target:({$el:t,elements:e})=>[t,...e]}),update:{read(){return{rows:(this.row?io(this.elements):[this.elements]).map(mr)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function mr(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(vr);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function vr(t){const e=ni(t.style,["display","minHeight"]);F(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=Y(t).height-ce(t,"height","content-box");return c(t,e),i}var wr={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},observe:dt({target:({$el:t})=>[t,...fe(t)]}),update:{read({minHeight:t}){if(!F(this.$el))return!1;let e="";const i=ce(this.$el,"height","content-box"),{body:n,scrollingElement:o}=document,s=St(this.$el),{height:r}=Z(s===n?o:s);if(this.expand)e=Math.max(r-(Y(s).height-Y(this.$el).height)-i,0);else{const a=o===s||n===s;if(e=`calc(${a?"100vh":`${r}px`}`,this.offsetTop)if(a){const l=kt(this.$el)[0]-kt(s)[0];e+=l>0&&l<r/2?` - ${l}px`:""}else e+=` - ${c(s,"paddingTop")}`;this.offsetBottom===!0?e+=` - ${Y(this.$el.nextElementSibling).height}px`:wt(this.offsetBottom)?e+=` - ${this.offsetBottom}vh`:this.offsetBottom&&Kt(this.offsetBottom,"px")?e+=` - ${m(this.offsetBottom)}px`:b(this.offsetBottom)&&(e+=` - ${Y(et(this.offsetBottom,this.$el)).height}px`),e+=`${i?` - ${i}px`:""})`}return{minHeight:e,prev:t}},write({minHeight:t}){c(this.$el,{minHeight:t}),this.minHeight&&m(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},so={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=br(t,this.$el);return this.svgEl&&e!==this.svgEl&&$t(this.svgEl),$r.call(this,e,t),this.svgEl=e},ot)},disconnected(){this.svg.then(t=>{this._connected||(li(this.$el)&&(this.$el.hidden=!1),$t(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function br(t,e){if(li(e)||R(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return ro(t,n)?n:Me(e,t)}const i=e.lastElementChild;return ro(t,i)?i:nt(e,t)}function ro(t,e){return R(t,"svg")&&R(e,"svg")&&t.innerHTML===e.innerHTML}function $r(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>d(e,s)));const o=d(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>d(t,i[r],m(s)*this.ratio||null))}var ao={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++]||""))||""}}},yr='<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>',kr='<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>',xr='<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>',Sr='<svg width="20" height="20" viewBox="0 0 20 20"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',Cr='<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>',Tr='<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>',Er='<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>',_r='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-animate svg&gt;[class*=&quot;line-&quot;]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle 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 class="line-1" y="3" width="20" height="2"/><rect class="line-2" y="9" width="20" height="2"/><rect class="line-3" y="9" width="20" height="2"/><rect class="line-4" y="15" width="20" height="2"/></svg>',Or='<svg width="40" height="40" viewBox="0 0 40 40"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',Pr='<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>',Br='<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>',Mr='<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>',Dr='<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>',Ar='<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>',Nr='<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>',Ir='<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>',Hr='<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>',Fr='<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>',zr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Lr='<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>';const Ye={spinner:zr,totop:Lr,marker:Sr,"close-icon":yr,"close-large":kr,"drop-parent-icon":xr,"nav-parent-icon":Cr,"nav-parent-icon-large":Tr,"navbar-parent-icon":Er,"navbar-toggle-icon":_r,"overlay-icon":Or,"pagination-next":Pr,"pagination-previous":Br,"search-icon":Mr,"search-large":Dr,"search-navbar":Ar,"slidenav-next":Nr,"slidenav-next-large":Ir,"slidenav-previous":Hr,"slidenav-previous-large":Fr},Li={install:Jr,mixins:[so],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){$(this.$el,"uk-icon")},methods:{async getSvg(){const t=Kr(this.icon);if(!t)throw"Icon not found.";return t}}},Et={args:!1,extends:Li,data:t=>({icon:Pt(t.constructor.options.name)}),beforeConnect(){$(this.$el,this.$options.id)}},Rr={extends:Et,beforeConnect(){const t=this.$props.icon;this.icon=z(this.$el,".uk-nav-primary")?`${t}-large`:t}},qr={extends:Et,mixins:[ao],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){if(this.icon=x(this.$el,"uk-search-icon")&&Nt(this.$el,".uk-search-large").length?"search-large":Nt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon,!ut(this.$el,"aria-label"))if(x(this.$el,"uk-search-toggle")||x(this.$el,"uk-navbar-toggle")){const t=this.t("toggle");d(this.$el,"aria-label",t)}else{const t=z(this.$el,"a,button");if(t){const e=this.t("submit");d(t,"aria-label",e)}}}},Wr={extends:Et,beforeConnect(){d(this.$el,"role","status")},methods:{async getSvg(){const t=await Li.methods.getSvg.call(this);return this.ratio!==1&&c(v("circle",t),"strokeWidth",1/this.ratio),t}}},_t={extends:Et,mixins:[ao],beforeConnect(){const t=z(this.$el,"a,button");d(t,"role",this.role!==null&&R(t,"a")?"button":this.role);const e=this.t("label");e&&!ut(t,"aria-label")&&d(t,"aria-label",e)}},lo={extends:_t,beforeConnect(){$(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=x(this.$el,"uk-slidenav-large")?`${t}-large`:t}},jr={extends:_t,i18n:{label:"Open menu"}},Ur={extends:_t,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${x(this.$el,"uk-close-large")?"large":"icon"}`}},Vr={extends:_t,i18n:{label:"Open"}},Yr={extends:_t,i18n:{label:"Back to top"}},Gr={extends:_t,i18n:{label:"Next page"},data:{role:null}},Xr={extends:_t,i18n:{label:"Previous page"},data:{role:null}},Ge={};function Jr(t){t.icon.add=(e,i)=>{const n=b(e)?{[e]:i}:e;bt(n,(o,s)=>{Ye[s]=o,delete Ge[s]}),t._initialized&&mt(document.body,o=>bt(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}function Kr(t){return Ye[t]?(Ge[t]||(Ge[t]=v((Ye[Zr(t)]||Ye[t]).trim())),Ge[t].cloneNode(!0)):null}function Zr(t){return ue?ei(ei(t,"left","right"),"previous","next"):t}const Qr=xt&&"loading"in HTMLImageElement.prototype;var ta={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}Qr&&Xe(this.$el)&&(this.$el.loading="lazy",Ri(this.$el)),sa(this.$el)},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:ve({target:({$el:t,$props:e})=>[t,...oe(e.target,t)],handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy"}),methods:{load(){if(this.img)return this.img;const t=Xe(this.$el)?this.$el:ia(this.$el,this.dataSrc,this.sources);return ie(t,"loading"),Ri(this.$el,t.currentSrc),this.img=t}}};function Ri(t,e){if(Xe(t)){const i=O(t);(R(i,"picture")?tt(i):[t]).forEach(o=>co(o,o))}else e&&!f(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${di(e)})`),k(t,Oe("load",!1)))}const ea=["data-src","data-srcset","sizes"];function co(t,e){for(const i of ea){const n=At(t,i);n&&d(e,i.replace(/^(data-)+/,""),n)}}function ia(t,e,i){const n=new Image;return na(n,i),co(t,n),n.onload=()=>{Ri(t,n.currentSrc)},d(n,"src",e),n}function na(t,e){if(e=oa(e),e.length){const i=Ft("<picture>");for(const n of e){const o=Ft("<source>");d(o,n),nt(i,o)}nt(i,t)}}function oa(t){if(!t)return[];if(X(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Di(t);return H(t)||(t=[t]),t.filter(e=>!Qe(e))}function sa(t){Xe(t)&&!ut(t,"src")&&d(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Xe(t){return R(t,"img")}var qi={props:{media:Boolean},data:{media:!1},connected(){const t=ra(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,k(this.$el,Oe("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=T(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function ra(t,e){if(b(t)){if(X(t,"@"))t=m(c(e,`--uk-breakpoint-${t.substr(1)}`));else if(isNaN(t))return t}return t&&wt(t)?`(min-width: ${t}px)`:""}var aa={mixins:[at,qi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill({fill:t}){return t||c(this.$el,"--uk-leader-fill-content")}},connected(){[this.wrapper]=ki(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){ae(this.wrapper.childNodes)},observe:dt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){V(this.wrapper,this.clsHide,i),d(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const U=[];var ho={mixins:[at,Fi,Yt],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){return v(t,e)},transitionElement(){return this.panel},bgClose({bgClose:t}){return t&&this.panel}},connected(){d(this.panel||this.$el,"role",this.role),this.overlay&&d(this.panel||this.$el,"aria-modal",!0)},beforeDisconnect(){f(U,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return`${this.selClose},a[href*="#"]`},handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&It(e)&&!_(n,this.$el)&&v(n,document.body)?this.hide():S(e,this.selClose)&&(t.preventDefault(),this.hide())}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===f(U,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(f(U,this))return!1;!this.stack&&U.length?(Promise.all(U.map(e=>e.hide())).then(this.show),t.preventDefault()):U.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",m(c(this.$el,"zIndex"))+U.length);const t=[this.overlay&&ca(this),this.overlay&&Kn(this.$el),this.bgClose&&ha(this),this.escClose&&ua(this)];M(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),$(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){ci(this.$el)||d(this.$el,"tabindex","-1"),S(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){f(U,this)&&U.splice(U.indexOf(this),1),c(this.$el,"zIndex",""),U.some(t=>t.clsPage===this.clsPage)||L(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&O(this.$el)!==this.container?(nt(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,uo)},hide(){return this.toggleElement(this.$el,!1,uo)}}};function uo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>M(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=M(i,"transitionstart",()=>{M(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},la(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function la(t){return t?Kt(t,"ms")?m(t):m(t)*1e3:0}function ca(t){return T(document,"focusin",e=>{te(U)===t&&!_(e.target,t.$el)&&t.$el.focus()})}function ha(t){return T(document,qt,({target:e})=>{te(U)!==t||t.overlay&&!_(e,t.$el)||_(e,t.panel)||M(document,`${Wt} ${He} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Wt&&e===o&&t.hide()},!0)})}function ua(t){return T(document,"keydown",e=>{e.keyCode===27&&te(U)===t&&t.hide()})}var fa={install:da,mixins:[ho],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){x(this.panel,"uk-margin-auto-vertical")?$(this.$el,"uk-flex"):c(this.$el,"display","block"),st(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),L(this.$el,"uk-flex")}}]};function da({modal:t}){t.dialog=function(i,n){const o=t(`<div class="uk-modal"> <div class="uk-modal-dialog">${i}</div> </div>`,{stack:!0,role:"alertdialog",...n});return o.show(),T(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">${b(i)?i:Be(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${b(i)?i:Be(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>${b(i)?i:Be(i)}</label> <input class="uk-input" value="${n||""}" 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=v("input",r);return T(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=ot,s=ot){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return Se(new Promise(a=>{const l=T(r.$el,"hide",()=>a(o()));T(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var pa={extends:Gn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},ga={extends:Qn,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"},watch:{items(){const t=x(this.$el,"uk-navbar-justify");for(const e of A(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?A(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",e).length:"")}}},ma={mixins:[ho],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}){return t?e:""},clsOverlay({overlay:t,clsOverlay:e}){return t?e:""},clsMode({mode:t,clsMode:e}){return`${e}-${t}`},clsSidebarAnimation({mode:t,clsSidebarAnimation:e}){return t==="none"||t==="reveal"?"":e},clsContainerAnimation({mode:t,clsContainerAnimation:e}){return t!=="push"&&t!=="reveal"?"":e},transitionElement({mode:t}){return t==="reveal"?O(this.panel):this.panel}},observe:Yn({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!F(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!x(O(this.panel),this.clsMode)&&(Ae(this.panel,"<div>"),$(O(this.panel),this.clsMode));const{body:t,scrollingElement:e}=document;$(t,this.clsContainer,this.clsFlip),c(t,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),$(this.$el,this.clsOverlay),$(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),st(t),$(t,this.clsContainerAnimation),this.clsContainerAnimation&&va()}},{name:"hide",self:!0,handler(){L(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&wa(),this.mode==="reveal"&&ae(this.panel),L(this.panel,this.clsSidebarAnimation,this.clsMode),L(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),L(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&Kt(t.type,"Left")^this.flip&&this.hide()}}]};function va(){fo().content+=",user-scalable=0"}function wa(){const t=fo();t.content=t.content.replace(/,user-scalable=0$/,"")}function fo(){return v('meta[name="viewport"]',document.head)||nt(document.head,'<meta name="viewport">')}var ba={mixins:[at],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container({selContainer:t},e){return z(e,t)},content({selContent:t},e){return z(e,t)}},observe:dt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!F(this.$el)?!1:{max:Math.max(this.minHeight,st(this.container)-(Y(this.content).height-st(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},$a={props:["width","height"],connected(){$(this.$el,"uk-responsive-width")},observe:dt({target:({$el:t})=>[t,O(t)]}),update:{read(){return F(this.$el)&&this.width&&this.height?{width:le(O(this.$el)),height:this.height}:!1},write(t){st(this.$el,ai.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},ya={props:{offset:Number},data:{offset:0},connected(){ka(this)},disconnected(){xa(this)},methods:{async scrollTo(t){t=t&&v(t)||document.body,k(this.$el,"beforescroll",[this,t])&&(await yn(t,{offset:this.offset}),k(this.$el,"scrolled",[this,t]))}}};const be=new Set;function ka(t){be.size||T(document,"click",po),be.add(t)}function xa(t){be.delete(t),be.size||pi(document,"click",po)}function po(t){if(!t.defaultPrevented)for(const e of be)_(t.target,e.$el)&&It(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(ui(e.$el)))}var Sa={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,inViewClass:"uk-scrollspy-inview"}),computed:{elements({target:t},e){return t?A(t,e):[e]}},watch:{elements(t){this.hidden&&c(ne(t,`:not(.${this.inViewClass})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())L(t,this.inViewClass,(e==null?void 0:e.cls)||"");delete this.elementData},observe:ve({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:At(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:t=>({rootMargin:t.margin}),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;const n=this.elementData.get(t);if(n){if((i=n.off)==null||i.call(n),c(t,"opacity",!e&&this.hidden?0:""),V(t,this.inViewClass,e),V(t,n.cls),/\buk-animation-/.test(n.cls)){const o=()=>wi(t,"uk-animation-[\\w-]+");e?n.off=M(t,"animationcancel animationend",o):o()}k(t,e?"inview":"outview"),n.inview=e,this.$update(t)}}}},Ca={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links(t,e){return A('a[href*="#"]',e).filter(i=>i.hash&&It(i))},elements({closest:t}){return z(this.links,t||"*")}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})}},observe:[ve(),Hi()],update:[{read(){const t=this.links.map(ui).filter(Boolean),{length:e}=t;if(!e||!F(this.$el))return!1;const i=St(t,!0),{scrollTop:n,scrollHeight:o}=i,s=Z(i),r=o-s.height;let a=!1;if(n===r)a=e-1;else{for(let l=0;l<t.length&&!(y(t[l]).top-s.top-this.offset>0);l++)a=+l;a===!1&&this.overflow&&(a=0)}return{active:a}},write({active:t}){const e=t!==!1&&!x(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)V(this.elements[i],this.cls,+i===t);e&&k(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},Ta={mixins:[at,qi],props:{position:String,top:null,bottom:null,start:null,end:null,offset: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,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget({selTarget:t},e){return t&&v(t,e)||e}},connected(){this.start=go(this.start||this.top),this.end=go(this.end||this.bottom),this.placeholder=v("+ .uk-sticky-placeholder",this.$el)||v('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),L(this.selTarget,this.clsInactive)),mo(this.$el),$t(this.placeholder),this.placeholder=null},observe:[dt({target:({$el:t})=>[t,document.scrollingElement]}),Gs(),Hi()],events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=y(v(location.hash)),i=y(this.$el);this.isFixed&&oi(e,i)&&(t.scrollTop=e.top-i.height-ft(this.targetOffset,"height",this.placeholder)-ft(this.offset,"height",this.placeholder))})}},{name:"transitionstart",capture:!0,handler(){this.transitionInProgress=M(this.$el,"transitionend transitioncancel",()=>this.transitionInProgress=null)}}],update:[{read({height:t,width:e,margin:i,sticky:n}){if(this.inactive=!this.matchMedia||!F(this.$el),this.inactive)return;const o=this.isFixed&&!this.transitionInProgress;o&&(vo(this.selTarget),this.hide()),this.active||({height:t,width:e}=y(this.$el),i=c(this.$el,"margin")),o&&this.show();const s=ft("100vh","height"),r=st(window),a=document.scrollingElement.scrollHeight-s;let l=this.position;this.overflowFlip&&t>s&&(l=l==="top"?"bottom":"top");const h=this.isFixed?this.placeholder:this.$el;let u=ft(this.offset,"height",n?this.$el:h);l==="bottom"&&(t<r||this.overflowFlip)&&(u+=r-t);const p=this.overflowFlip?0:Math.max(0,t+u-s),w=y(h).top,E=y(this.$el).height,q=(this.start===!1?w:Wi(this.start,this.$el,w))-u,D=this.end===!1?a:Math.min(a,Wi(this.end,this.$el,w+t,!0)-E-u+p);return n=a&&!this.showOnUp&&q+u===w&&D===Math.min(a,Wi("!*",this.$el,0,!0)-E-u+p)&&c(O(this.$el),"overflowY")==="visible",{start:q,end:D,offset:u,overflow:p,topOffset:w,height:t,elHeight:E,width:e,margin:i,top:kt(h)[0],sticky:n}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&mo(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}),_(s,document)||(s.hidden=!0),(o?yi:Me)(this.$el,s)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s}){const r=document.scrollingElement.scrollTop;return{dir:t<=r?"down":"up",prevDir:e,scroll:r,prevScroll:t,offsetParentTop:y((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:ht(n+ht(r,o,s)-ht(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,topOffset:u,height:p}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const w=Date.now();if((w-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=w),!(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&&r<=u+p)){if(!this.isFixed){it.inProgress(this.$el)&&l>r&&(it.cancel(this.$el),this.hide());return}this.animation&&r>u?(it.cancel(this.$el),it.out(this.$el,this.animation).then(()=>this.hide(),ot)):this.hide()}else this.isFixed?this.update():this.animation&&r>u?(it.cancel(this.$el),this.show(),it.in(this.$el,this.animation).catch(ot)):(vo(this.selTarget),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),L(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):c(this.$el,{position:"",top:"",width:"",marginTop:""}),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,topOffset:a,height:l,elHeight:h,offsetParentTop:u,sticky:p}=this._data;const w=o!==0||e>o;if(!p){let E="fixed";e>s&&(r+=s-u,E="absolute"),c(this.$el,{position:E,width:t,marginTop:0},"important")}i&&(r-=n),c(this.$el,"top",r),this.setActive(w),V(this.$el,this.clsBelow,e>a+(p?Math.min(l,h):l)),$(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(bi(this.selTarget,this.clsInactive,this.clsActive),e!==t&&k(this.$el,"active")):(bi(this.selTarget,this.clsActive,this.clsInactive),e!==t&&k(this.$el,"inactive"))}}};function Wi(t,e,i,n){if(!t)return 0;if(wt(t)||b(t)&&t.match(/^-?\d/))return i+ft(t,"height",e,!0);{const o=t===!0?O(e):et(t,e);return y(o).bottom-(n&&o&&_(e,o)?m(c(o,"paddingBottom")):0)}}function go(t){return t==="true"?!0:t==="false"?!1:t}function mo(t){c(t,{position:"",top:"",marginTop:"",width:""})}function vo(t){c(t,"transition","0s"),requestAnimationFrame(()=>c(t,"transition",""))}function Ea(t){return Math.ceil(Math.max(0,...A("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}var _a={mixins:[so],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[Vn({async handler(){const t=await this.svg;t&&wo.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){f(this.src,"#")&&([this.src,this.icon]=this.src.split("#"));const t=await this.svg;t&&(wo.call(this,t),this.strokeAnimation&&Ma(t))},methods:{async getSvg(){return R(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>M(this.$el,"load",()=>t(this.getSvg()))):Pa(await Oa(this.src),this.icon)||Promise.reject("SVG not found.")}}};function wo(t){const{$el:e}=this;$(t,d(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);d(t,n,o)}this.$el.id||ie(t,"id")}const Oa=J(async t=>t?X(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function Pa(t,e){return e&&f(t,"<symbol")&&(t=Ba(t)[e]||t),t=v(t.substr(t.indexOf("<svg"))),(t==null?void 0:t.hasChildNodes())&&t}const bo=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Ba=J(function(t){const e={};bo.lastIndex=0;let i;for(;i=bo.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e});function Ma(t){const e=Ea(t);e&&c(t,"--uk-animation-stroke",e)}const ji=".uk-disabled *, .uk-disabled, [disabled]";var $o={mixins:[Yt],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({connect:t},e){return oe(t,e)},connectChildren(){return this.connects.map(t=>tt(t)).flat()},toggles({toggle:t},e){return A(t,e)},children(){return tt(this.$el).filter(t=>this.toggles.some(e=>_(e,t)))}},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)tt(e).forEach((i,n)=>V(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(){d(this.$el,"role","tablist")},observe:[je({targets:({connectChildren:t})=>t}),Yn({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate(){return this.toggle},handler(t){!S(t.current,ji)&&(t.type==="click"||t.keyCode===P.SPACE)&&(t.preventDefault(),this.show(t.current))}},{name:"keydown",delegate(){return this.toggle},handler(t){const{current:e,keyCode:i}=t,n=S(this.$el,this.selVertical);let o=i===P.HOME?0:i===P.END?"last":i===P.LEFT&&!n||i===P.UP&&n?"previous":i===P.RIGHT&&!n||i===P.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!S(a,ji)),r=s[gt(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el(){return this.connects.concat(this.itemNav?oe(this.itemNav,this.$el):[])},delegate(){return`[${this.attrItem}],[data-${this.attrItem}]`},handler(t){z(t.target,"a,button")&&(t.preventDefault(),this.show(At(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler({type:t}){this.show(Kt(t,"Left")?"next":"previous")}}],update(){var t;d(this.connects,"role","presentation"),d(tt(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];d(i,"role","tab"),n&&(i.id=me(this,i,`-tab-${e}`),n.id=me(this,n,`-tabpanel-${e}`),d(i,"aria-controls",n.id),d(n,{role:"tabpanel","aria-labelledby":i.id}))}d(this.$el,"aria-orientation",S(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return ke(this.children,t=>x(t,this.cls))},show(t){const e=this.toggles.filter(r=>!S(r,ji)),i=this.index(),n=gt(!Te(t)||f(e,t)?t:0,e,gt(this.toggles[i],e)),o=gt(e[n],this.toggles);this.children.forEach((r,a)=>{V(r,this.cls,o===a),d(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=xe(r).filter((l,h)=>h!==o&&x(l,this.cls));await this.toggleElement(a,!1,s),await this.toggleElement(r[o],!0,s)})}}},Da={mixins:[at],extends:$o,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=x(this.$el,"uk-tab-left")?"uk-tab-left":x(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Aa=32;var Na={mixins:[qi,Yt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target({target:t},e){return t=oe(t||e.hash,e),t.length&&t||[e]}},connected(){f(this.mode,"media")||(ci(this.$el)||d(this.$el,"tabindex","0"),!this.cls&&R(this.$el,"a")&&d(this.$el,"role","button"))},observe:je({target:({target:t})=>t}),events:[{name:qt,filter(){return f(this.mode,"hover")},handler(t){this._preventClick=null,!(!Ht(t)||Mt(this._showState)||this.$el.disabled)&&(k(this.$el,"focus"),M(document,qt,()=>k(this.$el,"blur"),!0,e=>!_(e.target,this.$el)),f(this.mode,"click")&&(this._preventClick=!0))}},{name:`${Ne} ${Ie} focus blur`,filter(){return f(this.mode,"hover")},handler(t){if(Ht(t)||this.$el.disabled)return;const e=f([Ne,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Mt(this._showState)||i===this._showState||t.type===Ie&&S(this.$el,":focus")||t.type==="blur"&&S(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Mt(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter(){return f(this.mode,"click")&&!R(this.$el,"input")},handler(t){t.keyCode===Aa&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return["click","hover"].some(t=>f(this.mode,t))},handler(t){let e;(this._preventClick||z(t.target,'a[href="#"], a[href=""]')||(e=z(t.target,"a[href]"))&&(!this.isToggled(this.target)||e.hash&&S(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&f(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter(){return f(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!k(this.target,t||"toggle",[this]))return;if(ut(this.$el,"aria-expanded")&&d(this.$el,"aria-expanded",!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>x(n,this.clsLeave));if(e.length){for(const n of this.target){const o=f(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=>!f(i,n)),!0)}}},Ia=Object.freeze({__proto__:null,Accordion:Gn,Alert:Zs,Close:Ur,Cover:tr,Drop:Zn,DropParentIcon:Et,Dropdown:Zn,Dropnav:Qn,FormCustom:hr,Grid:fr,HeightMatch:gr,HeightViewport:wr,Icon:Li,Img:ta,Leader:aa,Margin:eo,Marker:Vr,Modal:fa,Nav:pa,NavParentIcon:Rr,Navbar:ga,NavbarParentIcon:Et,NavbarToggleIcon:jr,Offcanvas:ma,OverflowAuto:ba,OverlayIcon:Et,PaginationNext:Gr,PaginationPrevious:Xr,Responsive:$a,Scroll:ya,Scrollspy:Sa,ScrollspyNav:Ca,SearchIcon:qr,SlidenavNext:lo,SlidenavPrevious:lo,Spinner:Wr,Sticky:Ta,Svg:_a,Switcher:$o,Tab:Da,Toggle:Na,Totop:Yr,Video:Xn});return bt(Ia,(t,e)=>Q.component(e,t)),Rs(Q),Q});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.16.20-dev.d039a55d0 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1
+ /*! UIkit 3.16.21 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :