uikit 3.16.5-dev.dda1f1b31 → 3.16.6-dev.64eba8a3c

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 (52) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +14 -0
  3. package/build/scss.js +1 -1
  4. package/build/util.js +2 -1
  5. package/dist/css/uikit-core-rtl.css +1 -1
  6. package/dist/css/uikit-core-rtl.min.css +1 -1
  7. package/dist/css/uikit-core.css +1 -1
  8. package/dist/css/uikit-core.min.css +1 -1
  9. package/dist/css/uikit-rtl.css +1 -1
  10. package/dist/css/uikit-rtl.min.css +1 -1
  11. package/dist/css/uikit.css +1 -1
  12. package/dist/css/uikit.min.css +1 -1
  13. package/dist/js/components/countdown.js +1 -1
  14. package/dist/js/components/countdown.min.js +1 -1
  15. package/dist/js/components/filter.js +1 -1
  16. package/dist/js/components/filter.min.js +1 -1
  17. package/dist/js/components/lightbox-panel.js +15 -7
  18. package/dist/js/components/lightbox-panel.min.js +1 -1
  19. package/dist/js/components/lightbox.js +15 -7
  20. package/dist/js/components/lightbox.min.js +1 -1
  21. package/dist/js/components/notification.js +1 -1
  22. package/dist/js/components/notification.min.js +1 -1
  23. package/dist/js/components/parallax.js +1 -1
  24. package/dist/js/components/parallax.min.js +1 -1
  25. package/dist/js/components/slider-parallax.js +1 -1
  26. package/dist/js/components/slider-parallax.min.js +1 -1
  27. package/dist/js/components/slider.js +15 -7
  28. package/dist/js/components/slider.min.js +1 -1
  29. package/dist/js/components/slideshow-parallax.js +1 -1
  30. package/dist/js/components/slideshow-parallax.min.js +1 -1
  31. package/dist/js/components/slideshow.js +15 -7
  32. package/dist/js/components/slideshow.min.js +1 -1
  33. package/dist/js/components/sortable.js +1 -1
  34. package/dist/js/components/sortable.min.js +1 -1
  35. package/dist/js/components/tooltip.js +5 -5
  36. package/dist/js/components/tooltip.min.js +1 -1
  37. package/dist/js/components/upload.js +1 -1
  38. package/dist/js/components/upload.min.js +1 -1
  39. package/dist/js/uikit-core.js +5 -5
  40. package/dist/js/uikit-core.min.js +1 -1
  41. package/dist/js/uikit-icons.js +1 -1
  42. package/dist/js/uikit-icons.min.js +1 -1
  43. package/dist/js/uikit.js +15 -7
  44. package/dist/js/uikit.min.js +1 -1
  45. package/package.json +1 -1
  46. package/src/js/api/component.js +3 -3
  47. package/src/js/api/hooks.js +1 -1
  48. package/src/js/mixin/slider-autoplay.js +10 -2
  49. package/src/scss/mixins-theme.scss +1635 -1679
  50. package/src/scss/mixins.scss +1357 -1357
  51. package/src/scss/variables-theme.scss +1258 -1258
  52. package/src/scss/variables.scss +1134 -1134
@@ -1 +1 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(c,nt){typeof exports=="object"&&typeof module<"u"?module.exports=nt(require("uikit-util")):typeof define=="function"&&define.amd?define("uikitslideshow",["uikit-util"],nt):(c=typeof globalThis<"u"?globalThis:c||self,c.UIkitSlideshow=nt(c.UIkit.util))})(this,function(c){"use strict";var nt={connected(){c.addClass(this.$el,this.$options.id)}},$e={slide:{show(t){return[{transform:v(t*-100)},{transform:v()}]},percent(t){return rt(t)},translate(t,e){return[{transform:v(e*-100*t)},{transform:v(e*100*(1-t))}]}}};function rt(t){return Math.abs(c.css(t,"transform").split(",")[4]/t.offsetWidth)||0}function v(t=0,e="%"){return t+=t?e:"",`translate3d(${t}, 0, 0)`}function Ie(t){return`scale3d(${t}, ${t}, 1)`}function Ln(t,e,n,{animation:r,easing:o}){const{percent:s,translate:i,show:a=c.noop}=r,u=a(n),f=new c.Deferred;return{dir:n,show(d,p=0,b){const x=b?"linear":o;return d-=Math.round(d*c.clamp(p,-1,1)),this.translate(p),bt(e,"itemin",{percent:p,duration:d,timing:x,dir:n}),bt(t,"itemout",{percent:1-p,duration:d,timing:x,dir:n}),Promise.all([c.Transition.start(e,u[1],d,x),c.Transition.start(t,u[0],d,x)]).then(()=>{this.reset(),f.resolve()},c.noop),f.promise},cancel(){c.Transition.cancel([e,t])},reset(){for(const d in u[0])c.css([e,t],d,"")},forward(d,p=this.percent()){return c.Transition.cancel([e,t]),this.show(d,p,!0)},translate(d){this.reset();const p=i(d,n);c.css(e,p[1]),c.css(t,p[0]),bt(e,"itemtranslatein",{percent:d,dir:n}),bt(t,"itemtranslateout",{percent:1-d,dir:n})},percent(){return s(t||e,e,n)},getDistance(){return t==null?void 0:t.offsetWidth}}}function bt(t,e,n){c.trigger(t,c.createEvent(e,!1,!1,n))}var Hn={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var n,r,o;let s=0;return((o=((n=this.i18n)==null?void 0:n[t])||((r=this.$options.i18n)==null?void 0:r[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}};const ot={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40},{hasOwnProperty:jn,toString:Wn}=Object.prototype;function z(t,e){return jn.call(t,e)}const Fn=/\B([A-Z])/g,st=N(t=>t.replace(Fn,"-$1").toLowerCase()),Bn=/-(\w)/g,it=N(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(Bn,(e,n)=>n.toUpperCase())),L=N(t=>t.charAt(0).toUpperCase()+t.slice(1));function H(t,e){var n;return(n=t==null?void 0:t.startsWith)==null?void 0:n.call(t,e)}function qn(t,e){var n;return(n=t==null?void 0:t.endsWith)==null?void 0:n.call(t,e)}function Y(t,e){var n;return(n=t==null?void 0:t.includes)==null?void 0:n.call(t,e)}function _e(t,e){var n;return(n=t==null?void 0:t.findIndex)==null?void 0:n.call(t,e)}const{isArray:$,from:Xn}=Array,{assign:St}=Object;function _(t){return typeof t=="function"}function M(t){return t!==null&&typeof t=="object"}function D(t){return Wn.call(t)==="[object Object]"}function J(t){return M(t)&&t===t.window}function xt(t){return Mt(t)===9}function zt(t){return Mt(t)>=1}function ct(t){return Mt(t)===1}function Mt(t){return!J(t)&&M(t)&&t.nodeType}function Ee(t){return typeof t=="boolean"}function w(t){return typeof t=="string"}function Dt(t){return typeof t=="number"}function yt(t){return Dt(t)||w(t)&&!isNaN(t-parseFloat(t))}function Ae(t){return!($(t)?t.length:M(t)&&Object.keys(t).length)}function E(t){return t===void 0}function Rt(t){return Ee(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function at(t){const e=Number(t);return isNaN(e)?!1:e}function I(t){return parseFloat(t)||0}function g(t){return h(t)[0]}function h(t){return zt(t)?[t]:Array.from(t||[]).filter(zt)}function G(t){if(J(t))return t;t=g(t);const e=xt(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Lt(t,e){return t===e||M(t)&&M(e)&&Object.keys(t).length===Object.keys(e).length&&$t(t,(n,r)=>n===e[r])}function Yn(t,e,n){return t.replace(new RegExp(`${e}|${n}`,"g"),r=>r===e?n:e)}function Oe(t){return t[t.length-1]}function $t(t,e){for(const n in t)if(e(t[n],n)===!1)return!1;return!0}function Ce(t,e){return t.slice().sort(({[e]:n=0},{[e]:r=0})=>n>r?1:r>n?-1:0)}function Ht(t,e){return t.reduce((n,r)=>n+I(_(e)?e(r):r[e]),0)}function Jn(t,e){const n=new Set;return t.filter(({[e]:r})=>n.has(r)?!1:n.add(r))}function Gn(t,e){return e.reduce((n,r)=>({...n,[r]:t[r]}),{})}function K(t,e=0,n=1){return Math.min(Math.max(at(t)||0,e),n)}function It(){}function Te(...t){return[["bottom","top"],["right","left"]].every(([e,n])=>Math.min(...t.map(({[e]:r})=>r))-Math.max(...t.map(({[n]:r})=>r))>0)}function jt(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function Wt(t,e,n){const r=e==="width"?"height":"width";return{[r]:t[e]?Math.round(n*t[r]/t[e]):t[r],[e]:n}}function Pe(t,e){t={...t};for(const n in t)t=t[n]>e[n]?Wt(t,n,e[n]):t;return t}function Kn(t,e){t=Pe(t,e);for(const n in t)t=t[n]<e[n]?Wt(t,n,e[n]):t;return t}const Zn={ratio:Wt,contain:Pe,cover:Kn};function Qn(t,e,n=0,r=!1){e=h(e);const{length:o}=e;return o?(t=yt(t)?at(t):t==="next"?n+1:t==="previous"?n-1:t==="last"?o-1:e.indexOf(g(t)),r?K(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function N(t){const e=Object.create(null);return n=>e[n]||(e[n]=t(n))}class Vn{constructor(){this.promise=new Promise((e,n)=>{this.reject=n,this.resolve=e})}}function j(t,e,n){var r;if(M(e)){for(const o in e)j(t,o,e[o]);return}if(E(n))return(r=g(t))==null?void 0:r.getAttribute(e);for(const o of h(t))_(n)&&(n=n.call(o,j(o,e))),n===null?Ft(o,e):o.setAttribute(e,n)}function Ne(t,e){return h(t).some(n=>n.hasAttribute(e))}function Ft(t,e){h(t).forEach(n=>n.removeAttribute(e))}function Bt(t,e){for(const n of[e,`data-${e}`])if(Ne(t,n))return j(t,n)}const kn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Un(t){return h(t).some(e=>kn[e.tagName.toLowerCase()])}function _t(t){return h(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const qt="input,select,textarea,button";function tr(t){return h(t).some(e=>Z(e,qt))}const Se=`${qt},a[href],[tabindex]`;function er(t){return Z(t,Se)}function ut(t){var e;return(e=g(t))==null?void 0:e.parentElement}function ze(t,e){return h(t).filter(n=>Z(n,e))}function Z(t,e){return h(t).some(n=>n.matches(e))}function ft(t,e){return ct(t)?t.closest(H(e,">")?e.slice(1):e):h(t).map(n=>ft(n,e)).filter(Boolean)}function Et(t,e){return w(e)?!!ft(t,e):g(e).contains(g(t))}function Xt(t,e){const n=[];for(;t=ut(t);)(!e||Z(t,e))&&n.push(t);return n}function Me(t,e){t=g(t);const n=t?h(t.children):[];return e?ze(n,e):n}function De(t,e){return e?h(t).indexOf(g(e)):Me(ut(t)).indexOf(t)}function Re(t){return t=g(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function nr(t){if(Re(t)){t=g(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function rr(t,e){return Yt(t,He(t,e))}function or(t,e){return dt(t,He(t,e))}function Yt(t,e){return g(je(t,g(e),"querySelector"))}function dt(t,e){return h(je(t,g(e),"querySelectorAll"))}const sr=/(^|[^\\],)\s*[!>+~-]/,Le=N(t=>t.match(sr));function He(t,e=document){return w(t)&&Le(t)||xt(e)?e:e.ownerDocument}const ir=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,cr=N(t=>t.replace(ir,"$1 *"));function je(t,e=document,n){if(!t||!w(t))return t;if(t=cr(t),Le(t)){const r=ur(t);t="";for(let o of r){let s=e;if(o[0]==="!"){const i=o.substr(1).trim().split(" ");if(s=ft(ut(e),i[0]),o=i.slice(1).join(" ").trim(),!o.length&&r.length===1)return s}if(o[0]==="-"){const i=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=Z(a,o.substr(1))?a:null,o=i.slice(1).join(" ")}s&&(t+=`${t?",":""}${fr(s)} ${o}`)}e=document}try{return e[n](t)}catch{return null}}const ar=/.*?[^\\](?:,|$)/g,ur=N(t=>t.match(ar).map(e=>e.replace(/,$/,"").trim()));function fr(t){const e=[];for(;t.parentNode;){const n=j(t,"id");if(n){e.unshift(`#${We(n)}`);break}else{let{tagName:r}=t;r!=="HTML"&&(r+=`:nth-child(${De(t)+1})`),e.unshift(r),t=t.parentNode}}return e.join(" > ")}function We(t){return w(t)?CSS.escape(t):""}function W(...t){let[e,n,r,o,s=!1]=Jt(t);o.length>1&&(o=hr(o)),s!=null&&s.self&&(o=lr(o)),r&&(o=dr(r,o));for(const i of n)for(const a of e)a.addEventListener(i,o,s);return()=>Fe(e,n,o,s)}function Fe(...t){let[e,n,,r,o=!1]=Jt(t);for(const s of n)for(const i of e)i.removeEventListener(s,r,o)}function Q(...t){const[e,n,r,o,s=!1,i]=Jt(t),a=W(e,n,r,u=>{const f=!i||i(u);f&&(a(),o(u,f))},s);return a}function F(t,e,n){return Gt(t).every(r=>r.dispatchEvent(Be(e,!0,!0,n)))}function Be(t,e=!0,n=!1,r){return w(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:n,detail:r})),t}function Jt(t){return t[0]=Gt(t[0]),w(t[1])&&(t[1]=t[1].split(" ")),_(t[2])&&t.splice(2,0,!1),t}function dr(t,e){return n=>{const r=t[0]===">"?dt(t,n.currentTarget).reverse().filter(o=>Et(n.target,o))[0]:ft(n.target,t);r&&(n.current=r,e.call(this,n),delete n.current)}}function hr(t){return e=>$(e.detail)?t(e,...e.detail):t(e)}function lr(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function qe(t){return t&&"addEventListener"in t}function pr(t){return qe(t)?t:g(t)}function Gt(t){return $(t)?t.map(pr).filter(Boolean):w(t)?dt(t):qe(t)?[t]:h(t)}function mr(t){return t.pointerType==="touch"||!!t.touches}function Xe(t){var e,n;const{clientX:r,clientY:o}=((e=t.touches)==null?void 0:e[0])||((n=t.changedTouches)==null?void 0:n[0])||t;return{x:r,y:o}}const gr={"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 l(t,e,n,r){const o=h(t);for(const s of o)if(w(e)){if(e=Kt(e),E(n))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,yt(n)&&!gr[e]?`${n}px`:n||Dt(n)?n:"",r)}else if($(e)){const i={};for(const a of e)i[a]=l(s,a);return i}else M(e)&&(r=n,$t(e,(i,a)=>l(s,a,i,r)));return o[0]}const Kt=N(t=>vr(t));function vr(t){if(H(t,"--"))return t;t=st(t);const{style:e}=document.documentElement;if(t in e)return t;for(const n of["webkit","moz"]){const r=`-${n}-${t}`;if(r in e)return r}}function V(t,...e){Ge(t,e,"add")}function Zt(t,...e){Ge(t,e,"remove")}function Ye(t,e){j(t,"class",n=>(n||"").replace(new RegExp(`\\b${e}\\b\\s?`,"g"),""))}function wr(t,...e){e[0]&&Zt(t,e[0]),e[1]&&V(t,e[1])}function Je(t,e){return[e]=Qt(e),!!e&&h(t).some(n=>n.classList.contains(e))}function br(t,e,n){const r=Qt(e);E(n)||(n=!!n);for(const o of h(t))for(const s of r)o.classList.toggle(s,n)}function Ge(t,e,n){e=e.reduce((r,o)=>r.concat(Qt(o)),[]);for(const r of h(t))r.classList[n](...e)}function Qt(t){return String(t).split(/[ ,]/).filter(Boolean)}function xr(t,e,n=400,r="linear"){return n=Math.round(n),Promise.all(h(t).map(o=>new Promise((s,i)=>{for(const u in e){const f=l(o,u);f===""&&l(o,u,f)}const a=setTimeout(()=>F(o,"transitionend"),n);Q(o,"transitionend transitioncanceled",({type:u})=>{clearTimeout(a),Zt(o,"uk-transition"),l(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),u==="transitioncanceled"?i():s(o)},{self:!0}),V(o,"uk-transition"),l(o,{transitionProperty:Object.keys(e).map(Kt).join(","),transitionDuration:`${n}ms`,transitionTimingFunction:r,...e})})))}const yr={start:xr,async stop(t){F(t,"transitionend"),await Promise.resolve()},async cancel(t){F(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return Je(t,"uk-transition")}},ht="uk-animation-";function Ke(t,e,n=200,r,o){return Promise.all(h(t).map(s=>new Promise((i,a)=>{F(s,"animationcanceled");const u=setTimeout(()=>F(s,"animationend"),n);Q(s,"animationend animationcanceled",({type:f})=>{clearTimeout(u),f==="animationcanceled"?a():i(s),l(s,"animationDuration",""),Ye(s,`${ht}\\S*`)},{self:!0}),l(s,"animationDuration",`${n}ms`),V(s,e,ht+(o?"leave":"enter")),H(e,ht)&&(r&&V(s,`uk-transform-origin-${r}`),o&&V(s,`${ht}reverse`))})))}const $r=new RegExp(`${ht}(enter|leave)`),Ir={in:Ke,out(t,e,n,r){return Ke(t,e,n,r,!0)},inProgress(t){return $r.test(j(t,"class"))},cancel(t){F(t,"animationcanceled")}};function _r(t){if(document.readyState!=="loading"){t();return}Q(document,"DOMContentLoaded",t)}function Vt(t,...e){return e.some(n=>{var r;return((r=t==null?void 0:t.tagName)==null?void 0:r.toLowerCase())===n.toLowerCase()})}function Ze(t){return t=B(t),t.innerHTML="",t}function Er(t,e){return E(e)?B(t).innerHTML:lt(Ze(t),e)}const Ar=At("prepend"),lt=At("append"),Qe=At("before"),Or=At("after");function At(t){return function(e,n){var r;const o=h(w(n)?Ot(n):n);return(r=B(e))==null||r[t](...o),ke(o)}}function kt(t){h(t).forEach(e=>e.remove())}function Ve(t,e){for(e=g(Qe(t,e));e.firstChild;)e=e.firstChild;return lt(e,t),e}function Cr(t,e){return h(h(t).map(n=>n.hasChildNodes()?Ve(h(n.childNodes),e):lt(n,e)))}function Tr(t){h(t).map(ut).filter((e,n,r)=>r.indexOf(e)===n).forEach(e=>e.replaceWith(...e.childNodes))}const Pr=/^\s*<(\w+|!)[^>]*>/,Nr=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ot(t){const e=Nr.exec(t);if(e)return document.createElement(e[1]);const n=document.createElement("div");return Pr.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,ke(n.childNodes)}function ke(t){return t.length>1?t:t[0]}function Ut(t,e){if(ct(t))for(e(t),t=t.firstElementChild;t;){const n=t.nextElementSibling;Ut(t,e),t=n}}function B(t,e){return Ue(t)?g(Ot(t)):Yt(t,e)}function te(t,e){return Ue(t)?h(Ot(t)):dt(t,e)}function Ue(t){return w(t)&&H(t.trim(),"<")}const q={width:["left","right"],height:["top","bottom"]};function ee(t){const e=ct(t)?g(t).getBoundingClientRect():{height:en(t),width:re(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 C(t,e){const n=ee(t);if(t){const{scrollY:o,scrollX:s}=G(t),i={height:o,width:s};for(const a in q)for(const u of q[a])n[u]+=i[a]}if(!e)return n;const r=l(t,"position");$t(l(t,["left","top"]),(o,s)=>l(t,s,e[s]-n[s]+I(r==="absolute"&&o==="auto"?tn(t)[s]:o)))}function tn(t){let{top:e,left:n}=C(t);const{ownerDocument:{body:r,documentElement:o},offsetParent:s}=g(t);let i=s||o;for(;i&&(i===r||i===o)&&l(i,"position")==="static";)i=i.parentNode;if(ct(i)){const a=C(i);e-=a.top+I(l(i,"borderTopWidth")),n-=a.left+I(l(i,"borderLeftWidth"))}return{top:e-I(l(t,"marginTop")),left:n-I(l(t,"marginLeft"))}}function ne(t){t=g(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+I(l(t,"borderTopWidth")),e[1]+=t.offsetLeft+I(l(t,"borderLeftWidth")),l(t,"position")==="fixed"){const n=G(t);return e[0]+=n.scrollY,e[1]+=n.scrollX,e}return e}const en=nn("height"),re=nn("width");function nn(t){const e=L(t);return(n,r)=>{if(E(r)){if(J(n))return n[`inner${e}`];if(xt(n)){const o=n.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return n=g(n),r=l(n,t),r=r==="auto"?n[`offset${e}`]:I(r)||0,r-oe(n,t)}else return l(n,t,!r&&r!==0?"":+r+oe(n,t)+"px")}}function oe(t,e,n="border-box"){return l(t,"boxSizing")===n?Ht(q[e].map(L),r=>I(l(t,`padding${r}`))+I(l(t,`border${r}Width`))):0}function Sr(t){for(const e in q)for(const n in q[e])if(q[e][n]===t)return q[e][1-n];return t}function zr(t,e="width",n=window,r=!1){return w(t)?Ht(Dr(t),o=>{const s=Lr(o);return s?Hr(s==="vh"?jr():s==="vw"?re(G(n)):r?n[`offset${L(e)}`]:ee(n)[e],o):o}):I(t)}const Mr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Dr=N(t=>t.toString().replace(/\s/g,"").match(Mr)||[]),Rr=/(?:v[hw]|%)$/,Lr=N(t=>(t.match(Rr)||[])[0]);function Hr(t,e){return t*I(e)/100}let pt,k;function jr(){return pt||(k||(k=B("<div>"),l(k,{height:"100vh",position:"fixed"}),W(window,"resize",()=>pt=null)),lt(document.body,k),pt=k.clientHeight,kt(k),pt)}const mt=typeof window<"u",Wr=mt&&document.dir==="rtl",U=mt&&"ontouchstart"in window,tt=mt&&window.PointerEvent,Fr=tt?"pointerdown":U?"touchstart":"mousedown",Br=tt?"pointermove":U?"touchmove":"mousemove",qr=tt?"pointerup":U?"touchend":"mouseup",Xr=tt?"pointerenter":U?"":"mouseenter",Yr=tt?"pointerleave":U?"":"mouseleave",Jr=tt?"pointercancel":"touchcancel",T={reads:[],writes:[],read(t){return this.reads.push(t),ie(),t},write(t){return this.writes.push(t),ie(),t},clear(t){on(this.reads,t),on(this.writes,t)},flush:se};function se(t){rn(T.reads),rn(T.writes.splice(0)),T.scheduled=!1,(T.reads.length||T.writes.length)&&ie(t+1)}const Gr=4;function ie(t){T.scheduled||(T.scheduled=!0,t&&t<Gr?Promise.resolve().then(()=>se(t)):requestAnimationFrame(()=>se(1)))}function rn(t){let e;for(;e=t.shift();)try{e()}catch(n){console.error(n)}}function on(t,e){const n=t.indexOf(e);return~n&&t.splice(n,1)}function sn(){}sn.prototype={positions:[],init(){this.positions=[];let t;this.unbind=W(document,"mousemove",e=>t=Xe(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:n,right:r,top:o,bottom:s}=e,[i]=this.positions,a=Oe(this.positions),u=[i,a];return jt(a,e)?!1:[[{x:n,y:o},{x:r,y:s}],[{x:n,y:s},{x:r,y:o}]].some(d=>{const p=Kr(u,d);return p&&jt(p,e)})}};function Kr([{x:t,y:e},{x:n,y:r}],[{x:o,y:s},{x:i,y:a}]){const u=(a-s)*(n-t)-(i-o)*(r-e);if(u===0)return!1;const f=((i-o)*(e-s)-(a-s)*(t-o))/u;return f<0?!1:{x:t+f*(n-t),y:e+f*(r-e)}}function cn(t,e,n={},r=!0){const o=new IntersectionObserver(r?(s,i)=>{s.some(a=>a.isIntersecting)&&e(s,i)}:e,n);for(const s of h(t))o.observe(s);return o}const Zr=mt&&window.ResizeObserver;function an(t,e,n={box:"border-box"}){return Zr?un(ResizeObserver,t,e,n):(Qr(),gt.add(e),{observe:It,unobserve:It,disconnect(){gt.delete(e)}})}let gt;function Qr(){if(gt)return;gt=new Set;let t;const e=()=>{if(!t){t=!0,requestAnimationFrame(()=>t=!1);for(const n of gt)n()}};W(window,"load resize",e),W(document,"loadedmetadata load",e,!0)}function Vr(t,e,n){return un(MutationObserver,t,e,n)}function un(t,e,n,r){const o=new t(n);for(const s of h(e))o.observe(s,r);return o}function kr(t){if(Tt(t)&&ce(t,{func:"playVideo",method:"play"}),Ct(t))try{t.play().catch(It)}catch{}}function Ur(t){Tt(t)&&ce(t,{func:"pauseVideo",method:"pause"}),Ct(t)&&t.pause()}function to(t){Tt(t)&&ce(t,{func:"mute",method:"setVolume",value:0}),Ct(t)&&(t.muted=!0)}function eo(t){return Ct(t)||Tt(t)}function Ct(t){return Vt(t,"video")}function Tt(t){return Vt(t,"iframe")&&(fn(t)||dn(t))}function fn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function dn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function ce(t,e){await ro(t),hn(t,e)}function hn(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const ae="_ukPlayer";let no=0;function ro(t){if(t[ae])return t[ae];const e=fn(t),n=dn(t),r=++no;let o;return t[ae]=new Promise(s=>{e&&Q(t,"load",()=>{const i=()=>hn(t,{event:"listening",id:r});o=setInterval(i,100),i()}),Q(window,"message",s,!1,({data:i})=>{try{return i=JSON.parse(i),e&&(i==null?void 0:i.id)===r&&i.event==="onReady"||n&&Number(i==null?void 0:i.player_id)===r}catch{}}),t.src=`${t.src}${Y(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${r}`}`}).then(()=>clearInterval(o))}function oo(t,e=0,n=0){return _t(t)?Te(...ue(t).map(r=>{const{top:o,left:s,bottom:i,right:a}=S(r);return{top:o-e,left:s-n,bottom:i+e,right:a+n}}).concat(C(t))):!1}function so(t,{offset:e=0}={}){const n=_t(t)?Pt(t,!1,["hidden"]):[];return n.reduce((i,a,u)=>{const{scrollTop:f,scrollHeight:d,offsetHeight:p}=a,b=S(a),x=d-b.height,{height:P,top:R}=n[u-1]?S(n[u-1]):C(t);let O=Math.ceil(R-b.top-e+f);return e>0&&p<P+e?O+=e:e=0,O>x?(e-=O-x,O=x):O<0&&(e-=O,O=0),()=>r(a,O-f).then(i)},()=>Promise.resolve())();function r(i,a){return new Promise(u=>{const f=i.scrollTop,d=o(Math.abs(a)),p=Date.now();(function b(){const x=s(K((Date.now()-p)/d));i.scrollTop=f+a*x,x===1?u():requestAnimationFrame(b)})()})}function o(i){return 40*Math.pow(i,.375)}function s(i){return .5*(1-Math.cos(Math.PI*i))}}function io(t,e=0,n=0){if(!_t(t))return 0;const[r]=Pt(t,!0),{scrollHeight:o,scrollTop:s}=r,{height:i}=S(r),a=o-i,u=ne(t)[0]-ne(r)[0],f=Math.max(0,u-i+e),d=Math.min(a,u+t.offsetHeight-n);return K((s-f)/(d-f))}function Pt(t,e=!1,n=[]){const r=ln(t);let o=Xt(t).reverse();o=o.slice(o.indexOf(r)+1);const s=_e(o,i=>l(i,"position")==="fixed");return~s&&(o=o.slice(s)),[r].concat(o.filter(i=>l(i,"overflow").split(" ").some(a=>Y(["auto","scroll",...n],a))&&(!e||i.scrollHeight>S(i).height))).reverse()}function ue(t){return Pt(t,!1,["hidden","clip"])}function S(t){const e=G(t),{visualViewport:n,document:{documentElement:r}}=e;let o=t===ln(t)?e:t;if(J(o)&&n){let{height:i,width:a,scale:u,pageTop:f,pageLeft:d}=n;return i=Math.round(i*u),a=Math.round(a*u),{height:i,width:a,top:f,left:d,bottom:f+i,right:d+a}}let s=C(o);if(l(o,"display")==="inline")return s;for(let[i,a,u,f]of[["width","x","left","right"],["height","y","top","bottom"]])J(o)?o=r:s[u]+=I(l(o,`border-${u}-width`)),s[i]=s[a]=o[`client${L(i)}`],s[f]=s[i]+s[u];return s}function ln(t){return G(t).document.scrollingElement}const A=[["width","x","left","right"],["height","y","top","bottom"]];function co(t,e,n){n={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],placement:[],...n},$(e)||(e=[e,e]),C(t,pn(t,e,n))}function pn(t,e,n){const r=mn(t,e,n),{boundary:o,viewportOffset:s=0,placement:i}=n;let a=r;for(const[u,[f,,d,p]]of Object.entries(A)){const b=ao(t,e[u],s,o,u);if(Nt(r,b,u))continue;let x=0;if(i[u]==="flip"){const P=n.attach.target[u];if(P===p&&r[p]<=b[p]||P===d&&r[d]>=b[d])continue;x=fo(t,e,n,u)[d]-r[d];const R=uo(t,e[u],s,u);if(!Nt(fe(r,x,u),R,u)){if(Nt(r,R,u))continue;if(n.recursion)return!1;const O=ho(t,e,n);if(O&&Nt(O,R,1-u))return O;continue}}else if(i[u]==="shift"){const P=C(e[u]),{offset:R}=n;x=K(K(r[d],b[d],b[p]-r[f]),P[d]-r[f]+R[u],P[p]-R[u])-r[d]}a=fe(a,x,u)}return a}function mn(t,e,n){let{attach:r,offset:o}={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],...n},s=C(t);for(const[i,[a,,u,f]]of Object.entries(A)){const d=r.target[i]===r.element[i]?S(e[i]):C(e[i]);s=fe(s,d[u]-s[u]+gn(r.target[i],f,d[a])-gn(r.element[i],f,s[a])+ +o[i],i)}return s}function fe(t,e,n){const[,r,o,s]=A[n],i={...t};return i[o]=t[r]=t[o]+e,i[s]+=e,i}function gn(t,e,n){return t==="center"?n/2:t===e?n:0}function ao(t,e,n,r,o){let s=wn(...vn(t,e).map(S));return n&&(s[A[o][2]]+=n,s[A[o][3]]-=n),r&&(s=wn(s,C($(r)?r[o]:r))),s}function uo(t,e,n,r){const[o,s,i,a]=A[r],[u]=vn(t,e),f=S(u);return["auto","scroll"].includes(l(u,`overflow-${s}`))&&(f[i]-=u[`scroll${L(i)}`],f[a]=f[i]+u[`scroll${L(o)}`]),f[i]+=n,f[a]-=n,f}function vn(t,e){return ue(e).filter(n=>Et(t,n))}function wn(...t){let e={};for(const n of t)for(const[,,r,o]of A)e[r]=Math.max(e[r]||0,n[r]),e[o]=Math.min(...[e[o],n[o]].filter(Boolean));return e}function Nt(t,e,n){const[,,r,o]=A[n];return t[r]>=e[r]&&t[o]<=e[o]}function fo(t,e,{offset:n,attach:r},o){return mn(t,e,{attach:{element:bn(r.element,o),target:bn(r.target,o)},offset:lo(n,o)})}function ho(t,e,n){return pn(t,e,{...n,attach:{element:n.attach.element.map(xn).reverse(),target:n.attach.target.map(xn).reverse()},offset:n.offset.reverse(),placement:n.placement.reverse(),recursion:!0})}function bn(t,e){const n=[...t],r=A[e].indexOf(t[e]);return~r&&(n[e]=A[e][1-r%2+2]),n}function xn(t){for(let e=0;e<A.length;e++){const n=A[e].indexOf(t);if(~n)return A[1-e][n%2+2]}}function lo(t,e){return t=[...t],t[e]*=-1,t}var po=Object.freeze({__proto__:null,$:B,$$:te,Animation:Ir,Deferred:Vn,Dimensions:Zn,MouseTracker:sn,Transition:yr,addClass:V,after:Or,append:lt,apply:Ut,assign:St,attr:j,before:Qe,boxModelAdjust:oe,camelize:it,children:Me,clamp:K,closest:ft,createEvent:Be,css:l,data:Bt,dimensions:ee,each:$t,empty:Ze,endsWith:qn,escape:We,fastdom:T,filter:ze,find:Yt,findAll:dt,findIndex:_e,flipPosition:Sr,fragment:Ot,getEventPos:Xe,getIndex:Qn,getTargetedElement:nr,hasAttr:Ne,hasClass:Je,hasOwn:z,hasTouch:U,height:en,html:Er,hyphenate:st,inBrowser:mt,includes:Y,index:De,intersectRect:Te,isArray:$,isBoolean:Ee,isDocument:xt,isElement:ct,isEmpty:Ae,isEqual:Lt,isFocusable:er,isFunction:_,isInView:oo,isInput:tr,isNode:zt,isNumber:Dt,isNumeric:yt,isObject:M,isPlainObject:D,isRtl:Wr,isSameSiteAnchor:Re,isString:w,isTag:Vt,isTouch:mr,isUndefined:E,isVideo:eo,isVisible:_t,isVoidElement:Un,isWindow:J,last:Oe,matches:Z,memoize:N,mute:to,noop:It,observeIntersection:cn,observeMutation:Vr,observeResize:an,off:Fe,offset:C,offsetPosition:ne,offsetViewport:S,on:W,once:Q,overflowParents:ue,parent:ut,parents:Xt,pause:Ur,pick:Gn,play:kr,pointInRect:jt,pointerCancel:Jr,pointerDown:Fr,pointerEnter:Xr,pointerLeave:Yr,pointerMove:Br,pointerUp:qr,position:tn,positionAt:co,prepend:Ar,propName:Kt,query:rr,queryAll:or,ready:_r,remove:kt,removeAttr:Ft,removeClass:Zt,removeClasses:Ye,replaceClass:wr,scrollIntoView:so,scrollParents:Pt,scrolledOver:io,selFocusable:Se,selInput:qt,sortBy:Ce,startsWith:H,sumBy:Ht,swap:Yn,toArray:Xn,toBoolean:Rt,toEventTargets:Gt,toFloat:I,toNode:g,toNodes:h,toNumber:at,toPx:zr,toWindow:G,toggleClass:br,trigger:F,ucfirst:L,uniqueBy:Jn,unwrap:Tr,width:re,within:Et,wrapAll:Ve,wrapInner:Cr});function mo(t){t._observers=[],t._observerUpdates=new Map;for(const e of t.$options.observe||[])if(z(e,"handler"))yn(t,e);else for(const n in e)yn(t,e[n],n)}function de(t,...e){t._observers.push(...e)}function go(t){for(const e of t._observers)e==null||e.disconnect(),t._observerUpdates.delete(e)}function vo(t){for(const[e,n]of t._observerUpdates)n(e)}function yn(t,e,n){let{observe:r,target:o=t.$el,handler:s,options:i,filter:a,args:u}=D(e)?e:{type:n,handler:e};if(a&&!a.call(t,t))return;const f=_(o)?o.call(t,t):o;s=w(s)?t[s]:s.bind(t),_(i)&&(i=i.call(t,t));const d=r(f,s,i,u);_(o)&&$(f)&&d.unobserve&&t._observerUpdates.set(d,wo(t,o,f)),de(t,d)}function wo(t,e,n){return r=>{const o=e.call(t,t);Lt(n,o)||(n.forEach(s=>!Y(o,s)&&r.unobserve(s)),o.forEach(s=>!Y(n,s)&&r.observe(s)),n.splice(0,n.length,...o))}}function $n(t){if(t._watch)return;const e=!z(t,"_watch");t._watch=T.read(()=>{t._connected&&bo(t,e),t._watch=null})}function bo(t,e){const n={...t._computed};t._computed={};for(const[r,{watch:o,immediate:s}]of Object.entries(t.$options.computed||{}))o&&(e&&s||z(n,r)&&!Lt(n[r],t[r]))&&o.call(t,t[r],e?void 0:n[r]);vo(t)}function he(t,e="update"){t._connected&&((e==="update"||e==="resize")&&$n(t),t.$options.update&&(t._updates||(t._updates=new Set,T.read(()=>{t._connected&&xo(t,t._updates),delete t._updates})),t._updates.add(e.type||e)))}function xo(t,e){for(const{read:n,write:r,events:o=[]}of t.$options.update){if(!e.has("update")&&!o.some(i=>e.has(i)))continue;let s;n&&(s=n.call(t,t._data,e),s&&D(s)&&St(t._data,s)),r&&s!==!1&&T.write(()=>{t._connected&&r.call(t,t._data,e)})}}function yo(t){let{el:e,computed:n,observe:r}=t.$options;if(!n&&!(r!=null&&r.some(s=>_(s.target))))return;for(const s in n||{})if(n[s].document){e=e.ownerDocument;break}const o=new MutationObserver(()=>$n(t));o.observe(e,{childList:!0,subtree:!0}),de(t,o)}function $o(t){t._events=[];for(const e of t.$options.events||[])if(z(e,"handler"))le(t,e);else for(const n in e)le(t,e[n],n)}function Io(t){t._events.forEach(e=>e()),delete t._events}function le(t,e,n){let{name:r,el:o,handler:s,capture:i,passive:a,delegate:u,filter:f,self:d}=D(e)?e:{name:n,handler:e};if(o=_(o)?o.call(t,t):o||t.$el,$(o)){o.forEach(p=>le(t,{...e,el:p},n));return}!o||f&&!f.call(t)||t._events.push(W(o,r,u?w(u)?u:u.call(t,t):null,w(s)?t[s]:s.bind(t),{passive:a,capture:i,self:d}))}const y={};y.events=y.observe=y.created=y.beforeConnect=y.connected=y.beforeDisconnect=y.disconnected=y.destroy=pe,y.args=function(t,e){return e!==!1&&pe(e||t)},y.update=function(t,e){return Ce(pe(t,_(e)?{read:e}:e),"order")},y.props=function(t,e){if($(e)){const n={};for(const r of e)n[r]=String;e=n}return y.methods(t,e)},y.computed=y.methods=function(t,e){return e?t?{...t,...e}:e:t},y.i18n=y.data=function(t,e,n){return n?In(t,e,n):e?t?function(r){return In(t,e,r)}:e:t};function In(t,e,n){return y.computed(_(t)?t.call(n,n):t,_(e)?e.call(n,n):e)}function pe(t,e){return t=t&&!$(t)?[t]:t,e?t?t.concat(e):$(e)?e:[e]:t}function _o(t,e){return E(e)?t:e}function vt(t,e,n){const r={};if(_(e)&&(e=e.options),e.extends&&(t=vt(t,e.extends,n)),e.mixins)for(const s of e.mixins)t=vt(t,s,n);for(const s in t)o(s);for(const s in e)z(t,s)||o(s);function o(s){r[s]=(y[s]||_o)(t[s],e[s],n)}return r}function _n(t,e=[]){try{return t?H(t,"{")?JSON.parse(t):e.length&&!Y(t,":")?{[e[0]]:t}:t.split(";").reduce((n,r)=>{const[o,s]=r.split(/:(.*)/);return o&&!E(s)&&(n[o.trim()]=s.trim()),n},{}):{}}catch{return{}}}function me(t,e){return t===Boolean?Rt(e):t===Number?at(e):t==="list"?Eo(e):t===Object&&w(e)?_n(e):t?t(e):e}function Eo(t){return $(t)?t:w(t)?t.split(/,(?![^(]*\))/).map(e=>yt(e)?at(e):Rt(e.trim())):[t]}function Ao(t){const e=En(t.$options);for(let r in e)E(e[r])||(t.$props[r]=e[r]);const n=[t.$options.computed,t.$options.methods];for(let r in t.$props)r in e&&Oo(n,r)&&(t[r]=t.$props[r])}function En(t){const e={},{args:n=[],props:r={},el:o,id:s}=t;if(!r)return e;for(const a in r){const u=st(a);let f=Bt(o,u);E(f)||(f=r[a]===Boolean&&f===""?!0:me(r[a],f),!(u==="target"&&H(f,"_"))&&(e[a]=f))}const i=_n(Bt(o,s),n);for(const a in i){const u=it(a);E(r[u])||(e[u]=me(r[u],i[a]))}return e}function Oo(t,e){return t.every(n=>!n||!z(n,e))}function Co(t){const{$options:e,$props:n}=t,{id:r,attrs:o,props:s,el:i}=e;if(!s||o===!1)return;const a=$(o)?o:Object.keys(s),u=a.map(d=>st(d)).concat(r),f=new MutationObserver(d=>{const p=En(e);d.some(({attributeName:b})=>{const x=b.replace("data-","");return(x===r?a:[it(x),it(b)]).some(P=>!E(p[P])&&p[P]!==n[P])})&&t.$reset()});f.observe(i,{attributes:!0,attributeFilter:u.concat(u.map(d=>`data-${d}`))}),de(t,f)}function et(t,e){var n;(n=t.$options[e])==null||n.forEach(r=>r.call(t))}function An(t){t._connected||(t._data={},t._computed={},Ao(t),et(t,"beforeConnect"),t._connected=!0,$o(t),mo(t),Co(t),yo(t),et(t,"connected"),he(t))}function On(t){t._connected&&(et(t,"beforeDisconnect"),go(t),Io(t),et(t,"disconnected"),t._connected=!1,delete t._watch)}function To(t){const{computed:e}=t.$options;if(t._computed={},e)for(const n in e)Po(t,n,e[n])}function Po(t,e,n){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:r,$props:o,$el:s}=t;return z(r,e)||(r[e]=(n.get||n).call(t,o,s)),r[e]},set(r){const{_computed:o}=t;o[e]=n.set?n.set.call(t,r):r,E(o[e])&&delete o[e]}})}let No=0;function Cn(t,e={}){e.data=Mo(e,t.constructor.options),t.$options=vt(t.constructor.options,e,t),t.$props={},t._uid=No++,So(t),zo(t),To(t),et(t,"created"),e.el&&t.$mount(e.el)}function So(t){const{data:e={}}=t.$options;for(const n in e)t.$props[n]=t[n]=e[n]}function zo(t){const{methods:e}=t.$options;if(e)for(const n in e)t[n]=e[n].bind(t)}function Mo({data:t={}},{args:e=[],props:n={}}){$(t)&&(t=t.slice(0,e.length).reduce((r,o,s)=>(D(o)?St(r,o):r[e[s]]=o,r),{}));for(const r in t)E(t[r])?delete t[r]:n[r]&&(t[r]=me(n[r],t[r]));return t}const m=function(t){Cn(this,t)};m.util=po,m.options={},m.version="3.16.5-dev.dda1f1b31";const Do="uk-",X="__uikit__",wt={};function Tn(t,e){var n;const r=Do+st(t);if(!e)return D(wt[r])&&(wt[r]=m.extend(wt[r])),wt[r];t=it(t),m[t]=(s,i)=>ge(t,s,i);const o=D(e)?{...e}:e.options;return o.id=r,o.name=t,(n=o.install)==null||n.call(o,m,o,t),m._initialized&&!o.functional&&requestAnimationFrame(()=>ge(t,`[${r}],[data-${r}]`)),wt[r]=o}function ge(t,e,n){const r=Tn(t);return r.options.functional?new r({data:D(e)?e:[...arguments]}):e?te(e).map(o)[0]:o();function o(s){const i=we(s,t);if(i)if(n)i.$destroy();else return i;return new r({el:s,data:n})}}function ve(t){return t[X]||{}}function we(t,e){return ve(t)[e]}function Ro(t,e){t[X]||(t[X]={}),t[X][e.$options.name]=e}function Lo(t,e){var n;(n=t[X])==null||delete n[e.$options.name],Ae(t[X])||delete t[X]}m.component=Tn,m.getComponents=ve,m.getComponent=we,m.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},m.mixin=function(t,e){e=(w(e)?this.component(e):e)||this,e.options=vt(e.options,t)},m.extend=function(t){t=t||{};const e=this,n=function(o){Cn(this,o)};return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.options=vt(e.options,t),n.super=e,n.extend=e.extend,n};function Pn(t,e){t=t?g(t):document.body;for(const n of Xt(t).reverse())Nn(n,e);Ut(t,n=>Nn(n,e))}m.update=Pn;function Nn(t,e){const n=ve(t);for(const r in n)he(n[r],e)}let Sn;Object.defineProperty(m,"container",{get(){return Sn||document.body},set(t){Sn=B(t)}}),m.prototype.$mount=function(t){const e=this;Ro(t,e),e.$options.el=t,Et(t,document)&&An(e)},m.prototype.$destroy=function(t=!1){const e=this,{el:n}=e.$options;n&&On(e),et(e,"destroy"),Lo(n,e),t&&kt(e.$el)},m.prototype.$create=ge,m.prototype.$emit=function(t){he(this,t)},m.prototype.$update=function(t=this.$el,e){Pn(t,e)},m.prototype.$reset=function(){On(this),An(this)},m.prototype.$getComponent=we,Object.defineProperties(m.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(m,"container")});function be(t,e=t.$el,n=""){if(e.id)return e.id;let r=`${t.$options.id}-${t._uid}${n}`;return B(`#${r}`)&&(r=be(t,e,`${n}-2`)),r}var Ho={i18n:{next:"Next slide",previous:"Previous slide",slideX:"Slide %s",slideLabel:"%s of %s"},data:{selNav:!1},computed:{nav:{get({selNav:t},e){return c.$(t,e)},watch(t,e){c.attr(t,"role","tablist"),e&&this.$emit()},immediate:!0},selNavItem({attrItem:t}){return`[${t}],[data-${t}]`},navItems:{get(t,e){return c.$$(this.selNavItem,e)},watch(){this.$emit()}}},connected(){c.attr(this.$el,"aria-roledescription","carousel")},update:[{write(){this.slides.forEach((t,e)=>c.attr(t,{role:this.nav?"tabpanel":"group","aria-label":this.t("slideLabel",e+1,this.length),"aria-roledescription":this.nav?null:"slide"})),this.nav&&this.length!==this.nav.children.length&&c.html(this.nav,this.slides.map((t,e)=>`<li ${this.attrItem}="${e}"><a href></a></li>`).join("")),c.attr(c.children(this.nav).concat(this.list),"role","presentation");for(const t of this.navItems){const e=c.data(t,this.attrItem),n=c.$("a,button",t)||t;let r,o=null;if(c.isNumeric(e)){const s=c.toNumber(e),i=this.slides[s];i&&(i.id||(i.id=be(this,i,`-item-${e}`)),o=i.id),r=this.t("slideX",c.toFloat(e)+1),c.attr(n,"role","tab")}else this.list&&(this.list.id||(this.list.id=be(this,this.list,"-items")),o=this.list.id),r=this.t(e);c.attr(n,{"aria-controls":o,"aria-label":c.attr(n,"aria-label")||r})}}},{write(){this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]}],events:[{name:"click keydown",delegate(){return this.selNavItem},handler(t){c.closest(t.target,"a,button")&&(t.type==="click"||t.keyCode===ot.SPACE)&&(t.preventDefault(),this.show(c.data(t.current,this.attrItem)))}},{name:"itemshow",handler:"updateNav"},{name:"keydown",delegate(){return this.selNavItem},handler(t){const{current:e,keyCode:n}=t,r=c.data(e,this.attrItem);if(!c.isNumeric(r))return;let o=n===ot.HOME?0:n===ot.END?"last":n===ot.LEFT?"previous":n===ot.RIGHT?"next":-1;~o&&(t.preventDefault(),this.show(o))}}],methods:{updateNav(){const t=this.getValidIndex();let e,n;for(const r of this.navItems){const o=c.data(r,this.attrItem),s=c.$("a,button",r)||r;if(c.isNumeric(o)){const a=c.toNumber(o)===t;c.toggleClass(r,this.clsActive,a),c.attr(s,{"aria-selected":a,tabindex:a?null:-1}),a&&(n=s),e=e||c.matches(s,":focus")}else c.toggleClass(r,"uk-invisible",this.finite&&(o==="previous"&&t===0||o==="next"&&t>=this.maxIndex));e&&n&&n.focus()}}}};const xe={passive:!1,capture:!0},zn={passive:!0,capture:!0},jo="touchstart mousedown",ye="touchmove mousemove",Mn="touchend touchcancel mouseup click input scroll";var Wo={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=n=>{const r=c.getEventPos(n).x*(c.isRtl?-1:1);this.prevPos=r===this.pos?this.prevPos:this.pos,this.pos=r,e(n)}}},events:[{name:jo,passive:!0,delegate(){return`${this.selList} > *`},handler(t){!this.draggable||!c.isTouch(t)&&Fo(t.target)||c.closest(t.target,c.selInput)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}},{name:ye,el(){return this.list},handler:c.noop,...xe}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,c.on(document,ye,this.move,xe),c.on(document,Mn,this.end,zn),c.css(this.list,"userSelect","none")},move(t){const e=this.pos-this.drag;if(e===0||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)return;c.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;const{slides:n}=this;let{prevIndex:r}=this,o=Math.abs(e),s=this.getIndex(r+this.dir,r),i=this._getDistance(r,s)||n[r].offsetWidth;for(;s!==r&&o>i;)this.drag-=i*this.dir,r=s,o-=i,s=this.getIndex(r+this.dir,r),i=this._getDistance(r,s)||n[r].offsetWidth;this.percent=o/i;const a=n[r],u=n[s],f=this.index!==s,d=r===s;let p;[this.index,this.prevIndex].filter(b=>!c.includes([s,r],b)).forEach(b=>{c.trigger(n[b],"itemhidden",[this]),d&&(p=!0,this.prevIndex=r)}),(this.index===r&&this.prevIndex!==r||p)&&c.trigger(n[this.index],"itemshown",[this]),f&&(this.prevIndex=r,this.index=s,!d&&c.trigger(a,"beforeitemhide",[this]),c.trigger(u,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!d&&u),f&&(!d&&c.trigger(a,"itemhide",[this]),c.trigger(u,"itemshow",[this]))},end(){if(c.off(document,ye,this.move,xe),c.off(document,Mn,this.end,zn),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=(c.isRtl?this.dir*(c.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}c.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}};function Fo(t){return c.css(t,"userSelect")!=="none"&&c.toNodes(t.childNodes).some(e=>e.nodeType===3&&e.textContent.trim())}var Bo={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){c.attr(this.list,"aria-live","polite"),this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){c.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el(){return document},filter(){return this.autoplay},handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:`${c.pointerEnter} focusin`,filter(){return this.autoplay},handler:"stopAutoplay"},{name:`${c.pointerLeave} focusout`,filter(){return this.autoplay},handler:"startAutoplay"}],methods:{startAutoplay(){this.draggable&&c.matches(this.$el,":focus-within")||this.pauseOnHover&&c.matches(this.$el,":hover")||(this.stopAutoplay(),this.interval=setInterval(()=>!this.stack.length&&this.show("next"),this.autoplayInterval),c.attr(this.list,"aria-live","off"))},stopAutoplay(){clearInterval(this.interval),c.attr(this.list,"aria-live","polite")}}};function qo(t){return Dn(an,t,"resize")}function Xo(t){return Dn(cn,t)}function Yo(t={}){return Xo({handler:function(e,n){const{targets:r=this.$el,preload:o=5}=t;for(const s of h(_(r)?r(this):r))te('[loading="lazy"]',s).slice(0,o-1).forEach(i=>Ft(i,"loading"));for(const s of e.filter(({isIntersecting:i})=>i).map(({target:i})=>i))n.unobserve(s)},...t})}function Dn(t,e,n){return{observe:t,handler(){this.$emit(n)},...e}}var Jo={mixins:[Bo,Wo,Ho,Hn],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){c.removeClass(this.slides,this.clsActive)},computed:{duration({velocity:t},e){return Ko(e.offsetWidth/t)},list({selList:t},e){return c.$(t,e)},maxIndex(){return this.length-1},slides:{get(){return c.children(this.list)},watch(){this.$emit()}},length(){return this.slides.length}},observe:qo(),methods:{show(t,e=!1){var n;if(this.dragging||!this.length)return;const{stack:r}=this,o=e?0:r.length,s=()=>{r.splice(o,1),r.length&&this.show(r.shift(),!0)};if(r[e?"unshift":"push"](t),!e&&r.length>1){r.length===2&&((n=this._transitioner)==null||n.forward(Math.min(this.duration,200)));return}const i=this.getIndex(this.index),a=c.hasClass(this.slides,this.clsActive)&&this.slides[i],u=this.getIndex(t,this.index),f=this.slides[u];if(a===f){s();return}if(this.dir=Go(t,i),this.prevIndex=i,this.index=u,a&&!c.trigger(a,"beforeitemhide",[this])||!c.trigger(f,"beforeitemshow",[this,a])){this.index=this.prevIndex,s();return}const d=this._show(a,f,e).then(()=>{a&&c.trigger(a,"itemhidden",[this]),c.trigger(f,"itemshown",[this]),r.shift(),this._transitioner=null,requestAnimationFrame(()=>r.length&&this.show(r.shift(),!0))});return a&&c.trigger(a,"itemhide",[this]),c.trigger(f,"itemshow",[this]),d},getIndex(t=this.index,e=this.index){return c.clamp(c.getIndex(t,this.slides,e,this.finite),0,Math.max(0,this.maxIndex))},getValidIndex(t=this.index,e=this.prevIndex){return this.getIndex(t,e)},_show(t,e,n){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:n?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing,...this.transitionOptions}),!n&&!t)return this._translate(1),Promise.resolve();const{length:r}=this.stack;return this._transitioner[r>1?"forward":"show"](r>1?Math.min(this.duration,75+75/(r-1)):this.duration,this.percent)},_getDistance(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate(t,e=this.prevIndex,n=this.index){const r=this._getTransitioner(e===n?!1:e,n);return r.translate(t),r},_getTransitioner(t=this.prevIndex,e=this.index,n=this.dir||1,r=this.transitionOptions){return new this.Transitioner(c.isNumber(t)?this.slides[t]:t,c.isNumber(e)?this.slides[e]:e,n*(c.isRtl?-1:1),r)}}};function Go(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function Ko(t){return .5*t+300}var Zo={mixins:[Jo],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:$e,Transitioner:Ln},computed:{animation({animation:t,Animations:e}){return{...e[t]||e.slide,name:t}},transitionOptions(){return{animation:this.animation}}},events:{beforeitemshow({target:t}){c.addClass(t,this.clsActive)},itemshown({target:t}){c.addClass(t,this.clsActivated)},itemhidden({target:t}){c.removeClass(t,this.clsActive,this.clsActivated)}}},Qo={...$e,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-c.css(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:Ie(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-c.css(t,"opacity")},translate(t){return[{opacity:1-t,transform:Ie(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:v(30),zIndex:-1},{transform:v(),zIndex:0}]:[{transform:v(-100),zIndex:0},{transform:v(),zIndex:-1}]},percent(t,e,n){return n<0?1-rt(e):rt(t)},translate(t,e){return e<0?[{transform:v(30*t),zIndex:-1},{transform:v(-100*(1-t)),zIndex:0}]:[{transform:v(-t*100),zIndex:0},{transform:v(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:v(100),zIndex:0},{transform:v(),zIndex:-1}]:[{transform:v(-30),zIndex:-1},{transform:v(),zIndex:0}]},percent(t,e,n){return n>0?1-rt(e):rt(t)},translate(t,e){return e<0?[{transform:v(t*100),zIndex:0},{transform:v(-30*(1-t)),zIndex:-1}]:[{transform:v(-30*t),zIndex:-1},{transform:v(100*(1-t)),zIndex:0}]}}},Vo={update:{write(){if(this.stack.length||this.dragging)return;const t=this.getValidIndex(this.index);!~this.prevIndex||this.index!==t?this.show(t):this._translate(1,this.prevIndex,this.index)},events:["resize"]}},ko={observe:Yo({target:({slides:t})=>t,targets:t=>t.getAdjacentSlides()})},Rn={mixins:[nt,Zo,Vo,ko],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Qo},update:{read(){if(!this.list)return!1;let[t,e]=this.ratio.split(":").map(Number);return e=e*this.list.offsetWidth/t||0,this.minHeight&&(e=Math.max(this.minHeight,e)),this.maxHeight&&(e=Math.min(this.maxHeight,e)),{height:e-c.boxModelAdjust(this.list,"height","content-box")}},write({height:t}){t>0&&c.css(this.list,"minHeight",t)},events:["resize"]},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}};return typeof window<"u"&&window.UIkit&&window.UIkit.component("slideshow",Rn),Rn});
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(c,nt){typeof exports=="object"&&typeof module<"u"?module.exports=nt(require("uikit-util")):typeof define=="function"&&define.amd?define("uikitslideshow",["uikit-util"],nt):(c=typeof globalThis<"u"?globalThis:c||self,c.UIkitSlideshow=nt(c.UIkit.util))})(this,function(c){"use strict";var nt={connected(){c.addClass(this.$el,this.$options.id)}},$e={slide:{show(t){return[{transform:v(t*-100)},{transform:v()}]},percent(t){return rt(t)},translate(t,e){return[{transform:v(e*-100*t)},{transform:v(e*100*(1-t))}]}}};function rt(t){return Math.abs(c.css(t,"transform").split(",")[4]/t.offsetWidth)||0}function v(t=0,e="%"){return t+=t?e:"",`translate3d(${t}, 0, 0)`}function Ie(t){return`scale3d(${t}, ${t}, 1)`}function Ln(t,e,n,{animation:r,easing:o}){const{percent:s,translate:i,show:a=c.noop}=r,u=a(n),f=new c.Deferred;return{dir:n,show(d,p=0,b){const x=b?"linear":o;return d-=Math.round(d*c.clamp(p,-1,1)),this.translate(p),bt(e,"itemin",{percent:p,duration:d,timing:x,dir:n}),bt(t,"itemout",{percent:1-p,duration:d,timing:x,dir:n}),Promise.all([c.Transition.start(e,u[1],d,x),c.Transition.start(t,u[0],d,x)]).then(()=>{this.reset(),f.resolve()},c.noop),f.promise},cancel(){c.Transition.cancel([e,t])},reset(){for(const d in u[0])c.css([e,t],d,"")},forward(d,p=this.percent()){return c.Transition.cancel([e,t]),this.show(d,p,!0)},translate(d){this.reset();const p=i(d,n);c.css(e,p[1]),c.css(t,p[0]),bt(e,"itemtranslatein",{percent:d,dir:n}),bt(t,"itemtranslateout",{percent:1-d,dir:n})},percent(){return s(t||e,e,n)},getDistance(){return t==null?void 0:t.offsetWidth}}}function bt(t,e,n){c.trigger(t,c.createEvent(e,!1,!1,n))}var Hn={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var n,r,o;let s=0;return((o=((n=this.i18n)==null?void 0:n[t])||((r=this.$options.i18n)==null?void 0:r[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}};const ot={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40},{hasOwnProperty:jn,toString:Wn}=Object.prototype;function z(t,e){return jn.call(t,e)}const Fn=/\B([A-Z])/g,st=N(t=>t.replace(Fn,"-$1").toLowerCase()),Bn=/-(\w)/g,it=N(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(Bn,(e,n)=>n.toUpperCase())),L=N(t=>t.charAt(0).toUpperCase()+t.slice(1));function H(t,e){var n;return(n=t==null?void 0:t.startsWith)==null?void 0:n.call(t,e)}function qn(t,e){var n;return(n=t==null?void 0:t.endsWith)==null?void 0:n.call(t,e)}function Y(t,e){var n;return(n=t==null?void 0:t.includes)==null?void 0:n.call(t,e)}function _e(t,e){var n;return(n=t==null?void 0:t.findIndex)==null?void 0:n.call(t,e)}const{isArray:$,from:Xn}=Array,{assign:St}=Object;function _(t){return typeof t=="function"}function M(t){return t!==null&&typeof t=="object"}function D(t){return Wn.call(t)==="[object Object]"}function J(t){return M(t)&&t===t.window}function xt(t){return Mt(t)===9}function zt(t){return Mt(t)>=1}function ct(t){return Mt(t)===1}function Mt(t){return!J(t)&&M(t)&&t.nodeType}function Ee(t){return typeof t=="boolean"}function w(t){return typeof t=="string"}function Dt(t){return typeof t=="number"}function yt(t){return Dt(t)||w(t)&&!isNaN(t-parseFloat(t))}function Ae(t){return!($(t)?t.length:M(t)&&Object.keys(t).length)}function E(t){return t===void 0}function Rt(t){return Ee(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function at(t){const e=Number(t);return isNaN(e)?!1:e}function I(t){return parseFloat(t)||0}function g(t){return h(t)[0]}function h(t){return zt(t)?[t]:Array.from(t||[]).filter(zt)}function G(t){if(J(t))return t;t=g(t);const e=xt(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Lt(t,e){return t===e||M(t)&&M(e)&&Object.keys(t).length===Object.keys(e).length&&$t(t,(n,r)=>n===e[r])}function Yn(t,e,n){return t.replace(new RegExp(`${e}|${n}`,"g"),r=>r===e?n:e)}function Oe(t){return t[t.length-1]}function $t(t,e){for(const n in t)if(e(t[n],n)===!1)return!1;return!0}function Ce(t,e){return t.slice().sort(({[e]:n=0},{[e]:r=0})=>n>r?1:r>n?-1:0)}function Ht(t,e){return t.reduce((n,r)=>n+I(_(e)?e(r):r[e]),0)}function Jn(t,e){const n=new Set;return t.filter(({[e]:r})=>n.has(r)?!1:n.add(r))}function Gn(t,e){return e.reduce((n,r)=>({...n,[r]:t[r]}),{})}function K(t,e=0,n=1){return Math.min(Math.max(at(t)||0,e),n)}function It(){}function Te(...t){return[["bottom","top"],["right","left"]].every(([e,n])=>Math.min(...t.map(({[e]:r})=>r))-Math.max(...t.map(({[n]:r})=>r))>0)}function jt(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function Wt(t,e,n){const r=e==="width"?"height":"width";return{[r]:t[e]?Math.round(n*t[r]/t[e]):t[r],[e]:n}}function Pe(t,e){t={...t};for(const n in t)t=t[n]>e[n]?Wt(t,n,e[n]):t;return t}function Kn(t,e){t=Pe(t,e);for(const n in t)t=t[n]<e[n]?Wt(t,n,e[n]):t;return t}const Zn={ratio:Wt,contain:Pe,cover:Kn};function Qn(t,e,n=0,r=!1){e=h(e);const{length:o}=e;return o?(t=yt(t)?at(t):t==="next"?n+1:t==="previous"?n-1:t==="last"?o-1:e.indexOf(g(t)),r?K(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function N(t){const e=Object.create(null);return n=>e[n]||(e[n]=t(n))}class Vn{constructor(){this.promise=new Promise((e,n)=>{this.reject=n,this.resolve=e})}}function j(t,e,n){var r;if(M(e)){for(const o in e)j(t,o,e[o]);return}if(E(n))return(r=g(t))==null?void 0:r.getAttribute(e);for(const o of h(t))_(n)&&(n=n.call(o,j(o,e))),n===null?Ft(o,e):o.setAttribute(e,n)}function Ne(t,e){return h(t).some(n=>n.hasAttribute(e))}function Ft(t,e){h(t).forEach(n=>n.removeAttribute(e))}function Bt(t,e){for(const n of[e,`data-${e}`])if(Ne(t,n))return j(t,n)}const kn={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function Un(t){return h(t).some(e=>kn[e.tagName.toLowerCase()])}function _t(t){return h(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const qt="input,select,textarea,button";function tr(t){return h(t).some(e=>Z(e,qt))}const Se=`${qt},a[href],[tabindex]`;function er(t){return Z(t,Se)}function ut(t){var e;return(e=g(t))==null?void 0:e.parentElement}function ze(t,e){return h(t).filter(n=>Z(n,e))}function Z(t,e){return h(t).some(n=>n.matches(e))}function ft(t,e){return ct(t)?t.closest(H(e,">")?e.slice(1):e):h(t).map(n=>ft(n,e)).filter(Boolean)}function Et(t,e){return w(e)?!!ft(t,e):g(e).contains(g(t))}function Xt(t,e){const n=[];for(;t=ut(t);)(!e||Z(t,e))&&n.push(t);return n}function Me(t,e){t=g(t);const n=t?h(t.children):[];return e?ze(n,e):n}function De(t,e){return e?h(t).indexOf(g(e)):Me(ut(t)).indexOf(t)}function Re(t){return t=g(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function nr(t){if(Re(t)){t=g(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function rr(t,e){return Yt(t,He(t,e))}function or(t,e){return dt(t,He(t,e))}function Yt(t,e){return g(je(t,g(e),"querySelector"))}function dt(t,e){return h(je(t,g(e),"querySelectorAll"))}const sr=/(^|[^\\],)\s*[!>+~-]/,Le=N(t=>t.match(sr));function He(t,e=document){return w(t)&&Le(t)||xt(e)?e:e.ownerDocument}const ir=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,cr=N(t=>t.replace(ir,"$1 *"));function je(t,e=document,n){if(!t||!w(t))return t;if(t=cr(t),Le(t)){const r=ur(t);t="";for(let o of r){let s=e;if(o[0]==="!"){const i=o.substr(1).trim().split(" ");if(s=ft(ut(e),i[0]),o=i.slice(1).join(" ").trim(),!o.length&&r.length===1)return s}if(o[0]==="-"){const i=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=Z(a,o.substr(1))?a:null,o=i.slice(1).join(" ")}s&&(t+=`${t?",":""}${fr(s)} ${o}`)}e=document}try{return e[n](t)}catch{return null}}const ar=/.*?[^\\](?:,|$)/g,ur=N(t=>t.match(ar).map(e=>e.replace(/,$/,"").trim()));function fr(t){const e=[];for(;t.parentNode;){const n=j(t,"id");if(n){e.unshift(`#${We(n)}`);break}else{let{tagName:r}=t;r!=="HTML"&&(r+=`:nth-child(${De(t)+1})`),e.unshift(r),t=t.parentNode}}return e.join(" > ")}function We(t){return w(t)?CSS.escape(t):""}function W(...t){let[e,n,r,o,s=!1]=Jt(t);o.length>1&&(o=hr(o)),s!=null&&s.self&&(o=lr(o)),r&&(o=dr(r,o));for(const i of n)for(const a of e)a.addEventListener(i,o,s);return()=>Fe(e,n,o,s)}function Fe(...t){let[e,n,,r,o=!1]=Jt(t);for(const s of n)for(const i of e)i.removeEventListener(s,r,o)}function Q(...t){const[e,n,r,o,s=!1,i]=Jt(t),a=W(e,n,r,u=>{const f=!i||i(u);f&&(a(),o(u,f))},s);return a}function F(t,e,n){return Gt(t).every(r=>r.dispatchEvent(Be(e,!0,!0,n)))}function Be(t,e=!0,n=!1,r){return w(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:n,detail:r})),t}function Jt(t){return t[0]=Gt(t[0]),w(t[1])&&(t[1]=t[1].split(" ")),_(t[2])&&t.splice(2,0,!1),t}function dr(t,e){return n=>{const r=t[0]===">"?dt(t,n.currentTarget).reverse().filter(o=>Et(n.target,o))[0]:ft(n.target,t);r&&(n.current=r,e.call(this,n),delete n.current)}}function hr(t){return e=>$(e.detail)?t(e,...e.detail):t(e)}function lr(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function qe(t){return t&&"addEventListener"in t}function pr(t){return qe(t)?t:g(t)}function Gt(t){return $(t)?t.map(pr).filter(Boolean):w(t)?dt(t):qe(t)?[t]:h(t)}function mr(t){return t.pointerType==="touch"||!!t.touches}function Xe(t){var e,n;const{clientX:r,clientY:o}=((e=t.touches)==null?void 0:e[0])||((n=t.changedTouches)==null?void 0:n[0])||t;return{x:r,y:o}}const gr={"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 l(t,e,n,r){const o=h(t);for(const s of o)if(w(e)){if(e=Kt(e),E(n))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,yt(n)&&!gr[e]?`${n}px`:n||Dt(n)?n:"",r)}else if($(e)){const i={};for(const a of e)i[a]=l(s,a);return i}else M(e)&&(r=n,$t(e,(i,a)=>l(s,a,i,r)));return o[0]}const Kt=N(t=>vr(t));function vr(t){if(H(t,"--"))return t;t=st(t);const{style:e}=document.documentElement;if(t in e)return t;for(const n of["webkit","moz"]){const r=`-${n}-${t}`;if(r in e)return r}}function V(t,...e){Ge(t,e,"add")}function Zt(t,...e){Ge(t,e,"remove")}function Ye(t,e){j(t,"class",n=>(n||"").replace(new RegExp(`\\b${e}\\b\\s?`,"g"),""))}function wr(t,...e){e[0]&&Zt(t,e[0]),e[1]&&V(t,e[1])}function Je(t,e){return[e]=Qt(e),!!e&&h(t).some(n=>n.classList.contains(e))}function br(t,e,n){const r=Qt(e);E(n)||(n=!!n);for(const o of h(t))for(const s of r)o.classList.toggle(s,n)}function Ge(t,e,n){e=e.reduce((r,o)=>r.concat(Qt(o)),[]);for(const r of h(t))r.classList[n](...e)}function Qt(t){return String(t).split(/[ ,]/).filter(Boolean)}function xr(t,e,n=400,r="linear"){return n=Math.round(n),Promise.all(h(t).map(o=>new Promise((s,i)=>{for(const u in e){const f=l(o,u);f===""&&l(o,u,f)}const a=setTimeout(()=>F(o,"transitionend"),n);Q(o,"transitionend transitioncanceled",({type:u})=>{clearTimeout(a),Zt(o,"uk-transition"),l(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),u==="transitioncanceled"?i():s(o)},{self:!0}),V(o,"uk-transition"),l(o,{transitionProperty:Object.keys(e).map(Kt).join(","),transitionDuration:`${n}ms`,transitionTimingFunction:r,...e})})))}const yr={start:xr,async stop(t){F(t,"transitionend"),await Promise.resolve()},async cancel(t){F(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return Je(t,"uk-transition")}},ht="uk-animation-";function Ke(t,e,n=200,r,o){return Promise.all(h(t).map(s=>new Promise((i,a)=>{F(s,"animationcanceled");const u=setTimeout(()=>F(s,"animationend"),n);Q(s,"animationend animationcanceled",({type:f})=>{clearTimeout(u),f==="animationcanceled"?a():i(s),l(s,"animationDuration",""),Ye(s,`${ht}\\S*`)},{self:!0}),l(s,"animationDuration",`${n}ms`),V(s,e,ht+(o?"leave":"enter")),H(e,ht)&&(r&&V(s,`uk-transform-origin-${r}`),o&&V(s,`${ht}reverse`))})))}const $r=new RegExp(`${ht}(enter|leave)`),Ir={in:Ke,out(t,e,n,r){return Ke(t,e,n,r,!0)},inProgress(t){return $r.test(j(t,"class"))},cancel(t){F(t,"animationcanceled")}};function _r(t){if(document.readyState!=="loading"){t();return}Q(document,"DOMContentLoaded",t)}function Vt(t,...e){return e.some(n=>{var r;return((r=t==null?void 0:t.tagName)==null?void 0:r.toLowerCase())===n.toLowerCase()})}function Ze(t){return t=B(t),t.innerHTML="",t}function Er(t,e){return E(e)?B(t).innerHTML:lt(Ze(t),e)}const Ar=At("prepend"),lt=At("append"),Qe=At("before"),Or=At("after");function At(t){return function(e,n){var r;const o=h(w(n)?Ot(n):n);return(r=B(e))==null||r[t](...o),ke(o)}}function kt(t){h(t).forEach(e=>e.remove())}function Ve(t,e){for(e=g(Qe(t,e));e.firstChild;)e=e.firstChild;return lt(e,t),e}function Cr(t,e){return h(h(t).map(n=>n.hasChildNodes()?Ve(h(n.childNodes),e):lt(n,e)))}function Tr(t){h(t).map(ut).filter((e,n,r)=>r.indexOf(e)===n).forEach(e=>e.replaceWith(...e.childNodes))}const Pr=/^\s*<(\w+|!)[^>]*>/,Nr=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ot(t){const e=Nr.exec(t);if(e)return document.createElement(e[1]);const n=document.createElement("div");return Pr.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,ke(n.childNodes)}function ke(t){return t.length>1?t:t[0]}function Ut(t,e){if(ct(t))for(e(t),t=t.firstElementChild;t;){const n=t.nextElementSibling;Ut(t,e),t=n}}function B(t,e){return Ue(t)?g(Ot(t)):Yt(t,e)}function te(t,e){return Ue(t)?h(Ot(t)):dt(t,e)}function Ue(t){return w(t)&&H(t.trim(),"<")}const q={width:["left","right"],height:["top","bottom"]};function ee(t){const e=ct(t)?g(t).getBoundingClientRect():{height:en(t),width:re(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 C(t,e){const n=ee(t);if(t){const{scrollY:o,scrollX:s}=G(t),i={height:o,width:s};for(const a in q)for(const u of q[a])n[u]+=i[a]}if(!e)return n;const r=l(t,"position");$t(l(t,["left","top"]),(o,s)=>l(t,s,e[s]-n[s]+I(r==="absolute"&&o==="auto"?tn(t)[s]:o)))}function tn(t){let{top:e,left:n}=C(t);const{ownerDocument:{body:r,documentElement:o},offsetParent:s}=g(t);let i=s||o;for(;i&&(i===r||i===o)&&l(i,"position")==="static";)i=i.parentNode;if(ct(i)){const a=C(i);e-=a.top+I(l(i,"borderTopWidth")),n-=a.left+I(l(i,"borderLeftWidth"))}return{top:e-I(l(t,"marginTop")),left:n-I(l(t,"marginLeft"))}}function ne(t){t=g(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+I(l(t,"borderTopWidth")),e[1]+=t.offsetLeft+I(l(t,"borderLeftWidth")),l(t,"position")==="fixed"){const n=G(t);return e[0]+=n.scrollY,e[1]+=n.scrollX,e}return e}const en=nn("height"),re=nn("width");function nn(t){const e=L(t);return(n,r)=>{if(E(r)){if(J(n))return n[`inner${e}`];if(xt(n)){const o=n.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return n=g(n),r=l(n,t),r=r==="auto"?n[`offset${e}`]:I(r)||0,r-oe(n,t)}else return l(n,t,!r&&r!==0?"":+r+oe(n,t)+"px")}}function oe(t,e,n="border-box"){return l(t,"boxSizing")===n?Ht(q[e].map(L),r=>I(l(t,`padding${r}`))+I(l(t,`border${r}Width`))):0}function Sr(t){for(const e in q)for(const n in q[e])if(q[e][n]===t)return q[e][1-n];return t}function zr(t,e="width",n=window,r=!1){return w(t)?Ht(Dr(t),o=>{const s=Lr(o);return s?Hr(s==="vh"?jr():s==="vw"?re(G(n)):r?n[`offset${L(e)}`]:ee(n)[e],o):o}):I(t)}const Mr=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Dr=N(t=>t.toString().replace(/\s/g,"").match(Mr)||[]),Rr=/(?:v[hw]|%)$/,Lr=N(t=>(t.match(Rr)||[])[0]);function Hr(t,e){return t*I(e)/100}let pt,k;function jr(){return pt||(k||(k=B("<div>"),l(k,{height:"100vh",position:"fixed"}),W(window,"resize",()=>pt=null)),lt(document.body,k),pt=k.clientHeight,kt(k),pt)}const mt=typeof window<"u",Wr=mt&&document.dir==="rtl",U=mt&&"ontouchstart"in window,tt=mt&&window.PointerEvent,Fr=tt?"pointerdown":U?"touchstart":"mousedown",Br=tt?"pointermove":U?"touchmove":"mousemove",qr=tt?"pointerup":U?"touchend":"mouseup",Xr=tt?"pointerenter":U?"":"mouseenter",Yr=tt?"pointerleave":U?"":"mouseleave",Jr=tt?"pointercancel":"touchcancel",T={reads:[],writes:[],read(t){return this.reads.push(t),ie(),t},write(t){return this.writes.push(t),ie(),t},clear(t){on(this.reads,t),on(this.writes,t)},flush:se};function se(t){rn(T.reads),rn(T.writes.splice(0)),T.scheduled=!1,(T.reads.length||T.writes.length)&&ie(t+1)}const Gr=4;function ie(t){T.scheduled||(T.scheduled=!0,t&&t<Gr?Promise.resolve().then(()=>se(t)):requestAnimationFrame(()=>se(1)))}function rn(t){let e;for(;e=t.shift();)try{e()}catch(n){console.error(n)}}function on(t,e){const n=t.indexOf(e);return~n&&t.splice(n,1)}function sn(){}sn.prototype={positions:[],init(){this.positions=[];let t;this.unbind=W(document,"mousemove",e=>t=Xe(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:n,right:r,top:o,bottom:s}=e,[i]=this.positions,a=Oe(this.positions),u=[i,a];return jt(a,e)?!1:[[{x:n,y:o},{x:r,y:s}],[{x:n,y:s},{x:r,y:o}]].some(d=>{const p=Kr(u,d);return p&&jt(p,e)})}};function Kr([{x:t,y:e},{x:n,y:r}],[{x:o,y:s},{x:i,y:a}]){const u=(a-s)*(n-t)-(i-o)*(r-e);if(u===0)return!1;const f=((i-o)*(e-s)-(a-s)*(t-o))/u;return f<0?!1:{x:t+f*(n-t),y:e+f*(r-e)}}function cn(t,e,n={},r=!0){const o=new IntersectionObserver(r?(s,i)=>{s.some(a=>a.isIntersecting)&&e(s,i)}:e,n);for(const s of h(t))o.observe(s);return o}const Zr=mt&&window.ResizeObserver;function an(t,e,n={box:"border-box"}){return Zr?un(ResizeObserver,t,e,n):(Qr(),gt.add(e),{observe:It,unobserve:It,disconnect(){gt.delete(e)}})}let gt;function Qr(){if(gt)return;gt=new Set;let t;const e=()=>{if(!t){t=!0,requestAnimationFrame(()=>t=!1);for(const n of gt)n()}};W(window,"load resize",e),W(document,"loadedmetadata load",e,!0)}function Vr(t,e,n){return un(MutationObserver,t,e,n)}function un(t,e,n,r){const o=new t(n);for(const s of h(e))o.observe(s,r);return o}function kr(t){if(Tt(t)&&ce(t,{func:"playVideo",method:"play"}),Ct(t))try{t.play().catch(It)}catch{}}function Ur(t){Tt(t)&&ce(t,{func:"pauseVideo",method:"pause"}),Ct(t)&&t.pause()}function to(t){Tt(t)&&ce(t,{func:"mute",method:"setVolume",value:0}),Ct(t)&&(t.muted=!0)}function eo(t){return Ct(t)||Tt(t)}function Ct(t){return Vt(t,"video")}function Tt(t){return Vt(t,"iframe")&&(fn(t)||dn(t))}function fn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function dn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function ce(t,e){await ro(t),hn(t,e)}function hn(t,e){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}catch{}}const ae="_ukPlayer";let no=0;function ro(t){if(t[ae])return t[ae];const e=fn(t),n=dn(t),r=++no;let o;return t[ae]=new Promise(s=>{e&&Q(t,"load",()=>{const i=()=>hn(t,{event:"listening",id:r});o=setInterval(i,100),i()}),Q(window,"message",s,!1,({data:i})=>{try{return i=JSON.parse(i),e&&(i==null?void 0:i.id)===r&&i.event==="onReady"||n&&Number(i==null?void 0:i.player_id)===r}catch{}}),t.src=`${t.src}${Y(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${r}`}`}).then(()=>clearInterval(o))}function oo(t,e=0,n=0){return _t(t)?Te(...ue(t).map(r=>{const{top:o,left:s,bottom:i,right:a}=S(r);return{top:o-e,left:s-n,bottom:i+e,right:a+n}}).concat(C(t))):!1}function so(t,{offset:e=0}={}){const n=_t(t)?Pt(t,!1,["hidden"]):[];return n.reduce((i,a,u)=>{const{scrollTop:f,scrollHeight:d,offsetHeight:p}=a,b=S(a),x=d-b.height,{height:P,top:R}=n[u-1]?S(n[u-1]):C(t);let O=Math.ceil(R-b.top-e+f);return e>0&&p<P+e?O+=e:e=0,O>x?(e-=O-x,O=x):O<0&&(e-=O,O=0),()=>r(a,O-f).then(i)},()=>Promise.resolve())();function r(i,a){return new Promise(u=>{const f=i.scrollTop,d=o(Math.abs(a)),p=Date.now();(function b(){const x=s(K((Date.now()-p)/d));i.scrollTop=f+a*x,x===1?u():requestAnimationFrame(b)})()})}function o(i){return 40*Math.pow(i,.375)}function s(i){return .5*(1-Math.cos(Math.PI*i))}}function io(t,e=0,n=0){if(!_t(t))return 0;const[r]=Pt(t,!0),{scrollHeight:o,scrollTop:s}=r,{height:i}=S(r),a=o-i,u=ne(t)[0]-ne(r)[0],f=Math.max(0,u-i+e),d=Math.min(a,u+t.offsetHeight-n);return K((s-f)/(d-f))}function Pt(t,e=!1,n=[]){const r=ln(t);let o=Xt(t).reverse();o=o.slice(o.indexOf(r)+1);const s=_e(o,i=>l(i,"position")==="fixed");return~s&&(o=o.slice(s)),[r].concat(o.filter(i=>l(i,"overflow").split(" ").some(a=>Y(["auto","scroll",...n],a))&&(!e||i.scrollHeight>S(i).height))).reverse()}function ue(t){return Pt(t,!1,["hidden","clip"])}function S(t){const e=G(t),{visualViewport:n,document:{documentElement:r}}=e;let o=t===ln(t)?e:t;if(J(o)&&n){let{height:i,width:a,scale:u,pageTop:f,pageLeft:d}=n;return i=Math.round(i*u),a=Math.round(a*u),{height:i,width:a,top:f,left:d,bottom:f+i,right:d+a}}let s=C(o);if(l(o,"display")==="inline")return s;for(let[i,a,u,f]of[["width","x","left","right"],["height","y","top","bottom"]])J(o)?o=r:s[u]+=I(l(o,`border-${u}-width`)),s[i]=s[a]=o[`client${L(i)}`],s[f]=s[i]+s[u];return s}function ln(t){return G(t).document.scrollingElement}const A=[["width","x","left","right"],["height","y","top","bottom"]];function co(t,e,n){n={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],placement:[],...n},$(e)||(e=[e,e]),C(t,pn(t,e,n))}function pn(t,e,n){const r=mn(t,e,n),{boundary:o,viewportOffset:s=0,placement:i}=n;let a=r;for(const[u,[f,,d,p]]of Object.entries(A)){const b=ao(t,e[u],s,o,u);if(Nt(r,b,u))continue;let x=0;if(i[u]==="flip"){const P=n.attach.target[u];if(P===p&&r[p]<=b[p]||P===d&&r[d]>=b[d])continue;x=fo(t,e,n,u)[d]-r[d];const R=uo(t,e[u],s,u);if(!Nt(fe(r,x,u),R,u)){if(Nt(r,R,u))continue;if(n.recursion)return!1;const O=ho(t,e,n);if(O&&Nt(O,R,1-u))return O;continue}}else if(i[u]==="shift"){const P=C(e[u]),{offset:R}=n;x=K(K(r[d],b[d],b[p]-r[f]),P[d]-r[f]+R[u],P[p]-R[u])-r[d]}a=fe(a,x,u)}return a}function mn(t,e,n){let{attach:r,offset:o}={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],...n},s=C(t);for(const[i,[a,,u,f]]of Object.entries(A)){const d=r.target[i]===r.element[i]?S(e[i]):C(e[i]);s=fe(s,d[u]-s[u]+gn(r.target[i],f,d[a])-gn(r.element[i],f,s[a])+ +o[i],i)}return s}function fe(t,e,n){const[,r,o,s]=A[n],i={...t};return i[o]=t[r]=t[o]+e,i[s]+=e,i}function gn(t,e,n){return t==="center"?n/2:t===e?n:0}function ao(t,e,n,r,o){let s=wn(...vn(t,e).map(S));return n&&(s[A[o][2]]+=n,s[A[o][3]]-=n),r&&(s=wn(s,C($(r)?r[o]:r))),s}function uo(t,e,n,r){const[o,s,i,a]=A[r],[u]=vn(t,e),f=S(u);return["auto","scroll"].includes(l(u,`overflow-${s}`))&&(f[i]-=u[`scroll${L(i)}`],f[a]=f[i]+u[`scroll${L(o)}`]),f[i]+=n,f[a]-=n,f}function vn(t,e){return ue(e).filter(n=>Et(t,n))}function wn(...t){let e={};for(const n of t)for(const[,,r,o]of A)e[r]=Math.max(e[r]||0,n[r]),e[o]=Math.min(...[e[o],n[o]].filter(Boolean));return e}function Nt(t,e,n){const[,,r,o]=A[n];return t[r]>=e[r]&&t[o]<=e[o]}function fo(t,e,{offset:n,attach:r},o){return mn(t,e,{attach:{element:bn(r.element,o),target:bn(r.target,o)},offset:lo(n,o)})}function ho(t,e,n){return pn(t,e,{...n,attach:{element:n.attach.element.map(xn).reverse(),target:n.attach.target.map(xn).reverse()},offset:n.offset.reverse(),placement:n.placement.reverse(),recursion:!0})}function bn(t,e){const n=[...t],r=A[e].indexOf(t[e]);return~r&&(n[e]=A[e][1-r%2+2]),n}function xn(t){for(let e=0;e<A.length;e++){const n=A[e].indexOf(t);if(~n)return A[1-e][n%2+2]}}function lo(t,e){return t=[...t],t[e]*=-1,t}var po=Object.freeze({__proto__:null,$:B,$$:te,Animation:Ir,Deferred:Vn,Dimensions:Zn,MouseTracker:sn,Transition:yr,addClass:V,after:Or,append:lt,apply:Ut,assign:St,attr:j,before:Qe,boxModelAdjust:oe,camelize:it,children:Me,clamp:K,closest:ft,createEvent:Be,css:l,data:Bt,dimensions:ee,each:$t,empty:Ze,endsWith:qn,escape:We,fastdom:T,filter:ze,find:Yt,findAll:dt,findIndex:_e,flipPosition:Sr,fragment:Ot,getEventPos:Xe,getIndex:Qn,getTargetedElement:nr,hasAttr:Ne,hasClass:Je,hasOwn:z,hasTouch:U,height:en,html:Er,hyphenate:st,inBrowser:mt,includes:Y,index:De,intersectRect:Te,isArray:$,isBoolean:Ee,isDocument:xt,isElement:ct,isEmpty:Ae,isEqual:Lt,isFocusable:er,isFunction:_,isInView:oo,isInput:tr,isNode:zt,isNumber:Dt,isNumeric:yt,isObject:M,isPlainObject:D,isRtl:Wr,isSameSiteAnchor:Re,isString:w,isTag:Vt,isTouch:mr,isUndefined:E,isVideo:eo,isVisible:_t,isVoidElement:Un,isWindow:J,last:Oe,matches:Z,memoize:N,mute:to,noop:It,observeIntersection:cn,observeMutation:Vr,observeResize:an,off:Fe,offset:C,offsetPosition:ne,offsetViewport:S,on:W,once:Q,overflowParents:ue,parent:ut,parents:Xt,pause:Ur,pick:Gn,play:kr,pointInRect:jt,pointerCancel:Jr,pointerDown:Fr,pointerEnter:Xr,pointerLeave:Yr,pointerMove:Br,pointerUp:qr,position:tn,positionAt:co,prepend:Ar,propName:Kt,query:rr,queryAll:or,ready:_r,remove:kt,removeAttr:Ft,removeClass:Zt,removeClasses:Ye,replaceClass:wr,scrollIntoView:so,scrollParents:Pt,scrolledOver:io,selFocusable:Se,selInput:qt,sortBy:Ce,startsWith:H,sumBy:Ht,swap:Yn,toArray:Xn,toBoolean:Rt,toEventTargets:Gt,toFloat:I,toNode:g,toNodes:h,toNumber:at,toPx:zr,toWindow:G,toggleClass:br,trigger:F,ucfirst:L,uniqueBy:Jn,unwrap:Tr,width:re,within:Et,wrapAll:Ve,wrapInner:Cr});function mo(t){t._observers=[],t._observerUpdates=new Map;for(const e of t.$options.observe||[])if(z(e,"handler"))yn(t,e);else for(const n in e)yn(t,e[n],n)}function de(t,...e){t._observers.push(...e)}function go(t){for(const e of t._observers)e==null||e.disconnect(),t._observerUpdates.delete(e)}function vo(t){for(const[e,n]of t._observerUpdates)n(e)}function yn(t,e,n){let{observe:r,target:o=t.$el,handler:s,options:i,filter:a,args:u}=D(e)?e:{type:n,handler:e};if(a&&!a.call(t,t))return;const f=_(o)?o.call(t,t):o;s=w(s)?t[s]:s.bind(t),_(i)&&(i=i.call(t,t));const d=r(f,s,i,u);_(o)&&$(f)&&d.unobserve&&t._observerUpdates.set(d,wo(t,o,f)),de(t,d)}function wo(t,e,n){return r=>{const o=e.call(t,t);Lt(n,o)||(n.forEach(s=>!Y(o,s)&&r.unobserve(s)),o.forEach(s=>!Y(n,s)&&r.observe(s)),n.splice(0,n.length,...o))}}function $n(t){if(t._watch)return;const e=!z(t,"_watch");t._watch=T.read(()=>{t._connected&&bo(t,e),t._watch=null})}function bo(t,e){const n={...t._computed};t._computed={};for(const[r,{watch:o,immediate:s}]of Object.entries(t.$options.computed||{}))o&&(e&&s||z(n,r)&&!Lt(n[r],t[r]))&&o.call(t,t[r],e?void 0:n[r]);vo(t)}function he(t,e="update"){t._connected&&((e==="update"||e==="resize")&&$n(t),t.$options.update&&(t._updates||(t._updates=new Set,T.read(()=>{t._connected&&xo(t,t._updates),delete t._updates})),t._updates.add(e.type||e)))}function xo(t,e){for(const{read:n,write:r,events:o=[]}of t.$options.update){if(!e.has("update")&&!o.some(i=>e.has(i)))continue;let s;n&&(s=n.call(t,t._data,e),s&&D(s)&&St(t._data,s)),r&&s!==!1&&T.write(()=>{t._connected&&r.call(t,t._data,e)})}}function yo(t){let{el:e,computed:n,observe:r}=t.$options;if(!n&&!(r!=null&&r.some(s=>_(s.target))))return;for(const s in n||{})if(n[s].document){e=e.ownerDocument;break}const o=new MutationObserver(()=>$n(t));o.observe(e,{childList:!0,subtree:!0}),de(t,o)}function $o(t){t._events=[];for(const e of t.$options.events||[])if(z(e,"handler"))le(t,e);else for(const n in e)le(t,e[n],n)}function Io(t){t._events.forEach(e=>e()),delete t._events}function le(t,e,n){let{name:r,el:o,handler:s,capture:i,passive:a,delegate:u,filter:f,self:d}=D(e)?e:{name:n,handler:e};if(o=_(o)?o.call(t,t):o||t.$el,$(o)){o.forEach(p=>le(t,{...e,el:p},n));return}!o||f&&!f.call(t)||t._events.push(W(o,r,u?w(u)?u:u.call(t,t):null,w(s)?t[s]:s.bind(t),{passive:a,capture:i,self:d}))}const y={};y.events=y.observe=y.created=y.beforeConnect=y.connected=y.beforeDisconnect=y.disconnected=y.destroy=pe,y.args=function(t,e){return e!==!1&&pe(e||t)},y.update=function(t,e){return Ce(pe(t,_(e)?{read:e}:e),"order")},y.props=function(t,e){if($(e)){const n={};for(const r of e)n[r]=String;e=n}return y.methods(t,e)},y.computed=y.methods=function(t,e){return e?t?{...t,...e}:e:t},y.i18n=y.data=function(t,e,n){return n?In(t,e,n):e?t?function(r){return In(t,e,r)}:e:t};function In(t,e,n){return y.computed(_(t)?t.call(n,n):t,_(e)?e.call(n,n):e)}function pe(t,e){return t=t&&!$(t)?[t]:t,e?t?t.concat(e):$(e)?e:[e]:t}function _o(t,e){return E(e)?t:e}function vt(t,e,n){const r={};if(_(e)&&(e=e.options),e.extends&&(t=vt(t,e.extends,n)),e.mixins)for(const s of e.mixins)t=vt(t,s,n);for(const s in t)o(s);for(const s in e)z(t,s)||o(s);function o(s){r[s]=(y[s]||_o)(t[s],e[s],n)}return r}function _n(t,e=[]){try{return t?H(t,"{")?JSON.parse(t):e.length&&!Y(t,":")?{[e[0]]:t}:t.split(";").reduce((n,r)=>{const[o,s]=r.split(/:(.*)/);return o&&!E(s)&&(n[o.trim()]=s.trim()),n},{}):{}}catch{return{}}}function me(t,e){return t===Boolean?Rt(e):t===Number?at(e):t==="list"?Eo(e):t===Object&&w(e)?_n(e):t?t(e):e}function Eo(t){return $(t)?t:w(t)?t.split(/,(?![^(]*\))/).map(e=>yt(e)?at(e):Rt(e.trim())):[t]}function Ao(t){const e=En(t.$options);for(let r in e)E(e[r])||(t.$props[r]=e[r]);const n=[t.$options.computed,t.$options.methods];for(let r in t.$props)r in e&&Oo(n,r)&&(t[r]=t.$props[r])}function En(t){const e={},{args:n=[],props:r={},el:o,id:s}=t;if(!r)return e;for(const a in r){const u=st(a);let f=Bt(o,u);E(f)||(f=r[a]===Boolean&&f===""?!0:me(r[a],f),!(u==="target"&&H(f,"_"))&&(e[a]=f))}const i=_n(Bt(o,s),n);for(const a in i){const u=it(a);E(r[u])||(e[u]=me(r[u],i[a]))}return e}function Oo(t,e){return t.every(n=>!n||!z(n,e))}function Co(t){const{$options:e,$props:n}=t,{id:r,attrs:o,props:s,el:i}=e;if(!s||o===!1)return;const a=$(o)?o:Object.keys(s),u=a.map(d=>st(d)).concat(r),f=new MutationObserver(d=>{const p=En(e);d.some(({attributeName:b})=>{const x=b.replace("data-","");return(x===r?a:[it(x),it(b)]).some(P=>!E(p[P])&&p[P]!==n[P])})&&t.$reset()});f.observe(i,{attributes:!0,attributeFilter:u.concat(u.map(d=>`data-${d}`))}),de(t,f)}function et(t,e){var n;(n=t.$options[e])==null||n.forEach(r=>r.call(t))}function An(t){t._connected||(t._data={},t._computed={},Ao(t),et(t,"beforeConnect"),t._connected=!0,$o(t),mo(t),Co(t),yo(t),et(t,"connected"),he(t))}function On(t){t._connected&&(et(t,"beforeDisconnect"),go(t),Io(t),et(t,"disconnected"),t._connected=!1,delete t._watch)}function To(t){const{computed:e}=t.$options;if(t._computed={},e)for(const n in e)Po(t,n,e[n])}function Po(t,e,n){Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:r,$props:o,$el:s}=t;return z(r,e)||(r[e]=(n.get||n).call(t,o,s)),r[e]},set(r){const{_computed:o}=t;o[e]=n.set?n.set.call(t,r):r,E(o[e])&&delete o[e]}})}let No=0;function Cn(t,e={}){e.data=Mo(e,t.constructor.options),t.$options=vt(t.constructor.options,e,t),t.$props={},t._uid=No++,So(t),zo(t),To(t),et(t,"created"),e.el&&t.$mount(e.el)}function So(t){const{data:e={}}=t.$options;for(const n in e)t.$props[n]=t[n]=e[n]}function zo(t){const{methods:e}=t.$options;if(e)for(const n in e)t[n]=e[n].bind(t)}function Mo({data:t={}},{args:e=[],props:n={}}){$(t)&&(t=t.slice(0,e.length).reduce((r,o,s)=>(D(o)?St(r,o):r[e[s]]=o,r),{}));for(const r in t)E(t[r])?delete t[r]:n[r]&&(t[r]=me(n[r],t[r]));return t}const m=function(t){Cn(this,t)};m.util=po,m.options={},m.version="3.16.6-dev.64eba8a3c";const Do="uk-",X="__uikit__",wt={};function Tn(t,e){var n;const r=Do+st(t);if(!e)return D(wt[r])&&(wt[r]=m.extend(wt[r])),wt[r];t=it(t),m[t]=(s,i)=>ge(t,s,i);const o=D(e)?{...e}:e.options;return o.id=r,o.name=t,(n=o.install)==null||n.call(o,m,o,t),m._initialized&&!o.functional&&requestAnimationFrame(()=>ge(t,`[${r}],[data-${r}]`)),wt[r]=o}function ge(t,e,n,...r){const o=Tn(t);return o.options.functional?new o({data:D(e)?e:[e,n,...r]}):e?te(e).map(s)[0]:s();function s(i){const a=we(i,t);if(a)if(n)a.$destroy();else return a;return new o({el:i,data:n})}}function ve(t){return(t==null?void 0:t[X])||{}}function we(t,e){return ve(t)[e]}function Ro(t,e){t[X]||(t[X]={}),t[X][e.$options.name]=e}function Lo(t,e){var n;(n=t[X])==null||delete n[e.$options.name],Ae(t[X])||delete t[X]}m.component=Tn,m.getComponents=ve,m.getComponent=we,m.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},m.mixin=function(t,e){e=(w(e)?this.component(e):e)||this,e.options=vt(e.options,t)},m.extend=function(t){t=t||{};const e=this,n=function(o){Cn(this,o)};return n.prototype=Object.create(e.prototype),n.prototype.constructor=n,n.options=vt(e.options,t),n.super=e,n.extend=e.extend,n};function Pn(t,e){t=t?g(t):document.body;for(const n of Xt(t).reverse())Nn(n,e);Ut(t,n=>Nn(n,e))}m.update=Pn;function Nn(t,e){const n=ve(t);for(const r in n)he(n[r],e)}let Sn;Object.defineProperty(m,"container",{get(){return Sn||document.body},set(t){Sn=B(t)}}),m.prototype.$mount=function(t){const e=this;Ro(t,e),e.$options.el=t,Et(t,document)&&An(e)},m.prototype.$destroy=function(t=!1){const e=this,{el:n}=e.$options;n&&On(e),et(e,"destroy"),Lo(n,e),t&&kt(e.$el)},m.prototype.$create=ge,m.prototype.$emit=function(t){he(this,t)},m.prototype.$update=function(t=this.$el,e){Pn(t,e)},m.prototype.$reset=function(){On(this),An(this)},m.prototype.$getComponent=we,Object.defineProperties(m.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(m,"container")});function be(t,e=t.$el,n=""){if(e.id)return e.id;let r=`${t.$options.id}-${t._uid}${n}`;return B(`#${r}`)&&(r=be(t,e,`${n}-2`)),r}var Ho={i18n:{next:"Next slide",previous:"Previous slide",slideX:"Slide %s",slideLabel:"%s of %s"},data:{selNav:!1},computed:{nav:{get({selNav:t},e){return c.$(t,e)},watch(t,e){c.attr(t,"role","tablist"),e&&this.$emit()},immediate:!0},selNavItem({attrItem:t}){return`[${t}],[data-${t}]`},navItems:{get(t,e){return c.$$(this.selNavItem,e)},watch(){this.$emit()}}},connected(){c.attr(this.$el,"aria-roledescription","carousel")},update:[{write(){this.slides.forEach((t,e)=>c.attr(t,{role:this.nav?"tabpanel":"group","aria-label":this.t("slideLabel",e+1,this.length),"aria-roledescription":this.nav?null:"slide"})),this.nav&&this.length!==this.nav.children.length&&c.html(this.nav,this.slides.map((t,e)=>`<li ${this.attrItem}="${e}"><a href></a></li>`).join("")),c.attr(c.children(this.nav).concat(this.list),"role","presentation");for(const t of this.navItems){const e=c.data(t,this.attrItem),n=c.$("a,button",t)||t;let r,o=null;if(c.isNumeric(e)){const s=c.toNumber(e),i=this.slides[s];i&&(i.id||(i.id=be(this,i,`-item-${e}`)),o=i.id),r=this.t("slideX",c.toFloat(e)+1),c.attr(n,"role","tab")}else this.list&&(this.list.id||(this.list.id=be(this,this.list,"-items")),o=this.list.id),r=this.t(e);c.attr(n,{"aria-controls":o,"aria-label":c.attr(n,"aria-label")||r})}}},{write(){this.navItems.concat(this.nav).forEach(t=>t&&(t.hidden=!this.maxIndex)),this.updateNav()},events:["resize"]}],events:[{name:"click keydown",delegate(){return this.selNavItem},handler(t){c.closest(t.target,"a,button")&&(t.type==="click"||t.keyCode===ot.SPACE)&&(t.preventDefault(),this.show(c.data(t.current,this.attrItem)))}},{name:"itemshow",handler:"updateNav"},{name:"keydown",delegate(){return this.selNavItem},handler(t){const{current:e,keyCode:n}=t,r=c.data(e,this.attrItem);if(!c.isNumeric(r))return;let o=n===ot.HOME?0:n===ot.END?"last":n===ot.LEFT?"previous":n===ot.RIGHT?"next":-1;~o&&(t.preventDefault(),this.show(o))}}],methods:{updateNav(){const t=this.getValidIndex();let e,n;for(const r of this.navItems){const o=c.data(r,this.attrItem),s=c.$("a,button",r)||r;if(c.isNumeric(o)){const a=c.toNumber(o)===t;c.toggleClass(r,this.clsActive,a),c.attr(s,{"aria-selected":a,tabindex:a?null:-1}),a&&(n=s),e=e||c.matches(s,":focus")}else c.toggleClass(r,"uk-invisible",this.finite&&(o==="previous"&&t===0||o==="next"&&t>=this.maxIndex));e&&n&&n.focus()}}}};const xe={passive:!1,capture:!0},zn={passive:!0,capture:!0},jo="touchstart mousedown",ye="touchmove mousemove",Mn="touchend touchcancel mouseup click input scroll";var Wo={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created(){for(const t of["start","move","end"]){const e=this[t];this[t]=n=>{const r=c.getEventPos(n).x*(c.isRtl?-1:1);this.prevPos=r===this.pos?this.prevPos:this.pos,this.pos=r,e(n)}}},events:[{name:jo,passive:!0,delegate(){return`${this.selList} > *`},handler(t){!this.draggable||!c.isTouch(t)&&Fo(t.target)||c.closest(t.target,c.selInput)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler(t){t.preventDefault()}},{name:ye,el(){return this.list},handler:c.noop,...xe}],methods:{start(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,c.on(document,ye,this.move,xe),c.on(document,Mn,this.end,zn),c.css(this.list,"userSelect","none")},move(t){const e=this.pos-this.drag;if(e===0||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)return;c.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;const{slides:n}=this;let{prevIndex:r}=this,o=Math.abs(e),s=this.getIndex(r+this.dir,r),i=this._getDistance(r,s)||n[r].offsetWidth;for(;s!==r&&o>i;)this.drag-=i*this.dir,r=s,o-=i,s=this.getIndex(r+this.dir,r),i=this._getDistance(r,s)||n[r].offsetWidth;this.percent=o/i;const a=n[r],u=n[s],f=this.index!==s,d=r===s;let p;[this.index,this.prevIndex].filter(b=>!c.includes([s,r],b)).forEach(b=>{c.trigger(n[b],"itemhidden",[this]),d&&(p=!0,this.prevIndex=r)}),(this.index===r&&this.prevIndex!==r||p)&&c.trigger(n[this.index],"itemshown",[this]),f&&(this.prevIndex=r,this.index=s,!d&&c.trigger(a,"beforeitemhide",[this]),c.trigger(u,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!d&&u),f&&(!d&&c.trigger(a,"itemhide",[this]),c.trigger(u,"itemshow",[this]))},end(){if(c.off(document,ye,this.move,xe),c.off(document,Mn,this.end,zn),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{const t=(c.isRtl?this.dir*(c.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}c.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}};function Fo(t){return c.css(t,"userSelect")!=="none"&&c.toNodes(t.childNodes).some(e=>e.nodeType===3&&e.textContent.trim())}var Bo={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected(){c.attr(this.list,"aria-live","polite"),this.autoplay&&this.startAutoplay()},disconnected(){this.stopAutoplay()},update(){c.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el(){return document},filter(){return this.autoplay},handler(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:`${c.pointerEnter} focusin`,filter(){return this.autoplay},handler(t){(t.type!==c.pointerEnter||this.pauseOnHover)&&this.stopAutoplay()}},{name:`${c.pointerLeave} focusout`,filter(){return this.autoplay},handler(t){(t.type!==c.pointerLeave||this.pauseOnHover)&&this.startAutoplay()}}],methods:{startAutoplay(){this.draggable&&c.matches(this.$el,":focus-within")||this.pauseOnHover&&c.matches(this.$el,":hover")||(this.stopAutoplay(),this.interval=setInterval(()=>!this.stack.length&&this.show("next"),this.autoplayInterval),c.attr(this.list,"aria-live","off"))},stopAutoplay(){clearInterval(this.interval),c.attr(this.list,"aria-live","polite")}}};function qo(t){return Dn(an,t,"resize")}function Xo(t){return Dn(cn,t)}function Yo(t={}){return Xo({handler:function(e,n){const{targets:r=this.$el,preload:o=5}=t;for(const s of h(_(r)?r(this):r))te('[loading="lazy"]',s).slice(0,o-1).forEach(i=>Ft(i,"loading"));for(const s of e.filter(({isIntersecting:i})=>i).map(({target:i})=>i))n.unobserve(s)},...t})}function Dn(t,e,n){return{observe:t,handler(){this.$emit(n)},...e}}var Jo={mixins:[Bo,Wo,Ho,Hn],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:()=>({easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}),connected(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected(){c.removeClass(this.slides,this.clsActive)},computed:{duration({velocity:t},e){return Ko(e.offsetWidth/t)},list({selList:t},e){return c.$(t,e)},maxIndex(){return this.length-1},slides:{get(){return c.children(this.list)},watch(){this.$emit()}},length(){return this.slides.length}},observe:qo(),methods:{show(t,e=!1){var n;if(this.dragging||!this.length)return;const{stack:r}=this,o=e?0:r.length,s=()=>{r.splice(o,1),r.length&&this.show(r.shift(),!0)};if(r[e?"unshift":"push"](t),!e&&r.length>1){r.length===2&&((n=this._transitioner)==null||n.forward(Math.min(this.duration,200)));return}const i=this.getIndex(this.index),a=c.hasClass(this.slides,this.clsActive)&&this.slides[i],u=this.getIndex(t,this.index),f=this.slides[u];if(a===f){s();return}if(this.dir=Go(t,i),this.prevIndex=i,this.index=u,a&&!c.trigger(a,"beforeitemhide",[this])||!c.trigger(f,"beforeitemshow",[this,a])){this.index=this.prevIndex,s();return}const d=this._show(a,f,e).then(()=>{a&&c.trigger(a,"itemhidden",[this]),c.trigger(f,"itemshown",[this]),r.shift(),this._transitioner=null,requestAnimationFrame(()=>r.length&&this.show(r.shift(),!0))});return a&&c.trigger(a,"itemhide",[this]),c.trigger(f,"itemshow",[this]),d},getIndex(t=this.index,e=this.index){return c.clamp(c.getIndex(t,this.slides,e,this.finite),0,Math.max(0,this.maxIndex))},getValidIndex(t=this.index,e=this.prevIndex){return this.getIndex(t,e)},_show(t,e,n){if(this._transitioner=this._getTransitioner(t,e,this.dir,{easing:n?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing,...this.transitionOptions}),!n&&!t)return this._translate(1),Promise.resolve();const{length:r}=this.stack;return this._transitioner[r>1?"forward":"show"](r>1?Math.min(this.duration,75+75/(r-1)):this.duration,this.percent)},_getDistance(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate(t,e=this.prevIndex,n=this.index){const r=this._getTransitioner(e===n?!1:e,n);return r.translate(t),r},_getTransitioner(t=this.prevIndex,e=this.index,n=this.dir||1,r=this.transitionOptions){return new this.Transitioner(c.isNumber(t)?this.slides[t]:t,c.isNumber(e)?this.slides[e]:e,n*(c.isRtl?-1:1),r)}}};function Go(t,e){return t==="next"?1:t==="previous"||t<e?-1:1}function Ko(t){return .5*t+300}var Zo={mixins:[Jo],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:$e,Transitioner:Ln},computed:{animation({animation:t,Animations:e}){return{...e[t]||e.slide,name:t}},transitionOptions(){return{animation:this.animation}}},events:{beforeitemshow({target:t}){c.addClass(t,this.clsActive)},itemshown({target:t}){c.addClass(t,this.clsActivated)},itemhidden({target:t}){c.removeClass(t,this.clsActive,this.clsActivated)}}},Qo={...$e,fade:{show(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent(t){return 1-c.css(t,"opacity")},translate(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show(){return[{opacity:0,transform:Ie(1+.5),zIndex:0},{zIndex:-1}]},percent(t){return 1-c.css(t,"opacity")},translate(t){return[{opacity:1-t,transform:Ie(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show(t){return t<0?[{transform:v(30),zIndex:-1},{transform:v(),zIndex:0}]:[{transform:v(-100),zIndex:0},{transform:v(),zIndex:-1}]},percent(t,e,n){return n<0?1-rt(e):rt(t)},translate(t,e){return e<0?[{transform:v(30*t),zIndex:-1},{transform:v(-100*(1-t)),zIndex:0}]:[{transform:v(-t*100),zIndex:0},{transform:v(30*(1-t)),zIndex:-1}]}},push:{show(t){return t<0?[{transform:v(100),zIndex:0},{transform:v(),zIndex:-1}]:[{transform:v(-30),zIndex:-1},{transform:v(),zIndex:0}]},percent(t,e,n){return n>0?1-rt(e):rt(t)},translate(t,e){return e<0?[{transform:v(t*100),zIndex:0},{transform:v(-30*(1-t)),zIndex:-1}]:[{transform:v(-30*t),zIndex:-1},{transform:v(100*(1-t)),zIndex:0}]}}},Vo={update:{write(){if(this.stack.length||this.dragging)return;const t=this.getValidIndex(this.index);!~this.prevIndex||this.index!==t?this.show(t):this._translate(1,this.prevIndex,this.index)},events:["resize"]}},ko={observe:Yo({target:({slides:t})=>t,targets:t=>t.getAdjacentSlides()})},Rn={mixins:[nt,Zo,Vo,ko],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Qo},update:{read(){if(!this.list)return!1;let[t,e]=this.ratio.split(":").map(Number);return e=e*this.list.offsetWidth/t||0,this.minHeight&&(e=Math.max(this.minHeight,e)),this.maxHeight&&(e=Math.min(this.maxHeight,e)),{height:e-c.boxModelAdjust(this.list,"height","content-box")}},write({height:t}){t>0&&c.css(this.list,"minHeight",t)},events:["resize"]},methods:{getAdjacentSlides(){return[1,-1].map(t=>this.slides[this.getIndex(this.index+t)])}}};return typeof window<"u"&&window.UIkit&&window.UIkit.component("slideshow",Rn),Rn});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1 +1 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(s,v){typeof exports=="object"&&typeof module<"u"?module.exports=v(require("uikit-util")):typeof define=="function"&&define.amd?define("uikitsortable",["uikit-util"],v):(s=typeof globalThis<"u"?globalThis:s||self,s.UIkitSortable=v(s.UIkit.util))})(this,function(s){"use strict";const v=/\B([A-Z])/g,ie=y(e=>e.replace(v,"-$1").toLowerCase()),B=y(e=>e.charAt(0).toUpperCase()+e.slice(1));function D(e,n){var t;return(t=e==null?void 0:e.startsWith)==null?void 0:t.call(e,n)}const{isArray:E,from:cn}=Array;function N(e){return typeof e=="function"}function x(e){return e!==null&&typeof e=="object"}function L(e){return x(e)&&e===e.window}function fe(e){return z(e)===9}function M(e){return z(e)>=1}function he(e){return z(e)===1}function z(e){return!L(e)&&x(e)&&e.nodeType}function b(e){return typeof e=="string"}function O(e){return typeof e=="number"}function de(e){return O(e)||b(e)&&!isNaN(e-parseFloat(e))}function A(e){return e===void 0}function S(e){return parseFloat(e)||0}function g(e){return p(e)[0]}function p(e){return M(e)?[e]:Array.from(e||[]).filter(M)}function ue(e,n){for(const t in e)if(n(e[t],t)===!1)return!1;return!0}function le(e,n){return e.reduce((t,o)=>t+S(N(n)?n(o):o[n]),0)}function H(){}function y(e){const n=Object.create(null);return t=>n[t]||(n[t]=e(t))}function I(e,n,t){var o;if(x(n)){for(const r in n)I(e,r,n[r]);return}if(A(t))return(o=g(e))==null?void 0:o.getAttribute(n);for(const r of p(e))N(t)&&(t=t.call(r,I(r,n))),t===null?pe(r,n):r.setAttribute(n,t)}function pe(e,n){p(e).forEach(t=>t.removeAttribute(n))}function V(e){var n;return(n=g(e))==null?void 0:n.parentElement}function me(e,n){return p(e).filter(t=>W(t,n))}function W(e,n){return p(e).some(t=>t.matches(n))}function T(e,n){return he(e)?e.closest(D(n,">")?n.slice(1):n):p(e).map(t=>T(t,n)).filter(Boolean)}function ge(e,n){return b(n)?!!T(e,n):g(n).contains(g(e))}function be(e,n){e=g(e);const t=e?p(e.children):[];return n?me(t,n):t}function we(e,n){return n?p(e).indexOf(g(n)):be(V(e)).indexOf(e)}function q(e,n){return p(Se(e,g(n),"querySelectorAll"))}const ye=/(^|[^\\],)\s*[!>+~-]/,ve=y(e=>e.match(ye)),Ce=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,xe=y(e=>e.replace(Ce,"$1 *"));function Se(e,n=document,t){if(!e||!b(e))return e;if(e=xe(e),ve(e)){const o=$e(e);e="";for(let r of o){let c=n;if(r[0]==="!"){const a=r.substr(1).trim().split(" ");if(c=T(V(n),a[0]),r=a.slice(1).join(" ").trim(),!r.length&&o.length===1)return c}if(r[0]==="-"){const a=r.substr(1).trim().split(" "),i=(c||n).previousElementSibling;c=W(i,r.substr(1))?i:null,r=a.slice(1).join(" ")}c&&(e+=`${e?",":""}${Pe(c)} ${r}`)}n=document}try{return n[t](e)}catch{return null}}const Te=/.*?[^\\](?:,|$)/g,$e=y(e=>e.match(Te).map(n=>n.replace(/,$/,"").trim()));function Pe(e){const n=[];for(;e.parentNode;){const t=I(e,"id");if(t){n.unshift(`#${Ee(t)}`);break}else{let{tagName:o}=e;o!=="HTML"&&(o+=`:nth-child(${we(e)+1})`),n.unshift(o),e=e.parentNode}}return n.join(" > ")}function Ee(e){return b(e)?CSS.escape(e):""}function j(...e){let[n,t,o,r,c=!1]=_(e);r.length>1&&(r=Ae(r)),c!=null&&c.self&&(r=Ie(r)),o&&(r=ze(o,r));for(const a of t)for(const i of n)i.addEventListener(a,r,c);return()=>Ne(n,t,r,c)}function Ne(...e){let[n,t,,o,r=!1]=_(e);for(const c of t)for(const a of n)a.removeEventListener(c,o,r)}function _(e){return e[0]=Fe(e[0]),b(e[1])&&(e[1]=e[1].split(" ")),N(e[2])&&e.splice(2,0,!1),e}function ze(e,n){return t=>{const o=e[0]===">"?q(e,t.currentTarget).reverse().filter(r=>ge(t.target,r))[0]:T(t.target,e);o&&(t.current=o,n.call(this,t),delete t.current)}}function Ae(e){return n=>E(n.detail)?e(n,...n.detail):e(n)}function Ie(e){return function(n){if(n.target===n.currentTarget||n.target===n.current)return e.call(null,n)}}function Z(e){return e&&"addEventListener"in e}function Re(e){return Z(e)?e:g(e)}function Fe(e){return E(e)?e.map(Re).filter(Boolean):b(e)?q(e):Z(e)?[e]:p(e)}const Be={"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 w(e,n,t,o){const r=p(e);for(const c of r)if(b(n)){if(n=De(n),A(t))return getComputedStyle(c).getPropertyValue(n);c.style.setProperty(n,de(t)&&!Be[n]?`${t}px`:t||O(t)?t:"",o)}else if(E(n)){const a={};for(const i of n)a[i]=w(c,i);return a}else x(n)&&(o=t,ue(n,(a,i)=>w(c,i,a,o)));return r[0]}const De=y(e=>Le(e));function Le(e){if(D(e,"--"))return e;e=ie(e);const{style:n}=document.documentElement;if(e in n)return e;for(const t of["webkit","moz"]){const o=`-${t}-${e}`;if(o in n)return o}}const Me={width:["left","right"],height:["top","bottom"]};G("height"),G("width");function G(e){const n=B(e);return(t,o)=>{if(A(o)){if(L(t))return t[`inner${n}`];if(fe(t)){const r=t.documentElement;return Math.max(r[`offset${n}`],r[`scroll${n}`])}return t=g(t),o=w(t,e),o=o==="auto"?t[`offset${n}`]:S(o)||0,o-J(t,e)}else return w(t,e,!o&&o!==0?"":+o+J(t,e)+"px")}}function J(e,n,t="border-box"){return w(e,"boxSizing")===t?le(Me[n].map(B),o=>S(w(e,`padding${o}`))+S(w(e,`border${o}Width`))):0}const Oe=typeof window<"u"&&window.ResizeObserver;function He(e,n,t={box:"border-box"}){return Oe?K(ResizeObserver,e,n,t):(Ve(),C.add(n),{observe:H,unobserve:H,disconnect(){C.delete(n)}})}let C;function Ve(){if(C)return;C=new Set;let e;const n=()=>{if(!e){e=!0,requestAnimationFrame(()=>e=!1);for(const t of C)t()}};j(window,"load resize",n),j(document,"loadedmetadata load",n,!0)}function We(e,n,t){return K(MutationObserver,e,n,t)}function K(e,n,t,o){const r=new e(t);for(const c of p(n))r.observe(c,o);return r}function qe(e){return Q(He,e,"resize")}function je(e){return Q(We,e)}function Q(e,n,t){return{observe:e,handler(){this.$emit(t)},...n}}je({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),qe({target:({$el:e})=>[e,...s.toArray(e.children)]});function X(e){return Y(e,"top","bottom")}function _e(e){const n=[];for(const t of e){const o=Y(t,"left","right");for(let r=0;r<o.length;r++)n[r]=n[r]?n[r].concat(o[r]):o[r]}return s.isRtl?n.reverse():n}function Y(e,n,t){const o=[[]];for(const r of e){if(!s.isVisible(r))continue;let c=$(r);for(let a=o.length-1;a>=0;a--){const i=o[a];if(!i[0]){i.push(r);break}let f;if(i[0].offsetParent===r.offsetParent?f=$(i[0]):(c=$(r,!0),f=$(i[0],!0)),c[n]>=f[t]-1&&c[n]!==f[n]){o.push([r]);break}if(c[t]-1>f[n]||c[n]===f[n]){i.push(r);break}if(a===0){o.unshift([r]);break}}}return o}function $(e,n=!1){let{offsetTop:t,offsetLeft:o,offsetHeight:r,offsetWidth:c}=e;return n&&([t,o]=s.offsetPosition(e)),{top:t,left:o,bottom:t+r,right:o+c}}const R="uk-transition-leave",F="uk-transition-enter";function k(e,n,t,o=0){const r=P(n,!0),c={opacity:1},a={opacity:0},i=d=>()=>r===P(n)?d():Promise.reject(),f=i(async()=>{s.addClass(n,R),await Promise.all(ee(n).map((d,m)=>new Promise(h=>setTimeout(()=>s.Transition.start(d,a,t/2,"ease").then(h),m*o)))),s.removeClass(n,R)}),u=i(async()=>{const d=s.height(n);s.addClass(n,F),e(),s.css(s.children(n),{opacity:0}),await Ze();const m=s.children(n),h=s.height(n);s.css(n,"alignContent","flex-start"),s.height(n,d);const l=ee(n);s.css(m,a);const ae=l.map(async(on,rn)=>{await Ge(rn*o),await s.Transition.start(on,c,t/2,"ease")});d!==h&&ae.push(s.Transition.start(n,{height:h},t/2+l.length*o,"ease")),await Promise.all(ae).then(()=>{s.removeClass(n,F),r===P(n)&&(s.css(n,{height:"",alignContent:""}),s.css(m,{opacity:""}),delete n.dataset.transition)})});return s.hasClass(n,R)?U(n).then(u):s.hasClass(n,F)?U(n).then(f).then(u):f().then(u)}function P(e,n){return n&&(e.dataset.transition=1+P(e)),s.toNumber(e.dataset.transition)||0}function U(e){return Promise.all(s.children(e).filter(s.Transition.inProgress).map(n=>new Promise(t=>s.once(n,"transitionend transitioncanceled",t))))}function ee(e){return X(s.children(e)).reduce((n,t)=>n.concat(s.sortBy(t.filter(o=>s.isInView(o)),"offsetLeft")),[])}function Ze(){return new Promise(e=>requestAnimationFrame(e))}function Ge(e){return new Promise(n=>setTimeout(n,e))}async function Je(e,n,t){await se();let o=s.children(n);const r=o.map(h=>ne(h,!0)),c={...s.css(n,["height","padding"]),display:"block"};await Promise.all(o.concat(n).map(s.Transition.cancel)),e(),o=o.concat(s.children(n).filter(h=>!s.includes(o,h))),await Promise.resolve(),s.fastdom.flush();const a=s.attr(n,"style"),i=s.css(n,["height","padding"]),[f,u]=Ke(n,o,r),d=o.map(h=>({style:s.attr(h,"style")}));o.forEach((h,l)=>u[l]&&s.css(h,u[l])),s.css(n,c),s.trigger(n,"scroll"),s.fastdom.flush(),await se();const m=o.map((h,l)=>s.parent(h)===n&&s.Transition.start(h,f[l],t,"ease")).concat(s.Transition.start(n,i,t,"ease"));try{await Promise.all(m),o.forEach((h,l)=>{s.attr(h,d[l]),s.parent(h)===n&&s.css(h,"display",f[l].opacity===0?"none":"")}),s.attr(n,"style",a)}catch{s.attr(o,"style",""),Qe(n,c)}}function ne(e,n){const t=s.css(e,"zIndex");return s.isVisible(e)?{display:"",opacity:n?s.css(e,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:t==="auto"?s.index(e):t,...te(e)}:!1}function Ke(e,n,t){const o=n.map((c,a)=>s.parent(c)&&a in t?t[a]?s.isVisible(c)?te(c):{opacity:0}:{opacity:s.isVisible(c)?1:0}:!1),r=o.map((c,a)=>{const i=s.parent(n[a])===e&&(t[a]||ne(n[a]));if(!i)return!1;if(!c)delete i.opacity;else if(!("opacity"in c)){const{opacity:f}=i;f%1?c.opacity=1:delete i.opacity}return i});return[o,r]}function Qe(e,n){for(const t in n)s.css(e,t,"")}function te(e){const{height:n,width:t}=s.offset(e);return{height:n,width:t,transform:"",...s.position(e),...s.css(e,["marginTop","marginLeft"])}}function se(){return new Promise(e=>requestAnimationFrame(e))}var Xe={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(e,n=this.$el){const t=this.animation;return(t==="fade"?k:t==="delayed-fade"?(...r)=>k(...r,40):t?Je:()=>(e(),Promise.resolve()))(e,n,this.duration).catch(s.noop)}}},Ye={connected(){s.addClass(this.$el,this.$options.id)}},oe={mixins:[Ye,Xe],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},created(){for(const e of["init","start","move","end"]){const n=this[e];this[e]=t=>{s.assign(this.pos,s.getEventPos(t)),n(t)}}},events:{name:s.pointerDown,passive:!1,handler:"init"},computed:{target(){return(this.$el.tBodies||[this.$el])[0]},items(){return s.children(this.target)},isEmpty:{get(){return s.isEmpty(this.items)},watch(e){s.toggleClass(this.target,this.clsEmpty,e)},immediate:!0},handles:{get({handle:e},n){return e?s.$$(e,n):this.items},watch(e,n){s.css(n,{touchAction:"",userSelect:""}),s.css(e,{touchAction:s.hasTouch?"none":"",userSelect:"none"})},immediate:!0}},update:{write(e){if(!this.drag||!s.parent(this.placeholder))return;const{pos:{x:n,y:t},origin:{offsetTop:o,offsetLeft:r},placeholder:c}=this;s.css(this.drag,{top:t-o,left:n-r});const a=this.getSortable(document.elementFromPoint(n,t));if(!a)return;const{items:i}=a;if(i.some(s.Transition.inProgress))return;const f=nn(i,{x:n,y:t});if(i.length&&(!f||f===c))return;const u=this.getSortable(c),d=tn(a.target,f,c,n,t,a===u&&e.moved!==f);d!==!1&&(d&&c===d||(a!==u?(u.remove(c),e.moved=f):delete e.moved,a.insert(c,d),this.touched.add(a)))},events:["move"]},methods:{init(e){const{target:n,button:t,defaultPrevented:o}=e,[r]=this.items.filter(c=>s.within(n,c));!r||o||t>0||s.isInput(n)||s.within(n,`.${this.clsNoDrag}`)||this.handle&&!s.within(n,this.handle)||(e.preventDefault(),this.touched=new Set([this]),this.placeholder=r,this.origin={target:n,index:s.index(r),...this.pos},s.on(document,s.pointerMove,this.move),s.on(document,s.pointerUp,this.end),this.threshold||this.start(e))},start(e){this.drag=en(this.$container,this.placeholder);const{left:n,top:t}=this.placeholder.getBoundingClientRect();s.assign(this.origin,{offsetLeft:this.pos.x-n,offsetTop:this.pos.y-t}),s.addClass(this.drag,this.clsDrag,this.clsCustom),s.addClass(this.placeholder,this.clsPlaceholder),s.addClass(this.items,this.clsItem),s.addClass(document.documentElement,this.clsDragState),s.trigger(this.$el,"start",[this,this.placeholder]),ke(this.pos),this.move(e)},move(e){this.drag?this.$emit("move"):(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(e)},end(){if(s.off(document,s.pointerMove,this.move),s.off(document,s.pointerUp,this.end),!this.drag)return;Ue();const e=this.getSortable(this.placeholder);this===e?this.origin.index!==s.index(this.placeholder)&&s.trigger(this.$el,"moved",[this,this.placeholder]):(s.trigger(e.$el,"added",[e,this.placeholder]),s.trigger(this.$el,"removed",[this,this.placeholder])),s.trigger(this.$el,"stop",[this,this.placeholder]),s.remove(this.drag),this.drag=null;for(const{clsPlaceholder:n,clsItem:t}of this.touched)for(const o of this.touched)s.removeClass(o.items,n,t);this.touched=null,s.removeClass(document.documentElement,this.clsDragState)},insert(e,n){s.addClass(this.items,this.clsItem);const t=()=>n?s.before(n,e):s.append(this.target,e);this.animate(t)},remove(e){s.within(e,this.target)&&this.animate(()=>s.remove(e))},getSortable(e){do{const n=this.$getComponent(e,"sortable");if(n&&(n===this||this.group!==!1&&n.group===this.group))return n}while(e=s.parent(e))}}};let re;function ke(e){let n=Date.now();re=setInterval(()=>{let{x:t,y:o}=e;o+=document.scrollingElement.scrollTop;const r=(Date.now()-n)*.3;n=Date.now(),s.scrollParents(document.elementFromPoint(t,e.y)).reverse().some(c=>{let{scrollTop:a,scrollHeight:i}=c;const{top:f,bottom:u,height:d}=s.offsetViewport(c);if(f<o&&f+35>o)a-=r;else if(u>o&&u-35<o)a+=r;else return;if(a>0&&a<i-d)return c.scrollTop=a,!0})},15)}function Ue(){clearInterval(re)}function en(e,n){let t;if(s.isTag(n,"li","tr")){t=s.$("<div>"),s.append(t,n.cloneNode(!0).children);for(const o of n.getAttributeNames())s.attr(t,o,n.getAttribute(o))}else t=n.cloneNode(!0);return s.append(e,t),s.css(t,"margin","0","important"),s.css(t,{boxSizing:"border-box",width:n.offsetWidth,height:n.offsetHeight,padding:s.css(n,"padding")}),s.height(t.firstElementChild,s.height(n.firstElementChild)),t}function nn(e,n){return e[s.findIndex(e,t=>s.pointInRect(n,t.getBoundingClientRect()))]}function tn(e,n,t,o,r,c){if(!s.children(e).length)return;const a=n.getBoundingClientRect();if(!c)return sn(e,t)||r<a.top+a.height/2?n:n.nextElementSibling;const i=t.getBoundingClientRect(),f=ce([a.top,a.bottom],[i.top,i.bottom]),[u,d,m,h]=f?[o,"width","left","right"]:[r,"height","top","bottom"],l=i[d]<a[d]?a[d]-i[d]:0;return i[m]<a[m]?l&&u<a[m]+l?!1:n.nextElementSibling:l&&u>a[h]-l?!1:n}function sn(e,n){const t=s.children(e).length===1;t&&s.append(e,n);const o=s.children(e),r=o.some((c,a)=>{const i=c.getBoundingClientRect();return o.slice(a+1).some(f=>{const u=f.getBoundingClientRect();return!ce([i.left,i.right],[u.left,u.right])})});return t&&s.remove(n),r}function ce(e,n){return e[1]>n[0]&&n[1]>e[0]}return typeof window<"u"&&window.UIkit&&window.UIkit.component("sortable",oe),oe});
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(s,v){typeof exports=="object"&&typeof module<"u"?module.exports=v(require("uikit-util")):typeof define=="function"&&define.amd?define("uikitsortable",["uikit-util"],v):(s=typeof globalThis<"u"?globalThis:s||self,s.UIkitSortable=v(s.UIkit.util))})(this,function(s){"use strict";const v=/\B([A-Z])/g,ie=y(e=>e.replace(v,"-$1").toLowerCase()),B=y(e=>e.charAt(0).toUpperCase()+e.slice(1));function D(e,n){var t;return(t=e==null?void 0:e.startsWith)==null?void 0:t.call(e,n)}const{isArray:E,from:cn}=Array;function N(e){return typeof e=="function"}function x(e){return e!==null&&typeof e=="object"}function L(e){return x(e)&&e===e.window}function fe(e){return z(e)===9}function M(e){return z(e)>=1}function he(e){return z(e)===1}function z(e){return!L(e)&&x(e)&&e.nodeType}function b(e){return typeof e=="string"}function O(e){return typeof e=="number"}function de(e){return O(e)||b(e)&&!isNaN(e-parseFloat(e))}function A(e){return e===void 0}function S(e){return parseFloat(e)||0}function g(e){return p(e)[0]}function p(e){return M(e)?[e]:Array.from(e||[]).filter(M)}function ue(e,n){for(const t in e)if(n(e[t],t)===!1)return!1;return!0}function le(e,n){return e.reduce((t,o)=>t+S(N(n)?n(o):o[n]),0)}function H(){}function y(e){const n=Object.create(null);return t=>n[t]||(n[t]=e(t))}function I(e,n,t){var o;if(x(n)){for(const r in n)I(e,r,n[r]);return}if(A(t))return(o=g(e))==null?void 0:o.getAttribute(n);for(const r of p(e))N(t)&&(t=t.call(r,I(r,n))),t===null?pe(r,n):r.setAttribute(n,t)}function pe(e,n){p(e).forEach(t=>t.removeAttribute(n))}function V(e){var n;return(n=g(e))==null?void 0:n.parentElement}function me(e,n){return p(e).filter(t=>W(t,n))}function W(e,n){return p(e).some(t=>t.matches(n))}function T(e,n){return he(e)?e.closest(D(n,">")?n.slice(1):n):p(e).map(t=>T(t,n)).filter(Boolean)}function ge(e,n){return b(n)?!!T(e,n):g(n).contains(g(e))}function be(e,n){e=g(e);const t=e?p(e.children):[];return n?me(t,n):t}function we(e,n){return n?p(e).indexOf(g(n)):be(V(e)).indexOf(e)}function q(e,n){return p(Se(e,g(n),"querySelectorAll"))}const ye=/(^|[^\\],)\s*[!>+~-]/,ve=y(e=>e.match(ye)),Ce=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,xe=y(e=>e.replace(Ce,"$1 *"));function Se(e,n=document,t){if(!e||!b(e))return e;if(e=xe(e),ve(e)){const o=$e(e);e="";for(let r of o){let c=n;if(r[0]==="!"){const a=r.substr(1).trim().split(" ");if(c=T(V(n),a[0]),r=a.slice(1).join(" ").trim(),!r.length&&o.length===1)return c}if(r[0]==="-"){const a=r.substr(1).trim().split(" "),i=(c||n).previousElementSibling;c=W(i,r.substr(1))?i:null,r=a.slice(1).join(" ")}c&&(e+=`${e?",":""}${Pe(c)} ${r}`)}n=document}try{return n[t](e)}catch{return null}}const Te=/.*?[^\\](?:,|$)/g,$e=y(e=>e.match(Te).map(n=>n.replace(/,$/,"").trim()));function Pe(e){const n=[];for(;e.parentNode;){const t=I(e,"id");if(t){n.unshift(`#${Ee(t)}`);break}else{let{tagName:o}=e;o!=="HTML"&&(o+=`:nth-child(${we(e)+1})`),n.unshift(o),e=e.parentNode}}return n.join(" > ")}function Ee(e){return b(e)?CSS.escape(e):""}function j(...e){let[n,t,o,r,c=!1]=_(e);r.length>1&&(r=Ae(r)),c!=null&&c.self&&(r=Ie(r)),o&&(r=ze(o,r));for(const a of t)for(const i of n)i.addEventListener(a,r,c);return()=>Ne(n,t,r,c)}function Ne(...e){let[n,t,,o,r=!1]=_(e);for(const c of t)for(const a of n)a.removeEventListener(c,o,r)}function _(e){return e[0]=Fe(e[0]),b(e[1])&&(e[1]=e[1].split(" ")),N(e[2])&&e.splice(2,0,!1),e}function ze(e,n){return t=>{const o=e[0]===">"?q(e,t.currentTarget).reverse().filter(r=>ge(t.target,r))[0]:T(t.target,e);o&&(t.current=o,n.call(this,t),delete t.current)}}function Ae(e){return n=>E(n.detail)?e(n,...n.detail):e(n)}function Ie(e){return function(n){if(n.target===n.currentTarget||n.target===n.current)return e.call(null,n)}}function Z(e){return e&&"addEventListener"in e}function Re(e){return Z(e)?e:g(e)}function Fe(e){return E(e)?e.map(Re).filter(Boolean):b(e)?q(e):Z(e)?[e]:p(e)}const Be={"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 w(e,n,t,o){const r=p(e);for(const c of r)if(b(n)){if(n=De(n),A(t))return getComputedStyle(c).getPropertyValue(n);c.style.setProperty(n,de(t)&&!Be[n]?`${t}px`:t||O(t)?t:"",o)}else if(E(n)){const a={};for(const i of n)a[i]=w(c,i);return a}else x(n)&&(o=t,ue(n,(a,i)=>w(c,i,a,o)));return r[0]}const De=y(e=>Le(e));function Le(e){if(D(e,"--"))return e;e=ie(e);const{style:n}=document.documentElement;if(e in n)return e;for(const t of["webkit","moz"]){const o=`-${t}-${e}`;if(o in n)return o}}const Me={width:["left","right"],height:["top","bottom"]};G("height"),G("width");function G(e){const n=B(e);return(t,o)=>{if(A(o)){if(L(t))return t[`inner${n}`];if(fe(t)){const r=t.documentElement;return Math.max(r[`offset${n}`],r[`scroll${n}`])}return t=g(t),o=w(t,e),o=o==="auto"?t[`offset${n}`]:S(o)||0,o-J(t,e)}else return w(t,e,!o&&o!==0?"":+o+J(t,e)+"px")}}function J(e,n,t="border-box"){return w(e,"boxSizing")===t?le(Me[n].map(B),o=>S(w(e,`padding${o}`))+S(w(e,`border${o}Width`))):0}const Oe=typeof window<"u"&&window.ResizeObserver;function He(e,n,t={box:"border-box"}){return Oe?K(ResizeObserver,e,n,t):(Ve(),C.add(n),{observe:H,unobserve:H,disconnect(){C.delete(n)}})}let C;function Ve(){if(C)return;C=new Set;let e;const n=()=>{if(!e){e=!0,requestAnimationFrame(()=>e=!1);for(const t of C)t()}};j(window,"load resize",n),j(document,"loadedmetadata load",n,!0)}function We(e,n,t){return K(MutationObserver,e,n,t)}function K(e,n,t,o){const r=new e(t);for(const c of p(n))r.observe(c,o);return r}function qe(e){return Q(He,e,"resize")}function je(e){return Q(We,e)}function Q(e,n,t){return{observe:e,handler(){this.$emit(t)},...n}}je({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),qe({target:({$el:e})=>[e,...s.toArray(e.children)]});function X(e){return Y(e,"top","bottom")}function _e(e){const n=[];for(const t of e){const o=Y(t,"left","right");for(let r=0;r<o.length;r++)n[r]=n[r]?n[r].concat(o[r]):o[r]}return s.isRtl?n.reverse():n}function Y(e,n,t){const o=[[]];for(const r of e){if(!s.isVisible(r))continue;let c=$(r);for(let a=o.length-1;a>=0;a--){const i=o[a];if(!i[0]){i.push(r);break}let f;if(i[0].offsetParent===r.offsetParent?f=$(i[0]):(c=$(r,!0),f=$(i[0],!0)),c[n]>=f[t]-1&&c[n]!==f[n]){o.push([r]);break}if(c[t]-1>f[n]||c[n]===f[n]){i.push(r);break}if(a===0){o.unshift([r]);break}}}return o}function $(e,n=!1){let{offsetTop:t,offsetLeft:o,offsetHeight:r,offsetWidth:c}=e;return n&&([t,o]=s.offsetPosition(e)),{top:t,left:o,bottom:t+r,right:o+c}}const R="uk-transition-leave",F="uk-transition-enter";function k(e,n,t,o=0){const r=P(n,!0),c={opacity:1},a={opacity:0},i=d=>()=>r===P(n)?d():Promise.reject(),f=i(async()=>{s.addClass(n,R),await Promise.all(ee(n).map((d,m)=>new Promise(h=>setTimeout(()=>s.Transition.start(d,a,t/2,"ease").then(h),m*o)))),s.removeClass(n,R)}),u=i(async()=>{const d=s.height(n);s.addClass(n,F),e(),s.css(s.children(n),{opacity:0}),await Ze();const m=s.children(n),h=s.height(n);s.css(n,"alignContent","flex-start"),s.height(n,d);const l=ee(n);s.css(m,a);const ae=l.map(async(on,rn)=>{await Ge(rn*o),await s.Transition.start(on,c,t/2,"ease")});d!==h&&ae.push(s.Transition.start(n,{height:h},t/2+l.length*o,"ease")),await Promise.all(ae).then(()=>{s.removeClass(n,F),r===P(n)&&(s.css(n,{height:"",alignContent:""}),s.css(m,{opacity:""}),delete n.dataset.transition)})});return s.hasClass(n,R)?U(n).then(u):s.hasClass(n,F)?U(n).then(f).then(u):f().then(u)}function P(e,n){return n&&(e.dataset.transition=1+P(e)),s.toNumber(e.dataset.transition)||0}function U(e){return Promise.all(s.children(e).filter(s.Transition.inProgress).map(n=>new Promise(t=>s.once(n,"transitionend transitioncanceled",t))))}function ee(e){return X(s.children(e)).reduce((n,t)=>n.concat(s.sortBy(t.filter(o=>s.isInView(o)),"offsetLeft")),[])}function Ze(){return new Promise(e=>requestAnimationFrame(e))}function Ge(e){return new Promise(n=>setTimeout(n,e))}async function Je(e,n,t){await se();let o=s.children(n);const r=o.map(h=>ne(h,!0)),c={...s.css(n,["height","padding"]),display:"block"};await Promise.all(o.concat(n).map(s.Transition.cancel)),e(),o=o.concat(s.children(n).filter(h=>!s.includes(o,h))),await Promise.resolve(),s.fastdom.flush();const a=s.attr(n,"style"),i=s.css(n,["height","padding"]),[f,u]=Ke(n,o,r),d=o.map(h=>({style:s.attr(h,"style")}));o.forEach((h,l)=>u[l]&&s.css(h,u[l])),s.css(n,c),s.trigger(n,"scroll"),s.fastdom.flush(),await se();const m=o.map((h,l)=>s.parent(h)===n&&s.Transition.start(h,f[l],t,"ease")).concat(s.Transition.start(n,i,t,"ease"));try{await Promise.all(m),o.forEach((h,l)=>{s.attr(h,d[l]),s.parent(h)===n&&s.css(h,"display",f[l].opacity===0?"none":"")}),s.attr(n,"style",a)}catch{s.attr(o,"style",""),Qe(n,c)}}function ne(e,n){const t=s.css(e,"zIndex");return s.isVisible(e)?{display:"",opacity:n?s.css(e,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:t==="auto"?s.index(e):t,...te(e)}:!1}function Ke(e,n,t){const o=n.map((c,a)=>s.parent(c)&&a in t?t[a]?s.isVisible(c)?te(c):{opacity:0}:{opacity:s.isVisible(c)?1:0}:!1),r=o.map((c,a)=>{const i=s.parent(n[a])===e&&(t[a]||ne(n[a]));if(!i)return!1;if(!c)delete i.opacity;else if(!("opacity"in c)){const{opacity:f}=i;f%1?c.opacity=1:delete i.opacity}return i});return[o,r]}function Qe(e,n){for(const t in n)s.css(e,t,"")}function te(e){const{height:n,width:t}=s.offset(e);return{height:n,width:t,transform:"",...s.position(e),...s.css(e,["marginTop","marginLeft"])}}function se(){return new Promise(e=>requestAnimationFrame(e))}var Xe={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate(e,n=this.$el){const t=this.animation;return(t==="fade"?k:t==="delayed-fade"?(...r)=>k(...r,40):t?Je:()=>(e(),Promise.resolve()))(e,n,this.duration).catch(s.noop)}}},Ye={connected(){s.addClass(this.$el,this.$options.id)}},oe={mixins:[Ye,Xe],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},created(){for(const e of["init","start","move","end"]){const n=this[e];this[e]=t=>{s.assign(this.pos,s.getEventPos(t)),n(t)}}},events:{name:s.pointerDown,passive:!1,handler:"init"},computed:{target(){return(this.$el.tBodies||[this.$el])[0]},items(){return s.children(this.target)},isEmpty:{get(){return s.isEmpty(this.items)},watch(e){s.toggleClass(this.target,this.clsEmpty,e)},immediate:!0},handles:{get({handle:e},n){return e?s.$$(e,n):this.items},watch(e,n){s.css(n,{touchAction:"",userSelect:""}),s.css(e,{touchAction:s.hasTouch?"none":"",userSelect:"none"})},immediate:!0}},update:{write(e){if(!this.drag||!s.parent(this.placeholder))return;const{pos:{x:n,y:t},origin:{offsetTop:o,offsetLeft:r},placeholder:c}=this;s.css(this.drag,{top:t-o,left:n-r});const a=this.getSortable(document.elementFromPoint(n,t));if(!a)return;const{items:i}=a;if(i.some(s.Transition.inProgress))return;const f=nn(i,{x:n,y:t});if(i.length&&(!f||f===c))return;const u=this.getSortable(c),d=tn(a.target,f,c,n,t,a===u&&e.moved!==f);d!==!1&&(d&&c===d||(a!==u?(u.remove(c),e.moved=f):delete e.moved,a.insert(c,d),this.touched.add(a)))},events:["move"]},methods:{init(e){const{target:n,button:t,defaultPrevented:o}=e,[r]=this.items.filter(c=>s.within(n,c));!r||o||t>0||s.isInput(n)||s.within(n,`.${this.clsNoDrag}`)||this.handle&&!s.within(n,this.handle)||(e.preventDefault(),this.touched=new Set([this]),this.placeholder=r,this.origin={target:n,index:s.index(r),...this.pos},s.on(document,s.pointerMove,this.move),s.on(document,s.pointerUp,this.end),this.threshold||this.start(e))},start(e){this.drag=en(this.$container,this.placeholder);const{left:n,top:t}=this.placeholder.getBoundingClientRect();s.assign(this.origin,{offsetLeft:this.pos.x-n,offsetTop:this.pos.y-t}),s.addClass(this.drag,this.clsDrag,this.clsCustom),s.addClass(this.placeholder,this.clsPlaceholder),s.addClass(this.items,this.clsItem),s.addClass(document.documentElement,this.clsDragState),s.trigger(this.$el,"start",[this,this.placeholder]),ke(this.pos),this.move(e)},move(e){this.drag?this.$emit("move"):(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(e)},end(){if(s.off(document,s.pointerMove,this.move),s.off(document,s.pointerUp,this.end),!this.drag)return;Ue();const e=this.getSortable(this.placeholder);this===e?this.origin.index!==s.index(this.placeholder)&&s.trigger(this.$el,"moved",[this,this.placeholder]):(s.trigger(e.$el,"added",[e,this.placeholder]),s.trigger(this.$el,"removed",[this,this.placeholder])),s.trigger(this.$el,"stop",[this,this.placeholder]),s.remove(this.drag),this.drag=null;for(const{clsPlaceholder:n,clsItem:t}of this.touched)for(const o of this.touched)s.removeClass(o.items,n,t);this.touched=null,s.removeClass(document.documentElement,this.clsDragState)},insert(e,n){s.addClass(this.items,this.clsItem);const t=()=>n?s.before(n,e):s.append(this.target,e);this.animate(t)},remove(e){s.within(e,this.target)&&this.animate(()=>s.remove(e))},getSortable(e){do{const n=this.$getComponent(e,"sortable");if(n&&(n===this||this.group!==!1&&n.group===this.group))return n}while(e=s.parent(e))}}};let re;function ke(e){let n=Date.now();re=setInterval(()=>{let{x:t,y:o}=e;o+=document.scrollingElement.scrollTop;const r=(Date.now()-n)*.3;n=Date.now(),s.scrollParents(document.elementFromPoint(t,e.y)).reverse().some(c=>{let{scrollTop:a,scrollHeight:i}=c;const{top:f,bottom:u,height:d}=s.offsetViewport(c);if(f<o&&f+35>o)a-=r;else if(u>o&&u-35<o)a+=r;else return;if(a>0&&a<i-d)return c.scrollTop=a,!0})},15)}function Ue(){clearInterval(re)}function en(e,n){let t;if(s.isTag(n,"li","tr")){t=s.$("<div>"),s.append(t,n.cloneNode(!0).children);for(const o of n.getAttributeNames())s.attr(t,o,n.getAttribute(o))}else t=n.cloneNode(!0);return s.append(e,t),s.css(t,"margin","0","important"),s.css(t,{boxSizing:"border-box",width:n.offsetWidth,height:n.offsetHeight,padding:s.css(n,"padding")}),s.height(t.firstElementChild,s.height(n.firstElementChild)),t}function nn(e,n){return e[s.findIndex(e,t=>s.pointInRect(n,t.getBoundingClientRect()))]}function tn(e,n,t,o,r,c){if(!s.children(e).length)return;const a=n.getBoundingClientRect();if(!c)return sn(e,t)||r<a.top+a.height/2?n:n.nextElementSibling;const i=t.getBoundingClientRect(),f=ce([a.top,a.bottom],[i.top,i.bottom]),[u,d,m,h]=f?[o,"width","left","right"]:[r,"height","top","bottom"],l=i[d]<a[d]?a[d]-i[d]:0;return i[m]<a[m]?l&&u<a[m]+l?!1:n.nextElementSibling:l&&u>a[h]-l?!1:n}function sn(e,n){const t=s.children(e).length===1;t&&s.append(e,n);const o=s.children(e),r=o.some((c,a)=>{const i=c.getBoundingClientRect();return o.slice(a+1).some(f=>{const u=f.getBoundingClientRect();return!ce([i.left,i.right],[u.left,u.right])})});return t&&s.remove(n),r}function ce(e,n){return e[1]>n[0]&&n[1]>e[0]}return typeof window<"u"&&window.UIkit&&window.UIkit.component("sortable",oe),oe});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -2423,7 +2423,7 @@
2423
2423
  };
2424
2424
  App.util = util;
2425
2425
  App.options = {};
2426
- App.version = "3.16.5-dev.dda1f1b31";
2426
+ App.version = "3.16.6-dev.64eba8a3c";
2427
2427
 
2428
2428
  const PREFIX = "uk-";
2429
2429
  const DATA = "__uikit__";
@@ -2448,9 +2448,9 @@
2448
2448
  }
2449
2449
  return components[id] = opt;
2450
2450
  }
2451
- function createComponent(name, element, data) {
2451
+ function createComponent(name, element, data, ...args) {
2452
2452
  const Component = component(name);
2453
- return Component.options.functional ? new Component({ data: isPlainObject(element) ? element : [...arguments] }) : element ? $$(element).map(init)[0] : init();
2453
+ return Component.options.functional ? new Component({ data: isPlainObject(element) ? element : [element, data, ...args] }) : element ? $$(element).map(init)[0] : init();
2454
2454
  function init(element2) {
2455
2455
  const instance = getComponent(element2, name);
2456
2456
  if (instance) {
@@ -2464,7 +2464,7 @@
2464
2464
  }
2465
2465
  }
2466
2466
  function getComponents(element) {
2467
- return element[DATA] || {};
2467
+ return (element == null ? void 0 : element[DATA]) || {};
2468
2468
  }
2469
2469
  function getComponent(element, name) {
2470
2470
  return getComponents(element)[name];
@@ -1 +1 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(c,nt){typeof exports=="object"&&typeof module<"u"?module.exports=nt(require("uikit-util")):typeof define=="function"&&define.amd?define("uikittooltip",["uikit-util"],nt):(c=typeof globalThis<"u"?globalThis:c||self,c.UIkitTooltip=nt(c.UIkit.util))})(this,function(c){"use strict";var nt={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&c.$(t)}}},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"},computed:{hasAnimation({animation:t}){return!!t[0]},hasTransition({animation:t}){return["slide","reveal"].some(o=>c.startsWith(t[0],o))}},methods:{toggleElement(t,o,n){return new Promise(e=>Promise.all(c.toNodes(t).map(r=>{const s=c.isBoolean(o)?o:!this.isToggled(r);if(!c.trigger(r,`before${s?"show":"hide"}`,[this]))return Promise.reject();const i=(c.isFunction(n)?n:n===!1||!this.hasAnimation?Dn:this.hasTransition?Ln:Fn)(r,s,this),f=s?this.clsEnter:this.clsLeave;c.addClass(r,f),c.trigger(r,s?"show":"hide",[this]);const u=()=>{c.removeClass(r,f),c.trigger(r,s?"shown":"hidden",[this])};return i?i.then(u,()=>(c.removeClass(r,f),Promise.reject())):u()})).then(e,c.noop))},isToggled(t=this.$el){return[t]=c.toNodes(t),c.hasClass(t,this.clsEnter)?!0:c.hasClass(t,this.clsLeave)?!1:this.cls?c.hasClass(t,this.cls.split(" ")[0]):c.isVisible(t)},_toggle(t,o){if(!t)return;o=Boolean(o);let n;this.cls?(n=c.includes(this.cls," ")||o!==c.hasClass(t,this.cls),n&&c.toggleClass(t,this.cls,c.includes(this.cls," ")?void 0:o)):(n=o===t.hidden,n&&(t.hidden=!o)),c.$$("[autofocus]",t).some(e=>c.isVisible(e)?e.focus()||!0:e.blur()),n&&c.trigger(t,"toggled",[o,this])}}};function Dn(t,o,{_toggle:n}){return c.Animation.cancel(t),c.Transition.cancel(t),n(t,o)}async function Ln(t,o,{animation:n,duration:e,velocity:r,transition:s,_toggle:i}){var f;const[u="reveal",a="top"]=((f=n[0])==null?void 0:f.split("-"))||[],d=[["left","right"],["top","bottom"]],m=d[c.includes(d[0],a)?0:1],$=m[1]===a,y=["width","height"][d.indexOf(m)],E=`margin-${m[0]}`,b=`margin-${a}`;let wt=c.dimensions(t)[y];const qr=c.Transition.inProgress(t);await c.Transition.cancel(t),o&&i(t,!0);const Xr=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",E,b].map(Mn=>[Mn,t.style[Mn]])),vt=c.dimensions(t),vo=c.toFloat(c.css(t,E)),Sn=c.toFloat(c.css(t,b)),X=vt[y]+Sn;!qr&&!o&&(wt+=Sn);const[It]=c.wrapInner(t,"<div>");c.css(It,{boxSizing:"border-box",height:vt.height,width:vt.width,...c.css(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",b])}),c.css(t,{padding:0,border:0,minWidth:0,minHeight:0,[b]:0,width:vt.width,height:vt.height,overflow:"hidden",[y]:wt});const In=wt/X;e=(r*X+e)*(o?1-In:In);const Nn={[y]:o?X:0};$&&(c.css(t,E,X-wt+vo),Nn[E]=o?vo:X+vo),!$^u==="reveal"&&(c.css(It,E,-X+wt),c.Transition.start(It,{[E]:o?0:-X},e,s));try{await c.Transition.start(t,Nn,e,s)}finally{c.css(t,Xr),c.unwrap(It.firstChild),o||i(t,!1)}}function Fn(t,o,n){c.Animation.cancel(t);const{animation:e,duration:r,_toggle:s}=n;return o?(s(t,!0),c.Animation.in(t,e[0],r,n.origin)):c.Animation.out(t,e[1]||e[0],r,n.origin).then(()=>s(t,!1))}var Bn={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${c.isRtl?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=c.includes(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,o,n){let e=[this.getPositionOffset(t),this.getShiftOffset(t)];const r=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:c.flipPosition(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const u in s)s[u].reverse();e.reverse(),r.reverse()}const i=jn(t),f=c.dimensions(t);c.css(t,{top:-f.height,left:-f.width}),c.positionAt(t,o,{attach:s,offset:e,boundary:n,placement:r,viewportOffset:this.getViewportOffset(t)}),i()},getPositionOffset(t){return c.toPx(this.offset===!1?c.css(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(c.includes(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:c.toPx(c.css(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(c.includes(["left","top"],this.align)?1:-1)},getViewportOffset(t){return c.toPx(c.css(t,"--uk-position-viewport-offset"))}}};function jn(t){const[o]=c.scrollParents(t),{scrollTop:n}=o;return()=>{n!==o.scrollTop&&(o.scrollTop=n)}}const zn={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40},{hasOwnProperty:Wn,toString:Hn}=Object.prototype;function M(t,o){return Wn.call(t,o)}const qn=/\B([A-Z])/g,et=I(t=>t.replace(qn,"-$1").toLowerCase()),Xn=/-(\w)/g,rt=I(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(Xn,(o,n)=>n.toUpperCase())),L=I(t=>t.charAt(0).toUpperCase()+t.slice(1));function F(t,o){var n;return(n=t==null?void 0:t.startsWith)==null?void 0:n.call(t,o)}function Yn(t,o){var n;return(n=t==null?void 0:t.endsWith)==null?void 0:n.call(t,o)}function Y(t,o){var n;return(n=t==null?void 0:t.includes)==null?void 0:n.call(t,o)}function bo(t,o){var n;return(n=t==null?void 0:t.findIndex)==null?void 0:n.call(t,o)}const{isArray:x,from:Jn}=Array,{assign:Nt}=Object;function _(t){return typeof t=="function"}function R(t){return t!==null&&typeof t=="object"}function D(t){return Hn.call(t)==="[object Object]"}function J(t){return R(t)&&t===t.window}function bt(t){return Rt(t)===9}function Mt(t){return Rt(t)>=1}function st(t){return Rt(t)===1}function Rt(t){return!J(t)&&R(t)&&t.nodeType}function $o(t){return typeof t=="boolean"}function w(t){return typeof t=="string"}function Dt(t){return typeof t=="number"}function $t(t){return Dt(t)||w(t)&&!isNaN(t-parseFloat(t))}function yo(t){return!(x(t)?t.length:R(t)&&Object.keys(t).length)}function O(t){return t===void 0}function Lt(t){return $o(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function it(t){const o=Number(t);return isNaN(o)?!1:o}function T(t){return parseFloat(t)||0}function g(t){return l(t)[0]}function l(t){return Mt(t)?[t]:Array.from(t||[]).filter(Mt)}function K(t){if(J(t))return t;t=g(t);const o=bt(t)?t:t==null?void 0:t.ownerDocument;return(o==null?void 0:o.defaultView)||window}function Ft(t,o){return t===o||R(t)&&R(o)&&Object.keys(t).length===Object.keys(o).length&&yt(t,(n,e)=>n===o[e])}function Kn(t,o,n){return t.replace(new RegExp(`${o}|${n}`,"g"),e=>e===o?n:o)}function xo(t){return t[t.length-1]}function yt(t,o){for(const n in t)if(o(t[n],n)===!1)return!1;return!0}function To(t,o){return t.slice().sort(({[o]:n=0},{[o]:e=0})=>n>e?1:e>n?-1:0)}function Bt(t,o){return t.reduce((n,e)=>n+T(_(o)?o(e):e[o]),0)}function Gn(t,o){const n=new Set;return t.filter(({[o]:e})=>n.has(e)?!1:n.add(e))}function Zn(t,o){return o.reduce((n,e)=>({...n,[e]:t[e]}),{})}function G(t,o=0,n=1){return Math.min(Math.max(it(t)||0,o),n)}function xt(){}function Po(...t){return[["bottom","top"],["right","left"]].every(([o,n])=>Math.min(...t.map(({[o]:e})=>e))-Math.max(...t.map(({[n]:e})=>e))>0)}function jt(t,o){return t.x<=o.right&&t.x>=o.left&&t.y<=o.bottom&&t.y>=o.top}function zt(t,o,n){const e=o==="width"?"height":"width";return{[e]:t[o]?Math.round(n*t[e]/t[o]):t[e],[o]:n}}function Eo(t,o){t={...t};for(const n in t)t=t[n]>o[n]?zt(t,n,o[n]):t;return t}function Qn(t,o){t=Eo(t,o);for(const n in t)t=t[n]<o[n]?zt(t,n,o[n]):t;return t}const Vn={ratio:zt,contain:Eo,cover:Qn};function kn(t,o,n=0,e=!1){o=l(o);const{length:r}=o;return r?(t=$t(t)?it(t):t==="next"?n+1:t==="previous"?n-1:t==="last"?r-1:o.indexOf(g(t)),e?G(t,0,r-1):(t%=r,t<0?t+r:t)):-1}function I(t){const o=Object.create(null);return n=>o[n]||(o[n]=t(n))}class Un{constructor(){this.promise=new Promise((o,n)=>{this.reject=n,this.resolve=o})}}function B(t,o,n){var e;if(R(o)){for(const r in o)B(t,r,o[r]);return}if(O(n))return(e=g(t))==null?void 0:e.getAttribute(o);for(const r of l(t))_(n)&&(n=n.call(r,B(r,o))),n===null?_o(r,o):r.setAttribute(o,n)}function Oo(t,o){return l(t).some(n=>n.hasAttribute(o))}function _o(t,o){l(t).forEach(n=>n.removeAttribute(o))}function Wt(t,o){for(const n of[o,`data-${o}`])if(Oo(t,n))return B(t,n)}const te={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function oe(t){return l(t).some(o=>te[o.tagName.toLowerCase()])}function Tt(t){return l(t).some(o=>o.offsetWidth||o.offsetHeight||o.getClientRects().length)}const Ht="input,select,textarea,button";function ne(t){return l(t).some(o=>Z(o,Ht))}const Co=`${Ht},a[href],[tabindex]`;function ee(t){return Z(t,Co)}function ct(t){var o;return(o=g(t))==null?void 0:o.parentElement}function Ao(t,o){return l(t).filter(n=>Z(n,o))}function Z(t,o){return l(t).some(n=>n.matches(o))}function ft(t,o){return st(t)?t.closest(F(o,">")?o.slice(1):o):l(t).map(n=>ft(n,o)).filter(Boolean)}function Pt(t,o){return w(o)?!!ft(t,o):g(o).contains(g(t))}function qt(t,o){const n=[];for(;t=ct(t);)(!o||Z(t,o))&&n.push(t);return n}function So(t,o){t=g(t);const n=t?l(t.children):[];return o?Ao(n,o):n}function Io(t,o){return o?l(t).indexOf(g(o)):So(ct(t)).indexOf(t)}function No(t){return t=g(t),t&&["origin","pathname","search"].every(o=>t[o]===location[o])}function re(t){if(No(t)){t=g(t);const o=decodeURIComponent(t.hash).substring(1);return document.getElementById(o)||document.getElementsByName(o)[0]}}function se(t,o){return Xt(t,Ro(t,o))}function ie(t,o){return ut(t,Ro(t,o))}function Xt(t,o){return g(Do(t,g(o),"querySelector"))}function ut(t,o){return l(Do(t,g(o),"querySelectorAll"))}const ce=/(^|[^\\],)\s*[!>+~-]/,Mo=I(t=>t.match(ce));function Ro(t,o=document){return w(t)&&Mo(t)||bt(o)?o:o.ownerDocument}const fe=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,ue=I(t=>t.replace(fe,"$1 *"));function Do(t,o=document,n){if(!t||!w(t))return t;if(t=ue(t),Mo(t)){const e=de(t);t="";for(let r of e){let s=o;if(r[0]==="!"){const i=r.substr(1).trim().split(" ");if(s=ft(ct(o),i[0]),r=i.slice(1).join(" ").trim(),!r.length&&e.length===1)return s}if(r[0]==="-"){const i=r.substr(1).trim().split(" "),f=(s||o).previousElementSibling;s=Z(f,r.substr(1))?f:null,r=i.slice(1).join(" ")}s&&(t+=`${t?",":""}${le(s)} ${r}`)}o=document}try{return o[n](t)}catch{return null}}const ae=/.*?[^\\](?:,|$)/g,de=I(t=>t.match(ae).map(o=>o.replace(/,$/,"").trim()));function le(t){const o=[];for(;t.parentNode;){const n=B(t,"id");if(n){o.unshift(`#${Lo(n)}`);break}else{let{tagName:e}=t;e!=="HTML"&&(e+=`:nth-child(${Io(t)+1})`),o.unshift(e),t=t.parentNode}}return o.join(" > ")}function Lo(t){return w(t)?CSS.escape(t):""}function j(...t){let[o,n,e,r,s=!1]=Yt(t);r.length>1&&(r=pe(r)),s!=null&&s.self&&(r=ge(r)),e&&(r=he(e,r));for(const i of n)for(const f of o)f.addEventListener(i,r,s);return()=>Fo(o,n,r,s)}function Fo(...t){let[o,n,,e,r=!1]=Yt(t);for(const s of n)for(const i of o)i.removeEventListener(s,e,r)}function Q(...t){const[o,n,e,r,s=!1,i]=Yt(t),f=j(o,n,e,u=>{const a=!i||i(u);a&&(f(),r(u,a))},s);return f}function z(t,o,n){return Jt(t).every(e=>e.dispatchEvent(Bo(o,!0,!0,n)))}function Bo(t,o=!0,n=!1,e){return w(t)&&(t=new CustomEvent(t,{bubbles:o,cancelable:n,detail:e})),t}function Yt(t){return t[0]=Jt(t[0]),w(t[1])&&(t[1]=t[1].split(" ")),_(t[2])&&t.splice(2,0,!1),t}function he(t,o){return n=>{const e=t[0]===">"?ut(t,n.currentTarget).reverse().filter(r=>Pt(n.target,r))[0]:ft(n.target,t);e&&(n.current=e,o.call(this,n),delete n.current)}}function pe(t){return o=>x(o.detail)?t(o,...o.detail):t(o)}function ge(t){return function(o){if(o.target===o.currentTarget||o.target===o.current)return t.call(null,o)}}function jo(t){return t&&"addEventListener"in t}function me(t){return jo(t)?t:g(t)}function Jt(t){return x(t)?t.map(me).filter(Boolean):w(t)?ut(t):jo(t)?[t]:l(t)}function we(t){return t.pointerType==="touch"||!!t.touches}function zo(t){var o,n;const{clientX:e,clientY:r}=((o=t.touches)==null?void 0:o[0])||((n=t.changedTouches)==null?void 0:n[0])||t;return{x:e,y:r}}const ve={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function h(t,o,n,e){const r=l(t);for(const s of r)if(w(o)){if(o=Kt(o),O(n))return getComputedStyle(s).getPropertyValue(o);s.style.setProperty(o,$t(n)&&!ve[o]?`${n}px`:n||Dt(n)?n:"",e)}else if(x(o)){const i={};for(const f of o)i[f]=h(s,f);return i}else R(o)&&(e=n,yt(o,(i,f)=>h(s,f,i,e)));return r[0]}const Kt=I(t=>be(t));function be(t){if(F(t,"--"))return t;t=et(t);const{style:o}=document.documentElement;if(t in o)return t;for(const n of["webkit","moz"]){const e=`-${n}-${t}`;if(e in o)return e}}function V(t,...o){qo(t,o,"add")}function Gt(t,...o){qo(t,o,"remove")}function Wo(t,o){B(t,"class",n=>(n||"").replace(new RegExp(`\\b${o}\\b\\s?`,"g"),""))}function $e(t,...o){o[0]&&Gt(t,o[0]),o[1]&&V(t,o[1])}function Ho(t,o){return[o]=Zt(o),!!o&&l(t).some(n=>n.classList.contains(o))}function ye(t,o,n){const e=Zt(o);O(n)||(n=!!n);for(const r of l(t))for(const s of e)r.classList.toggle(s,n)}function qo(t,o,n){o=o.reduce((e,r)=>e.concat(Zt(r)),[]);for(const e of l(t))e.classList[n](...o)}function Zt(t){return String(t).split(/[ ,]/).filter(Boolean)}function xe(t,o,n=400,e="linear"){return n=Math.round(n),Promise.all(l(t).map(r=>new Promise((s,i)=>{for(const u in o){const a=h(r,u);a===""&&h(r,u,a)}const f=setTimeout(()=>z(r,"transitionend"),n);Q(r,"transitionend transitioncanceled",({type:u})=>{clearTimeout(f),Gt(r,"uk-transition"),h(r,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),u==="transitioncanceled"?i():s(r)},{self:!0}),V(r,"uk-transition"),h(r,{transitionProperty:Object.keys(o).map(Kt).join(","),transitionDuration:`${n}ms`,transitionTimingFunction:e,...o})})))}const Te={start:xe,async stop(t){z(t,"transitionend"),await Promise.resolve()},async cancel(t){z(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return Ho(t,"uk-transition")}},at="uk-animation-";function Xo(t,o,n=200,e,r){return Promise.all(l(t).map(s=>new Promise((i,f)=>{z(s,"animationcanceled");const u=setTimeout(()=>z(s,"animationend"),n);Q(s,"animationend animationcanceled",({type:a})=>{clearTimeout(u),a==="animationcanceled"?f():i(s),h(s,"animationDuration",""),Wo(s,`${at}\\S*`)},{self:!0}),h(s,"animationDuration",`${n}ms`),V(s,o,at+(r?"leave":"enter")),F(o,at)&&(e&&V(s,`uk-transform-origin-${e}`),r&&V(s,`${at}reverse`))})))}const Pe=new RegExp(`${at}(enter|leave)`),Ee={in:Xo,out(t,o,n,e){return Xo(t,o,n,e,!0)},inProgress(t){return Pe.test(B(t,"class"))},cancel(t){z(t,"animationcanceled")}};function Oe(t){if(document.readyState!=="loading"){t();return}Q(document,"DOMContentLoaded",t)}function Qt(t,...o){return o.some(n=>{var e;return((e=t==null?void 0:t.tagName)==null?void 0:e.toLowerCase())===n.toLowerCase()})}function Yo(t){return t=W(t),t.innerHTML="",t}function _e(t,o){return O(o)?W(t).innerHTML:dt(Yo(t),o)}const Ce=Et("prepend"),dt=Et("append"),Jo=Et("before"),Ae=Et("after");function Et(t){return function(o,n){var e;const r=l(w(n)?Ot(n):n);return(e=W(o))==null||e[t](...r),Go(r)}}function Vt(t){l(t).forEach(o=>o.remove())}function Ko(t,o){for(o=g(Jo(t,o));o.firstChild;)o=o.firstChild;return dt(o,t),o}function Se(t,o){return l(l(t).map(n=>n.hasChildNodes()?Ko(l(n.childNodes),o):dt(n,o)))}function Ie(t){l(t).map(ct).filter((o,n,e)=>e.indexOf(o)===n).forEach(o=>o.replaceWith(...o.childNodes))}const Ne=/^\s*<(\w+|!)[^>]*>/,Me=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ot(t){const o=Me.exec(t);if(o)return document.createElement(o[1]);const n=document.createElement("div");return Ne.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,Go(n.childNodes)}function Go(t){return t.length>1?t:t[0]}function kt(t,o){if(st(t))for(o(t),t=t.firstElementChild;t;){const n=t.nextElementSibling;kt(t,o),t=n}}function W(t,o){return Qo(t)?g(Ot(t)):Xt(t,o)}function Zo(t,o){return Qo(t)?l(Ot(t)):ut(t,o)}function Qo(t){return w(t)&&F(t.trim(),"<")}const H={width:["left","right"],height:["top","bottom"]};function Ut(t){const o=st(t)?g(t).getBoundingClientRect():{height:ko(t),width:oo(t),top:0,left:0};return{height:o.height,width:o.width,top:o.top,left:o.left,bottom:o.top+o.height,right:o.left+o.width}}function A(t,o){const n=Ut(t);if(t){const{scrollY:r,scrollX:s}=K(t),i={height:r,width:s};for(const f in H)for(const u of H[f])n[u]+=i[f]}if(!o)return n;const e=h(t,"position");yt(h(t,["left","top"]),(r,s)=>h(t,s,o[s]-n[s]+T(e==="absolute"&&r==="auto"?Vo(t)[s]:r)))}function Vo(t){let{top:o,left:n}=A(t);const{ownerDocument:{body:e,documentElement:r},offsetParent:s}=g(t);let i=s||r;for(;i&&(i===e||i===r)&&h(i,"position")==="static";)i=i.parentNode;if(st(i)){const f=A(i);o-=f.top+T(h(i,"borderTopWidth")),n-=f.left+T(h(i,"borderLeftWidth"))}return{top:o-T(h(t,"marginTop")),left:n-T(h(t,"marginLeft"))}}function to(t){t=g(t);const o=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(o[0]+=t.offsetTop+T(h(t,"borderTopWidth")),o[1]+=t.offsetLeft+T(h(t,"borderLeftWidth")),h(t,"position")==="fixed"){const n=K(t);return o[0]+=n.scrollY,o[1]+=n.scrollX,o}return o}const ko=Uo("height"),oo=Uo("width");function Uo(t){const o=L(t);return(n,e)=>{if(O(e)){if(J(n))return n[`inner${o}`];if(bt(n)){const r=n.documentElement;return Math.max(r[`offset${o}`],r[`scroll${o}`])}return n=g(n),e=h(n,t),e=e==="auto"?n[`offset${o}`]:T(e)||0,e-no(n,t)}else return h(n,t,!e&&e!==0?"":+e+no(n,t)+"px")}}function no(t,o,n="border-box"){return h(t,"boxSizing")===n?Bt(H[o].map(L),e=>T(h(t,`padding${e}`))+T(h(t,`border${e}Width`))):0}function Re(t){for(const o in H)for(const n in H[o])if(H[o][n]===t)return H[o][1-n];return t}function De(t,o="width",n=window,e=!1){return w(t)?Bt(Fe(t),r=>{const s=je(r);return s?ze(s==="vh"?We():s==="vw"?oo(K(n)):e?n[`offset${L(o)}`]:Ut(n)[o],r):r}):T(t)}const Le=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Fe=I(t=>t.toString().replace(/\s/g,"").match(Le)||[]),Be=/(?:v[hw]|%)$/,je=I(t=>(t.match(Be)||[])[0]);function ze(t,o){return t*T(o)/100}let lt,k;function We(){return lt||(k||(k=W("<div>"),h(k,{height:"100vh",position:"fixed"}),j(window,"resize",()=>lt=null)),dt(document.body,k),lt=k.clientHeight,Vt(k),lt)}const ht=typeof window<"u",He=ht&&document.dir==="rtl",U=ht&&"ontouchstart"in window,tt=ht&&window.PointerEvent,qe=tt?"pointerdown":U?"touchstart":"mousedown",Xe=tt?"pointermove":U?"touchmove":"mousemove",Ye=tt?"pointerup":U?"touchend":"mouseup",Je=tt?"pointerenter":U?"":"mouseenter",Ke=tt?"pointerleave":U?"":"mouseleave",Ge=tt?"pointercancel":"touchcancel",S={reads:[],writes:[],read(t){return this.reads.push(t),ro(),t},write(t){return this.writes.push(t),ro(),t},clear(t){on(this.reads,t),on(this.writes,t)},flush:eo};function eo(t){tn(S.reads),tn(S.writes.splice(0)),S.scheduled=!1,(S.reads.length||S.writes.length)&&ro(t+1)}const Ze=4;function ro(t){S.scheduled||(S.scheduled=!0,t&&t<Ze?Promise.resolve().then(()=>eo(t)):requestAnimationFrame(()=>eo(1)))}function tn(t){let o;for(;o=t.shift();)try{o()}catch(n){console.error(n)}}function on(t,o){const n=t.indexOf(o);return~n&&t.splice(n,1)}function nn(){}nn.prototype={positions:[],init(){this.positions=[];let t;this.unbind=j(document,"mousemove",o=>t=zo(o)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const o=t.getBoundingClientRect(),{left:n,right:e,top:r,bottom:s}=o,[i]=this.positions,f=xo(this.positions),u=[i,f];return jt(f,o)?!1:[[{x:n,y:r},{x:e,y:s}],[{x:n,y:s},{x:e,y:r}]].some(d=>{const m=Qe(u,d);return m&&jt(m,o)})}};function Qe([{x:t,y:o},{x:n,y:e}],[{x:r,y:s},{x:i,y:f}]){const u=(f-s)*(n-t)-(i-r)*(e-o);if(u===0)return!1;const a=((i-r)*(o-s)-(f-s)*(t-r))/u;return a<0?!1:{x:t+a*(n-t),y:o+a*(e-o)}}function Ve(t,o,n={},e=!0){const r=new IntersectionObserver(e?(s,i)=>{s.some(f=>f.isIntersecting)&&o(s,i)}:o,n);for(const s of l(t))r.observe(s);return r}const ke=ht&&window.ResizeObserver;function Ue(t,o,n={box:"border-box"}){return ke?en(ResizeObserver,t,o,n):(tr(),pt.add(o),{observe:xt,unobserve:xt,disconnect(){pt.delete(o)}})}let pt;function tr(){if(pt)return;pt=new Set;let t;const o=()=>{if(!t){t=!0,requestAnimationFrame(()=>t=!1);for(const n of pt)n()}};j(window,"load resize",o),j(document,"loadedmetadata load",o,!0)}function or(t,o,n){return en(MutationObserver,t,o,n)}function en(t,o,n,e){const r=new t(n);for(const s of l(o))r.observe(s,e);return r}function nr(t){if(Ct(t)&&so(t,{func:"playVideo",method:"play"}),_t(t))try{t.play().catch(xt)}catch{}}function er(t){Ct(t)&&so(t,{func:"pauseVideo",method:"pause"}),_t(t)&&t.pause()}function rr(t){Ct(t)&&so(t,{func:"mute",method:"setVolume",value:0}),_t(t)&&(t.muted=!0)}function sr(t){return _t(t)||Ct(t)}function _t(t){return Qt(t,"video")}function Ct(t){return Qt(t,"iframe")&&(rn(t)||sn(t))}function rn(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 so(t,o){await cr(t),cn(t,o)}function cn(t,o){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...o}),"*")}catch{}}const io="_ukPlayer";let ir=0;function cr(t){if(t[io])return t[io];const o=rn(t),n=sn(t),e=++ir;let r;return t[io]=new Promise(s=>{o&&Q(t,"load",()=>{const i=()=>cn(t,{event:"listening",id:e});r=setInterval(i,100),i()}),Q(window,"message",s,!1,({data:i})=>{try{return i=JSON.parse(i),o&&(i==null?void 0:i.id)===e&&i.event==="onReady"||n&&Number(i==null?void 0:i.player_id)===e}catch{}}),t.src=`${t.src}${Y(t.src,"?")?"&":"?"}${o?"enablejsapi=1":`api=1&player_id=${e}`}`}).then(()=>clearInterval(r))}function fr(t,o=0,n=0){return Tt(t)?Po(...co(t).map(e=>{const{top:r,left:s,bottom:i,right:f}=N(e);return{top:r-o,left:s-n,bottom:i+o,right:f+n}}).concat(A(t))):!1}function ur(t,{offset:o=0}={}){const n=Tt(t)?At(t,!1,["hidden"]):[];return n.reduce((i,f,u)=>{const{scrollTop:a,scrollHeight:d,offsetHeight:m}=f,$=N(f),P=d-$.height,{height:y,top:E}=n[u-1]?N(n[u-1]):A(t);let b=Math.ceil(E-$.top-o+a);return o>0&&m<y+o?b+=o:o=0,b>P?(o-=b-P,b=P):b<0&&(o-=b,b=0),()=>e(f,b-a).then(i)},()=>Promise.resolve())();function e(i,f){return new Promise(u=>{const a=i.scrollTop,d=r(Math.abs(f)),m=Date.now();(function $(){const P=s(G((Date.now()-m)/d));i.scrollTop=a+f*P,P===1?u():requestAnimationFrame($)})()})}function r(i){return 40*Math.pow(i,.375)}function s(i){return .5*(1-Math.cos(Math.PI*i))}}function ar(t,o=0,n=0){if(!Tt(t))return 0;const[e]=At(t,!0),{scrollHeight:r,scrollTop:s}=e,{height:i}=N(e),f=r-i,u=to(t)[0]-to(e)[0],a=Math.max(0,u-i+o),d=Math.min(f,u+t.offsetHeight-n);return G((s-a)/(d-a))}function At(t,o=!1,n=[]){const e=fn(t);let r=qt(t).reverse();r=r.slice(r.indexOf(e)+1);const s=bo(r,i=>h(i,"position")==="fixed");return~s&&(r=r.slice(s)),[e].concat(r.filter(i=>h(i,"overflow").split(" ").some(f=>Y(["auto","scroll",...n],f))&&(!o||i.scrollHeight>N(i).height))).reverse()}function co(t){return At(t,!1,["hidden","clip"])}function N(t){const o=K(t),{visualViewport:n,document:{documentElement:e}}=o;let r=t===fn(t)?o:t;if(J(r)&&n){let{height:i,width:f,scale:u,pageTop:a,pageLeft:d}=n;return i=Math.round(i*u),f=Math.round(f*u),{height:i,width:f,top:a,left:d,bottom:a+i,right:d+f}}let s=A(r);if(h(r,"display")==="inline")return s;for(let[i,f,u,a]of[["width","x","left","right"],["height","y","top","bottom"]])J(r)?r=e:s[u]+=T(h(r,`border-${u}-width`)),s[i]=s[f]=r[`client${L(i)}`],s[a]=s[i]+s[u];return s}function fn(t){return K(t).document.scrollingElement}const C=[["width","x","left","right"],["height","y","top","bottom"]];function dr(t,o,n){n={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],placement:[],...n},x(o)||(o=[o,o]),A(t,un(t,o,n))}function un(t,o,n){const e=an(t,o,n),{boundary:r,viewportOffset:s=0,placement:i}=n;let f=e;for(const[u,[a,,d,m]]of Object.entries(C)){const $=lr(t,o[u],s,r,u);if(St(e,$,u))continue;let P=0;if(i[u]==="flip"){const y=n.attach.target[u];if(y===m&&e[m]<=$[m]||y===d&&e[d]>=$[d])continue;P=pr(t,o,n,u)[d]-e[d];const E=hr(t,o[u],s,u);if(!St(fo(e,P,u),E,u)){if(St(e,E,u))continue;if(n.recursion)return!1;const b=gr(t,o,n);if(b&&St(b,E,1-u))return b;continue}}else if(i[u]==="shift"){const y=A(o[u]),{offset:E}=n;P=G(G(e[d],$[d],$[m]-e[a]),y[d]-e[a]+E[u],y[m]-E[u])-e[d]}f=fo(f,P,u)}return f}function an(t,o,n){let{attach:e,offset:r}={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],...n},s=A(t);for(const[i,[f,,u,a]]of Object.entries(C)){const d=e.target[i]===e.element[i]?N(o[i]):A(o[i]);s=fo(s,d[u]-s[u]+dn(e.target[i],a,d[f])-dn(e.element[i],a,s[f])+ +r[i],i)}return s}function fo(t,o,n){const[,e,r,s]=C[n],i={...t};return i[r]=t[e]=t[r]+o,i[s]+=o,i}function dn(t,o,n){return t==="center"?n/2:t===o?n:0}function lr(t,o,n,e,r){let s=hn(...ln(t,o).map(N));return n&&(s[C[r][2]]+=n,s[C[r][3]]-=n),e&&(s=hn(s,A(x(e)?e[r]:e))),s}function hr(t,o,n,e){const[r,s,i,f]=C[e],[u]=ln(t,o),a=N(u);return["auto","scroll"].includes(h(u,`overflow-${s}`))&&(a[i]-=u[`scroll${L(i)}`],a[f]=a[i]+u[`scroll${L(r)}`]),a[i]+=n,a[f]-=n,a}function ln(t,o){return co(o).filter(n=>Pt(t,n))}function hn(...t){let o={};for(const n of t)for(const[,,e,r]of C)o[e]=Math.max(o[e]||0,n[e]),o[r]=Math.min(...[o[r],n[r]].filter(Boolean));return o}function St(t,o,n){const[,,e,r]=C[n];return t[e]>=o[e]&&t[r]<=o[r]}function pr(t,o,{offset:n,attach:e},r){return an(t,o,{attach:{element:pn(e.element,r),target:pn(e.target,r)},offset:mr(n,r)})}function gr(t,o,n){return un(t,o,{...n,attach:{element:n.attach.element.map(gn).reverse(),target:n.attach.target.map(gn).reverse()},offset:n.offset.reverse(),placement:n.placement.reverse(),recursion:!0})}function pn(t,o){const n=[...t],e=C[o].indexOf(t[o]);return~e&&(n[o]=C[o][1-e%2+2]),n}function gn(t){for(let o=0;o<C.length;o++){const n=C[o].indexOf(t);if(~n)return C[1-o][n%2+2]}}function mr(t,o){return t=[...t],t[o]*=-1,t}var wr=Object.freeze({__proto__:null,$:W,$$:Zo,Animation:Ee,Deferred:Un,Dimensions:Vn,MouseTracker:nn,Transition:Te,addClass:V,after:Ae,append:dt,apply:kt,assign:Nt,attr:B,before:Jo,boxModelAdjust:no,camelize:rt,children:So,clamp:G,closest:ft,createEvent:Bo,css:h,data:Wt,dimensions:Ut,each:yt,empty:Yo,endsWith:Yn,escape:Lo,fastdom:S,filter:Ao,find:Xt,findAll:ut,findIndex:bo,flipPosition:Re,fragment:Ot,getEventPos:zo,getIndex:kn,getTargetedElement:re,hasAttr:Oo,hasClass:Ho,hasOwn:M,hasTouch:U,height:ko,html:_e,hyphenate:et,inBrowser:ht,includes:Y,index:Io,intersectRect:Po,isArray:x,isBoolean:$o,isDocument:bt,isElement:st,isEmpty:yo,isEqual:Ft,isFocusable:ee,isFunction:_,isInView:fr,isInput:ne,isNode:Mt,isNumber:Dt,isNumeric:$t,isObject:R,isPlainObject:D,isRtl:He,isSameSiteAnchor:No,isString:w,isTag:Qt,isTouch:we,isUndefined:O,isVideo:sr,isVisible:Tt,isVoidElement:oe,isWindow:J,last:xo,matches:Z,memoize:I,mute:rr,noop:xt,observeIntersection:Ve,observeMutation:or,observeResize:Ue,off:Fo,offset:A,offsetPosition:to,offsetViewport:N,on:j,once:Q,overflowParents:co,parent:ct,parents:qt,pause:er,pick:Zn,play:nr,pointInRect:jt,pointerCancel:Ge,pointerDown:qe,pointerEnter:Je,pointerLeave:Ke,pointerMove:Xe,pointerUp:Ye,position:Vo,positionAt:dr,prepend:Ce,propName:Kt,query:se,queryAll:ie,ready:Oe,remove:Vt,removeAttr:_o,removeClass:Gt,removeClasses:Wo,replaceClass:$e,scrollIntoView:ur,scrollParents:At,scrolledOver:ar,selFocusable:Co,selInput:Ht,sortBy:To,startsWith:F,sumBy:Bt,swap:Kn,toArray:Jn,toBoolean:Lt,toEventTargets:Jt,toFloat:T,toNode:g,toNodes:l,toNumber:it,toPx:De,toWindow:K,toggleClass:ye,trigger:z,ucfirst:L,uniqueBy:Gn,unwrap:Ie,width:oo,within:Pt,wrapAll:Ko,wrapInner:Se});function vr(t){t._observers=[],t._observerUpdates=new Map;for(const o of t.$options.observe||[])if(M(o,"handler"))mn(t,o);else for(const n in o)mn(t,o[n],n)}function uo(t,...o){t._observers.push(...o)}function br(t){for(const o of t._observers)o==null||o.disconnect(),t._observerUpdates.delete(o)}function $r(t){for(const[o,n]of t._observerUpdates)n(o)}function mn(t,o,n){let{observe:e,target:r=t.$el,handler:s,options:i,filter:f,args:u}=D(o)?o:{type:n,handler:o};if(f&&!f.call(t,t))return;const a=_(r)?r.call(t,t):r;s=w(s)?t[s]:s.bind(t),_(i)&&(i=i.call(t,t));const d=e(a,s,i,u);_(r)&&x(a)&&d.unobserve&&t._observerUpdates.set(d,yr(t,r,a)),uo(t,d)}function yr(t,o,n){return e=>{const r=o.call(t,t);Ft(n,r)||(n.forEach(s=>!Y(r,s)&&e.unobserve(s)),r.forEach(s=>!Y(n,s)&&e.observe(s)),n.splice(0,n.length,...r))}}function wn(t){if(t._watch)return;const o=!M(t,"_watch");t._watch=S.read(()=>{t._connected&&xr(t,o),t._watch=null})}function xr(t,o){const n={...t._computed};t._computed={};for(const[e,{watch:r,immediate:s}]of Object.entries(t.$options.computed||{}))r&&(o&&s||M(n,e)&&!Ft(n[e],t[e]))&&r.call(t,t[e],o?void 0:n[e]);$r(t)}function ao(t,o="update"){t._connected&&((o==="update"||o==="resize")&&wn(t),t.$options.update&&(t._updates||(t._updates=new Set,S.read(()=>{t._connected&&Tr(t,t._updates),delete t._updates})),t._updates.add(o.type||o)))}function Tr(t,o){for(const{read:n,write:e,events:r=[]}of t.$options.update){if(!o.has("update")&&!r.some(i=>o.has(i)))continue;let s;n&&(s=n.call(t,t._data,o),s&&D(s)&&Nt(t._data,s)),e&&s!==!1&&S.write(()=>{t._connected&&e.call(t,t._data,o)})}}function Pr(t){let{el:o,computed:n,observe:e}=t.$options;if(!n&&!(e!=null&&e.some(s=>_(s.target))))return;for(const s in n||{})if(n[s].document){o=o.ownerDocument;break}const r=new MutationObserver(()=>wn(t));r.observe(o,{childList:!0,subtree:!0}),uo(t,r)}function Er(t){t._events=[];for(const o of t.$options.events||[])if(M(o,"handler"))lo(t,o);else for(const n in o)lo(t,o[n],n)}function Or(t){t._events.forEach(o=>o()),delete t._events}function lo(t,o,n){let{name:e,el:r,handler:s,capture:i,passive:f,delegate:u,filter:a,self:d}=D(o)?o:{name:n,handler:o};if(r=_(r)?r.call(t,t):r||t.$el,x(r)){r.forEach(m=>lo(t,{...o,el:m},n));return}!r||a&&!a.call(t)||t._events.push(j(r,e,u?w(u)?u:u.call(t,t):null,w(s)?t[s]:s.bind(t),{passive:f,capture:i,self:d}))}const v={};v.events=v.observe=v.created=v.beforeConnect=v.connected=v.beforeDisconnect=v.disconnected=v.destroy=ho,v.args=function(t,o){return o!==!1&&ho(o||t)},v.update=function(t,o){return To(ho(t,_(o)?{read:o}:o),"order")},v.props=function(t,o){if(x(o)){const n={};for(const e of o)n[e]=String;o=n}return v.methods(t,o)},v.computed=v.methods=function(t,o){return o?t?{...t,...o}:o:t},v.i18n=v.data=function(t,o,n){return n?vn(t,o,n):o?t?function(e){return vn(t,o,e)}:o:t};function vn(t,o,n){return v.computed(_(t)?t.call(n,n):t,_(o)?o.call(n,n):o)}function ho(t,o){return t=t&&!x(t)?[t]:t,o?t?t.concat(o):x(o)?o:[o]:t}function _r(t,o){return O(o)?t:o}function gt(t,o,n){const e={};if(_(o)&&(o=o.options),o.extends&&(t=gt(t,o.extends,n)),o.mixins)for(const s of o.mixins)t=gt(t,s,n);for(const s in t)r(s);for(const s in o)M(t,s)||r(s);function r(s){e[s]=(v[s]||_r)(t[s],o[s],n)}return e}function bn(t,o=[]){try{return t?F(t,"{")?JSON.parse(t):o.length&&!Y(t,":")?{[o[0]]:t}:t.split(";").reduce((n,e)=>{const[r,s]=e.split(/:(.*)/);return r&&!O(s)&&(n[r.trim()]=s.trim()),n},{}):{}}catch{return{}}}function po(t,o){return t===Boolean?Lt(o):t===Number?it(o):t==="list"?Cr(o):t===Object&&w(o)?bn(o):t?t(o):o}function Cr(t){return x(t)?t:w(t)?t.split(/,(?![^(]*\))/).map(o=>$t(o)?it(o):Lt(o.trim())):[t]}function Ar(t){const o=$n(t.$options);for(let e in o)O(o[e])||(t.$props[e]=o[e]);const n=[t.$options.computed,t.$options.methods];for(let e in t.$props)e in o&&Sr(n,e)&&(t[e]=t.$props[e])}function $n(t){const o={},{args:n=[],props:e={},el:r,id:s}=t;if(!e)return o;for(const f in e){const u=et(f);let a=Wt(r,u);O(a)||(a=e[f]===Boolean&&a===""?!0:po(e[f],a),!(u==="target"&&F(a,"_"))&&(o[f]=a))}const i=bn(Wt(r,s),n);for(const f in i){const u=rt(f);O(e[u])||(o[u]=po(e[u],i[f]))}return o}function Sr(t,o){return t.every(n=>!n||!M(n,o))}function Ir(t){const{$options:o,$props:n}=t,{id:e,attrs:r,props:s,el:i}=o;if(!s||r===!1)return;const f=x(r)?r:Object.keys(s),u=f.map(d=>et(d)).concat(e),a=new MutationObserver(d=>{const m=$n(o);d.some(({attributeName:$})=>{const P=$.replace("data-","");return(P===e?f:[rt(P),rt($)]).some(y=>!O(m[y])&&m[y]!==n[y])})&&t.$reset()});a.observe(i,{attributes:!0,attributeFilter:u.concat(u.map(d=>`data-${d}`))}),uo(t,a)}function ot(t,o){var n;(n=t.$options[o])==null||n.forEach(e=>e.call(t))}function yn(t){t._connected||(t._data={},t._computed={},Ar(t),ot(t,"beforeConnect"),t._connected=!0,Er(t),vr(t),Ir(t),Pr(t),ot(t,"connected"),ao(t))}function xn(t){t._connected&&(ot(t,"beforeDisconnect"),br(t),Or(t),ot(t,"disconnected"),t._connected=!1,delete t._watch)}function Nr(t){const{computed:o}=t.$options;if(t._computed={},o)for(const n in o)Mr(t,n,o[n])}function Mr(t,o,n){Object.defineProperty(t,o,{enumerable:!0,get(){const{_computed:e,$props:r,$el:s}=t;return M(e,o)||(e[o]=(n.get||n).call(t,r,s)),e[o]},set(e){const{_computed:r}=t;r[o]=n.set?n.set.call(t,e):e,O(r[o])&&delete r[o]}})}let Rr=0;function Tn(t,o={}){o.data=Fr(o,t.constructor.options),t.$options=gt(t.constructor.options,o,t),t.$props={},t._uid=Rr++,Dr(t),Lr(t),Nr(t),ot(t,"created"),o.el&&t.$mount(o.el)}function Dr(t){const{data:o={}}=t.$options;for(const n in o)t.$props[n]=t[n]=o[n]}function Lr(t){const{methods:o}=t.$options;if(o)for(const n in o)t[n]=o[n].bind(t)}function Fr({data:t={}},{args:o=[],props:n={}}){x(t)&&(t=t.slice(0,o.length).reduce((e,r,s)=>(D(r)?Nt(e,r):e[o[s]]=r,e),{}));for(const e in t)O(t[e])?delete t[e]:n[e]&&(t[e]=po(n[e],t[e]));return t}const p=function(t){Tn(this,t)};p.util=wr,p.options={},p.version="3.16.5-dev.dda1f1b31";const Br="uk-",q="__uikit__",mt={};function Pn(t,o){var n;const e=Br+et(t);if(!o)return D(mt[e])&&(mt[e]=p.extend(mt[e])),mt[e];t=rt(t),p[t]=(s,i)=>go(t,s,i);const r=D(o)?{...o}:o.options;return r.id=e,r.name=t,(n=r.install)==null||n.call(r,p,r,t),p._initialized&&!r.functional&&requestAnimationFrame(()=>go(t,`[${e}],[data-${e}]`)),mt[e]=r}function go(t,o,n){const e=Pn(t);return e.options.functional?new e({data:D(o)?o:[...arguments]}):o?Zo(o).map(r)[0]:r();function r(s){const i=wo(s,t);if(i)if(n)i.$destroy();else return i;return new e({el:s,data:n})}}function mo(t){return t[q]||{}}function wo(t,o){return mo(t)[o]}function jr(t,o){t[q]||(t[q]={}),t[q][o.$options.name]=o}function zr(t,o){var n;(n=t[q])==null||delete n[o.$options.name],yo(t[q])||delete t[q]}p.component=Pn,p.getComponents=mo,p.getComponent=wo,p.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},p.mixin=function(t,o){o=(w(o)?this.component(o):o)||this,o.options=gt(o.options,t)},p.extend=function(t){t=t||{};const o=this,n=function(r){Tn(this,r)};return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.options=gt(o.options,t),n.super=o,n.extend=o.extend,n};function En(t,o){t=t?g(t):document.body;for(const n of qt(t).reverse())On(n,o);kt(t,n=>On(n,o))}p.update=En;function On(t,o){const n=mo(t);for(const e in n)ao(n[e],o)}let _n;Object.defineProperty(p,"container",{get(){return _n||document.body},set(t){_n=W(t)}}),p.prototype.$mount=function(t){const o=this;jr(t,o),o.$options.el=t,Pt(t,document)&&yn(o)},p.prototype.$destroy=function(t=!1){const o=this,{el:n}=o.$options;n&&xn(o),ot(o,"destroy"),zr(n,o),t&&Vt(o.$el)},p.prototype.$create=go,p.prototype.$emit=function(t){ao(this,t)},p.prototype.$update=function(t=this.$el,o){En(t,o)},p.prototype.$reset=function(){xn(this),yn(this)},p.prototype.$getComponent=wo,Object.defineProperties(p.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(p,"container")});function Cn(t,o=t.$el,n=""){if(o.id)return o.id;let e=`${t.$options.id}-${t._uid}${n}`;return W(`#${e}`)&&(e=Cn(t,o,`${n}-2`)),e}var An={mixins:[nt,Rn,Bn],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["uk-animation-scale-up"],duration:100,cls:"uk-active"},beforeConnect(){this.id=Cn(this),this._hasTitle=c.hasAttr(this.$el,"title"),c.attr(this.$el,{title:"","aria-describedby":this.id}),Wr(this.$el)},disconnected(){this.hide(),c.attr(this.$el,"title")||c.attr(this.$el,"title",this._hasTitle?this.title:null)},methods:{show(){this.isToggled(this.tooltip||null)||!this.title||(clearTimeout(this.showTimer),this.showTimer=setTimeout(this._show,this.delay))},async hide(){c.matches(this.$el,"input:focus")||(clearTimeout(this.showTimer),this.isToggled(this.tooltip||null)&&(await this.toggleElement(this.tooltip,!1,!1),c.remove(this.tooltip),this.tooltip=null))},_show(){this.tooltip=c.append(this.container,`<div id="${this.id}" class="uk-${this.$options.name}" role="tooltip"> <div class="uk-${this.$options.name}-inner">${this.title}</div> </div>`),c.on(this.tooltip,"toggled",(t,o)=>{if(!o)return;const n=()=>this.positionAt(this.tooltip,this.$el);n();const[e,r]=Hr(this.tooltip,this.$el,this.pos);this.origin=this.axis==="y"?`${c.flipPosition(e)}-${r}`:`${r}-${c.flipPosition(e)}`;const s=[c.once(document,`keydown ${c.pointerDown}`,this.hide,!1,i=>i.type===c.pointerDown&&!c.within(i.target,this.$el)||i.type==="keydown"&&i.keyCode===zn.ESC),c.on([document,...c.overflowParents(this.$el)],"scroll",n,{passive:!0})];c.once(this.tooltip,"hide",()=>s.forEach(i=>i()),{self:!0})}),this.toggleElement(this.tooltip,!0)}},events:{focus:"show",blur:"hide",[`${c.pointerEnter} ${c.pointerLeave}`](t){c.isTouch(t)||this[t.type===c.pointerEnter?"show":"hide"]()},[c.pointerDown](t){c.isTouch(t)&&this.show()}}};function Wr(t){c.isFocusable(t)||c.attr(t,"tabindex","0")}function Hr(t,o,[n,e]){const r=c.offset(t),s=c.offset(o),i=[["left","right"],["top","bottom"]];for(const u of i){if(r[u[0]]>=s[u[1]]){n=u[1];break}if(r[u[1]]<=s[u[0]]){n=u[0];break}}const f=c.includes(i[0],n)?i[1]:i[0];return r[f[0]]===s[f[0]]?e=f[0]:r[f[1]]===s[f[1]]?e=f[1]:e="center",[n,e]}return typeof window<"u"&&window.UIkit&&window.UIkit.component("tooltip",An),An});
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(f,nt){typeof exports=="object"&&typeof module<"u"?module.exports=nt(require("uikit-util")):typeof define=="function"&&define.amd?define("uikittooltip",["uikit-util"],nt):(f=typeof globalThis<"u"?globalThis:f||self,f.UIkitTooltip=nt(f.UIkit.util))})(this,function(f){"use strict";var nt={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&f.$(t)}}},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"},computed:{hasAnimation({animation:t}){return!!t[0]},hasTransition({animation:t}){return["slide","reveal"].some(o=>f.startsWith(t[0],o))}},methods:{toggleElement(t,o,n){return new Promise(e=>Promise.all(f.toNodes(t).map(r=>{const s=f.isBoolean(o)?o:!this.isToggled(r);if(!f.trigger(r,`before${s?"show":"hide"}`,[this]))return Promise.reject();const i=(f.isFunction(n)?n:n===!1||!this.hasAnimation?Dn:this.hasTransition?Ln:Fn)(r,s,this),c=s?this.clsEnter:this.clsLeave;f.addClass(r,c),f.trigger(r,s?"show":"hide",[this]);const u=()=>{f.removeClass(r,c),f.trigger(r,s?"shown":"hidden",[this])};return i?i.then(u,()=>(f.removeClass(r,c),Promise.reject())):u()})).then(e,f.noop))},isToggled(t=this.$el){return[t]=f.toNodes(t),f.hasClass(t,this.clsEnter)?!0:f.hasClass(t,this.clsLeave)?!1:this.cls?f.hasClass(t,this.cls.split(" ")[0]):f.isVisible(t)},_toggle(t,o){if(!t)return;o=Boolean(o);let n;this.cls?(n=f.includes(this.cls," ")||o!==f.hasClass(t,this.cls),n&&f.toggleClass(t,this.cls,f.includes(this.cls," ")?void 0:o)):(n=o===t.hidden,n&&(t.hidden=!o)),f.$$("[autofocus]",t).some(e=>f.isVisible(e)?e.focus()||!0:e.blur()),n&&f.trigger(t,"toggled",[o,this])}}};function Dn(t,o,{_toggle:n}){return f.Animation.cancel(t),f.Transition.cancel(t),n(t,o)}async function Ln(t,o,{animation:n,duration:e,velocity:r,transition:s,_toggle:i}){var c;const[u="reveal",a="top"]=((c=n[0])==null?void 0:c.split("-"))||[],d=[["left","right"],["top","bottom"]],m=d[f.includes(d[0],a)?0:1],$=m[1]===a,y=["width","height"][d.indexOf(m)],E=`margin-${m[0]}`,b=`margin-${a}`;let wt=f.dimensions(t)[y];const qr=f.Transition.inProgress(t);await f.Transition.cancel(t),o&&i(t,!0);const Xr=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",E,b].map(Mn=>[Mn,t.style[Mn]])),vt=f.dimensions(t),vo=f.toFloat(f.css(t,E)),Sn=f.toFloat(f.css(t,b)),X=vt[y]+Sn;!qr&&!o&&(wt+=Sn);const[It]=f.wrapInner(t,"<div>");f.css(It,{boxSizing:"border-box",height:vt.height,width:vt.width,...f.css(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",b])}),f.css(t,{padding:0,border:0,minWidth:0,minHeight:0,[b]:0,width:vt.width,height:vt.height,overflow:"hidden",[y]:wt});const In=wt/X;e=(r*X+e)*(o?1-In:In);const Nn={[y]:o?X:0};$&&(f.css(t,E,X-wt+vo),Nn[E]=o?vo:X+vo),!$^u==="reveal"&&(f.css(It,E,-X+wt),f.Transition.start(It,{[E]:o?0:-X},e,s));try{await f.Transition.start(t,Nn,e,s)}finally{f.css(t,Xr),f.unwrap(It.firstChild),o||i(t,!1)}}function Fn(t,o,n){f.Animation.cancel(t);const{animation:e,duration:r,_toggle:s}=n;return o?(s(t,!0),f.Animation.in(t,e[0],r,n.origin)):f.Animation.out(t,e[1]||e[0],r,n.origin).then(()=>s(t,!1))}var Bn={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${f.isRtl?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=f.includes(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,o,n){let e=[this.getPositionOffset(t),this.getShiftOffset(t)];const r=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:f.flipPosition(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const u in s)s[u].reverse();e.reverse(),r.reverse()}const i=jn(t),c=f.dimensions(t);f.css(t,{top:-c.height,left:-c.width}),f.positionAt(t,o,{attach:s,offset:e,boundary:n,placement:r,viewportOffset:this.getViewportOffset(t)}),i()},getPositionOffset(t){return f.toPx(this.offset===!1?f.css(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(f.includes(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:f.toPx(f.css(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(f.includes(["left","top"],this.align)?1:-1)},getViewportOffset(t){return f.toPx(f.css(t,"--uk-position-viewport-offset"))}}};function jn(t){const[o]=f.scrollParents(t),{scrollTop:n}=o;return()=>{n!==o.scrollTop&&(o.scrollTop=n)}}const zn={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40},{hasOwnProperty:Wn,toString:Hn}=Object.prototype;function M(t,o){return Wn.call(t,o)}const qn=/\B([A-Z])/g,et=I(t=>t.replace(qn,"-$1").toLowerCase()),Xn=/-(\w)/g,rt=I(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(Xn,(o,n)=>n.toUpperCase())),L=I(t=>t.charAt(0).toUpperCase()+t.slice(1));function F(t,o){var n;return(n=t==null?void 0:t.startsWith)==null?void 0:n.call(t,o)}function Yn(t,o){var n;return(n=t==null?void 0:t.endsWith)==null?void 0:n.call(t,o)}function Y(t,o){var n;return(n=t==null?void 0:t.includes)==null?void 0:n.call(t,o)}function bo(t,o){var n;return(n=t==null?void 0:t.findIndex)==null?void 0:n.call(t,o)}const{isArray:x,from:Jn}=Array,{assign:Nt}=Object;function _(t){return typeof t=="function"}function R(t){return t!==null&&typeof t=="object"}function D(t){return Hn.call(t)==="[object Object]"}function J(t){return R(t)&&t===t.window}function bt(t){return Rt(t)===9}function Mt(t){return Rt(t)>=1}function st(t){return Rt(t)===1}function Rt(t){return!J(t)&&R(t)&&t.nodeType}function $o(t){return typeof t=="boolean"}function w(t){return typeof t=="string"}function Dt(t){return typeof t=="number"}function $t(t){return Dt(t)||w(t)&&!isNaN(t-parseFloat(t))}function yo(t){return!(x(t)?t.length:R(t)&&Object.keys(t).length)}function O(t){return t===void 0}function Lt(t){return $o(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function it(t){const o=Number(t);return isNaN(o)?!1:o}function T(t){return parseFloat(t)||0}function g(t){return l(t)[0]}function l(t){return Mt(t)?[t]:Array.from(t||[]).filter(Mt)}function K(t){if(J(t))return t;t=g(t);const o=bt(t)?t:t==null?void 0:t.ownerDocument;return(o==null?void 0:o.defaultView)||window}function Ft(t,o){return t===o||R(t)&&R(o)&&Object.keys(t).length===Object.keys(o).length&&yt(t,(n,e)=>n===o[e])}function Kn(t,o,n){return t.replace(new RegExp(`${o}|${n}`,"g"),e=>e===o?n:o)}function xo(t){return t[t.length-1]}function yt(t,o){for(const n in t)if(o(t[n],n)===!1)return!1;return!0}function To(t,o){return t.slice().sort(({[o]:n=0},{[o]:e=0})=>n>e?1:e>n?-1:0)}function Bt(t,o){return t.reduce((n,e)=>n+T(_(o)?o(e):e[o]),0)}function Gn(t,o){const n=new Set;return t.filter(({[o]:e})=>n.has(e)?!1:n.add(e))}function Zn(t,o){return o.reduce((n,e)=>({...n,[e]:t[e]}),{})}function G(t,o=0,n=1){return Math.min(Math.max(it(t)||0,o),n)}function xt(){}function Po(...t){return[["bottom","top"],["right","left"]].every(([o,n])=>Math.min(...t.map(({[o]:e})=>e))-Math.max(...t.map(({[n]:e})=>e))>0)}function jt(t,o){return t.x<=o.right&&t.x>=o.left&&t.y<=o.bottom&&t.y>=o.top}function zt(t,o,n){const e=o==="width"?"height":"width";return{[e]:t[o]?Math.round(n*t[e]/t[o]):t[e],[o]:n}}function Eo(t,o){t={...t};for(const n in t)t=t[n]>o[n]?zt(t,n,o[n]):t;return t}function Qn(t,o){t=Eo(t,o);for(const n in t)t=t[n]<o[n]?zt(t,n,o[n]):t;return t}const Vn={ratio:zt,contain:Eo,cover:Qn};function kn(t,o,n=0,e=!1){o=l(o);const{length:r}=o;return r?(t=$t(t)?it(t):t==="next"?n+1:t==="previous"?n-1:t==="last"?r-1:o.indexOf(g(t)),e?G(t,0,r-1):(t%=r,t<0?t+r:t)):-1}function I(t){const o=Object.create(null);return n=>o[n]||(o[n]=t(n))}class Un{constructor(){this.promise=new Promise((o,n)=>{this.reject=n,this.resolve=o})}}function B(t,o,n){var e;if(R(o)){for(const r in o)B(t,r,o[r]);return}if(O(n))return(e=g(t))==null?void 0:e.getAttribute(o);for(const r of l(t))_(n)&&(n=n.call(r,B(r,o))),n===null?_o(r,o):r.setAttribute(o,n)}function Oo(t,o){return l(t).some(n=>n.hasAttribute(o))}function _o(t,o){l(t).forEach(n=>n.removeAttribute(o))}function Wt(t,o){for(const n of[o,`data-${o}`])if(Oo(t,n))return B(t,n)}const te={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function oe(t){return l(t).some(o=>te[o.tagName.toLowerCase()])}function Tt(t){return l(t).some(o=>o.offsetWidth||o.offsetHeight||o.getClientRects().length)}const Ht="input,select,textarea,button";function ne(t){return l(t).some(o=>Z(o,Ht))}const Co=`${Ht},a[href],[tabindex]`;function ee(t){return Z(t,Co)}function ct(t){var o;return(o=g(t))==null?void 0:o.parentElement}function Ao(t,o){return l(t).filter(n=>Z(n,o))}function Z(t,o){return l(t).some(n=>n.matches(o))}function ft(t,o){return st(t)?t.closest(F(o,">")?o.slice(1):o):l(t).map(n=>ft(n,o)).filter(Boolean)}function Pt(t,o){return w(o)?!!ft(t,o):g(o).contains(g(t))}function qt(t,o){const n=[];for(;t=ct(t);)(!o||Z(t,o))&&n.push(t);return n}function So(t,o){t=g(t);const n=t?l(t.children):[];return o?Ao(n,o):n}function Io(t,o){return o?l(t).indexOf(g(o)):So(ct(t)).indexOf(t)}function No(t){return t=g(t),t&&["origin","pathname","search"].every(o=>t[o]===location[o])}function re(t){if(No(t)){t=g(t);const o=decodeURIComponent(t.hash).substring(1);return document.getElementById(o)||document.getElementsByName(o)[0]}}function se(t,o){return Xt(t,Ro(t,o))}function ie(t,o){return ut(t,Ro(t,o))}function Xt(t,o){return g(Do(t,g(o),"querySelector"))}function ut(t,o){return l(Do(t,g(o),"querySelectorAll"))}const ce=/(^|[^\\],)\s*[!>+~-]/,Mo=I(t=>t.match(ce));function Ro(t,o=document){return w(t)&&Mo(t)||bt(o)?o:o.ownerDocument}const fe=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,ue=I(t=>t.replace(fe,"$1 *"));function Do(t,o=document,n){if(!t||!w(t))return t;if(t=ue(t),Mo(t)){const e=de(t);t="";for(let r of e){let s=o;if(r[0]==="!"){const i=r.substr(1).trim().split(" ");if(s=ft(ct(o),i[0]),r=i.slice(1).join(" ").trim(),!r.length&&e.length===1)return s}if(r[0]==="-"){const i=r.substr(1).trim().split(" "),c=(s||o).previousElementSibling;s=Z(c,r.substr(1))?c:null,r=i.slice(1).join(" ")}s&&(t+=`${t?",":""}${le(s)} ${r}`)}o=document}try{return o[n](t)}catch{return null}}const ae=/.*?[^\\](?:,|$)/g,de=I(t=>t.match(ae).map(o=>o.replace(/,$/,"").trim()));function le(t){const o=[];for(;t.parentNode;){const n=B(t,"id");if(n){o.unshift(`#${Lo(n)}`);break}else{let{tagName:e}=t;e!=="HTML"&&(e+=`:nth-child(${Io(t)+1})`),o.unshift(e),t=t.parentNode}}return o.join(" > ")}function Lo(t){return w(t)?CSS.escape(t):""}function j(...t){let[o,n,e,r,s=!1]=Yt(t);r.length>1&&(r=pe(r)),s!=null&&s.self&&(r=ge(r)),e&&(r=he(e,r));for(const i of n)for(const c of o)c.addEventListener(i,r,s);return()=>Fo(o,n,r,s)}function Fo(...t){let[o,n,,e,r=!1]=Yt(t);for(const s of n)for(const i of o)i.removeEventListener(s,e,r)}function Q(...t){const[o,n,e,r,s=!1,i]=Yt(t),c=j(o,n,e,u=>{const a=!i||i(u);a&&(c(),r(u,a))},s);return c}function z(t,o,n){return Jt(t).every(e=>e.dispatchEvent(Bo(o,!0,!0,n)))}function Bo(t,o=!0,n=!1,e){return w(t)&&(t=new CustomEvent(t,{bubbles:o,cancelable:n,detail:e})),t}function Yt(t){return t[0]=Jt(t[0]),w(t[1])&&(t[1]=t[1].split(" ")),_(t[2])&&t.splice(2,0,!1),t}function he(t,o){return n=>{const e=t[0]===">"?ut(t,n.currentTarget).reverse().filter(r=>Pt(n.target,r))[0]:ft(n.target,t);e&&(n.current=e,o.call(this,n),delete n.current)}}function pe(t){return o=>x(o.detail)?t(o,...o.detail):t(o)}function ge(t){return function(o){if(o.target===o.currentTarget||o.target===o.current)return t.call(null,o)}}function jo(t){return t&&"addEventListener"in t}function me(t){return jo(t)?t:g(t)}function Jt(t){return x(t)?t.map(me).filter(Boolean):w(t)?ut(t):jo(t)?[t]:l(t)}function we(t){return t.pointerType==="touch"||!!t.touches}function zo(t){var o,n;const{clientX:e,clientY:r}=((o=t.touches)==null?void 0:o[0])||((n=t.changedTouches)==null?void 0:n[0])||t;return{x:e,y:r}}const ve={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function h(t,o,n,e){const r=l(t);for(const s of r)if(w(o)){if(o=Kt(o),O(n))return getComputedStyle(s).getPropertyValue(o);s.style.setProperty(o,$t(n)&&!ve[o]?`${n}px`:n||Dt(n)?n:"",e)}else if(x(o)){const i={};for(const c of o)i[c]=h(s,c);return i}else R(o)&&(e=n,yt(o,(i,c)=>h(s,c,i,e)));return r[0]}const Kt=I(t=>be(t));function be(t){if(F(t,"--"))return t;t=et(t);const{style:o}=document.documentElement;if(t in o)return t;for(const n of["webkit","moz"]){const e=`-${n}-${t}`;if(e in o)return e}}function V(t,...o){qo(t,o,"add")}function Gt(t,...o){qo(t,o,"remove")}function Wo(t,o){B(t,"class",n=>(n||"").replace(new RegExp(`\\b${o}\\b\\s?`,"g"),""))}function $e(t,...o){o[0]&&Gt(t,o[0]),o[1]&&V(t,o[1])}function Ho(t,o){return[o]=Zt(o),!!o&&l(t).some(n=>n.classList.contains(o))}function ye(t,o,n){const e=Zt(o);O(n)||(n=!!n);for(const r of l(t))for(const s of e)r.classList.toggle(s,n)}function qo(t,o,n){o=o.reduce((e,r)=>e.concat(Zt(r)),[]);for(const e of l(t))e.classList[n](...o)}function Zt(t){return String(t).split(/[ ,]/).filter(Boolean)}function xe(t,o,n=400,e="linear"){return n=Math.round(n),Promise.all(l(t).map(r=>new Promise((s,i)=>{for(const u in o){const a=h(r,u);a===""&&h(r,u,a)}const c=setTimeout(()=>z(r,"transitionend"),n);Q(r,"transitionend transitioncanceled",({type:u})=>{clearTimeout(c),Gt(r,"uk-transition"),h(r,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),u==="transitioncanceled"?i():s(r)},{self:!0}),V(r,"uk-transition"),h(r,{transitionProperty:Object.keys(o).map(Kt).join(","),transitionDuration:`${n}ms`,transitionTimingFunction:e,...o})})))}const Te={start:xe,async stop(t){z(t,"transitionend"),await Promise.resolve()},async cancel(t){z(t,"transitioncanceled"),await Promise.resolve()},inProgress(t){return Ho(t,"uk-transition")}},at="uk-animation-";function Xo(t,o,n=200,e,r){return Promise.all(l(t).map(s=>new Promise((i,c)=>{z(s,"animationcanceled");const u=setTimeout(()=>z(s,"animationend"),n);Q(s,"animationend animationcanceled",({type:a})=>{clearTimeout(u),a==="animationcanceled"?c():i(s),h(s,"animationDuration",""),Wo(s,`${at}\\S*`)},{self:!0}),h(s,"animationDuration",`${n}ms`),V(s,o,at+(r?"leave":"enter")),F(o,at)&&(e&&V(s,`uk-transform-origin-${e}`),r&&V(s,`${at}reverse`))})))}const Pe=new RegExp(`${at}(enter|leave)`),Ee={in:Xo,out(t,o,n,e){return Xo(t,o,n,e,!0)},inProgress(t){return Pe.test(B(t,"class"))},cancel(t){z(t,"animationcanceled")}};function Oe(t){if(document.readyState!=="loading"){t();return}Q(document,"DOMContentLoaded",t)}function Qt(t,...o){return o.some(n=>{var e;return((e=t==null?void 0:t.tagName)==null?void 0:e.toLowerCase())===n.toLowerCase()})}function Yo(t){return t=W(t),t.innerHTML="",t}function _e(t,o){return O(o)?W(t).innerHTML:dt(Yo(t),o)}const Ce=Et("prepend"),dt=Et("append"),Jo=Et("before"),Ae=Et("after");function Et(t){return function(o,n){var e;const r=l(w(n)?Ot(n):n);return(e=W(o))==null||e[t](...r),Go(r)}}function Vt(t){l(t).forEach(o=>o.remove())}function Ko(t,o){for(o=g(Jo(t,o));o.firstChild;)o=o.firstChild;return dt(o,t),o}function Se(t,o){return l(l(t).map(n=>n.hasChildNodes()?Ko(l(n.childNodes),o):dt(n,o)))}function Ie(t){l(t).map(ct).filter((o,n,e)=>e.indexOf(o)===n).forEach(o=>o.replaceWith(...o.childNodes))}const Ne=/^\s*<(\w+|!)[^>]*>/,Me=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function Ot(t){const o=Me.exec(t);if(o)return document.createElement(o[1]);const n=document.createElement("div");return Ne.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,Go(n.childNodes)}function Go(t){return t.length>1?t:t[0]}function kt(t,o){if(st(t))for(o(t),t=t.firstElementChild;t;){const n=t.nextElementSibling;kt(t,o),t=n}}function W(t,o){return Qo(t)?g(Ot(t)):Xt(t,o)}function Zo(t,o){return Qo(t)?l(Ot(t)):ut(t,o)}function Qo(t){return w(t)&&F(t.trim(),"<")}const H={width:["left","right"],height:["top","bottom"]};function Ut(t){const o=st(t)?g(t).getBoundingClientRect():{height:ko(t),width:oo(t),top:0,left:0};return{height:o.height,width:o.width,top:o.top,left:o.left,bottom:o.top+o.height,right:o.left+o.width}}function A(t,o){const n=Ut(t);if(t){const{scrollY:r,scrollX:s}=K(t),i={height:r,width:s};for(const c in H)for(const u of H[c])n[u]+=i[c]}if(!o)return n;const e=h(t,"position");yt(h(t,["left","top"]),(r,s)=>h(t,s,o[s]-n[s]+T(e==="absolute"&&r==="auto"?Vo(t)[s]:r)))}function Vo(t){let{top:o,left:n}=A(t);const{ownerDocument:{body:e,documentElement:r},offsetParent:s}=g(t);let i=s||r;for(;i&&(i===e||i===r)&&h(i,"position")==="static";)i=i.parentNode;if(st(i)){const c=A(i);o-=c.top+T(h(i,"borderTopWidth")),n-=c.left+T(h(i,"borderLeftWidth"))}return{top:o-T(h(t,"marginTop")),left:n-T(h(t,"marginLeft"))}}function to(t){t=g(t);const o=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(o[0]+=t.offsetTop+T(h(t,"borderTopWidth")),o[1]+=t.offsetLeft+T(h(t,"borderLeftWidth")),h(t,"position")==="fixed"){const n=K(t);return o[0]+=n.scrollY,o[1]+=n.scrollX,o}return o}const ko=Uo("height"),oo=Uo("width");function Uo(t){const o=L(t);return(n,e)=>{if(O(e)){if(J(n))return n[`inner${o}`];if(bt(n)){const r=n.documentElement;return Math.max(r[`offset${o}`],r[`scroll${o}`])}return n=g(n),e=h(n,t),e=e==="auto"?n[`offset${o}`]:T(e)||0,e-no(n,t)}else return h(n,t,!e&&e!==0?"":+e+no(n,t)+"px")}}function no(t,o,n="border-box"){return h(t,"boxSizing")===n?Bt(H[o].map(L),e=>T(h(t,`padding${e}`))+T(h(t,`border${e}Width`))):0}function Re(t){for(const o in H)for(const n in H[o])if(H[o][n]===t)return H[o][1-n];return t}function De(t,o="width",n=window,e=!1){return w(t)?Bt(Fe(t),r=>{const s=je(r);return s?ze(s==="vh"?We():s==="vw"?oo(K(n)):e?n[`offset${L(o)}`]:Ut(n)[o],r):r}):T(t)}const Le=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,Fe=I(t=>t.toString().replace(/\s/g,"").match(Le)||[]),Be=/(?:v[hw]|%)$/,je=I(t=>(t.match(Be)||[])[0]);function ze(t,o){return t*T(o)/100}let lt,k;function We(){return lt||(k||(k=W("<div>"),h(k,{height:"100vh",position:"fixed"}),j(window,"resize",()=>lt=null)),dt(document.body,k),lt=k.clientHeight,Vt(k),lt)}const ht=typeof window<"u",He=ht&&document.dir==="rtl",U=ht&&"ontouchstart"in window,tt=ht&&window.PointerEvent,qe=tt?"pointerdown":U?"touchstart":"mousedown",Xe=tt?"pointermove":U?"touchmove":"mousemove",Ye=tt?"pointerup":U?"touchend":"mouseup",Je=tt?"pointerenter":U?"":"mouseenter",Ke=tt?"pointerleave":U?"":"mouseleave",Ge=tt?"pointercancel":"touchcancel",S={reads:[],writes:[],read(t){return this.reads.push(t),ro(),t},write(t){return this.writes.push(t),ro(),t},clear(t){on(this.reads,t),on(this.writes,t)},flush:eo};function eo(t){tn(S.reads),tn(S.writes.splice(0)),S.scheduled=!1,(S.reads.length||S.writes.length)&&ro(t+1)}const Ze=4;function ro(t){S.scheduled||(S.scheduled=!0,t&&t<Ze?Promise.resolve().then(()=>eo(t)):requestAnimationFrame(()=>eo(1)))}function tn(t){let o;for(;o=t.shift();)try{o()}catch(n){console.error(n)}}function on(t,o){const n=t.indexOf(o);return~n&&t.splice(n,1)}function nn(){}nn.prototype={positions:[],init(){this.positions=[];let t;this.unbind=j(document,"mousemove",o=>t=zo(o)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const o=t.getBoundingClientRect(),{left:n,right:e,top:r,bottom:s}=o,[i]=this.positions,c=xo(this.positions),u=[i,c];return jt(c,o)?!1:[[{x:n,y:r},{x:e,y:s}],[{x:n,y:s},{x:e,y:r}]].some(d=>{const m=Qe(u,d);return m&&jt(m,o)})}};function Qe([{x:t,y:o},{x:n,y:e}],[{x:r,y:s},{x:i,y:c}]){const u=(c-s)*(n-t)-(i-r)*(e-o);if(u===0)return!1;const a=((i-r)*(o-s)-(c-s)*(t-r))/u;return a<0?!1:{x:t+a*(n-t),y:o+a*(e-o)}}function Ve(t,o,n={},e=!0){const r=new IntersectionObserver(e?(s,i)=>{s.some(c=>c.isIntersecting)&&o(s,i)}:o,n);for(const s of l(t))r.observe(s);return r}const ke=ht&&window.ResizeObserver;function Ue(t,o,n={box:"border-box"}){return ke?en(ResizeObserver,t,o,n):(tr(),pt.add(o),{observe:xt,unobserve:xt,disconnect(){pt.delete(o)}})}let pt;function tr(){if(pt)return;pt=new Set;let t;const o=()=>{if(!t){t=!0,requestAnimationFrame(()=>t=!1);for(const n of pt)n()}};j(window,"load resize",o),j(document,"loadedmetadata load",o,!0)}function or(t,o,n){return en(MutationObserver,t,o,n)}function en(t,o,n,e){const r=new t(n);for(const s of l(o))r.observe(s,e);return r}function nr(t){if(Ct(t)&&so(t,{func:"playVideo",method:"play"}),_t(t))try{t.play().catch(xt)}catch{}}function er(t){Ct(t)&&so(t,{func:"pauseVideo",method:"pause"}),_t(t)&&t.pause()}function rr(t){Ct(t)&&so(t,{func:"mute",method:"setVolume",value:0}),_t(t)&&(t.muted=!0)}function sr(t){return _t(t)||Ct(t)}function _t(t){return Qt(t,"video")}function Ct(t){return Qt(t,"iframe")&&(rn(t)||sn(t))}function rn(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 so(t,o){await cr(t),cn(t,o)}function cn(t,o){try{t.contentWindow.postMessage(JSON.stringify({event:"command",...o}),"*")}catch{}}const io="_ukPlayer";let ir=0;function cr(t){if(t[io])return t[io];const o=rn(t),n=sn(t),e=++ir;let r;return t[io]=new Promise(s=>{o&&Q(t,"load",()=>{const i=()=>cn(t,{event:"listening",id:e});r=setInterval(i,100),i()}),Q(window,"message",s,!1,({data:i})=>{try{return i=JSON.parse(i),o&&(i==null?void 0:i.id)===e&&i.event==="onReady"||n&&Number(i==null?void 0:i.player_id)===e}catch{}}),t.src=`${t.src}${Y(t.src,"?")?"&":"?"}${o?"enablejsapi=1":`api=1&player_id=${e}`}`}).then(()=>clearInterval(r))}function fr(t,o=0,n=0){return Tt(t)?Po(...co(t).map(e=>{const{top:r,left:s,bottom:i,right:c}=N(e);return{top:r-o,left:s-n,bottom:i+o,right:c+n}}).concat(A(t))):!1}function ur(t,{offset:o=0}={}){const n=Tt(t)?At(t,!1,["hidden"]):[];return n.reduce((i,c,u)=>{const{scrollTop:a,scrollHeight:d,offsetHeight:m}=c,$=N(c),P=d-$.height,{height:y,top:E}=n[u-1]?N(n[u-1]):A(t);let b=Math.ceil(E-$.top-o+a);return o>0&&m<y+o?b+=o:o=0,b>P?(o-=b-P,b=P):b<0&&(o-=b,b=0),()=>e(c,b-a).then(i)},()=>Promise.resolve())();function e(i,c){return new Promise(u=>{const a=i.scrollTop,d=r(Math.abs(c)),m=Date.now();(function $(){const P=s(G((Date.now()-m)/d));i.scrollTop=a+c*P,P===1?u():requestAnimationFrame($)})()})}function r(i){return 40*Math.pow(i,.375)}function s(i){return .5*(1-Math.cos(Math.PI*i))}}function ar(t,o=0,n=0){if(!Tt(t))return 0;const[e]=At(t,!0),{scrollHeight:r,scrollTop:s}=e,{height:i}=N(e),c=r-i,u=to(t)[0]-to(e)[0],a=Math.max(0,u-i+o),d=Math.min(c,u+t.offsetHeight-n);return G((s-a)/(d-a))}function At(t,o=!1,n=[]){const e=fn(t);let r=qt(t).reverse();r=r.slice(r.indexOf(e)+1);const s=bo(r,i=>h(i,"position")==="fixed");return~s&&(r=r.slice(s)),[e].concat(r.filter(i=>h(i,"overflow").split(" ").some(c=>Y(["auto","scroll",...n],c))&&(!o||i.scrollHeight>N(i).height))).reverse()}function co(t){return At(t,!1,["hidden","clip"])}function N(t){const o=K(t),{visualViewport:n,document:{documentElement:e}}=o;let r=t===fn(t)?o:t;if(J(r)&&n){let{height:i,width:c,scale:u,pageTop:a,pageLeft:d}=n;return i=Math.round(i*u),c=Math.round(c*u),{height:i,width:c,top:a,left:d,bottom:a+i,right:d+c}}let s=A(r);if(h(r,"display")==="inline")return s;for(let[i,c,u,a]of[["width","x","left","right"],["height","y","top","bottom"]])J(r)?r=e:s[u]+=T(h(r,`border-${u}-width`)),s[i]=s[c]=r[`client${L(i)}`],s[a]=s[i]+s[u];return s}function fn(t){return K(t).document.scrollingElement}const C=[["width","x","left","right"],["height","y","top","bottom"]];function dr(t,o,n){n={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],placement:[],...n},x(o)||(o=[o,o]),A(t,un(t,o,n))}function un(t,o,n){const e=an(t,o,n),{boundary:r,viewportOffset:s=0,placement:i}=n;let c=e;for(const[u,[a,,d,m]]of Object.entries(C)){const $=lr(t,o[u],s,r,u);if(St(e,$,u))continue;let P=0;if(i[u]==="flip"){const y=n.attach.target[u];if(y===m&&e[m]<=$[m]||y===d&&e[d]>=$[d])continue;P=pr(t,o,n,u)[d]-e[d];const E=hr(t,o[u],s,u);if(!St(fo(e,P,u),E,u)){if(St(e,E,u))continue;if(n.recursion)return!1;const b=gr(t,o,n);if(b&&St(b,E,1-u))return b;continue}}else if(i[u]==="shift"){const y=A(o[u]),{offset:E}=n;P=G(G(e[d],$[d],$[m]-e[a]),y[d]-e[a]+E[u],y[m]-E[u])-e[d]}c=fo(c,P,u)}return c}function an(t,o,n){let{attach:e,offset:r}={attach:{element:["left","top"],target:["left","top"],...n.attach},offset:[0,0],...n},s=A(t);for(const[i,[c,,u,a]]of Object.entries(C)){const d=e.target[i]===e.element[i]?N(o[i]):A(o[i]);s=fo(s,d[u]-s[u]+dn(e.target[i],a,d[c])-dn(e.element[i],a,s[c])+ +r[i],i)}return s}function fo(t,o,n){const[,e,r,s]=C[n],i={...t};return i[r]=t[e]=t[r]+o,i[s]+=o,i}function dn(t,o,n){return t==="center"?n/2:t===o?n:0}function lr(t,o,n,e,r){let s=hn(...ln(t,o).map(N));return n&&(s[C[r][2]]+=n,s[C[r][3]]-=n),e&&(s=hn(s,A(x(e)?e[r]:e))),s}function hr(t,o,n,e){const[r,s,i,c]=C[e],[u]=ln(t,o),a=N(u);return["auto","scroll"].includes(h(u,`overflow-${s}`))&&(a[i]-=u[`scroll${L(i)}`],a[c]=a[i]+u[`scroll${L(r)}`]),a[i]+=n,a[c]-=n,a}function ln(t,o){return co(o).filter(n=>Pt(t,n))}function hn(...t){let o={};for(const n of t)for(const[,,e,r]of C)o[e]=Math.max(o[e]||0,n[e]),o[r]=Math.min(...[o[r],n[r]].filter(Boolean));return o}function St(t,o,n){const[,,e,r]=C[n];return t[e]>=o[e]&&t[r]<=o[r]}function pr(t,o,{offset:n,attach:e},r){return an(t,o,{attach:{element:pn(e.element,r),target:pn(e.target,r)},offset:mr(n,r)})}function gr(t,o,n){return un(t,o,{...n,attach:{element:n.attach.element.map(gn).reverse(),target:n.attach.target.map(gn).reverse()},offset:n.offset.reverse(),placement:n.placement.reverse(),recursion:!0})}function pn(t,o){const n=[...t],e=C[o].indexOf(t[o]);return~e&&(n[o]=C[o][1-e%2+2]),n}function gn(t){for(let o=0;o<C.length;o++){const n=C[o].indexOf(t);if(~n)return C[1-o][n%2+2]}}function mr(t,o){return t=[...t],t[o]*=-1,t}var wr=Object.freeze({__proto__:null,$:W,$$:Zo,Animation:Ee,Deferred:Un,Dimensions:Vn,MouseTracker:nn,Transition:Te,addClass:V,after:Ae,append:dt,apply:kt,assign:Nt,attr:B,before:Jo,boxModelAdjust:no,camelize:rt,children:So,clamp:G,closest:ft,createEvent:Bo,css:h,data:Wt,dimensions:Ut,each:yt,empty:Yo,endsWith:Yn,escape:Lo,fastdom:S,filter:Ao,find:Xt,findAll:ut,findIndex:bo,flipPosition:Re,fragment:Ot,getEventPos:zo,getIndex:kn,getTargetedElement:re,hasAttr:Oo,hasClass:Ho,hasOwn:M,hasTouch:U,height:ko,html:_e,hyphenate:et,inBrowser:ht,includes:Y,index:Io,intersectRect:Po,isArray:x,isBoolean:$o,isDocument:bt,isElement:st,isEmpty:yo,isEqual:Ft,isFocusable:ee,isFunction:_,isInView:fr,isInput:ne,isNode:Mt,isNumber:Dt,isNumeric:$t,isObject:R,isPlainObject:D,isRtl:He,isSameSiteAnchor:No,isString:w,isTag:Qt,isTouch:we,isUndefined:O,isVideo:sr,isVisible:Tt,isVoidElement:oe,isWindow:J,last:xo,matches:Z,memoize:I,mute:rr,noop:xt,observeIntersection:Ve,observeMutation:or,observeResize:Ue,off:Fo,offset:A,offsetPosition:to,offsetViewport:N,on:j,once:Q,overflowParents:co,parent:ct,parents:qt,pause:er,pick:Zn,play:nr,pointInRect:jt,pointerCancel:Ge,pointerDown:qe,pointerEnter:Je,pointerLeave:Ke,pointerMove:Xe,pointerUp:Ye,position:Vo,positionAt:dr,prepend:Ce,propName:Kt,query:se,queryAll:ie,ready:Oe,remove:Vt,removeAttr:_o,removeClass:Gt,removeClasses:Wo,replaceClass:$e,scrollIntoView:ur,scrollParents:At,scrolledOver:ar,selFocusable:Co,selInput:Ht,sortBy:To,startsWith:F,sumBy:Bt,swap:Kn,toArray:Jn,toBoolean:Lt,toEventTargets:Jt,toFloat:T,toNode:g,toNodes:l,toNumber:it,toPx:De,toWindow:K,toggleClass:ye,trigger:z,ucfirst:L,uniqueBy:Gn,unwrap:Ie,width:oo,within:Pt,wrapAll:Ko,wrapInner:Se});function vr(t){t._observers=[],t._observerUpdates=new Map;for(const o of t.$options.observe||[])if(M(o,"handler"))mn(t,o);else for(const n in o)mn(t,o[n],n)}function uo(t,...o){t._observers.push(...o)}function br(t){for(const o of t._observers)o==null||o.disconnect(),t._observerUpdates.delete(o)}function $r(t){for(const[o,n]of t._observerUpdates)n(o)}function mn(t,o,n){let{observe:e,target:r=t.$el,handler:s,options:i,filter:c,args:u}=D(o)?o:{type:n,handler:o};if(c&&!c.call(t,t))return;const a=_(r)?r.call(t,t):r;s=w(s)?t[s]:s.bind(t),_(i)&&(i=i.call(t,t));const d=e(a,s,i,u);_(r)&&x(a)&&d.unobserve&&t._observerUpdates.set(d,yr(t,r,a)),uo(t,d)}function yr(t,o,n){return e=>{const r=o.call(t,t);Ft(n,r)||(n.forEach(s=>!Y(r,s)&&e.unobserve(s)),r.forEach(s=>!Y(n,s)&&e.observe(s)),n.splice(0,n.length,...r))}}function wn(t){if(t._watch)return;const o=!M(t,"_watch");t._watch=S.read(()=>{t._connected&&xr(t,o),t._watch=null})}function xr(t,o){const n={...t._computed};t._computed={};for(const[e,{watch:r,immediate:s}]of Object.entries(t.$options.computed||{}))r&&(o&&s||M(n,e)&&!Ft(n[e],t[e]))&&r.call(t,t[e],o?void 0:n[e]);$r(t)}function ao(t,o="update"){t._connected&&((o==="update"||o==="resize")&&wn(t),t.$options.update&&(t._updates||(t._updates=new Set,S.read(()=>{t._connected&&Tr(t,t._updates),delete t._updates})),t._updates.add(o.type||o)))}function Tr(t,o){for(const{read:n,write:e,events:r=[]}of t.$options.update){if(!o.has("update")&&!r.some(i=>o.has(i)))continue;let s;n&&(s=n.call(t,t._data,o),s&&D(s)&&Nt(t._data,s)),e&&s!==!1&&S.write(()=>{t._connected&&e.call(t,t._data,o)})}}function Pr(t){let{el:o,computed:n,observe:e}=t.$options;if(!n&&!(e!=null&&e.some(s=>_(s.target))))return;for(const s in n||{})if(n[s].document){o=o.ownerDocument;break}const r=new MutationObserver(()=>wn(t));r.observe(o,{childList:!0,subtree:!0}),uo(t,r)}function Er(t){t._events=[];for(const o of t.$options.events||[])if(M(o,"handler"))lo(t,o);else for(const n in o)lo(t,o[n],n)}function Or(t){t._events.forEach(o=>o()),delete t._events}function lo(t,o,n){let{name:e,el:r,handler:s,capture:i,passive:c,delegate:u,filter:a,self:d}=D(o)?o:{name:n,handler:o};if(r=_(r)?r.call(t,t):r||t.$el,x(r)){r.forEach(m=>lo(t,{...o,el:m},n));return}!r||a&&!a.call(t)||t._events.push(j(r,e,u?w(u)?u:u.call(t,t):null,w(s)?t[s]:s.bind(t),{passive:c,capture:i,self:d}))}const v={};v.events=v.observe=v.created=v.beforeConnect=v.connected=v.beforeDisconnect=v.disconnected=v.destroy=ho,v.args=function(t,o){return o!==!1&&ho(o||t)},v.update=function(t,o){return To(ho(t,_(o)?{read:o}:o),"order")},v.props=function(t,o){if(x(o)){const n={};for(const e of o)n[e]=String;o=n}return v.methods(t,o)},v.computed=v.methods=function(t,o){return o?t?{...t,...o}:o:t},v.i18n=v.data=function(t,o,n){return n?vn(t,o,n):o?t?function(e){return vn(t,o,e)}:o:t};function vn(t,o,n){return v.computed(_(t)?t.call(n,n):t,_(o)?o.call(n,n):o)}function ho(t,o){return t=t&&!x(t)?[t]:t,o?t?t.concat(o):x(o)?o:[o]:t}function _r(t,o){return O(o)?t:o}function gt(t,o,n){const e={};if(_(o)&&(o=o.options),o.extends&&(t=gt(t,o.extends,n)),o.mixins)for(const s of o.mixins)t=gt(t,s,n);for(const s in t)r(s);for(const s in o)M(t,s)||r(s);function r(s){e[s]=(v[s]||_r)(t[s],o[s],n)}return e}function bn(t,o=[]){try{return t?F(t,"{")?JSON.parse(t):o.length&&!Y(t,":")?{[o[0]]:t}:t.split(";").reduce((n,e)=>{const[r,s]=e.split(/:(.*)/);return r&&!O(s)&&(n[r.trim()]=s.trim()),n},{}):{}}catch{return{}}}function po(t,o){return t===Boolean?Lt(o):t===Number?it(o):t==="list"?Cr(o):t===Object&&w(o)?bn(o):t?t(o):o}function Cr(t){return x(t)?t:w(t)?t.split(/,(?![^(]*\))/).map(o=>$t(o)?it(o):Lt(o.trim())):[t]}function Ar(t){const o=$n(t.$options);for(let e in o)O(o[e])||(t.$props[e]=o[e]);const n=[t.$options.computed,t.$options.methods];for(let e in t.$props)e in o&&Sr(n,e)&&(t[e]=t.$props[e])}function $n(t){const o={},{args:n=[],props:e={},el:r,id:s}=t;if(!e)return o;for(const c in e){const u=et(c);let a=Wt(r,u);O(a)||(a=e[c]===Boolean&&a===""?!0:po(e[c],a),!(u==="target"&&F(a,"_"))&&(o[c]=a))}const i=bn(Wt(r,s),n);for(const c in i){const u=rt(c);O(e[u])||(o[u]=po(e[u],i[c]))}return o}function Sr(t,o){return t.every(n=>!n||!M(n,o))}function Ir(t){const{$options:o,$props:n}=t,{id:e,attrs:r,props:s,el:i}=o;if(!s||r===!1)return;const c=x(r)?r:Object.keys(s),u=c.map(d=>et(d)).concat(e),a=new MutationObserver(d=>{const m=$n(o);d.some(({attributeName:$})=>{const P=$.replace("data-","");return(P===e?c:[rt(P),rt($)]).some(y=>!O(m[y])&&m[y]!==n[y])})&&t.$reset()});a.observe(i,{attributes:!0,attributeFilter:u.concat(u.map(d=>`data-${d}`))}),uo(t,a)}function ot(t,o){var n;(n=t.$options[o])==null||n.forEach(e=>e.call(t))}function yn(t){t._connected||(t._data={},t._computed={},Ar(t),ot(t,"beforeConnect"),t._connected=!0,Er(t),vr(t),Ir(t),Pr(t),ot(t,"connected"),ao(t))}function xn(t){t._connected&&(ot(t,"beforeDisconnect"),br(t),Or(t),ot(t,"disconnected"),t._connected=!1,delete t._watch)}function Nr(t){const{computed:o}=t.$options;if(t._computed={},o)for(const n in o)Mr(t,n,o[n])}function Mr(t,o,n){Object.defineProperty(t,o,{enumerable:!0,get(){const{_computed:e,$props:r,$el:s}=t;return M(e,o)||(e[o]=(n.get||n).call(t,r,s)),e[o]},set(e){const{_computed:r}=t;r[o]=n.set?n.set.call(t,e):e,O(r[o])&&delete r[o]}})}let Rr=0;function Tn(t,o={}){o.data=Fr(o,t.constructor.options),t.$options=gt(t.constructor.options,o,t),t.$props={},t._uid=Rr++,Dr(t),Lr(t),Nr(t),ot(t,"created"),o.el&&t.$mount(o.el)}function Dr(t){const{data:o={}}=t.$options;for(const n in o)t.$props[n]=t[n]=o[n]}function Lr(t){const{methods:o}=t.$options;if(o)for(const n in o)t[n]=o[n].bind(t)}function Fr({data:t={}},{args:o=[],props:n={}}){x(t)&&(t=t.slice(0,o.length).reduce((e,r,s)=>(D(r)?Nt(e,r):e[o[s]]=r,e),{}));for(const e in t)O(t[e])?delete t[e]:n[e]&&(t[e]=po(n[e],t[e]));return t}const p=function(t){Tn(this,t)};p.util=wr,p.options={},p.version="3.16.6-dev.64eba8a3c";const Br="uk-",q="__uikit__",mt={};function Pn(t,o){var n;const e=Br+et(t);if(!o)return D(mt[e])&&(mt[e]=p.extend(mt[e])),mt[e];t=rt(t),p[t]=(s,i)=>go(t,s,i);const r=D(o)?{...o}:o.options;return r.id=e,r.name=t,(n=r.install)==null||n.call(r,p,r,t),p._initialized&&!r.functional&&requestAnimationFrame(()=>go(t,`[${e}],[data-${e}]`)),mt[e]=r}function go(t,o,n,...e){const r=Pn(t);return r.options.functional?new r({data:D(o)?o:[o,n,...e]}):o?Zo(o).map(s)[0]:s();function s(i){const c=wo(i,t);if(c)if(n)c.$destroy();else return c;return new r({el:i,data:n})}}function mo(t){return(t==null?void 0:t[q])||{}}function wo(t,o){return mo(t)[o]}function jr(t,o){t[q]||(t[q]={}),t[q][o.$options.name]=o}function zr(t,o){var n;(n=t[q])==null||delete n[o.$options.name],yo(t[q])||delete t[q]}p.component=Pn,p.getComponents=mo,p.getComponent=wo,p.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},p.mixin=function(t,o){o=(w(o)?this.component(o):o)||this,o.options=gt(o.options,t)},p.extend=function(t){t=t||{};const o=this,n=function(r){Tn(this,r)};return n.prototype=Object.create(o.prototype),n.prototype.constructor=n,n.options=gt(o.options,t),n.super=o,n.extend=o.extend,n};function En(t,o){t=t?g(t):document.body;for(const n of qt(t).reverse())On(n,o);kt(t,n=>On(n,o))}p.update=En;function On(t,o){const n=mo(t);for(const e in n)ao(n[e],o)}let _n;Object.defineProperty(p,"container",{get(){return _n||document.body},set(t){_n=W(t)}}),p.prototype.$mount=function(t){const o=this;jr(t,o),o.$options.el=t,Pt(t,document)&&yn(o)},p.prototype.$destroy=function(t=!1){const o=this,{el:n}=o.$options;n&&xn(o),ot(o,"destroy"),zr(n,o),t&&Vt(o.$el)},p.prototype.$create=go,p.prototype.$emit=function(t){ao(this,t)},p.prototype.$update=function(t=this.$el,o){En(t,o)},p.prototype.$reset=function(){xn(this),yn(this)},p.prototype.$getComponent=wo,Object.defineProperties(p.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(p,"container")});function Cn(t,o=t.$el,n=""){if(o.id)return o.id;let e=`${t.$options.id}-${t._uid}${n}`;return W(`#${e}`)&&(e=Cn(t,o,`${n}-2`)),e}var An={mixins:[nt,Rn,Bn],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["uk-animation-scale-up"],duration:100,cls:"uk-active"},beforeConnect(){this.id=Cn(this),this._hasTitle=f.hasAttr(this.$el,"title"),f.attr(this.$el,{title:"","aria-describedby":this.id}),Wr(this.$el)},disconnected(){this.hide(),f.attr(this.$el,"title")||f.attr(this.$el,"title",this._hasTitle?this.title:null)},methods:{show(){this.isToggled(this.tooltip||null)||!this.title||(clearTimeout(this.showTimer),this.showTimer=setTimeout(this._show,this.delay))},async hide(){f.matches(this.$el,"input:focus")||(clearTimeout(this.showTimer),this.isToggled(this.tooltip||null)&&(await this.toggleElement(this.tooltip,!1,!1),f.remove(this.tooltip),this.tooltip=null))},_show(){this.tooltip=f.append(this.container,`<div id="${this.id}" class="uk-${this.$options.name}" role="tooltip"> <div class="uk-${this.$options.name}-inner">${this.title}</div> </div>`),f.on(this.tooltip,"toggled",(t,o)=>{if(!o)return;const n=()=>this.positionAt(this.tooltip,this.$el);n();const[e,r]=Hr(this.tooltip,this.$el,this.pos);this.origin=this.axis==="y"?`${f.flipPosition(e)}-${r}`:`${r}-${f.flipPosition(e)}`;const s=[f.once(document,`keydown ${f.pointerDown}`,this.hide,!1,i=>i.type===f.pointerDown&&!f.within(i.target,this.$el)||i.type==="keydown"&&i.keyCode===zn.ESC),f.on([document,...f.overflowParents(this.$el)],"scroll",n,{passive:!0})];f.once(this.tooltip,"hide",()=>s.forEach(i=>i()),{self:!0})}),this.toggleElement(this.tooltip,!0)}},events:{focus:"show",blur:"hide",[`${f.pointerEnter} ${f.pointerLeave}`](t){f.isTouch(t)||this[t.type===f.pointerEnter?"show":"hide"]()},[f.pointerDown](t){f.isTouch(t)&&this.show()}}};function Wr(t){f.isFocusable(t)||f.attr(t,"tabindex","0")}function Hr(t,o,[n,e]){const r=f.offset(t),s=f.offset(o),i=[["left","right"],["top","bottom"]];for(const u of i){if(r[u[0]]>=s[u[1]]){n=u[1];break}if(r[u[1]]<=s[u[0]]){n=u[0];break}}const c=f.includes(i[0],n)?i[1]:i[0];return r[c[0]]===s[c[0]]?e=c[0]:r[c[1]]===s[c[1]]?e=c[1]:e="center",[n,e]}return typeof window<"u"&&window.UIkit&&window.UIkit.component("tooltip",An),An});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.16.5-dev.dda1f1b31 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1
+ /*! UIkit 3.16.6-dev.64eba8a3c | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :