uikit 3.14.1-dev.e15dd286c → 3.14.2-dev.5f6f1e6a6

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 (63) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/build/util.js +2 -2
  3. package/dist/css/uikit-core-rtl.css +6 -1
  4. package/dist/css/uikit-core-rtl.min.css +1 -1
  5. package/dist/css/uikit-core.css +6 -1
  6. package/dist/css/uikit-core.min.css +1 -1
  7. package/dist/css/uikit-rtl.css +6 -1
  8. package/dist/css/uikit-rtl.min.css +1 -1
  9. package/dist/css/uikit.css +6 -1
  10. package/dist/css/uikit.min.css +1 -1
  11. package/dist/js/components/countdown.js +1 -1
  12. package/dist/js/components/countdown.min.js +2 -1
  13. package/dist/js/components/filter.js +1 -1
  14. package/dist/js/components/filter.min.js +2 -1
  15. package/dist/js/components/lightbox-panel.js +6 -1
  16. package/dist/js/components/lightbox-panel.min.js +2 -1
  17. package/dist/js/components/lightbox.js +6 -1
  18. package/dist/js/components/lightbox.min.js +2 -1
  19. package/dist/js/components/notification.js +1 -1
  20. package/dist/js/components/notification.min.js +2 -1
  21. package/dist/js/components/parallax.js +1 -1
  22. package/dist/js/components/parallax.min.js +2 -1
  23. package/dist/js/components/slider-parallax.js +1 -1
  24. package/dist/js/components/slider-parallax.min.js +2 -1
  25. package/dist/js/components/slider.js +1 -1
  26. package/dist/js/components/slider.min.js +2 -1
  27. package/dist/js/components/slideshow-parallax.js +1 -1
  28. package/dist/js/components/slideshow-parallax.min.js +2 -1
  29. package/dist/js/components/slideshow.js +1 -1
  30. package/dist/js/components/slideshow.min.js +2 -1
  31. package/dist/js/components/sortable.js +1 -1
  32. package/dist/js/components/sortable.min.js +2 -1
  33. package/dist/js/components/tooltip.js +14 -14
  34. package/dist/js/components/tooltip.min.js +2 -1
  35. package/dist/js/components/upload.js +1 -1
  36. package/dist/js/components/upload.min.js +2 -1
  37. package/dist/js/uikit-core.js +53 -50
  38. package/dist/js/uikit-core.min.js +2 -1
  39. package/dist/js/uikit-icons.js +1 -1
  40. package/dist/js/uikit-icons.min.js +2 -1
  41. package/dist/js/uikit.js +53 -50
  42. package/dist/js/uikit.min.js +2 -1
  43. package/package.json +12 -12
  44. package/src/js/api/hooks.js +1 -1
  45. package/src/js/core/drop.js +16 -7
  46. package/src/js/core/height-viewport.js +1 -2
  47. package/src/js/core/scrollspy.js +7 -9
  48. package/src/js/core/toggle.js +4 -0
  49. package/src/js/mixin/position.js +7 -22
  50. package/src/js/mixin/togglable.js +5 -0
  51. package/src/js/util/position.js +9 -9
  52. package/src/js/util/viewport.js +2 -8
  53. package/src/less/components/drop.less +1 -0
  54. package/src/less/components/dropdown.less +1 -0
  55. package/src/less/components/navbar.less +2 -0
  56. package/src/less/components/tooltip.less +1 -0
  57. package/src/scss/components/drop.scss +1 -0
  58. package/src/scss/components/dropdown.scss +1 -0
  59. package/src/scss/components/navbar.scss +2 -0
  60. package/src/scss/components/tooltip.scss +1 -0
  61. package/tests/drop.html +20 -2
  62. package/tests/dropdown.html +6 -0
  63. package/tests/navbar.html +6 -0
@@ -1 +1,2 @@
1
- /*! UIkit 3.14.1-dev.e15dd286c | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */(function(It,qt){typeof exports=="object"&&typeof module<"u"?module.exports=qt():typeof define=="function"&&define.amd?define("uikit",qt):(It=typeof globalThis<"u"?globalThis:It||self,It.UIkit=qt())})(this,function(){"use strict";const{hasOwnProperty:It,toString:qt}=Object.prototype;function bt(t,e){return It.call(t,e)}const Yn=/\B([A-Z])/g,yt=q(t=>t.replace(Yn,"-$1").toLowerCase()),Gn=/-(\w)/g,Et=q(t=>t.replace(Gn,Ci)),ht=q(t=>t.length?Ci(null,t.charAt(0))+t.slice(1):"");function Ci(t,e){return e?e.toUpperCase():""}function V(t,e){return t==null||t.startsWith==null?void 0:t.startsWith(e)}function Yt(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 he(t,e){return t==null||t.findIndex==null?void 0:t.findIndex(e)}const{isArray:I,from:Ai}=Array,{assign:Pt}=Object;function U(t){return typeof t=="function"}function ut(t){return t!==null&&typeof t=="object"}function ft(t){return qt.call(t)==="[object Object]"}function $t(t){return ut(t)&&t===t.window}function Gt(t){return Fe(t)===9}function Le(t){return Fe(t)>=1}function Vt(t){return Fe(t)===1}function Fe(t){return!$t(t)&&ut(t)&&t.nodeType}function ue(t){return typeof t=="boolean"}function $(t){return typeof t=="string"}function Re(t){return typeof t=="number"}function dt(t){return Re(t)||$(t)&&!isNaN(t-parseFloat(t))}function je(t){return!(I(t)?t.length:ut(t)?Object.keys(t).length:!1)}function F(t){return t===void 0}function We(t){return ue(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function Xt(t){const e=Number(t);return isNaN(e)?!1:e}function b(t){return parseFloat(t)||0}function A(t){return d(t)[0]}function d(t){return t&&(Le(t)?[t]:Array.from(t).filter(Le))||[]}function _t(t){var e;if($t(t))return t;t=A(t);const i=Gt(t)?t:(e=t)==null?void 0:e.ownerDocument;return i?.defaultView||window}function Ei(t,e){return t===e||ut(t)&&ut(e)&&Object.keys(t).length===Object.keys(e).length&&xt(t,(i,n)=>i===e[n])}function Ie(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),n=>n===e?i:e)}function fe(t){return t[t.length-1]}function xt(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function qe(t,e){return t.slice().sort((i,n)=>{let{[e]:s=0}=i,{[e]:o=0}=n;return s>o?1:o>s?-1:0})}function Vn(t,e){const i=new Set;return t.filter(n=>{let{[e]:s}=n;return i.has(s)?!1:i.add(s)})}function rt(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=1),Math.min(Math.max(Xt(t)||0,e),i)}function pt(){}function Ye(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every(n=>{let[s,o]=n;return Math.min(...e.map(r=>{let{[s]:a}=r;return a}))-Math.max(...e.map(r=>{let{[o]:a}=r;return a}))>0})}function Ge(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function Ve(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function Pi(t,e){t={...t};for(const i in t)t=t[i]>e[i]?Ve(t,i,e[i]):t;return t}function Xn(t,e){t=Pi(t,e);for(const i in t)t=t[i]<e[i]?Ve(t,i,e[i]):t;return t}const Xe={ratio:Ve,contain:Pi,cover:Xn};function de(t,e,i,n){i===void 0&&(i=0),n===void 0&&(n=!1),e=d(e);const{length:s}=e;return s?(t=dt(t)?Xt(t):t==="next"?i+1:t==="previous"?i-1:e.indexOf(A(t)),n?rt(t,0,s-1):(t%=s,t<0?t+s:t)):-1}function q(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class _i{constructor(){this.promise=new Promise((e,i)=>{this.reject=i,this.resolve=e})}}function w(t,e,i){if(ut(e)){for(const s in e)w(t,s,e[s]);return}if(F(i)){var n;return(n=A(t))==null?void 0:n.getAttribute(e)}else for(const s of d(t))U(i)&&(i=i.call(s,w(s,e))),i===null?Jt(s,e):s.setAttribute(e,i)}function Ot(t,e){return d(t).some(i=>i.hasAttribute(e))}function Jt(t,e){const i=d(t);for(const n of e.split(" "))for(const s of i)s.removeAttribute(n)}function Bt(t,e){for(const i of[e,"data-"+e])if(Ot(t,i))return w(t,i)}const Jn={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 Je(t){return d(t).some(e=>Jn[e.tagName.toLowerCase()])}function O(t){return d(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const pe="input,select,textarea,button";function Oi(t){return d(t).some(e=>P(e,pe))}const ge=pe+",a[href],[tabindex]";function Ke(t){return P(t,ge)}function S(t){var e;return(e=A(t))==null?void 0:e.parentElement}function Kt(t,e){return d(t).filter(i=>P(i,e))}function P(t,e){return d(t).some(i=>i.matches(e))}function X(t,e){return V(e,">")&&(e=e.slice(1)),Vt(t)?t.closest(e):d(t).map(i=>X(i,e)).filter(Boolean)}function B(t,e){return $(e)?P(t,e)||!!X(t,e):t===e||A(e).contains(A(t))}function Zt(t,e){const i=[];for(;t=S(t);)(!e||P(t,e))&&i.push(t);return i}function at(t,e){t=A(t);const i=t?d(t.children):[];return e?Kt(i,e):i}function Ze(t,e){return e?d(t).indexOf(A(e)):at(S(t)).indexOf(t)}function kt(t,e){return Qe(t,Ni(t,e))}function Qt(t,e){return Ut(t,Ni(t,e))}function Qe(t,e){return A(Mi(t,e,"querySelector"))}function Ut(t,e){return d(Mi(t,e,"querySelectorAll"))}const Kn=/(^|[^\\],)\s*[!>+~-]/,Bi=q(t=>t.match(Kn));function Ni(t,e){return e===void 0&&(e=document),$(t)&&Bi(t)||Gt(e)?e:e.ownerDocument}const Zn=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Qn=q(t=>t.replace(Zn,"$1 *"));function Mi(t,e,i){if(e===void 0&&(e=document),!t||!$(t))return t;if(t=Qn(t),Bi(t)){const n=ts(t);t="";for(let s of n){let o=e;if(s[0]==="!"){const r=s.substr(1).trim().split(" ");if(o=X(S(e),r[0]),s=r.slice(1).join(" ").trim(),!s.length&&n.length===1)return o}if(s[0]==="-"){const r=s.substr(1).trim().split(" "),a=(o||e).previousElementSibling;o=P(a,s.substr(1))?a:null,s=r.slice(1).join(" ")}o&&(t+=(t?",":"")+es(o)+" "+s)}e=document}try{return e[i](t)}catch{return null}}const Un=/.*?[^\\](?:,|$)/g,ts=q(t=>t.match(Un).map(e=>e.replace(/,$/,"").trim()));function es(t){const e=[];for(;t.parentNode;){const i=w(t,"id");if(i){e.unshift("#"+Ue(i));break}else{let{tagName:n}=t;n!=="HTML"&&(n+=":nth-child("+(Ze(t)+1)+")"),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function Ue(t){return $(t)?CSS.escape(t):""}function C(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,o,r,a=!1]=ti(e);r.length>1&&(r=ns(r)),a!=null&&a.self&&(r=ss(r)),o&&(r=is(o,r));for(const l of s)for(const h of n)h.addEventListener(l,r,a);return()=>Di(n,s,r,a)}function Di(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,s,,o,r=!1]=ti(e);for(const a of s)for(const l of n)l.removeEventListener(a,o,r)}function E(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[n,s,o,r,a=!1,l]=ti(e),h=C(n,s,o,u=>{const f=!l||l(u);f&&(h(),r(u,f))},a);return h}function x(t,e,i){return ei(t).every(n=>n.dispatchEvent(me(e,!0,!0,i)))}function me(t,e,i,n){return e===void 0&&(e=!0),i===void 0&&(i=!1),$(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function ti(t){return t[0]=ei(t[0]),$(t[1])&&(t[1]=t[1].split(" ")),U(t[2])&&t.splice(2,0,!1),t}function is(t,e){return i=>{const n=t[0]===">"?Ut(t,i.currentTarget).reverse().filter(s=>B(i.target,s))[0]:X(i.target,t);n&&(i.current=n,e.call(this,i))}}function ns(t){return e=>I(e.detail)?t(e,...e.detail):t(e)}function ss(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function zi(t){return t&&"addEventListener"in t}function os(t){return zi(t)?t:A(t)}function ei(t){return I(t)?t.map(os).filter(Boolean):$(t)?Ut(t):zi(t)?[t]:d(t)}function Nt(t){return t.pointerType==="touch"||!!t.touches}function ve(t){var e,i;const{clientX:n,clientY:s}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:s}}function rs(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:pt,responseType:"",...e};return Promise.resolve().then(()=>i.beforeSend(i)).then(()=>as(t,i))}function as(t,e){return new Promise((i,n)=>{const{xhr:s}=e;for(const o in e)if(o in s)try{s[o]=e[o]}catch{}s.open(e.method.toUpperCase(),t);for(const o in e.headers)s.setRequestHeader(o,e.headers[o]);C(s,"load",()=>{s.status===0||s.status>=200&&s.status<300||s.status===304?i(s):n(Pt(Error(s.statusText),{xhr:s,status:s.status}))}),C(s,"error",()=>n(Pt(Error("Network Error"),{xhr:s}))),C(s,"timeout",()=>n(Pt(Error("Network Timeout"),{xhr:s}))),s.send(e.data)})}function ls(t,e,i){return new Promise((n,s)=>{const o=new Image;o.onerror=r=>{s(r)},o.onload=()=>{n(o)},i&&(o.sizes=i),e&&(o.srcset=e),o.src=t})}const cs={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){n===void 0&&(n="");const s=d(t);for(const o of s)if($(e)){if(e=ii(e),F(i))return getComputedStyle(o).getPropertyValue(e);o.style.setProperty(e,dt(i)&&!cs[e]?i+"px":i||Re(i)?i:"",n)}else if(I(e)){const r={};for(const a of e)r[a]=c(o,a);return r}else ut(e)&&(n=i,xt(e,(r,a)=>c(o,a,r,n)));return s[0]}const hs=/^\s*(["'])?(.*?)\1\s*$/;function we(t,e){return e===void 0&&(e=document.documentElement),c(e,"--uk-"+t).replace(hs,"$2")}const ii=q(t=>us(t)),Hi=["webkit","moz"];function us(t){if(t[0]==="-")return t;t=yt(t);const{style:e}=document.documentElement;if(t in e)return t;let i=Hi.length,n;for(;i--;)if(n="-"+Hi[i]+"-"+t,n in e)return n}function y(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];Li(t,i,"add")}function H(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];Li(t,i,"remove")}function ni(t,e){w(t,"class",i=>(i||"").replace(new RegExp("\\b"+e+"\\b","g"),""))}function si(t){!(arguments.length<=1)&&arguments[1]&&H(t,arguments.length<=1?void 0:arguments[1]),!(arguments.length<=2)&&arguments[2]&&y(t,arguments.length<=2?void 0:arguments[2])}function m(t,e){return[e]=oi(e),!!e&&d(t).some(i=>i.classList.contains(e))}function R(t,e,i){const n=oi(e);F(i)||(i=!!i);for(const s of d(t))for(const o of n)s.classList.toggle(o,i)}function Li(t,e,i){e=e.reduce((n,s)=>n.concat(oi(s)),[]);for(const n of d(t))n.classList[i](...e)}function oi(t){return String(t).split(/\s|,/).filter(Boolean)}function Fi(t,e,i,n){return i===void 0&&(i=400),n===void 0&&(n="linear"),Promise.all(d(t).map(s=>new Promise((o,r)=>{for(const l in e){const h=c(s,l);h===""&&c(s,l,h)}const a=setTimeout(()=>x(s,"transitionend"),i);E(s,"transitionend transitioncanceled",l=>{let{type:h}=l;clearTimeout(a),H(s,"uk-transition"),c(s,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),h==="transitioncanceled"?r():o(s)},{self:!0}),y(s,"uk-transition"),c(s,{transitionProperty:Object.keys(e).map(ii).join(","),transitionDuration:i+"ms",transitionTimingFunction:n,...e})})))}const gt={start:Fi,stop(t){return x(t,"transitionend"),Promise.resolve()},cancel(t){x(t,"transitioncanceled")},inProgress(t){return m(t,"uk-transition")}},te="uk-animation-";function ri(t,e,i,n,s){return i===void 0&&(i=200),Promise.all(d(t).map(o=>new Promise((r,a)=>{x(o,"animationcanceled");const l=setTimeout(()=>x(o,"animationend"),i);E(o,"animationend animationcanceled",h=>{let{type:u}=h;clearTimeout(l),u==="animationcanceled"?a():r(o),c(o,"animationDuration",""),ni(o,te+"\\S*")},{self:!0}),c(o,"animationDuration",i+"ms"),y(o,e,te+(s?"leave":"enter")),V(e,te)&&(n&&y(o,"uk-transform-origin-"+n),s&&y(o,te+"reverse"))})))}const fs=new RegExp(te+"(enter|leave)"),tt={in:ri,out(t,e,i,n){return ri(t,e,i,n,!0)},inProgress(t){return fs.test(w(t,"class"))},cancel(t){x(t,"animationcanceled")}},Tt={width:["left","right"],height:["top","bottom"]};function et(t){const e=Vt(t)?A(t).getBoundingClientRect():{height:N(t),width:ie(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){const i=et(t);if(t){const{scrollY:s,scrollX:o}=_t(t),r={height:s,width:o};for(const a in Tt)for(const l of Tt[a])i[l]+=r[a]}if(!e)return i;const n=c(t,"position");xt(c(t,["left","top"]),(s,o)=>c(t,o,e[o]-i[o]+b(n==="absolute"&&s==="auto"?Ri(t)[o]:s)))}function Ri(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:s},offsetParent:o}=A(t);let r=o||s;for(;r&&(r===n||r===s)&&c(r,"position")==="static";)r=r.parentNode;if(Vt(r)){const a=v(r);e-=a.top+b(c(r,"borderTopWidth")),i-=a.left+b(c(r,"borderLeftWidth"))}return{top:e-b(c(t,"marginTop")),left:i-b(c(t,"marginLeft"))}}function ee(t){const e=[0,0];t=A(t);do if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,c(t,"position")==="fixed"){const i=_t(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}while(t=t.offsetParent);return e}const N=ji("height"),ie=ji("width");function ji(t){const e=ht(t);return(i,n)=>{if(F(n)){if($t(i))return i["inner"+e];if(Gt(i)){const s=i.documentElement;return Math.max(s["offset"+e],s["scroll"+e])}return i=A(i),n=c(i,t),n=n==="auto"?i["offset"+e]:b(n)||0,n-ne(i,t)}else return c(i,t,!n&&n!==0?"":+n+ne(i,t)+"px")}}function ne(t,e,i){return i===void 0&&(i="border-box"),c(t,"boxSizing")===i?Tt[e].map(ht).reduce((n,s)=>n+b(c(t,"padding"+s))+b(c(t,"border"+s+"Width")),0):0}function Wi(t){for(const e in Tt)for(const i in Tt[e])if(Tt[e][i]===t)return Tt[e][1-i];return t}function J(t,e,i,n){return e===void 0&&(e="width"),i===void 0&&(i=window),n===void 0&&(n=!1),$(t)?ps(t).reduce((s,o)=>{const r=ms(o);return r&&(o=vs(r==="vh"?N(_t(i)):r==="vw"?ie(_t(i)):n?i["offset"+ht(e)]:et(i)[e],o)),s+b(o)},0):b(t)}const ds=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,ps=q(t=>t.toString().replace(/\s/g,"").match(ds)||[]),gs=/(?:v[hw]|%)$/,ms=q(t=>(t.match(gs)||[])[0]);function vs(t,e){return t*b(e)/100}function ai(t){if(document.readyState!=="loading"){t();return}E(document,"DOMContentLoaded",t)}function it(t,e){var i;return(t==null||(i=t.tagName)==null?void 0:i.toLowerCase())===e.toLowerCase()}function ws(t){return li(t,"")}function be(t,e){return F(e)?g(t).innerHTML:li(t,e)}const li=se("replaceChildren"),bs=se("prepend"),lt=se("append"),Ii=se("before"),ye=se("after");function se(t){return function(e,i){var n;const s=d($(i)?Dt(i):i);return(n=g(e))==null||n[t](...s),Yi(s)}}function Mt(t){d(t).forEach(e=>e.remove())}function $e(t,e){for(e=A(Ii(t,e));e.firstChild;)e=e.firstChild;return lt(e,t),e}function qi(t,e){return d(d(t).map(i=>i.hasChildNodes()?$e(d(i.childNodes),e):lt(i,e)))}function xe(t){d(t).map(S).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const ys=/^\s*<(\w+|!)[^>]*>/,$s=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Dt(t){const e=$s.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return ys.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,Yi(i.childNodes)}function Yi(t){return t.length>1?t:t[0]}function mt(t,e){if(!!Vt(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;mt(t,e),t=i}}function g(t,e){return Gi(t)?A(Dt(t)):Qe(t,e)}function M(t,e){return Gi(t)?d(Dt(t)):Ut(t,e)}function Gi(t){return $(t)&&V(t.trim(),"<")}const St=typeof window<"u",oe=St&&w(document.documentElement,"dir")==="rtl",zt=St&&"ontouchstart"in window,Ht=St&&window.PointerEvent,Lt=Ht?"pointerdown":zt?"touchstart":"mousedown",xs=Ht?"pointermove":zt?"touchmove":"mousemove",Ft=Ht?"pointerup":zt?"touchend":"mouseup",ke=Ht?"pointerenter":zt?"":"mouseenter",Te=Ht?"pointerleave":zt?"":"mouseleave",Se=Ht?"pointercancel":"touchcancel",D={reads:[],writes:[],read(t){return this.reads.push(t),hi(),t},write(t){return this.writes.push(t),hi(),t},clear(t){Xi(this.reads,t),Xi(this.writes,t)},flush:ci};function ci(t){Vi(D.reads),Vi(D.writes.splice(0)),D.scheduled=!1,(D.reads.length||D.writes.length)&&hi(t+1)}const ks=4;function hi(t){D.scheduled||(D.scheduled=!0,t&&t<ks?Promise.resolve().then(()=>ci(t)):requestAnimationFrame(()=>ci(1)))}function Vi(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function Xi(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function ui(){}ui.prototype={positions:[],init(){this.positions=[];let t;this.unbind=C(document,"mousemove",e=>t=ve(e)),this.interval=setInterval(()=>{!t||(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:s,bottom:o}=e,[r]=this.positions,a=fe(this.positions),l=[r,a];return Ge(a,e)?!1:[[{x:i,y:s},{x:n,y:o}],[{x:i,y:o},{x:n,y:s}]].some(u=>{const f=Ts(l,u);return f&&Ge(f,e)})}};function Ts(t,e){let[{x:i,y:n},{x:s,y:o}]=t,[{x:r,y:a},{x:l,y:h}]=e;const u=(h-a)*(s-i)-(l-r)*(o-n);if(u===0)return!1;const f=((l-r)*(n-a)-(h-a)*(i-r))/u;return f<0?!1:{x:i+f*(s-i),y:n+f*(o-n)}}function Rt(t,e,i,n){n===void 0&&(n=!0);const s=new IntersectionObserver(n?(o,r)=>{o.some(a=>a.isIntersecting)&&e(o,r)}:e,i);for(const o of d(t))s.observe(o);return s}const Ss=St&&window.ResizeObserver;function fi(t,e,i){return i===void 0&&(i={box:"border-box"}),Ss?Ki(ResizeObserver,t,e,i):(Cs(),re.add(e),{disconnect(){re.delete(e)}})}let re;function Cs(){if(re)return;re=new Set;let t;const e=()=>{if(!t){t=!0,D.read(()=>t=!1);for(const i of re)i()}};C(window,"load resize",e),C(document,"loadedmetadata load",e,!0)}function Ji(t,e,i){return Ki(MutationObserver,t,e,i)}function Ki(t,e,i,n){const s=new t(i);for(const o of d(e))s.observe(o,n);return s}const z={};z.events=z.created=z.beforeConnect=z.connected=z.beforeDisconnect=z.disconnected=z.destroy=di,z.args=function(t,e){return e!==!1&&di(e||t)},z.update=function(t,e){return qe(di(t,U(e)?{read:e}:e),"order")},z.props=function(t,e){if(I(e)){const i={};for(const n of e)i[n]=String;e=i}return z.methods(t,e)},z.computed=z.methods=function(t,e){return e?t?{...t,...e}:e:t},z.data=function(t,e,i){return i?Zi(t,e,i):e?t?function(n){return Zi(t,e,n)}:e:t};function Zi(t,e,i){return z.computed(U(t)?t.call(i,i):t,U(e)?e.call(i,i):e)}function di(t,e){return t=t&&!I(t)?[t]:t,e?t?t.concat(e):I(e)?e:[e]:t}function As(t,e){return F(e)?t:e}function jt(t,e,i){const n={};if(U(e)&&(e=e.options),e.extends&&(t=jt(t,e.extends,i)),e.mixins)for(const o of e.mixins)t=jt(t,o,i);for(const o in t)s(o);for(const o in e)bt(t,o)||s(o);function s(o){n[o]=(z[o]||As)(t[o],e[o],i)}return n}function pi(t,e){e===void 0&&(e=[]);try{return t?V(t,"{")?JSON.parse(t):e.length&&!p(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[s,o]=n.split(/:(.*)/);return s&&!F(o)&&(i[s.trim()]=o.trim()),i},{}):{}}catch{return{}}}function Qi(t){if(Ae(t)&&gi(t,{func:"playVideo",method:"play"}),Ce(t))try{t.play().catch(pt)}catch{}}function Ui(t){Ae(t)&&gi(t,{func:"pauseVideo",method:"pause"}),Ce(t)&&t.pause()}function tn(t){Ae(t)&&gi(t,{func:"mute",method:"setVolume",value:0}),Ce(t)&&(t.muted=!0)}function en(t){return Ce(t)||Ae(t)}function Ce(t){return it(t,"video")}function Ae(t){return it(t,"iframe")&&(nn(t)||sn(t))}function nn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function sn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function gi(t,e){await Ps(t),on(t,e)}function on(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const mi="_ukPlayer";let Es=0;function Ps(t){if(t[mi])return t[mi];const e=nn(t),i=sn(t),n=++Es;let s;return t[mi]=new Promise(o=>{e&&E(t,"load",()=>{const r=()=>on(t,{event:"listening",id:n});s=setInterval(r,100),r()}),E(window,"message",o,!1,r=>{let{data:a}=r;try{return a=JSON.parse(a),a&&(e&&a.id===n&&a.event==="onReady"||i&&Number(a.player_id)===n)}catch{}}),t.src=""+t.src+(p(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+n)}).then(()=>clearInterval(s))}function vi(t,e,i){return e===void 0&&(e=0),i===void 0&&(i=0),O(t)?Ye(...vt(t).map(n=>{const{top:s,left:o,bottom:r,right:a}=nt(n);return{top:s-e,left:o-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function ae(t,e){if($t(t)||Gt(t)?t=le(t):t=A(t),F(e))return t.scrollTop;t.scrollTop=e}function wi(t,e){let{offset:i=0}=e===void 0?{}:e;const n=O(t)?vt(t):[];return n.reduce((a,l,h)=>{const{scrollTop:u,scrollHeight:f,offsetHeight:k}=l,L=nt(l),G=f-L.height,{height:T,top:ot}=n[h-1]?nt(n[h-1]):v(t);let Z=Math.ceil(ot-L.top-i+u);return i>0&&k<T+i?Z+=i:i=0,Z>G?(i-=Z-G,Z=G):Z<0&&(i-=Z,Z=0),()=>s(l,Z-u).then(a)},()=>Promise.resolve())();function s(a,l){return new Promise(h=>{const u=a.scrollTop,f=o(Math.abs(l)),k=Date.now();(function L(){const G=r(rt((Date.now()-k)/f));ae(a,u+l*G),G===1?h():requestAnimationFrame(L)})()})}function o(a){return 40*Math.pow(a,.375)}function r(a){return .5*(1-Math.cos(Math.PI*a))}}function rn(t,e,i){if(e===void 0&&(e=0),i===void 0&&(i=0),!O(t))return 0;const[n]=vt(t,/auto|scroll/,!0),{scrollHeight:s,scrollTop:o}=n,{height:r}=nt(n),a=s-r,l=ee(t)[0]-ee(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return rt((o-h)/(u-h))}function vt(t,e,i){e===void 0&&(e=/auto|scroll|hidden/),i===void 0&&(i=!1);const n=le(t);let s=Zt(t).reverse();s=s.slice(s.indexOf(n)+1);const o=he(s,r=>c(r,"position")==="fixed");return~o&&(s=s.slice(o)),[n].concat(s.filter(r=>e.test(c(r,"overflow"))&&(!i||r.scrollHeight>nt(r).height))).reverse()}function nt(t){let e=an(t);e===le(e)&&(e=document.documentElement);let i=v(e);for(let[n,s,o,r]of[["width","x","left","right"],["height","y","top","bottom"]])$t(an(e))||(i[o]+=b(c(e,"border"+ht(o)+"Width"))),i[n]=i[s]=($t(e)?le(e):e)["client"+ht(n)],i[r]=i[n]+i[o];return i}function le(t){const{document:{scrollingElement:e}}=_t(t);return e}function an(t){return t===le(t)?window:t}const ct=[["width","x","left","right"],["height","y","top","bottom"]];function ln(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i};const n=i.flip?hn(t,e,i):cn(t,e,i);v(t,n)}function cn(t,e,i){let{attach:n,offset:s}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i};const o=v(t),r=v(e);for(const[a,[l,h,u,f]]of Object.entries(ct))o[u]=o[h]=r[u]+un(n.target[a],f,r[l])-un(n.element[a],f,o[l])+ +s[a],o[f]=o[u]+o[l];return o}function hn(t,e,i){const n=cn(t,e,i),s=v(e);let{flip:o,attach:{element:r,target:a},offset:l,boundary:h,viewport:u,viewportPadding:f}=i,k=vt(t);h===e&&(k=k.filter(T=>T!==h));const[L]=k;k.push(u);const G={...n};for(const[T,[ot,Z,W,Q]]of Object.entries(ct)){if(o!==!0&&!p(o,Z))continue;const Wn=!dn(n,s,T)&&dn(n,s,1-T);u=fn(...k.filter(Boolean).map(nt)),f&&(u[W]+=f,u[Q]-=f),h&&!Wn&&n[ot]<=v(h)[ot]&&(u=fn(u,v(h)));const In=n[W]>=u[W],qn=n[Q]<=u[Q];if(In&&qn)continue;let Wt;if(Wn){if(r[T]===Q&&In||r[T]===W&&qn)continue;if(Wt=(r[T]===W?-n[ot]:r[T]===Q?n[ot]:0)+(a[T]===W?s[ot]:a[T]===Q?-s[ot]:0)-l[T]*2,!bi({...n,[W]:n[W]+Wt,[Q]:n[Q]+Wt},L,T)){if(bi(n,L,T))continue;if(i.recursion)return!1;const Si=hn(t,e,{...i,attach:{element:r.map(pn).reverse(),target:a.map(pn).reverse()},offset:l.reverse(),flip:o===!0?o:[...o,ct[1-T][1]],recursion:!0});if(Si&&bi(Si,L,1-T))return Si}}else Wt=rt(rt(n[W],u[W],u[Q]-n[ot]),s[W]-n[ot]+l[T],s[Q]-l[T])-n[W];G[W]=n[Z]=n[W]+Wt,G[Q]+=Wt}return G}function un(t,e,i){return t==="center"?i/2:t===e?i:0}function fn(){let t={};for(var e=arguments.length,i=new Array(e),n=0;n<e;n++)i[n]=arguments[n];for(const s of i)for(const[,,o,r]of ct)t[o]=Math.max(t[o]||0,s[o]),t[r]=Math.min(...[t[r],s[r]].filter(Boolean));return t}function bi(t,e,i){const n=nt(e),[s,,o,r]=ct[i];return n[o]-=e["scroll"+ht(o)],n[r]=n[o]+e["scroll"+ht(s)],t[o]>=n[o]&&t[r]<=n[r]}function dn(t,e,i){const[,,n,s]=ct[i];return t[s]>e[n]&&e[s]>t[n]}function pn(t){for(let e=0;e<ct.length;e++){const i=ct[e].indexOf(t);if(~i)return ct[1-e][i%2+2]}}var _s=Object.freeze({__proto__:null,ajax:rs,getImage:ls,transition:Fi,Transition:gt,animate:ri,Animation:tt,attr:w,hasAttr:Ot,removeAttr:Jt,data:Bt,addClass:y,removeClass:H,removeClasses:ni,replaceClass:si,hasClass:m,toggleClass:R,dimensions:et,offset:v,position:Ri,offsetPosition:ee,height:N,width:ie,boxModelAdjust:ne,flipPosition:Wi,toPx:J,ready:ai,isTag:it,empty:ws,html:be,replaceChildren:li,prepend:bs,append:lt,before:Ii,after:ye,remove:Mt,wrapAll:$e,wrapInner:qi,unwrap:xe,fragment:Dt,apply:mt,$:g,$$:M,inBrowser:St,isRtl:oe,hasTouch:zt,pointerDown:Lt,pointerMove:xs,pointerUp:Ft,pointerEnter:ke,pointerLeave:Te,pointerCancel:Se,on:C,off:Di,once:E,trigger:x,createEvent:me,toEventTargets:ei,isTouch:Nt,getEventPos:ve,fastdom:D,isVoidElement:Je,isVisible:O,selInput:pe,isInput:Oi,selFocusable:ge,isFocusable:Ke,parent:S,filter:Kt,matches:P,closest:X,within:B,parents:Zt,children:at,index:Ze,hasOwn:bt,hyphenate:yt,camelize:Et,ucfirst:ht,startsWith:V,endsWith:Yt,includes:p,findIndex:he,isArray:I,toArray:Ai,assign:Pt,isFunction:U,isObject:ut,isPlainObject:ft,isWindow:$t,isDocument:Gt,isNode:Le,isElement:Vt,isBoolean:ue,isString:$,isNumber:Re,isNumeric:dt,isEmpty:je,isUndefined:F,toBoolean:We,toNumber:Xt,toFloat:b,toNode:A,toNodes:d,toWindow:_t,isEqual:Ei,swap:Ie,last:fe,each:xt,sortBy:qe,uniqueBy:Vn,clamp:rt,noop:pt,intersectRect:Ye,pointInRect:Ge,Dimensions:Xe,getIndex:de,memoize:q,Deferred:_i,MouseTracker:ui,observeIntersection:Rt,observeResize:fi,observeMutation:Ji,mergeOptions:jt,parseOptions:pi,play:Qi,pause:Ui,mute:tn,isVideo:en,positionAt:ln,query:kt,queryAll:Qt,find:Qe,findAll:Ut,escape:Ue,css:c,getCssVar:we,propName:ii,isInView:vi,scrollTop:ae,scrollIntoView:wi,scrolledOver:rn,scrollParents:vt,offsetViewport:nt});function Os(t){const e=t.data;t.use=function(s){if(!s.installed)return s.call(null,this),s.installed=!0,this},t.mixin=function(s,o){o=($(o)?t.component(o):o)||this,o.options=jt(o.options,s)},t.extend=function(s){s=s||{};const o=this,r=function(l){this._init(l)};return r.prototype=Object.create(o.prototype),r.prototype.constructor=r,r.options=jt(o.options,s),r.super=o,r.extend=o.extend,r},t.update=function(s,o){s=s?A(s):document.body;for(const r of Zt(s).reverse())n(r[e],o);mt(s,r=>n(r[e],o))};let i;Object.defineProperty(t,"container",{get(){return i||document.body},set(s){i=g(s)}});function n(s,o){if(!!s)for(const r in s)s[r]._connected&&s[r]._callUpdate(o)}}function Bs(t){t.prototype._callHook=function(n){var s;(s=this.$options[n])==null||s.forEach(o=>o.call(this))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computed={},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(n){n===void 0&&(n="update"),this._connected&&((n==="update"||n==="resize")&&this._callWatches(),this.$options.update&&(this._updates||(this._updates=new Set,D.read(()=>{this._connected&&e.call(this,this._updates),delete this._updates})),this._updates.add(n.type||n)))},t.prototype._callWatches=function(){if(this._watch)return;const n=!bt(this,"_watch");this._watch=D.read(()=>{this._connected&&i.call(this,n),this._watch=null})};function e(n){for(const{read:s,write:o,events:r=[]}of this.$options.update){if(!n.has("update")&&!r.some(l=>n.has(l)))continue;let a;s&&(a=s.call(this,this._data,n),a&&ft(a)&&Pt(this._data,a)),o&&a!==!1&&D.write(()=>o.call(this,this._data,n))}}function i(n){const{$options:{computed:s}}=this,o={...n?{}:this._computed};this._computed={};for(const r in s){const{watch:a,immediate:l}=s[r];a&&(n&&l||bt(o,r)&&!Ei(o[r],this[r]))&&a.call(this,this[r],o[r])}}}function Ns(t){let e=0;t.prototype._init=function(i){i=i||{},i.data=Hs(i,this.constructor.options),this.$options=jt(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 n in i)this.$props[n]=this[n]=i[n]},t.prototype._initMethods=function(){const{methods:i}=this.$options;if(i)for(const n in i)this[n]=i[n].bind(this)},t.prototype._initComputeds=function(){const{computed:i}=this.$options;if(this._computed={},i)for(const n in i)Ms(this,n,i[n])},t.prototype._initProps=function(i){let n;i=i||gn(this.$options,this.$name);for(n in i)F(i[n])||(this.$props[n]=i[n]);const s=[this.$options.computed,this.$options.methods];for(n in this.$props)n in i&&Ds(s,n)&&(this[n]=this.$props[n])},t.prototype._initEvents=function(){this._events=[];for(const i of this.$options.events||[])if(bt(i,"handler"))Ee(this,i);else for(const n in i)Ee(this,i[n],n)},t.prototype._unbindEvents=function(){this._events.forEach(i=>i()),delete this._events},t.prototype._initObservers=function(){this._observers=[Fs(this)],this.$options.computed&&this.registerObserver(Ls(this))},t.prototype.registerObserver=function(i){this._observers.push(i)},t.prototype._disconnectObservers=function(){this._observers.forEach(i=>i?.disconnect())}}function gn(t,e){const i={},{args:n=[],props:s={},el:o}=t;if(!s)return i;for(const a in s){const l=yt(a);let h=Bt(o,l);F(h)||(h=s[a]===Boolean&&h===""?!0:yi(s[a],h),!(l==="target"&&(!h||V(h,"_")))&&(i[a]=h))}const r=pi(Bt(o,e),n);for(const a in r){const l=Et(a);s[l]!==void 0&&(i[l]=yi(s[l],r[a]))}return i}function Ms(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:s,$el:o}=t;return bt(n,e)||(n[e]=(i.get||i).call(t,s,o)),n[e]},set(n){const{_computed:s}=t;s[e]=i.set?i.set.call(t,n):n,F(s[e])&&delete s[e]}})}function Ee(t,e,i){ft(e)||(e={name:i,handler:e});let{name:n,el:s,handler:o,capture:r,passive:a,delegate:l,filter:h,self:u}=e;if(s=U(s)?s.call(t):s||t.$el,I(s)){s.forEach(f=>Ee(t,{...e,el:f},i));return}!s||h&&!h.call(t)||t._events.push(C(s,n,l?$(l)?l:l.call(t):null,$(o)?t[o]:o.bind(t),{passive:a,capture:r,self:u}))}function Ds(t,e){return t.every(i=>!i||!bt(i,e))}function yi(t,e){return t===Boolean?We(e):t===Number?Xt(e):t==="list"?zs(e):t?t(e):e}function zs(t){return I(t)?t:$(t)?t.split(/,(?![^(]*\))/).map(e=>dt(e)?Xt(e):We(e.trim())):[t]}function Hs(t,e){let{data:i={}}=t,{args:n=[],props:s={}}=e;I(i)&&(i=i.slice(0,n.length).reduce((o,r,a)=>(ft(r)?Pt(o,r):o[n[a]]=r,o),{}));for(const o in i)F(i[o])?delete i[o]:s[o]&&(i[o]=yi(s[o],i[o]));return i}function Ls(t){const{el:e}=t.$options,i=new MutationObserver(()=>t.$emit());return i.observe(e,{childList:!0,subtree:!0}),i}function Fs(t){const{$name:e,$options:i,$props:n}=t,{attrs:s,props:o,el:r}=i;if(!o||s===!1)return;const a=I(s)?s:Object.keys(o),l=a.map(u=>yt(u)).concat(e),h=new MutationObserver(u=>{const f=gn(i,e);u.some(k=>{let{attributeName:L}=k;const G=L.replace("data-","");return(G===e?a:[Et(G),Et(L)]).some(T=>!F(f[T])&&f[T]!==n[T])})&&t.$reset()});return h.observe(r,{attributes:!0,attributeFilter:l.concat(l.map(u=>"data-"+u))}),h}function Rs(t){const e=t.data;t.prototype.$create=function(n,s,o){return t[n](s,o)},t.prototype.$mount=function(n){const{name:s}=this.$options;n[e]||(n[e]={}),!n[e][s]&&(n[e][s]=this,this.$el=this.$options.el=this.$options.el||n,B(n,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(n){n===void 0&&(n=!1);const{el:s,name:o}=this.$options;s&&this._callDisconnected(),this._callHook("destroy"),s!=null&&s[e]&&(delete s[e][o],je(s[e])||delete s[e],n&&Mt(this.$el))},t.prototype.$emit=function(n){this._callUpdate(n)},t.prototype.$update=function(n,s){n===void 0&&(n=this.$el),t.update(n,s)},t.prototype.$getComponent=t.getComponent;const i=q(n=>t.prefix+yt(n));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}function js(t){const e=t.data,i={};t.component=function(n,s){const o=yt(n);if(n=Et(o),!s)return ft(i[n])&&(i[n]=t.extend(i[n])),i[n];t[n]=function(a,l){const h=t.component(n);return h.options.functional?new h({data:ft(a)?a:[...arguments]}):a?M(a).map(u)[0]:u();function u(f){const k=t.getComponent(f,n);if(k)if(l)k.$destroy();else return k;return new h({el:f,data:l})}};const r=ft(s)?{...s}:s.options;return r.name=n,r.install==null||r.install(t,r,n),t._initialized&&!r.functional&&D.read(()=>t[n]("[uk-"+o+"],[data-uk-"+o+"]")),i[n]=ft(s)?r:s},t.getComponents=n=>n?.[e]||{},t.getComponent=(n,s)=>t.getComponents(n)[s],t.connect=n=>{if(n[e])for(const s in n[e])n[e][s]._callConnected();for(const s of n.attributes){const o=mn(s.name);o&&o in i&&t[o](n)}},t.disconnect=n=>{for(const s in n[e])n[e][s]._callDisconnected()}}const mn=q(t=>V(t,"uk-")||V(t,"data-uk-")?Et(t.replace("data-uk-","").replace("uk-","")):!1),Y=function(t){this._init(t)};Y.util=_s,Y.data="__uikit__",Y.prefix="uk-",Y.options={},Y.version="3.14.1-dev.e15dd286c",Os(Y),Bs(Y),Ns(Y),js(Y),Rs(Y);function Ws(t){const{connect:e,disconnect:i}=t;if(!St||!window.MutationObserver)return;D.read(function(){document.body&&mt(document.body,e),new MutationObserver(o=>o.forEach(n)).observe(document,{childList:!0,subtree:!0}),new MutationObserver(o=>o.forEach(s)).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0});function n(o){let{addedNodes:r,removedNodes:a}=o;for(const l of r)mt(l,e);for(const l of a)mt(l,i)}function s(o){var r;let{target:a,attributeName:l}=o;const h=mn(l);if(!(!h||!(h in t))){if(Ot(a,l)){t[h](a);return}(r=t.getComponent(a,h))==null||r.$destroy()}}}var K={connected(){!m(this.$el,this.$name)&&y(this.$el,this.$name)}},Pe={methods:{lazyload(t,e){t===void 0&&(t=this.$el),e===void 0&&(e=this.$el),this.registerObserver(Rt(t,(i,n)=>{for(const s of d(U(e)?e():e))M('[loading="lazy"]',s).forEach(o=>Jt(o,"loading"));for(const s of i.filter(o=>{let{isIntersecting:r}=o;return r}).map(o=>{let{target:r}=o;return r}))n.unobserve(s)}))}}},Ct={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:"",boxShadow:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0,boxShadow:"none"}},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(n=>Promise.all(d(t).map(s=>{const o=ue(e)?e:!this.isToggled(s);if(!x(s,"before"+(o?"show":"hide"),[this]))return Promise.reject();const r=(U(i)?i:i===!1||!this.hasAnimation?this._toggle:this.hasTransition?vn(this):Is(this))(s,o),a=o?this.clsEnter:this.clsLeave;y(s,a),x(s,o?"show":"hide",[this]);const l=()=>{H(s,a),x(s,o?"shown":"hidden",[this]),this.$update(s)};return r?r.then(l,()=>(H(s,a),Promise.reject())):l()})).then(n,pt))},isToggled(t){return t===void 0&&(t=this.$el),[t]=d(t),m(t,this.clsEnter)?!0:m(t,this.clsLeave)?!1:this.cls?m(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!==m(t,this.cls),i&&R(t,this.cls,p(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),M("[autofocus]",t).some(n=>O(n)?n.focus()||!0:n.blur()),i&&(x(t,"toggled",[e,this]),this.$update(t))}}};function vn(t){let{isToggled:e,duration:i,velocity:n,initProps:s,hideProps:o,transition:r,_toggle:a}=t;return(l,h)=>{const u=gt.inProgress(l),f=l.hasChildNodes()?b(c(l.firstElementChild,"marginTop"))+b(c(l.lastElementChild,"marginBottom")):0,k=O(l)?N(l)+(u?0:f):0;gt.cancel(l),e(l)||a(l,!0),N(l,""),D.flush();const L=N(l)+(u?0:f);return i=n*l.offsetHeight+i,N(l,k),(h?gt.start(l,{...s,overflow:"hidden",height:L},Math.round(i*(1-k/L)),r):gt.start(l,o,Math.round(i*(k/L)),r).then(()=>a(l,!1))).then(()=>c(l,s))}}function Is(t){return(e,i)=>{tt.cancel(e);const{animation:n,duration:s,_toggle:o}=t;return i?(o(e,!0),tt.in(e,n[0],s,t.origin)):tt.out(e,n[1]||n[0],s,t.origin).then(()=>o(e,!1))}}var wn={mixins:[K,Pe,Ct],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return M(i,e)},watch(t,e){if(e||m(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},immediate:!0},toggles(t){let{toggle:e}=t;return this.items.map(i=>g(e,i))},contents:{get(t){let{content:e}=t;return this.items.map(i=>g(e,i))},watch(t){for(const e of t)_e(e,!m(this.items.find(i=>i.contains(e)),this.clsOpen))},immediate:!0}},connected(){this.lazyload()},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(Ze(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[de(t,this.items)]];const n=Kt(this.items,"."+this.clsOpen);if(!this.multiple&&!p(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&!Kt(i,":not(."+this.clsOpen+")").length))for(const s of i)this.toggleElement(s,!m(s,this.clsOpen),async(o,r)=>{R(o,this.clsOpen,r),w(g(this.$props.toggle,o),"aria-expanded",r);const a=g((o._wrapper?"> * ":"")+this.content,o);if(e===!1||!this.hasTransition){_e(a,!r);return}if(o._wrapper||(o._wrapper=$e(a,"<div"+(r?" hidden":"")+">")),_e(a,!1),await vn(this)(o._wrapper,r),_e(a,!r),delete o._wrapper,xe(a),r){const l=g(this.$props.toggle,o);D.read(()=>{vi(l)||wi(l,{offset:this.offset})})}})}}};function _e(t,e){t&&(t.hidden=e)}var qs={mixins:[K,Ct],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...Ct.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)}}},bn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView=this.autoplay==="inview",this.inView&&!Ot(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&tn(this.$el),this.registerObserver(Rt(this.$el,()=>this.$emit(),{},!1))},update:{read(){return en(this.$el)?{visible:O(this.$el)&&c(this.$el,"visibility")!=="hidden",inView:this.inView&&vi(this.$el)}:!1},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?Ui(this.$el):(this.autoplay===!0||this.inView&&i)&&Qi(this.$el)}}},wt={connected(){var t;this.registerObserver(fi(((t=this.$options.resizeTargets)==null?void 0:t.call(this))||this.$el,()=>this.$emit("resize")))}},Ys={mixins:[wt,bn],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},resizeTargets(){return[this.$el,S(this.$el)]},update:{read(){const{ratio:t,cover:e}=Xe,{$el:i,width:n,height:s}=this;let o={width:n,height:s};if(!o.width||!o.height){const h={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};o.width?o=t(h,"width",o.width):s?o=t(h,"height",o.height):o=h}const{offsetHeight:r,offsetWidth:a}=Gs(i)||S(i),l=e(o,{width:a+(a%2?1:0),height:r+(r%2?1:0)});return!l.width||!l.height?!1:l},write(t){let{height:e,width:i}=t;c(this.$el,{height:e,width:i})},events:["resize"]}};function Gs(t){for(;t=S(t);)if(c(t,"position")!=="static")return t}var $i={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return e===!0&&this.$container||e&&g(e)}}},Vs={props:{pos:String,offset:null,flip:Boolean},data:{pos:"bottom-"+(oe?"right":"left"),flip:!0,offset:!1,viewportPadding:10},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),this.axis=p(["top","bottom"],this.pos[0])?"y":"x"},methods:{positionAt(t,e,i){const[n,s]=this.pos;let{offset:o}=this;if(!dt(o)){const a=g(o);o=a?v(a)[this.axis==="x"?"left":"top"]-v(e)[this.axis==="x"?"right":"bottom"]:0}o=J(o)+J(we("position-offset",t)),o=[p(["left","top"],n)?-o:+o,0];const r={element:[Wi(n),s],target:[n,s]};if(this.axis==="y"){for(const a in r)r[a]=r[a].reverse();o=o.reverse()}ln(t,e,{attach:r,offset:o,boundary:i,viewportPadding:this.boundaryAlign?0:this.viewportPadding,flip:this.flip})}}};let _;var yn={mixins:[$i,Pe,Vs,Ct],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,display:String,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,display:null,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},created(){this.tracker=new ui},beforeConnect(){this.clsDrop=this.$props.clsDrop||"uk-"+this.$options.name},connected(){y(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",kt(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,w(this.target,"aria-haspopup",!0),this.lazyload(this.target))},disconnected(){this.isActive()&&(_=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&&!B(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(),P(this.$el,":focus,:hover")||this.hide()}},{name:ke+" focusin",filter(){return p(this.mode,"hover")},handler(t){Nt(t)||this.clearTimers()}},{name:Te+" focusout",filter(){return p(this.mode,"hover")},handler(t){!Nt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){!e||(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){_=this,this.tracker.init();for(const t of[C(document,Lt,e=>{let{target:i}=e;return!B(i,this.$el)&&E(document,Ft+" "+Se+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Ft&&i===r&&!(this.target&&B(i,this.target))&&this.hide(!1)},!0)}),C(document,"keydown",e=>{e.keyCode===27&&this.hide(!1)}),...this.display==="static"?[]:(()=>{const e=()=>this.$emit();return[C(window,"resize",e),C(document,"scroll",e,!0),(()=>{const i=fi(vt(this.$el),e);return()=>i.disconnect()})()]})()])E(this.$el,"hide",t,{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;if(this.$el!==e){_=_===null&&B(e,this.$el)&&this.isToggled()?this:_;return}_=this.isActive()?null:_,this.tracker.cancel()}}],update:{write(){this.isToggled()&&!m(this.$el,this.clsEnter)&&this.position()}},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(_){if(e&&_.isDelaying){this.showTimer=setTimeout(()=>P(t,":hover")&&this.show(),10);return}let i;for(;_&&i!==_&&!B(this.$el,_.$el);)i=_,_.hide(!1)}this.container&&S(this.$el)!==this.container&&lt(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=Xs(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 _===this},position(){H(this.$el,this.clsDrop+"-stack"),R(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const t=kt(this.boundary,this.$el),[e]=vt(this.$el),i=nt(e),n=t?v(t):i;c(this.$el,"maxWidth","");const s=i.width-(this.boundaryAlign?0:2*this.viewportPadding);if(this.pos[1]==="justify"){const o=this.axis==="y"?"width":"height",r=v(this.target),a=this.boundaryAlign?n:r;c(this.$el,o,a[o])}else this.$el.offsetWidth>s&&y(this.$el,this.clsDrop+"-stack");c(this.$el,"maxWidth",s),this.positionAt(this.$el,t&&this.boundaryAlign?t:this.target,t)}}};function Xs(t){const e=[];return mt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}var Js={mixins:[K],args:"target",props:{target:Boolean},data:{target:!1},computed:{input(t,e){return g(pe,e)},state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(i===!0&&S(this.input)===e&&this.input.nextElementSibling||g(i,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const s=Oi(e)?"value":"textContent",o=e[s],r=(t=i.files)!=null&&t[0]?i.files[0].name:P(i,"select")&&(n=M("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;o!==r&&(e[s]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return X(this.$el,"form")},handler(){this.$emit()}}]},$n={mixins:[wt],props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},resizeTargets(){return[this.$el,...Ai(this.$el.children)]},connected(){this.registerObserver(Ji(this.$el,()=>this.$reset(),{childList:!0}))},update:{read(){const t=xn(this.$el.children);return{rows:t,columns:Ks(t)}},write(t){let{columns:e,rows:i}=t;for(const n of i)for(const s of n)R(s,this.margin,i[0]!==n),R(s,this.firstColumn,e[0].includes(s))},events:["resize"]}};function xn(t){return kn(t,"top","bottom")}function Ks(t){const e=[];for(const i of t){const n=kn(i,"left","right");for(let s=0;s<n.length;s++)e[s]=e[s]?e[s].concat(n[s]):n[s]}return oe?e.reverse():e}function kn(t,e,i){const n=[[]];for(const s of t){if(!O(s))continue;let o=Oe(s);for(let r=n.length-1;r>=0;r--){const a=n[r];if(!a[0]){a.push(s);break}let l;if(a[0].offsetParent===s.offsetParent?l=Oe(a[0]):(o=Oe(s,!0),l=Oe(a[0],!0)),o[e]>=l[i]-1&&o[e]!==l[e]){n.push([s]);break}if(o[i]-1>l[e]||o[e]===l[e]){a.push(s);break}if(r===0){n.unshift([s]);break}}}return n}function Oe(t,e){e===void 0&&(e=!1);let{offsetTop:i,offsetLeft:n,offsetHeight:s,offsetWidth:o}=t;return e&&([i,n]=ee(t)),{top:i,left:n,bottom:i+s,right:n+o}}var Be={connected(){Zs(this._uid,()=>this.$emit("scroll"))},disconnected(){Qs(this._uid)}};const Ne=new Map;let ce;function Zs(t,e){ce=ce||C(window,"scroll",()=>Ne.forEach(i=>i()),{passive:!0,capture:!0}),Ne.set(t,e)}function Qs(t){Ne.delete(t),ce&&!Ne.size&&(ce(),ce=null)}var Us={extends:$n,mixins:[K,Be],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&y(this.$el,"uk-flex-top uk-flex-wrap-top")},update:[{write(t){let{columns:e}=t;R(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||Tn(this.$el))return t.translates=!1,!1;let n=!1;const s=at(this.$el),o=io(e),r=eo(s,this.margin)*(i.length-1),a=Math.max(...o)+r;this.masonry&&(e=e.map(h=>qe(h,"offsetTop")),n=to(i,e));let l=Math.abs(this.parallax);return l&&(l=o.reduce((h,u,f)=>Math.max(h,u+r+(f%2?l:l/8)-a),0)),{padding:l,columns:e,translates:n,height:n?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 this.parallax&&Tn(this.$el)?!1:{scrolled:this.parallax?rn(this.$el)*Math.abs(this.parallax):!1}},write(t){let{columns:e,scrolled:i,translates:n}=t;i===!1&&!n||e.forEach((s,o)=>s.forEach((r,a)=>c(r,"transform",!i&&!n?"":"translateY("+((n&&-n[o][a])+(i?o%2?i:i/8:0))+"px)")))},events:["scroll","resize"]}]};function Tn(t){return at(t).some(e=>c(e,"position")==="absolute")}function to(t,e){const i=t.map(n=>Math.max(...n.map(s=>s.offsetHeight)));return e.map(n=>{let s=0;return n.map((o,r)=>s+=r?i[r-1]-n[r-1].offsetHeight:0)})}function eo(t,e){const[i]=t.filter(n=>m(n,e));return b(i?c(i,"marginTop"):c(t[0],"paddingLeft"))}function io(t){return t.map(e=>e.reduce((i,n)=>i+n.offsetHeight,0))}var no={mixins:[wt],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:{get(t,e){let{target:i}=t;return M(i,e)},watch(){this.$reset()}}},resizeTargets(){return[this.$el,...this.elements]},update:{read(){return{rows:(this.row?xn(this.elements):[this.elements]).map(so)}},write(t){let{rows:e}=t;for(const{heights:i,elements:n}of e)n.forEach((s,o)=>c(s,"minHeight",i[o]))},events:["resize"]}};function so(t){if(t.length<2)return{heights:[""],elements:t};c(t,"minHeight","");let e=t.map(oo);const i=Math.max(...e);return{heights:t.map((n,s)=>e[s].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function oo(t){let e=!1;O(t)||(e=t.style.display,c(t,"display","block","important"));const i=et(t).height-ne(t,"height","content-box");return e!==!1&&c(t,"display",e),i}var ro={mixins:[K,wt],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},resizeTargets(){return[this.$el,document.documentElement]},update:{read(t){let{minHeight:e}=t;if(!O(this.$el))return!1;let i="";const n=ne(this.$el,"height","content-box");if(this.expand)i=Math.max(N(window)-(et(document.documentElement).height-et(this.$el).height)-n,0);else{if(i="calc(100vh",this.offsetTop){const{top:s}=v(this.$el);i+=s>0&&s<N(window)/2?" - "+s+"px":""}this.offsetBottom===!0?i+=" - "+et(this.$el.nextElementSibling).height+"px":dt(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&Yt(this.offsetBottom,"px")?i+=" - "+b(this.offsetBottom)+"px":$(this.offsetBottom)&&(i+=" - "+et(kt(this.offsetBottom,this.$el)).height+"px"),i+=(n?" - "+n+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e}=t;c(this.$el,{minHeight:e}),this.minHeight&&b(c(this.$el,"minHeight"))<this.minHeight&&c(this.$el,"minHeight",this.minHeight)},events:["resize"]}},Sn={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=uo(t,this.$el);return this.svgEl&&e!==this.svgEl&&Mt(this.svgEl),this.applyAttributes(e,t),this.svgEl=e}},pt),this.strokeAnimation&&this.svg.then(t=>{this._connected&&(An(t),this.registerObserver(Rt(t,(e,i)=>{An(t),i.disconnect()})))})},disconnected(){this.svg.then(t=>{this._connected||(Je(this.$el)&&(this.$el.hidden=!1),Mt(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){return it(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>E(this.$el,"load",()=>t(this.getSvg()))):lo(await ao(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const o in this.$options.props)p(this.include,o)&&o in this&&w(t,o,this[o]);for(const o in this.attributes){const[r,a]=this.attributes[o].split(":",2);w(t,r,a)}this.id||Jt(t,"id");const i=["width","height"];let n=i.map(o=>this[o]);n.some(o=>o)||(n=i.map(o=>w(e,o)));const s=w(e,"viewBox");s&&!n.some(o=>o)&&(n=s.split(" ").slice(2)),n.forEach((o,r)=>w(t,i[r],b(o)*this.ratio||null))}}};const ao=q(async t=>t?V(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function lo(t,e){var i;return e&&p(t,"<symbol")&&(t=co(t,e)||t),t=g(t.substr(t.indexOf("<svg"))),((i=t)==null?void 0:i.hasChildNodes())&&t}const Cn=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Me={};function co(t,e){if(!Me[t]){Me[t]={},Cn.lastIndex=0;let i;for(;i=Cn.exec(t);)Me[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>"}return Me[t][e]}function An(t){const e=ho(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function ho(t){return Math.ceil(Math.max(0,...M("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}function uo(t,e){if(Je(e)||it(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return En(t,n)?n:ye(e,t)}const i=e.lastElementChild;return En(t,i)?i:lt(e,t)}function En(t,e){return it(t,"svg")&&it(e,"svg")&&Pn(t)===Pn(e)}function Pn(t){return(t.innerHTML||new XMLSerializer().serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}var fo='<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>',po='<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>',go='<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>',mo='<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>',vo='<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>',wo='<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>',bo='<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>',yo='<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>',$o='<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>',xo='<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>',ko='<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>',To='<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>',So='<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>',Co='<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>',Ao='<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>',Eo='<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 De={spinner:Ao,totop:Eo,marker:go,"close-icon":fo,"close-large":po,"navbar-toggle-icon":mo,"overlay-icon":vo,"pagination-next":wo,"pagination-previous":bo,"search-icon":yo,"search-large":$o,"search-navbar":xo,"slidenav-next":ko,"slidenav-next-large":To,"slidenav-previous":So,"slidenav-previous-large":Co},xi={install:Bo,extends:Sn,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){y(this.$el,"uk-icon")},methods:{async getSvg(){const t=No(this.icon);if(!t)throw"Icon not found.";return t}}},st={args:!1,extends:xi,data:t=>({icon:yt(t.constructor.options.name)}),beforeConnect(){y(this.$el,this.$name)}},_n={extends:st,beforeConnect(){y(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=m(this.$el,"uk-slidenav-large")?t+"-large":t}},Po={extends:st,beforeConnect(){this.icon=m(this.$el,"uk-search-icon")&&Zt(this.$el,".uk-search-large").length?"search-large":Zt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon}},_o={extends:st,beforeConnect(){this.icon="close-"+(m(this.$el,"uk-close-large")?"large":"icon")}},Oo={extends:st,methods:{async getSvg(){const t=await xi.methods.getSvg.call(this);return this.ratio!==1&&c(g("circle",t),"strokeWidth",1/this.ratio),t}}},ze={};function Bo(t){t.icon.add=(e,i)=>{const n=$(e)?{[e]:i}:e;xt(n,(s,o)=>{De[o]=s,delete ze[o]}),t._initialized&&mt(document.body,s=>xt(t.getComponents(s),o=>{o.$options.isIcon&&o.icon in n&&o.$reset()}))}}function No(t){return De[t]?(ze[t]||(ze[t]=g((De[Mo(t)]||De[t]).trim())),ze[t].cloneNode(!0)):null}function Mo(t){return oe?Ie(Ie(t,"left","right"),"previous","next"):t}const Do=St&&"loading"in HTMLImageElement.prototype;var zo={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"},connected(){if(this.loading!=="lazy"){this.load();return}const t=[this.$el,...Qt(this.$props.target,this.$el)];Do&&He(this.$el)&&(this.$el.loading="lazy",ki(this.$el),t.length===1)||(jo(this.$el),this.registerObserver(Rt(t,(e,i)=>{this.load(),i.disconnect()},{rootMargin:J(this.offsetTop,"height")+"px "+J(this.offsetLeft,"width")+"px"})))},disconnected(){this._data.image&&(this._data.image.onload="")},methods:{load(){if(this._data.image)return this._data.image;const t=He(this.$el)?this.$el:Lo(this.$el,this.dataSrc,this.sources);return Jt(t,"loading"),ki(this.$el,t.currentSrc),this._data.image=t}}};function ki(t,e){if(He(t)){const i=S(t);(Wo(i)?at(i):[t]).forEach(s=>On(s,s))}else e&&!p(t.style.backgroundImage,e)&&(c(t,"backgroundImage","url("+Ue(e)+")"),x(t,me("load",!1)))}const Ho=["data-src","data-srcset","sizes"];function On(t,e){Ho.forEach(i=>{const n=Bt(t,i);n&&w(e,i.replace(/^(data-)+/,""),n)})}function Lo(t,e,i){const n=new Image;return Fo(n,i),On(t,n),n.onload=()=>{ki(t,n.currentSrc)},w(n,"src",e),n}function Fo(t,e){if(e=Ro(e),e.length){const i=Dt("<picture>");for(const n of e){const s=Dt("<source>");w(s,n),lt(i,s)}lt(i,t)}}function Ro(t){if(!t)return[];if(V(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=pi(t);return I(t)||(t=[t]),t.filter(e=>!je(e))}function jo(t){He(t)&&!Ot(t,"src")&&w(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Wo(t){return it(t,"picture")}function He(t){return it(t,"img")}var Ti={props:{media:Boolean},data:{media:!1},connected(){const t=Io(this.media);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,x(this.$el,me("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=C(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function Io(t){if($(t)){if(V(t,"@")){const e="breakpoint-"+t.substr(1);t=b(we(e))}else if(isNaN(t))return t}return t&&dt(t)?"(min-width: "+t+"px)":""}var qo={mixins:[K,Ti,wt],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||we("leader-fill-content")}},connected(){[this.wrapper]=qi(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){xe(this.wrapper.childNodes)},update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write(t){let{width:e,fill:i,hide:n}=t;R(this.wrapper,this.clsHide,n),w(this.wrapper,this.attrFill,new Array(e).join(i))},events:["resize"]}};const j=[];var Bn={mixins:[K,$i,Ct],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 g(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){p(j,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(j,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(p(j,this))return!1;!this.stack&&j.length?(Promise.all(j.map(e=>e.hide())).then(this.show),t.preventDefault()):j.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;ie(window)>t.clientWidth&&this.overlay&&c(document.body,"overflowY","scroll"),this.stack&&c(this.$el,"zIndex",b(c(this.$el,"zIndex"))+j.length),y(t,this.clsPage),this.bgClose&&E(this.$el,"hide",C(document,Lt,e=>{let{target:i}=e;fe(j)!==this||this.overlay&&!B(i,this.$el)||B(i,this.panel)||E(document,Ft+" "+Se+" scroll",n=>{let{defaultPrevented:s,type:o,target:r}=n;!s&&o===Ft&&i===r&&this.hide()},!0)}),{self:!0}),this.escClose&&E(this.$el,"hide",C(document,"keydown",e=>{e.keyCode===27&&fe(j)===this&&this.hide()}),{self:!0})}},{name:"shown",self:!0,handler(){Ke(this.$el)||w(this.$el,"tabindex","-1"),g(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){p(j,this)&&j.splice(j.indexOf(this),1),j.length||c(document.body,"overflowY",""),c(this.$el,"zIndex",""),j.some(t=>t.clsPage===this.clsPage)||H(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&S(this.$el)!==this.container?(lt(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,Nn(this))},hide(){return this.toggleElement(this.$el,!1,Nn(this))}}};function Nn(t){let{transitionElement:e,_toggle:i}=t;return(n,s)=>new Promise((o,r)=>E(n,"show hide",()=>{n._reject==null||n._reject(),n._reject=r,i(n,s);const a=E(e,"transitionstart",()=>{E(e,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},Yo(c(e,"transitionDuration")))})).then(()=>delete n._reject)}function Yo(t){return t?Yt(t,"ms")?b(t):b(t)*1e3:0}var Go={install:Vo,mixins:[Bn],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(){m(this.panel,"uk-margin-auto-vertical")?y(this.$el,"uk-flex"):c(this.$el,"display","block"),N(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),H(this.$el,"uk-flex")}}]};function Vo(t){let{modal:e}=t;e.dialog=function(n,s){const o=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+n+"</div> </div>",s);return o.show(),C(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},e.alert=function(n,s){return i(o=>{let{labels:r}=o;return'<div class="uk-modal-body">'+($(n)?n:be(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+r.ok+"</button> </div>"},s,o=>o.resolve())},e.confirm=function(n,s){return i(o=>{let{labels:r}=o;return'<form> <div class="uk-modal-body">'+($(n)?n:be(n))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+r.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+r.ok+"</button> </div> </form>"},s,o=>o.reject())},e.prompt=function(n,s,o){return i(r=>{let{labels:a}=r;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+($(n)?n:be(n))+'</label> <input class="uk-input" value="'+(s||"")+'" 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>"},o,r=>r.resolve(null),r=>g("input",r.$el).value)},e.labels={ok:"Ok",cancel:"Cancel"};function i(n,s,o,r){s={bgClose:!1,escClose:!0,labels:e.labels,...s};const a=e.dialog(n(s),s),l=new _i;let h=!1;return C(a.$el,"submit","form",u=>{u.preventDefault(),l.resolve(r?.(a)),h=!0,a.hide()}),C(a.$el,"hide",()=>!h&&o(l)),l.promise.dialog=a,l.promise}}var Xo={extends:wn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Jo={mixins:[K,$i],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",align:oe?"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,dropbarAnchor:!1,duration:200,container:!1},computed:{boundary(t,e){let{boundary:i}=t;return i===!0?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return kt(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||kt(e,this.$el)||g("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=g("<div></div>"))):null},watch(t){y(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const n=M("."+i,e);if(this.dropContainer!==e)for(const o of M("."+i,this.dropContainer)){var s;const r=(s=this.getDropdown(o))==null?void 0:s.target;!p(n,o)&&r&&B(r,this.$el)&&n.push(o)}return n},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:{get(t,e){let{dropdown:i}=t;return M(i,e)},watch(){const t=m(this.$el,"uk-navbar-justify");for(const e of M(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?M(this.dropdown,e).length:"")},immediate:!0}},disconnected(){this.dropbar&&Mt(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&&!B(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,n=this.getActive();i===At.DOWN&&Ot(e,"aria-expanded")&&(t.preventDefault(),!n||n.target!==e?(e.click(),E(this.dropContainer,"show",s=>{let{target:o}=s;return Dn(o)})):Dn(n.$el)),Mn(t,this.toggles,n)}},{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 n=this.getActive(),s=M(ge,e),o=he(s,a=>P(a,":focus"));if(i===At.UP&&(t.preventDefault(),o>0&&s[o-1].focus()),i===At.DOWN&&(t.preventDefault(),o<s.length-1&&s[o+1].focus()),i===At.ESC){var r;n==null||(r=n.target)==null||r.focus()}Mn(t,this.toggles,n)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&p(t.mode,"hover")&&!this.dropdowns.some(e=>P(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;!m(i,this.clsDrop)||(S(this.dropbar)||ye(this.dropbarAnchor||this.$el,this.dropbar),y(i,this.clsDrop+"-dropbar"))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,pos:[n]=[]}=e;!m(i,this.clsDrop)||n==="bottom"&&this.transitionTo(v(i).bottom-v(this.dropbar).top+b(c(i,"marginBottom")),i)}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const n=this.getActive();P(this.dropbar,":hover")&&n?.$el===i&&!this.toggles.some(s=>n.target!==s&&P(s,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!m(i,this.clsDrop))return;const n=this.getActive();(!n||n?.$el===i)&&this.transitionTo(0)}}],methods:{getActive(){return _&&B(_.target,this.$el)&&_},transitionTo(t,e){const{dropbar:i}=this,n=O(i)?N(i):0;return e=n<t&&e,c(e,"clip","rect(0,"+e.offsetWidth+"px,"+n+"px,0)"),N(i,n),gt.cancel([e,i]),Promise.all([gt.start(i,{height:t},this.duration),gt.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(pt).then(()=>{c(e,{clip:""}),this.$update(i)})},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function Mn(t,e,i){const{current:n,keyCode:s}=t,o=i?.target||n,r=e.indexOf(o);s===At.LEFT&&r>0&&(i?.hide(!1),e[r-1].focus()),s===At.RIGHT&&r<e.length-1&&(i?.hide(!1),e[r+1].focus()),s===At.TAB&&(o.focus(),i?.hide(!1))}function Dn(t){if(!g(":focus",t)){var e;(e=g(ge,t))==null||e.focus()}}const At={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var zn={props:{swiping:Boolean},data:{swiping:!0},computed:{swipeTarget(t,e){return e}},connected(){!this.swiping||Ee(this,{el:this.swipeTarget,name:Lt,passive:!0,handler(t){if(!Nt(t))return;const e=ve(t),i="tagName"in t.target?t.target:S(t.target);E(document,Ft+" "+Se+" scroll",n=>{const{x:s,y:o}=ve(n);(n.type!=="scroll"&&i&&s&&Math.abs(e.x-s)>100||o&&Math.abs(e.y-o)>100)&&setTimeout(()=>{x(i,"swipe"),x(i,"swipe"+Ko(e.x,e.y,s,o))})})}})}};function Ko(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}var Zo={mixins:[Bn,zn],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"?S(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&&g(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:n,clientHeight:s}=this.panel;(s>=n||i===0&&e>0||n-i<=s&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!m(S(this.panel),this.clsMode)&&($e(this.panel,"<div>"),y(S(this.panel),this.clsMode)),c(document.documentElement,"overflowY",this.overlay?"hidden":""),y(document.body,this.clsContainer,this.clsFlip),c(document.body,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),y(this.$el,this.clsOverlay),y(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),N(document.body),y(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&Qo()}},{name:"hide",self:!0,handler(){H(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Uo(),this.mode==="reveal"&&xe(this.panel),H(this.panel,this.clsSidebarAnimation,this.clsMode),H(this.$el,this.clsOverlay),c(this.$el,"display",""),H(document.body,this.clsContainer,this.clsFlip),c(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&Yt(t.type,"Left")^this.flip&&this.hide()}}]};function Qo(){Hn().content+=",user-scalable=0"}function Uo(){const t=Hn();t.content=t.content.replace(/,user-scalable=0$/,"")}function Hn(){return g('meta[name="viewport"]',document.head)||lt(document.head,'<meta name="viewport">')}var tr={mixins:[K,wt],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 X(e,i)},content(t,e){let{selContent:i}=t;return X(e,i)}},resizeTargets(){return[this.container,this.content]},update:{read(){return!this.content||!this.container||!O(this.$el)?!1:{max:Math.max(this.minHeight,N(this.container)-(et(this.content).height-N(this.$el)))}},write(t){let{max:e}=t;c(this.$el,{minHeight:this.minHeight,maxHeight:e})},events:["resize"]}},er={mixins:[wt],props:["width","height"],resizeTargets(){return[this.$el,S(this.$el)]},connected(){y(this.$el,"uk-responsive-width")},update:{read(){return O(this.$el)&&this.width&&this.height?{width:ie(S(this.$el)),height:this.height}:!1},write(t){N(this.$el,Xe.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},ir={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&g(t)||document.body,x(this.$el,"beforescroll",[this,t])&&(await wi(t,{offset:this.offset}),x(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(Ln(this.$el)))}}};function Ln(t){return document.getElementById(decodeURIComponent(t.hash).substring(1))}var nr={mixins:[Be],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&&c(Kt(t,":not(."+this.inViewClass+")"),"visibility","hidden");for(const e of t)this._observer.observe(e)},immediate:!0}},connected(){this._data.elements=new Map,this.registerObserver(this._observer=Rt([],t=>{const e=this._data.elements;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:Bt(i,"uk-scrollspy-class")||this.cls});const s=e.get(i);!this.repeat&&s.show||(s.show=n)}this.$emit()},{rootMargin:J(this.offsetTop,"height")-1+"px "+(J(this.offsetLeft,"width")-1)+"px"},!1))},disconnected(){for(const[t,e]of this._data.elements.entries())H(t,this.inViewClass,e?.cls||"");this._observer=null},update:[{write(t){for(const[e,i]of t.elements.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){const i=this._data.elements.get(t);if(i.off==null||i.off(),c(t,"visibility",!e&&this.hidden?"hidden":""),R(t,this.inViewClass,e),R(t,i.cls),/\buk-animation-/.test(i.cls)){const n=()=>ni(t,"uk-animation-[\\w-]+");e?i.off=E(t,"animationcancel animationend",n):n()}x(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},sr={mixins:[Be],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},elements(t){let{closest:e}=t;return X(this.links,e||"*")}},update:[{read(){const t=this.links.map(Ln).filter(Boolean),{length:e}=t;if(!e||!O(this.$el))return!1;const[i]=vt(t,/auto|scroll/,!0),{scrollTop:n,scrollHeight:s}=i,o=nt(i),r=s-o.height;let a=!1;if(n===r)a=e-1;else{for(let l=0;l<t.length&&!(v(t[l]).top-o.top-this.offset>0);l++)a=+l;a===!1&&this.overflow&&(a=0)}return{active:a}},write(t){let{active:e}=t;const i=e!==!1&&!m(this.elements[e],this.cls);this.links.forEach(n=>n.blur());for(let n=0;n<this.elements.length;n++)R(this.elements[n],this.cls,+n===e);i&&x(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},or={mixins:[K,Ti,wt,Be],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&g(i,e)||e}},resizeTargets(){return document.documentElement},connected(){this.start=Rn(this.start||this.top),this.end=Rn(this.end||this.bottom),this.placeholder=g("+ .uk-sticky-placeholder",this.$el)||g('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),H(this.selTarget,this.clsInactive)),Mt(this.placeholder),this.placeholder=null},events:[{name:"resize",el(){return window},handler(){this.$emit("resize")}},{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){!location.hash||ae(window)===0||setTimeout(()=>{const t=v(g(location.hash)),e=v(this.$el);this.isFixed&&Ye(t,e)&&ae(window,t.top-e.height-J(this.targetOffset,"height",this.placeholder)-J(this.offset,"height",this.placeholder))})}}],update:[{read(t,e){let{height:i,margin:n}=t;if(this.inactive=!this.matchMedia||!O(this.$el),this.inactive)return!1;const s=this.active&&e.has("resize");s&&(c(this.selTarget,"transition","0s"),this.hide()),this.active||(i=v(this.$el).height,n=c(this.$el,"margin")),s&&(this.show(),requestAnimationFrame(()=>c(this.selTarget,"transition","")));const o=this.isFixed?this.placeholder:this.$el,r=N(window);let a=this.position;this.overflowFlip&&i>r&&(a=a==="top"?"bottom":"top");let l=J(this.offset,"height",o);a==="bottom"&&(i<r||this.overflowFlip)&&(l+=r-i);const h=this.overflowFlip?0:Math.max(0,i+l-r),u=v(o).top,f=(this.start===!1?u:Fn(this.start,this.$el,u))-l,k=this.end===!1?document.scrollingElement.scrollHeight-r:Fn(this.end,this.$el,u+i,!0)-v(this.$el).height+h-l;return{start:f,end:k,offset:l,overflow:h,topOffset:u,height:i,margin:n,width:et(o).width,top:ee(o)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:n}=this;c(n,{height:e,margin:i}),B(n,document)||(ye(this.$el,n),n.hidden=!0)},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:n,overflowScroll:s=0,start:o,end:r}=t;const a=ae(window);return{dir:e<=a?"down":"up",prevDir:i,scroll:a,prevScroll:e,offsetParentTop:v((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:rt(s+rt(a,o,r)-rt(e,o,r),0,n)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:s,prevDir:o,scroll:r,prevScroll:a=0,top:l,start:h,topOffset:u,height:f}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const k=Date.now();if((k-n>300||s!==o)&&(t.initScroll=r,t.initTimestamp=k),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||s==="down"&&i||s==="up"&&!this.isFixed&&r<=u+f)){if(!this.isFixed){tt.inProgress(this.$el)&&l>r&&(tt.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&r>u?(tt.cancel(this.$el),tt.out(this.$el,this.animation).then(()=>this.hide(),pt)):this.hide()}else this.isFixed?this.update():this.animation&&r>u?(tt.cancel(this.$el),this.show(),tt.in(this.$el,this.animation).catch(pt)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.setActive(!1),H(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:n=0,start:s,end:o,offset:r,topOffset:a,height:l,offsetParentTop:h}=this._data;const u=s!==0||e>s;let f="fixed";e>o&&(r+=o-h,f="absolute"),i&&(r-=n),c(this.$el,{position:f,top:r+"px",width:t}),this.setActive(u),R(this.$el,this.clsBelow,e>a+l),y(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(si(this.selTarget,this.clsInactive,this.clsActive),e!==t&&x(this.$el,"active")):(si(this.selTarget,this.clsActive,this.clsInactive),e!==t&&x(this.$el,"inactive"))}}};function Fn(t,e,i,n){if(!t)return 0;if(dt(t)||$(t)&&t.match(/^-?\d/))return i+J(t,"height",e,!0);{const s=t===!0?S(e):kt(t,e);return v(s).bottom-(n&&s&&B(e,s)?b(c(s,"paddingBottom")):0)}}function Rn(t){return t==="true"?!0:t==="false"?!1:t}var jn={mixins:[Pe,zn,Ct],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 Qt(i,e)},watch(t){this.swiping&&c(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach(i=>at(i).forEach((n,s)=>R(n,this.cls,s===e)))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return M(i,e).filter(n=>!P(n,".uk-disabled *, .uk-disabled, [disabled]"))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return at(this.$el).filter(t=>this.toggles.some(e=>B(e,t)))},swipeTarget(){return this.connects}},connected(){this.lazyload(this.$el,this.connects),ai(()=>this.$emit())},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?Qt(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(Bt(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show(Yt(e,"Left")?"next":"previous")}}],methods:{index(){return he(this.children,t=>m(t,this.cls))},show(t){const e=this.index(),i=de(t,this.toggles,e),n=de(this.children[i],at(this.$el));at(this.$el).forEach((o,r)=>{R(o,this.cls,n===r),w(this.toggles[r],"aria-expanded",n===r)});const s=e>=0&&e!==i;this.connects.forEach(async o=>{let{children:r}=o;await this.toggleElement(d(r).filter(a=>m(a,this.cls)),!1,s),await this.toggleElement(r[n],!0,s)})}}},rr={mixins:[K],extends:jn,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=m(this.$el,"uk-tab-left")?"uk-tab-left":m(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const ar=32;var lr={mixins:[Pe,Ti,Ct],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get(t,e){let{href:i,target:n}=t;return n=Qt(n||i,e),n.length&&n||[e]},watch(){this.updateAria()},immediate:!0}},connected(){!p(this.mode,"media")&&!Ke(this.$el)&&w(this.$el,"tabindex","0"),this.lazyload(this.$el,this.target),ai(()=>this.$emit())},events:[{name:Lt,filter(){return p(this.mode,"hover")},handler(t){!Nt(t)||this._showState||(x(this.$el,"focus"),E(document,Lt,()=>x(this.$el,"blur"),!0,e=>!B(e.target,this.$el)),p(this.mode,"click")&&(this._preventClick=!0))}},{name:ke+" "+Te+" focus blur",filter(){return p(this.mode,"hover")},handler(t){if(Nt(t))return;const e=p([ke,"focus"],t.type),i=w(this.$el,"aria-expanded");if(!(!e&&(t.type===Te&&P(this.$el,":focus")||t.type==="blur"&&P(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")&&!it(this.$el,"input")},handler(t){t.keyCode===ar&&(t.preventDefault(),this.$el.click())}},{name:"click",handler(t){let e;if((X(t.target,'a[href="#"], a[href=""]')||(e=X(t.target,"a[href]"))&&(w(this.$el,"aria-expanded")!=="true"||e.hash&&P(this.target,e.hash)))&&t.preventDefault(),this._preventClick)return this._preventClick=null;!p(this.mode,"click")||this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}},{name:"mediachange",filter(){return p(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!x(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>m(n,this.clsLeave));if(e.length){for(const n of this.target){const s=p(e,n);this.toggleElement(n,s,s)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter(n=>!p(i,n)),!0)},updateAria(t){p(this.mode,"media")||w(this.$el,"aria-expanded",ue(t)?t:this.isToggled(this.target))}}},cr=Object.freeze({__proto__:null,Accordion:wn,Alert:qs,Cover:Ys,Drop:yn,Dropdown:yn,FormCustom:Js,Grid:Us,HeightMatch:no,HeightViewport:ro,Icon:xi,Img:zo,Leader:qo,Margin:$n,Modal:Go,Nav:Xo,Navbar:Jo,Offcanvas:Zo,OverflowAuto:tr,Responsive:er,Scroll:ir,Scrollspy:nr,ScrollspyNav:sr,Sticky:or,Svg:Sn,Switcher:jn,Tab:rr,Toggle:lr,Video:bn,Close:_o,Spinner:Oo,SlidenavNext:_n,SlidenavPrevious:_n,SearchIcon:Po,Marker:st,NavbarToggleIcon:st,OverlayIcon:st,PaginationNext:st,PaginationPrevious:st,Totop:st});return xt(cr,(t,e)=>Y.component(e,t)),Ws(Y),Y});
1
+ /*! UIkit 3.14.2-dev.5f6f1e6a6 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
2
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define("uikit",e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkit=e()}(this,(function(){"use strict";const{hasOwnProperty:t,toString:e}=Object.prototype;function i(e,i){return t.call(e,i)}const n=/\B([A-Z])/g,o=X((t=>t.replace(n,"-$1").toLowerCase())),s=/-(\w)/g,r=X((t=>t.replace(s,a))),l=X((t=>t.length?a(null,t.charAt(0))+t.slice(1):""));function a(t,e){return e?e.toUpperCase():""}function h(t,e){return null==t||null==t.startsWith?void 0:t.startsWith(e)}function c(t,e){return null==t||null==t.endsWith?void 0:t.endsWith(e)}function u(t,e){return null==t||null==t.includes?void 0:t.includes(e)}function d(t,e){return null==t||null==t.findIndex?void 0:t.findIndex(e)}const{isArray:f,from:p}=Array,{assign:m}=Object;function g(t){return"function"==typeof t}function v(t){return null!==t&&"object"==typeof t}function w(t){return"[object Object]"===e.call(t)}function b(t){return v(t)&&t===t.window}function y(t){return 9===k(t)}function $(t){return k(t)>=1}function x(t){return 1===k(t)}function k(t){return!b(t)&&v(t)&&t.nodeType}function T(t){return"boolean"==typeof t}function _(t){return"string"==typeof t}function S(t){return"number"==typeof t}function C(t){return S(t)||_(t)&&!isNaN(t-parseFloat(t))}function E(t){return!(f(t)?t.length:v(t)&&Object.keys(t).length)}function O(t){return void 0===t}function B(t){return T(t)?t:"true"===t||"1"===t||""===t||"false"!==t&&"0"!==t&&t}function A(t){const e=Number(t);return!isNaN(e)&&e}function P(t){return parseFloat(t)||0}function D(t){return M(t)[0]}function M(t){return t&&($(t)?[t]:Array.from(t).filter($))||[]}function N(t){var e;if(b(t))return t;const i=y(t=D(t))?t:null==(e=t)?void 0:e.ownerDocument;return(null==i?void 0:i.defaultView)||window}function z(t,e){return t===e||v(t)&&v(e)&&Object.keys(t).length===Object.keys(e).length&&j(t,((t,i)=>t===e[i]))}function H(t,e,i){return t.replace(new RegExp(e+"|"+i,"g"),(t=>t===e?i:e))}function I(t){return t[t.length-1]}function j(t,e){for(const i in t)if(!1===e(t[i],i))return!1;return!0}function L(t,e){return t.slice().sort(((t,i)=>{let{[e]:n=0}=t,{[e]:o=0}=i;return n>o?1:o>n?-1:0}))}function F(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=1),Math.min(Math.max(A(t)||0,e),i)}function W(){}function V(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return[["bottom","top"],["right","left"]].every((t=>{let[i,n]=t;return Math.min(...e.map((t=>{let{[i]:e}=t;return e})))-Math.max(...e.map((t=>{let{[n]:e}=t;return e})))>0}))}function R(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function q(t,e,i){const n="width"===e?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function U(t,e){t={...t};for(const i in t)t=t[i]>e[i]?q(t,i,e[i]):t;return t}const Y={ratio:q,contain:U,cover:function(t,e){t=U(t,e);for(const i in t)t=t[i]<e[i]?q(t,i,e[i]):t;return t}};function G(t,e,i,n){void 0===i&&(i=0),void 0===n&&(n=!1),e=M(e);const{length:o}=e;return o?(t=C(t)?A(t):"next"===t?i+1:"previous"===t?i-1:e.indexOf(D(t)),n?F(t,0,o-1):(t%=o)<0?t+o:t):-1}function X(t){const e=Object.create(null);return i=>e[i]||(e[i]=t(i))}class J{constructor(){this.promise=new Promise(((t,e)=>{this.reject=e,this.resolve=t}))}}function Z(t,e,i){if(v(e))for(const i in e)Z(t,i,e[i]);else{var n;if(O(i))return null==(n=D(t))?void 0:n.getAttribute(e);for(const n of M(t))g(i)&&(i=i.call(n,Z(n,e))),null===i?Q(n,e):n.setAttribute(e,i)}}function K(t,e){return M(t).some((t=>t.hasAttribute(e)))}function Q(t,e){const i=M(t);for(const t of e.split(" "))for(const e of i)e.removeAttribute(t)}function tt(t,e){for(const i of[e,"data-"+e])if(K(t,i))return Z(t,i)}const et={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 it(t){return M(t).some((t=>et[t.tagName.toLowerCase()]))}function nt(t){return M(t).some((t=>t.offsetWidth||t.offsetHeight||t.getClientRects().length))}const ot="input,select,textarea,button";function st(t){return M(t).some((t=>ct(t,ot)))}const rt=ot+",a[href],[tabindex]";function lt(t){return ct(t,rt)}function at(t){var e;return null==(e=D(t))?void 0:e.parentElement}function ht(t,e){return M(t).filter((t=>ct(t,e)))}function ct(t,e){return M(t).some((t=>t.matches(e)))}function ut(t,e){return h(e,">")&&(e=e.slice(1)),x(t)?t.closest(e):M(t).map((t=>ut(t,e))).filter(Boolean)}function dt(t,e){return _(e)?ct(t,e)||!!ut(t,e):t===e||D(e).contains(D(t))}function ft(t,e){const i=[];for(;t=at(t);)e&&!ct(t,e)||i.push(t);return i}function pt(t,e){const i=(t=D(t))?M(t.children):[];return e?ht(i,e):i}function mt(t,e){return e?M(t).indexOf(D(e)):pt(at(t)).indexOf(t)}function gt(t,e){return wt(t,xt(t,e))}function vt(t,e){return bt(t,xt(t,e))}function wt(t,e){return D(_t(t,e,"querySelector"))}function bt(t,e){return M(_t(t,e,"querySelectorAll"))}const yt=/(^|[^\\],)\s*[!>+~-]/,$t=X((t=>t.match(yt)));function xt(t,e){return void 0===e&&(e=document),_(t)&&$t(t)||y(e)?e:e.ownerDocument}const kt=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,Tt=X((t=>t.replace(kt,"$1 *")));function _t(t,e,i){if(void 0===e&&(e=document),!t||!_(t))return t;if(t=Tt(t),$t(t)){const i=Ct(t);t="";for(let n of i){let o=e;if("!"===n[0]){const t=n.substr(1).trim().split(" ");if(o=ut(at(e),t[0]),n=t.slice(1).join(" ").trim(),!n.length&&1===i.length)return o}if("-"===n[0]){const t=n.substr(1).trim().split(" "),i=(o||e).previousElementSibling;o=ct(i,n.substr(1))?i:null,n=t.slice(1).join(" ")}o&&(t+=(t?",":"")+Et(o)+" "+n)}e=document}try{return e[i](t)}catch(t){return null}}const St=/.*?[^\\](?:,|$)/g,Ct=X((t=>t.match(St).map((t=>t.replace(/,$/,"").trim()))));function Et(t){const e=[];for(;t.parentNode;){const i=Z(t,"id");if(i){e.unshift("#"+Ot(i));break}{let{tagName:i}=t;"HTML"!==i&&(i+=":nth-child("+(mt(t)+1)+")"),e.unshift(i),t=t.parentNode}}return e.join(" > ")}function Ot(t){return _(t)?CSS.escape(t):""}function Bt(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,o,s,r,l=!1]=Nt(e);r.length>1&&(r=Ht(r)),null!=l&&l.self&&(r=It(r)),s&&(r=zt(s,r));for(const t of o)for(const e of n)e.addEventListener(t,r,l);return()=>At(n,o,r,l)}function At(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];let[n,o,,s,r=!1]=Nt(e);for(const t of o)for(const e of n)e.removeEventListener(t,s,r)}function Pt(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];const[n,o,s,r,l=!1,a]=Nt(e),h=Bt(n,o,s,(t=>{const e=!a||a(t);e&&(h(),r(t,e))}),l);return h}function Dt(t,e,i){return Ft(t).every((t=>t.dispatchEvent(Mt(e,!0,!0,i))))}function Mt(t,e,i,n){return void 0===e&&(e=!0),void 0===i&&(i=!1),_(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function Nt(t){return t[0]=Ft(t[0]),_(t[1])&&(t[1]=t[1].split(" ")),g(t[2])&&t.splice(2,0,!1),t}function zt(t,e){return i=>{const n=">"===t[0]?bt(t,i.currentTarget).reverse().filter((t=>dt(i.target,t)))[0]:ut(i.target,t);n&&(i.current=n,e.call(this,i))}}function Ht(t){return e=>f(e.detail)?t(e,...e.detail):t(e)}function It(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function jt(t){return t&&"addEventListener"in t}function Lt(t){return jt(t)?t:D(t)}function Ft(t){return f(t)?t.map(Lt).filter(Boolean):_(t)?bt(t):jt(t)?[t]:M(t)}function Wt(t){return"touch"===t.pointerType||!!t.touches}function Vt(t){var e,i;const{clientX:n,clientY:o}=(null==(e=t.touches)?void 0:e[0])||(null==(i=t.changedTouches)?void 0:i[0])||t;return{x:n,y:o}}const Rt={"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 qt(t,e,i,n){void 0===n&&(n="");const o=M(t);for(const t of o)if(_(e)){if(e=Gt(e),O(i))return getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,C(i)&&!Rt[e]?i+"px":i||S(i)?i:"",n)}else{if(f(e)){const i={};for(const n of e)i[n]=qt(t,n);return i}v(e)&&(n=i,j(e,((e,i)=>qt(t,i,e,n))))}return o[0]}const Ut=/^\s*(["'])?(.*?)\1\s*$/;function Yt(t,e){return void 0===e&&(e=document.documentElement),qt(e,"--uk-"+t).replace(Ut,"$2")}const Gt=X((t=>function(t){if("-"===t[0])return t;t=o(t);const{style:e}=document.documentElement;if(t in e)return t;let i,n=Xt.length;for(;n--;)if(i="-"+Xt[n]+"-"+t,i in e)return i}(t))),Xt=["webkit","moz"];function Jt(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];ie(t,i,"add")}function Zt(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];ie(t,i,"remove")}function Kt(t,e){Z(t,"class",(t=>(t||"").replace(new RegExp("\\b"+e+"\\b","g"),"")))}function Qt(t){(arguments.length<=1?void 0:arguments[1])&&Zt(t,arguments.length<=1?void 0:arguments[1]),(arguments.length<=2?void 0:arguments[2])&&Jt(t,arguments.length<=2?void 0:arguments[2])}function te(t,e){return[e]=ne(e),!!e&&M(t).some((t=>t.classList.contains(e)))}function ee(t,e,i){const n=ne(e);O(i)||(i=!!i);for(const e of M(t))for(const t of n)e.classList.toggle(t,i)}function ie(t,e,i){e=e.reduce(((t,e)=>t.concat(ne(e))),[]);for(const n of M(t))n.classList[i](...e)}function ne(t){return String(t).split(/\s|,/).filter(Boolean)}function oe(t,e,i,n){return void 0===i&&(i=400),void 0===n&&(n="linear"),Promise.all(M(t).map((t=>new Promise(((o,s)=>{for(const i in e){const e=qt(t,i);""===e&&qt(t,i,e)}const r=setTimeout((()=>Dt(t,"transitionend")),i);Pt(t,"transitionend transitioncanceled",(e=>{let{type:i}=e;clearTimeout(r),Zt(t,"uk-transition"),qt(t,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),"transitioncanceled"===i?s():o(t)}),{self:!0}),Jt(t,"uk-transition"),qt(t,{transitionProperty:Object.keys(e).map(Gt).join(","),transitionDuration:i+"ms",transitionTimingFunction:n,...e})})))))}const se={start:oe,stop:t=>(Dt(t,"transitionend"),Promise.resolve()),cancel(t){Dt(t,"transitioncanceled")},inProgress:t=>te(t,"uk-transition")},re="uk-animation-";function le(t,e,i,n,o){return void 0===i&&(i=200),Promise.all(M(t).map((t=>new Promise(((s,r)=>{Dt(t,"animationcanceled");const l=setTimeout((()=>Dt(t,"animationend")),i);Pt(t,"animationend animationcanceled",(e=>{let{type:i}=e;clearTimeout(l),"animationcanceled"===i?r():s(t),qt(t,"animationDuration",""),Kt(t,"uk-animation-\\S*")}),{self:!0}),qt(t,"animationDuration",i+"ms"),Jt(t,e,re+(o?"leave":"enter")),h(e,re)&&(n&&Jt(t,"uk-transform-origin-"+n),o&&Jt(t,"uk-animation-reverse"))})))))}const ae=new RegExp("uk-animation-(enter|leave)"),he={in:le,out:(t,e,i,n)=>le(t,e,i,n,!0),inProgress:t=>ae.test(Z(t,"class")),cancel(t){Dt(t,"animationcanceled")}},ce={width:["left","right"],height:["top","bottom"]};function ue(t){const e=x(t)?D(t).getBoundingClientRect():{height:me(t),width:ge(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 de(t,e){const i=ue(t);if(t){const{scrollY:e,scrollX:n}=N(t),o={height:e,width:n};for(const t in ce)for(const e of ce[t])i[e]+=o[t]}if(!e)return i;const n=qt(t,"position");j(qt(t,["left","top"]),((o,s)=>qt(t,s,e[s]-i[s]+P("absolute"===n&&"auto"===o?fe(t)[s]:o))))}function fe(t){let{top:e,left:i}=de(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=D(t);let r=s||o;for(;r&&(r===n||r===o)&&"static"===qt(r,"position");)r=r.parentNode;if(x(r)){const t=de(r);e-=t.top+P(qt(r,"borderTopWidth")),i-=t.left+P(qt(r,"borderLeftWidth"))}return{top:e-P(qt(t,"marginTop")),left:i-P(qt(t,"marginLeft"))}}function pe(t){const e=[0,0];t=D(t);do{if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,"fixed"===qt(t,"position")){const i=N(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}}while(t=t.offsetParent);return e}const me=ve("height"),ge=ve("width");function ve(t){const e=l(t);return(i,n)=>{if(O(n)){if(b(i))return i["inner"+e];if(y(i)){const t=i.documentElement;return Math.max(t["offset"+e],t["scroll"+e])}return(n="auto"===(n=qt(i=D(i),t))?i["offset"+e]:P(n)||0)-we(i,t)}return qt(i,t,n||0===n?+n+we(i,t)+"px":"")}}function we(t,e,i){return void 0===i&&(i="border-box"),qt(t,"boxSizing")===i?ce[e].map(l).reduce(((e,i)=>e+P(qt(t,"padding"+i))+P(qt(t,"border"+i+"Width"))),0):0}function be(t){for(const e in ce)for(const i in ce[e])if(ce[e][i]===t)return ce[e][1-i];return t}function ye(t,e,i,n){return void 0===e&&(e="width"),void 0===i&&(i=window),void 0===n&&(n=!1),_(t)?xe(t).reduce(((t,o)=>{const s=Te(o);return s&&(o=function(t,e){return t*P(e)/100}("vh"===s?me(N(i)):"vw"===s?ge(N(i)):n?i["offset"+l(e)]:ue(i)[e],o)),t+P(o)}),0):P(t)}const $e=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,xe=X((t=>t.toString().replace(/\s/g,"").match($e)||[])),ke=/(?:v[hw]|%)$/,Te=X((t=>(t.match(ke)||[])[0]));function _e(t){"loading"===document.readyState?Pt(document,"DOMContentLoaded",t):t()}function Se(t,e){var i;return(null==t||null==(i=t.tagName)?void 0:i.toLowerCase())===e.toLowerCase()}function Ce(t,e){return O(e)?Ve(t).innerHTML:Ee(t,e)}const Ee=De("replaceChildren"),Oe=De("prepend"),Be=De("append"),Ae=De("before"),Pe=De("after");function De(t){return function(e,i){var n;const o=M(_(i)?Le(i):i);return null==(n=Ve(e))||n[t](...o),Fe(o)}}function Me(t){M(t).forEach((t=>t.remove()))}function Ne(t,e){for(e=D(Ae(t,e));e.firstChild;)e=e.firstChild;return Be(e,t),e}function ze(t,e){return M(M(t).map((t=>t.hasChildNodes()?Ne(M(t.childNodes),e):Be(t,e))))}function He(t){M(t).map(at).filter(((t,e,i)=>i.indexOf(t)===e)).forEach((t=>t.replaceWith(...t.childNodes)))}const Ie=/^\s*<(\w+|!)[^>]*>/,je=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Le(t){const e=je.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("div");return Ie.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,Fe(i.childNodes)}function Fe(t){return t.length>1?t:t[0]}function We(t,e){if(x(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;We(t,e),t=i}}function Ve(t,e){return qe(t)?D(Le(t)):wt(t,e)}function Re(t,e){return qe(t)?M(Le(t)):bt(t,e)}function qe(t){return _(t)&&h(t.trim(),"<")}const Ue="undefined"!=typeof window,Ye=Ue&&"rtl"===Z(document.documentElement,"dir"),Ge=Ue&&"ontouchstart"in window,Xe=Ue&&window.PointerEvent,Je=Xe?"pointerdown":Ge?"touchstart":"mousedown",Ze=Xe?"pointermove":Ge?"touchmove":"mousemove",Ke=Xe?"pointerup":Ge?"touchend":"mouseup",Qe=Xe?"pointerenter":Ge?"":"mouseenter",ti=Xe?"pointerleave":Ge?"":"mouseleave",ei=Xe?"pointercancel":"touchcancel",ii={reads:[],writes:[],read(t){return this.reads.push(t),oi(),t},write(t){return this.writes.push(t),oi(),t},clear(t){ri(this.reads,t),ri(this.writes,t)},flush:ni};function ni(t){si(ii.reads),si(ii.writes.splice(0)),ii.scheduled=!1,(ii.reads.length||ii.writes.length)&&oi(t+1)}function oi(t){ii.scheduled||(ii.scheduled=!0,t&&t<4?Promise.resolve().then((()=>ni(t))):requestAnimationFrame((()=>ni(1))))}function si(t){let e;for(;e=t.shift();)try{e()}catch(t){console.error(t)}}function ri(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function li(){}function ai(t,e,i,n){void 0===n&&(n=!0);const o=new IntersectionObserver(n?(t,i)=>{t.some((t=>t.isIntersecting))&&e(t,i)}:e,i);for(const e of M(t))o.observe(e);return o}li.prototype={positions:[],init(){let t;this.positions=[],this.unbind=Bt(document,"mousemove",(e=>t=Vt(e))),this.interval=setInterval((()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())}),50)},cancel(){var t;null==(t=this.unbind)||t.call(this),this.interval&&clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:o,bottom:s}=e,[r]=this.positions,l=I(this.positions),a=[r,l];if(R(l,e))return!1;return[[{x:i,y:o},{x:n,y:s}],[{x:i,y:s},{x:n,y:o}]].some((t=>{const i=function(t,e){let[{x:i,y:n},{x:o,y:s}]=t,[{x:r,y:l},{x:a,y:h}]=e;const c=(h-l)*(o-i)-(a-r)*(s-n);if(0===c)return!1;const u=((a-r)*(n-l)-(h-l)*(i-r))/c;if(u<0)return!1;return{x:i+u*(o-i),y:n+u*(s-n)}}(a,t);return i&&R(i,e)}))}};const hi=Ue&&window.ResizeObserver;function ci(t,e,i){return void 0===i&&(i={box:"border-box"}),hi?fi(ResizeObserver,t,e,i):(function(){if(ui)return;let t;ui=new Set;const e=()=>{if(!t){t=!0,ii.read((()=>t=!1));for(const t of ui)t()}};Bt(window,"load resize",e),Bt(document,"loadedmetadata load",e,!0)}(),ui.add(e),{disconnect(){ui.delete(e)}})}let ui;function di(t,e,i){return fi(MutationObserver,t,e,i)}function fi(t,e,i,n){const o=new t(i);for(const t of M(e))o.observe(t,n);return o}const pi={};function mi(t,e,i){return pi.computed(g(t)?t.call(i,i):t,g(e)?e.call(i,i):e)}function gi(t,e){return t=t&&!f(t)?[t]:t,e?t?t.concat(e):f(e)?e:[e]:t}function vi(t,e){return O(e)?t:e}function wi(t,e,n){const o={};if(g(e)&&(e=e.options),e.extends&&(t=wi(t,e.extends,n)),e.mixins)for(const i of e.mixins)t=wi(t,i,n);for(const e in t)s(e);for(const n in e)i(t,n)||s(n);function s(i){o[i]=(pi[i]||vi)(t[i],e[i],n)}return o}function bi(t,e){void 0===e&&(e=[]);try{return t?h(t,"{")?JSON.parse(t):e.length&&!u(t,":")?{[e[0]]:t}:t.split(";").reduce(((t,e)=>{const[i,n]=e.split(/:(.*)/);return i&&!O(n)&&(t[i.trim()]=n.trim()),t}),{}):{}}catch(t){return{}}}function yi(t){if(_i(t)&&Ei(t,{func:"playVideo",method:"play"}),Ti(t))try{t.play().catch(W)}catch(t){}}function $i(t){_i(t)&&Ei(t,{func:"pauseVideo",method:"pause"}),Ti(t)&&t.pause()}function xi(t){_i(t)&&Ei(t,{func:"mute",method:"setVolume",value:0}),Ti(t)&&(t.muted=!0)}function ki(t){return Ti(t)||_i(t)}function Ti(t){return Se(t,"video")}function _i(t){return Se(t,"iframe")&&(Si(t)||Ci(t))}function Si(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function Ci(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Ei(t,e){await function(t){if(t._ukPlayer)return t._ukPlayer;const e=Si(t),i=Ci(t),n=++Bi;let o;return t._ukPlayer=new Promise((s=>{e&&Pt(t,"load",(()=>{const e=()=>Oi(t,{event:"listening",id:n});o=setInterval(e,100),e()})),Pt(window,"message",s,!1,(t=>{let{data:o}=t;try{return o=JSON.parse(o),o&&(e&&o.id===n&&"onReady"===o.event||i&&Number(o.player_id)===n)}catch(t){}})),t.src=t.src+(u(t.src,"?")?"&":"?")+(e?"enablejsapi=1":"api=1&player_id="+n)})).then((()=>clearInterval(o)))}(t),Oi(t,e)}function Oi(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch(t){}}pi.events=pi.created=pi.beforeConnect=pi.connected=pi.beforeDisconnect=pi.disconnected=pi.destroy=gi,pi.args=function(t,e){return!1!==e&&gi(e||t)},pi.update=function(t,e){return L(gi(t,g(e)?{read:e}:e),"order")},pi.props=function(t,e){if(f(e)){const t={};for(const i of e)t[i]=String;e=t}return pi.methods(t,e)},pi.computed=pi.methods=function(t,e){return e?t?{...t,...e}:e:t},pi.data=function(t,e,i){return i?mi(t,e,i):e?t?function(i){return mi(t,e,i)}:e:t};let Bi=0;function Ai(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=0),!!nt(t)&&V(...Ni(t).map((t=>{const{top:n,left:o,bottom:s,right:r}=zi(t);return{top:n-e,left:o-i,bottom:s+e,right:r+i}})).concat(de(t)))}function Pi(t,e){if(t=b(t)||y(t)?Hi(t):D(t),O(e))return t.scrollTop;t.scrollTop=e}function Di(t,e){let{offset:i=0}=void 0===e?{}:e;const n=nt(t)?Ni(t):[];return n.reduce(((e,s,r)=>{const{scrollTop:l,scrollHeight:a,offsetHeight:h}=s,c=zi(s),u=a-c.height,{height:d,top:f}=n[r-1]?zi(n[r-1]):de(t);let p=Math.ceil(f-c.top-i+l);return i>0&&h<d+i?p+=i:i=0,p>u?(i-=p-u,p=u):p<0&&(i-=p,p=0),()=>o(s,p-l).then(e)}),(()=>Promise.resolve()))();function o(t,e){return new Promise((i=>{const n=t.scrollTop,o=(s=Math.abs(e),40*Math.pow(s,.375));var s;const r=Date.now();!function s(){const l=(a=F((Date.now()-r)/o),.5*(1-Math.cos(Math.PI*a)));var a;Pi(t,n+e*l),1===l?i():requestAnimationFrame(s)}()}))}}function Mi(t,e,i){if(void 0===e&&(e=0),void 0===i&&(i=0),!nt(t))return 0;const[n]=Ni(t,/auto|scroll/,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=zi(n),l=o-r,a=pe(t)[0]-pe(n)[0],h=Math.max(0,a-r+e);return F((s-h)/(Math.min(l,a+t.offsetHeight-i)-h))}function Ni(t,e,i){void 0===e&&(e=/auto|scroll|hidden/),void 0===i&&(i=!1);const n=Hi(t);let o=ft(t).reverse();o=o.slice(o.indexOf(n)+1);const s=d(o,(t=>"fixed"===qt(t,"position")));return~s&&(o=o.slice(s)),[n].concat(o.filter((t=>e.test(qt(t,"overflow"))&&(!i||t.scrollHeight>zi(t).height)))).reverse()}function zi(t){let e=Ii(t),i=de(e);for(let[t,n,o,s]of[["width","x","left","right"],["height","y","top","bottom"]])b(Ii(e))||(i[o]+=P(qt(e,"border"+l(o)+"Width"))),i[t]=i[n]=e[(b(e)?"inner":"client")+l(t)],i[s]=i[t]+i[o];return i}function Hi(t){const{document:{scrollingElement:e}}=N(t);return e}function Ii(t){return t===Hi(t)?window:t}const ji=[["width","x","left","right"],["height","y","top","bottom"]];function Li(t,e,i){de(t,(i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i}).flip?Vi(t,e,i):Fi(t,e,i))}function Fi(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i};const s=de(t),r=de(e);for(const[t,[e,i,l,a]]of Object.entries(ji))s[l]=s[i]=r[l]+Wi(n.target[t],a,r[e])-Wi(n.element[t],a,s[e])+ +o[t],s[a]=s[l]+s[e];return s}function Wi(t,e,i){return"center"===t?i/2:t===e?i:0}function Vi(t,e,i){const n=Fi(t,e,i),o=de(e);let{flip:s,attach:{element:r,target:l},offset:a,boundary:h,viewport:c,viewportOffset:d}=i,f=Ni(t);h===e&&(f=f.filter((t=>t!==h)));const[p]=f;f.push(c);const m={...n};for(const[g,[v,w,b,y]]of Object.entries(ji)){if(!0!==s&&!u(s,w))continue;const $=!Ui(n,o,g)&&Ui(n,o,1-g);c=Ri(...f.filter(Boolean).map(zi)),d&&(c[b]+=d,c[y]-=d),h&&!$&&n[v]<=de(h)[v]&&(c=Ri(c,de(h)));const x=n[b]>=c[b],k=n[y]<=c[y];if(x&&k)continue;let T;if($){if(r[g]===y&&x||r[g]===b&&k)continue;if(T=(r[g]===b?-n[v]:r[g]===y?n[v]:0)+(l[g]===b?o[v]:l[g]===y?-o[v]:0)-2*a[g],!qi({...n,[b]:n[b]+T,[y]:n[y]+T},p,g)){if(qi(n,p,g))continue;if(i.recursion)return!1;const o=Vi(t,e,{...i,attach:{element:r.map(Yi).reverse(),target:l.map(Yi).reverse()},offset:a.reverse(),flip:!0===s?s:[...s,ji[1-g][1]],recursion:!0});if(o&&qi(o,p,1-g))return o}}else T=F(F(n[b],c[b],c[y]-n[v]),o[b]-n[v]+a[g],o[y]-a[g])-n[b];m[b]=n[w]=n[b]+T,m[y]+=T}return m}function Ri(){let t={};for(var e=arguments.length,i=new Array(e),n=0;n<e;n++)i[n]=arguments[n];for(const e of i)for(const[,,i,n]of ji)t[i]=Math.max(t[i]||0,e[i]),t[n]=Math.min(...[t[n],e[n]].filter(Boolean));return t}function qi(t,e,i){const n=zi(e),[o,,s,r]=ji[i];return n[s]-=e["scroll"+l(s)],n[r]=n[s]+e["scroll"+l(o)],t[s]>=n[s]&&t[r]<=n[r]}function Ui(t,e,i){const[,,n,o]=ji[i];return t[o]>e[n]&&e[o]>t[n]}function Yi(t){for(let e=0;e<ji.length;e++){const i=ji[e].indexOf(t);if(~i)return ji[1-e][i%2+2]}}var Gi=Object.freeze({__proto__:null,ajax:function(t,e){const i={data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:W,responseType:"",...e};return Promise.resolve().then((()=>i.beforeSend(i))).then((()=>function(t,e){return new Promise(((i,n)=>{const{xhr:o}=e;for(const t in e)if(t in o)try{o[t]=e[t]}catch(t){}o.open(e.method.toUpperCase(),t);for(const t in e.headers)o.setRequestHeader(t,e.headers[t]);Bt(o,"load",(()=>{0===o.status||o.status>=200&&o.status<300||304===o.status?i(o):n(m(Error(o.statusText),{xhr:o,status:o.status}))})),Bt(o,"error",(()=>n(m(Error("Network Error"),{xhr:o})))),Bt(o,"timeout",(()=>n(m(Error("Network Timeout"),{xhr:o})))),o.send(e.data)}))}(t,i)))},getImage:function(t,e,i){return new Promise(((n,o)=>{const s=new Image;s.onerror=t=>{o(t)},s.onload=()=>{n(s)},i&&(s.sizes=i),e&&(s.srcset=e),s.src=t}))},transition:oe,Transition:se,animate:le,Animation:he,attr:Z,hasAttr:K,removeAttr:Q,data:tt,addClass:Jt,removeClass:Zt,removeClasses:Kt,replaceClass:Qt,hasClass:te,toggleClass:ee,dimensions:ue,offset:de,position:fe,offsetPosition:pe,height:me,width:ge,boxModelAdjust:we,flipPosition:be,toPx:ye,ready:_e,isTag:Se,empty:function(t){return Ee(t,"")},html:Ce,replaceChildren:Ee,prepend:Oe,append:Be,before:Ae,after:Pe,remove:Me,wrapAll:Ne,wrapInner:ze,unwrap:He,fragment:Le,apply:We,$:Ve,$$:Re,inBrowser:Ue,isRtl:Ye,hasTouch:Ge,pointerDown:Je,pointerMove:Ze,pointerUp:Ke,pointerEnter:Qe,pointerLeave:ti,pointerCancel:ei,on:Bt,off:At,once:Pt,trigger:Dt,createEvent:Mt,toEventTargets:Ft,isTouch:Wt,getEventPos:Vt,fastdom:ii,isVoidElement:it,isVisible:nt,selInput:ot,isInput:st,selFocusable:rt,isFocusable:lt,parent:at,filter:ht,matches:ct,closest:ut,within:dt,parents:ft,children:pt,index:mt,hasOwn:i,hyphenate:o,camelize:r,ucfirst:l,startsWith:h,endsWith:c,includes:u,findIndex:d,isArray:f,toArray:p,assign:m,isFunction:g,isObject:v,isPlainObject:w,isWindow:b,isDocument:y,isNode:$,isElement:x,isBoolean:T,isString:_,isNumber:S,isNumeric:C,isEmpty:E,isUndefined:O,toBoolean:B,toNumber:A,toFloat:P,toNode:D,toNodes:M,toWindow:N,isEqual:z,swap:H,last:I,each:j,sortBy:L,uniqueBy:function(t,e){const i=new Set;return t.filter((t=>{let{[e]:n}=t;return!i.has(n)&&i.add(n)}))},clamp:F,noop:W,intersectRect:V,pointInRect:R,Dimensions:Y,getIndex:G,memoize:X,Deferred:J,MouseTracker:li,observeIntersection:ai,observeResize:ci,observeMutation:di,mergeOptions:wi,parseOptions:bi,play:yi,pause:$i,mute:xi,isVideo:ki,positionAt:Li,query:gt,queryAll:vt,find:wt,findAll:bt,escape:Ot,css:qt,getCssVar:Yt,propName:Gt,isInView:Ai,scrollTop:Pi,scrollIntoView:Di,scrolledOver:Mi,scrollParents:Ni,offsetViewport:zi});function Xi(t,e){const i={},{args:n=[],props:s={},el:l}=t;if(!s)return i;for(const t in s){const e=o(t);let n=tt(l,e);O(n)||(n=s[t]===Boolean&&""===n||Qi(s[t],n),("target"!==e||n&&!h(n,"_"))&&(i[t]=n))}const a=bi(tt(l,e),n);for(const t in a){const e=r(t);void 0!==s[e]&&(i[e]=Qi(s[e],a[t]))}return i}function Ji(t,e,n){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:o,$props:s,$el:r}=t;return i(o,e)||(o[e]=(n.get||n).call(t,s,r)),o[e]},set(i){const{_computed:o}=t;o[e]=n.set?n.set.call(t,i):i,O(o[e])&&delete o[e]}})}function Zi(t,e,i){w(e)||(e={name:i,handler:e});let{name:n,el:o,handler:s,capture:r,passive:l,delegate:a,filter:h,self:c}=e;o=g(o)?o.call(t):o||t.$el,f(o)?o.forEach((n=>Zi(t,{...e,el:n},i))):!o||h&&!h.call(t)||t._events.push(Bt(o,n,a?_(a)?a:a.call(t):null,_(s)?t[s]:s.bind(t),{passive:l,capture:r,self:c}))}function Ki(t,e){return t.every((t=>!t||!i(t,e)))}function Qi(t,e){return t===Boolean?B(e):t===Number?A(e):"list"===t?function(t){return f(t)?t:_(t)?t.split(/,(?![^(]*\))/).map((t=>C(t)?A(t):B(t.trim()))):[t]}(e):t?t(e):e}function tn(t){const{$name:e,$options:i,$props:n}=t,{attrs:s,props:l,el:a}=i;if(!l||!1===s)return;const h=f(s)?s:Object.keys(l),c=h.map((t=>o(t))).concat(e),u=new MutationObserver((o=>{const s=Xi(i,e);o.some((t=>{let{attributeName:i}=t;const o=i.replace("data-","");return(o===e?h:[r(o),r(i)]).some((t=>!O(s[t])&&s[t]!==n[t]))}))&&t.$reset()}));return u.observe(a,{attributes:!0,attributeFilter:c.concat(c.map((t=>"data-"+t)))}),u}const en=X((t=>!(!h(t,"uk-")&&!h(t,"data-uk-"))&&r(t.replace("data-uk-","").replace("uk-","")))),nn=function(t){this._init(t)};nn.util=Gi,nn.data="__uikit__",nn.prefix="uk-",nn.options={},nn.version="3.14.2-dev.5f6f1e6a6",function(t){const e=t.data;let i;function n(t,e){if(t)for(const i in t)t[i]._connected&&t[i]._callUpdate(e)}t.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},t.mixin=function(e,i){(i=(_(i)?t.component(i):i)||this).options=wi(i.options,e)},t.extend=function(t){t=t||{};const e=this,i=function(t){this._init(t)};return(i.prototype=Object.create(e.prototype)).constructor=i,i.options=wi(e.options,t),i.super=e,i.extend=e.extend,i},t.update=function(t,i){t=t?D(t):document.body;for(const o of ft(t).reverse())n(o[e],i);We(t,(t=>n(t[e],i)))},Object.defineProperty(t,"container",{get:()=>i||document.body,set(t){i=Ve(t)}})}(nn),function(t){function e(t){for(const{read:e,write:i,events:n=[]}of this.$options.update){if(!t.has("update")&&!n.some((e=>t.has(e))))continue;let o;e&&(o=e.call(this,this._data,t),o&&w(o)&&m(this._data,o)),i&&!1!==o&&ii.write((()=>i.call(this,this._data,t)))}}function n(t){const{$options:{computed:e}}=this,n={...this._computed};this._computed={};for(const o in e){const{watch:s,immediate:r}=e[o];s&&(t&&r||i(n,o)&&!z(n[o],this[o]))&&s.call(this,this[o],n[o])}}t.prototype._callHook=function(t){var e;null==(e=this.$options[t])||e.forEach((t=>t.call(this)))},t.prototype._callConnected=function(){this._connected||(this._data={},this._computed={},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(t){void 0===t&&(t="update"),this._connected&&("update"!==t&&"resize"!==t||this._callWatches(),this.$options.update&&(this._updates||(this._updates=new Set,ii.read((()=>{this._connected&&e.call(this,this._updates),delete this._updates}))),this._updates.add(t.type||t)))},t.prototype._callWatches=function(){if(this._watch)return;const t=!i(this,"_watch");this._watch=ii.read((()=>{this._connected&&n.call(this,t),this._watch=null}))}}(nn),function(t){let e=0;t.prototype._init=function(t){(t=t||{}).data=function(t,e){let{data:i={}}=t,{args:n=[],props:o={}}=e;f(i)&&(i=i.slice(0,n.length).reduce(((t,e,i)=>(w(e)?m(t,e):t[n[i]]=e,t)),{}));for(const t in i)O(i[t])?delete i[t]:o[t]&&(i[t]=Qi(o[t],i[t]));return i}(t,this.constructor.options),this.$options=wi(this.constructor.options,t,this),this.$el=null,this.$props={},this._uid=e++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),t.el&&this.$mount(t.el)},t.prototype._initData=function(){const{data:t={}}=this.$options;for(const e in t)this.$props[e]=this[e]=t[e]},t.prototype._initMethods=function(){const{methods:t}=this.$options;if(t)for(const e in t)this[e]=t[e].bind(this)},t.prototype._initComputeds=function(){const{computed:t}=this.$options;if(this._computed={},t)for(const e in t)Ji(this,e,t[e])},t.prototype._initProps=function(t){let e;for(e in t=t||Xi(this.$options,this.$name))O(t[e])||(this.$props[e]=t[e]);const i=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&Ki(i,e)&&(this[e]=this.$props[e])},t.prototype._initEvents=function(){this._events=[];for(const t of this.$options.events||[])if(i(t,"handler"))Zi(this,t);else for(const e in t)Zi(this,t[e],e)},t.prototype._unbindEvents=function(){this._events.forEach((t=>t())),delete this._events},t.prototype._initObservers=function(){this._observers=[tn(this)],this.$options.computed&&this.registerObserver(function(t){const{el:e}=t.$options,i=new MutationObserver((()=>t.$emit()));return i.observe(e,{childList:!0,subtree:!0}),i}(this))},t.prototype.registerObserver=function(t){this._observers.push(t)},t.prototype._disconnectObservers=function(){this._observers.forEach((t=>null==t?void 0:t.disconnect()))}}(nn),function(t){const e=t.data,i={};t.component=function(e,n){const s=o(e);if(e=r(s),!n)return w(i[e])&&(i[e]=t.extend(i[e])),i[e];t[e]=function(i,n){const o=t.component(e);return o.options.functional?new o({data:w(i)?i:[...arguments]}):i?Re(i).map(s)[0]:s();function s(i){const s=t.getComponent(i,e);if(s){if(!n)return s;s.$destroy()}return new o({el:i,data:n})}};const l=w(n)?{...n}:n.options;return l.name=e,null==l.install||l.install(t,l,e),t._initialized&&!l.functional&&ii.read((()=>t[e]("[uk-"+s+"],[data-uk-"+s+"]"))),i[e]=w(n)?l:n},t.getComponents=t=>(null==t?void 0:t[e])||{},t.getComponent=(e,i)=>t.getComponents(e)[i],t.connect=n=>{if(n[e])for(const t in n[e])n[e][t]._callConnected();for(const e of n.attributes){const o=en(e.name);o&&o in i&&t[o](n)}},t.disconnect=t=>{for(const i in t[e])t[e][i]._callDisconnected()}}(nn),function(t){const e=t.data;t.prototype.$create=function(e,i,n){return t[e](i,n)},t.prototype.$mount=function(t){const{name:i}=this.$options;t[e]||(t[e]={}),t[e][i]||(t[e][i]=this,this.$el=this.$options.el=this.$options.el||t,dt(t,document)&&this._callConnected())},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(t){void 0===t&&(t=!1);const{el:i,name:n}=this.$options;i&&this._callDisconnected(),this._callHook("destroy"),null!=i&&i[e]&&(delete i[e][n],E(i[e])||delete i[e],t&&Me(this.$el))},t.prototype.$emit=function(t){this._callUpdate(t)},t.prototype.$update=function(e,i){void 0===e&&(e=this.$el),t.update(e,i)},t.prototype.$getComponent=t.getComponent;const i=X((e=>t.prefix+o(e)));Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get(){return i(this.$options.name)}}})}(nn);var on={connected(){!te(this.$el,this.$name)&&Jt(this.$el,this.$name)}},sn={methods:{lazyload(t,e){void 0===t&&(t=this.$el),void 0===e&&(e=this.$el),this.registerObserver(ai(t,((t,i)=>{for(const t of M(g(e)?e():e))Re('[loading="lazy"]',t).forEach((t=>Q(t,"loading")));for(const e of t.filter((t=>{let{isIntersecting:e}=t;return e})).map((t=>{let{target:e}=t;return e})))i.unobserve(e)})))}}},rn={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:"",boxShadow:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0,boxShadow:"none"}},computed:{hasAnimation(t){let{animation:e}=t;return!!e[0]},hasTransition(t){let{animation:e}=t;return this.hasAnimation&&!0===e[0]}},methods:{toggleElement(t,e,i){return new Promise((n=>Promise.all(M(t).map((t=>{const n=T(e)?e:!this.isToggled(t);if(!Dt(t,"before"+(n?"show":"hide"),[this]))return Promise.reject();i||(he.cancel(t),se.cancel(t));const o=(g(i)?i:!1!==i&&this.hasAnimation?this.hasTransition?ln(this):(s=this,(t,e)=>{he.cancel(t);const{animation:i,duration:n,_toggle:o}=s;return e?(o(t,!0),he.in(t,i[0],n,s.origin)):he.out(t,i[1]||i[0],n,s.origin).then((()=>o(t,!1)))}):this._toggle)(t,n);var s;const r=n?this.clsEnter:this.clsLeave;Jt(t,r),Dt(t,n?"show":"hide",[this]);const l=()=>{Zt(t,r),Dt(t,n?"shown":"hidden",[this]),this.$update(t)};return o?o.then(l,(()=>(Zt(t,r),Promise.reject()))):l()}))).then(n,W)))},isToggled(t){return void 0===t&&(t=this.$el),[t]=M(t),!!te(t,this.clsEnter)||!te(t,this.clsLeave)&&(this.cls?te(t,this.cls.split(" ")[0]):nt(t))},_toggle(t,e){if(!t)return;let i;e=Boolean(e),this.cls?(i=u(this.cls," ")||e!==te(t,this.cls),i&&ee(t,this.cls,u(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),Re("[autofocus]",t).some((t=>nt(t)?t.focus()||!0:t.blur())),i&&(Dt(t,"toggled",[e,this]),this.$update(t))}}};function ln(t){let{isToggled:e,duration:i,velocity:n,initProps:o,hideProps:s,transition:r,_toggle:l}=t;return(t,a)=>{const h=se.inProgress(t),c=t.hasChildNodes()?P(qt(t.firstElementChild,"marginTop"))+P(qt(t.lastElementChild,"marginBottom")):0,u=nt(t)?me(t)+(h?0:c):0;se.cancel(t),e(t)||l(t,!0),me(t,""),ii.flush();const d=me(t)+(h?0:c);return i=n*t.offsetHeight+i,me(t,u),(a?se.start(t,{...o,overflow:"hidden",height:d},Math.round(i*(1-u/d)),r):se.start(t,s,Math.round(i*(u/d)),r).then((()=>l(t,!1)))).then((()=>qt(t,o)))}}var an={mixins:[on,sn,rn],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:{get(t,e){let{targets:i}=t;return Re(i,e)},watch(t,e){if(e||te(t,this.clsOpen))return;const i=!1!==this.active&&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((t=>Ve(e,t)))},contents:{get(t){let{content:e}=t;return this.items.map((t=>Ve(e,t)))},watch(t){for(const e of t)hn(e,!te(this.items.find((t=>t.contains(e))),this.clsOpen))},immediate:!0}},connected(){this.lazyload()},events:[{name:"click",delegate(){return this.targets+" "+this.$props.toggle},handler(t){t.preventDefault(),this.toggle(mt(this.toggles,t.current))}}],methods:{toggle(t,e){let i=[this.items[G(t,this.items)]];const n=ht(this.items,"."+this.clsOpen);if(this.multiple||u(n,i[0])||(i=i.concat(n)),this.collapsible||!(n.length<2)||ht(i,":not(."+this.clsOpen+")").length)for(const t of i)this.toggleElement(t,!te(t,this.clsOpen),(async(t,i)=>{ee(t,this.clsOpen,i),Z(Ve(this.$props.toggle,t),"aria-expanded",i);const n=Ve((t._wrapper?"> * ":"")+this.content,t);if(!1!==e&&this.hasTransition){if(t._wrapper||(t._wrapper=Ne(n,"<div"+(i?" hidden":"")+">")),hn(n,!1),await ln(this)(t._wrapper,i),hn(n,!i),delete t._wrapper,He(n),i){const e=Ve(this.$props.toggle,t);ii.read((()=>{Ai(e)||Di(e,{offset:this.offset})}))}}else hn(n,!i)}))}}};function hn(t,e){t&&(t.hidden=e)}var cn={mixins:[on,rn],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:{opacity:0,...rn.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)}}},un={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.inView="inview"===this.autoplay,this.inView&&!K(this.$el,"preload")&&(this.$el.preload="none"),this.automute&&xi(this.$el),this.registerObserver(ai(this.$el,(()=>this.$emit()),{},!1))},update:{read(){return!!ki(this.$el)&&{visible:nt(this.$el)&&"hidden"!==qt(this.$el,"visibility"),inView:this.inView&&Ai(this.$el)}},write(t){let{visible:e,inView:i}=t;!e||this.inView&&!i?$i(this.$el):(!0===this.autoplay||this.inView&&i)&&yi(this.$el)}}},dn={connected(){var t;this.registerObserver(ci((null==(t=this.$options.resizeTargets)?void 0:t.call(this))||this.$el,(()=>this.$emit("resize"))))}},fn={mixins:[dn,un],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},resizeTargets(){return[this.$el,at(this.$el)]},update:{read(){const{ratio:t,cover:e}=Y,{$el:i,width:n,height:o}=this;let s={width:n,height:o};if(!s.width||!s.height){const e={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};s=s.width?t(e,"width",s.width):o?t(e,"height",s.height):e}const{offsetHeight:r,offsetWidth:l}=function(t){for(;t=at(t);)if("static"!==qt(t,"position"))return t}(i)||at(i),a=e(s,{width:l+(l%2?1:0),height:r+(r%2?1:0)});return!(!a.width||!a.height)&&a},write(t){let{height:e,width:i}=t;qt(this.$el,{height:e,width:i})},events:["resize"]}};var pn={props:{container:Boolean},data:{container:!0},computed:{container(t){let{container:e}=t;return!0===e&&this.$container||e&&Ve(e)}}},mn={props:{pos:String,offset:null,flip:Boolean},data:{pos:"bottom-"+(Ye?"right":"left"),flip:!0,offset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),this.axis=u(["top","bottom"],this.pos[0])?"y":"x"},methods:{positionAt(t,e,i){const[n,o]=this.pos;let s=ye(!1===this.offset?Yt("position-offset",t):this.offset,"x"===this.axis?"width":"height",t);s=[u(["left","top"],n)?-s:+s,0];const r={element:[be(n),o],target:[n,o]};if("y"===this.axis){for(const t in r)r[t]=r[t].reverse();s=s.reverse()}Li(t,e,{attach:r,offset:s,boundary:i,flip:this.flip,viewportOffset:ye(Yt("position-viewport-offset",t))})}}};let gn;var vn={mixins:[pn,sn,mn,rn],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,display:String,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:!0,boundaryAlign:!1,delayShow:0,delayHide:800,display:null,clsDrop:!1,animation:["uk-animation-fade"],cls:"uk-open",container:!1},created(){this.tracker=new li},beforeConnect(){this.clsDrop=this.$props.clsDrop||"uk-"+this.$options.name},connected(){Jt(this.$el,this.clsDrop),this.toggle&&!this.target&&(this.target=this.$create("toggle",gt(this.toggle,this.$el),{target:this.$el,mode:this.mode}).$el,Z(this.target,"aria-haspopup",!0),this.lazyload(this.target))},disconnected(){this.isActive()&&(gn=null)},events:[{name:"click",delegate(){return"."+this.clsDrop+"-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:()=>'a[href^="#"]',handler(t){let{defaultPrevented:e,current:{hash:i}}=t;e||!i||dt(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(null==e?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(null==e?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),ct(this.$el,":focus,:hover")||this.hide()}},{name:Qe+" focusin",filter(){return u(this.mode,"hover")},handler(t){Wt(t)||this.clearTimers()}},{name:ti+" focusout",filter(){return u(this.mode,"hover")},handler(t){!Wt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){gn=this,this.tracker.init();for(const t of[Bt(document,Je,(t=>{let{target:e}=t;return!dt(e,this.$el)&&Pt(document,Ke+" "+ei+" scroll",(t=>{let{defaultPrevented:i,type:n,target:o}=t;i||n!==Ke||e!==o||this.target&&dt(e,this.target)||this.hide(!1)}),!0)})),Bt(document,"keydown",(t=>{27===t.keyCode&&this.hide(!1)})),..."static"===this.display?[]:(()=>{const t=()=>this.$emit();return[Bt(window,"resize",t),Bt(document,"scroll",t,!0),(()=>{const e=ci(Ni(this.$el),t);return()=>e.disconnect()})()]})()])Pt(this.$el,"hide",t,{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler(t){let{target:e}=t;this.$el===e?(gn=this.isActive()?null:gn,this.tracker.cancel()):gn=null===gn&&dt(e,this.$el)&&this.isToggled()?this:gn}}],update:{write(){this.isToggled()&&!te(this.$el,this.clsEnter)&&this.position()}},methods:{show(t,e){if(void 0===t&&(t=this.target),void 0===e&&(e=!0),this.isToggled()&&t&&this.target&&t!==this.target&&this.hide(!1),this.target=t,this.clearTimers(),!this.isActive()){if(gn){if(e&&gn.isDelaying)return void(this.showTimer=setTimeout((()=>ct(t,":hover")&&this.show()),10));let i;for(;gn&&i!==gn&&!dt(this.$el,gn.$el);)i=gn,gn.hide(!1)}this.container&&at(this.$el)!==this.container&&Be(this.container,this.$el),this.showTimer=setTimeout((()=>this.toggleElement(this.$el,!0)),e&&this.delayShow||0)}},hide(t){void 0===t&&(t=!0);const e=()=>this.toggleElement(this.$el,!1,!1);this.clearTimers(),this.isDelaying=function(t){const e=[];return We(t,(t=>"static"!==qt(t,"position")&&e.push(t))),e}(this.$el).some((t=>this.tracker.movesTo(t))),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 gn===this},position(){Zt(this.$el,this.clsDrop+"-stack"),ee(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);const t=gt(this.boundary,this.$el),e=de(Ni(t&&this.boundaryAlign?t:this.$el)[0]),i=t?de(t):e;qt(this.$el,"maxWidth","");const n=e.width-2*ye(Yt("position-viewport-offset",this.$el));if("justify"===this.pos[1]){const n="y"===this.axis?"width":"height";qt(this.$el,n,Math.min((t?i:de(this.target))[n],e[n]-2*ye(Yt("position-viewport-offset",this.$el))))}else this.$el.offsetWidth>n&&Jt(this.$el,this.clsDrop+"-stack");qt(this.$el,"maxWidth",n),this.positionAt(this.$el,t&&this.boundaryAlign?t:this.target,t)}}};var wn={mixins:[on],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>Ve(ot,e),state(){return this.input.nextElementSibling},target(t,e){let{target:i}=t;return i&&(!0===i&&at(this.input)===e&&this.input.nextElementSibling||Ve(i,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=st(e)?"value":"textContent",s=e[o],r=null!=(t=i.files)&&t[0]?i.files[0].name:ct(i,"select")&&(n=Re("option",i).filter((t=>t.selected))[0])?n.textContent:i.value;s!==r&&(e[o]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return ut(this.$el,"form")},handler(){this.$emit()}}]},bn={mixins:[dn],props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},resizeTargets(){return[this.$el,...p(this.$el.children)]},connected(){this.registerObserver(di(this.$el,(()=>this.$reset()),{childList:!0}))},update:{read(){const t=yn(this.$el.children);return{rows:t,columns:$n(t)}},write(t){let{columns:e,rows:i}=t;for(const t of i)for(const n of t)ee(n,this.margin,i[0]!==t),ee(n,this.firstColumn,e[0].includes(n))},events:["resize"]}};function yn(t){return xn(t,"top","bottom")}function $n(t){const e=[];for(const i of t){const t=xn(i,"left","right");for(let i=0;i<t.length;i++)e[i]=e[i]?e[i].concat(t[i]):t[i]}return Ye?e.reverse():e}function xn(t,e,i){const n=[[]];for(const o of t){if(!nt(o))continue;let t=kn(o);for(let s=n.length-1;s>=0;s--){const r=n[s];if(!r[0]){r.push(o);break}let l;if(r[0].offsetParent===o.offsetParent?l=kn(r[0]):(t=kn(o,!0),l=kn(r[0],!0)),t[e]>=l[i]-1&&t[e]!==l[e]){n.push([o]);break}if(t[i]-1>l[e]||t[e]===l[e]){r.push(o);break}if(0===s){n.unshift([o]);break}}}return n}function kn(t,e){void 0===e&&(e=!1);let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=pe(t)),{top:i,left:n,bottom:i+o,right:n+s}}var Tn={connected(){var t,e;t=this._uid,e=()=>this.$emit("scroll"),Sn=Sn||Bt(window,"scroll",(()=>_n.forEach((t=>t()))),{passive:!0,capture:!0}),_n.set(t,e)},disconnected(){var t;t=this._uid,_n.delete(t),Sn&&!_n.size&&(Sn(),Sn=null)}};const _n=new Map;let Sn;var Cn={extends:bn,mixins:[on,Tn],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0},connected(){this.masonry&&Jt(this.$el,"uk-flex-top uk-flex-wrap-top")},update:[{write(t){let{columns:e}=t;ee(this.$el,this.clsStack,e.length<2)},events:["resize"]},{read(t){let{columns:e,rows:i}=t;if(!e.length||!this.masonry&&!this.parallax||En(this.$el))return t.translates=!1,!1;let n=!1;const o=pt(this.$el),s=function(t){return t.map((t=>t.reduce(((t,e)=>t+e.offsetHeight),0)))}(e),r=function(t,e){const[i]=t.filter((t=>te(t,e)));return P(i?qt(i,"marginTop"):qt(t[0],"paddingLeft"))}(o,this.margin)*(i.length-1),l=Math.max(...s)+r;this.masonry&&(e=e.map((t=>L(t,"offsetTop"))),n=function(t,e){const i=t.map((t=>Math.max(...t.map((t=>t.offsetHeight)))));return e.map((t=>{let e=0;return t.map(((n,o)=>e+=o?i[o-1]-t[o-1].offsetHeight:0))}))}(i,e));let a=Math.abs(this.parallax);return a&&(a=s.reduce(((t,e,i)=>Math.max(t,e+r+(i%2?a:a/8)-l)),0)),{padding:a,columns:e,translates:n,height:n?l:""}},write(t){let{height:e,padding:i}=t;qt(this.$el,"paddingBottom",i||""),!1!==e&&qt(this.$el,"height",e)},events:["resize"]},{read(){return(!this.parallax||!En(this.$el))&&{scrolled:!!this.parallax&&Mi(this.$el)*Math.abs(this.parallax)}},write(t){let{columns:e,scrolled:i,translates:n}=t;(!1!==i||n)&&e.forEach(((t,e)=>t.forEach(((t,o)=>qt(t,"transform",i||n?"translateY("+((n&&-n[e][o])+(i?e%2?i:i/8:0))+"px)":"")))))},events:["scroll","resize"]}]};function En(t){return pt(t).some((t=>"absolute"===qt(t,"position")))}var On={mixins:[dn],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:{get(t,e){let{target:i}=t;return Re(i,e)},watch(){this.$reset()}}},resizeTargets(){return[this.$el,...this.elements]},update:{read(){return{rows:(this.row?yn(this.elements):[this.elements]).map(Bn)}},write(t){let{rows:e}=t;for(const{heights:t,elements:i}of e)i.forEach(((e,i)=>qt(e,"minHeight",t[i])))},events:["resize"]}};function Bn(t){if(t.length<2)return{heights:[""],elements:t};qt(t,"minHeight","");let e=t.map(An);const i=Math.max(...e);return{heights:t.map(((t,n)=>e[n].toFixed(2)===i.toFixed(2)?"":i)),elements:t}}function An(t){let e=!1;nt(t)||(e=t.style.display,qt(t,"display","block","important"));const i=ue(t).height-we(t,"height","content-box");return!1!==e&&qt(t,"display",e),i}var Pn={mixins:[dn],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},resizeTargets(){return[this.$el,document.documentElement]},update:{read(t){let{minHeight:e}=t;if(!nt(this.$el))return!1;let i="";const n=we(this.$el,"height","content-box");if(this.expand)i=Math.max(me(window)-(ue(document.documentElement).height-ue(this.$el).height)-n,0);else{if(i="calc(100vh",this.offsetTop){const{top:t}=de(this.$el);i+=t>0&&t<me(window)/2?" - "+t+"px":""}!0===this.offsetBottom?i+=" - "+ue(this.$el.nextElementSibling).height+"px":C(this.offsetBottom)?i+=" - "+this.offsetBottom+"vh":this.offsetBottom&&c(this.offsetBottom,"px")?i+=" - "+P(this.offsetBottom)+"px":_(this.offsetBottom)&&(i+=" - "+ue(gt(this.offsetBottom,this.$el)).height+"px"),i+=(n?" - "+n+"px":"")+")"}return{minHeight:i,prev:e}},write(t){let{minHeight:e}=t;qt(this.$el,{minHeight:e}),this.minHeight&&P(qt(this.$el,"minHeight"))<this.minHeight&&qt(this.$el,"minHeight",this.minHeight)},events:["resize"]}},Dn={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&&u(this.src,"#")&&([this.src,this.icon]=this.src.split("#")),this.svg=this.getSvg().then((t=>{if(this._connected){const e=function(t,e){if(it(e)||Se(e,"canvas")){e.hidden=!0;const i=e.nextElementSibling;return In(t,i)?i:Pe(e,t)}const i=e.lastElementChild;return In(t,i)?i:Be(e,t)}(t,this.$el);return this.svgEl&&e!==this.svgEl&&Me(this.svgEl),this.applyAttributes(e,t),this.svgEl=e}}),W),this.strokeAnimation&&this.svg.then((t=>{this._connected&&(Hn(t),this.registerObserver(ai(t,((e,i)=>{Hn(t),i.disconnect()}))))}))},disconnected(){this.svg.then((t=>{this._connected||(it(this.$el)&&(this.$el.hidden=!1),Me(t),this.svgEl=null)})),this.svg=null},methods:{async getSvg(){return Se(this.$el,"img")&&!this.$el.complete&&"lazy"===this.$el.loading?new Promise((t=>Pt(this.$el,"load",(()=>t(this.getSvg()))))):function(t,e){var i;e&&u(t,"<symbol")&&(t=function(t,e){if(!zn[t]){let e;for(zn[t]={},Nn.lastIndex=0;e=Nn.exec(t);)zn[t][e[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+e[1]+"svg>"}return zn[t][e]}(t,e)||t);return t=Ve(t.substr(t.indexOf("<svg"))),(null==(i=t)?void 0:i.hasChildNodes())&&t}(await Mn(this.src),this.icon)||Promise.reject("SVG not found.")},applyAttributes(t,e){for(const e in this.$options.props)u(this.include,e)&&e in this&&Z(t,e,this[e]);for(const e in this.attributes){const[i,n]=this.attributes[e].split(":",2);Z(t,i,n)}this.id||Q(t,"id");const i=["width","height"];let n=i.map((t=>this[t]));n.some((t=>t))||(n=i.map((t=>Z(e,t))));const o=Z(e,"viewBox");o&&!n.some((t=>t))&&(n=o.split(" ").slice(2)),n.forEach(((e,n)=>Z(t,i[n],P(e)*this.ratio||null)))}}};const Mn=X((async t=>t?h(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject()));const Nn=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,zn={};function Hn(t){const e=function(t){return Math.ceil(Math.max(0,...Re("[stroke]",t).map((t=>{try{return t.getTotalLength()}catch(t){return 0}}))))}(t);e&&t.style.setProperty("--uk-animation-stroke",e)}function In(t,e){return Se(t,"svg")&&Se(e,"svg")&&jn(t)===jn(e)}function jn(t){return(t.innerHTML||(new XMLSerializer).serializeToString(t).replace(/<svg.*?>(.*?)<\/svg>/g,"$1")).replace(/\s/g,"")}const Ln={spinner:'<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>',totop:'<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>',marker:'<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>',"close-icon":'<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>',"close-large":'<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>',"navbar-toggle-icon":'<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>',"overlay-icon":'<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>',"pagination-next":'<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>',"pagination-previous":'<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>',"search-icon":'<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>',"search-large":'<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>',"search-navbar":'<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>',"slidenav-next":'<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>',"slidenav-next-large":'<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>',"slidenav-previous":'<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>',"slidenav-previous-large":'<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>'},Fn={install:function(t){t.icon.add=(e,i)=>{const n=_(e)?{[e]:i}:e;j(n,((t,e)=>{Ln[e]=t,delete Yn[e]})),t._initialized&&We(document.body,(e=>j(t.getComponents(e),(t=>{t.$options.isIcon&&t.icon in n&&t.$reset()}))))}},extends:Dn,args:"icon",props:["icon"],data:{include:["focusable"]},isIcon:!0,beforeConnect(){Jt(this.$el,"uk-icon")},methods:{async getSvg(){const t=function(t){if(!Ln[t])return null;Yn[t]||(Yn[t]=Ve((Ln[function(t){return Ye?H(H(t,"left","right"),"previous","next"):t}(t)]||Ln[t]).trim()));return Yn[t].cloneNode(!0)}(this.icon);if(!t)throw"Icon not found.";return t}}},Wn={args:!1,extends:Fn,data:t=>({icon:o(t.constructor.options.name)}),beforeConnect(){Jt(this.$el,this.$name)}},Vn={extends:Wn,beforeConnect(){Jt(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=te(this.$el,"uk-slidenav-large")?t+"-large":t}},Rn={extends:Wn,beforeConnect(){this.icon=te(this.$el,"uk-search-icon")&&ft(this.$el,".uk-search-large").length?"search-large":ft(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon}},qn={extends:Wn,beforeConnect(){this.icon="close-"+(te(this.$el,"uk-close-large")?"large":"icon")}},Un={extends:Wn,methods:{async getSvg(){const t=await Fn.methods.getSvg.call(this);return 1!==this.ratio&&qt(Ve("circle",t),"strokeWidth",1/this.ratio),t}}},Yn={};const Gn=Ue&&"loading"in HTMLImageElement.prototype;var Xn={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"},connected(){if("lazy"!==this.loading)return void this.load();const t=[this.$el,...vt(this.$props.target,this.$el)];var e;Gn&&Qn(this.$el)&&(this.$el.loading="lazy",Jn(this.$el),1===t.length)||(Qn(e=this.$el)&&!K(e,"src")&&Z(e,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>'),this.registerObserver(ai(t,((t,e)=>{this.load(),e.disconnect()}),{rootMargin:ye(this.offsetTop,"height")+"px "+ye(this.offsetLeft,"width")+"px"})))},disconnected(){this._data.image&&(this._data.image.onload="")},methods:{load(){if(this._data.image)return this._data.image;const t=Qn(this.$el)?this.$el:function(t,e,i){const n=new Image;return function(t,e){if((e=function(t){if(!t)return[];if(h(t,"["))try{t=JSON.parse(t)}catch(e){t=[]}else t=bi(t);f(t)||(t=[t]);return t.filter((t=>!E(t)))}(e)).length){const i=Le("<picture>");for(const t of e){const e=Le("<source>");Z(e,t),Be(i,e)}Be(i,t)}}(n,i),Kn(t,n),n.onload=()=>{Jn(t,n.currentSrc)},Z(n,"src",e),n}(this.$el,this.dataSrc,this.sources);return Q(t,"loading"),Jn(this.$el,t.currentSrc),this._data.image=t}}};function Jn(t,e){if(Qn(t)){const e=at(t);(function(t){return Se(t,"picture")}(e)?pt(e):[t]).forEach((t=>Kn(t,t)))}else if(e){!u(t.style.backgroundImage,e)&&(qt(t,"backgroundImage","url("+Ot(e)+")"),Dt(t,Mt("load",!1)))}}const Zn=["data-src","data-srcset","sizes"];function Kn(t,e){Zn.forEach((i=>{const n=tt(t,i);n&&Z(e,i.replace(/^(data-)+/,""),n)}))}function Qn(t){return Se(t,"img")}var to={props:{media:Boolean},data:{media:!1},connected(){const t=function(t){if(_(t))if(h(t,"@")){const e="breakpoint-"+t.substr(1);t=P(Yt(e))}else if(isNaN(t))return t;return t&&C(t)?"(min-width: "+t+"px)":""}(this.media);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,Dt(this.$el,Mt("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=Bt(this.mediaObj,"change",(()=>{e(),this.$emit("resize")})),e()}},disconnected(){var t;null==(t=this.offMediaObj)||t.call(this)}};var eo={mixins:[on,to,dn],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||Yt("leader-fill-content")}},connected(){[this.wrapper]=ze(this.$el,'<span class="'+this.clsWrapper+'">')},disconnected(){He(this.wrapper.childNodes)},update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write(t){let{width:e,fill:i,hide:n}=t;ee(this.wrapper,this.clsHide,n),Z(this.wrapper,this.attrFill,new Array(e).join(i))},events:["resize"]}};const io=[];var no={mixins:[on,pn,rn],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 Ve(i,e)},transitionElement(){return this.panel},bgClose(t){let{bgClose:e}=t;return e&&this.panel}},beforeDisconnect(){u(io,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()===u(io,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(u(io,this))return!1;!this.stack&&io.length?(Promise.all(io.map((t=>t.hide()))).then(this.show),t.preventDefault()):io.push(this)}},{name:"show",self:!0,handler(){const t=document.documentElement;ge(window)>t.clientWidth&&this.overlay&&qt(document.body,"overflowY","scroll"),this.stack&&qt(this.$el,"zIndex",P(qt(this.$el,"zIndex"))+io.length),Jt(t,this.clsPage),this.bgClose&&Pt(this.$el,"hide",Bt(document,Je,(t=>{let{target:e}=t;I(io)!==this||this.overlay&&!dt(e,this.$el)||dt(e,this.panel)||Pt(document,Ke+" "+ei+" scroll",(t=>{let{defaultPrevented:i,type:n,target:o}=t;i||n!==Ke||e!==o||this.hide()}),!0)})),{self:!0}),this.escClose&&Pt(this.$el,"hide",Bt(document,"keydown",(t=>{27===t.keyCode&&I(io)===this&&this.hide()})),{self:!0})}},{name:"shown",self:!0,handler(){lt(this.$el)||Z(this.$el,"tabindex","-1"),Ve(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler(){u(io,this)&&io.splice(io.indexOf(this),1),io.length||qt(document.body,"overflowY",""),qt(this.$el,"zIndex",""),io.some((t=>t.clsPage===this.clsPage))||Zt(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&at(this.$el)!==this.container?(Be(this.container,this.$el),new Promise((t=>requestAnimationFrame((()=>this.show().then(t)))))):this.toggleElement(this.$el,!0,oo(this))},hide(){return this.toggleElement(this.$el,!1,oo(this))}}};function oo(t){let{transitionElement:e,_toggle:i}=t;return(t,n)=>new Promise(((o,s)=>Pt(t,"show hide",(()=>{null==t._reject||t._reject(),t._reject=s,i(t,n);const r=Pt(e,"transitionstart",(()=>{Pt(e,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)}),{self:!0}),l=setTimeout((()=>{r(),o()}),(a=qt(e,"transitionDuration"))?c(a,"ms")?P(a):1e3*P(a):0);var a})))).then((()=>delete t._reject))}var so={install:function(t){let{modal:e}=t;function i(t,i,n,o){i={bgClose:!1,escClose:!0,labels:e.labels,...i};const s=e.dialog(t(i),i),r=new J;let l=!1;return Bt(s.$el,"submit","form",(t=>{t.preventDefault(),r.resolve(null==o?void 0:o(s)),l=!0,s.hide()})),Bt(s.$el,"hide",(()=>!l&&n(r))),r.promise.dialog=s,r.promise}e.dialog=function(t,i){const n=e('<div class="uk-modal"> <div class="uk-modal-dialog">'+t+"</div> </div>",i);return n.show(),Bt(n.$el,"hidden",(async()=>{await Promise.resolve(),n.$destroy(!0)}),{self:!0}),n},e.alert=function(t,e){return i((e=>{let{labels:i}=e;return'<div class="uk-modal-body">'+(_(t)?t:Ce(t))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+i.ok+"</button> </div>"}),e,(t=>t.resolve()))},e.confirm=function(t,e){return i((e=>{let{labels:i}=e;return'<form> <div class="uk-modal-body">'+(_(t)?t:Ce(t))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+i.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+i.ok+"</button> </div> </form>"}),e,(t=>t.reject()))},e.prompt=function(t,e,n){return i((i=>{let{labels:n}=i;return'<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(_(t)?t:Ce(t))+'</label> <input class="uk-input" value="'+(e||"")+'" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+n.cancel+'</button> <button class="uk-button uk-button-primary">'+n.ok+"</button> </div> </form>"}),n,(t=>t.resolve(null)),(t=>Ve("input",t.$el).value))},e.labels={ok:"Ok",cancel:"Cancel"}},mixins:[no],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(){te(this.panel,"uk-margin-auto-vertical")?Jt(this.$el,"uk-flex"):qt(this.$el,"display","block"),me(this.$el)}},{name:"hidden",self:!0,handler(){qt(this.$el,"display",""),Zt(this.$el,"uk-flex")}}]};var ro={extends:an,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},lo={mixins:[on,pn],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",align:Ye?"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,dropbarAnchor:!1,duration:200,container:!1},computed:{boundary(t,e){let{boundary:i}=t;return!0===i?e:i},dropbarAnchor(t,e){let{dropbarAnchor:i}=t;return gt(i,e)},pos(t){let{align:e}=t;return"bottom-"+e},dropbar:{get(t){let{dropbar:e}=t;return e?(e=this._dropbar||gt(e,this.$el)||Ve("+ .uk-navbar-dropbar",this.$el),e||(this._dropbar=Ve("<div></div>"))):null},watch(t){Jt(t,"uk-navbar-dropbar")},immediate:!0},dropContainer(t,e){return this.container||e},dropdowns:{get(t,e){let{clsDrop:i}=t;const n=Re("."+i,e);if(this.dropContainer!==e)for(const t of Re("."+i,this.dropContainer)){var o;const e=null==(o=this.getDropdown(t))?void 0:o.target;!u(n,t)&&e&&dt(e,this.$el)&&n.push(t)}return n},watch(t){this.$create("drop",t.filter((t=>!this.getDropdown(t))),{...this.$props,boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset})},immediate:!0},toggles:{get(t,e){let{dropdown:i}=t;return Re(i,e)},watch(){const t=te(this.$el,"uk-navbar-justify");for(const e of Re(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))qt(e,"flexGrow",t?Re(this.dropdown,e).length:"")},immediate:!0}},disconnected(){this.dropbar&&Me(this.dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.dropdown},handler(t){let{current:e}=t;const i=this.getActive();i&&u(i.mode,"hover")&&i.target&&!dt(i.target,e)&&!i.isDelaying&&i.hide(!1)}},{name:"keydown",delegate(){return this.dropdown},handler(t){const{current:e,keyCode:i}=t,n=this.getActive();i===co.DOWN&&K(e,"aria-expanded")&&(t.preventDefault(),n&&n.target===e?ho(n.$el):(e.click(),Pt(this.dropContainer,"show",(t=>{let{target:e}=t;return ho(e)})))),ao(t,this.toggles,n)}},{name:"keydown",el(){return this.dropContainer},delegate(){return"."+this.clsDrop},handler(t){const{current:e,keyCode:i}=t;if(!u(this.dropdowns,e))return;const n=this.getActive(),o=Re(rt,e),s=d(o,(t=>ct(t,":focus")));var r;(i===co.UP&&(t.preventDefault(),s>0&&o[s-1].focus()),i===co.DOWN&&(t.preventDefault(),s<o.length-1&&o[s+1].focus()),i===co.ESC)&&(null==n||null==(r=n.target)||r.focus());ao(t,this.toggles,n)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&u(t.mode,"hover")&&!this.dropdowns.some((t=>ct(t,":hover")))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;te(i,this.clsDrop)&&(at(this.dropbar)||Pe(this.dropbarAnchor||this.$el,this.dropbar),Jt(i,this.clsDrop+"-dropbar"))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i,pos:[n]=[]}=e;te(i,this.clsDrop)&&"bottom"===n&&this.transitionTo(de(i).bottom-de(this.dropbar).top+P(qt(i,"marginBottom")),i)}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;const n=this.getActive();ct(this.dropbar,":hover")&&(null==n?void 0:n.$el)===i&&!this.toggles.some((t=>n.target!==t&&ct(t,":focus")))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t,e){let{$el:i}=e;if(!te(i,this.clsDrop))return;const n=this.getActive();n&&(null==n?void 0:n.$el)!==i||this.transitionTo(0)}}],methods:{getActive(){return gn&&dt(gn.target,this.$el)&&gn},transitionTo(t,e){const{dropbar:i}=this,n=nt(i)?me(i):0;return qt(e=n<t&&e,"clip","rect(0,"+e.offsetWidth+"px,"+n+"px,0)"),me(i,n),se.cancel([e,i]),Promise.all([se.start(i,{height:t},this.duration),se.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(W).then((()=>{qt(e,{clip:""}),this.$update(i)}))},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}};function ao(t,e,i){const{current:n,keyCode:o}=t,s=(null==i?void 0:i.target)||n,r=e.indexOf(s);o===co.LEFT&&r>0&&(null==i||i.hide(!1),e[r-1].focus()),o===co.RIGHT&&r<e.length-1&&(null==i||i.hide(!1),e[r+1].focus()),o===co.TAB&&(s.focus(),null==i||i.hide(!1))}function ho(t){var e;Ve(":focus",t)||(null==(e=Ve(rt,t))||e.focus())}const co={TAB:9,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40};var uo={props:{swiping:Boolean},data:{swiping:!0},computed:{swipeTarget:(t,e)=>e},connected(){this.swiping&&Zi(this,{el:this.swipeTarget,name:Je,passive:!0,handler(t){if(!Wt(t))return;const e=Vt(t),i="tagName"in t.target?t.target:at(t.target);Pt(document,Ke+" "+ei+" scroll",(t=>{const{x:n,y:o}=Vt(t);("scroll"!==t.type&&i&&n&&Math.abs(e.x-n)>100||o&&Math.abs(e.y-o)>100)&&setTimeout((()=>{var t,s,r,l;Dt(i,"swipe"),Dt(i,"swipe"+(t=e.x,s=e.y,r=n,l=o,Math.abs(t-r)>=Math.abs(s-l)?t-r>0?"Left":"Right":s-l>0?"Up":"Down"))}))}))}})}};var fo={mixins:[no,uo],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"none"===e||"reveal"===e?"":i},clsContainerAnimation(t){let{mode:e,clsContainerAnimation:i}=t;return"push"!==e&&"reveal"!==e?"":i},transitionElement(t){let{mode:e}=t;return"reveal"===e?at(this.panel):this.panel}},update:{read(){this.isToggled()&&!nt(this.$el)&&this.hide()},events:["resize"]},events:[{name:"click",delegate:()=>'a[href^="#"]',handler(t){let{current:{hash:e},defaultPrevented:i}=t;!i&&e&&Ve(e,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el(){return this.panel},handler(t){let{targetTouches:e}=t;1===e.length&&(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(1!==t.targetTouches.length)return;const e=t.targetTouches[0].clientY-this.clientY,{scrollTop:i,scrollHeight:n,clientHeight:o}=this.panel;(o>=n||0===i&&e>0||n-i<=o&&e<0)&&t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){"reveal"!==this.mode||te(at(this.panel),this.clsMode)||(Ne(this.panel,"<div>"),Jt(at(this.panel),this.clsMode)),qt(document.documentElement,"overflowY",this.overlay?"hidden":""),Jt(document.body,this.clsContainer,this.clsFlip),qt(document.body,"touch-action","pan-y pinch-zoom"),qt(this.$el,"display","block"),Jt(this.$el,this.clsOverlay),Jt(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),me(document.body),Jt(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(po().content+=",user-scalable=0")}},{name:"hide",self:!0,handler(){Zt(document.body,this.clsContainerAnimation),qt(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&function(){const t=po();t.content=t.content.replace(/,user-scalable=0$/,"")}(),"reveal"===this.mode&&He(this.panel),Zt(this.panel,this.clsSidebarAnimation,this.clsMode),Zt(this.$el,this.clsOverlay),qt(this.$el,"display",""),Zt(document.body,this.clsContainer,this.clsFlip),qt(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&c(t.type,"Left")^this.flip&&this.hide()}}]};function po(){return Ve('meta[name="viewport"]',document.head)||Be(document.head,'<meta name="viewport">')}var mo={mixins:[on,dn],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 ut(e,i)},content(t,e){let{selContent:i}=t;return ut(e,i)}},resizeTargets(){return[this.container,this.content]},update:{read(){return!!(this.content&&this.container&&nt(this.$el))&&{max:Math.max(this.minHeight,me(this.container)-(ue(this.content).height-me(this.$el)))}},write(t){let{max:e}=t;qt(this.$el,{minHeight:this.minHeight,maxHeight:e})},events:["resize"]}},go={mixins:[dn],props:["width","height"],resizeTargets(){return[this.$el,at(this.$el)]},connected(){Jt(this.$el,"uk-responsive-width")},update:{read(){return!!(nt(this.$el)&&this.width&&this.height)&&{width:ge(at(this.$el)),height:this.height}},write(t){me(this.$el,Y.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},vo={props:{offset:Number},data:{offset:0},methods:{async scrollTo(t){t=t&&Ve(t)||document.body,Dt(this.$el,"beforescroll",[this,t])&&(await Di(t,{offset:this.offset}),Dt(this.$el,"scrolled",[this,t]))}},events:{click(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(wo(this.$el)))}}};function wo(t){return document.getElementById(decodeURIComponent(t.hash).substring(1))}var bo={mixins:[Tn],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?Re(i,e):[e]},watch(t,e){this.hidden&&qt(ht(t,":not(."+this.inViewClass+")"),"visibility","hidden"),z(t,e)||this.$reset()},immediate:!0}},connected(){this._data.elements=new Map,this.registerObserver(ai(this.elements,(t=>{const e=this._data.elements;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:tt(i,"uk-scrollspy-class")||this.cls});const t=e.get(i);!this.repeat&&t.show||(t.show=n)}this.$emit()}),{rootMargin:ye(this.offsetTop,"height")-1+"px "+(ye(this.offsetLeft,"width")-1)+"px"},!1))},disconnected(){for(const[t,e]of this._data.elements.entries())Zt(t,this.inViewClass,(null==e?void 0:e.cls)||"")},update:[{write(t){for(const[e,i]of t.elements.entries())!i.show||i.inview||i.queued?!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1):(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then((()=>new Promise((t=>setTimeout(t,this.delay))))).then((()=>{this.toggle(e,!0),setTimeout((()=>{i.queued=!1,this.$emit()}),300)})))}}],methods:{toggle(t,e){const i=this._data.elements.get(t);if(null==i.off||i.off(),qt(t,"visibility",!e&&this.hidden?"hidden":""),ee(t,this.inViewClass,e),ee(t,i.cls),/\buk-animation-/.test(i.cls)){const n=()=>Kt(t,"uk-animation-[\\w-]+");e?i.off=Pt(t,"animationcancel animationend",n):n()}Dt(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},yo={mixins:[Tn],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)=>Re('a[href^="#"]',e).filter((t=>t.hash)),watch(t){this.scroll&&this.$create("scroll",t,{offset:this.offset||0})},immediate:!0},elements(t){let{closest:e}=t;return ut(this.links,e||"*")}},update:[{read(){const t=this.links.map(wo).filter(Boolean),{length:e}=t;if(!e||!nt(this.$el))return!1;const[i]=Ni(t,/auto|scroll/,!0),{scrollTop:n,scrollHeight:o}=i,s=zi(i);let r=!1;if(n===o-s.height)r=e-1;else{for(let e=0;e<t.length&&!(de(t[e]).top-s.top-this.offset>0);e++)r=+e;!1===r&&this.overflow&&(r=0)}return{active:r}},write(t){let{active:e}=t;const i=!1!==e&&!te(this.elements[e],this.cls);this.links.forEach((t=>t.blur()));for(let t=0;t<this.elements.length;t++)ee(this.elements[t],this.cls,+t===e);i&&Dt(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},$o={mixins:[on,to,dn,Tn],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget(t,e){let{selTarget:i}=t;return i&&Ve(i,e)||e}},resizeTargets:()=>document.documentElement,connected(){this.start=ko(this.start||this.top),this.end=ko(this.end||this.bottom),this.placeholder=Ve("+ .uk-sticky-placeholder",this.$el)||Ve('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},disconnected(){this.isFixed&&(this.hide(),Zt(this.selTarget,this.clsInactive)),Me(this.placeholder),this.placeholder=null},events:[{name:"resize",el:()=>window,handler(){this.$emit("resize")}},{name:"load hashchange popstate",el:()=>window,filter(){return!1!==this.targetOffset},handler(){location.hash&&0!==Pi(window)&&setTimeout((()=>{const t=de(Ve(location.hash)),e=de(this.$el);this.isFixed&&V(t,e)&&Pi(window,t.top-e.height-ye(this.targetOffset,"height",this.placeholder)-ye(this.offset,"height",this.placeholder))}))}}],update:[{read(t,e){let{height:i,margin:n}=t;if(this.inactive=!this.matchMedia||!nt(this.$el),this.inactive)return!1;const o=this.active&&e.has("resize");o&&(qt(this.selTarget,"transition","0s"),this.hide()),this.active||(i=de(this.$el).height,n=qt(this.$el,"margin")),o&&(this.show(),requestAnimationFrame((()=>qt(this.selTarget,"transition",""))));const s=this.isFixed?this.placeholder:this.$el,r=me(window);let l=this.position;this.overflowFlip&&i>r&&(l="top"===l?"bottom":"top");let a=ye(this.offset,"height",s);"bottom"===l&&(i<r||this.overflowFlip)&&(a+=r-i);const h=this.overflowFlip?0:Math.max(0,i+a-r),c=de(s).top;return{start:(!1===this.start?c:xo(this.start,this.$el,c))-a,end:!1===this.end?document.scrollingElement.scrollHeight-r:xo(this.end,this.$el,c+i,!0)-de(this.$el).height+h-a,offset:a,overflow:h,topOffset:c,height:i,margin:n,width:ue(s).width,top:pe(s)[0]}},write(t){let{height:e,margin:i}=t;const{placeholder:n}=this;qt(n,{height:e,margin:i}),dt(n,document)||(Pe(this.$el,n),n.hidden=!0)},events:["resize"]},{read(t){let{scroll:e=0,dir:i="down",overflow:n,overflowScroll:o=0,start:s,end:r}=t;const l=Pi(window);return{dir:e<=l?"down":"up",prevDir:i,scroll:l,prevScroll:e,offsetParentTop:de((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:F(o+F(l,s,r)-F(e,s,r),0,n)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:o,prevDir:s,scroll:r,prevScroll:l=0,top:a,start:h,topOffset:c,height:u}=t;if(r<0||r===l&&i||this.showOnUp&&!i&&!this.isFixed)return;const d=Date.now();if((d-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=d),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(l-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||"down"===o&&i||"up"===o&&!this.isFixed&&r<=c+u)){if(!this.isFixed)return void(he.inProgress(this.$el)&&a>r&&(he.cancel(this.$el),this.hide()));this.isFixed=!1,this.animation&&r>c?(he.cancel(this.$el),he.out(this.$el,this.animation).then((()=>this.hide()),W)):this.hide()}else this.isFixed?this.update():this.animation&&r>c?(he.cancel(this.$el),this.show(),he.in(this.$el,this.animation).catch(W)):this.show()},events:["resize","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){this.setActive(!1),Zt(this.$el,this.clsFixed,this.clsBelow),qt(this.$el,{position:"",top:"",width:""}),this.placeholder.hidden=!0},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:o,end:s,offset:r,topOffset:l,height:a,offsetParentTop:h}=this._data;const c=0!==o||e>o;let u="fixed";e>s&&(r+=s-h,u="absolute"),i&&(r-=n),qt(this.$el,{position:u,top:r+"px",width:t}),this.setActive(c),ee(this.$el,this.clsBelow,e>l+a),Jt(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(Qt(this.selTarget,this.clsInactive,this.clsActive),e!==t&&Dt(this.$el,"active")):(Qt(this.selTarget,this.clsActive,this.clsInactive),e!==t&&Dt(this.$el,"inactive"))}}};function xo(t,e,i,n){if(!t)return 0;if(C(t)||_(t)&&t.match(/^-?\d/))return i+ye(t,"height",e,!0);{const i=!0===t?at(e):gt(t,e);return de(i).bottom-(n&&i&&dt(e,i)?P(qt(i,"paddingBottom")):0)}}function ko(t){return"true"===t||"false"!==t&&t}var To={mixins:[sn,uo,rn],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 vt(i,e)},watch(t){this.swiping&&qt(t,"touch-action","pan-y pinch-zoom");const e=this.index();this.connects.forEach((t=>pt(t).forEach(((t,i)=>ee(t,this.cls,i===e)))))},immediate:!0},toggles:{get(t,e){let{toggle:i}=t;return Re(i,e).filter((t=>!ct(t,".uk-disabled *, .uk-disabled, [disabled]")))},watch(t){const e=this.index();this.show(~e?e:t[this.active]||t[0])},immediate:!0},children(){return pt(this.$el).filter((t=>this.toggles.some((e=>dt(e,t)))))},swipeTarget(){return this.connects}},connected(){this.lazyload(this.$el,this.connects),_e((()=>this.$emit()))},events:[{name:"click",delegate(){return this.toggle},handler(t){t.preventDefault(),this.show(t.current)}},{name:"click",el(){return this.connects.concat(this.itemNav?vt(this.itemNav,this.$el):[])},delegate(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler(t){t.preventDefault(),this.show(tt(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler(t){let{type:e}=t;this.show(c(e,"Left")?"next":"previous")}}],methods:{index(){return d(this.children,(t=>te(t,this.cls)))},show(t){const e=this.index(),i=G(t,this.toggles,e),n=G(this.children[i],pt(this.$el));pt(this.$el).forEach(((t,e)=>{ee(t,this.cls,n===e),Z(this.toggles[e],"aria-expanded",n===e)}));const o=e>=0&&e!==i;this.connects.forEach((async t=>{let{children:e}=t;await this.toggleElement(M(e).filter((t=>te(t,this.cls))),!1,o),await this.toggleElement(e[n],!0,o)}))}}},_o={mixins:[on],extends:To,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected(){const t=te(this.$el,"uk-tab-left")?"uk-tab-left":!!te(this.$el,"uk-tab-right")&&"uk-tab-right";t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};var So={mixins:[sn,to,rn],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:{get(t,e){let{href:i,target:n}=t;return n=vt(n||i,e),n.length&&n||[e]},watch(){this.updateAria()},immediate:!0}},connected(){u(this.mode,"media")||lt(this.$el)||Z(this.$el,"tabindex","0"),this.lazyload(this.$el,this.target),_e((()=>this.$emit()))},events:[{name:Je,filter(){return u(this.mode,"hover")},handler(t){Wt(t)&&!this._showState&&(Dt(this.$el,"focus"),Pt(document,Je,(()=>Dt(this.$el,"blur")),!0,(t=>!dt(t.target,this.$el))),u(this.mode,"click")&&(this._preventClick=!0))}},{name:Qe+" "+ti+" focus blur",filter(){return u(this.mode,"hover")},handler(t){if(Wt(t))return;const e=u([Qe,"focus"],t.type),i=Z(this.$el,"aria-expanded");!e&&(t.type===ti&&ct(this.$el,":focus")||"blur"===t.type&&ct(this.$el,":hover"))||(this._showState&&e&&i!==this._showState?e||(this._showState=null):(this._showState=e?i:null,this.toggle("toggle"+(e?"show":"hide"))))}},{name:"keydown",filter(){return u(this.mode,"click")&&!Se(this.$el,"input")},handler(t){32===t.keyCode&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return["click","hover"].some((t=>u(this.mode,t)))},handler(t){let e;if((ut(t.target,'a[href="#"], a[href=""]')||(e=ut(t.target,"a[href]"))&&("true"!==Z(this.$el,"aria-expanded")||e.hash&&ct(this.target,e.hash)))&&t.preventDefault(),this._preventClick)return this._preventClick=null;u(this.mode,"click")&&this.toggle()}},{name:"toggled",self:!0,el(){return this.target},handler(t,e){t.target===this.target[0]&&this.updateAria(e)}},{name:"mediachange",filter(){return u(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!Dt(this.target,t||"toggle",[this]))return;if(!this.queued)return this.toggleElement(this.target);const e=this.target.filter((t=>te(t,this.clsLeave)));if(e.length){for(const t of this.target){const i=u(e,t);this.toggleElement(t,i,i)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1),await this.toggleElement(this.target.filter((t=>!u(i,t))),!0)},updateAria(t){u(this.mode,"media")||Z(this.$el,"aria-expanded",T(t)?t:this.isToggled(this.target))}}};return j(Object.freeze({__proto__:null,Accordion:an,Alert:cn,Cover:fn,Drop:vn,Dropdown:vn,FormCustom:wn,Grid:Cn,HeightMatch:On,HeightViewport:Pn,Icon:Fn,Img:Xn,Leader:eo,Margin:bn,Modal:so,Nav:ro,Navbar:lo,Offcanvas:fo,OverflowAuto:mo,Responsive:go,Scroll:vo,Scrollspy:bo,ScrollspyNav:yo,Sticky:$o,Svg:Dn,Switcher:To,Tab:_o,Toggle:So,Video:un,Close:qn,Spinner:Un,SlidenavNext:Vn,SlidenavPrevious:Vn,SearchIcon:Rn,Marker:Wn,NavbarToggleIcon:Wn,OverlayIcon:Wn,PaginationNext:Wn,PaginationPrevious:Wn,Totop:Wn}),((t,e)=>nn.component(e,t))),function(t){const{connect:e,disconnect:i}=t;function n(t){let{addedNodes:n,removedNodes:o}=t;for(const t of n)We(t,e);for(const t of o)We(t,i)}function o(e){var i;let{target:n,attributeName:o}=e;const s=en(o);s&&s in t&&(K(n,o)?t[s](n):null==(i=t.getComponent(n,s))||i.$destroy())}Ue&&window.MutationObserver&&ii.read((function(){document.body&&We(document.body,e),new MutationObserver((t=>t.forEach(n))).observe(document,{childList:!0,subtree:!0}),new MutationObserver((t=>t.forEach(o))).observe(document,{attributes:!0,subtree:!0}),t._initialized=!0}))}(nn),nn}));
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.14.1-dev.e15dd286c | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
1
+ /*! UIkit 3.14.2-dev.5f6f1e6a6 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :