uikit 3.9.3-dev.5bb6fc46c → 3.9.4

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