uikit 3.11.2-dev.03e47c2ff → 3.11.2-dev.06fe7f1d0

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 (72) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/dist/css/uikit-core-rtl.css +12 -6
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +12 -6
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +12 -6
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +12 -6
  9. package/dist/css/uikit.min.css +1 -1
  10. package/dist/js/components/countdown.js +3 -3
  11. package/dist/js/components/countdown.min.js +1 -1
  12. package/dist/js/components/filter.js +1 -1
  13. package/dist/js/components/filter.min.js +1 -1
  14. package/dist/js/components/lightbox-panel.js +4 -14
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +4 -14
  17. package/dist/js/components/lightbox.min.js +1 -1
  18. package/dist/js/components/notification.js +1 -1
  19. package/dist/js/components/notification.min.js +1 -1
  20. package/dist/js/components/parallax.js +8 -9
  21. package/dist/js/components/parallax.min.js +1 -1
  22. package/dist/js/components/slider-parallax.js +8 -9
  23. package/dist/js/components/slider-parallax.min.js +1 -1
  24. package/dist/js/components/slider.js +59 -78
  25. package/dist/js/components/slider.min.js +1 -1
  26. package/dist/js/components/slideshow-parallax.js +8 -9
  27. package/dist/js/components/slideshow-parallax.min.js +1 -1
  28. package/dist/js/components/slideshow.js +23 -45
  29. package/dist/js/components/slideshow.min.js +1 -1
  30. package/dist/js/components/sortable.js +1 -1
  31. package/dist/js/components/sortable.min.js +1 -1
  32. package/dist/js/components/tooltip.js +1 -1
  33. package/dist/js/components/tooltip.min.js +1 -1
  34. package/dist/js/components/upload.js +2 -1
  35. package/dist/js/components/upload.min.js +1 -1
  36. package/dist/js/uikit-core.js +357 -264
  37. package/dist/js/uikit-core.min.js +1 -1
  38. package/dist/js/uikit-icons.js +1 -1
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +414 -361
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +1 -1
  43. package/src/js/api/hooks.js +2 -2
  44. package/src/js/api/state.js +173 -140
  45. package/src/js/components/countdown.js +2 -2
  46. package/src/js/components/internal/slider-preload.js +4 -32
  47. package/src/js/components/slider.js +39 -42
  48. package/src/js/components/upload.js +2 -1
  49. package/src/js/core/accordion.js +6 -1
  50. package/src/js/core/core.js +2 -75
  51. package/src/js/core/cover.js +5 -1
  52. package/src/js/core/drop.js +3 -1
  53. package/src/js/core/form-custom.js +2 -2
  54. package/src/js/core/height-viewport.js +3 -0
  55. package/src/js/core/img.js +16 -24
  56. package/src/js/core/offcanvas.js +2 -1
  57. package/src/js/core/sticky.js +27 -33
  58. package/src/js/core/switcher.js +11 -3
  59. package/src/js/core/toggle.js +3 -1
  60. package/src/js/core/video.js +13 -1
  61. package/src/js/mixin/lazyload.js +20 -0
  62. package/src/js/mixin/parallax.js +8 -9
  63. package/src/js/mixin/slider.js +0 -6
  64. package/src/js/mixin/slideshow.js +0 -4
  65. package/src/js/mixin/swipe.js +72 -0
  66. package/src/js/util/index.js +1 -0
  67. package/src/js/util/observer.js +36 -0
  68. package/src/less/components/utility.less +6 -3
  69. package/src/scss/components/utility.scss +6 -3
  70. package/tests/parallax.html +2 -2
  71. package/tests/sticky-parallax.html +1 -1
  72. package/tests/utility.html +17 -0
@@ -1 +1 @@
1
- /*! UIkit 3.11.2-dev.03e47c2ff | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */(function(ge,pe){typeof exports=="object"&&typeof module<"u"?module.exports=pe():typeof define=="function"&&define.amd?define("uikit",pe):(ge=typeof globalThis<"u"?globalThis:ge||self,ge.UIkit=pe())})(this,function(){"use strict";const{hasOwnProperty:ge,toString:pe}=Object.prototype;function Mt(t,e){return ge.call(t,e)}const Hn=/\B([A-Z])/g,Dt=ht(t=>t.replace(Hn,"-$1").toLowerCase()),Fn=/-(\w)/g,Yt=ht(t=>t.replace(Fn,is)),me=ht(t=>t.length?is(null,t.charAt(0))+t.slice(1):"");function is(t,e){return e?e.toUpperCase():""}function lt(t,e){return t==null||t.startsWith==null?void 0:t.startsWith(e)}function Ct(t,e){return t==null||t.endsWith==null?void 0:t.endsWith(e)}function b(t,e){return t==null||t.includes==null?void 0:t.includes(e)}function xt(t,e){return t==null||t.findIndex==null?void 0:t.findIndex(e)}const{isArray:rt,from:Ln}=Array,{assign:yt}=Object;function $t(t){return typeof t=="function"}function It(t){return t!==null&&typeof t=="object"}function Pt(t){return pe.call(t)==="[object Object]"}function ve(t){return It(t)&&t===t.window}function we(t){return yi(t)===9}function xi(t){return yi(t)>=1}function Bt(t){return yi(t)===1}function yi(t){return!ve(t)&&It(t)&&t.nodeType}function Ve(t){return typeof t=="boolean"}function B(t){return typeof t=="string"}function Gt(t){return typeof t=="number"}function zt(t){return Gt(t)||B(t)&&!isNaN(t-parseFloat(t))}function Xt(t){return!(rt(t)?t.length:It(t)?Object.keys(t).length:!1)}function G(t){return t===void 0}function $i(t){return Ve(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function At(t){const e=Number(t);return isNaN(e)?!1:e}function x(t){return parseFloat(t)||0}function Y(t){return T(t)[0]}function T(t){return t&&(xi(t)?[t]:Array.from(t).filter(xi))||[]}function Ot(t){var e;if(ve(t))return t;t=Y(t);const i=we(t)?t:(e=t)==null?void 0:e.ownerDocument;return(i==null?void 0:i.defaultView)||window}function ki(t){return t?Ct(t,"ms")?x(t):x(t)*1e3:0}function Ye(t,e){return t===e||It(t)&&It(e)&&Object.keys(t).length===Object.keys(e).length&&it(t,(i,s)=>i===e[s])}function Si(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),s=>s===e?i:e)}function be(t){return t[t.length-1]}function it(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function xe(t,e){return t.slice().sort((i,s)=>{let{[e]:n=0}=i,{[e]:r=0}=s;return n>r?1:r>n?-1:0})}function ss(t,e){const i=new Set;return t.filter(s=>{let{[e]:n}=s;return i.has(n)?!1:i.add(n)})}function ot(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=1),Math.min(Math.max(At(t)||0,e),i)}function _(){}function ns(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every(s=>{let[n,r]=s;return Math.min(...e.map(o=>{let{[n]:a}=o;return a}))-Math.max(...e.map(o=>{let{[r]:a}=o;return a}))>0})}function Ge(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}const ye={ratio(t,e,i){const s=e==="width"?"height":"width";return{[s]:t[e]?Math.round(i*t[s]/t[e]):t[s],[e]:i}},contain(t,e){return t={...t},it(t,(i,s)=>t=t[s]>e[s]?this.ratio(t,s,e[s]):t),t},cover(t,e){return t=this.contain(t,e),it(t,(i,s)=>t=t[s]<e[s]?this.ratio(t,s,e[s]):t),t}};function Kt(t,e,i,s){i===void 0&&(i=0),s===void 0&&(s=!1),e=T(e);const{length:n}=e;return n?(t=zt(t)?At(t):t==="next"?i+1:t==="previous"?i-1:e.indexOf(Y(t)),s?ot(t,0,n-1):(t%=n,t<0?t+n:t)):-1}function ht(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class Xe{constructor(){this.promise=new Promise((e,i)=>{this.reject=i,this.resolve=e})}}function S(t,e,i){if(It(e)){for(const n in e)S(t,n,e[n]);return}if(G(i)){var s;return(s=Y(t))==null?void 0:s.getAttribute(e)}else for(const n of T(t))$t(i)&&(i=i.call(n,S(n,e))),i===null?$e(n,e):n.setAttribute(e,i)}function Ht(t,e){return T(t).some(i=>i.hasAttribute(e))}function $e(t,e){const i=T(t);for(const s of e.split(" "))for(const n of i)n.removeAttribute(s)}function U(t,e){for(const i of[e,"data-"+e])if(Ht(t,i))return S(t,i)}const Wn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Ti(t){return T(t).some(e=>Wn[e.tagName.toLowerCase()])}function F(t){return T(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const ke="input,select,textarea,button";function Ci(t){return T(t).some(e=>W(e,ke))}const Ke=ke+",a[href],[tabindex]";function Je(t){return W(t,Ke)}function D(t){return t=Y(t),t&&Bt(t.parentNode)&&t.parentNode}function Se(t,e){return T(t).filter(i=>W(i,e))}function W(t,e){return T(t).some(i=>i.matches(e))}function at(t,e){return lt(e,">")&&(e=e.slice(1)),Bt(t)?t.closest(e):T(t).map(i=>at(i,e)).filter(Boolean)}function R(t,e){return B(e)?W(t,e)||!!at(t,e):t===e||Y(e).contains(Y(t))}function Te(t,e){const i=[];for(;t=D(t);)(!e||W(t,e))&&i.push(t);return i}function L(t,e){t=Y(t);const i=t?T(t.children):[];return e?Se(i,e):i}function Jt(t,e){return e?T(t).indexOf(Y(e)):L(D(t)).indexOf(t)}function dt(t,e){return Ii(t,os(t,e))}function Ce(t,e){return Ie(t,os(t,e))}function Ii(t,e){return Y(as(t,e,"querySelector"))}function Ie(t,e){return T(as(t,e,"querySelectorAll"))}const Rn=/(^|[^\\],)\s*[!>+~-]/,rs=ht(t=>t.match(Rn));function os(t,e){return e===void 0&&(e=document),B(t)&&rs(t)||we(e)?e:e.ownerDocument}const jn=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function as(t,e,i){if(e===void 0&&(e=document),!t||!B(t))return t;t=t.replace(jn,"$1 *"),rs(t)&&(t=Vn(t).map(s=>{let n=e;if(s[0]==="!"){const r=s.substr(1).trim().split(" ");n=at(D(e),r[0]),s=r.slice(1).join(" ").trim()}if(s[0]==="-"){const r=s.substr(1).trim().split(" "),o=(n||e).previousElementSibling;n=W(o,s.substr(1))?o:null,s=r.slice(1).join(" ")}return n?Yn(n)+" "+s:null}).filter(Boolean).join(","),e=document);try{return e[i](t)}catch{return null}}const qn=/.*?[^\\](?:,|$)/g,Vn=ht(t=>t.match(qn).map(e=>e.replace(/,$/,"").trim()));function Yn(t){const e=[];for(;t.parentNode;){const i=S(t,"id");if(i){e.unshift("#"+Pe(i));break}else{let{tagName:s}=t;s!=="HTML"&&(s+=":nth-child("+(Jt(t)+1)+")"),e.unshift(s),t=t.parentNode}}return e.join(" > ")}function Pe(t){return B(t)?CSS.escape(t):""}function I(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[s,n,r,o,a=!1]=Pi(e);o.length>1&&(o=Xn(o)),a!=null&&a.self&&(o=Kn(o)),r&&(o=Gn(r,o));for(const h of n)for(const u of s)u.addEventListener(h,o,a);return()=>Zt(s,n,o,a)}function Zt(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[s,n,,r,o=!1]=Pi(e);for(const a of n)for(const h of s)h.removeEventListener(a,r,o)}function j(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[s,n,r,o,a=!1,h]=Pi(e),u=I(s,n,r,f=>{const l=!h||h(f);l&&(u(),o(f,l))},a);return u}function m(t,e,i){return Ai(t).every(s=>s.dispatchEvent(Ae(e,!0,!0,i)))}function Ae(t,e,i,s){return e===void 0&&(e=!0),i===void 0&&(i=!1),B(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:s})),t}function Pi(t){return t[0]=Ai(t[0]),B(t[1])&&(t[1]=t[1].split(" ")),$t(t[2])&&t.splice(2,0,!1),t}function Gn(t,e){return i=>{const s=t[0]===">"?Ie(t,i.currentTarget).reverse().filter(n=>R(i.target,n))[0]:at(i.target,t);s&&(i.current=s,e.call(this,i))}}function Xn(t){return e=>rt(e.detail)?t(e,...e.detail):t(e)}function Kn(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function ls(t){return t&&"addEventListener"in t}function Jn(t){return ls(t)?t:Y(t)}function Ai(t){return rt(t)?t.map(Jn).filter(Boolean):B(t)?Ie(t):ls(t)?[t]:T(t)}function kt(t){return t.pointerType==="touch"||!!t.touches}function Qt(t){var e,i;const{clientX:s,clientY:n}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:s,y:n}}function hs(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:_,responseType:"",...e};return Promise.resolve().then(()=>i.beforeSend(i)).then(()=>Zn(t,i))}function Zn(t,e){return new Promise((i,s)=>{const{xhr:n}=e;for(const r in e)if(r in n)try{n[r]=e[r]}catch{}n.open(e.method.toUpperCase(),t);for(const r in e.headers)n.setRequestHeader(r,e.headers[r]);I(n,"load",()=>{n.status===0||n.status>=200&&n.status<300||n.status===304?i(n):s(yt(Error(n.statusText),{xhr:n,status:n.status}))}),I(n,"error",()=>s(yt(Error("Network Error"),{xhr:n}))),I(n,"timeout",()=>s(yt(Error("Network Timeout"),{xhr:n}))),n.send(e.data)})}function cs(t,e,i){return new Promise((s,n)=>{const r=new Image;r.onerror=o=>{n(o)},r.onload=()=>{s(r)},i&&(r.sizes=i),e&&(r.srcset=e),r.src=t})}const Qn={"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,s){s===void 0&&(s="");const n=T(t);for(const r of n)if(B(e)){if(e=Ze(e),G(i))return Un(r,e);!i&&!Gt(i)?r.style.removeProperty(e):r.style.setProperty(e,zt(i)&&!Qn[e]?i+"px":i,s)}else if(rt(e)){const o=Ei(r),a={};for(const h of e)a[h]=o[Ze(h)];return a}else It(e)&&(s=i,it(e,(o,a)=>c(r,a,o,s)));return n[0]}function Ei(t,e){return Ot(t).getComputedStyle(t,e)}function Un(t,e,i){return Ei(t,i)[e]}const tr=/^\s*(["'])?(.*?)\1\s*$/;function _i(t){return Ei(document.documentElement).getPropertyValue("--uk-"+t).replace(tr,"$2")}const Ze=ht(t=>er(t)),us=["webkit","moz","ms"];function er(t){t=Dt(t);const{style:e}=document.documentElement;if(t in e)return t;let i=us.length,s;for(;i--;)if(s="-"+us[i]+"-"+t,s in e)return s}function $(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];ds(t,i,"add")}function N(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];ds(t,i,"remove")}function Qe(t,e){S(t,"class",i=>(i||"").replace(new RegExp("\\b"+e+"\\b","g"),""))}function Ni(t){(arguments.length<=1?void 0:arguments[1])&&N(t,arguments.length<=1?void 0:arguments[1]),(arguments.length<=2?void 0:arguments[2])&&$(t,arguments.length<=2?void 0:arguments[2])}function C(t,e){[e]=Mi(e);for(const i of T(t))if(e&&i.classList.contains(e))return!0;return!1}function V(t,e,i){const s=Mi(e);G(i)||(i=!!i);for(const n of T(t))for(const r of s)n.classList.toggle(r,i)}function ds(t,e,i){e=e.reduce((s,n)=>s.concat(Mi(n)),[]);for(const s of T(t))s.classList[i](...e)}function Mi(t){return String(t).split(/\s|,/).filter(Boolean)}function fs(t,e,i,s){return i===void 0&&(i=400),s===void 0&&(s="linear"),Promise.all(T(t).map(n=>new Promise((r,o)=>{for(const h in e){const u=c(n,h);u===""&&c(n,h,u)}const a=setTimeout(()=>m(n,"transitionend"),i);j(n,"transitionend transitioncanceled",h=>{let{type:u}=h;clearTimeout(a),N(n,"uk-transition"),c(n,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),u==="transitioncanceled"?o():r(n)},{self:!0}),$(n,"uk-transition"),c(n,{transitionProperty:Object.keys(e).map(Ze).join(","),transitionDuration:i+"ms",transitionTimingFunction:s,...e})})))}const P={start:fs,stop(t){return m(t,"transitionend"),Promise.resolve()},cancel(t){m(t,"transitioncanceled")},inProgress(t){return C(t,"uk-transition")}},Ee="uk-animation-";function Di(t,e,i,s,n){return i===void 0&&(i=200),Promise.all(T(t).map(r=>new Promise((o,a)=>{m(r,"animationcanceled");const h=setTimeout(()=>m(r,"animationend"),i);j(r,"animationend animationcanceled",u=>{let{type:f}=u;clearTimeout(h),f==="animationcanceled"?a():o(r),c(r,"animationDuration",""),Qe(r,Ee+"\\S*")},{self:!0}),c(r,"animationDuration",i+"ms"),$(r,e,Ee+(n?"leave":"enter")),lt(e,Ee)&&(s&&$(r,"uk-transform-origin-"+s),n&&$(r,Ee+"reverse"))})))}const ir=new RegExp(Ee+"(enter|leave)"),pt={in:Di,out(t,e,i,s){return Di(t,e,i,s,!0)},inProgress(t){return ir.test(S(t,"class"))},cancel(t){m(t,"animationcanceled")}},Et={width:["left","right"],height:["top","bottom"]};function k(t){const e=Bt(t)?Y(t).getBoundingClientRect():{height:O(t),width:Ne(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 M(t,e){const i=k(t);if(t){const{scrollY:n,scrollX:r}=Ot(t),o={height:n,width:r};for(const a in Et)for(const h in Et[a])i[Et[a][h]]+=o[a]}if(!e)return i;const s=c(t,"position");it(c(t,["left","top"]),(n,r)=>c(t,r,e[r]-i[r]+x(s==="absolute"&&n==="auto"?Ue(t)[r]:n)))}function Ue(t){let{top:e,left:i}=M(t);const{ownerDocument:{body:s,documentElement:n},offsetParent:r}=Y(t);let o=r||n;for(;o&&(o===s||o===n)&&c(o,"position")==="static";)o=o.parentNode;if(Bt(o)){const a=M(o);e-=a.top+x(c(o,"borderTopWidth")),i-=a.left+x(c(o,"borderLeftWidth"))}return{top:e-x(c(t,"marginTop")),left:i-x(c(t,"marginLeft"))}}function _e(t){const e=[0,0];t=Y(t);do if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,c(t,"position")==="fixed"){const i=Ot(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}while(t=t.offsetParent);return e}const O=gs("height"),Ne=gs("width");function gs(t){const e=me(t);return(i,s)=>{if(G(s)){if(ve(i))return i["inner"+e];if(we(i)){const n=i.documentElement;return Math.max(n["offset"+e],n["scroll"+e])}return i=Y(i),s=c(i,t),s=s==="auto"?i["offset"+e]:x(s)||0,s-Ut(i,t)}else return c(i,t,!s&&s!==0?"":+s+Ut(i,t)+"px")}}function Ut(t,e,i){return i===void 0&&(i="border-box"),c(t,"boxSizing")===i?Et[e].map(me).reduce((s,n)=>s+x(c(t,"padding"+n))+x(c(t,"border"+n+"Width")),0):0}function Me(t){for(const e in Et)for(const i in Et[e])if(Et[e][i]===t)return Et[e][1-i];return t}function ft(t,e,i,s){return e===void 0&&(e="width"),i===void 0&&(i=window),s===void 0&&(s=!1),B(t)?nr(t).reduce((n,r)=>{const o=or(r);return o&&(r=ar(o==="vh"?O(Ot(i)):o==="vw"?Ne(Ot(i)):s?i["offset"+me(e)]:k(i)[e],r)),n+x(r)},0):x(t)}const sr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,nr=ht(t=>t.toString().replace(/\s/g,"").match(sr)||[]),rr=/(?:v[hw]|%)$/,or=ht(t=>(t.match(rr)||[])[0]);function ar(t,e){return t*x(e)/100}function lr(t){if(document.readyState!=="loading"){t();return}j(document,"DOMContentLoaded",t)}function mt(t,e){var i;return(t==null||(i=t.tagName)==null?void 0:i.toLowerCase())===e.toLowerCase()}function ps(t){return Bi(t,"")}function _t(t,e){return G(e)?y(t).innerHTML:Bi(t,e)}const Bi=De("replaceChildren"),hr=De("prepend"),X=De("append"),zi=De("before"),ti=De("after");function De(t){return function(e,i){const s=T(B(i)?Ft(i):i);return s.length&&y(e)[t](...s),vs(s)}}function ct(t){T(t).forEach(e=>e.remove())}function ei(t,e){for(e=Y(zi(t,e));e.firstChild;)e=e.firstChild;return X(e,t),e}function ms(t,e){return T(T(t).map(i=>i.hasChildNodes?ei(T(i.childNodes),e):X(i,e)))}function ii(t){T(t).map(D).filter((e,i,s)=>s.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const cr=/^\s*<(\w+|!)[^>]*>/,ur=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ft(t){const e=ur.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return cr.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,vs(i.childNodes)}function vs(t){return t.length>1?t:t[0]}function St(t,e){if(!!Bt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;St(t,e),t=i}}function y(t,e){return ws(t)?Y(Ft(t)):Ii(t,e)}function H(t,e){return ws(t)?T(Ft(t)):Ie(t,e)}function ws(t){return B(t)&&lt(t.trim(),"<")}const te=typeof window<"u",Z=te&&S(document.documentElement,"dir")==="rtl",Lt=te&&"ontouchstart"in window,ee=te&&window.PointerEvent,ut=ee?"pointerdown":Lt?"touchstart":"mousedown",ie=ee?"pointermove":Lt?"touchmove":"mousemove",vt=ee?"pointerup":Lt?"touchend":"mouseup",Wt=ee?"pointerenter":Lt?"":"mouseenter",se=ee?"pointerleave":Lt?"":"mouseleave",ne=ee?"pointercancel":"touchcancel",z={reads:[],writes:[],read(t){return this.reads.push(t),Hi(),t},write(t){return this.writes.push(t),Hi(),t},clear(t){xs(this.reads,t),xs(this.writes,t)},flush:Oi};function Oi(t){bs(z.reads),bs(z.writes.splice(0)),z.scheduled=!1,(z.reads.length||z.writes.length)&&Hi(t+1)}const dr=4;function Hi(t){z.scheduled||(z.scheduled=!0,t&&t<dr?Promise.resolve().then(()=>Oi(t)):requestAnimationFrame(()=>Oi(1)))}function bs(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function xs(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Fi(){}Fi.prototype={positions:[],init(){this.positions=[];let t;this.unbind=I(document,"mousemove",e=>t=Qt(e)),this.interval=setInterval(()=>{!t||(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){this.unbind&&this.unbind(),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:s,top:n,bottom:r}=e,[o]=this.positions,a=be(this.positions),h=[o,a];return Ge(a,e)?!1:[[{x:i,y:n},{x:s,y:r}],[{x:i,y:r},{x:s,y:n}]].some(f=>{const l=fr(h,f);return l&&Ge(l,e)})}};function fr(t,e){let[{x:i,y:s},{x:n,y:r}]=t,[{x:o,y:a},{x:h,y:u}]=e;const f=(u-a)*(n-i)-(h-o)*(r-s);if(f===0)return!1;const l=((h-o)*(s-a)-(u-a)*(i-o))/f;return l<0?!1:{x:i+l*(n-i),y:s+l*(r-s)}}const Q={};Q.events=Q.created=Q.beforeConnect=Q.connected=Q.beforeDisconnect=Q.disconnected=Q.destroy=Li,Q.args=function(t,e){return e!==!1&&Li(e||t)},Q.update=function(t,e){return xe(Li(t,$t(e)?{read:e}:e),"order")},Q.props=function(t,e){if(rt(e)){const i={};for(const s of e)i[s]=String;e=i}return Q.methods(t,e)},Q.computed=Q.methods=function(t,e){return e?t?{...t,...e}:e:t},Q.data=function(t,e,i){return i?ys(t,e,i):e?t?function(s){return ys(t,e,s)}:e:t};function ys(t,e,i){return Q.computed($t(t)?t.call(i,i):t,$t(e)?e.call(i,i):e)}function Li(t,e){return t=t&&!rt(t)?[t]:t,e?t?t.concat(e):rt(e)?e:[e]:t}function gr(t,e){return G(e)?t:e}function re(t,e,i){const s={};if($t(e)&&(e=e.options),e.extends&&(t=re(t,e.extends,i)),e.mixins)for(const r of e.mixins)t=re(t,r,i);for(const r in t)n(r);for(const r in e)Mt(t,r)||n(r);function n(r){s[r]=(Q[r]||gr)(t[r],e[r],i)}return s}function Be(t,e){e===void 0&&(e=[]);try{return t?lt(t,"{")?JSON.parse(t):e.length&&!b(t,":")?{[e[0]]:t}:t.split(";").reduce((i,s)=>{const[n,r]=s.split(/:(.*)/);return n&&!G(r)&&(i[n.trim()]=r.trim()),i},{}):{}}catch{return{}}}function $s(t){if(ni(t)&&Wi(t,{func:"playVideo",method:"play"}),si(t))try{t.play().catch(_)}catch{}}function ks(t){ni(t)&&Wi(t,{func:"pauseVideo",method:"pause"}),si(t)&&t.pause()}function Ss(t){ni(t)&&Wi(t,{func:"mute",method:"setVolume",value:0}),si(t)&&(t.muted=!0)}function Ts(t){return si(t)||ni(t)}function si(t){return mt(t,"video")}function ni(t){return mt(t,"iframe")&&(Cs(t)||Is(t))}function Cs(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function Is(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Wi(t,e){await mr(t),Ps(t,e)}function Ps(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const Ri="_ukPlayer";let pr=0;function mr(t){if(t[Ri])return t[Ri];const e=Cs(t),i=Is(t),s=++pr;let n;return t[Ri]=new Promise(r=>{e&&j(t,"load",()=>{const o=()=>Ps(t,{event:"listening",id:s});n=setInterval(o,100),o()}),j(window,"message",r,!1,o=>{let{data:a}=o;try{return a=JSON.parse(a),a&&(e&&a.id===s&&a.event==="onReady"||i&&Number(a.player_id)===s)}catch{}}),t.src=""+t.src+(b(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+s)}).then(()=>clearInterval(n))}function oe(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=0),F(t)?ns(...jt(t).map(s=>{const{top:n,left:r,bottom:o,right:a}=M(ae(s));return{top:n-e,left:r-i,bottom:o+e,right:a+i}}).concat(M(t))):!1}function Rt(t,e){if(ve(t)||we(t)?t=le(t):t=Y(t),G(e))return t.scrollTop;t.scrollTop=e}function ji(t,e){let{offset:i=0}=e===void 0?{}:e;const s=F(t)?jt(t):[];return s.reduce((a,h,u)=>{const{scrollTop:f,scrollHeight:l,offsetHeight:d}=h,g=l-ze(h),{height:v,top:p}=M(s[u-1]||t);let w=Math.ceil(p-M(ae(h)).top-i+f);return i>0&&d<v+i?w+=i:i=0,w>g?(i-=w-g,w=g):w<0&&(i-=w,w=0),()=>n(h,w-f).then(a)},()=>Promise.resolve())();function n(a,h){return new Promise(u=>{const f=a.scrollTop,l=r(Math.abs(h)),d=Date.now();(function g(){const v=o(ot((Date.now()-d)/l));Rt(a,f+h*v),v===1?u():requestAnimationFrame(g)})()})}function r(a){return 40*Math.pow(a,.375)}function o(a){return .5*(1-Math.cos(Math.PI*a))}}function qi(t,e,i){if(e===void 0&&(e=0),i===void 0&&(i=0),!F(t))return 0;const[s]=jt(t,/auto|scroll/,!0),{scrollHeight:n,scrollTop:r}=s,o=ze(s),a=n-o,h=_e(t)[0]-_e(s)[0],u=Math.max(0,h-o+e),f=Math.min(a,h+t.offsetHeight-i);return ot((r-u)/(f-u))}function jt(t,e,i){e===void 0&&(e=/auto|scroll|hidden/),i===void 0&&(i=!1);const s=le(t);let n=Te(t).reverse();n=n.slice(n.indexOf(s)+1);const r=xt(n,o=>c(o,"position")==="fixed");return~r&&(n=n.slice(r)),[s].concat(n.filter(o=>e.test(c(o,"overflow"))&&(!i||o.scrollHeight>ze(o)))).reverse()}function ae(t){return t===le(t)?window:t}function ze(t){return(t===le(t)?document.documentElement:t).clientHeight}function le(t){const{document:e}=Ot(t);return e.scrollingElement||e.documentElement}const Oe={width:["x","left","right"],height:["y","top","bottom"]};function As(t,e,i,s,n,r,o,a){i=_s(i),s=_s(s);const h={element:i,target:s};if(!t||!e)return h;const u=M(t),f=M(e),l=f;if(Es(l,i,u,-1),Es(l,s,f,1),n=Ns(n,u.width,u.height),r=Ns(r,f.width,f.height),n.x+=r.x,n.y+=r.y,l.left+=n.x,l.top+=n.y,o){let d=jt(t).map(ae);a&&!b(d,a)&&d.unshift(a),d=d.map(g=>M(g)),it(Oe,(g,v)=>{let[p,w,A]=g;!(o===!0||b(o,p))||d.some(E=>{const J=i[p]===w?-u[v]:i[p]===A?u[v]:0,et=s[p]===w?f[v]:s[p]===A?-f[v]:0;if(l[w]<E[w]||l[w]+u[v]>E[A]){const bt=u[v]/2,de=s[p]==="center"?-f[v]/2:0;return i[p]==="center"&&(gt(bt,de)||gt(-bt,-de))||gt(J,et)}function gt(bt,de){const fe=x((l[w]+bt+de-n[p]*2).toFixed(4));if(fe>=E[w]&&fe+u[v]<=E[A]){l[w]=fe;for(const qe of["element","target"])bt&&(h[qe][p]=h[qe][p]===Oe[v][1]?Oe[v][2]:Oe[v][1]);return!0}}})})}return M(t,l),h}function Es(t,e,i,s){it(Oe,(n,r)=>{let[o,a,h]=n;e[o]===h?t[a]+=i[r]*s:e[o]==="center"&&(t[a]+=i[r]*s/2)})}function _s(t){const e=/left|center|right/,i=/top|center|bottom/;return t=(t||"").split(" "),t.length===1&&(t=e.test(t[0])?t.concat("center"):i.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:i.test(t[1])?t[1]:"center"}}function Ns(t,e,i){const[s,n]=(t||"").split(" ");return{x:s?x(s)*(Ct(s,"%")?e/100:1):0,y:n?x(n)*(Ct(n,"%")?i/100:1):0}}var vr=Object.freeze({__proto__:null,ajax:hs,getImage:cs,transition:fs,Transition:P,animate:Di,Animation:pt,attr:S,hasAttr:Ht,removeAttr:$e,data:U,addClass:$,removeClass:N,removeClasses:Qe,replaceClass:Ni,hasClass:C,toggleClass:V,dimensions:k,offset:M,position:Ue,offsetPosition:_e,height:O,width:Ne,boxModelAdjust:Ut,flipPosition:Me,toPx:ft,ready:lr,isTag:mt,empty:ps,html:_t,replaceChildren:Bi,prepend:hr,append:X,before:zi,after:ti,remove:ct,wrapAll:ei,wrapInner:ms,unwrap:ii,fragment:Ft,apply:St,$:y,$$:H,inBrowser:te,isRtl:Z,hasTouch:Lt,pointerDown:ut,pointerMove:ie,pointerUp:vt,pointerEnter:Wt,pointerLeave:se,pointerCancel:ne,on:I,off:Zt,once:j,trigger:m,createEvent:Ae,toEventTargets:Ai,isTouch:kt,getEventPos:Qt,fastdom:z,isVoidElement:Ti,isVisible:F,selInput:ke,isInput:Ci,selFocusable:Ke,isFocusable:Je,parent:D,filter:Se,matches:W,closest:at,within:R,parents:Te,children:L,index:Jt,hasOwn:Mt,hyphenate:Dt,camelize:Yt,ucfirst:me,startsWith:lt,endsWith:Ct,includes:b,findIndex:xt,isArray:rt,toArray:Ln,assign:yt,isFunction:$t,isObject:It,isPlainObject:Pt,isWindow:ve,isDocument:we,isNode:xi,isElement:Bt,isBoolean:Ve,isString:B,isNumber:Gt,isNumeric:zt,isEmpty:Xt,isUndefined:G,toBoolean:$i,toNumber:At,toFloat:x,toNode:Y,toNodes:T,toWindow:Ot,toMs:ki,isEqual:Ye,swap:Si,last:be,each:it,sortBy:xe,uniqueBy:ss,clamp:ot,noop:_,intersectRect:ns,pointInRect:Ge,Dimensions:ye,getIndex:Kt,memoize:ht,Deferred:Xe,MouseTracker:Fi,mergeOptions:re,parseOptions:Be,play:$s,pause:ks,mute:Ss,isVideo:Ts,positionAt:As,query:dt,queryAll:Ce,find:Ii,findAll:Ie,escape:Pe,css:c,getCssVar:_i,propName:Ze,isInView:oe,scrollTop:Rt,scrollIntoView:ji,scrolledOver:qi,scrollParents:jt,getViewport:ae,getViewportClientHeight:ze,getScrollingElement:le});function wr(t){const e=t.data;t.use=function(n){if(!n.installed)return n.call(null,this),n.installed=!0,this},t.mixin=function(n,r){r=(B(r)?t.component(r):r)||this,r.options=re(r.options,n)},t.extend=function(n){n=n||{};const r=this,o=function(h){this._init(h)};return o.prototype=Object.create(r.prototype),o.prototype.constructor=o,o.options=re(r.options,n),o.super=r,o.extend=r.extend,o},t.update=function(n,r){n=n?Y(n):document.body;for(const o of Te(n).reverse())s(o[e],r);St(n,o=>s(o[e],r))};let i;Object.defineProperty(t,"container",{get(){return i||document.body},set(n){i=y(n)}});function s(n,r){if(!!n)for(const o in n)n[o]._connected&&n[o]._callUpdate(r)}}function br(t){t.prototype._callHook=function(s){var n;(n=this.$options[s])==null||n.forEach(r=>r.call(this))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObservers(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){!this._connected||(this._callHook("beforeDisconnect"),this._disconnectObservers(),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1,delete this._watch)},t.prototype._callUpdate=function(s){s===void 0&&(s="update"),!!this._connected&&((s==="update"||s==="resize")&&this._callWatches(),!!this.$options.update&&(this._updates||(this._updates=new Set,z.read(()=>{this._connected&&e.call(this,this._updates),delete this._updates})),this._updates.add(s.type||s)))},t.prototype._callWatches=function(){if(this._watch)return;const s=!Mt(this,"_watch");this._watch=z.read(()=>{this._connected&&i.call(this,s),this._watch=null})};function e(s){for(const{read:n,write:r,events:o}of this.$options.update){if(!s.has("update")&&(!o||!o.some(h=>s.has(h))))continue;let a;n&&(a=n.call(this,this._data,s),a&&Pt(a)&&yt(this._data,a)),r&&a!==!1&&z.write(()=>r.call(this,this._data,s))}}function i(s){const{$options:{computed:n}}=this,r={...this._computeds};this._computeds={};for(const o in n){const{watch:a,immediate:h}=n[o];a&&(s&&h||Mt(r,o)&&!Ye(r[o],this[o]))&&a.call(this,this[o],r[o])}}}function xr(t){let e=0;t.prototype._init=function(l){l=l||{},l.data=h(l,this.constructor.options),this.$options=re(this.constructor.options,l,this),this.$el=null,this.$props={},this._uid=e++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),l.el&&this.$mount(l.el)},t.prototype._initData=function(){const{data:l={}}=this.$options;for(const d in l)this.$props[d]=this[d]=l[d]},t.prototype._initMethods=function(){const{methods:l}=this.$options;if(l)for(const d in l)this[d]=l[d].bind(this)},t.prototype._initComputeds=function(){const{computed:l}=this.$options;if(this._computeds={},l)for(const d in l)s(this,d,l[d])},t.prototype._initProps=function(l){let d;l=l||i(this.$options,this.$name);for(d in l)G(l[d])||(this.$props[d]=l[d]);const g=[this.$options.computed,this.$options.methods];for(d in this.$props)d in l&&r(g,d)&&(this[d]=this.$props[d])},t.prototype._initEvents=function(){this._events=[];for(const l of this.$options.events||[])if(Mt(l,"handler"))n(this,l);else for(const d in l)n(this,l[d],d)},t.prototype._unbindEvents=function(){this._events.forEach(l=>l()),delete this._events},t.prototype._initObservers=function(){this._observers=[u(this),f(this)]},t.prototype._disconnectObservers=function(){this._observers.forEach(l=>l==null?void 0:l.disconnect())};function i(l,d){const g={},{args:v=[],props:p={},el:w}=l;if(!p)return g;for(const E in p){const J=Dt(E);let et=U(w,J);G(et)||(et=p[E]===Boolean&&et===""?!0:o(p[E],et),!(J==="target"&&(!et||lt(et,"_")))&&(g[E]=et))}const A=Be(U(w,d),v);for(const E in A){const J=Yt(E);p[J]!==void 0&&(g[J]=o(p[J],A[E]))}return g}function s(l,d,g){Object.defineProperty(l,d,{enumerable:!0,get(){const{_computeds:v,$props:p,$el:w}=l;return Mt(v,d)||(v[d]=(g.get||g).call(l,p,w)),v[d]},set(v){const{_computeds:p}=l;p[d]=g.set?g.set.call(l,v):v,G(p[d])&&delete p[d]}})}function n(l,d,g){Pt(d)||(d={name:g,handler:d});let{name:v,el:p,handler:w,capture:A,passive:E,delegate:J,filter:et,self:gt}=d;if(p=$t(p)?p.call(l):p||l.$el,rt(p)){p.forEach(bt=>n(l,{...d,el:bt},g));return}!p||et&&!et.call(l)||l._events.push(I(p,v,J?B(J)?J:J.call(l):null,B(w)?l[w]:w.bind(l),{passive:E,capture:A,self:gt}))}function r(l,d){return l.every(g=>!g||!Mt(g,d))}function o(l,d){return l===Boolean?$i(d):l===Number?At(d):l==="list"?a(d):l?l(d):d}function a(l){return rt(l)?l:B(l)?l.split(/,(?![^(]*\))/).map(d=>zt(d)?At(d):$i(d.trim())):[l]}function h(l,d){let{data:g={}}=l,{args:v=[],props:p={}}=d;rt(g)&&(g=g.slice(0,v.length).reduce((w,A,E)=>(Pt(A)?yt(w,A):w[v[E]]=A,w),{}));for(const w in g)G(g[w])?delete g[w]:p[w]&&(g[w]=o(p[w],g[w]));return g}function u(l){const{el:d}=l.$options,g=new MutationObserver(()=>l.$emit());return g.observe(d,{childList:!0,subtree:!0}),g}function f(l){const{$name:d,$options:g,$props:v}=l,{attrs:p,props:w,el:A}=g;if(!w||p===!1)return;const E=rt(p)?p:Object.keys(w),J=E.map(gt=>Dt(gt)).concat(d),et=new MutationObserver(gt=>{const bt=i(g,d);gt.some(de=>{let{attributeName:fe}=de;const qe=fe.replace("data-","");return(qe===d?E:[Yt(qe),Yt(fe)]).some(es=>!G(bt[es])&&bt[es]!==v[es])})&&l.$reset()});return et.observe(A,{attributes:!0,attributeFilter:J.concat(J.map(gt=>"data-"+gt))}),et}}function yr(t){const e=t.data;t.prototype.$create=function(s,n,r){return t[s](n,r)},t.prototype.$mount=function(s){const{name:n}=this.$options;s[e]||(s[e]={}),!s[e][n]&&(s[e][n]=this,this.$el=this.$options.el=this.$options.el||s,R(s,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(s){s===void 0&&(s=!1);const{el:n,name:r}=this.$options;n&&this._callDisconnected(),this._callHook("destroy"),!!(n!=null&&n[e])&&(delete n[e][r],Xt(n[e])||delete n[e],s&&ct(this.$el))},t.prototype.$emit=function(s){this._callUpdate(s)},t.prototype.$update=function(s,n){s===void 0&&(s=this.$el),t.update(s,n)},t.prototype.$getComponent=t.getComponent;const i=ht(s=>t.prefix+Dt(s));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}function $r(t){const e=t.data,i={};t.component=function(s,n){const r=Dt(s);if(s=Yt(r),!n)return Pt(i[s])&&(i[s]=t.extend(i[s])),i[s];t[s]=function(a,h){const u=t.component(s);return u.options.functional?new u({data:Pt(a)?a:[...arguments]}):a?H(a).map(f)[0]:f();function f(l){const d=t.getComponent(l,s);if(d)if(h)d.$destroy();else return d;return new u({el:l,data:h})}};const o=Pt(n)?{...n}:n.options;return o.name=s,o.install==null||o.install(t,o,s),t._initialized&&!o.functional&&z.read(()=>t[s]("[uk-"+r+"],[data-uk-"+r+"]")),i[s]=Pt(n)?o:n},t.getComponents=s=>(s==null?void 0:s[e])||{},t.getComponent=(s,n)=>t.getComponents(s)[n],t.connect=s=>{if(s[e])for(const n in s[e])s[e][n]._callConnected();for(const n of s.attributes){const r=Ms(n.name);r&&r in i&&t[r](s)}},t.disconnect=s=>{for(const n in s[e])s[e][n]._callDisconnected()}}const Ms=ht(t=>lt(t,"uk-")||lt(t,"data-uk-")?Yt(t.replace("data-uk-","").replace("uk-","")):!1),tt=function(t){this._init(t)};tt.util=vr,tt.data="__uikit__",tt.prefix="uk-",tt.options={},tt.version="3.11.2-dev.03e47c2ff",wr(tt),br(tt),xr(tt),$r(tt),yr(tt);function kr(t){if(!te)return;let e;const i=()=>{e||(e=!0,z.read(()=>e=!1),t.update(null,"resize"))};I(window,"load resize",i),I(document,"loadedmetadata load",i,!0),"ResizeObserver"in window&&new ResizeObserver(i).observe(document.documentElement);let s;I(window,"scroll",r=>{s||(s=!0,z.read(()=>s=!1),t.update(null,r.type))},{passive:!0,capture:!0});let n=0;I(document,"animationstart",r=>{let{target:o}=r;(c(o,"animationName")||"").match(/^uk-.*(left|right)/)&&(n++,c(document.documentElement,"overflowX","hidden"),setTimeout(()=>{--n||c(document.documentElement,"overflowX","")},ki(c(o,"animationDuration"))+100))},!0),I(document,ut,r=>{if(!kt(r))return;const o=Qt(r),a="tagName"in r.target?r.target:D(r.target);j(document,vt+" "+ne+" scroll",h=>{const{x:u,y:f}=Qt(h);(h.type!=="scroll"&&a&&u&&Math.abs(o.x-u)>100||f&&Math.abs(o.y-f)>100)&&setTimeout(()=>{m(a,"swipe"),m(a,"swipe"+Sr(o.x,o.y,u,f))})})},{passive:!0})}function Sr(t,e,i,s){return Math.abs(t-i)>=Math.abs(e-s)?t-i>0?"Left":"Right":e-s>0?"Up":"Down"}function Tr(t){const{connect:e,disconnect:i}=t;if(!te||!window.MutationObserver)return;z.read(function(){document.body&&St(document.body,e),new MutationObserver(r=>r.forEach(s)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(r=>r.forEach(n)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0});function s(r){let{addedNodes:o,removedNodes:a}=r;for(const h of o)St(h,e);for(const h of a)St(h,i)}function n(r){var o;let{target:a,attributeName:h}=r;const u=Ms(h);if(!(!u||!(u in t))){if(Ht(a,h)){t[u](a);return}(o=t.getComponent(a,u))==null||o.$destroy()}}}var st={connected(){!C(this.$el,this.$name)&&$(this.$el,this.$name)}},Tt={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation(t){let{animation:e}=t;return!!e[0]},hasTransition(t){let{animation:e}=t;return this.hasAnimation&&e[0]===!0}},methods:{toggleElement(t,e,i){return new Promise(s=>Promise.all(T(t).map(n=>{const r=Ve(e)?e:!this.isToggled(n);if(!m(n,"before"+(r?"show":"hide"),[this]))return Promise.reject();const o=($t(i)?i:i===!1||!this.hasAnimation?this._toggle:this.hasTransition?Ds(this):Cr(this))(n,r),a=r?this.clsEnter:this.clsLeave;$(n,a),m(n,r?"show":"hide",[this]);const h=()=>{N(n,a),m(n,r?"shown":"hidden",[this]),this.$update(n)};return o?o.then(h,()=>(N(n,a),Promise.reject())):h()})).then(s,_))},isToggled(t){return t===void 0&&(t=this.$el),[t]=T(t),C(t,this.clsEnter)?!0:C(t,this.clsLeave)?!1:this.cls?C(t,this.cls.split(" ")[0]):F(t)},_toggle(t,e){if(!t)return;e=Boolean(e);let i;this.cls?(i=b(this.cls," ")||e!==C(t,this.cls),i&&V(t,this.cls,b(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),H("[autofocus]",t).some(s=>F(s)?s.focus()||!0:s.blur()),i&&(m(t,"toggled",[e,this]),this.$update(t))}}};function Ds(t){let{isToggled:e,duration:i,initProps:s,hideProps:n,transition:r,_toggle:o}=t;return(a,h)=>{const u=P.inProgress(a),f=a.hasChildNodes?x(c(a.firstElementChild,"marginTop"))+x(c(a.lastElementChild,"marginBottom")):0,l=F(a)?O(a)+(u?0:f):0;P.cancel(a),e(a)||o(a,!0),O(a,""),z.flush();const d=O(a)+(u?0:f);return O(a,l),(h?P.start(a,{...s,overflow:"hidden",height:d},Math.round(i*(1-l/d)),r):P.start(a,n,Math.round(i*(l/d)),r).then(()=>o(a,!1))).then(()=>c(a,s))}}function Cr(t){return(e,i)=>{pt.cancel(e);const{animation:s,duration:n,_toggle:r}=t;return i?(r(e,!0),pt.in(e,s[0],n,t.origin)):pt.out(e,s[1]||s[0],n,t.origin).then(()=>r(e,!1))}}var Bs={mixins:[st,Tt],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return H(i,e)},watch(t,e){if(t.forEach(s=>ri(y(this.content,s),!C(s,this.clsOpen))),e||C(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},immediate:!0},toggles(t){let{toggle:e}=t;return this.items.map(i=>y(e,i))}},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(Jt(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[Kt(t,this.items)]];const s=Se(this.items,"."+this.clsOpen);if(!this.multiple&&!b(s,i[0])&&(i=i.concat(s)),!(!this.collapsible&&s.length<2&&!Se(i,":not(."+this.clsOpen+")").length))for(const n of i)this.toggleElement(n,!C(n,this.clsOpen),async(r,o)=>{V(r,this.clsOpen,o),S(y(this.$props.toggle,r),"aria-expanded",o);const a=y((r._wrapper?"> * ":"")+this.content,r);if(e===!1||!this.hasTransition){ri(a,!o);return}if(r._wrapper||(r._wrapper=ei(a,"<div"+(o?" hidden":"")+">")),ri(a,!1),await Ds(this)(r._wrapper,o),ri(a,!o),delete r._wrapper,ii(a),o){const h=y(this.$props.toggle,r);oe(h)||ji(h,{offset:this.offset})}})}}};function ri(t,e){t&&(t.hidden=e)}var Ir={mixins:[st,Tt],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...Tt.data.hideProps}},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}}],methods:{async close(){await this.toggleElement(this.$el),this.$destroy(!0)}}},zs={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView(t){let{autoplay:e}=t;return e==="inview"}},connected(){this.inView&&!Ht(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&Ss(this.$el)},update:{read(){return Ts(this.$el)?{visible:F(this.$el)&&c(this.$el,"visibility")!=="hidden",inView:this.inView&&oe(this.$el)}:!1},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?ks(this.$el):(this.autoplay===!0||this.inView&&i)&&$s(this.$el)},events:["resize","scroll"]}},Pr={mixins:[zs],props:{width:Number,height:Number},data:{automute:!0},update:{read(){const t=this.$el,{offsetHeight:e,offsetWidth:i}=Ar(t)||D(t),s=ye.cover({width:this.width||t.naturalWidth||t.videoWidth||t.clientWidth,height:this.height||t.naturalHeight||t.videoHeight||t.clientHeight},{width:i+(i%2?1:0),height:e+(e%2?1:0)});return!s.width||!s.height?!1:s},write(t){let{height:e,width:i}=t;c(this.$el,{height:e,width:i})},events:["resize"]}};function Ar(t){for(;t=D(t);)if(c(t,"position")!=="static")return t}var he={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return e===!0&&this.$container||e&&y(e)}}},Os={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(Z?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos(t){let{pos:e}=t;return e.split("-").concat("center").slice(0,2)},dir(){return this.pos[0]},align(){return this.pos[1]}},methods:{positionAt(t,e,i){Qe(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?");let{offset:s}=this;const n=this.getAxis();if(!zt(s)){const a=y(s);s=a?M(a)[n==="x"?"left":"top"]-M(e)[n==="x"?"right":"bottom"]:0}const{x:r,y:o}=As(t,e,n==="x"?Me(this.dir)+" "+this.align:this.align+" "+Me(this.dir),n==="x"?this.dir+" "+this.align:this.align+" "+this.dir,n==="x"?""+(this.dir==="left"?-s:s):" "+(this.dir==="top"?-s:s),null,this.flip,i).target;this.dir=n==="x"?r:o,this.align=n==="x"?o:r,V(t,this.clsPos+"-"+this.dir+"-"+this.align,this.offset===!1)},getAxis(){return this.dir==="top"||this.dir==="bottom"?"y":"x"}}};let K;var Hs={mixins:[he,Os,Tt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},computed:{boundary(t,e){let{boundary:i}=t;return i===!0?window:dt(i,e)},clsDrop(t){let{clsDrop:e}=t;return e||"uk-"+this.$options.name},clsPos(){return this.clsDrop}},created(){this.tracker=new Fi},connected(){$(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",dt(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,S(this.target,"aria-haspopup",!0))},disconnected(){this.isActive()&&(K=null)},events:[{name:"click",delegate(){return"."+this.clsDrop+"-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{defaultPrevented:e,current:{hash:i}}=t;!e&&i&&!R(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.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),W(this.$el,":focus,:hover")||this.hide()}},{name:Wt+" focusin",filter(){return b(this.mode,"hover")},handler(t){kt(t)||this.clearTimers()}},{name:se+" focusout",filter(){return b(this.mode,"hover")},handler(t){!kt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){!e||(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){K=this,this.tracker.init(),j(this.$el,"hide",I(document,ut,t=>{let{target:e}=t;return!R(e,this.$el)&&j(document,vt+" "+ne+" scroll",i=>{let{defaultPrevented:s,type:n,target:r}=i;!s&&n===vt&&e===r&&!(this.target&&R(e,this.target))&&this.hide(!1)},!0)}),{self:!0}),j(this.$el,"hide",I(document,"keydown",t=>{t.keyCode===27&&this.hide(!1)}),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;if(this.$el!==e){K=K===null&&R(e,this.$el)&&this.isToggled()?this:K;return}K=this.isActive()?null:K,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!C(this.$el,this.clsEnter)&&this.position()},events:["resize"]},methods:{show(t,e){if(t===void 0&&(t=this.target),e===void 0&&(e=!0),this.isToggled()&&t&&this.target&&t!==this.target&&this.hide(!1),this.target=t,this.clearTimers(),!this.isActive()){if(K){if(e&&K.isDelaying){this.showTimer=setTimeout(()=>W(t,":hover")&&this.show(),10);return}let i;for(;K&&i!==K&&!R(this.$el,K.$el);)i=K,K.hide(!1)}this.container&&D(this.$el)!==this.container&&X(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t){t===void 0&&(t=!0);const e=()=>this.toggleElement(this.$el,!1,!1);this.clearTimers(),this.isDelaying=Er(this.$el).some(i=>this.tracker.movesTo(i)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(e,this.delayHide):e()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return K===this},position(){N(this.$el,this.clsDrop+"-stack"),V(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const t=M(this.boundary),e=this.boundaryAlign?t:M(this.target);if(this.align==="justify"){const i=this.getAxis()==="y"?"width":"height";c(this.$el,i,e[i])}else this.boundary&&this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&$(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.target,this.boundary)}}};function Er(t){const e=[];return St(t,i=>c(i,"position")!=="static"&&e.push(i)),e}var _r={mixins:[st],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return y(ke,e)},state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(i===!0&&D(this.input)===e&&this.input.nextElementSibling||dt(i,e))}},update(){const{target:t,input:e}=this;if(!t)return;let i;const s=Ci(t)?"value":"textContent",n=t[s],r=e.files&&e.files[0]?e.files[0].name:W(e,"select")&&(i=H("option",e).filter(o=>o.selected)[0])?i.textContent:e.value;n!==r&&(t[s]=r)},events:[{name:"change",handler(){this.$update()}},{name:"reset",el(){return at(this.$el,"form")},handler(){this.$update()}}]},Nr={update:{read(t){const e=oe(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write(){this.$el.src=""+this.$el.src},events:["scroll","resize"]}},Fs={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},update:{read(){const t=Vi(this.$el.children);return{rows:t,columns:Mr(t)}},write(t){let{columns:e,rows:i}=t;for(const s of i)for(const n of s)V(n,this.margin,i[0]!==s),V(n,this.firstColumn,!!~e[0].indexOf(n))},events:["resize"]}};function Vi(t){return Ls(t,"top","bottom")}function Mr(t){const e=[];for(const i of t){const s=Ls(i,"left","right");for(let n=0;n<s.length;n++)e[n]=e[n]?e[n].concat(s[n]):s[n]}return Z?e.reverse():e}function Ls(t,e,i){const s=[[]];for(const n of t){if(!F(n))continue;let r=oi(n);for(let o=s.length-1;o>=0;o--){const a=s[o];if(!a[0]){a.push(n);break}let h;if(a[0].offsetParent===n.offsetParent?h=oi(a[0]):(r=oi(n,!0),h=oi(a[0],!0)),r[e]>=h[i]-1&&r[e]!==h[e]){s.push([n]);break}if(r[i]-1>h[e]||r[e]===h[e]){a.push(n);break}if(o===0){s.unshift([n]);break}}}return s}function oi(t,e){e===void 0&&(e=!1);let{offsetTop:i,offsetLeft:s,offsetHeight:n,offsetWidth:r}=t;return e&&([i,s]=_e(t)),{top:i,left:s,bottom:i+n,right:s+r}}var Dr={extends:Fs,mixins:[st],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")},update:[{write(t){let{columns:e}=t;V(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||Ws(this.$el))return t.translates=!1,!1;let s=!1;const n=L(this.$el),r=Or(e),o=zr(n,this.margin)*(i.length-1),a=Math.max(...r)+o;this.masonry&&(e=e.map(u=>xe(u,"offsetTop")),s=Br(i,e));let h=Math.abs(this.parallax);return h&&(h=r.reduce((u,f,l)=>Math.max(u,f+o+(l%2?h:h/8)-a),0)),{padding:h,columns:e,translates:s,height:s?a:""}},write(t){let{height:e,padding:i}=t;c(this.$el,"paddingBottom",i||""),e!==!1&&c(this.$el,"height",e)},events:["resize"]},{read(){return Ws(this.$el)?!1:{scrolled:this.parallax?qi(this.$el)*Math.abs(this.parallax):!1}},write(t){let{columns:e,scrolled:i,translates:s}=t;i===!1&&!s||e.forEach((n,r)=>n.forEach((o,a)=>c(o,"transform",!i&&!s?"":"translateY("+((s&&-s[r][a])+(i?r%2?i:i/8:0))+"px)")))},events:["scroll","resize"]}]};function Ws(t){return L(t).some(e=>c(e,"position")==="absolute")}function Br(t,e){const i=t.map(s=>Math.max(...s.map(n=>n.offsetHeight)));return e.map(s=>{let n=0;return s.map((r,o)=>n+=o?i[o-1]-s[o-1].offsetHeight:0)})}function zr(t,e){const[i]=t.filter(s=>C(s,e));return x(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}function Or(t){return t.map(e=>e.reduce((i,s)=>i+s.offsetHeight,0))}var Hr={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements(t,e){let{target:i}=t;return H(i,e)}},update:{read(){return{rows:(this.row?Vi(this.elements):[this.elements]).map(Fr)}},write(t){let{rows:e}=t;for(const{heights:i,elements:s}of e)s.forEach((n,r)=>c(n,"minHeight",i[r]))},events:["resize"]}};function Fr(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Rs),i=Math.max(...e);const s=t.some(r=>r.style.minHeight),n=t.some((r,o)=>!r.style.minHeight&&e[o]<i);return s&&n&&(c(t,"minHeight",""),e=t.map(Rs),i=Math.max(...e)),e=t.map((r,o)=>e[o]===i&&x(r.style.minHeight).toFixed(2)!==i.toFixed(2)?"":i),{heights:e,elements:t}}function Rs(t){let e=!1;F(t)||(e=t.style.display,c(t,"display","block","important"));const i=k(t).height-Ut(t,"height","content-box");return e!==!1&&c(t,"display",e),i}var Lr={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read(t){let{minHeight:e}=t;if(!F(this.$el))return!1;let i="";const s=Ut(this.$el,"height","content-box");if(this.expand)i=O(window)-(k(document.documentElement).height-k(this.$el).height)-s||"";else{if(i="calc(100vh",this.offsetTop){const{top:n}=M(this.$el);i+=n>0&&n<O(window)/2?" - "+n+"px":""}this.offsetBottom===!0?i+=" - "+k(this.$el.nextElementSibling).height+"px":zt(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&Ct(this.offsetBottom,"px")?i+=" - "+x(this.offsetBottom)+"px":B(this.offsetBottom)&&(i+=" - "+k(dt(this.offsetBottom,this.$el)).height+"px"),i+=(s?" - "+s+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e,prev:i}=t;c(this.$el,{minHeight:e}),e!==i&&m(this.$el,"resize"),this.minHeight&&x(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},js={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,focusable:Boolean,attributes:"list"},data:{ratio:1,include:["style","class","focusable"],class:"",strokeAnimation:!1},beforeConnect(){this.class+=" uk-svg"},connected(){!this.icon&&b(this.src,"#")&&([this.src,this.icon]=this.src.split("#")),this.svg=this.getSvg().then(t=>{if(this._connected){const e=Vr(t,this.$el);return this.svgEl&&e!==this.svgEl&&ct(this.svgEl),this.applyAttributes(e,t),this.$emit(),this.svgEl=e}},_)},disconnected(){this.svg.then(t=>{this._connected||(Ti(this.$el)&&(this.$el.hidden=!1),ct(t),this.svgEl=null)}),this.svg=null},update:{read(){return!!(this.strokeAnimation&&this.svgEl&&F(this.svgEl))},write(){qr(this.svgEl)},type:["resize"]},methods:{async getSvg(){return mt(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>j(this.$el,"load",()=>t(this.getSvg()))):Rr(await Wr(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const r in this.$options.props)b(this.include,r)&&r in this&&S(t,r,this[r]);for(const r in this.attributes){const[o,a]=this.attributes[r].split(":",2);S(t,o,a)}this.id||$e(t,"id");const i=["width","height"];let s=i.map(r=>this[r]);s.some(r=>r)||(s=i.map(r=>S(e,r)));const n=S(e,"viewBox");n&&!s.some(r=>r)&&(s=n.split(" ").slice(2)),s.forEach((r,o)=>S(t,i[o],x(r)*this.ratio||null))}}};const Wr=ht(async t=>t?lt(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function Rr(t,e){var i;return e&&b(t,"<symbol")&&(t=jr(t,e)||t),t=y(t.substr(t.indexOf("<svg"))),((i=t)==null?void 0:i.hasChildNodes())&&t}const qs=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,ai={};function jr(t,e){if(!ai[t]){ai[t]={},qs.lastIndex=0;let i;for(;i=qs.exec(t);)ai[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>"}return ai[t][e]}function qr(t){const e=Vs(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function Vs(t){return Math.ceil(Math.max(0,...H("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}function Vr(t,e){if(Ti(e)||mt(e,"canvas")){e.hidden=!0;const s=e.nextElementSibling;return Ys(t,s)?s:ti(e,t)}const i=e.lastElementChild;return Ys(t,i)?i:X(e,t)}function Ys(t,e){return mt(t,"svg")&&mt(e,"svg")&&Gs(t)===Gs(e)}function Gs(t){return(t.innerHTML||new XMLSerializer().serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}var Yr='<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><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>',Gr='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><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="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',Kr='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',Jr='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',Zr='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',Qr='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',Ur='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><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>',to='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><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>',eo='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><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>',io='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',so='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',no='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',ro='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>',oo='<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',ao='<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>';const li={spinner:oo,totop:ao,marker:Xr,"close-icon":Yr,"close-large":Gr,"navbar-toggle-icon":Kr,"overlay-icon":Jr,"pagination-next":Zr,"pagination-previous":Qr,"search-icon":Ur,"search-large":to,"search-navbar":eo,"slidenav-next":io,"slidenav-next-large":so,"slidenav-previous":no,"slidenav-previous-large":ro},Yi={install:uo,extends:js,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){$(this.$el,"uk-icon")},methods:{async getSvg(){const t=fo(this.icon);if(!t)throw"Icon not found.";return t}}},wt={args:!1,extends:Yi,data:t=>({icon:Dt(t.constructor.options.name)}),beforeConnect(){$(this.$el,this.$name)}},Xs={extends:wt,beforeConnect(){$(this.$el,"uk-slidenav")},computed:{icon(t,e){let{icon:i}=t;return C(e,"uk-slidenav-large")?i+"-large":i}}},lo={extends:wt,computed:{icon(t,e){let{icon:i}=t;return C(e,"uk-search-icon")&&Te(e,".uk-search-large").length?"search-large":Te(e,".uk-search-navbar").length?"search-navbar":i}}},ho={extends:wt,computed:{icon(){return"close-"+(C(this.$el,"uk-close-large")?"large":"icon")}}},co={extends:wt,methods:{async getSvg(){const t=await Yi.methods.getSvg.call(this);return this.ratio!==1&&c(y("circle",t),"strokeWidth",1/this.ratio),t}}},hi={};function uo(t){t.icon.add=(e,i)=>{const s=B(e)?{[e]:i}:e;it(s,(n,r)=>{li[r]=n,delete hi[r]}),t._initialized&&St(document.body,n=>it(t.getComponents(n),r=>{r.$options.isIcon&&r.icon in s&&r.$reset()}))}}function fo(t){return li[t]?(hi[t]||(hi[t]=y((li[go(t)]||li[t]).trim())),hi[t].cloneNode(!0)):null}function go(t){return Z?Si(Si(t,"left","right"),"previous","next"):t}const po="loading"in HTMLImageElement.prototype,mo="isIntersecting"in IntersectionObserverEntry.prototype;var vo={args:"dataSrc",props:{dataSrc:String,sources:String,offsetTop:String,offsetLeft:String,target:String,loading:String},data:{dataSrc:"",sources:!1,offsetTop:"50vh",offsetLeft:"50vw",target:!1,loading:"lazy"},computed:{target:{get(t){let{target:e}=t;return[this.$el,...Ce(e,this.$el)]},watch(){this.observe()}}},connected(){if(this.loading!=="lazy"||!window.IntersectionObserver||!mo){this.load();return}if(po&&He(this.$el)&&(this.$el.loading="lazy",Gi(this.$el),this.target.length===1))return;Po(this.$el);const t=ft(this.offsetTop,"height")+"px "+ft(this.offsetLeft,"width")+"px";this.observer=new IntersectionObserver(e=>{e.some(i=>i.isIntersecting)&&(this.load(),this.observer.disconnect())},{rootMargin:t}),this.observe()},disconnected(){var t;this._data.image&&(this._data.image.onload=""),(t=this.observer)==null||t.disconnect()},update:{write(t){if(!this.observer||He(this.$el))return!1;const e=U(this.$el,"data-srcset");if(e&&window.devicePixelRatio!==1){const i=c(this.$el,"backgroundSize");(i.match(/^(auto\s?)+$/)||x(i)===t.bgSize)&&(t.bgSize=Io(e,U(this.$el,"sizes")),c(this.$el,"backgroundSize",t.bgSize+"px"))}},events:["resize"]},methods:{load(){if(this._data.image)return this._data.image;const t=He(this.$el)?this.$el:bo(this.$el,this.dataSrc,this.sources);return $e(t,"loading"),Gi(this.$el,t.currentSrc),this._data.image=t},observe(){if(this._connected&&!this._data.image)for(const t of this.target)this.observer.observe(t)}}};function Gi(t,e){if(He(t)){const i=D(t);(Ao(i)?L(i):[t]).forEach(n=>Ks(n,n))}else e&&!b(t.style.backgroundImage,e)&&(c(t,"backgroundImage","url("+Pe(e)+")"),m(t,Ae("load",!1)))}const wo=["data-src","data-srcset","sizes"];function Ks(t,e){wo.forEach(i=>{const s=U(t,i);s&&S(e,i.replace(/^(data-)+/,""),s)})}function bo(t,e,i){const s=new Image;return xo(s,i),Ks(t,s),s.onload=()=>{Gi(t,s.currentSrc)},S(s,"src",e),s}function xo(t,e){if(e=yo(e),e.length){const i=Ft("<picture>");for(const s of e){const n=Ft("<source>");S(n,s),X(i,n)}X(i,t)}}function yo(t){if(!t)return[];if(lt(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Be(t);return rt(t)||(t=[t]),t.filter(e=>!Xt(e))}const Js=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function $o(t){let e;for(Js.lastIndex=0;e=Js.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=To(e[2]);break}return e||"100vw"}const ko=/\d+(?:\w+|%)/g,So=/[+-]?(\d+)/g;function To(t){return lt(t,"calc")?t.slice(5,-1).replace(ko,e=>ft(e)).replace(/ /g,"").match(So).reduce((e,i)=>e+ +i,0):t}const Co=/\s+\d+w\s*(?:,|$)/g;function Io(t,e){const i=ft($o(e)),s=(t.match(Co)||[]).map(x).sort((n,r)=>n-r);return s.filter(n=>n>=i)[0]||s.pop()||""}function Po(t){He(t)&&!Ht(t,"src")&&S(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Ao(t){return mt(t,"picture")}function He(t){return mt(t,"img")}var ci={props:{media:Boolean},data:{media:!1},computed:{matchMedia(){const t=Eo(this.media);return!t||window.matchMedia(t).matches}}};function Eo(t){if(B(t)){if(t[0]==="@"){const e="breakpoint-"+t.substr(1);t=x(_i(e))}else if(isNaN(t))return t}return t&&!isNaN(t)?"(min-width: "+t+"px)":!1}var _o={mixins:[st,ci],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill(t){let{fill:e}=t;return e||_i("leader-fill-content")}},connected(){[this.wrapper]=ms(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){ii(this.wrapper.childNodes)},update:{read(t){let{changed:e,width:i}=t;const s=i;return i=Math.floor(this.$el.offsetWidth/2),{width:i,fill:this.fill,changed:e||s!==i,hide:!this.matchMedia}},write(t){V(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,S(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}};const nt=[];var Xi={mixins:[st,he,Tt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel(t,e){let{selPanel:i}=t;return y(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){b(nt,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===b(nt,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(b(nt,this))return!1;!this.stack&&nt.length?(Promise.all(nt.map(e=>e.hide())).then(this.show),t.preventDefault()):nt.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;Ne(window)>t.clientWidth&&this.overlay&&c(document.body,"overflowY","scroll"),this.stack&&c(this.$el,"zIndex",x(c(this.$el,"zIndex"))+nt.length),$(t,this.clsPage),this.bgClose&&j(this.$el,"hide",I(document,ut,e=>{let{target:i}=e;be(nt)!==this||this.overlay&&!R(i,this.$el)||R(i,this.panel)||j(document,vt+" "+ne+" scroll",s=>{let{defaultPrevented:n,type:r,target:o}=s;!n&&r===vt&&i===o&&this.hide()},!0)}),{self:!0}),this.escClose&&j(this.$el,"hide",I(document,"keydown",e=>{e.keyCode===27&&be(nt)===this&&this.hide()}),{self:!0})}},{name:"shown",self:!0,handler(){Je(this.$el)||S(this.$el,"tabindex","-1"),y(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){b(nt,this)&&nt.splice(nt.indexOf(this),1),nt.length||c(document.body,"overflowY",""),c(this.$el,"zIndex",""),nt.some(t=>t.clsPage===this.clsPage)||N(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&D(this.$el)!==this.container?(X(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,Zs(this))},hide(){return this.toggleElement(this.$el,!1,Zs(this))}}};function Zs(t){let{transitionElement:e,_toggle:i}=t;return(s,n)=>new Promise((r,o)=>j(s,"show hide",()=>{s._reject&&s._reject(),s._reject=o,i(s,n);const a=j(e,"transitionstart",()=>{j(e,"transitionend transitioncancel",r,{self:!0}),clearTimeout(h)},{self:!0}),h=setTimeout(()=>{a(),r()},ki(c(e,"transitionDuration")))})).then(()=>delete s._reject)}var No={install:Mo,mixins:[Xi],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(){C(this.panel,"uk-margin-auto-vertical")?$(this.$el,"uk-flex"):c(this.$el,"display","block"),O(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),N(this.$el,"uk-flex")}}]};function Mo(t){let{modal:e}=t;e.dialog=function(s,n){const r=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+s+"</div> </div>",n);return r.show(),I(r.$el,"hidden",async()=>{await Promise.resolve(),r.$destroy(!0)},{self:!0}),r},e.alert=function(s,n){return i(r=>{let{labels:o}=r;return'<div class="uk-modal-body">'+(B(s)?s:_t(s))+'</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,r=>r.resolve())},e.confirm=function(s,n){return i(r=>{let{labels:o}=r;return'<form> <div class="uk-modal-body">'+(B(s)?s:_t(s))+'</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,r=>r.reject())},e.prompt=function(s,n,r){return i(o=>{let{labels:a}=o;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(B(s)?s:_t(s))+'</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">'+a.cancel+'</button> <button class="uk-button uk-button-primary">'+a.ok+"</button> </div> </form>"},r,o=>o.resolve(null),o=>y("input",o.$el).value)},e.labels={ok:"Ok",cancel:"Cancel"};function i(s,n,r,o){n={bgClose:!1,escClose:!0,labels:e.labels,...n};const a=e.dialog(s(n),n),h=new Xe;let u=!1;return I(a.$el,"submit","form",f=>{f.preventDefault(),h.resolve(o==null?void 0:o(a)),u=!0,a.hide()}),I(a.$el,"hide",()=>!u&&r(h)),h.promise.dialog=a,h.promise}}var Do={extends:Bs,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const Qs=".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle";var Bo={mixins:[st,he],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:Qs,align:Z?"right":"left",clsDrop:"uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:Qs,container:!1},computed:{boundary(t,e){let{boundary:i,boundaryAlign:s}=t;return i===!0||s?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return dt(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||dt(e,this.$el)||y("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=y("<div></div>"))):null},watch(t){$(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const s=H("."+i,e);if(this.dropContainer!==e)for(const r of H("."+i,this.dropContainer)){var n;const o=(n=this.getDropdown(r))==null?void 0:n.target;!b(s,r)&&o&&R(o,this.$el)&&s.push(r)}return s},watch(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset})},immediate:!0},toggles(t,e){let{dropdown:i}=t;return H(i,e)}},disconnected(){this.dropbar&&ct(this.dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.dropdown},handler(t){let{current:e}=t;const i=this.getActive();i&&b(i.mode,"hover")&&i.target&&!R(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,s=this.getActive();i===qt.DOWN&&Ht(e,"aria-expanded")&&(t.preventDefault(),!s||s.target!==e?(e.click(),j(this.dropContainer,"show",n=>{let{target:r}=n;return tn(r)})):tn(s.$el)),Us(t,this.toggles,s)}},{name:"keydown",el(){return this.dropContainer},delegate(){return"."+this.clsDrop},handler(t){const{current:e,keyCode:i}=t;if(!b(this.dropdowns,e))return;const s=this.getActive(),n=H(Ke,e),r=xt(n,a=>W(a,":focus"));if(i===qt.UP&&(t.preventDefault(),r>0&&n[r-1].focus()),i===qt.DOWN&&(t.preventDefault(),r<n.length-1&&n[r+1].focus()),i===qt.ESC){var o;s==null||(o=s.target)==null||o.focus()}Us(t,this.toggles,s)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&b(t.mode,"hover")&&!this.dropdowns.some(e=>W(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(){D(this.dropbar)||ti(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,dir:s}=e;!C(i,this.clsDrop)||(this.dropbarMode==="slide"&&$(this.dropbar,"uk-navbar-dropbar-slide"),this.clsDrop&&$(i,this.clsDrop+"-dropbar"),s==="bottom"&&this.transitionTo(i.offsetHeight+x(c(i,"marginTop"))+x(c(i,"marginBottom")),i))}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const s=this.getActive();W(this.dropbar,":hover")&&(s==null?void 0:s.$el)===i&&!this.toggles.some(n=>s.target!==n&&W(n,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!C(i,this.clsDrop))return;const s=this.getActive();(!s||(s==null?void 0:s.$el)===i)&&this.transitionTo(0)}}],methods:{getActive(){return K&&R(K.target,this.$el)&&K},transitionTo(t,e){const{dropbar:i}=this,s=F(i)?O(i):0;return e=s<t&&e,c(e,"clip","rect(0,"+e.offsetWidth+"px,"+s+"px,0)"),O(i,s),P.cancel([e,i]),Promise.all([P.start(i,{height:t},this.duration),P.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(_).then(()=>{c(e,{clip:""}),this.$update(i)})},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function Us(t,e,i){const{current:s,keyCode:n}=t,r=(i==null?void 0:i.target)||s,o=e.indexOf(r);n===qt.LEFT&&o>0&&(i==null||i.hide(!1),e[o-1].focus()),n===qt.RIGHT&&o<e.length-1&&(i==null||i.hide(!1),e[o+1].focus()),n===qt.TAB&&(r.focus(),i==null||i.hide(!1))}function tn(t){if(!y(":focus",t)){var e;(e=y(Ke,t))==null||e.focus()}}const qt={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var zo={mixins:[Xi],args:"mode",props:{mode:String,flip:Boolean,overlay: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},computed:{clsFlip(t){let{flip:e,clsFlip:i}=t;return e?i:""},clsOverlay(t){let{overlay:e,clsOverlay:i}=t;return e?i:""},clsMode(t){let{mode:e,clsMode:i}=t;return i+"-"+e},clsSidebarAnimation(t){let{mode:e,clsSidebarAnimation:i}=t;return e==="none"||e==="reveal"?"":i},clsContainerAnimation(t){let{mode:e,clsContainerAnimation:i}=t;return e!=="push"&&e!=="reveal"?"":i},transitionElement(t){let{mode:e}=t;return e==="reveal"?D(this.panel):this.panel}},update:{read(){this.isToggled()&&!F(this.$el)&&this.hide()},events:["resize"]},events:[{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{current:{hash:e},defaultPrevented:i}=t;!i&&e&&y(e,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el(){return this.panel},handler(t){let{targetTouches:e}=t;e.length===1&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"touchmove",passive:!1,el(){return this.panel},handler(t){if(t.targetTouches.length!==1)return;const e=t.targetTouches[0].clientY-this.clientY,{scrollTop:i,scrollHeight:s,clientHeight:n}=this.panel;(n>=s||i===0&&e>0||s-i<=n&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!C(D(this.panel),this.clsMode)&&(ei(this.panel,"<div>"),$(D(this.panel),this.clsMode)),c(document.documentElement,"overflowY",this.overlay?"hidden":""),$(document.body,this.clsContainer,this.clsFlip),c(document.body,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),$(this.$el,this.clsOverlay),$(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),O(document.body),$(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&Oo()}},{name:"hide",self:!0,handler(){N(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Ho(),this.mode==="reveal"&&ii(this.panel),N(this.panel,this.clsSidebarAnimation,this.clsMode),N(this.$el,this.clsOverlay),c(this.$el,"display",""),N(document.body,this.clsContainer,this.clsFlip),c(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&Ct(t.type,"Left")^this.flip&&this.hide()}}]};function Oo(){en().content+=",user-scalable=0"}function Ho(){const t=en();t.content=t.content.replace(/,user-scalable=0$/,"")}function en(){return y('meta[name="viewport"]',document.head)||X(document.head,'<meta name="viewport">')}var Fo={mixins:[st],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container(t,e){let{selContainer:i}=t;return at(e,i)},content(t,e){let{selContent:i}=t;return at(e,i)}},connected(){c(this.$el,"minHeight",this.minHeight)},update:{read(){return!this.content||!this.container||!F(this.$el)?!1:{current:x(c(this.$el,"maxHeight")),max:Math.max(this.minHeight,O(this.container)-(k(this.content).height-O(this.$el)))}},write(t){let{current:e,max:i}=t;c(this.$el,"maxHeight",i),Math.round(e)!==Math.round(i)&&m(this.$el,"resize")},events:["resize"]}},Lo={props:["width","height"],connected(){$(this.$el,"uk-responsive-width")},update:{read(){return F(this.$el)&&this.width&&this.height?{width:Ne(D(this.$el)),height:this.height}:!1},write(t){O(this.$el,ye.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Wo={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&y(t)||document.body,m(this.$el,"beforescroll",[this,t])&&(await ji(t,{offset:this.offset}),m(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo("#"+Pe(decodeURIComponent((this.$el.hash||"").substr(1)))))}}};const Nt="_ukScrollspy";var Ro={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:{get(t,e){let{target:i}=t;return i?H(i,e):[e]},watch(t){this.hidden&&c(Se(t,":not(."+this.inViewClass+")"),"visibility","hidden")},immediate:!0}},disconnected(){for(const t of this.elements)N(t,this.inViewClass,t[Nt]?t[Nt].cls:""),delete t[Nt]},update:[{read(t){if(!t.update)return Promise.resolve().then(()=>{this.$emit(),t.update=!0}),!1;for(const e of this.elements)e[Nt]||(e[Nt]={cls:U(e,"uk-scrollspy-class")||this.cls}),e[Nt].show=oe(e,this.offsetTop,this.offsetLeft)},write(t){for(const e of this.elements){const i=e[Nt];i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(s=>setTimeout(s,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)}},events:["scroll","resize"]}],methods:{toggle(t,e){const i=t[Nt];i.off&&i.off(),c(t,"visibility",!e&&this.hidden?"hidden":""),V(t,this.inViewClass,e),V(t,i.cls),/\buk-animation-/.test(i.cls)&&(i.off=j(t,"animationcancel animationend",()=>Qe(t,"uk-animation-[\\w-]+"))),m(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},jo={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:{get(t,e){return H('a[href^="#"]',e).filter(i=>i.hash)},watch(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})},immediate:!0},targets(){return H(this.links.map(t=>Pe(t.hash).substr(1)).join(","))},elements(t){let{closest:e}=t;return at(this.links,e||"*")}},update:[{read(){const{length:t}=this.targets;if(!t||!F(this.$el))return!1;const[e]=jt(this.targets,/auto|scroll/,!0),{scrollTop:i,scrollHeight:s}=e,n=s-ze(e);let r=!1;return i===n?r=t-1:(this.targets.every((o,a)=>{if(M(o).top-M(ae(e)).top-this.offset<=0)return r=a,!0}),r===!1&&this.overflow&&(r=0)),{active:r}},write(t){let{active:e}=t;const i=e!==!1&&!C(this.elements[e],this.cls);this.links.forEach(s=>s.blur()),N(this.elements,this.cls),$(this.elements[e],this.cls),i&&m(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},qo={mixins:[st,ci],props:{position:String,top:null,bottom:Boolean,offset:String,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:0,bottom:!1,offset:0,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&y(i,e)||e},widthElement(t,e){let{widthElement:i}=t;return dt(i,e)||this.placeholder},isActive:{get(){return C(this.selTarget,this.clsActive)},set(t){t&&!this.isActive?(Ni(this.selTarget,this.clsInactive,this.clsActive),m(this.$el,"active")):!t&&!C(this.selTarget,this.clsInactive)&&(Ni(this.selTarget,this.clsActive,this.clsInactive),m(this.$el,"inactive"))}}},connected(){this.placeholder=y("+ .uk-sticky-placeholder",this.$el)||y('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected(){this.isFixed&&(this.hide(),N(this.selTarget,this.clsInactive)),ct(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el(){return window},handler(){if(!(this.targetOffset!==!1&&location.hash&&Rt(window)>0))return;const t=y(location.hash);t&&z.read(()=>{const{top:e}=M(t),i=M(this.$el).top,s=this.$el.offsetHeight;this.isFixed&&i+s>=e&&i<=e+t.offsetHeight&&Rt(window,e-s-(zt(this.targetOffset)?this.targetOffset:0)-this._data.offset)})}}],update:[{read(t,e){let{height:i,margin:s}=t;if(this.inactive=!this.matchMedia||!F(this.$el),this.inactive)return!1;const n=this.isActive&&e.has("resize");n&&(c(this.selTarget,"transition","0s"),this.hide()),this.isActive||(i=M(this.$el).height,s=c(this.$el,"margin")),n&&(this.show(),z.write(()=>c(this.selTarget,"transition","")));const r=this.isFixed?this.placeholder:this.$el;let o=this.position;o==="auto"&&(o=i>O(window)?"bottom":"top");let a=this.offset;o==="bottom"&&(a+="+100vh-100%"),a=ft(a,"height",r);const h=Math.max(0,i+a-O(window)),u=M(r).top,f=M(r.offsetParent).top,l=sn(this.top,this.$el,u),d=sn(this.bottom,this.$el,u+i,!0),g=Math.max(l,u)-a,v=d?d-M(this.$el).height+h-a:le(this.$el).scrollHeight-O(window);return{start:g,end:v,offset:a,overflow:h,topOffset:u,offsetParentTop:f,height:i,margin:s,width:k(F(this.widthElement)?this.widthElement:this.$el).width,top:_e(r)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:s}=this;c(s,{height:e,margin:i}),R(s,document)||(ti(this.$el,s),s.hidden=!0),this.isActive=!!this.isActive},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:s,overflowScroll:n=0,start:r,end:o}=t;const a=Rt(window);return{dir:e<=a?"down":"up",prevDir:i,scroll:a,prevScroll:e,overflowScroll:ot(n+ot(a,r,o)-ot(e,r,o),0,s)}},write(t,e){const i=e.has("scroll"),{initTimestamp:s=0,dir:n,prevDir:r,scroll:o,prevScroll:a=0,top:h,start:u,topOffset:f,height:l}=t;if(o<0||o===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const d=Date.now();if((d-s>300||n!==r)&&(t.initScroll=o,t.initTimestamp=d),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-o)<=30&&Math.abs(a-o)<=10))if(this.inactive||o<u||this.showOnUp&&(o<=u||n==="down"&&i||n==="up"&&!this.isFixed&&o<=f+l)){if(!this.isFixed){pt.inProgress(this.$el)&&h>o&&(pt.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&o>f?(pt.cancel(this.$el),pt.out(this.$el,this.animation).then(()=>this.hide(),_)):this.hide()}else this.isFixed?this.update():this.animation&&o>f?(pt.cancel(this.$el),this.show(),pt.in(this.$el,this.animation).catch(_)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.isActive=!1,N(this.$el,this.clsFixed,this.clsBelow),c(this.$el,{position:"",top:"",width:""}),this.placeholder.hidden=!0},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:s=0,start:n,end:r,offset:o,topOffset:a,height:h,offsetParentTop:u}=this._data;const f=n!==0||e>n;let l="fixed";e>r&&(o+=r-u,l="absolute"),i&&(o-=s),c(this.$el,{position:l,top:o+"px",width:t}),this.isActive=f,V(this.$el,this.clsBelow,e>a+h),$(this.$el,this.clsFixed)}}};function sn(t,e,i,s){if(!t)return 0;if(B(t)&&t.match(/^-?\d/))return i+ft(t);{const n=t===!0?D(e):dt(t,e);return M(n).bottom-(s&&n&&R(e,n)?x(c(n,"paddingBottom")):0)}}var nn={mixins:[Tt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,swiping:!0,cls:"uk-active",attrItem:"uk-switcher-item"},computed:{connects:{get(t,e){let{connect:i}=t;return Ce(i,e)},watch(t){this.swiping&&c(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach(i=>L(i).forEach((s,n)=>V(s,this.cls,n===e)))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return H(i,e).filter(s=>!W(s,".uk-disabled *, .uk-disabled, [disabled]"))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return L(this.$el).filter(t=>this.toggles.some(e=>R(e,t)))}},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?Ce(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(U(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show(Ct(e,"Left")?"next":"previous")}}],methods:{index(){return xt(this.children,t=>C(t,this.cls))},show(t){const e=this.index(),i=Kt(this.children[Kt(t,this.toggles,e)],L(this.$el));e!==i&&(this.children.forEach((s,n)=>{V(s,this.cls,i===n),S(this.toggles[n],"aria-expanded",i===n)}),this.connects.forEach(async s=>{let{children:n}=s;await this.toggleElement(T(n).filter(r=>C(r,this.cls)),!1,e>=0),await this.toggleElement(n[i],!0,e>=0)}))}}},Vo={mixins:[st],extends:nn,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=C(this.$el,"uk-tab-left")?"uk-tab-left":C(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Yo=32;var Go={mixins:[ci,Tt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},connected(){!b(this.mode,"media")&&!Je(this.$el)&&S(this.$el,"tabindex","0")},computed:{target:{get(t,e){let{href:i,target:s}=t;return s=Ce(s||i,e),s.length&&s||[e]},watch(){this.updateAria()},immediate:!0}},events:[{name:ut,filter(){return b(this.mode,"hover")},handler(t){!kt(t)||this._showState||(m(this.$el,"focus"),j(document,ut,()=>m(this.$el,"blur"),!0,e=>!R(e.target,this.$el)),b(this.mode,"click")&&(this._preventClick=!0))}},{name:Wt+" "+se+" focus blur",filter(){return b(this.mode,"hover")},handler(t){if(kt(t))return;const e=b([Wt,"focus"],t.type),i=S(this.$el,"aria-expanded");if(!(!e&&(t.type===se&&W(this.$el,":focus")||t.type==="blur"&&W(this.$el,":hover")))){if(this._showState&&e===(i!==this._showState)){e||(this._showState=null);return}this._showState=e?i:null,this.toggle("toggle"+(e?"show":"hide"))}}},{name:"keydown",filter(){return b(this.mode,"click")&&!mt(this.$el,"input")},handler(t){t.keyCode===Yo&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return b(this.mode,"click")},handler(t){if(this._preventClick)return this._preventClick=null;let e;(at(t.target,'a[href="#"], a[href=""]')||(e=at(t.target,"a[href]"))&&(S(this.$el,"aria-expanded")!=="true"||e.hash&&W(this.target,e.hash)))&&t.preventDefault(),this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}}],update:{read(){return b(this.mode,"media")&&this.media?{match:this.matchMedia}:!1},write(t){let{match:e}=t;const i=this.isToggled(this.target);(e?!i:i)&&this.toggle()},events:["resize"]},methods:{async toggle(t){if(!m(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter(s=>C(s,this.clsLeave));if(e.length){for(const s of this.target){const n=b(e,s);this.toggleElement(s,n,n)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter(s=>!b(i,s)),!0)},updateAria(t){b(this.mode,"media")||S(this.$el,"aria-expanded",Ve(t)?t:this.isToggled(this.target))}}},Xo=Object.freeze({__proto__:null,Accordion:Bs,Alert:Ir,Cover:Pr,Drop:Hs,Dropdown:Hs,FormCustom:_r,Gif:Nr,Grid:Dr,HeightMatch:Hr,HeightViewport:Lr,Icon:Yi,Img:vo,Leader:_o,Margin:Fs,Modal:No,Nav:Do,Navbar:Bo,Offcanvas:zo,OverflowAuto:Fo,Responsive:Lo,Scroll:Wo,Scrollspy:Ro,ScrollspyNav:jo,Sticky:qo,Svg:js,Switcher:nn,Tab:Vo,Toggle:Go,Video:zs,Close:ho,Spinner:co,SlidenavNext:Xs,SlidenavPrevious:Xs,SearchIcon:lo,Marker:wt,NavbarToggleIcon:wt,OverlayIcon:wt,PaginationNext:wt,PaginationPrevious:wt,Totop:wt});it(Xo,(t,e)=>tt.component(e,t)),tt.use(kr),Tr(tt);var Ko={mixins:[st],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date(t){let{date:e}=t;return Date.parse(e)},days(t,e){let{clsWrapper:i}=t;return y(i.replace("%unit%","days"),e)},hours(t,e){let{clsWrapper:i}=t;return y(i.replace("%unit%","hours"),e)},minutes(t,e){let{clsWrapper:i}=t;return y(i.replace("%unit%","minutes"),e)},seconds(t,e){let{clsWrapper:i}=t;return y(i.replace("%unit%","seconds"),e)},units(){return["days","hours","minutes","seconds"].filter(t=>this[t])}},connected(){this.start()},disconnected(){this.stop(),this.units.forEach(t=>ps(this[t]))},events:[{name:"visibilitychange",el(){return document},handler(){document.hidden?this.stop():this.start()}}],update:{write(){const t=Jo(this.date);t.total<=0&&(this.stop(),t.days=t.hours=t.minutes=t.seconds=0);for(const e of this.units){let i=String(Math.floor(t[e]));i=i.length<2?"0"+i:i;const s=this[e];s.textContent!==i&&(i=i.split(""),i.length!==s.children.length&&_t(s,i.map(()=>"<span></span>").join("")),i.forEach((n,r)=>s.children[r].textContent=n))}}},methods:{start(){this.stop(),this.date&&this.units.length&&(this.$update(),this.timer=setInterval(this.$update,1e3))},stop(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};function Jo(t){const e=t-Date.now();return{total:e,seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24}}const Ki="uk-transition-leave",Ji="uk-transition-enter";function rn(t,e,i,s){s===void 0&&(s=0);const n=ui(e,!0),r={opacity:1},o={opacity:0},a=f=>()=>n===ui(e)?f():Promise.reject(),h=a(()=>($(e,Ki),Promise.all(an(e).map((f,l)=>new Promise(d=>setTimeout(()=>P.start(f,o,i/2,"ease").then(d),l*s)))).then(()=>N(e,Ki)))),u=a(()=>{const f=O(e);return $(e,Ji),t(),c(L(e),{opacity:0}),new Promise(l=>requestAnimationFrame(()=>{const d=L(e),g=O(e);c(e,"alignContent","flex-start"),O(e,f);const v=an(e);c(d,o);const p=v.map((w,A)=>new Promise(E=>setTimeout(()=>P.start(w,r,i/2,"ease").then(E),A*s)));f!==g&&p.push(P.start(e,{height:g},i/2+v.length*s,"ease")),Promise.all(p).then(()=>{N(e,Ji),n===ui(e)&&(c(e,{height:"",alignContent:""}),c(d,{opacity:""}),delete e.dataset.transition),l()})}))});return C(e,Ki)?on(e).then(u):C(e,Ji)?on(e).then(h).then(u):h().then(u)}function ui(t,e){return e&&(t.dataset.transition=1+ui(t)),At(t.dataset.transition)||0}function on(t){return Promise.all(L(t).filter(P.inProgress).map(e=>new Promise(i=>j(e,"transitionend transitioncanceled",i))))}function an(t){return Vi(L(t)).reduce((e,i)=>e.concat(xe(i.filter(s=>oe(s)),"offsetLeft")),[])}function Zo(t,e,i){return new Promise(s=>requestAnimationFrame(()=>{let n=L(e);const r=n.map(a=>ln(a,!0)),o=c(e,["height","padding"]);P.cancel(e),n.forEach(P.cancel),hn(e),t(),n=n.concat(L(e).filter(a=>!b(n,a))),Promise.resolve().then(()=>{z.flush();const a=c(e,["height","padding"]),[h,u]=Qo(e,n,r);n.forEach((f,l)=>u[l]&&c(f,u[l])),c(e,{display:"block",...o}),requestAnimationFrame(()=>{const f=n.map((l,d)=>D(l)===e&&P.start(l,h[d],i,"ease")).concat(P.start(e,a,i,"ease"));Promise.all(f).then(()=>{n.forEach((l,d)=>D(l)===e&&c(l,"display",h[d].opacity===0?"none":"")),hn(e)},_).then(s)})})}))}function ln(t,e){const i=c(t,"zIndex");return F(t)?{display:"",opacity:e?c(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:i==="auto"?Jt(t):i,...cn(t)}:!1}function Qo(t,e,i){const s=e.map((r,o)=>D(r)&&o in i?i[o]?F(r)?cn(r):{opacity:0}:{opacity:F(r)?1:0}:!1),n=s.map((r,o)=>{const a=D(e[o])===t&&(i[o]||ln(e[o]));if(!a)return!1;if(!r)delete a.opacity;else if(!("opacity"in r)){const{opacity:h}=a;h%1?r.opacity=1:delete a.opacity}return a});return[s,n]}function hn(t){c(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",marginTop:"",marginLeft:"",transform:"",width:"",zIndex:""}),c(t,{height:"",display:"",padding:""})}function cn(t){const{height:e,width:i}=M(t),{top:s,left:n}=Ue(t),{marginLeft:r,marginTop:o}=c(t,["marginTop","marginLeft"]);return{top:s,left:n,height:e,width:i,marginLeft:r,marginTop:o,transform:""}}var un={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(t,e){e===void 0&&(e=this.$el);const i=this.animation;return(i==="fade"?rn:i==="delayed-fade"?function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return rn(...r,40)}:i?Zo:()=>(t(),Promise.resolve()))(t,e,this.duration).then(()=>this.$update(e,"resize"),_)}}},Uo={mixins:[un],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{toggles:{get(t,e){let{attrItem:i}=t;return H("["+i+"],[data-"+i+"]",e)},watch(){if(this.updateState(),this.selActive!==!1){const t=H(this.selActive,this.$el);this.toggles.forEach(e=>V(e,this.cls,b(t,e)))}},immediate:!0},children:{get(t,e){let{target:i}=t;return H(i+" > *",e)},watch(t,e){e&&!sa(t,e)&&this.updateState()},immediate:!0}},events:[{name:"click",delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.apply(t.current)}}],methods:{apply(t){const e=this.getState(),i=fn(t,this.attrItem,this.getState());ta(e,i)||this.setState(i)},getState(){return this.toggles.filter(t=>C(t,this.cls)).reduce((t,e)=>fn(e,this.attrItem,t),{filter:{"":""},sort:[]})},setState(t,e){e===void 0&&(e=!0),t={filter:{"":""},sort:[],...t},m(this.$el,"beforeFilter",[this,t]),this.toggles.forEach(i=>V(i,this.cls,!!ia(i,this.attrItem,t))),Promise.all(H(this.target,this.$el).map(i=>{const s=()=>{ea(t,i,L(i)),this.$update(this.$el)};return e?this.animate(s,i):s()})).then(()=>m(this.$el,"afterFilter",[this]))},updateState(){z.write(()=>this.setState(this.getState(),!1))}}};function dn(t,e){return Be(U(t,e),["filter"])}function ta(t,e){return["filter","sort"].every(i=>Ye(t[i],e[i]))}function ea(t,e,i){const s=na(t);i.forEach(o=>c(o,"display",s&&!W(o,s)?"none":""));const[n,r]=t.sort;if(n){const o=ra(i,n,r);Ye(o,i)||X(e,o)}}function fn(t,e,i){const s=dn(t,e),{filter:n,group:r,sort:o,order:a="asc"}=s;return(n||G(o))&&(r?n?(delete i.filter[""],i.filter[r]=n):(delete i.filter[r],(Xt(i.filter)||""in i.filter)&&(i.filter={"":n||""})):i.filter={"":n||""}),G(o)||(i.sort=[o,a]),i}function ia(t,e,i){let{filter:s={"":""},sort:[n,r]}=i;const{filter:o="",group:a="",sort:h,order:u="asc"}=dn(t,e);return G(h)?a in s&&o===s[a]||!o&&a&&!(a in s)&&!s[""]:n===h&&r===u}function sa(t,e){return t.length===e.length&&t.every(i=>~e.indexOf(i))}function na(t){let{filter:e}=t,i="";return it(e,s=>i+=s||""),i}function ra(t,e,i){return[...t].sort((s,n)=>U(s,e).localeCompare(U(n,e),void 0,{numeric:!0})*(i==="asc"||-1))}var Zi={slide:{show(t){return[{transform:q(t*-100)},{transform:q()}]},percent(t){return Fe(t)},translate(t,e){return[{transform:q(e*-100*t)},{transform:q(e*100*(1-t))}]}}};function Fe(t){return Math.abs(c(t,"transform").split(",")[4]/t.offsetWidth)||0}function q(t,e){return t===void 0&&(t=0),e===void 0&&(e="%"),t+=t?e:"","translate3d("+t+", 0, 0)"}function ce(t){return"scale3d("+t+", "+t+", 1)"}var gn={...Zi,fade:{show(){return[{opacity:0},{opacity:1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t},{opacity:t}]}},scale:{show(){return[{opacity:0,transform:ce(1-.2)},{opacity:1,transform:ce(1)}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:ce(1-.2*t)},{opacity:t,transform:ce(1-.2+.2*t)}]}}};function oa(t,e,i,s){let{animation:n,easing:r}=s;const{percent:o,translate:a,show:h=_}=n,u=h(i),f=new Xe;return{dir:i,show(l,d,g){d===void 0&&(d=0);const v=g?"linear":r;return l-=Math.round(l*ot(d,-1,1)),this.translate(d),di(e,"itemin",{percent:d,duration:l,timing:v,dir:i}),di(t,"itemout",{percent:1-d,duration:l,timing:v,dir:i}),Promise.all([P.start(e,u[1],l,v),P.start(t,u[0],l,v)]).then(()=>{this.reset(),f.resolve()},_),f.promise},cancel(){P.cancel([e,t])},reset(){for(const l in u[0])c([e,t],l,"")},forward(l,d){return d===void 0&&(d=this.percent()),P.cancel([e,t]),this.show(l,d,!0)},translate(l){this.reset();const d=a(l,i);c(e,d[1]),c(t,d[0]),di(e,"itemtranslatein",{percent:l,dir:i}),di(t,"itemtranslateout",{percent:1-l,dir:i})},percent(){return o(t||e,e,i)},getDistance(){return t==null?void 0:t.offsetWidth}}}function di(t,e,i){m(t,Ae(e,!1,!1,i))}var aa={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){S(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el(){return document},filter(){return this.autoplay},handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay(){this.stopAutoplay(),this.interval=setInterval(()=>(!this.draggable||!y(":focus",this.$el))&&(!this.pauseOnHover||!W(this.$el,":hover"))&&!this.stack.length&&this.show("next"),this.autoplayInterval)},stopAutoplay(){this.interval&&clearInterval(this.interval)}}},la={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=i=>{const s=Qt(i).x*(Z?-1:1);this.prevPos=s===this.pos?this.prevPos:this.pos,this.pos=s,e(i)}}},events:[{name:ut,delegate(){return this.selSlides},handler(t){!this.draggable||!kt(t)&&ha(t.target)||at(t.target,ke)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,I(document,ie,this.move,{passive:!1}),I(document,vt+" "+ne+" input",this.end,!0),c(this.list,"userSelect","none")},move(t){const e=this.pos-this.drag;if(e===0||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)return;c(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;const{slides:i}=this;let{prevIndex:s}=this,n=Math.abs(e),r=this.getIndex(s+this.dir,s),o=this._getDistance(s,r)||i[s].offsetWidth;for(;r!==s&&n>o;)this.drag-=o*this.dir,s=r,n-=o,r=this.getIndex(s+this.dir,s),o=this._getDistance(s,r)||i[s].offsetWidth;this.percent=n/o;const a=i[s],h=i[r],u=this.index!==r,f=s===r;let l;[this.index,this.prevIndex].filter(d=>!b([r,s],d)).forEach(d=>{m(i[d],"itemhidden",[this]),f&&(l=!0,this.prevIndex=s)}),(this.index===s&&this.prevIndex!==s||l)&&m(i[this.index],"itemshown",[this]),u&&(this.prevIndex=s,this.index=r,!f&&m(a,"beforeitemhide",[this]),m(h,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!f&&h),u&&(!f&&m(a,"itemhide",[this]),m(h,"itemshow",[this]))},end(){if(Zt(document,ie,this.move,{passive:!1}),Zt(document,vt+" "+ne+" input",this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=(Z?this.dir*(Z?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}c(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}};function ha(t){return!t.children.length&&t.childNodes.length}var ca={data:{selNav:!1},computed:{nav(t,e){let{selNav:i}=t;return y(i,e)},selNavItem(t){let{attrItem:e}=t;return"["+e+"],[data-"+e+"]"},navItems(t,e){return H(this.selNavItem,e)}},update:{write(){this.nav&&this.length!==this.nav.children.length&&_t(this.nav,this.slides.map((t,e)=>"<li "+this.attrItem+'="'+e+'"><a href></a></li>').join("")),this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]},events:[{name:"click",delegate(){return this.selNavItem},handler(t){t.preventDefault(),this.show(U(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav(){const t=this.getValidIndex();for(const e of this.navItems){const i=U(e,this.attrItem);V(e,this.clsActive,At(i)===t),V(e,"uk-invisible",this.finite&&(i==="previous"&&t===0||i==="next"&&t>=this.maxIndex))}}}},pn={mixins:[aa,la,ca],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){N(this.slides,this.clsActive)},computed:{duration(t,e){let{velocity:i}=t;return mn(e.offsetWidth/i)},list(t,e){let{selList:i}=t;return y(i,e)},maxIndex(){return this.length-1},selSlides(t){let{selList:e,selSlides:i}=t;return e+" "+(i||"> *")},slides:{get(){return H(this.selSlides,this.$el)},watch(){this.$reset()}},length(){return this.slides.length}},events:{itemshown(){this.$update(this.list)}},methods:{show(t,e){if(e===void 0&&(e=!1),this.dragging||!this.length)return;const{stack:i}=this,s=e?0:i.length,n=()=>{i.splice(s,1),i.length&&this.show(i.shift(),!0)};if(i[e?"unshift":"push"](t),!e&&i.length>1){i.length===2&&this._transitioner.forward(Math.min(this.duration,200));return}const r=this.getIndex(this.index),o=C(this.slides,this.clsActive)&&this.slides[r],a=this.getIndex(t,this.index),h=this.slides[a];if(o===h){n();return}if(this.dir=ua(t,r),this.prevIndex=r,this.index=a,o&&!m(o,"beforeitemhide",[this])||!m(h,"beforeitemshow",[this,o])){this.index=this.prevIndex,n();return}const u=this._show(o,h,e).then(()=>(o&&m(o,"itemhidden",[this]),m(h,"itemshown",[this]),new Promise(f=>{z.write(()=>{i.shift(),i.length?this.show(i.shift(),!0):this._transitioner=null,f()})})));return o&&m(o,"itemhide",[this]),m(h,"itemshow",[this]),u},getIndex(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.index),ot(Kt(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.prevIndex),this.getIndex(t,e)},_show(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing,...this.transitionOptions}),!i&&!t)return this._translate(1),Promise.resolve();const{length:s}=this.stack;return this._transitioner[s>1?"forward":"show"](s>1?Math.min(this.duration,75+75/(s-1)):this.duration,this.percent)},_getDistance(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate(t,e,i){e===void 0&&(e=this.prevIndex),i===void 0&&(i=this.index);const s=this._getTransitioner(e!==i?e:!1,i);return s.translate(t),s},_getTransitioner(t,e,i,s){return t===void 0&&(t=this.prevIndex),e===void 0&&(e=this.index),i===void 0&&(i=this.dir||1),s===void 0&&(s=this.transitionOptions),new this.Transitioner(Gt(t)?this.slides[t]:t,Gt(e)?this.slides[e]:e,i*(Z?-1:1),s)}}};function ua(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function mn(t){return .5*t+300}var vn={mixins:[pn],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:Zi,Transitioner:oa},computed:{animation(t){let{animation:e,Animations:i}=t;return{...i[e]||i.slide,name:e}},transitionOptions(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden"(t){let{target:e}=t;this.$update(e)},beforeitemshow(t){let{target:e}=t;$(e,this.clsActive)},itemshown(t){let{target:e}=t;$(e,this.clsActivated)},itemhidden(t){let{target:e}=t;N(e,this.clsActive,this.clsActivated)}}},wn={mixins:[he,Xi,Tt,vn],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:()=>({preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"uk-lightbox-item",selClose:".uk-close-large",selCaption:".uk-lightbox-caption",pauseOnHover:!1,velocity:2,Animations:gn,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}),created(){const t=y(this.template),e=y(this.selList,t);this.items.forEach(()=>X(e,"<li>")),this.$mount(X(this.container,t))},computed:{caption(t,e){let{selCaption:i}=t;return y(i,e)}},events:[{name:ie+" "+ut+" keydown",handler:"showControls"},{name:"click",self:!0,delegate(){return this.selSlides},handler(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler(){this.showControls()}},{name:"hide",self:!0,handler(){this.hideControls(),N(this.slides,this.clsActive),P.stop(this.slides)}},{name:"hidden",self:!0,handler(){this.$destroy(!0)}},{name:"keyup",el(){return document},handler(t){if(!(!this.isToggled(this.$el)||!this.draggable))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next");break}}},{name:"beforeitemshow",handler(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=gn.scale,N(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler(){_t(this.caption,this.getItem().caption||"");for(let t=-this.preload;t<=this.preload;t++)this.loadItem(this.index+t)}},{name:"itemshown",handler(){this.draggable=this.$props.draggable}},{name:"itemload",async handler(t,e){const{source:i,type:s,alt:n="",poster:r,attrs:o={}}=e;if(this.setItem(e,"<span uk-spinner></span>"),!i)return;let a;const h={frameborder:"0",allow:"autoplay",allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":""+this.videoAutoplay};if(s==="image"||i.match(/\.(avif|jpe?g|a?png|gif|svg|webp)($|\?)/i))try{const{width:u,height:f}=await cs(i,o.srcset,o.size);this.setItem(e,Le("img",{src:i,width:u,height:f,alt:n,...o}))}catch{this.setError(e)}else if(s==="video"||i.match(/\.(mp4|webm|ogv)($|\?)/i)){const u=Le("video",{src:i,poster:r,controls:"",playsinline:"","uk-video":""+this.videoAutoplay,...o});I(u,"loadedmetadata",()=>{S(u,{width:u.videoWidth,height:u.videoHeight}),this.setItem(e,u)}),I(u,"error",()=>this.setError(e))}else if(s==="iframe"||i.match(/\.(html|php)($|\?)/i))this.setItem(e,Le("iframe",{src:i,frameborder:"0",allowfullscreen:"",class:"uk-lightbox-iframe",...o}));else if(a=i.match(/\/\/(?:.*?youtube(-nocookie)?\..*?[?&]v=|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))this.setItem(e,Le("iframe",{src:"https://www.youtube"+(a[1]||"")+".com/embed/"+a[2]+(a[3]?"?"+a[3]:""),width:1920,height:1080,...h,...o}));else if(a=i.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))try{const{height:u,width:f}=await(await fetch("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(i),{credentials:"omit"})).json();this.setItem(e,Le("iframe",{src:"https://player.vimeo.com/video/"+a[1]+(a[2]?"?"+a[2]:""),width:f,height:u,...h,...o}))}catch{this.setError(e)}}}],methods:{loadItem(t){t===void 0&&(t=this.index);const e=this.getItem(t);this.getSlide(e).childElementCount||m(this.$el,"itemload",[e])},getItem(t){return t===void 0&&(t=this.index),this.items[Kt(t,this.slides)]},setItem(t,e){m(this.$el,"itemloaded",[this,_t(this.getSlide(t),e)])},getSlide(t){return this.slides[this.items.indexOf(t)]},setError(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),$(this.$el,"uk-active","uk-transition-active")},hideControls(){N(this.$el,"uk-active","uk-transition-active")}}};function Le(t,e){const i=Ft("<"+t+">");return S(i,e),i}var da={install:fa,props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get(t,e){let{toggle:i}=t;return H(i,e)},watch(){this.hide()}}},disconnected(){this.hide()},events:[{name:"click",delegate(){return this.toggle+":not(.uk-disabled)"},handler(t){t.preventDefault(),this.show(t.current)}}],methods:{show(t){const e=ss(this.toggles.map(bn),"source");if(Bt(t)){const{source:i}=bn(t);t=xt(e,s=>{let{source:n}=s;return i===n})}return this.panel=this.panel||this.$create("lightboxPanel",{...this.$props,items:e}),I(this.panel.$el,"hidden",()=>this.panel=!1),this.panel.show(t)},hide(){return this.panel&&this.panel.hide()}}};function fa(t,e){t.lightboxPanel||t.component("lightboxPanel",wn),yt(e.props,t.component("lightboxPanel").options.props)}function bn(t){const e={};for(const i of["href","caption","type","poster","alt","attrs"])e[i==="href"?"source":i]=U(t,i);return e.attrs=Be(e.attrs),e}var ga={mixins:[he],functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsContainer:"uk-notification",clsClose:"uk-notification-close",clsMsg:"uk-notification-message"},install:pa,computed:{marginProp(t){let{pos:e}=t;return"margin"+(lt(e,"top")?"Top":"Bottom")},startProps(){return{opacity:0,[this.marginProp]:-this.$el.offsetHeight}}},created(){const t=y("."+this.clsContainer+"-"+this.pos,this.container)||X(this.container,'<div class="'+this.clsContainer+" "+this.clsContainer+"-"+this.pos+'" style="display: block"></div>');this.$mount(X(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},async connected(){const t=x(c(this.$el,this.marginProp));await P.start(c(this.$el,this.startProps),{opacity:1,[this.marginProp]:t}),this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},events:{click(t){at(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()},[Wt](){this.timer&&clearTimeout(this.timer)},[se](){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))}},methods:{async close(t){const e=i=>{const s=D(i);m(i,"close",[this]),ct(i),s!=null&&s.hasChildNodes()||ct(s)};this.timer&&clearTimeout(this.timer),t||await P.start(this.$el,this.startProps),e(this.$el)}}};function pa(t){t.notification.closeAll=function(e,i){St(document.body,s=>{const n=t.getComponent(s,"notification");n&&(!e||e===n.group)&&n.close(i)})}}const fi={x:pi,y:pi,rotate:pi,scale:pi,color:Qi,backgroundColor:Qi,borderColor:Qi,blur:Vt,hue:Vt,fopacity:Vt,grayscale:Vt,invert:Vt,saturate:Vt,sepia:Vt,opacity:va,stroke:wa,bgx:yn,bgy:yn},{keys:gi}=Object;var xn={mixins:[ci],props:Tn(gi(fi),"list"),data:Tn(gi(fi),void 0),computed:{props(t,e){return gi(fi).reduce((i,s)=>(G(t[s])||(i[s]=fi[s](s,e,t[s].slice())),i),{})}},events:{bgimageload(){this.$emit()}},methods:{reset(){it(this.getCss(0),(t,e)=>c(this.$el,e,""))},getCss(t){return gi(this.props).reduce((e,i)=>(this.props[i](e,t),e),{transform:"",filter:""})}}};function pi(t,e,i){const s=Ui(i)||{x:"px",y:"px",rotate:"deg"}[t]||"";let n;return(t==="x"||t==="y")&&(t="translate"+me(t),n=r=>x(x(r).toFixed(s==="px"?0:6))),i.length===1&&i.unshift(t==="scale"?1:0),i=ue(i,n),(r,o)=>{r.transform+=" "+t+"("+We(i,o)+s+")"}}function Qi(t,e,i){return i.length===1&&i.unshift(Re(e,t,"")),i=ue(i,s=>ma(e,s)),(s,n)=>{const[r,o,a]=Sn(i,n),h=r.map((u,f)=>(u+=a*(o[f]-u),f===3?x(u):parseInt(u,10))).join(",");s[t]="rgba("+h+")"}}function ma(t,e){return Re(t,"color",e).split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(x)}function Vt(t,e,i){i.length===1&&i.unshift(0);const s=Ui(i)||{blur:"px",hue:"deg"}[t]||"%";return t={fopacity:"opacity",hue:"hue-rotate"}[t]||t,i=ue(i),(n,r)=>{const o=We(i,r);n.filter+=" "+t+"("+(o+s)+")"}}function va(t,e,i){return i.length===1&&i.unshift(Re(e,t,"")),i=ue(i),(s,n)=>{s[t]=We(i,n)}}function wa(t,e,i){i.length===1&&i.unshift(0);const s=Ui(i),n=Vs(e);return i=ue(i.reverse(),r=>(r=x(r),s==="%"?r*n/100:r)),i.some(r=>{let[o]=r;return o})?(c(e,"strokeDasharray",n),(r,o)=>{r.strokeDashoffset=We(i,o)}):_}function yn(t,e,i){i.length===1&&i.unshift(0),t=t.substr(-1);const s=t==="y"?"height":"width";i=ue(i,r=>ft(r,s,e));const n=Re(e,"background-position-"+t,"");return Re(e,"backgroundSize","")==="cover"?ba(t,e,i,n,s):$n(t,i,n)}function ba(t,e,i,s,n){const r=xa(e);if(!r.width)return _;const o=i.map(A=>{let[E]=A;return E}),a=Math.min(...o),h=Math.max(...o),u=o.indexOf(a)<o.indexOf(h),f=h-a;let l=(u?-f:0)-(u?a:h);const d={width:e.offsetWidth,height:e.offsetHeight},g=ye.cover(r,d),v=g[n]-d[n];if(v<f)d[n]=g[n]+f-v;else if(v>f){const A=d[n]/ft(s,n,e,!0);A&&(l-=(v-f)/A)}const p=ye.cover(r,d),w=$n(t,i,l+"px");return(A,E)=>{w(A,E),A.backgroundSize=p.width+"px "+p.height+"px",A.backgroundRepeat="no-repeat"}}function $n(t,e,i){return function(s,n){s["background-position-"+t]="calc("+i+" + "+We(e,n)+"px)"}}const mi={};function xa(t){const e=c(t,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(mi[e])return mi[e];const i=new Image;return e&&(i.src=e,i.naturalWidth||(i.onload=()=>{mi[e]=kn(i),m(t,"bgimageload")})),mi[e]=kn(i)}function kn(t){return{width:t.naturalWidth,height:t.naturalHeight}}function ue(t,e){e===void 0&&(e=x);const i=[],{length:s}=t;let n=0;for(let r=0;r<s;r++){let[o,a]=B(t[r])?t[r].trim().split(" "):[t[r]];if(o=e(o),a=a?x(a)/100:null,r===0?a===null?a=0:a&&i.push([o,0]):r===s-1&&(a===null?a=1:a!==1&&(i.push([o,a]),a=1)),i.push([o,a]),a===null)n++;else if(n){const h=i[r-n-1][1],u=(a-h)/(n+1);for(let f=n;f>0;f--)i[r-f][1]=h+u*(n-f+1);n=0}}return i}function Sn(t,e){const i=xt(t.slice(1),s=>{let[,n]=s;return e<=n})+1;return[t[i-1][0],t[i][0],(e-t[i-1][1])/(t[i][1]-t[i-1][1])]}function We(t,e){const[i,s,n]=Sn(t,e);return Gt(i)?i+Math.abs(i-s)*n*(i<s?1:-1):+s}const ya=/^-?\d+([^\s]*)/;function Ui(t,e){for(const i of t){const s=i.match==null?void 0:i.match(ya);if(s)return s[1]}return e}function Re(t,e,i){const s=t.style[e],n=c(c(t,e,i),e);return t.style[e]=s,n}function Tn(t,e){return t.reduce((i,s)=>(i[s]=e,i),{})}var $a={mixins:[xn],props:{target:String,viewport:Number,easing:Number,start:String,end:String},data:{target:!1,viewport:1,easing:1,start:0,end:0},computed:{target(t,e){let{target:i}=t;return Cn(i&&dt(i,e)||e)},start(t){let{start:e}=t;return ft(e,"height",this.target,!0)},end(t){let{end:e,viewport:i}=t;return ft(e||(i=(1-i)*100)&&i+"vh+"+i+"%","height",this.target,!0)}},update:{read(t,e){let{percent:i}=t;if(e.has("scroll")||(i=!1),!this.matchMedia)return;const s=i;return i=ka(qi(this.target,this.start,this.end),this.easing),{percent:i,style:s===i?!1:this.getCss(i)}},write(t){let{style:e}=t;if(!this.matchMedia){this.reset();return}e&&c(this.$el,e)},events:["scroll","resize"]}};function ka(t,e){return e>=0?Math.pow(t,e+1):1-Math.pow(1-t,-e+1)}function Cn(t){return t?"offsetTop"in t?t:Cn(D(t)):document.documentElement}var In={update:{write(){if(this.stack.length||this.dragging)return;const t=this.getValidIndex(this.index);(!~this.prevIndex||this.index!==t)&&this.show(t)},events:["resize"]}},Pn={connected(){window.IntersectionObserver&&(this.observer=new IntersectionObserver(t=>{t.some(e=>e.isIntersecting)&&An(this.getAdjacentSlides())},{rootMargin:"50% 50%"}),this.observer.observe(this.$el))},disconnected(){this.observer&&this.observer.disconnect()},update:{read(){F(this.$el)&&An(this.getAdjacentSlides())},events:["resize"]}};function An(t){t===void 0&&(t=[]);for(const e of t)e&&H('img[loading="lazy"]',e).forEach(i=>$e(i,"loading"))}function Sa(t,e,i,s){let{center:n,easing:r,list:o}=s;const a=new Xe,h=t?je(t,o,n):je(e,o,n)+k(e).width*i,u=e?je(e,o,n):h+k(t).width*i*(Z?-1:1);return{dir:i,show(f,l,d){l===void 0&&(l=0);const g=d?"linear":r;return f-=Math.round(f*ot(l,-1,1)),this.translate(l),l=t?l:ot(l,0,1),ts(this.getItemIn(),"itemin",{percent:l,duration:f,timing:g,dir:i}),t&&ts(this.getItemIn(!0),"itemout",{percent:1-l,duration:f,timing:g,dir:i}),P.start(o,{transform:q(-u*(Z?-1:1),"px")},f,g).then(a.resolve,_),a.promise},cancel(){P.cancel(o)},reset(){c(o,"transform","")},forward(f,l){return l===void 0&&(l=this.percent()),P.cancel(o),this.show(f,l,!0)},translate(f){const l=this.getDistance()*i*(Z?-1:1);c(o,"transform",q(ot(-u+(l-l*f),-vi(o),k(o).width)*(Z?-1:1),"px"));const d=this.getActives(),g=this.getItemIn(),v=this.getItemIn(!0);f=t?ot(f,-1,1):0;for(const p of L(o)){const w=b(d,p),A=p===g,E=p===v,J=A||!E&&(w||i*(Z?-1:1)===-1^wi(p,o)>wi(t||e));ts(p,"itemtranslate"+(J?"in":"out"),{dir:i,percent:E?1-f:A?f:w?1:0})}},percent(){return Math.abs((c(o,"transform").split(",")[4]*(Z?-1:1)+h)/(u-h))},getDistance(){return Math.abs(u-h)},getItemIn(f){f===void 0&&(f=!1);let l=this.getActives(),d=_n(o,je(e||t,o,n));if(f){const g=l;l=d,d=g}return d[xt(d,g=>!b(l,g))]},getActives(){return _n(o,je(t||e,o,n))}}}function je(t,e,i){const s=wi(t,e);return i?s-Ta(t,e):Math.min(s,En(e))}function En(t){return Math.max(0,vi(t)-k(t).width)}function vi(t){return L(t).reduce((e,i)=>k(i).width+e,0)}function Ta(t,e){return k(e).width/2-k(t).width/2}function wi(t,e){return t&&(Ue(t).left+(Z?k(t).width-k(e).width:0))*(Z?-1:1)||0}function _n(t,e){e-=1;const i=k(t).width,s=e+i+2;return L(t).filter(n=>{const r=wi(n,t),o=r+Math.min(k(n).width,i);return r>=e&&o<=s})}function ts(t,e,i){m(t,Ae(e,!1,!1,i))}var Ca={mixins:[st,pn,In,Pn],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"uk-slider-container",Transitioner:Sa},computed:{avgWidth(){return vi(this.list)/this.length},finite(t){let{finite:e}=t;return e||Math.ceil(vi(this.list))<Math.floor(k(this.list).width+Ia(this.list)+this.center)},maxIndex(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return be(this.sets);let t=0;const e=En(this.list),i=xt(this.slides,s=>{if(t>=e)return!0;t+=k(s).width});return~i?i:this.length-1},sets(t){let{sets:e}=t;if(!e)return;const i=k(this.list).width/(this.center?2:1);let s=0,n=i,r=0;return e=xe(this.slides,"offsetLeft").reduce((o,a,h)=>{const u=k(a).width;if(r+u>s&&(!this.center&&h>this.maxIndex&&(h=this.maxIndex),!b(o,h))){const l=this.slides[h+1];this.center&&l&&u<n-k(l).width/2?n-=u:(n=i,o.push(h),s=r+i+(this.center?u/2:0))}return r+=u,o},[]),!Xt(e)&&e},transitionOptions(){return{center:this.center,list:this.list}}},connected(){V(this.$el,this.clsContainer,!y("."+this.clsContainer,this.$el))},update:{write(){for(const i of this.navItems){const s=At(U(i,this.attrItem));s!==!1&&(i.hidden=!this.maxIndex||s>this.maxIndex||this.sets&&!b(this.sets,s))}this.length&&!this.dragging&&!this.stack.length&&(this.reorder(),this._translate(1));const t=this._getTransitioner(this.index).getActives(),e=[this.clsActive,(!this.sets||b(this.sets,x(this.index)))&&this.clsActivated||""];for(const i of this.slides)V(i,e,b(t,i))},events:["resize"]},events:{beforeitemshow(t){!this.dragging&&this.sets&&this.stack.length<2&&!b(this.sets,this.index)&&(this.index=this.getValidIndex());const e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(let s=0;s<e;s++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault();return}const i=this.dir<0||!this.slides[this.prevIndex]?this.index:this.prevIndex;this.duration=mn(this.avgWidth/this.velocity)*(k(this.slides[i]).width/this.avgWidth),this.reorder()},itemshow(){~this.prevIndex&&$(this._getTransitioner().getItemIn(),this.clsActive)}},methods:{reorder(){if(this.finite){c(this.slides,"order","");return}const t=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach((n,r)=>c(n,"order",this.dir>0&&r<t?1:this.dir<0&&r>=this.index?-1:"")),!this.center)return;const e=this.slides[t];let i=k(this.list).width/2-k(e).width/2,s=0;for(;i>0;){const n=this.getIndex(--s+t,t),r=this.slides[n];c(r,"order",n>t?-2:-1),i-=k(r).width}},getValidIndex(t,e){if(t===void 0&&(t=this.index),e===void 0&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;let i;do{if(b(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t},getAdjacentSlides(){const{width:t}=k(this.list),e=-t,i=t*2,s=k(this.slides[this.index]).width,n=this.center?t/2-s/2:0,r=new Set;for(const o of[-1,1]){let a=n+(o>0?s:0),h=0;do{const u=this.slides[this.getIndex(this.index+o+h++*o)];a+=k(u).width*o,r.add(u)}while(this.slides.length>h&&a>e&&a<i)}return Array.from(r)}}};function Ia(t){return Math.max(0,...L(t).map(e=>k(e).width))}var Nn={mixins:[xn],data:{selItem:"!li"},computed:{item(t,e){let{selItem:i}=t;return dt(i,e)}},events:[{name:"itemin itemout",self:!0,el(){return this.item},handler(t){let{type:e,detail:{percent:i,duration:s,timing:n,dir:r}}=t;z.read(()=>{const o=this.getCss(Dn(e,r,i)),a=this.getCss(Mn(e)?.5:r>0?1:0);z.write(()=>{c(this.$el,o),P.start(this.$el,a,s,n).catch(_)})})}},{name:"transitioncanceled transitionend",self:!0,el(){return this.item},handler(){P.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el(){return this.item},handler(t){let{type:e,detail:{percent:i,dir:s}}=t;z.read(()=>{const n=this.getCss(Dn(e,s,i));z.write(()=>c(this.$el,n))})}}]};function Mn(t){return Ct(t,"in")}function Dn(t,e,i){return i/=2,Mn(t)^e<0?i:1-i}var Pa={...Zi,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:ce(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-c(t,"opacity")},translate(t){return[{opacity:1-t,transform:ce(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:q(30),zIndex:-1},{transform:q(),zIndex:0}]:[{transform:q(-100),zIndex:0},{transform:q(),zIndex:-1}]},percent(t,e,i){return i<0?1-Fe(e):Fe(t)},translate(t,e){return e<0?[{transform:q(30*t),zIndex:-1},{transform:q(-100*(1-t)),zIndex:0}]:[{transform:q(-t*100),zIndex:0},{transform:q(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:q(100),zIndex:0},{transform:q(),zIndex:-1}]:[{transform:q(-30),zIndex:-1},{transform:q(),zIndex:0}]},percent(t,e,i){return i>0?1-Fe(e):Fe(t)},translate(t,e){return e<0?[{transform:q(t*100),zIndex:0},{transform:q(-30*(1-t)),zIndex:-1}]:[{transform:q(-30*t),zIndex:-1},{transform:q(100*(1-t)),zIndex:0}]}}},Aa={mixins:[st,vn,In,Pn],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Pa},update:{read(){if(!this.list)return!1;let[t,e]=this.ratio.split(":").map(Number);return e=e*this.list.offsetWidth/t||0,this.minHeight&&(e=Math.max(this.minHeight,e)),this.maxHeight&&(e=Math.min(this.maxHeight,e)),{height:e-Ut(this.list,"height","content-box")}},write(t){let{height:e}=t;e>0&&c(this.list,"minHeight",e)},events:["resize"]},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}},Ea={mixins:[st,un],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},created(){for(const t of["init","start","move","end"]){const e=this[t];this[t]=i=>{yt(this.pos,Qt(i)),e(i)}}},events:{name:ut,passive:!1,handler:"init"},computed:{target(){return(this.$el.tBodies||[this.$el])[0]},items(){return L(this.target)},isEmpty:{get(){return Xt(this.items)},watch(t){V(this.target,this.clsEmpty,t)},immediate:!0},handles:{get(t,e){let{handle:i}=t;return i?H(i,e):this.items},watch(t,e){c(e,{touchAction:"",userSelect:""}),c(t,{touchAction:Lt?"none":"",userSelect:"none"})},immediate:!0}},update:{write(t){if(!this.drag||!D(this.placeholder))return;const{pos:{x:e,y:i},origin:{offsetTop:s,offsetLeft:n},placeholder:r}=this;c(this.drag,{top:i-s,left:e-n});const o=this.getSortable(document.elementFromPoint(e,i));if(!o)return;const{items:a}=o;if(a.some(P.inProgress))return;const h=Da(a,{x:e,y:i});if(a.length&&(!h||h===r))return;const u=this.getSortable(r),f=Ba(o.target,h,r,e,i,o===u&&t.moved!==h);f!==!1&&(f&&r===f||(o!==u?(u.remove(r),t.moved=h):delete t.moved,o.insert(r,f),this.touched.add(o)))},events:["move"]},methods:{init(t){const{target:e,button:i,defaultPrevented:s}=t,[n]=this.items.filter(r=>R(e,r));!n||s||i>0||Ci(e)||R(e,"."+this.clsNoDrag)||this.handle&&!R(e,this.handle)||(t.preventDefault(),this.touched=new Set([this]),this.placeholder=n,this.origin={target:e,index:Jt(n),...this.pos},I(document,ie,this.move),I(document,vt,this.end),this.threshold||this.start(t))},start(t){this.drag=Ma(this.$container,this.placeholder);const{left:e,top:i}=this.placeholder.getBoundingClientRect();yt(this.origin,{offsetLeft:this.pos.x-e,offsetTop:this.pos.y-i}),$(this.drag,this.clsDrag,this.clsCustom),$(this.placeholder,this.clsPlaceholder),$(this.items,this.clsItem),$(document.documentElement,this.clsDragState),m(this.$el,"start",[this,this.placeholder]),_a(this.pos),this.move(t)},move(t){this.drag?this.$emit("move"):(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end(){if(Zt(document,ie,this.move),Zt(document,vt,this.end),!this.drag)return;Na();const t=this.getSortable(this.placeholder);this===t?this.origin.index!==Jt(this.placeholder)&&m(this.$el,"moved",[this,this.placeholder]):(m(t.$el,"added",[t,this.placeholder]),m(this.$el,"removed",[this,this.placeholder])),m(this.$el,"stop",[this,this.placeholder]),ct(this.drag),this.drag=null;for(const{clsPlaceholder:e,clsItem:i}of this.touched)for(const s of this.touched)N(s.items,e,i);this.touched=null,N(document.documentElement,this.clsDragState)},insert(t,e){$(this.items,this.clsItem);const i=()=>e?zi(e,t):X(this.target,t);this.animate(i)},remove(t){!R(t,this.target)||this.animate(()=>ct(t))},getSortable(t){do{const e=this.$getComponent(t,"sortable");if(e&&(e===this||this.group!==!1&&e.group===this.group))return e}while(t=D(t))}}};let Bn;function _a(t){let e=Date.now();Bn=setInterval(()=>{let{x:i,y:s}=t;s+=Rt(window);const n=(Date.now()-e)*.3;e=Date.now(),jt(document.elementFromPoint(i,t.y),/auto|scroll/).reverse().some(r=>{let{scrollTop:o,scrollHeight:a}=r;const{top:h,bottom:u,height:f}=M(ae(r));if(h<s&&h+35>s)o-=n;else if(u>s&&u-35<s)o+=n;else return;if(o>0&&o<a-f)return Rt(r,o),!0})},15)}function Na(){clearInterval(Bn)}function Ma(t,e){const i=X(t,e.outerHTML.replace(/(^<)(?:li|tr)|(?:li|tr)(\/>$)/g,"$1div$2"));return c(i,"margin","0","important"),c(i,{boxSizing:"border-box",width:e.offsetWidth,height:e.offsetHeight,padding:c(e,"padding")}),O(i.firstElementChild,O(e.firstElementChild)),i}function Da(t,e){return t[xt(t,i=>Ge(e,i.getBoundingClientRect()))]}function Ba(t,e,i,s,n,r){if(!L(t).length)return;const o=e.getBoundingClientRect();if(!r)return za(t,i)||n<o.top+o.height/2?e:e.nextElementSibling;const a=i.getBoundingClientRect(),h=zn([o.top,o.bottom],[a.top,a.bottom]),u=h?s:n,f=h?"width":"height",l=h?"left":"top",d=h?"right":"bottom",g=a[f]<o[f]?o[f]-a[f]:0;return a[l]<o[l]?g&&u<o[l]+g?!1:e.nextElementSibling:g&&u>o[d]-g?!1:e}function za(t,e){const i=L(t).length===1;i&&X(t,e);const s=L(t),n=s.some((r,o)=>{const a=r.getBoundingClientRect();return s.slice(o+1).some(h=>{const u=h.getBoundingClientRect();return!zn([a.left,a.right],[u.left,u.right])})});return i&&ct(e),n}function zn(t,e){return t[1]>e[0]&&e[1]>t[0]}var Oa={mixins:[he,Tt,Os],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["uk-animation-scale-up"],duration:100,cls:"uk-active",clsPos:"uk-tooltip"},beforeConnect(){this._hasTitle=Ht(this.$el,"title"),S(this.$el,"title",""),this.updateAria(!1),Ha(this.$el)},disconnected(){this.hide(),S(this.$el,"title",this._hasTitle?this.title:null)},methods:{show(){this.isToggled(this.tooltip||null)||!this.title||(this._unbind=j(document,"show keydown "+ut,this.hide,!1,t=>t.type===ut&&!R(t.target,this.$el)||t.type==="keydown"&&t.keyCode===27||t.type==="show"&&t.detail[0]!==this&&t.detail[0].$name===this.$name),clearTimeout(this.showTimer),this.showTimer=setTimeout(this._show,this.delay))},async hide(){W(this.$el,"input:focus")||(clearTimeout(this.showTimer),!!this.isToggled(this.tooltip||null)&&(await this.toggleElement(this.tooltip,!1,!1),ct(this.tooltip),this.tooltip=null,this._unbind()))},_show(){this.tooltip=X(this.container,'<div class="'+this.clsPos+'"> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),I(this.tooltip,"toggled",(t,e)=>{this.updateAria(e),!!e&&(this.positionAt(this.tooltip,this.$el),this.origin=this.getAxis()==="y"?Me(this.dir)+"-"+this.align:this.align+"-"+Me(this.dir))}),this.toggleElement(this.tooltip,!0)},updateAria(t){S(this.$el,"aria-expanded",t)}},events:{focus:"show",blur:"hide",[Wt+" "+se](t){kt(t)||this[t.type===Wt?"show":"hide"]()},[ut](t){kt(t)&&this.show()}}};function Ha(t){Je(t)||S(t,"tabindex","0")}var Fa={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:_,beforeAll:_,beforeSend:_,complete:_,completeAll:_,error:_,fail:_,load:_,loadEnd:_,loadStart:_,progress:_},events:{change(t){!W(t.target,'input[type="file"]')||(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop(t){bi(t);const e=t.dataTransfer;!(e!=null&&e.files)||(N(this.$el,this.clsDragover),this.upload(e.files))},dragenter(t){bi(t)},dragover(t){bi(t),$(this.$el,this.clsDragover)},dragleave(t){bi(t),N(this.$el,this.clsDragover)}},methods:{async upload(t){if(!t.length)return;m(this.$el,"upload",[t]);for(const s of t){if(this.maxSize&&this.maxSize*1e3<s.size){this.fail(this.msgInvalidSize.replace("%s",this.maxSize));return}if(this.allow&&!On(this.allow,s.name)){this.fail(this.msgInvalidName.replace("%s",this.allow));return}if(this.mime&&!On(this.mime,s.type)){this.fail(this.msgInvalidMime.replace("%s",this.mime));return}}this.multiple||(t=t.slice(0,1)),this.beforeAll(this,t);const e=La(t,this.concurrent),i=async s=>{const n=new FormData;s.forEach(r=>n.append(this.name,r));for(const r in this.params)n.append(r,this.params[r]);try{const r=await hs(this.url,{data:n,method:this.method,responseType:this.type,beforeSend:o=>{const{xhr:a}=o;a.upload&&I(a.upload,"progress",this.progress);for(const h of["loadStart","load","loadEnd","abort"])I(a,h.toLowerCase(),this[h]);return this.beforeSend(o)}});this.complete(r),e.length?await i(e.shift()):this.completeAll(r)}catch(r){this.error(r)}};await i(e.shift())}}};function On(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function La(t,e){const i=[];for(let s=0;s<t.length;s+=e)i.push(t.slice(s,s+e));return i}function bi(t){t.preventDefault(),t.stopPropagation()}var Wa=Object.freeze({__proto__:null,Countdown:Ko,Filter:Uo,Lightbox:da,LightboxPanel:wn,Notification:ga,Parallax:$a,Slider:Ca,SliderParallax:Nn,Slideshow:Aa,SlideshowParallax:Nn,Sortable:Ea,Tooltip:Oa,Upload:Fa});return it(Wa,(t,e)=>tt.component(e,t)),tt});
1
+ /*! UIkit 3.11.2-dev.06fe7f1d0 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */(function(ae,le){typeof exports=="object"&&typeof module<"u"?module.exports=le():typeof define=="function"&&define.amd?define("uikit",le):(ae=typeof globalThis<"u"?globalThis:ae||self,ae.UIkit=le())})(this,function(){"use strict";const{hasOwnProperty:ae,toString:le}=Object.prototype;function At(t,e){return ae.call(t,e)}const Yn=/\B([A-Z])/g,Et=lt(t=>t.replace(Yn,"-$1").toLowerCase()),Gn=/-(\w)/g,Wt=lt(t=>t.replace(Gn,hs)),he=lt(t=>t.length?hs(null,t.charAt(0))+t.slice(1):"");function hs(t,e){return e?e.toUpperCase():""}function at(t,e){return t==null||t.startsWith==null?void 0:t.startsWith(e)}function $t(t,e){return t==null||t.endsWith==null?void 0:t.endsWith(e)}function p(t,e){return t==null||t.includes==null?void 0:t.includes(e)}function vt(t,e){return t==null||t.findIndex==null?void 0:t.findIndex(e)}const{isArray:it,from:cs}=Array,{assign:wt}=Object;function dt(t){return typeof t=="function"}function kt(t){return t!==null&&typeof t=="object"}function St(t){return le.call(t)==="[object Object]"}function ce(t){return kt(t)&&t===t.window}function ue(t){return xi(t)===9}function bi(t){return xi(t)>=1}function _t(t){return xi(t)===1}function xi(t){return!ce(t)&&kt(t)&&t.nodeType}function Le(t){return typeof t=="boolean"}function N(t){return typeof t=="string"}function Rt(t){return typeof t=="number"}function jt(t){return Rt(t)||N(t)&&!isNaN(t-parseFloat(t))}function de(t){return!(it(t)?t.length:kt(t)?Object.keys(t).length:!1)}function V(t){return t===void 0}function yi(t){return Le(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function Tt(t){const e=Number(t);return isNaN(e)?!1:e}function m(t){return parseFloat(t)||0}function q(t){return y(t)[0]}function y(t){return t&&(bi(t)?[t]:Array.from(t).filter(bi))||[]}function Nt(t){var e;if(ce(t))return t;t=q(t);const i=ue(t)?t:(e=t)==null?void 0:e.ownerDocument;return(i==null?void 0:i.defaultView)||window}function $i(t){return t?$t(t,"ms")?m(t):m(t)*1e3:0}function We(t,e){return t===e||kt(t)&&kt(e)&&Object.keys(t).length===Object.keys(e).length&&tt(t,(i,s)=>i===e[s])}function ki(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),s=>s===e?i:e)}function fe(t){return t[t.length-1]}function tt(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function Re(t,e){return t.slice().sort((i,s)=>{let{[e]:n=0}=i,{[e]:r=0}=s;return n>r?1:r>n?-1:0})}function us(t,e){const i=new Set;return t.filter(s=>{let{[e]:n}=s;return i.has(n)?!1:i.add(n)})}function st(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=1),Math.min(Math.max(Tt(t)||0,e),i)}function P(){}function Si(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every(s=>{let[n,r]=s;return Math.min(...e.map(o=>{let{[n]:a}=o;return a}))-Math.max(...e.map(o=>{let{[r]:a}=o;return a}))>0})}function je(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}const ge={ratio(t,e,i){const s=e==="width"?"height":"width";return{[s]:t[e]?Math.round(i*t[s]/t[e]):t[s],[e]:i}},contain(t,e){return t={...t},tt(t,(i,s)=>t=t[s]>e[s]?this.ratio(t,s,e[s]):t),t},cover(t,e){return t=this.contain(t,e),tt(t,(i,s)=>t=t[s]<e[s]?this.ratio(t,s,e[s]):t),t}};function qt(t,e,i,s){i===void 0&&(i=0),s===void 0&&(s=!1),e=y(e);const{length:n}=e;return n?(t=jt(t)?Tt(t):t==="next"?i+1:t==="previous"?i-1:e.indexOf(q(t)),s?st(t,0,n-1):(t%=n,t<0?t+n:t)):-1}function lt(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class qe{constructor(){this.promise=new Promise((e,i)=>{this.reject=i,this.resolve=e})}}function k(t,e,i){if(kt(e)){for(const n in e)k(t,n,e[n]);return}if(V(i)){var s;return(s=q(t))==null?void 0:s.getAttribute(e)}else for(const n of y(t))dt(i)&&(i=i.call(n,k(n,e))),i===null?pe(n,e):n.setAttribute(e,i)}function Mt(t,e){return y(t).some(i=>i.hasAttribute(e))}function pe(t,e){const i=y(t);for(const s of e.split(" "))for(const n of i)n.removeAttribute(s)}function Z(t,e){for(const i of[e,"data-"+e])if(Mt(t,i))return k(t,i)}const Xn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Ti(t){return y(t).some(e=>Xn[e.tagName.toLowerCase()])}function O(t){return y(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const me="input,select,textarea,button";function Ci(t){return y(t).some(e=>H(e,me))}const Ve=me+",a[href],[tabindex]";function Ye(t){return H(t,Ve)}function _(t){return t=q(t),t&&_t(t.parentNode)&&t.parentNode}function ve(t,e){return y(t).filter(i=>H(i,e))}function H(t,e){return y(t).some(i=>i.matches(e))}function nt(t,e){return at(e,">")&&(e=e.slice(1)),_t(t)?t.closest(e):y(t).map(i=>nt(i,e)).filter(Boolean)}function F(t,e){return N(e)?H(t,e)||!!nt(t,e):t===e||q(e).contains(q(t))}function we(t,e){const i=[];for(;t=_(t);)(!e||H(t,e))&&i.push(t);return i}function B(t,e){t=q(t);const i=t?y(t.children):[];return e?ve(i,e):i}function Vt(t,e){return e?y(t).indexOf(q(e)):B(_(t)).indexOf(t)}function ut(t,e){return Ii(t,fs(t,e))}function be(t,e){return xe(t,fs(t,e))}function Ii(t,e){return q(gs(t,e,"querySelector"))}function xe(t,e){return y(gs(t,e,"querySelectorAll"))}const Kn=/(^|[^\\],)\s*[!>+~-]/,ds=lt(t=>t.match(Kn));function fs(t,e){return e===void 0&&(e=document),N(t)&&ds(t)||ue(e)?e:e.ownerDocument}const Jn=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function gs(t,e,i){if(e===void 0&&(e=document),!t||!N(t))return t;t=t.replace(Jn,"$1 *"),ds(t)&&(t=Qn(t).map(s=>{let n=e;if(s[0]==="!"){const r=s.substr(1).trim().split(" ");n=nt(_(e),r[0]),s=r.slice(1).join(" ").trim()}if(s[0]==="-"){const r=s.substr(1).trim().split(" "),o=(n||e).previousElementSibling;n=H(o,s.substr(1))?o:null,s=r.slice(1).join(" ")}return n?Un(n)+" "+s:null}).filter(Boolean).join(","),e=document);try{return e[i](t)}catch{return null}}const Zn=/.*?[^\\](?:,|$)/g,Qn=lt(t=>t.match(Zn).map(e=>e.replace(/,$/,"").trim()));function Un(t){const e=[];for(;t.parentNode;){const i=k(t,"id");if(i){e.unshift("#"+ye(i));break}else{let{tagName:s}=t;s!=="HTML"&&(s+=":nth-child("+(Vt(t)+1)+")"),e.unshift(s),t=t.parentNode}}return e.join(" > ")}function ye(t){return N(t)?CSS.escape(t):""}function I(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[s,n,r,o,a=!1]=Pi(e);o.length>1&&(o=er(o)),a!=null&&a.self&&(o=ir(o)),r&&(o=tr(r,o));for(const l of n)for(const c of s)c.addEventListener(l,o,a);return()=>Yt(s,n,o,a)}function Yt(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[s,n,,r,o=!1]=Pi(e);for(const a of n)for(const l of s)l.removeEventListener(a,r,o)}function L(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[s,n,r,o,a=!1,l]=Pi(e),c=I(s,n,r,u=>{const d=!l||l(u);d&&(c(),o(u,d))},a);return c}function g(t,e,i){return Ai(t).every(s=>s.dispatchEvent($e(e,!0,!0,i)))}function $e(t,e,i,s){return e===void 0&&(e=!0),i===void 0&&(i=!1),N(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:s})),t}function Pi(t){return t[0]=Ai(t[0]),N(t[1])&&(t[1]=t[1].split(" ")),dt(t[2])&&t.splice(2,0,!1),t}function tr(t,e){return i=>{const s=t[0]===">"?xe(t,i.currentTarget).reverse().filter(n=>F(i.target,n))[0]:nt(i.target,t);s&&(i.current=s,e.call(this,i))}}function er(t){return e=>it(e.detail)?t(e,...e.detail):t(e)}function ir(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function ps(t){return t&&"addEventListener"in t}function sr(t){return ps(t)?t:q(t)}function Ai(t){return it(t)?t.map(sr).filter(Boolean):N(t)?xe(t):ps(t)?[t]:y(t)}function bt(t){return t.pointerType==="touch"||!!t.touches}function Gt(t){var e,i;const{clientX:s,clientY:n}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:s,y:n}}function ms(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:P,responseType:"",...e};return Promise.resolve().then(()=>i.beforeSend(i)).then(()=>nr(t,i))}function nr(t,e){return new Promise((i,s)=>{const{xhr:n}=e;for(const r in e)if(r in n)try{n[r]=e[r]}catch{}n.open(e.method.toUpperCase(),t);for(const r in e.headers)n.setRequestHeader(r,e.headers[r]);I(n,"load",()=>{n.status===0||n.status>=200&&n.status<300||n.status===304?i(n):s(wt(Error(n.statusText),{xhr:n,status:n.status}))}),I(n,"error",()=>s(wt(Error("Network Error"),{xhr:n}))),I(n,"timeout",()=>s(wt(Error("Network Timeout"),{xhr:n}))),n.send(e.data)})}function vs(t,e,i){return new Promise((s,n)=>{const r=new Image;r.onerror=o=>{n(o)},r.onload=()=>{s(r)},i&&(r.sizes=i),e&&(r.srcset=e),r.src=t})}const rr={"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 h(t,e,i,s){s===void 0&&(s="");const n=y(t);for(const r of n)if(N(e)){if(e=Ge(e),V(i))return or(r,e);!i&&!Rt(i)?r.style.removeProperty(e):r.style.setProperty(e,jt(i)&&!rr[e]?i+"px":i,s)}else if(it(e)){const o=Ei(r),a={};for(const l of e)a[l]=o[Ge(l)];return a}else kt(e)&&(s=i,tt(e,(o,a)=>h(r,a,o,s)));return n[0]}function Ei(t,e){return Nt(t).getComputedStyle(t,e)}function or(t,e,i){return Ei(t,i)[e]}const ar=/^\s*(["'])?(.*?)\1\s*$/;function _i(t){return Ei(document.documentElement).getPropertyValue("--uk-"+t).replace(ar,"$2")}const Ge=lt(t=>lr(t)),ws=["webkit","moz","ms"];function lr(t){t=Et(t);const{style:e}=document.documentElement;if(t in e)return t;let i=ws.length,s;for(;i--;)if(s="-"+ws[i]+"-"+t,s in e)return s}function w(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];bs(t,i,"add")}function A(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),s=1;s<e;s++)i[s-1]=arguments[s];bs(t,i,"remove")}function Xe(t,e){k(t,"class",i=>(i||"").replace(new RegExp("\\b"+e+"\\b","g"),""))}function Ni(t){(arguments.length<=1?void 0:arguments[1])&&A(t,arguments.length<=1?void 0:arguments[1]),(arguments.length<=2?void 0:arguments[2])&&w(t,arguments.length<=2?void 0:arguments[2])}function S(t,e){[e]=Mi(e);for(const i of y(t))if(e&&i.classList.contains(e))return!0;return!1}function j(t,e,i){const s=Mi(e);V(i)||(i=!!i);for(const n of y(t))for(const r of s)n.classList.toggle(r,i)}function bs(t,e,i){e=e.reduce((s,n)=>s.concat(Mi(n)),[]);for(const s of y(t))s.classList[i](...e)}function Mi(t){return String(t).split(/\s|,/).filter(Boolean)}function xs(t,e,i,s){return i===void 0&&(i=400),s===void 0&&(s="linear"),Promise.all(y(t).map(n=>new Promise((r,o)=>{for(const l in e){const c=h(n,l);c===""&&h(n,l,c)}const a=setTimeout(()=>g(n,"transitionend"),i);L(n,"transitionend transitioncanceled",l=>{let{type:c}=l;clearTimeout(a),A(n,"uk-transition"),h(n,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),c==="transitioncanceled"?o():r(n)},{self:!0}),w(n,"uk-transition"),h(n,{transitionProperty:Object.keys(e).map(Ge).join(","),transitionDuration:i+"ms",transitionTimingFunction:s,...e})})))}const C={start:xs,stop(t){return g(t,"transitionend"),Promise.resolve()},cancel(t){g(t,"transitioncanceled")},inProgress(t){return S(t,"uk-transition")}},ke="uk-animation-";function zi(t,e,i,s,n){return i===void 0&&(i=200),Promise.all(y(t).map(r=>new Promise((o,a)=>{g(r,"animationcanceled");const l=setTimeout(()=>g(r,"animationend"),i);L(r,"animationend animationcanceled",c=>{let{type:u}=c;clearTimeout(l),u==="animationcanceled"?a():o(r),h(r,"animationDuration",""),Xe(r,ke+"\\S*")},{self:!0}),h(r,"animationDuration",i+"ms"),w(r,e,ke+(n?"leave":"enter")),at(e,ke)&&(s&&w(r,"uk-transform-origin-"+s),n&&w(r,ke+"reverse"))})))}const hr=new RegExp(ke+"(enter|leave)"),ft={in:zi,out(t,e,i,s){return zi(t,e,i,s,!0)},inProgress(t){return hr.test(k(t,"class"))},cancel(t){g(t,"animationcanceled")}},Ct={width:["left","right"],height:["top","bottom"]};function $(t){const e=_t(t)?q(t).getBoundingClientRect():{height:W(t),width:Te(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 E(t,e){const i=$(t);if(t){const{scrollY:n,scrollX:r}=Nt(t),o={height:n,width:r};for(const a in Ct)for(const l in Ct[a])i[Ct[a][l]]+=o[a]}if(!e)return i;const s=h(t,"position");tt(h(t,["left","top"]),(n,r)=>h(t,r,e[r]-i[r]+m(s==="absolute"&&n==="auto"?Ke(t)[r]:n)))}function Ke(t){let{top:e,left:i}=E(t);const{ownerDocument:{body:s,documentElement:n},offsetParent:r}=q(t);let o=r||n;for(;o&&(o===s||o===n)&&h(o,"position")==="static";)o=o.parentNode;if(_t(o)){const a=E(o);e-=a.top+m(h(o,"borderTopWidth")),i-=a.left+m(h(o,"borderLeftWidth"))}return{top:e-m(h(t,"marginTop")),left:i-m(h(t,"marginLeft"))}}function Se(t){const e=[0,0];t=q(t);do if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,h(t,"position")==="fixed"){const i=Nt(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}while(t=t.offsetParent);return e}const W=ys("height"),Te=ys("width");function ys(t){const e=he(t);return(i,s)=>{if(V(s)){if(ce(i))return i["inner"+e];if(ue(i)){const n=i.documentElement;return Math.max(n["offset"+e],n["scroll"+e])}return i=q(i),s=h(i,t),s=s==="auto"?i["offset"+e]:m(s)||0,s-Xt(i,t)}else return h(i,t,!s&&s!==0?"":+s+Xt(i,t)+"px")}}function Xt(t,e,i){return i===void 0&&(i="border-box"),h(t,"boxSizing")===i?Ct[e].map(he).reduce((s,n)=>s+m(h(t,"padding"+n))+m(h(t,"border"+n+"Width")),0):0}function Ce(t){for(const e in Ct)for(const i in Ct[e])if(Ct[e][i]===t)return Ct[e][1-i];return t}function rt(t,e,i,s){return e===void 0&&(e="width"),i===void 0&&(i=window),s===void 0&&(s=!1),N(t)?ur(t).reduce((n,r)=>{const o=fr(r);return o&&(r=gr(o==="vh"?W(Nt(i)):o==="vw"?Te(Nt(i)):s?i["offset"+he(e)]:$(i)[e],r)),n+m(r)},0):m(t)}const cr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,ur=lt(t=>t.toString().replace(/\s/g,"").match(cr)||[]),dr=/(?:v[hw]|%)$/,fr=lt(t=>(t.match(dr)||[])[0]);function gr(t,e){return t*m(e)/100}function pr(t){if(document.readyState!=="loading"){t();return}L(document,"DOMContentLoaded",t)}function gt(t,e){var i;return(t==null||(i=t.tagName)==null?void 0:i.toLowerCase())===e.toLowerCase()}function $s(t){return Di(t,"")}function It(t,e){return V(e)?v(t).innerHTML:Di(t,e)}const Di=Ie("replaceChildren"),mr=Ie("prepend"),Y=Ie("append"),Bi=Ie("before"),Je=Ie("after");function Ie(t){return function(e,i){const s=y(N(i)?zt(i):i);return s.length&&v(e)[t](...s),Ss(s)}}function ht(t){y(t).forEach(e=>e.remove())}function Ze(t,e){for(e=q(Bi(t,e));e.firstChild;)e=e.firstChild;return Y(e,t),e}function ks(t,e){return y(y(t).map(i=>i.hasChildNodes?Ze(y(i.childNodes),e):Y(i,e)))}function Qe(t){y(t).map(_).filter((e,i,s)=>s.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const vr=/^\s*<(\w+|!)[^>]*>/,wr=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function zt(t){const e=wr.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return vr.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,Ss(i.childNodes)}function Ss(t){return t.length>1?t:t[0]}function xt(t,e){if(!!_t(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;xt(t,e),t=i}}function v(t,e){return Ts(t)?q(zt(t)):Ii(t,e)}function M(t,e){return Ts(t)?y(zt(t)):xe(t,e)}function Ts(t){return N(t)&&at(t.trim(),"<")}const Kt=typeof window<"u",K=Kt&&k(document.documentElement,"dir")==="rtl",Dt=Kt&&"ontouchstart"in window,Jt=Kt&&window.PointerEvent,ct=Jt?"pointerdown":Dt?"touchstart":"mousedown",Zt=Jt?"pointermove":Dt?"touchmove":"mousemove",pt=Jt?"pointerup":Dt?"touchend":"mouseup",Bt=Jt?"pointerenter":Dt?"":"mouseenter",Qt=Jt?"pointerleave":Dt?"":"mouseleave",Ut=Jt?"pointercancel":"touchcancel",z={reads:[],writes:[],read(t){return this.reads.push(t),Hi(),t},write(t){return this.writes.push(t),Hi(),t},clear(t){Is(this.reads,t),Is(this.writes,t)},flush:Oi};function Oi(t){Cs(z.reads),Cs(z.writes.splice(0)),z.scheduled=!1,(z.reads.length||z.writes.length)&&Hi(t+1)}const br=4;function Hi(t){z.scheduled||(z.scheduled=!0,t&&t<br?Promise.resolve().then(()=>Oi(t)):requestAnimationFrame(()=>Oi(1)))}function Cs(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function Is(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Fi(){}Fi.prototype={positions:[],init(){this.positions=[];let t;this.unbind=I(document,"mousemove",e=>t=Gt(e)),this.interval=setInterval(()=>{!t||(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){this.unbind&&this.unbind(),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:s,top:n,bottom:r}=e,[o]=this.positions,a=fe(this.positions),l=[o,a];return je(a,e)?!1:[[{x:i,y:n},{x:s,y:r}],[{x:i,y:r},{x:s,y:n}]].some(u=>{const d=xr(l,u);return d&&je(d,e)})}};function xr(t,e){let[{x:i,y:s},{x:n,y:r}]=t,[{x:o,y:a},{x:l,y:c}]=e;const u=(c-a)*(n-i)-(l-o)*(r-s);if(u===0)return!1;const d=((l-o)*(s-a)-(c-a)*(i-o))/u;return d<0?!1:{x:i+d*(n-i),y:s+d*(r-s)}}const Li=window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype;function Ue(t,e,i,s){if(s===void 0&&(s=!0),!Li)return;const n=new IntersectionObserver((r,o)=>{(!s||r.some(a=>a.isIntersecting))&&e(r,o)},i);for(const r of y(t))n.observe(r);return n}const yr=window.ResizeObserver;function Wi(t,e,i){if(i===void 0&&(i={box:"border-box"}),!yr)return;const s=new ResizeObserver((n,r)=>{e(n,r)});for(const n of y(t))s.observe(n,i);return s}const J={};J.events=J.created=J.beforeConnect=J.connected=J.beforeDisconnect=J.disconnected=J.destroy=Ri,J.args=function(t,e){return e!==!1&&Ri(e||t)},J.update=function(t,e){return Re(Ri(t,dt(e)?{read:e}:e),"order")},J.props=function(t,e){if(it(e)){const i={};for(const s of e)i[s]=String;e=i}return J.methods(t,e)},J.computed=J.methods=function(t,e){return e?t?{...t,...e}:e:t},J.data=function(t,e,i){return i?Ps(t,e,i):e?t?function(s){return Ps(t,e,s)}:e:t};function Ps(t,e,i){return J.computed(dt(t)?t.call(i,i):t,dt(e)?e.call(i,i):e)}function Ri(t,e){return t=t&&!it(t)?[t]:t,e?t?t.concat(e):it(e)?e:[e]:t}function $r(t,e){return V(e)?t:e}function te(t,e,i){const s={};if(dt(e)&&(e=e.options),e.extends&&(t=te(t,e.extends,i)),e.mixins)for(const r of e.mixins)t=te(t,r,i);for(const r in t)n(r);for(const r in e)At(t,r)||n(r);function n(r){s[r]=(J[r]||$r)(t[r],e[r],i)}return s}function Pe(t,e){e===void 0&&(e=[]);try{return t?at(t,"{")?JSON.parse(t):e.length&&!p(t,":")?{[e[0]]:t}:t.split(";").reduce((i,s)=>{const[n,r]=s.split(/:(.*)/);return n&&!V(r)&&(i[n.trim()]=r.trim()),i},{}):{}}catch{return{}}}function As(t){if(ei(t)&&ji(t,{func:"playVideo",method:"play"}),ti(t))try{t.play().catch(P)}catch{}}function Es(t){ei(t)&&ji(t,{func:"pauseVideo",method:"pause"}),ti(t)&&t.pause()}function _s(t){ei(t)&&ji(t,{func:"mute",method:"setVolume",value:0}),ti(t)&&(t.muted=!0)}function Ns(t){return ti(t)||ei(t)}function ti(t){return gt(t,"video")}function ei(t){return gt(t,"iframe")&&(Ms(t)||zs(t))}function Ms(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function zs(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function ji(t,e){await Sr(t),Ds(t,e)}function Ds(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const qi="_ukPlayer";let kr=0;function Sr(t){if(t[qi])return t[qi];const e=Ms(t),i=zs(t),s=++kr;let n;return t[qi]=new Promise(r=>{e&&L(t,"load",()=>{const o=()=>Ds(t,{event:"listening",id:s});n=setInterval(o,100),o()}),L(window,"message",r,!1,o=>{let{data:a}=o;try{return a=JSON.parse(a),a&&(e&&a.id===s&&a.event==="onReady"||i&&Number(a.player_id)===s)}catch{}}),t.src=""+t.src+(p(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+s)}).then(()=>clearInterval(n))}function ee(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=0),O(t)?Si(...Ht(t).map(s=>{const{top:n,left:r,bottom:o,right:a}=E(ie(s));return{top:n-e,left:r-i,bottom:o+e,right:a+i}}).concat(E(t))):!1}function Ot(t,e){if(ce(t)||ue(t)?t=se(t):t=q(t),V(e))return t.scrollTop;t.scrollTop=e}function Vi(t,e){let{offset:i=0}=e===void 0?{}:e;const s=O(t)?Ht(t):[];return s.reduce((a,l,c)=>{const{scrollTop:u,scrollHeight:d,offsetHeight:f}=l,b=d-Ae(l),{height:x,top:T}=E(s[c-1]||t);let D=Math.ceil(T-E(ie(l)).top-i+u);return i>0&&f<x+i?D+=i:i=0,D>b?(i-=D-b,D=b):D<0&&(i-=D,D=0),()=>n(l,D-u).then(a)},()=>Promise.resolve())();function n(a,l){return new Promise(c=>{const u=a.scrollTop,d=r(Math.abs(l)),f=Date.now();(function b(){const x=o(st((Date.now()-f)/d));Ot(a,u+l*x),x===1?c():requestAnimationFrame(b)})()})}function r(a){return 40*Math.pow(a,.375)}function o(a){return .5*(1-Math.cos(Math.PI*a))}}function Yi(t,e,i){if(e===void 0&&(e=0),i===void 0&&(i=0),!O(t))return 0;const[s]=Ht(t,/auto|scroll/,!0),{scrollHeight:n,scrollTop:r}=s,o=Ae(s),a=n-o,l=Se(t)[0]-Se(s)[0],c=Math.max(0,l-o+e),u=Math.min(a,l+t.offsetHeight-i);return st((r-c)/(u-c))}function Ht(t,e,i){e===void 0&&(e=/auto|scroll|hidden/),i===void 0&&(i=!1);const s=se(t);let n=we(t).reverse();n=n.slice(n.indexOf(s)+1);const r=vt(n,o=>h(o,"position")==="fixed");return~r&&(n=n.slice(r)),[s].concat(n.filter(o=>e.test(h(o,"overflow"))&&(!i||o.scrollHeight>Ae(o)))).reverse()}function ie(t){return t===se(t)?window:t}function Ae(t){return(t===se(t)?document.documentElement:t).clientHeight}function se(t){const{document:e}=Nt(t);return e.scrollingElement||e.documentElement}const Ee={width:["x","left","right"],height:["y","top","bottom"]};function Bs(t,e,i,s,n,r,o,a){i=Hs(i),s=Hs(s);const l={element:i,target:s};if(!t||!e)return l;const c=E(t),u=E(e),d=u;if(Os(d,i,c,-1),Os(d,s,u,1),n=Fs(n,c.width,c.height),r=Fs(r,u.width,u.height),n.x+=r.x,n.y+=r.y,d.left+=n.x,d.top+=n.y,o){let f=Ht(t).map(ie);a&&!p(f,a)&&f.unshift(a),f=f.map(b=>E(b)),tt(Ee,(b,x)=>{let[T,D,X]=b;!(o===!0||p(o,T))||f.some(ot=>{const os=i[T]===D?-c[x]:i[T]===X?c[x]:0,sl=s[T]===D?u[x]:s[T]===X?-u[x]:0;if(d[D]<ot[D]||d[D]+c[x]>ot[X]){const Fe=c[x]/2,wi=s[T]==="center"?-u[x]/2:0;return i[T]==="center"&&(as(Fe,wi)||as(-Fe,-wi))||as(os,sl)}function as(Fe,wi){const ls=m((d[D]+Fe+wi-n[T]*2).toFixed(4));if(ls>=ot[D]&&ls+c[x]<=ot[X]){d[D]=ls;for(const Vn of["element","target"])Fe&&(l[Vn][T]=l[Vn][T]===Ee[x][1]?Ee[x][2]:Ee[x][1]);return!0}}})})}return E(t,d),l}function Os(t,e,i,s){tt(Ee,(n,r)=>{let[o,a,l]=n;e[o]===l?t[a]+=i[r]*s:e[o]==="center"&&(t[a]+=i[r]*s/2)})}function Hs(t){const e=/left|center|right/,i=/top|center|bottom/;return t=(t||"").split(" "),t.length===1&&(t=e.test(t[0])?t.concat("center"):i.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:i.test(t[1])?t[1]:"center"}}function Fs(t,e,i){const[s,n]=(t||"").split(" ");return{x:s?m(s)*($t(s,"%")?e/100:1):0,y:n?m(n)*($t(n,"%")?i/100:1):0}}var Tr=Object.freeze({__proto__:null,ajax:ms,getImage:vs,transition:xs,Transition:C,animate:zi,Animation:ft,attr:k,hasAttr:Mt,removeAttr:pe,data:Z,addClass:w,removeClass:A,removeClasses:Xe,replaceClass:Ni,hasClass:S,toggleClass:j,dimensions:$,offset:E,position:Ke,offsetPosition:Se,height:W,width:Te,boxModelAdjust:Xt,flipPosition:Ce,toPx:rt,ready:pr,isTag:gt,empty:$s,html:It,replaceChildren:Di,prepend:mr,append:Y,before:Bi,after:Je,remove:ht,wrapAll:Ze,wrapInner:ks,unwrap:Qe,fragment:zt,apply:xt,$:v,$$:M,inBrowser:Kt,isRtl:K,hasTouch:Dt,pointerDown:ct,pointerMove:Zt,pointerUp:pt,pointerEnter:Bt,pointerLeave:Qt,pointerCancel:Ut,on:I,off:Yt,once:L,trigger:g,createEvent:$e,toEventTargets:Ai,isTouch:bt,getEventPos:Gt,fastdom:z,isVoidElement:Ti,isVisible:O,selInput:me,isInput:Ci,selFocusable:Ve,isFocusable:Ye,parent:_,filter:ve,matches:H,closest:nt,within:F,parents:we,children:B,index:Vt,hasOwn:At,hyphenate:Et,camelize:Wt,ucfirst:he,startsWith:at,endsWith:$t,includes:p,findIndex:vt,isArray:it,toArray:cs,assign:wt,isFunction:dt,isObject:kt,isPlainObject:St,isWindow:ce,isDocument:ue,isNode:bi,isElement:_t,isBoolean:Le,isString:N,isNumber:Rt,isNumeric:jt,isEmpty:de,isUndefined:V,toBoolean:yi,toNumber:Tt,toFloat:m,toNode:q,toNodes:y,toWindow:Nt,toMs:$i,isEqual:We,swap:ki,last:fe,each:tt,sortBy:Re,uniqueBy:us,clamp:st,noop:P,intersectRect:Si,pointInRect:je,Dimensions:ge,getIndex:qt,memoize:lt,Deferred:qe,MouseTracker:Fi,hasIntersectionObserver:Li,observeIntersection:Ue,observeResize:Wi,mergeOptions:te,parseOptions:Pe,play:As,pause:Es,mute:_s,isVideo:Ns,positionAt:Bs,query:ut,queryAll:be,find:Ii,findAll:xe,escape:ye,css:h,getCssVar:_i,propName:Ge,isInView:ee,scrollTop:Ot,scrollIntoView:Vi,scrolledOver:Yi,scrollParents:Ht,getViewport:ie,getViewportClientHeight:Ae,getScrollingElement:se});function Cr(t){const e=t.data;t.use=function(n){if(!n.installed)return n.call(null,this),n.installed=!0,this},t.mixin=function(n,r){r=(N(r)?t.component(r):r)||this,r.options=te(r.options,n)},t.extend=function(n){n=n||{};const r=this,o=function(l){this._init(l)};return o.prototype=Object.create(r.prototype),o.prototype.constructor=o,o.options=te(r.options,n),o.super=r,o.extend=r.extend,o},t.update=function(n,r){n=n?q(n):document.body;for(const o of we(n).reverse())s(o[e],r);xt(n,o=>s(o[e],r))};let i;Object.defineProperty(t,"container",{get(){return i||document.body},set(n){i=v(n)}});function s(n,r){if(!!n)for(const o in n)n[o]._connected&&n[o]._callUpdate(r)}}function Ir(t){t.prototype._callHook=function(s){var n;(n=this.$options[s])==null||n.forEach(r=>r.call(this))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObservers(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){!this._connected||(this._callHook("beforeDisconnect"),this._disconnectObservers(),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1,delete this._watch)},t.prototype._callUpdate=function(s){s===void 0&&(s="update"),!!this._connected&&((s==="update"||s==="resize")&&this._callWatches(),!!this.$options.update&&(this._updates||(this._updates=new Set,z.read(()=>{this._connected&&e.call(this,this._updates),delete this._updates})),this._updates.add(s.type||s)))},t.prototype._callWatches=function(){if(this._watch)return;const s=!At(this,"_watch");this._watch=z.read(()=>{this._connected&&i.call(this,s),this._watch=null})};function e(s){for(const{read:n,write:r,events:o=[]}of this.$options.update){if(!s.has("update")&&!o.some(l=>s.has(l)))continue;let a;n&&(a=n.call(this,this._data,s),a&&St(a)&&wt(this._data,a)),r&&a!==!1&&z.write(()=>r.call(this,this._data,s))}}function i(s){const{$options:{computed:n}}=this,r={...this._computeds};this._computeds={};for(const o in n){const{watch:a,immediate:l}=n[o];a&&(s&&l||At(r,o)&&!We(r[o],this[o]))&&a.call(this,this[o],r[o])}}}function Pr(t){let e=0;t.prototype._init=function(i){i=i||{},i.data=Nr(i,this.constructor.options),this.$options=te(this.constructor.options,i,this),this.$el=null,this.$props={},this._uid=e++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),i.el&&this.$mount(i.el)},t.prototype._initData=function(){const{data:i={}}=this.$options;for(const s in i)this.$props[s]=this[s]=i[s]},t.prototype._initMethods=function(){const{methods:i}=this.$options;if(i)for(const s in i)this[s]=i[s].bind(this)},t.prototype._initComputeds=function(){const{computed:i}=this.$options;if(this._computeds={},i)for(const s in i)Ar(this,s,i[s])},t.prototype._initProps=function(i){let s;i=i||Ls(this.$options,this.$name);for(s in i)V(i[s])||(this.$props[s]=i[s]);const n=[this.$options.computed,this.$options.methods];for(s in this.$props)s in i&&Er(n,s)&&(this[s]=this.$props[s])},t.prototype._initEvents=function(){this._events=[];for(const i of this.$options.events||[])if(At(i,"handler"))ii(this,i);else for(const s in i)ii(this,i[s],s);for(const{events:i=[]}of this.$options.update||[])if(p(i,"scroll")){Dr(this._uid,()=>this.$emit("scroll"));break}},t.prototype._unbindEvents=function(){this._events.forEach(i=>i()),delete this._events,Br(this._uid)},t.prototype._initObservers=function(){this._observers=[Mr(this),zr(this)]},t.prototype.registerObserver=function(i){this._observers.push(i)},t.prototype._disconnectObservers=function(){this._observers.forEach(i=>i==null?void 0:i.disconnect())}}function Ls(t,e){const i={},{args:s=[],props:n={},el:r}=t;if(!n)return i;for(const a in n){const l=Et(a);let c=Z(r,l);V(c)||(c=n[a]===Boolean&&c===""?!0:Gi(n[a],c),!(l==="target"&&(!c||at(c,"_")))&&(i[a]=c))}const o=Pe(Z(r,e),s);for(const a in o){const l=Wt(a);n[l]!==void 0&&(i[l]=Gi(n[l],o[a]))}return i}function Ar(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computeds:s,$props:n,$el:r}=t;return At(s,e)||(s[e]=(i.get||i).call(t,n,r)),s[e]},set(s){const{_computeds:n}=t;n[e]=i.set?i.set.call(t,s):s,V(n[e])&&delete n[e]}})}function ii(t,e,i){St(e)||(e={name:i,handler:e});let{name:s,el:n,handler:r,capture:o,passive:a,delegate:l,filter:c,self:u}=e;if(n=dt(n)?n.call(t):n||t.$el,it(n)){n.forEach(d=>ii(t,{...e,el:d},i));return}!n||c&&!c.call(t)||t._events.push(I(n,s,l?N(l)?l:l.call(t):null,N(r)?t[r]:r.bind(t),{passive:a,capture:o,self:u}))}function Er(t,e){return t.every(i=>!i||!At(i,e))}function Gi(t,e){return t===Boolean?yi(e):t===Number?Tt(e):t==="list"?_r(e):t?t(e):e}function _r(t){return it(t)?t:N(t)?t.split(/,(?![^(]*\))/).map(e=>jt(e)?Tt(e):yi(e.trim())):[t]}function Nr(t,e){let{data:i={}}=t,{args:s=[],props:n={}}=e;it(i)&&(i=i.slice(0,s.length).reduce((r,o,a)=>(St(o)?wt(r,o):r[s[a]]=o,r),{}));for(const r in i)V(i[r])?delete i[r]:n[r]&&(i[r]=Gi(n[r],i[r]));return i}function Mr(t){const{el:e}=t.$options,i=new MutationObserver(()=>t.$emit());return i.observe(e,{childList:!0,subtree:!0}),i}function zr(t){const{$name:e,$options:i,$props:s}=t,{attrs:n,props:r,el:o}=i;if(!r||n===!1)return;const a=it(n)?n:Object.keys(r),l=a.map(u=>Et(u)).concat(e),c=new MutationObserver(u=>{const d=Ls(i,e);u.some(f=>{let{attributeName:b}=f;const x=b.replace("data-","");return(x===e?a:[Wt(x),Wt(b)]).some(T=>!V(d[T])&&d[T]!==s[T])})&&t.$reset()});return c.observe(o,{attributes:!0,attributeFilter:l.concat(l.map(u=>"data-"+u))}),c}const si=new Map;let _e;function Dr(t,e){_e=_e||I(window,"scroll",()=>si.forEach(i=>i()),{passive:!0,capture:!0}),si.set(t,e)}function Br(t){si.delete(t),_e&&!si.size&&(_e(),_e=null)}function Or(t){const e=t.data;t.prototype.$create=function(s,n,r){return t[s](n,r)},t.prototype.$mount=function(s){const{name:n}=this.$options;s[e]||(s[e]={}),!s[e][n]&&(s[e][n]=this,this.$el=this.$options.el=this.$options.el||s,F(s,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(s){s===void 0&&(s=!1);const{el:n,name:r}=this.$options;n&&this._callDisconnected(),this._callHook("destroy"),!!(n!=null&&n[e])&&(delete n[e][r],de(n[e])||delete n[e],s&&ht(this.$el))},t.prototype.$emit=function(s){this._callUpdate(s)},t.prototype.$update=function(s,n){s===void 0&&(s=this.$el),t.update(s,n)},t.prototype.$getComponent=t.getComponent;const i=lt(s=>t.prefix+Et(s));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}function Hr(t){const e=t.data,i={};t.component=function(s,n){const r=Et(s);if(s=Wt(r),!n)return St(i[s])&&(i[s]=t.extend(i[s])),i[s];t[s]=function(a,l){const c=t.component(s);return c.options.functional?new c({data:St(a)?a:[...arguments]}):a?M(a).map(u)[0]:u();function u(d){const f=t.getComponent(d,s);if(f)if(l)f.$destroy();else return f;return new c({el:d,data:l})}};const o=St(n)?{...n}:n.options;return o.name=s,o.install==null||o.install(t,o,s),t._initialized&&!o.functional&&z.read(()=>t[s]("[uk-"+r+"],[data-uk-"+r+"]")),i[s]=St(n)?o:n},t.getComponents=s=>(s==null?void 0:s[e])||{},t.getComponent=(s,n)=>t.getComponents(s)[n],t.connect=s=>{if(s[e])for(const n in s[e])s[e][n]._callConnected();for(const n of s.attributes){const r=Ws(n.name);r&&r in i&&t[r](s)}},t.disconnect=s=>{for(const n in s[e])s[e][n]._callDisconnected()}}const Ws=lt(t=>at(t,"uk-")||at(t,"data-uk-")?Wt(t.replace("data-uk-","").replace("uk-","")):!1),Q=function(t){this._init(t)};Q.util=Tr,Q.data="__uikit__",Q.prefix="uk-",Q.options={},Q.version="3.11.2-dev.06fe7f1d0",Cr(Q),Ir(Q),Pr(Q),Hr(Q),Or(Q);function Fr(t){if(!Kt)return;let e;const i=()=>{e||(e=!0,z.read(()=>e=!1),t.update(null,"resize"))};I(window,"load resize",i),I(document,"loadedmetadata load",i,!0),Wi(document.documentElement,i);let s=0;I(document,"animationstart",n=>{let{target:r}=n;(h(r,"animationName")||"").match(/^uk-.*(left|right)/)&&(s++,h(document.documentElement,"overflowX","hidden"),setTimeout(()=>{--s||h(document.documentElement,"overflowX","")},$i(h(r,"animationDuration"))+100))},!0)}function Lr(t){const{connect:e,disconnect:i}=t;if(!Kt||!window.MutationObserver)return;z.read(function(){document.body&&xt(document.body,e),new MutationObserver(r=>r.forEach(s)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(r=>r.forEach(n)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0});function s(r){let{addedNodes:o,removedNodes:a}=r;for(const l of o)xt(l,e);for(const l of a)xt(l,i)}function n(r){var o;let{target:a,attributeName:l}=r;const c=Ws(l);if(!(!c||!(c in t))){if(Mt(a,l)){t[c](a);return}(o=t.getComponent(a,c))==null||o.$destroy()}}}var U={connected(){!S(this.$el,this.$name)&&w(this.$el,this.$name)}},Ne={methods:{lazyload(t,e){t===void 0&&(t=this.$el),e===void 0&&(e=this.$el),this.registerObserver(Ue(t,(i,s)=>{for(const n of y(dt(e)?e():e))M('[loading="lazy"]',n).forEach(r=>pe(r,"loading"));for(const n of i.filter(r=>{let{isIntersecting:o}=r;return o}).map(r=>{let{target:o}=r;return o}))s.unobserve(n)}))}}},yt={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation(t){let{animation:e}=t;return!!e[0]},hasTransition(t){let{animation:e}=t;return this.hasAnimation&&e[0]===!0}},methods:{toggleElement(t,e,i){return new Promise(s=>Promise.all(y(t).map(n=>{const r=Le(e)?e:!this.isToggled(n);if(!g(n,"before"+(r?"show":"hide"),[this]))return Promise.reject();const o=(dt(i)?i:i===!1||!this.hasAnimation?this._toggle:this.hasTransition?Rs(this):Wr(this))(n,r),a=r?this.clsEnter:this.clsLeave;w(n,a),g(n,r?"show":"hide",[this]);const l=()=>{A(n,a),g(n,r?"shown":"hidden",[this]),this.$update(n)};return o?o.then(l,()=>(A(n,a),Promise.reject())):l()})).then(s,P))},isToggled(t){return t===void 0&&(t=this.$el),[t]=y(t),S(t,this.clsEnter)?!0:S(t,this.clsLeave)?!1:this.cls?S(t,this.cls.split(" ")[0]):O(t)},_toggle(t,e){if(!t)return;e=Boolean(e);let i;this.cls?(i=p(this.cls," ")||e!==S(t,this.cls),i&&j(t,this.cls,p(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),M("[autofocus]",t).some(s=>O(s)?s.focus()||!0:s.blur()),i&&(g(t,"toggled",[e,this]),this.$update(t))}}};function Rs(t){let{isToggled:e,duration:i,initProps:s,hideProps:n,transition:r,_toggle:o}=t;return(a,l)=>{const c=C.inProgress(a),u=a.hasChildNodes?m(h(a.firstElementChild,"marginTop"))+m(h(a.lastElementChild,"marginBottom")):0,d=O(a)?W(a)+(c?0:u):0;C.cancel(a),e(a)||o(a,!0),W(a,""),z.flush();const f=W(a)+(c?0:u);return W(a,d),(l?C.start(a,{...s,overflow:"hidden",height:f},Math.round(i*(1-d/f)),r):C.start(a,n,Math.round(i*(d/f)),r).then(()=>o(a,!1))).then(()=>h(a,s))}}function Wr(t){return(e,i)=>{ft.cancel(e);const{animation:s,duration:n,_toggle:r}=t;return i?(r(e,!0),ft.in(e,s[0],n,t.origin)):ft.out(e,s[1]||s[0],n,t.origin).then(()=>r(e,!1))}}var js={mixins:[U,Ne,yt],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return M(i,e)},watch(t,e){if(t.forEach(s=>ni(v(this.content,s),!S(s,this.clsOpen))),e||S(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},immediate:!0},toggles(t){let{toggle:e}=t;return this.items.map(i=>v(e,i))}},connected(){this.lazyload()},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(Vt(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[qt(t,this.items)]];const s=ve(this.items,"."+this.clsOpen);if(!this.multiple&&!p(s,i[0])&&(i=i.concat(s)),!(!this.collapsible&&s.length<2&&!ve(i,":not(."+this.clsOpen+")").length))for(const n of i)this.toggleElement(n,!S(n,this.clsOpen),async(r,o)=>{j(r,this.clsOpen,o),k(v(this.$props.toggle,r),"aria-expanded",o);const a=v((r._wrapper?"> * ":"")+this.content,r);if(e===!1||!this.hasTransition){ni(a,!o);return}if(r._wrapper||(r._wrapper=Ze(a,"<div"+(o?" hidden":"")+">")),ni(a,!1),await Rs(this)(r._wrapper,o),ni(a,!o),delete r._wrapper,Qe(a),o){const l=v(this.$props.toggle,r);ee(l)||Vi(l,{offset:this.offset})}})}}};function ni(t,e){t&&(t.hidden=e)}var Rr={mixins:[U,yt],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...yt.data.hideProps}},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}}],methods:{async close(){await this.toggleElement(this.$el),this.$destroy(!0)}}},qs={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView(t){let{autoplay:e}=t;return e==="inview"}},connected(){this.inView&&!Mt(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&_s(this.$el),this.registerObserver(Ue(this.$el,()=>this.$emit("resize")))},update:{read(){return Ns(this.$el)?{visible:O(this.$el)&&h(this.$el,"visibility")!=="hidden",inView:this.inView&&ee(this.$el)}:!1},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?Es(this.$el):(this.autoplay===!0||this.inView&&i)&&As(this.$el)},events:["resize","scroll"]}},jr={mixins:[qs],props:{width:Number,height:Number},data:{automute:!0},connected(){this.registerObserver(Wi(this.$el,()=>this.$emit("resize")))},update:{read(){const t=this.$el,{offsetHeight:e,offsetWidth:i}=qr(t)||_(t),s=ge.cover({width:this.width||t.naturalWidth||t.videoWidth||t.clientWidth,height:this.height||t.naturalHeight||t.videoHeight||t.clientHeight},{width:i+(i%2?1:0),height:e+(e%2?1:0)});return!s.width||!s.height?!1:s},write(t){let{height:e,width:i}=t;h(this.$el,{height:e,width:i})},events:["resize"]}};function qr(t){for(;t=_(t);)if(h(t,"position")!=="static")return t}var ne={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return e===!0&&this.$container||e&&v(e)}}},Vs={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(K?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos(t){let{pos:e}=t;return e.split("-").concat("center").slice(0,2)},dir(){return this.pos[0]},align(){return this.pos[1]}},methods:{positionAt(t,e,i){Xe(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?");let{offset:s}=this;const n=this.getAxis();if(!jt(s)){const a=v(s);s=a?E(a)[n==="x"?"left":"top"]-E(e)[n==="x"?"right":"bottom"]:0}const{x:r,y:o}=Bs(t,e,n==="x"?Ce(this.dir)+" "+this.align:this.align+" "+Ce(this.dir),n==="x"?this.dir+" "+this.align:this.align+" "+this.dir,n==="x"?""+(this.dir==="left"?-s:s):" "+(this.dir==="top"?-s:s),null,this.flip,i).target;this.dir=n==="x"?r:o,this.align=n==="x"?o:r,j(t,this.clsPos+"-"+this.dir+"-"+this.align,this.offset===!1)},getAxis(){return this.dir==="top"||this.dir==="bottom"?"y":"x"}}};let G;var Ys={mixins:[ne,Ne,Vs,yt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},computed:{boundary(t,e){let{boundary:i}=t;return i===!0?window:ut(i,e)},clsDrop(t){let{clsDrop:e}=t;return e||"uk-"+this.$options.name},clsPos(){return this.clsDrop}},created(){this.tracker=new Fi},connected(){w(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",ut(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,k(this.target,"aria-haspopup",!0),this.lazyload(this.target))},disconnected(){this.isActive()&&(G=null)},events:[{name:"click",delegate(){return"."+this.clsDrop+"-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{defaultPrevented:e,current:{hash:i}}=t;!e&&i&&!F(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.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),H(this.$el,":focus,:hover")||this.hide()}},{name:Bt+" focusin",filter(){return p(this.mode,"hover")},handler(t){bt(t)||this.clearTimers()}},{name:Qt+" focusout",filter(){return p(this.mode,"hover")},handler(t){!bt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){!e||(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){G=this,this.tracker.init(),L(this.$el,"hide",I(document,ct,t=>{let{target:e}=t;return!F(e,this.$el)&&L(document,pt+" "+Ut+" scroll",i=>{let{defaultPrevented:s,type:n,target:r}=i;!s&&n===pt&&e===r&&!(this.target&&F(e,this.target))&&this.hide(!1)},!0)}),{self:!0}),L(this.$el,"hide",I(document,"keydown",t=>{t.keyCode===27&&this.hide(!1)}),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;if(this.$el!==e){G=G===null&&F(e,this.$el)&&this.isToggled()?this:G;return}G=this.isActive()?null:G,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!S(this.$el,this.clsEnter)&&this.position()},events:["resize"]},methods:{show(t,e){if(t===void 0&&(t=this.target),e===void 0&&(e=!0),this.isToggled()&&t&&this.target&&t!==this.target&&this.hide(!1),this.target=t,this.clearTimers(),!this.isActive()){if(G){if(e&&G.isDelaying){this.showTimer=setTimeout(()=>H(t,":hover")&&this.show(),10);return}let i;for(;G&&i!==G&&!F(this.$el,G.$el);)i=G,G.hide(!1)}this.container&&_(this.$el)!==this.container&&Y(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t){t===void 0&&(t=!0);const e=()=>this.toggleElement(this.$el,!1,!1);this.clearTimers(),this.isDelaying=Vr(this.$el).some(i=>this.tracker.movesTo(i)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(e,this.delayHide):e()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return G===this},position(){A(this.$el,this.clsDrop+"-stack"),j(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const t=E(this.boundary),e=this.boundaryAlign?t:E(this.target);if(this.align==="justify"){const i=this.getAxis()==="y"?"width":"height";h(this.$el,i,e[i])}else this.boundary&&this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&w(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.target,this.boundary)}}};function Vr(t){const e=[];return xt(t,i=>h(i,"position")!=="static"&&e.push(i)),e}var Yr={mixins:[U],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return v(me,e)},state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(i===!0&&_(this.input)===e&&this.input.nextElementSibling||ut(i,e))}},update(){const{target:t,input:e}=this;if(!t)return;let i;const s=Ci(t)?"value":"textContent",n=t[s],r=e.files&&e.files[0]?e.files[0].name:H(e,"select")&&(i=M("option",e).filter(o=>o.selected)[0])?i.textContent:e.value;n!==r&&(t[s]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return nt(this.$el,"form")},handler(){this.$emit()}}]},Gr={update:{read(t){const e=ee(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write(){this.$el.src=""+this.$el.src},events:["scroll","resize"]}},Gs={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},update:{read(){const t=Xi(this.$el.children);return{rows:t,columns:Xr(t)}},write(t){let{columns:e,rows:i}=t;for(const s of i)for(const n of s)j(n,this.margin,i[0]!==s),j(n,this.firstColumn,!!~e[0].indexOf(n))},events:["resize"]}};function Xi(t){return Xs(t,"top","bottom")}function Xr(t){const e=[];for(const i of t){const s=Xs(i,"left","right");for(let n=0;n<s.length;n++)e[n]=e[n]?e[n].concat(s[n]):s[n]}return K?e.reverse():e}function Xs(t,e,i){const s=[[]];for(const n of t){if(!O(n))continue;let r=ri(n);for(let o=s.length-1;o>=0;o--){const a=s[o];if(!a[0]){a.push(n);break}let l;if(a[0].offsetParent===n.offsetParent?l=ri(a[0]):(r=ri(n,!0),l=ri(a[0],!0)),r[e]>=l[i]-1&&r[e]!==l[e]){s.push([n]);break}if(r[i]-1>l[e]||r[e]===l[e]){a.push(n);break}if(o===0){s.unshift([n]);break}}}return s}function ri(t,e){e===void 0&&(e=!1);let{offsetTop:i,offsetLeft:s,offsetHeight:n,offsetWidth:r}=t;return e&&([i,s]=Se(t)),{top:i,left:s,bottom:i+n,right:s+r}}var Kr={extends:Gs,mixins:[U],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&w(this.$el,"uk-flex-top uk-flex-wrap-top")},update:[{write(t){let{columns:e}=t;j(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||Ks(this.$el))return t.translates=!1,!1;let s=!1;const n=B(this.$el),r=Qr(e),o=Zr(n,this.margin)*(i.length-1),a=Math.max(...r)+o;this.masonry&&(e=e.map(c=>Re(c,"offsetTop")),s=Jr(i,e));let l=Math.abs(this.parallax);return l&&(l=r.reduce((c,u,d)=>Math.max(c,u+o+(d%2?l:l/8)-a),0)),{padding:l,columns:e,translates:s,height:s?a:""}},write(t){let{height:e,padding:i}=t;h(this.$el,"paddingBottom",i||""),e!==!1&&h(this.$el,"height",e)},events:["resize"]},{read(){return Ks(this.$el)?!1:{scrolled:this.parallax?Yi(this.$el)*Math.abs(this.parallax):!1}},write(t){let{columns:e,scrolled:i,translates:s}=t;i===!1&&!s||e.forEach((n,r)=>n.forEach((o,a)=>h(o,"transform",!i&&!s?"":"translateY("+((s&&-s[r][a])+(i?r%2?i:i/8:0))+"px)")))},events:["scroll","resize"]}]};function Ks(t){return B(t).some(e=>h(e,"position")==="absolute")}function Jr(t,e){const i=t.map(s=>Math.max(...s.map(n=>n.offsetHeight)));return e.map(s=>{let n=0;return s.map((r,o)=>n+=o?i[o-1]-s[o-1].offsetHeight:0)})}function Zr(t,e){const[i]=t.filter(s=>S(s,e));return m(i?h(i,"marginTop"):h(t[0],"paddingLeft"))}function Qr(t){return t.map(e=>e.reduce((i,s)=>i+s.offsetHeight,0))}var Ur={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements(t,e){let{target:i}=t;return M(i,e)}},update:{read(){return{rows:(this.row?Xi(this.elements):[this.elements]).map(to)}},write(t){let{rows:e}=t;for(const{heights:i,elements:s}of e)s.forEach((n,r)=>h(n,"minHeight",i[r]))},events:["resize"]}};function to(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Js),i=Math.max(...e);const s=t.some(r=>r.style.minHeight),n=t.some((r,o)=>!r.style.minHeight&&e[o]<i);return s&&n&&(h(t,"minHeight",""),e=t.map(Js),i=Math.max(...e)),e=t.map((r,o)=>e[o]===i&&m(r.style.minHeight).toFixed(2)!==i.toFixed(2)?"":i),{heights:e,elements:t}}function Js(t){let e=!1;O(t)||(e=t.style.display,h(t,"display","block","important"));const i=$(t).height-Xt(t,"height","content-box");return e!==!1&&h(t,"display",e),i}var eo={mixins:[U],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read(t){let{minHeight:e}=t;if(!O(this.$el))return!1;let i="";const s=Xt(this.$el,"height","content-box");if(this.expand)i=W(window)-($(document.documentElement).height-$(this.$el).height)-s||"";else{if(i="calc(100vh",this.offsetTop){const{top:n}=E(this.$el);i+=n>0&&n<W(window)/2?" - "+n+"px":""}this.offsetBottom===!0?i+=" - "+$(this.$el.nextElementSibling).height+"px":jt(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&$t(this.offsetBottom,"px")?i+=" - "+m(this.offsetBottom)+"px":N(this.offsetBottom)&&(i+=" - "+$(ut(this.offsetBottom,this.$el)).height+"px"),i+=(s?" - "+s+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e,prev:i}=t;h(this.$el,{minHeight:e}),e!==i&&g(this.$el,"resize"),this.minHeight&&m(h(this.$el,"minHeight"))<this.minHeight&&h(this.$el,"minHeight",this.minHeight)},events:["resize"]}},Zs={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,focusable:Boolean,attributes:"list"},data:{ratio:1,include:["style","class","focusable"],class:"",strokeAnimation:!1},beforeConnect(){this.class+=" uk-svg"},connected(){!this.icon&&p(this.src,"#")&&([this.src,this.icon]=this.src.split("#")),this.svg=this.getSvg().then(t=>{if(this._connected){const e=oo(t,this.$el);return this.svgEl&&e!==this.svgEl&&ht(this.svgEl),this.applyAttributes(e,t),this.$emit(),this.svgEl=e}},P)},disconnected(){this.svg.then(t=>{this._connected||(Ti(this.$el)&&(this.$el.hidden=!1),ht(t),this.svgEl=null)}),this.svg=null},update:{read(){return!!(this.strokeAnimation&&this.svgEl&&O(this.svgEl))},write(){ro(this.svgEl)},type:["resize"]},methods:{async getSvg(){return gt(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>L(this.$el,"load",()=>t(this.getSvg()))):so(await io(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const r in this.$options.props)p(this.include,r)&&r in this&&k(t,r,this[r]);for(const r in this.attributes){const[o,a]=this.attributes[r].split(":",2);k(t,o,a)}this.id||pe(t,"id");const i=["width","height"];let s=i.map(r=>this[r]);s.some(r=>r)||(s=i.map(r=>k(e,r)));const n=k(e,"viewBox");n&&!s.some(r=>r)&&(s=n.split(" ").slice(2)),s.forEach((r,o)=>k(t,i[o],m(r)*this.ratio||null))}}};const io=lt(async t=>t?at(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function so(t,e){var i;return e&&p(t,"<symbol")&&(t=no(t,e)||t),t=v(t.substr(t.indexOf("<svg"))),((i=t)==null?void 0:i.hasChildNodes())&&t}const Qs=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,oi={};function no(t,e){if(!oi[t]){oi[t]={},Qs.lastIndex=0;let i;for(;i=Qs.exec(t);)oi[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>"}return oi[t][e]}function ro(t){const e=Us(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function Us(t){return Math.ceil(Math.max(0,...M("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}function oo(t,e){if(Ti(e)||gt(e,"canvas")){e.hidden=!0;const s=e.nextElementSibling;return tn(t,s)?s:Je(e,t)}const i=e.lastElementChild;return tn(t,i)?i:Y(e,t)}function tn(t,e){return gt(t,"svg")&&gt(e,"svg")&&en(t)===en(e)}function en(t){return(t.innerHTML||new XMLSerializer().serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}var ao='<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><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>',lo='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><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>',ho='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',co='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',uo='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',fo='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',go='<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',po='<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><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>',mo='<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><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>',vo='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><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>',wo='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',bo='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',xo='<svg width="14" height="24" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',yo='<svg width="25" height="40" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>',$o='<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',ko='<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>';const ai={spinner:$o,totop:ko,marker:ho,"close-icon":ao,"close-large":lo,"navbar-toggle-icon":co,"overlay-icon":uo,"pagination-next":fo,"pagination-previous":go,"search-icon":po,"search-large":mo,"search-navbar":vo,"slidenav-next":wo,"slidenav-next-large":bo,"slidenav-previous":xo,"slidenav-previous-large":yo},Ki={install:Io,extends:Zs,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){w(this.$el,"uk-icon")},methods:{async getSvg(){const t=Po(this.icon);if(!t)throw"Icon not found.";return t}}},mt={args:!1,extends:Ki,data:t=>({icon:Et(t.constructor.options.name)}),beforeConnect(){w(this.$el,this.$name)}},sn={extends:mt,beforeConnect(){w(this.$el,"uk-slidenav")},computed:{icon(t,e){let{icon:i}=t;return S(e,"uk-slidenav-large")?i+"-large":i}}},So={extends:mt,computed:{icon(t,e){let{icon:i}=t;return S(e,"uk-search-icon")&&we(e,".uk-search-large").length?"search-large":we(e,".uk-search-navbar").length?"search-navbar":i}}},To={extends:mt,computed:{icon(){return"close-"+(S(this.$el,"uk-close-large")?"large":"icon")}}},Co={extends:mt,methods:{async getSvg(){const t=await Ki.methods.getSvg.call(this);return this.ratio!==1&&h(v("circle",t),"strokeWidth",1/this.ratio),t}}},li={};function Io(t){t.icon.add=(e,i)=>{const s=N(e)?{[e]:i}:e;tt(s,(n,r)=>{ai[r]=n,delete li[r]}),t._initialized&&xt(document.body,n=>tt(t.getComponents(n),r=>{r.$options.isIcon&&r.icon in s&&r.$reset()}))}}function Po(t){return ai[t]?(li[t]||(li[t]=v((ai[Ao(t)]||ai[t]).trim())),li[t].cloneNode(!0)):null}function Ao(t){return K?ki(ki(t,"left","right"),"previous","next"):t}const Eo="loading"in HTMLImageElement.prototype;var _o={args:"dataSrc",props:{dataSrc:String,sources:String,offsetTop:String,offsetLeft:String,target:String,loading:String},data:{dataSrc:"",sources:!1,offsetTop:"50vh",offsetLeft:"50vw",target:!1,loading:"lazy"},computed:{target:{get(t){let{target:e}=t;return[this.$el,...be(e,this.$el)]},watch(){this.$reset()}}},connected(){if(this.loading!=="lazy"||!Li){this.load();return}Eo&&Me(this.$el)&&(this.$el.loading="lazy",Ji(this.$el),this.target.length===1)||(Ro(this.$el),this.registerObserver(Ue(this.target,(t,e)=>{this.load(),e.disconnect()},{rootMargin:rt(this.offsetTop,"height")+"px "+rt(this.offsetLeft,"width")+"px"})))},disconnected(){this._data.image&&(this._data.image.onload="")},update:{write(t){if(!this.observer||Me(this.$el))return!1;const e=Z(this.$el,"data-srcset");if(e&&window.devicePixelRatio!==1){const i=h(this.$el,"backgroundSize");(i.match(/^(auto\s?)+$/)||m(i)===t.bgSize)&&(t.bgSize=Wo(e,Z(this.$el,"sizes")),h(this.$el,"backgroundSize",t.bgSize+"px"))}},events:["resize"]},methods:{load(){if(this._data.image)return this._data.image;const t=Me(this.$el)?this.$el:Mo(this.$el,this.dataSrc,this.sources);return pe(t,"loading"),Ji(this.$el,t.currentSrc),this._data.image=t}}};function Ji(t,e){if(Me(t)){const i=_(t);(jo(i)?B(i):[t]).forEach(n=>nn(n,n))}else e&&!p(t.style.backgroundImage,e)&&(h(t,"backgroundImage","url("+ye(e)+")"),g(t,$e("load",!1)))}const No=["data-src","data-srcset","sizes"];function nn(t,e){No.forEach(i=>{const s=Z(t,i);s&&k(e,i.replace(/^(data-)+/,""),s)})}function Mo(t,e,i){const s=new Image;return zo(s,i),nn(t,s),s.onload=()=>{Ji(t,s.currentSrc)},k(s,"src",e),s}function zo(t,e){if(e=Do(e),e.length){const i=zt("<picture>");for(const s of e){const n=zt("<source>");k(n,s),Y(i,n)}Y(i,t)}}function Do(t){if(!t)return[];if(at(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Pe(t);return it(t)||(t=[t]),t.filter(e=>!de(e))}const rn=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function Bo(t){let e;for(rn.lastIndex=0;e=rn.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=Fo(e[2]);break}return e||"100vw"}const Oo=/\d+(?:\w+|%)/g,Ho=/[+-]?(\d+)/g;function Fo(t){return at(t,"calc")?t.slice(5,-1).replace(Oo,e=>rt(e)).replace(/ /g,"").match(Ho).reduce((e,i)=>e+ +i,0):t}const Lo=/\s+\d+w\s*(?:,|$)/g;function Wo(t,e){const i=rt(Bo(e)),s=(t.match(Lo)||[]).map(m).sort((n,r)=>n-r);return s.filter(n=>n>=i)[0]||s.pop()||""}function Ro(t){Me(t)&&!Mt(t,"src")&&k(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function jo(t){return gt(t,"picture")}function Me(t){return gt(t,"img")}var hi={props:{media:Boolean},data:{media:!1},computed:{matchMedia(){const t=qo(this.media);return!t||window.matchMedia(t).matches}}};function qo(t){if(N(t)){if(t[0]==="@"){const e="breakpoint-"+t.substr(1);t=m(_i(e))}else if(isNaN(t))return t}return t&&!isNaN(t)?"(min-width: "+t+"px)":!1}var Vo={mixins:[U,hi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill(t){let{fill:e}=t;return e||_i("leader-fill-content")}},connected(){[this.wrapper]=ks(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){Qe(this.wrapper.childNodes)},update:{read(t){let{changed:e,width:i}=t;const s=i;return i=Math.floor(this.$el.offsetWidth/2),{width:i,fill:this.fill,changed:e||s!==i,hide:!this.matchMedia}},write(t){j(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,k(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}};const et=[];var Zi={mixins:[U,ne,yt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel(t,e){let{selPanel:i}=t;return v(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){p(et,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===p(et,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(p(et,this))return!1;!this.stack&&et.length?(Promise.all(et.map(e=>e.hide())).then(this.show),t.preventDefault()):et.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;Te(window)>t.clientWidth&&this.overlay&&h(document.body,"overflowY","scroll"),this.stack&&h(this.$el,"zIndex",m(h(this.$el,"zIndex"))+et.length),w(t,this.clsPage),this.bgClose&&L(this.$el,"hide",I(document,ct,e=>{let{target:i}=e;fe(et)!==this||this.overlay&&!F(i,this.$el)||F(i,this.panel)||L(document,pt+" "+Ut+" scroll",s=>{let{defaultPrevented:n,type:r,target:o}=s;!n&&r===pt&&i===o&&this.hide()},!0)}),{self:!0}),this.escClose&&L(this.$el,"hide",I(document,"keydown",e=>{e.keyCode===27&&fe(et)===this&&this.hide()}),{self:!0})}},{name:"shown",self:!0,handler(){Ye(this.$el)||k(this.$el,"tabindex","-1"),v(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){p(et,this)&&et.splice(et.indexOf(this),1),et.length||h(document.body,"overflowY",""),h(this.$el,"zIndex",""),et.some(t=>t.clsPage===this.clsPage)||A(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&_(this.$el)!==this.container?(Y(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,on(this))},hide(){return this.toggleElement(this.$el,!1,on(this))}}};function on(t){let{transitionElement:e,_toggle:i}=t;return(s,n)=>new Promise((r,o)=>L(s,"show hide",()=>{s._reject&&s._reject(),s._reject=o,i(s,n);const a=L(e,"transitionstart",()=>{L(e,"transitionend transitioncancel",r,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),r()},$i(h(e,"transitionDuration")))})).then(()=>delete s._reject)}var Yo={install:Go,mixins:[Zi],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(){S(this.panel,"uk-margin-auto-vertical")?w(this.$el,"uk-flex"):h(this.$el,"display","block"),W(this.$el)}},{name:"hidden",self:!0,handler(){h(this.$el,"display",""),A(this.$el,"uk-flex")}}]};function Go(t){let{modal:e}=t;e.dialog=function(s,n){const r=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+s+"</div> </div>",n);return r.show(),I(r.$el,"hidden",async()=>{await Promise.resolve(),r.$destroy(!0)},{self:!0}),r},e.alert=function(s,n){return i(r=>{let{labels:o}=r;return'<div class="uk-modal-body">'+(N(s)?s:It(s))+'</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,r=>r.resolve())},e.confirm=function(s,n){return i(r=>{let{labels:o}=r;return'<form> <div class="uk-modal-body">'+(N(s)?s:It(s))+'</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,r=>r.reject())},e.prompt=function(s,n,r){return i(o=>{let{labels:a}=o;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(N(s)?s:It(s))+'</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">'+a.cancel+'</button> <button class="uk-button uk-button-primary">'+a.ok+"</button> </div> </form>"},r,o=>o.resolve(null),o=>v("input",o.$el).value)},e.labels={ok:"Ok",cancel:"Cancel"};function i(s,n,r,o){n={bgClose:!1,escClose:!0,labels:e.labels,...n};const a=e.dialog(s(n),n),l=new qe;let c=!1;return I(a.$el,"submit","form",u=>{u.preventDefault(),l.resolve(o==null?void 0:o(a)),c=!0,a.hide()}),I(a.$el,"hide",()=>!c&&r(l)),l.promise.dialog=a,l.promise}}var Xo={extends:js,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}};const an=".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle";var Ko={mixins:[U,ne],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:an,align:K?"right":"left",clsDrop:"uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:an,container:!1},computed:{boundary(t,e){let{boundary:i,boundaryAlign:s}=t;return i===!0||s?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return ut(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||ut(e,this.$el)||v("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=v("<div></div>"))):null},watch(t){w(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const s=M("."+i,e);if(this.dropContainer!==e)for(const r of M("."+i,this.dropContainer)){var n;const o=(n=this.getDropdown(r))==null?void 0:n.target;!p(s,r)&&o&&F(o,this.$el)&&s.push(r)}return s},watch(t){this.$create("drop",t.filter(e=>!this.getDropdown(e)),{...this.$props,boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset})},immediate:!0},toggles(t,e){let{dropdown:i}=t;return M(i,e)}},disconnected(){this.dropbar&&ht(this.dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.dropdown},handler(t){let{current:e}=t;const i=this.getActive();i&&p(i.mode,"hover")&&i.target&&!F(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,s=this.getActive();i===Ft.DOWN&&Mt(e,"aria-expanded")&&(t.preventDefault(),!s||s.target!==e?(e.click(),L(this.dropContainer,"show",n=>{let{target:r}=n;return hn(r)})):hn(s.$el)),ln(t,this.toggles,s)}},{name:"keydown",el(){return this.dropContainer},delegate(){return"."+this.clsDrop},handler(t){const{current:e,keyCode:i}=t;if(!p(this.dropdowns,e))return;const s=this.getActive(),n=M(Ve,e),r=vt(n,a=>H(a,":focus"));if(i===Ft.UP&&(t.preventDefault(),r>0&&n[r-1].focus()),i===Ft.DOWN&&(t.preventDefault(),r<n.length-1&&n[r+1].focus()),i===Ft.ESC){var o;s==null||(o=s.target)==null||o.focus()}ln(t,this.toggles,s)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&p(t.mode,"hover")&&!this.dropdowns.some(e=>H(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(){_(this.dropbar)||Je(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,dir:s}=e;!S(i,this.clsDrop)||(this.dropbarMode==="slide"&&w(this.dropbar,"uk-navbar-dropbar-slide"),this.clsDrop&&w(i,this.clsDrop+"-dropbar"),s==="bottom"&&this.transitionTo(i.offsetHeight+m(h(i,"marginTop"))+m(h(i,"marginBottom")),i))}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const s=this.getActive();H(this.dropbar,":hover")&&(s==null?void 0:s.$el)===i&&!this.toggles.some(n=>s.target!==n&&H(n,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!S(i,this.clsDrop))return;const s=this.getActive();(!s||(s==null?void 0:s.$el)===i)&&this.transitionTo(0)}}],methods:{getActive(){return G&&F(G.target,this.$el)&&G},transitionTo(t,e){const{dropbar:i}=this,s=O(i)?W(i):0;return e=s<t&&e,h(e,"clip","rect(0,"+e.offsetWidth+"px,"+s+"px,0)"),W(i,s),C.cancel([e,i]),Promise.all([C.start(i,{height:t},this.duration),C.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(P).then(()=>{h(e,{clip:""}),this.$update(i)})},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function ln(t,e,i){const{current:s,keyCode:n}=t,r=(i==null?void 0:i.target)||s,o=e.indexOf(r);n===Ft.LEFT&&o>0&&(i==null||i.hide(!1),e[o-1].focus()),n===Ft.RIGHT&&o<e.length-1&&(i==null||i.hide(!1),e[o+1].focus()),n===Ft.TAB&&(r.focus(),i==null||i.hide(!1))}function hn(t){if(!v(":focus",t)){var e;(e=v(Ve,t))==null||e.focus()}}const Ft={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var cn={props:{swiping:Boolean},data:{swiping:!0},computed:{swipeTarget(t,e){return e}},connected(){!this.swiping||ii(this,{el:this.swipeTarget,name:ct,passive:!0,handler(t){if(!bt(t))return;const e=Gt(t),i="tagName"in t.target?t.target:_(t.target);L(document,pt+" "+Ut+" scroll",s=>{const{x:n,y:r}=Gt(s);(s.type!=="scroll"&&i&&n&&Math.abs(e.x-n)>100||r&&Math.abs(e.y-r)>100)&&setTimeout(()=>{g(i,"swipe"),g(i,"swipe"+Jo(e.x,e.y,n,r))})})}})}};function Jo(t,e,i,s){return Math.abs(t-i)>=Math.abs(e-s)?t-i>0?"Left":"Right":e-s>0?"Up":"Down"}var Zo={mixins:[Zi,cn],args:"mode",props:{mode:String,flip:Boolean,overlay: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},computed:{clsFlip(t){let{flip:e,clsFlip:i}=t;return e?i:""},clsOverlay(t){let{overlay:e,clsOverlay:i}=t;return e?i:""},clsMode(t){let{mode:e,clsMode:i}=t;return i+"-"+e},clsSidebarAnimation(t){let{mode:e,clsSidebarAnimation:i}=t;return e==="none"||e==="reveal"?"":i},clsContainerAnimation(t){let{mode:e,clsContainerAnimation:i}=t;return e!=="push"&&e!=="reveal"?"":i},transitionElement(t){let{mode:e}=t;return e==="reveal"?_(this.panel):this.panel}},update:{read(){this.isToggled()&&!O(this.$el)&&this.hide()},events:["resize"]},events:[{name:"click",delegate(){return'a[href^="#"]'},handler(t){let{current:{hash:e},defaultPrevented:i}=t;!i&&e&&v(e,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el(){return this.panel},handler(t){let{targetTouches:e}=t;e.length===1&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"touchmove",passive:!1,el(){return this.panel},handler(t){if(t.targetTouches.length!==1)return;const e=t.targetTouches[0].clientY-this.clientY,{scrollTop:i,scrollHeight:s,clientHeight:n}=this.panel;(n>=s||i===0&&e>0||s-i<=n&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!S(_(this.panel),this.clsMode)&&(Ze(this.panel,"<div>"),w(_(this.panel),this.clsMode)),h(document.documentElement,"overflowY",this.overlay?"hidden":""),w(document.body,this.clsContainer,this.clsFlip),h(document.body,"touch-action","pan-y pinch-zoom"),h(this.$el,"display","block"),w(this.$el,this.clsOverlay),w(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),W(document.body),w(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&Qo()}},{name:"hide",self:!0,handler(){A(document.body,this.clsContainerAnimation),h(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Uo(),this.mode==="reveal"&&Qe(this.panel),A(this.panel,this.clsSidebarAnimation,this.clsMode),A(this.$el,this.clsOverlay),h(this.$el,"display",""),A(document.body,this.clsContainer,this.clsFlip),h(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&$t(t.type,"Left")^this.flip&&this.hide()}}]};function Qo(){un().content+=",user-scalable=0"}function Uo(){const t=un();t.content=t.content.replace(/,user-scalable=0$/,"")}function un(){return v('meta[name="viewport"]',document.head)||Y(document.head,'<meta name="viewport">')}var ta={mixins:[U],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container(t,e){let{selContainer:i}=t;return nt(e,i)},content(t,e){let{selContent:i}=t;return nt(e,i)}},connected(){h(this.$el,"minHeight",this.minHeight)},update:{read(){return!this.content||!this.container||!O(this.$el)?!1:{current:m(h(this.$el,"maxHeight")),max:Math.max(this.minHeight,W(this.container)-($(this.content).height-W(this.$el)))}},write(t){let{current:e,max:i}=t;h(this.$el,"maxHeight",i),Math.round(e)!==Math.round(i)&&g(this.$el,"resize")},events:["resize"]}},ea={props:["width","height"],connected(){w(this.$el,"uk-responsive-width")},update:{read(){return O(this.$el)&&this.width&&this.height?{width:Te(_(this.$el)),height:this.height}:!1},write(t){W(this.$el,ge.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},ia={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&v(t)||document.body,g(this.$el,"beforescroll",[this,t])&&(await Vi(t,{offset:this.offset}),g(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo("#"+ye(decodeURIComponent((this.$el.hash||"").substr(1)))))}}};const Pt="_ukScrollspy";var sa={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:{get(t,e){let{target:i}=t;return i?M(i,e):[e]},watch(t){this.hidden&&h(ve(t,":not(."+this.inViewClass+")"),"visibility","hidden")},immediate:!0}},disconnected(){for(const t of this.elements)A(t,this.inViewClass,t[Pt]?t[Pt].cls:""),delete t[Pt]},update:[{read(t){if(!t.update)return Promise.resolve().then(()=>{this.$emit(),t.update=!0}),!1;for(const e of this.elements)e[Pt]||(e[Pt]={cls:Z(e,"uk-scrollspy-class")||this.cls}),e[Pt].show=ee(e,this.offsetTop,this.offsetLeft)},write(t){for(const e of this.elements){const i=e[Pt];i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(s=>setTimeout(s,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)}},events:["scroll","resize"]}],methods:{toggle(t,e){const i=t[Pt];i.off&&i.off(),h(t,"visibility",!e&&this.hidden?"hidden":""),j(t,this.inViewClass,e),j(t,i.cls),/\buk-animation-/.test(i.cls)&&(i.off=L(t,"animationcancel animationend",()=>Xe(t,"uk-animation-[\\w-]+"))),g(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},na={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:{get(t,e){return M('a[href^="#"]',e).filter(i=>i.hash)},watch(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})},immediate:!0},targets(){return M(this.links.map(t=>ye(t.hash).substr(1)).join(","))},elements(t){let{closest:e}=t;return nt(this.links,e||"*")}},update:[{read(){const{length:t}=this.targets;if(!t||!O(this.$el))return!1;const[e]=Ht(this.targets,/auto|scroll/,!0),{scrollTop:i,scrollHeight:s}=e,n=s-Ae(e);let r=!1;return i===n?r=t-1:(this.targets.every((o,a)=>{if(E(o).top-E(ie(e)).top-this.offset<=0)return r=a,!0}),r===!1&&this.overflow&&(r=0)),{active:r}},write(t){let{active:e}=t;const i=e!==!1&&!S(this.elements[e],this.cls);this.links.forEach(s=>s.blur()),A(this.elements,this.cls),w(this.elements[e],this.cls),i&&g(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},ra={mixins:[U,hi],props:{position:String,top:null,bottom:Boolean,offset:String,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:0,bottom:!1,offset:0,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&v(i,e)||e},widthElement(t,e){let{widthElement:i}=t;return ut(i,e)||this.placeholder},isActive:{get(){return S(this.selTarget,this.clsActive)},set(t){t&&!this.isActive?(Ni(this.selTarget,this.clsInactive,this.clsActive),g(this.$el,"active")):!t&&!S(this.selTarget,this.clsInactive)&&(Ni(this.selTarget,this.clsActive,this.clsInactive),g(this.$el,"inactive"))}}},connected(){this.placeholder=v("+ .uk-sticky-placeholder",this.$el)||v('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected(){this.isFixed&&(this.hide(),A(this.selTarget,this.clsInactive)),ht(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){!location.hash||Ot(window)===0||z.read(()=>{const t=E(v(location.hash)),e=E(this.$el);this.isFixed&&Si(t,e)&&Ot(window,t.top-e.height-rt(this.targetOffset,"height")-rt(this.offset,"height"))})}}],update:[{read(t,e){let{height:i,margin:s}=t;if(this.inactive=!this.matchMedia||!O(this.$el),this.inactive)return!1;const n=this.isActive&&e.has("resize");n&&(h(this.selTarget,"transition","0s"),this.hide()),this.isActive||(i=E(this.$el).height,s=h(this.$el,"margin")),n&&(this.show(),z.write(()=>h(this.selTarget,"transition","")));const r=this.isFixed?this.placeholder:this.$el,o=W(window);let a=this.position;a==="auto"&&i>o&&(a="bottom");let l=rt(this.offset,"height",r);a==="bottom"&&(l+=o-i);const c=Math.max(0,i+l-o),u=E(r).top,d=E(r.offsetParent).top,f=dn(this.top,this.$el,u),b=dn(this.bottom,this.$el,u+i,!0),x=Math.max(f,u)-l,T=b?b-E(this.$el).height+c-l:se(this.$el).scrollHeight-o;return{start:x,end:T,offset:l,overflow:c,topOffset:u,offsetParentTop:d,height:i,margin:s,width:$(O(this.widthElement)?this.widthElement:this.$el).width,top:Se(r)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:s}=this;h(s,{height:e,margin:i}),F(s,document)||(Je(this.$el,s),s.hidden=!0),this.isActive=!!this.isActive},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:s,overflowScroll:n=0,start:r,end:o}=t;const a=Ot(window);return{dir:e<=a?"down":"up",prevDir:i,scroll:a,prevScroll:e,overflowScroll:st(n+st(a,r,o)-st(e,r,o),0,s)}},write(t,e){const i=e.has("scroll"),{initTimestamp:s=0,dir:n,prevDir:r,scroll:o,prevScroll:a=0,top:l,start:c,topOffset:u,height:d}=t;if(o<0||o===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const f=Date.now();if((f-s>300||n!==r)&&(t.initScroll=o,t.initTimestamp=f),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-o)<=30&&Math.abs(a-o)<=10))if(this.inactive||o<c||this.showOnUp&&(o<=c||n==="down"&&i||n==="up"&&!this.isFixed&&o<=u+d)){if(!this.isFixed){ft.inProgress(this.$el)&&l>o&&(ft.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&o>u?(ft.cancel(this.$el),ft.out(this.$el,this.animation).then(()=>this.hide(),P)):this.hide()}else this.isFixed?this.update():this.animation&&o>u?(ft.cancel(this.$el),this.show(),ft.in(this.$el,this.animation).catch(P)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.isActive=!1,A(this.$el,this.clsFixed,this.clsBelow),h(this.$el,{position:"",top:"",width:""}),this.placeholder.hidden=!0},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:s=0,start:n,end:r,offset:o,topOffset:a,height:l,offsetParentTop:c}=this._data;const u=n!==0||e>n;let d="fixed";e>r&&(o+=r-c,d="absolute"),i&&(o-=s),h(this.$el,{position:d,top:o+"px",width:t}),this.isActive=u,j(this.$el,this.clsBelow,e>a+l),w(this.$el,this.clsFixed)}}};function dn(t,e,i,s){if(!t)return 0;if(N(t)&&t.match(/^-?\d/))return i+rt(t);{const n=t===!0?_(e):ut(t,e);return E(n).bottom-(s&&n&&F(e,n)?m(h(n,"paddingBottom")):0)}}var fn={mixins:[Ne,cn,yt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item"},computed:{connects:{get(t,e){let{connect:i}=t;return be(i,e)},watch(t){this.swiping&&h(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach(i=>B(i).forEach((s,n)=>j(s,this.cls,n===e)))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return M(i,e).filter(s=>!H(s,".uk-disabled *, .uk-disabled, [disabled]"))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return B(this.$el).filter(t=>this.toggles.some(e=>F(e,t)))},swipeTarget(){return this.connects}},connected(){this.lazyload(this.$el,this.connects)},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?be(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(Z(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show($t(e,"Left")?"next":"previous")}}],methods:{index(){return vt(this.children,t=>S(t,this.cls))},show(t){const e=this.index(),i=qt(this.children[qt(t,this.toggles,e)],B(this.$el));e!==i&&(this.children.forEach((s,n)=>{j(s,this.cls,i===n),k(this.toggles[n],"aria-expanded",i===n)}),this.connects.forEach(async s=>{let{children:n}=s;await this.toggleElement(y(n).filter(r=>S(r,this.cls)),!1,e>=0),await this.toggleElement(n[i],!0,e>=0)}))}}},oa={mixins:[U],extends:fn,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=S(this.$el,"uk-tab-left")?"uk-tab-left":S(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 la={mixins:[Ne,hi,yt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},connected(){!p(this.mode,"media")&&!Ye(this.$el)&&k(this.$el,"tabindex","0"),this.lazyload(this.$el,this.target)},computed:{target:{get(t,e){let{href:i,target:s}=t;return s=be(s||i,e),s.length&&s||[e]},watch(){this.updateAria()},immediate:!0}},events:[{name:ct,filter(){return p(this.mode,"hover")},handler(t){!bt(t)||this._showState||(g(this.$el,"focus"),L(document,ct,()=>g(this.$el,"blur"),!0,e=>!F(e.target,this.$el)),p(this.mode,"click")&&(this._preventClick=!0))}},{name:Bt+" "+Qt+" focus blur",filter(){return p(this.mode,"hover")},handler(t){if(bt(t))return;const e=p([Bt,"focus"],t.type),i=k(this.$el,"aria-expanded");if(!(!e&&(t.type===Qt&&H(this.$el,":focus")||t.type==="blur"&&H(this.$el,":hover")))){if(this._showState&&e===(i!==this._showState)){e||(this._showState=null);return}this._showState=e?i:null,this.toggle("toggle"+(e?"show":"hide"))}}},{name:"keydown",filter(){return p(this.mode,"click")&&!gt(this.$el,"input")},handler(t){t.keyCode===aa&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return p(this.mode,"click")},handler(t){if(this._preventClick)return this._preventClick=null;let e;(nt(t.target,'a[href="#"], a[href=""]')||(e=nt(t.target,"a[href]"))&&(k(this.$el,"aria-expanded")!=="true"||e.hash&&H(this.target,e.hash)))&&t.preventDefault(),this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}}],update:{read(){return p(this.mode,"media")&&this.media?{match:this.matchMedia}:!1},write(t){let{match:e}=t;const i=this.isToggled(this.target);(e?!i:i)&&this.toggle()},events:["resize"]},methods:{async toggle(t){if(!g(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter(s=>S(s,this.clsLeave));if(e.length){for(const s of this.target){const n=p(e,s);this.toggleElement(s,n,n)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter(s=>!p(i,s)),!0)},updateAria(t){p(this.mode,"media")||k(this.$el,"aria-expanded",Le(t)?t:this.isToggled(this.target))}}},ha=Object.freeze({__proto__:null,Accordion:js,Alert:Rr,Cover:jr,Drop:Ys,Dropdown:Ys,FormCustom:Yr,Gif:Gr,Grid:Kr,HeightMatch:Ur,HeightViewport:eo,Icon:Ki,Img:_o,Leader:Vo,Margin:Gs,Modal:Yo,Nav:Xo,Navbar:Ko,Offcanvas:Zo,OverflowAuto:ta,Responsive:ea,Scroll:ia,Scrollspy:sa,ScrollspyNav:na,Sticky:ra,Svg:Zs,Switcher:fn,Tab:oa,Toggle:la,Video:qs,Close:To,Spinner:Co,SlidenavNext:sn,SlidenavPrevious:sn,SearchIcon:So,Marker:mt,NavbarToggleIcon:mt,OverlayIcon:mt,PaginationNext:mt,PaginationPrevious:mt,Totop:mt});tt(ha,(t,e)=>Q.component(e,t)),Q.use(Fr),Lr(Q);var ca={mixins:[U],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date(t){let{date:e}=t;return Date.parse(e)},days(t,e){let{clsWrapper:i}=t;return v(i.replace("%unit%","days"),e)},hours(t,e){let{clsWrapper:i}=t;return v(i.replace("%unit%","hours"),e)},minutes(t,e){let{clsWrapper:i}=t;return v(i.replace("%unit%","minutes"),e)},seconds(t,e){let{clsWrapper:i}=t;return v(i.replace("%unit%","seconds"),e)},units(){return["days","hours","minutes","seconds"].filter(t=>this[t])}},connected(){this.start()},disconnected(){this.stop(),this.units.forEach(t=>$s(this[t]))},events:[{name:"visibilitychange",el(){return document},handler(){document.hidden?this.stop():this.start()}}],update:{write(){const t=ua(this.date);t.total<=0&&(this.stop(),t.days=t.hours=t.minutes=t.seconds=0);for(const e of this.units){let i=String(Math.floor(t[e]));i=i.length<2?"0"+i:i;const s=this[e];s.textContent!==i&&(i=i.split(""),i.length!==s.children.length&&It(s,i.map(()=>"<span></span>").join("")),i.forEach((n,r)=>s.children[r].textContent=n))}}},methods:{start(){this.stop(),this.date&&this.units.length&&(this.$emit(),this.timer=setInterval(()=>this.$emit(),1e3))},stop(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};function ua(t){const e=t-Date.now();return{total:e,seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24}}const Qi="uk-transition-leave",Ui="uk-transition-enter";function gn(t,e,i,s){s===void 0&&(s=0);const n=ci(e,!0),r={opacity:1},o={opacity:0},a=u=>()=>n===ci(e)?u():Promise.reject(),l=a(()=>(w(e,Qi),Promise.all(mn(e).map((u,d)=>new Promise(f=>setTimeout(()=>C.start(u,o,i/2,"ease").then(f),d*s)))).then(()=>A(e,Qi)))),c=a(()=>{const u=W(e);return w(e,Ui),t(),h(B(e),{opacity:0}),new Promise(d=>requestAnimationFrame(()=>{const f=B(e),b=W(e);h(e,"alignContent","flex-start"),W(e,u);const x=mn(e);h(f,o);const T=x.map((D,X)=>new Promise(ot=>setTimeout(()=>C.start(D,r,i/2,"ease").then(ot),X*s)));u!==b&&T.push(C.start(e,{height:b},i/2+x.length*s,"ease")),Promise.all(T).then(()=>{A(e,Ui),n===ci(e)&&(h(e,{height:"",alignContent:""}),h(f,{opacity:""}),delete e.dataset.transition),d()})}))});return S(e,Qi)?pn(e).then(c):S(e,Ui)?pn(e).then(l).then(c):l().then(c)}function ci(t,e){return e&&(t.dataset.transition=1+ci(t)),Tt(t.dataset.transition)||0}function pn(t){return Promise.all(B(t).filter(C.inProgress).map(e=>new Promise(i=>L(e,"transitionend transitioncanceled",i))))}function mn(t){return Xi(B(t)).reduce((e,i)=>e.concat(Re(i.filter(s=>ee(s)),"offsetLeft")),[])}function da(t,e,i){return new Promise(s=>requestAnimationFrame(()=>{let n=B(e);const r=n.map(a=>vn(a,!0)),o=h(e,["height","padding"]);C.cancel(e),n.forEach(C.cancel),wn(e),t(),n=n.concat(B(e).filter(a=>!p(n,a))),Promise.resolve().then(()=>{z.flush();const a=h(e,["height","padding"]),[l,c]=fa(e,n,r);n.forEach((u,d)=>c[d]&&h(u,c[d])),h(e,{display:"block",...o}),requestAnimationFrame(()=>{const u=n.map((d,f)=>_(d)===e&&C.start(d,l[f],i,"ease")).concat(C.start(e,a,i,"ease"));Promise.all(u).then(()=>{n.forEach((d,f)=>_(d)===e&&h(d,"display",l[f].opacity===0?"none":"")),wn(e)},P).then(s)})})}))}function vn(t,e){const i=h(t,"zIndex");return O(t)?{display:"",opacity:e?h(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:i==="auto"?Vt(t):i,...bn(t)}:!1}function fa(t,e,i){const s=e.map((r,o)=>_(r)&&o in i?i[o]?O(r)?bn(r):{opacity:0}:{opacity:O(r)?1:0}:!1),n=s.map((r,o)=>{const a=_(e[o])===t&&(i[o]||vn(e[o]));if(!a)return!1;if(!r)delete a.opacity;else if(!("opacity"in r)){const{opacity:l}=a;l%1?r.opacity=1:delete a.opacity}return a});return[s,n]}function wn(t){h(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",marginTop:"",marginLeft:"",transform:"",width:"",zIndex:""}),h(t,{height:"",display:"",padding:""})}function bn(t){const{height:e,width:i}=E(t),{top:s,left:n}=Ke(t),{marginLeft:r,marginTop:o}=h(t,["marginTop","marginLeft"]);return{top:s,left:n,height:e,width:i,marginLeft:r,marginTop:o,transform:""}}var xn={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(t,e){e===void 0&&(e=this.$el);const i=this.animation;return(i==="fade"?gn:i==="delayed-fade"?function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return gn(...r,40)}:i?da:()=>(t(),Promise.resolve()))(t,e,this.duration).then(()=>this.$update(e,"resize"),P)}}},ga={mixins:[xn],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{toggles:{get(t,e){let{attrItem:i}=t;return M("["+i+"],[data-"+i+"]",e)},watch(){if(this.updateState(),this.selActive!==!1){const t=M(this.selActive,this.$el);this.toggles.forEach(e=>j(e,this.cls,p(t,e)))}},immediate:!0},children:{get(t,e){let{target:i}=t;return M(i+" > *",e)},watch(t,e){e&&!wa(t,e)&&this.updateState()},immediate:!0}},events:[{name:"click",delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.apply(t.current)}}],methods:{apply(t){const e=this.getState(),i=$n(t,this.attrItem,this.getState());pa(e,i)||this.setState(i)},getState(){return this.toggles.filter(t=>S(t,this.cls)).reduce((t,e)=>$n(e,this.attrItem,t),{filter:{"":""},sort:[]})},setState(t,e){e===void 0&&(e=!0),t={filter:{"":""},sort:[],...t},g(this.$el,"beforeFilter",[this,t]),this.toggles.forEach(i=>j(i,this.cls,!!va(i,this.attrItem,t))),Promise.all(M(this.target,this.$el).map(i=>{const s=()=>{ma(t,i,B(i)),this.$update(this.$el)};return e?this.animate(s,i):s()})).then(()=>g(this.$el,"afterFilter",[this]))},updateState(){z.write(()=>this.setState(this.getState(),!1))}}};function yn(t,e){return Pe(Z(t,e),["filter"])}function pa(t,e){return["filter","sort"].every(i=>We(t[i],e[i]))}function ma(t,e,i){const s=ba(t);i.forEach(o=>h(o,"display",s&&!H(o,s)?"none":""));const[n,r]=t.sort;if(n){const o=xa(i,n,r);We(o,i)||Y(e,o)}}function $n(t,e,i){const s=yn(t,e),{filter:n,group:r,sort:o,order:a="asc"}=s;return(n||V(o))&&(r?n?(delete i.filter[""],i.filter[r]=n):(delete i.filter[r],(de(i.filter)||""in i.filter)&&(i.filter={"":n||""})):i.filter={"":n||""}),V(o)||(i.sort=[o,a]),i}function va(t,e,i){let{filter:s={"":""},sort:[n,r]}=i;const{filter:o="",group:a="",sort:l,order:c="asc"}=yn(t,e);return V(l)?a in s&&o===s[a]||!o&&a&&!(a in s)&&!s[""]:n===l&&r===c}function wa(t,e){return t.length===e.length&&t.every(i=>~e.indexOf(i))}function ba(t){let{filter:e}=t,i="";return tt(e,s=>i+=s||""),i}function xa(t,e,i){return[...t].sort((s,n)=>Z(s,e).localeCompare(Z(n,e),void 0,{numeric:!0})*(i==="asc"||-1))}var ts={slide:{show(t){return[{transform:R(t*-100)},{transform:R()}]},percent(t){return ze(t)},translate(t,e){return[{transform:R(e*-100*t)},{transform:R(e*100*(1-t))}]}}};function ze(t){return Math.abs(h(t,"transform").split(",")[4]/t.offsetWidth)||0}function R(t,e){return t===void 0&&(t=0),e===void 0&&(e="%"),t+=t?e:"","translate3d("+t+", 0, 0)"}function re(t){return"scale3d("+t+", "+t+", 1)"}var kn={...ts,fade:{show(){return[{opacity:0},{opacity:1}]},percent(t){return 1-h(t,"opacity")},translate(t){return[{opacity:1-t},{opacity:t}]}},scale:{show(){return[{opacity:0,transform:re(1-.2)},{opacity:1,transform:re(1)}]},percent(t){return 1-h(t,"opacity")},translate(t){return[{opacity:1-t,transform:re(1-.2*t)},{opacity:t,transform:re(1-.2+.2*t)}]}}};function ya(t,e,i,s){let{animation:n,easing:r}=s;const{percent:o,translate:a,show:l=P}=n,c=l(i),u=new qe;return{dir:i,show(d,f,b){f===void 0&&(f=0);const x=b?"linear":r;return d-=Math.round(d*st(f,-1,1)),this.translate(f),ui(e,"itemin",{percent:f,duration:d,timing:x,dir:i}),ui(t,"itemout",{percent:1-f,duration:d,timing:x,dir:i}),Promise.all([C.start(e,c[1],d,x),C.start(t,c[0],d,x)]).then(()=>{this.reset(),u.resolve()},P),u.promise},cancel(){C.cancel([e,t])},reset(){for(const d in c[0])h([e,t],d,"")},forward(d,f){return f===void 0&&(f=this.percent()),C.cancel([e,t]),this.show(d,f,!0)},translate(d){this.reset();const f=a(d,i);h(e,f[1]),h(t,f[0]),ui(e,"itemtranslatein",{percent:d,dir:i}),ui(t,"itemtranslateout",{percent:1-d,dir:i})},percent(){return o(t||e,e,i)},getDistance(){return t==null?void 0:t.offsetWidth}}}function ui(t,e,i){g(t,$e(e,!1,!1,i))}var $a={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){k(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el(){return document},filter(){return this.autoplay},handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay(){this.stopAutoplay(),this.interval=setInterval(()=>(!this.draggable||!v(":focus",this.$el))&&(!this.pauseOnHover||!H(this.$el,":hover"))&&!this.stack.length&&this.show("next"),this.autoplayInterval)},stopAutoplay(){this.interval&&clearInterval(this.interval)}}},ka={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=i=>{const s=Gt(i).x*(K?-1:1);this.prevPos=s===this.pos?this.prevPos:this.pos,this.pos=s,e(i)}}},events:[{name:ct,delegate(){return this.selSlides},handler(t){!this.draggable||!bt(t)&&Sa(t.target)||nt(t.target,me)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,I(document,Zt,this.move,{passive:!1}),I(document,pt+" "+Ut+" input",this.end,!0),h(this.list,"userSelect","none")},move(t){const e=this.pos-this.drag;if(e===0||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)return;h(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;const{slides:i}=this;let{prevIndex:s}=this,n=Math.abs(e),r=this.getIndex(s+this.dir,s),o=this._getDistance(s,r)||i[s].offsetWidth;for(;r!==s&&n>o;)this.drag-=o*this.dir,s=r,n-=o,r=this.getIndex(s+this.dir,s),o=this._getDistance(s,r)||i[s].offsetWidth;this.percent=n/o;const a=i[s],l=i[r],c=this.index!==r,u=s===r;let d;[this.index,this.prevIndex].filter(f=>!p([r,s],f)).forEach(f=>{g(i[f],"itemhidden",[this]),u&&(d=!0,this.prevIndex=s)}),(this.index===s&&this.prevIndex!==s||d)&&g(i[this.index],"itemshown",[this]),c&&(this.prevIndex=s,this.index=r,!u&&g(a,"beforeitemhide",[this]),g(l,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!u&&l),c&&(!u&&g(a,"itemhide",[this]),g(l,"itemshow",[this]))},end(){if(Yt(document,Zt,this.move,{passive:!1}),Yt(document,pt+" "+Ut+" input",this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=(K?this.dir*(K?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}h(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}};function Sa(t){return!t.children.length&&t.childNodes.length}var Ta={data:{selNav:!1},computed:{nav(t,e){let{selNav:i}=t;return v(i,e)},selNavItem(t){let{attrItem:e}=t;return"["+e+"],[data-"+e+"]"},navItems(t,e){return M(this.selNavItem,e)}},update:{write(){this.nav&&this.length!==this.nav.children.length&&It(this.nav,this.slides.map((t,e)=>"<li "+this.attrItem+'="'+e+'"><a href></a></li>').join("")),this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]},events:[{name:"click",delegate(){return this.selNavItem},handler(t){t.preventDefault(),this.show(Z(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav(){const t=this.getValidIndex();for(const e of this.navItems){const i=Z(e,this.attrItem);j(e,this.clsActive,Tt(i)===t),j(e,"uk-invisible",this.finite&&(i==="previous"&&t===0||i==="next"&&t>=this.maxIndex))}}}},Sn={mixins:[$a,ka,Ta],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){A(this.slides,this.clsActive)},computed:{duration(t,e){let{velocity:i}=t;return Tn(e.offsetWidth/i)},list(t,e){let{selList:i}=t;return v(i,e)},maxIndex(){return this.length-1},selSlides(t){let{selList:e,selSlides:i}=t;return e+" "+(i||"> *")},slides:{get(){return M(this.selSlides,this.$el)},watch(){this.$reset()}},length(){return this.slides.length}},methods:{show(t,e){if(e===void 0&&(e=!1),this.dragging||!this.length)return;const{stack:i}=this,s=e?0:i.length,n=()=>{i.splice(s,1),i.length&&this.show(i.shift(),!0)};if(i[e?"unshift":"push"](t),!e&&i.length>1){i.length===2&&this._transitioner.forward(Math.min(this.duration,200));return}const r=this.getIndex(this.index),o=S(this.slides,this.clsActive)&&this.slides[r],a=this.getIndex(t,this.index),l=this.slides[a];if(o===l){n();return}if(this.dir=Ca(t,r),this.prevIndex=r,this.index=a,o&&!g(o,"beforeitemhide",[this])||!g(l,"beforeitemshow",[this,o])){this.index=this.prevIndex,n();return}const c=this._show(o,l,e).then(()=>(o&&g(o,"itemhidden",[this]),g(l,"itemshown",[this]),new Promise(u=>{z.write(()=>{i.shift(),i.length?this.show(i.shift(),!0):this._transitioner=null,u()})})));return o&&g(o,"itemhide",[this]),g(l,"itemshow",[this]),c},getIndex(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.index),st(qt(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.prevIndex),this.getIndex(t,e)},_show(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing,...this.transitionOptions}),!i&&!t)return this._translate(1),Promise.resolve();const{length:s}=this.stack;return this._transitioner[s>1?"forward":"show"](s>1?Math.min(this.duration,75+75/(s-1)):this.duration,this.percent)},_getDistance(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate(t,e,i){e===void 0&&(e=this.prevIndex),i===void 0&&(i=this.index);const s=this._getTransitioner(e!==i?e:!1,i);return s.translate(t),s},_getTransitioner(t,e,i,s){return t===void 0&&(t=this.prevIndex),e===void 0&&(e=this.index),i===void 0&&(i=this.dir||1),s===void 0&&(s=this.transitionOptions),new this.Transitioner(Rt(t)?this.slides[t]:t,Rt(e)?this.slides[e]:e,i*(K?-1:1),s)}}};function Ca(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function Tn(t){return .5*t+300}var Cn={mixins:[Sn],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:ts,Transitioner:ya},computed:{animation(t){let{animation:e,Animations:i}=t;return{...i[e]||i.slide,name:e}},transitionOptions(){return{animation:this.animation}}},events:{beforeitemshow(t){let{target:e}=t;w(e,this.clsActive)},itemshown(t){let{target:e}=t;w(e,this.clsActivated)},itemhidden(t){let{target:e}=t;A(e,this.clsActive,this.clsActivated)}}},In={mixins:[ne,Zi,yt,Cn],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:()=>({preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"uk-lightbox-item",selClose:".uk-close-large",selCaption:".uk-lightbox-caption",pauseOnHover:!1,velocity:2,Animations:kn,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}),created(){const t=v(this.template),e=v(this.selList,t);this.items.forEach(()=>Y(e,"<li>")),this.$mount(Y(this.container,t))},computed:{caption(t,e){let{selCaption:i}=t;return v(i,e)}},events:[{name:Zt+" "+ct+" keydown",handler:"showControls"},{name:"click",self:!0,delegate(){return this.selSlides},handler(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler(){this.showControls()}},{name:"hide",self:!0,handler(){this.hideControls(),A(this.slides,this.clsActive),C.stop(this.slides)}},{name:"hidden",self:!0,handler(){this.$destroy(!0)}},{name:"keyup",el(){return document},handler(t){if(!(!this.isToggled(this.$el)||!this.draggable))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next");break}}},{name:"beforeitemshow",handler(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=kn.scale,A(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler(){It(this.caption,this.getItem().caption||"");for(let t=-this.preload;t<=this.preload;t++)this.loadItem(this.index+t)}},{name:"itemshown",handler(){this.draggable=this.$props.draggable}},{name:"itemload",async handler(t,e){const{source:i,type:s,alt:n="",poster:r,attrs:o={}}=e;if(this.setItem(e,"<span uk-spinner></span>"),!i)return;let a;const l={frameborder:"0",allow:"autoplay",allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":""+this.videoAutoplay};if(s==="image"||i.match(/\.(avif|jpe?g|a?png|gif|svg|webp)($|\?)/i))try{const{width:c,height:u}=await vs(i,o.srcset,o.size);this.setItem(e,De("img",{src:i,width:c,height:u,alt:n,...o}))}catch{this.setError(e)}else if(s==="video"||i.match(/\.(mp4|webm|ogv)($|\?)/i)){const c=De("video",{src:i,poster:r,controls:"",playsinline:"","uk-video":""+this.videoAutoplay,...o});I(c,"loadedmetadata",()=>{k(c,{width:c.videoWidth,height:c.videoHeight}),this.setItem(e,c)}),I(c,"error",()=>this.setError(e))}else if(s==="iframe"||i.match(/\.(html|php)($|\?)/i))this.setItem(e,De("iframe",{src:i,frameborder:"0",allowfullscreen:"",class:"uk-lightbox-iframe",...o}));else if(a=i.match(/\/\/(?:.*?youtube(-nocookie)?\..*?[?&]v=|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))this.setItem(e,De("iframe",{src:"https://www.youtube"+(a[1]||"")+".com/embed/"+a[2]+(a[3]?"?"+a[3]:""),width:1920,height:1080,...l,...o}));else if(a=i.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))try{const{height:c,width:u}=await(await fetch("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(i),{credentials:"omit"})).json();this.setItem(e,De("iframe",{src:"https://player.vimeo.com/video/"+a[1]+(a[2]?"?"+a[2]:""),width:u,height:c,...l,...o}))}catch{this.setError(e)}}}],methods:{loadItem(t){t===void 0&&(t=this.index);const e=this.getItem(t);this.getSlide(e).childElementCount||g(this.$el,"itemload",[e])},getItem(t){return t===void 0&&(t=this.index),this.items[qt(t,this.slides)]},setItem(t,e){g(this.$el,"itemloaded",[this,It(this.getSlide(t),e)])},getSlide(t){return this.slides[this.items.indexOf(t)]},setError(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),w(this.$el,"uk-active","uk-transition-active")},hideControls(){A(this.$el,"uk-active","uk-transition-active")}}};function De(t,e){const i=zt("<"+t+">");return k(i,e),i}var Ia={install:Pa,props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get(t,e){let{toggle:i}=t;return M(i,e)},watch(){this.hide()}}},disconnected(){this.hide()},events:[{name:"click",delegate(){return this.toggle+":not(.uk-disabled)"},handler(t){t.preventDefault(),this.show(t.current)}}],methods:{show(t){const e=us(this.toggles.map(Pn),"source");if(_t(t)){const{source:i}=Pn(t);t=vt(e,s=>{let{source:n}=s;return i===n})}return this.panel=this.panel||this.$create("lightboxPanel",{...this.$props,items:e}),I(this.panel.$el,"hidden",()=>this.panel=!1),this.panel.show(t)},hide(){return this.panel&&this.panel.hide()}}};function Pa(t,e){t.lightboxPanel||t.component("lightboxPanel",In),wt(e.props,t.component("lightboxPanel").options.props)}function Pn(t){const e={};for(const i of["href","caption","type","poster","alt","attrs"])e[i==="href"?"source":i]=Z(t,i);return e.attrs=Pe(e.attrs),e}var Aa={mixins:[ne],functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsContainer:"uk-notification",clsClose:"uk-notification-close",clsMsg:"uk-notification-message"},install:Ea,computed:{marginProp(t){let{pos:e}=t;return"margin"+(at(e,"top")?"Top":"Bottom")},startProps(){return{opacity:0,[this.marginProp]:-this.$el.offsetHeight}}},created(){const t=v("."+this.clsContainer+"-"+this.pos,this.container)||Y(this.container,'<div class="'+this.clsContainer+" "+this.clsContainer+"-"+this.pos+'" style="display: block"></div>');this.$mount(Y(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},async connected(){const t=m(h(this.$el,this.marginProp));await C.start(h(this.$el,this.startProps),{opacity:1,[this.marginProp]:t}),this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},events:{click(t){nt(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()},[Bt](){this.timer&&clearTimeout(this.timer)},[Qt](){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))}},methods:{async close(t){const e=i=>{const s=_(i);g(i,"close",[this]),ht(i),s!=null&&s.hasChildNodes()||ht(s)};this.timer&&clearTimeout(this.timer),t||await C.start(this.$el,this.startProps),e(this.$el)}}};function Ea(t){t.notification.closeAll=function(e,i){xt(document.body,s=>{const n=t.getComponent(s,"notification");n&&(!e||e===n.group)&&n.close(i)})}}const di={x:fi,y:fi,rotate:fi,scale:fi,color:is,backgroundColor:is,borderColor:is,blur:Lt,hue:Lt,fopacity:Lt,grayscale:Lt,invert:Lt,saturate:Lt,sepia:Lt,opacity:Na,stroke:Ma,bgx:En,bgy:En},{keys:es}=Object;var An={mixins:[hi],props:Mn(es(di),"list"),data:Mn(es(di),void 0),computed:{props(t,e){return es(di).reduce((i,s)=>(V(t[s])||(i[s]=di[s](s,e,t[s].slice())),i),{})}},events:{load(){this.$emit()}},methods:{reset(){tt(this.getCss(0),(t,e)=>h(this.$el,e,""))},getCss(t){const e={transform:"",filter:""};for(const i in this.props)this.props[i](e,t);return e}}};function fi(t,e,i){const s=ns(i)||{x:"px",y:"px",rotate:"deg"}[t]||"";let n;return(t==="x"||t==="y")&&(t="translate"+he(t),n=r=>m(m(r).toFixed(s==="px"?0:6))),i.length===1&&i.unshift(t==="scale"?1:0),i=oe(i,n),(r,o)=>{r.transform+=" "+t+"("+Be(i,o)+s+")"}}function is(t,e,i){return i.length===1&&i.unshift(Oe(e,t,"")),i=oe(i,s=>_a(e,s)),(s,n)=>{const[r,o,a]=Nn(i,n),l=r.map((c,u)=>(c+=a*(o[u]-c),u===3?m(c):parseInt(c,10))).join(",");s[t]="rgba("+l+")"}}function _a(t,e){return Oe(t,"color",e).split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(m)}function Lt(t,e,i){i.length===1&&i.unshift(0);const s=ns(i)||{blur:"px",hue:"deg"}[t]||"%";return t={fopacity:"opacity",hue:"hue-rotate"}[t]||t,i=oe(i),(n,r)=>{const o=Be(i,r);n.filter+=" "+t+"("+(o+s)+")"}}function Na(t,e,i){return i.length===1&&i.unshift(Oe(e,t,"")),i=oe(i),(s,n)=>{s[t]=Be(i,n)}}function Ma(t,e,i){i.length===1&&i.unshift(0);const s=ns(i),n=Us(e);return i=oe(i.reverse(),r=>(r=m(r),s==="%"?r*n/100:r)),i.some(r=>{let[o]=r;return o})?(h(e,"strokeDasharray",n),(r,o)=>{r.strokeDashoffset=Be(i,o)}):P}function En(t,e,i){i.length===1&&i.unshift(0),t=t.substr(-1);const s=t==="y"?"height":"width";i=oe(i,r=>rt(r,s,e));const n=Oe(e,"background-position-"+t,"");return Oe(e,"backgroundSize","")==="cover"?za(t,e,i,n,s):_n(t,i,n)}function za(t,e,i,s,n){const r=Da(e);if(!r.width)return P;const o=i.map(X=>{let[ot]=X;return ot}),a=Math.min(...o),l=Math.max(...o),c=o.indexOf(a)<o.indexOf(l),u=l-a;let d=(c?-u:0)-(c?a:l);const f={width:e.offsetWidth,height:e.offsetHeight},b=ge.cover(r,f),x=b[n]-f[n];if(x<u)f[n]=b[n]+u-x;else if(x>u){const X=f[n]/rt(s,n,e,!0);X&&(d-=(x-u)/X)}const T=ge.cover(r,f),D=_n(t,i,d+"px");return(X,ot)=>{D(X,ot),X.backgroundSize=T.width+"px "+T.height+"px",X.backgroundRepeat="no-repeat"}}function _n(t,e,i){return function(s,n){s["background-position-"+t]="calc("+i+" + "+Be(e,n)+"px)"}}const gi={};function Da(t){const e=h(t,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(gi[e])return gi[e];const i=new Image;return e&&(i.src=e,!i.naturalWidth)?(i.onload=()=>{gi[e]=ss(i),g(t,"load")},ss(i)):gi[e]=ss(i)}function ss(t){return{width:t.naturalWidth,height:t.naturalHeight}}function oe(t,e){e===void 0&&(e=m);const i=[],{length:s}=t;let n=0;for(let r=0;r<s;r++){let[o,a]=N(t[r])?t[r].trim().split(" "):[t[r]];if(o=e(o),a=a?m(a)/100:null,r===0?a===null?a=0:a&&i.push([o,0]):r===s-1&&(a===null?a=1:a!==1&&(i.push([o,a]),a=1)),i.push([o,a]),a===null)n++;else if(n){const l=i[r-n-1][1],c=(a-l)/(n+1);for(let u=n;u>0;u--)i[r-u][1]=l+c*(n-u+1);n=0}}return i}function Nn(t,e){const i=vt(t.slice(1),s=>{let[,n]=s;return e<=n})+1;return[t[i-1][0],t[i][0],(e-t[i-1][1])/(t[i][1]-t[i-1][1])]}function Be(t,e){const[i,s,n]=Nn(t,e);return Rt(i)?i+Math.abs(i-s)*n*(i<s?1:-1):+s}const Ba=/^-?\d+([^\s]*)/;function ns(t,e){for(const i of t){const s=i.match==null?void 0:i.match(Ba);if(s)return s[1]}return e}function Oe(t,e,i){const s=t.style[e],n=h(h(t,e,i),e);return t.style[e]=s,n}function Mn(t,e){return t.reduce((i,s)=>(i[s]=e,i),{})}var Oa={mixins:[An],props:{target:String,viewport:Number,easing:Number,start:String,end:String},data:{target:!1,viewport:1,easing:1,start:0,end:0},computed:{target(t,e){let{target:i}=t;return zn(i&&ut(i,e)||e)},start(t){let{start:e}=t;return rt(e,"height",this.target,!0)},end(t){let{end:e,viewport:i}=t;return rt(e||(i=(1-i)*100)&&i+"vh+"+i+"%","height",this.target,!0)}},update:{read(t,e){let{percent:i}=t;if(e.has("scroll")||(i=!1),!this.matchMedia)return;const s=i;return i=Ha(Yi(this.target,this.start,this.end),this.easing),{percent:i,style:s===i?!1:this.getCss(i)}},write(t){let{style:e}=t;if(!this.matchMedia){this.reset();return}e&&h(this.$el,e)},events:["scroll","resize"]}};function Ha(t,e){return e>=0?Math.pow(t,e+1):1-Math.pow(1-t,-e+1)}function zn(t){return t?"offsetTop"in t?t:zn(_(t)):document.documentElement}var Dn={update:{write(){if(this.stack.length||this.dragging)return;const t=this.getValidIndex(this.index);(!~this.prevIndex||this.index!==t)&&this.show(t)},events:["resize"]}},Bn={mixins:[Ne],connected(){this.lazyload(this.slides,this.getAdjacentSlides)}};function Fa(t,e,i,s){let{center:n,easing:r,list:o}=s;const a=new qe,l=t?He(t,o,n):He(e,o,n)+$(e).width*i,c=e?He(e,o,n):l+$(t).width*i*(K?-1:1);return{dir:i,show(u,d,f){d===void 0&&(d=0);const b=f?"linear":r;return u-=Math.round(u*st(d,-1,1)),this.translate(d),d=t?d:st(d,0,1),rs(this.getItemIn(),"itemin",{percent:d,duration:u,timing:b,dir:i}),t&&rs(this.getItemIn(!0),"itemout",{percent:1-d,duration:u,timing:b,dir:i}),C.start(o,{transform:R(-c*(K?-1:1),"px")},u,b).then(a.resolve,P),a.promise},cancel(){C.cancel(o)},reset(){h(o,"transform","")},forward(u,d){return d===void 0&&(d=this.percent()),C.cancel(o),this.show(u,d,!0)},translate(u){const d=this.getDistance()*i*(K?-1:1);h(o,"transform",R(st(-c+(d-d*u),-pi(o),$(o).width)*(K?-1:1),"px"));const f=this.getActives(),b=this.getItemIn(),x=this.getItemIn(!0);u=t?st(u,-1,1):0;for(const T of B(o)){const D=p(f,T),X=T===b,ot=T===x,os=X||!ot&&(D||i*(K?-1:1)===-1^mi(T,o)>mi(t||e));rs(T,"itemtranslate"+(os?"in":"out"),{dir:i,percent:ot?1-u:X?u:D?1:0})}},percent(){return Math.abs((h(o,"transform").split(",")[4]*(K?-1:1)+l)/(c-l))},getDistance(){return Math.abs(c-l)},getItemIn(u){u===void 0&&(u=!1);let d=this.getActives(),f=Hn(o,He(e||t,o,n));if(u){const b=d;d=f,f=b}return f[vt(f,b=>!p(d,b))]},getActives(){return Hn(o,He(t||e,o,n))}}}function He(t,e,i){const s=mi(t,e);return i?s-La(t,e):Math.min(s,On(e))}function On(t){return Math.max(0,pi(t)-$(t).width)}function pi(t){return B(t).reduce((e,i)=>$(i).width+e,0)}function La(t,e){return $(e).width/2-$(t).width/2}function mi(t,e){return t&&(Ke(t).left+(K?$(t).width-$(e).width:0))*(K?-1:1)||0}function Hn(t,e){e-=1;const i=$(t).width,s=e+i+2;return B(t).filter(n=>{const r=mi(n,t),o=r+Math.min($(n).width,i);return r>=e&&o<=s})}function rs(t,e,i){g(t,$e(e,!1,!1,i))}var Wa={mixins:[U,Sn,Dn,Bn],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"uk-slider-container",Transitioner:Fa},computed:{avgWidth(){return pi(this.list)/this.length},finite(t){let{finite:e}=t;return e||Math.ceil(pi(this.list))<Math.floor($(this.list).width+Ra(this.list)+this.center)},maxIndex(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return fe(this.sets);let t=0;const e=On(this.list),i=vt(this.slides,s=>{if(t>=e)return!0;t+=$(s).width});return~i?i:this.length-1},sets(t){let{sets:e}=t;if(!e)return;let i=0;const s=[],n=$(this.list).width;for(let r in this.slides){const o=$(this.slides[r]).width;i+o>n&&(i=0),this.center?i<n/2&&i+o+$(this.slides[+r+1]).width/2>n/2&&(s.push(+r),i=n/2-o/2):i===0&&s.push(Math.min(+r,this.maxIndex)),i+=o}if(s.length)return s},transitionOptions(){return{center:this.center,list:this.list}}},connected(){j(this.$el,this.clsContainer,!v("."+this.clsContainer,this.$el))},update:{write(){for(const t of this.navItems){const e=Tt(Z(t,this.attrItem));e!==!1&&(t.hidden=!this.maxIndex||e>this.maxIndex||this.sets&&!p(this.sets,e))}this.length&&!this.dragging&&!this.stack.length&&(this.reorder(),this._translate(1)),this.updateActiveClasses()},events:["resize"]},events:{beforeitemshow(t){!this.dragging&&this.sets&&this.stack.length<2&&!p(this.sets,this.index)&&(this.index=this.getValidIndex());const e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(let s=0;s<e;s++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault();return}const i=this.dir<0||!this.slides[this.prevIndex]?this.index:this.prevIndex;this.duration=Tn(this.avgWidth/this.velocity)*($(this.slides[i]).width/this.avgWidth),this.reorder()},itemshow(){~this.prevIndex&&w(this._getTransitioner().getItemIn(),this.clsActive)},itemshown(){this.updateActiveClasses()}},methods:{reorder(){if(this.finite){h(this.slides,"order","");return}const t=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach((n,r)=>h(n,"order",this.dir>0&&r<t?1:this.dir<0&&r>=this.index?-1:"")),!this.center)return;const e=this.slides[t];let i=$(this.list).width/2-$(e).width/2,s=0;for(;i>0;){const n=this.getIndex(--s+t,t),r=this.slides[n];h(r,"order",n>t?-2:-1),i-=$(r).width}},updateActiveClasses(){const t=this._getTransitioner(this.index).getActives(),e=[this.clsActive,(!this.sets||p(this.sets,m(this.index)))&&this.clsActivated||""];for(const i of this.slides)j(i,e,p(t,i))},getValidIndex(t,e){if(t===void 0&&(t=this.index),e===void 0&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;let i;do{if(p(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t},getAdjacentSlides(){const{width:t}=$(this.list),e=-t,i=t*2,s=$(this.slides[this.index]).width,n=this.center?t/2-s/2:0,r=new Set;for(const o of[-1,1]){let a=n+(o>0?s:0),l=0;do{const c=this.slides[this.getIndex(this.index+o+l++*o)];a+=$(c).width*o,r.add(c)}while(this.slides.length>l&&a>e&&a<i)}return Array.from(r)}}};function Ra(t){return Math.max(0,...B(t).map(e=>$(e).width))}var Fn={mixins:[An],data:{selItem:"!li"},computed:{item(t,e){let{selItem:i}=t;return ut(i,e)}},events:[{name:"itemin itemout",self:!0,el(){return this.item},handler(t){let{type:e,detail:{percent:i,duration:s,timing:n,dir:r}}=t;z.read(()=>{const o=this.getCss(Wn(e,r,i)),a=this.getCss(Ln(e)?.5:r>0?1:0);z.write(()=>{h(this.$el,o),C.start(this.$el,a,s,n).catch(P)})})}},{name:"transitioncanceled transitionend",self:!0,el(){return this.item},handler(){C.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el(){return this.item},handler(t){let{type:e,detail:{percent:i,dir:s}}=t;z.read(()=>{const n=this.getCss(Wn(e,s,i));z.write(()=>h(this.$el,n))})}}]};function Ln(t){return $t(t,"in")}function Wn(t,e,i){return i/=2,Ln(t)^e<0?i:1-i}var ja={...ts,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-h(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:re(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-h(t,"opacity")},translate(t){return[{opacity:1-t,transform:re(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:R(30),zIndex:-1},{transform:R(),zIndex:0}]:[{transform:R(-100),zIndex:0},{transform:R(),zIndex:-1}]},percent(t,e,i){return i<0?1-ze(e):ze(t)},translate(t,e){return e<0?[{transform:R(30*t),zIndex:-1},{transform:R(-100*(1-t)),zIndex:0}]:[{transform:R(-t*100),zIndex:0},{transform:R(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:R(100),zIndex:0},{transform:R(),zIndex:-1}]:[{transform:R(-30),zIndex:-1},{transform:R(),zIndex:0}]},percent(t,e,i){return i>0?1-ze(e):ze(t)},translate(t,e){return e<0?[{transform:R(t*100),zIndex:0},{transform:R(-30*(1-t)),zIndex:-1}]:[{transform:R(-30*t),zIndex:-1},{transform:R(100*(1-t)),zIndex:0}]}}},qa={mixins:[U,Cn,Dn,Bn],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:ja},update:{read(){if(!this.list)return!1;let[t,e]=this.ratio.split(":").map(Number);return e=e*this.list.offsetWidth/t||0,this.minHeight&&(e=Math.max(this.minHeight,e)),this.maxHeight&&(e=Math.min(this.maxHeight,e)),{height:e-Xt(this.list,"height","content-box")}},write(t){let{height:e}=t;e>0&&h(this.list,"minHeight",e)},events:["resize"]},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}},Va={mixins:[U,xn],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},created(){for(const t of["init","start","move","end"]){const e=this[t];this[t]=i=>{wt(this.pos,Gt(i)),e(i)}}},events:{name:ct,passive:!1,handler:"init"},computed:{target(){return(this.$el.tBodies||[this.$el])[0]},items(){return B(this.target)},isEmpty:{get(){return de(this.items)},watch(t){j(this.target,this.clsEmpty,t)},immediate:!0},handles:{get(t,e){let{handle:i}=t;return i?M(i,e):this.items},watch(t,e){h(e,{touchAction:"",userSelect:""}),h(t,{touchAction:Dt?"none":"",userSelect:"none"})},immediate:!0}},update:{write(t){if(!this.drag||!_(this.placeholder))return;const{pos:{x:e,y:i},origin:{offsetTop:s,offsetLeft:n},placeholder:r}=this;h(this.drag,{top:i-s,left:e-n});const o=this.getSortable(document.elementFromPoint(e,i));if(!o)return;const{items:a}=o;if(a.some(C.inProgress))return;const l=Ka(a,{x:e,y:i});if(a.length&&(!l||l===r))return;const c=this.getSortable(r),u=Ja(o.target,l,r,e,i,o===c&&t.moved!==l);u!==!1&&(u&&r===u||(o!==c?(c.remove(r),t.moved=l):delete t.moved,o.insert(r,u),this.touched.add(o)))},events:["move"]},methods:{init(t){const{target:e,button:i,defaultPrevented:s}=t,[n]=this.items.filter(r=>F(e,r));!n||s||i>0||Ci(e)||F(e,"."+this.clsNoDrag)||this.handle&&!F(e,this.handle)||(t.preventDefault(),this.touched=new Set([this]),this.placeholder=n,this.origin={target:e,index:Vt(n),...this.pos},I(document,Zt,this.move),I(document,pt,this.end),this.threshold||this.start(t))},start(t){this.drag=Xa(this.$container,this.placeholder);const{left:e,top:i}=this.placeholder.getBoundingClientRect();wt(this.origin,{offsetLeft:this.pos.x-e,offsetTop:this.pos.y-i}),w(this.drag,this.clsDrag,this.clsCustom),w(this.placeholder,this.clsPlaceholder),w(this.items,this.clsItem),w(document.documentElement,this.clsDragState),g(this.$el,"start",[this,this.placeholder]),Ya(this.pos),this.move(t)},move(t){this.drag?this.$emit("move"):(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end(){if(Yt(document,Zt,this.move),Yt(document,pt,this.end),!this.drag)return;Ga();const t=this.getSortable(this.placeholder);this===t?this.origin.index!==Vt(this.placeholder)&&g(this.$el,"moved",[this,this.placeholder]):(g(t.$el,"added",[t,this.placeholder]),g(this.$el,"removed",[this,this.placeholder])),g(this.$el,"stop",[this,this.placeholder]),ht(this.drag),this.drag=null;for(const{clsPlaceholder:e,clsItem:i}of this.touched)for(const s of this.touched)A(s.items,e,i);this.touched=null,A(document.documentElement,this.clsDragState)},insert(t,e){w(this.items,this.clsItem);const i=()=>e?Bi(e,t):Y(this.target,t);this.animate(i)},remove(t){!F(t,this.target)||this.animate(()=>ht(t))},getSortable(t){do{const e=this.$getComponent(t,"sortable");if(e&&(e===this||this.group!==!1&&e.group===this.group))return e}while(t=_(t))}}};let Rn;function Ya(t){let e=Date.now();Rn=setInterval(()=>{let{x:i,y:s}=t;s+=Ot(window);const n=(Date.now()-e)*.3;e=Date.now(),Ht(document.elementFromPoint(i,t.y),/auto|scroll/).reverse().some(r=>{let{scrollTop:o,scrollHeight:a}=r;const{top:l,bottom:c,height:u}=E(ie(r));if(l<s&&l+35>s)o-=n;else if(c>s&&c-35<s)o+=n;else return;if(o>0&&o<a-u)return Ot(r,o),!0})},15)}function Ga(){clearInterval(Rn)}function Xa(t,e){const i=Y(t,e.outerHTML.replace(/(^<)(?:li|tr)|(?:li|tr)(\/>$)/g,"$1div$2"));return h(i,"margin","0","important"),h(i,{boxSizing:"border-box",width:e.offsetWidth,height:e.offsetHeight,padding:h(e,"padding")}),W(i.firstElementChild,W(e.firstElementChild)),i}function Ka(t,e){return t[vt(t,i=>je(e,i.getBoundingClientRect()))]}function Ja(t,e,i,s,n,r){if(!B(t).length)return;const o=e.getBoundingClientRect();if(!r)return Za(t,i)||n<o.top+o.height/2?e:e.nextElementSibling;const a=i.getBoundingClientRect(),l=jn([o.top,o.bottom],[a.top,a.bottom]),c=l?s:n,u=l?"width":"height",d=l?"left":"top",f=l?"right":"bottom",b=a[u]<o[u]?o[u]-a[u]:0;return a[d]<o[d]?b&&c<o[d]+b?!1:e.nextElementSibling:b&&c>o[f]-b?!1:e}function Za(t,e){const i=B(t).length===1;i&&Y(t,e);const s=B(t),n=s.some((r,o)=>{const a=r.getBoundingClientRect();return s.slice(o+1).some(l=>{const c=l.getBoundingClientRect();return!jn([a.left,a.right],[c.left,c.right])})});return i&&ht(e),n}function jn(t,e){return t[1]>e[0]&&e[1]>t[0]}var Qa={mixins:[ne,yt,Vs],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["uk-animation-scale-up"],duration:100,cls:"uk-active",clsPos:"uk-tooltip"},beforeConnect(){this._hasTitle=Mt(this.$el,"title"),k(this.$el,"title",""),this.updateAria(!1),Ua(this.$el)},disconnected(){this.hide(),k(this.$el,"title",this._hasTitle?this.title:null)},methods:{show(){this.isToggled(this.tooltip||null)||!this.title||(this._unbind=L(document,"show keydown "+ct,this.hide,!1,t=>t.type===ct&&!F(t.target,this.$el)||t.type==="keydown"&&t.keyCode===27||t.type==="show"&&t.detail[0]!==this&&t.detail[0].$name===this.$name),clearTimeout(this.showTimer),this.showTimer=setTimeout(this._show,this.delay))},async hide(){H(this.$el,"input:focus")||(clearTimeout(this.showTimer),!!this.isToggled(this.tooltip||null)&&(await this.toggleElement(this.tooltip,!1,!1),ht(this.tooltip),this.tooltip=null,this._unbind()))},_show(){this.tooltip=Y(this.container,'<div class="'+this.clsPos+'"> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),I(this.tooltip,"toggled",(t,e)=>{this.updateAria(e),!!e&&(this.positionAt(this.tooltip,this.$el),this.origin=this.getAxis()==="y"?Ce(this.dir)+"-"+this.align:this.align+"-"+Ce(this.dir))}),this.toggleElement(this.tooltip,!0)},updateAria(t){k(this.$el,"aria-expanded",t)}},events:{focus:"show",blur:"hide",[Bt+" "+Qt](t){bt(t)||this[t.type===Bt?"show":"hide"]()},[ct](t){bt(t)&&this.show()}}};function Ua(t){Ye(t)||k(t,"tabindex","0")}var tl={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:P,beforeAll:P,beforeSend:P,complete:P,completeAll:P,error:P,fail:P,load:P,loadEnd:P,loadStart:P,progress:P},events:{change(t){!H(t.target,'input[type="file"]')||(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop(t){vi(t);const e=t.dataTransfer;!(e!=null&&e.files)||(A(this.$el,this.clsDragover),this.upload(e.files))},dragenter(t){vi(t)},dragover(t){vi(t),w(this.$el,this.clsDragover)},dragleave(t){vi(t),A(this.$el,this.clsDragover)}},methods:{async upload(t){if(!t.length)return;g(this.$el,"upload",[t]);for(const s of t){if(this.maxSize&&this.maxSize*1e3<s.size){this.fail(this.msgInvalidSize.replace("%s",this.maxSize));return}if(this.allow&&!qn(this.allow,s.name)){this.fail(this.msgInvalidName.replace("%s",this.allow));return}if(this.mime&&!qn(this.mime,s.type)){this.fail(this.msgInvalidMime.replace("%s",this.mime));return}}this.multiple||(t=t.slice(0,1)),this.beforeAll(this,t);const e=el(t,this.concurrent),i=async s=>{const n=new FormData;s.forEach(r=>n.append(this.name,r));for(const r in this.params)n.append(r,this.params[r]);try{const r=await ms(this.url,{data:n,method:this.method,responseType:this.type,beforeSend:o=>{const{xhr:a}=o;a.upload&&I(a.upload,"progress",this.progress);for(const l of["loadStart","load","loadEnd","abort"])I(a,l.toLowerCase(),this[l]);return this.beforeSend(o)}});this.complete(r),e.length?await i(e.shift()):this.completeAll(r)}catch(r){this.error(r)}};await i(e.shift())}}};function qn(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function el(t,e){t=cs(t);const i=[];for(let s=0;s<t.length;s+=e)i.push(t.slice(s,s+e));return i}function vi(t){t.preventDefault(),t.stopPropagation()}var il=Object.freeze({__proto__:null,Countdown:ca,Filter:ga,Lightbox:Ia,LightboxPanel:In,Notification:Aa,Parallax:Oa,Slider:Wa,SliderParallax:Fn,Slideshow:qa,SlideshowParallax:Fn,Sortable:Va,Tooltip:Qa,Upload:tl});return tt(il,(t,e)=>Q.component(e,t)),Q});