"),y(z(this.panel),this.clsMode)),d(document.documentElement,"overflowY",this.overlay?"hidden":""),y(document.body,this.clsContainer,this.clsFlip),d(document.body,"touch-action","pan-y pinch-zoom"),d(this.$el,"display","block"),y(this.$el,this.clsOverlay),y(this.panel,this.clsSidebarAnimation,this.mode!=="reveal"?this.clsMode:""),q(document.body),y(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&Wo()}},{name:"hide",self:!0,handler:function(){N(document.body,this.clsContainerAnimation),d(document.body,"touch-action","")}},{name:"hidden",self:!0,handler:function(){this.clsContainerAnimation&&Ro(),this.mode==="reveal"&&ti(this.panel),N(this.panel,this.clsSidebarAnimation,this.clsMode),N(this.$el,this.clsOverlay),d(this.$el,"display",""),N(document.body,this.clsContainer,this.clsFlip),d(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler:function(t){this.isToggled()&>(t.type,"Left")^this.flip&&this.hide()}}]};function Wo(){gr().content+=",user-scalable=0"}function Ro(){var t=gr();t.content=t.content.replace(/,user-scalable=0$/,"")}function gr(){return $('meta[name="viewport"]',document.head)||K(document.head,'
')}var jo={mixins:[it],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 ot(e,i)},content:function(t,e){var i=t.selContent;return ot(e,i)}},connected:function(){d(this.$el,"minHeight",this.minHeight)},update:{read:function(){return!this.content||!this.container||!W(this.$el)?!1:{current:k(d(this.$el,"maxHeight")),max:Math.max(this.minHeight,q(this.container)-(I(this.content).height-q(this.$el)))}},write:function(t){var e=t.current,i=t.max;d(this.$el,"maxHeight",i),Math.round(e)!==Math.round(i)&&m(this.$el,"resize")},events:["resize"]}},qo={props:["width","height"],connected:function(){y(this.$el,"uk-responsive-width")},update:{read:function(){return W(this.$el)&&this.width&&this.height?{width:Pe(z(this.$el)),height:this.height}:!1},write:function(t){q(this.$el,Qt.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Vo={props:{offset:Number},data:{offset:0},methods:{scrollTo:function(t){var e=this;t=t&&$(t)||document.body,m(this.$el,"beforescroll",[this,t])&&Ki(t,{offset:this.offset}).then(function(){return m(e.$el,"scrolled",[e,t])})}},events:{click:function(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo("#"+Te(decodeURIComponent((this.$el.hash||"").substr(1)))))}}},Ht="_ukScrollspy",Yo={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?O(i,e):[e]},watch:function(t){this.hidden&&d(xe(t,":not(."+this.inViewClass+")"),"visibility","hidden")},immediate:!0}},disconnected:function(){var t=this;this.elements.forEach(function(e){N(e,t.inViewClass,e[Ht]?e[Ht].cls:""),delete e[Ht]})},update:[{read:function(t){var e=this;if(!t.update)return b.resolve().then(function(){e.$emit(),t.update=!0}),!1;this.elements.forEach(function(i){i[Ht]||(i[Ht]={cls:ft(i,"uk-scrollspy-class")||e.cls}),i[Ht].show=ce(i,e.offsetTop,e.offsetLeft)})},write:function(t){var e=this;this.elements.forEach(function(i){var n=i[Ht];n.show&&!n.inview&&!n.queued?(n.queued=!0,t.promise=(t.promise||b.resolve()).then(function(){return new b(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[Ht];i.off&&i.off(),d(t,"visibility",!e&&this.hidden?"hidden":""),j(t,this.inViewClass,e),j(t,i.cls),/\buk-animation-/.test(i.cls)&&(i.off=X(t,"animationcancel animationend",function(){return ei(t,"uk-animation-[\\w-]+")})),m(t,e?"inview":"outview"),i.inview=e,this.$update(t)}}},Go={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 O('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 O(this.links.map(function(t){return Te(t.hash).substr(1)}).join(","))},elements:function(t){var e=t.closest;return ot(this.links,e||"*")}},update:[{read:function(){var t=this,e=this.targets,i=e.length;if(!i||!W(this.$el))return!1;var n=jt(this.targets,/auto|scroll/,!0),r=n[0],s=r.scrollTop,o=r.scrollHeight,a=o-Ne(r),u=!1;return s===a?u=i-1:(this.targets.every(function(c,f){if(B(c).top-B(fe(r)).top-t.offset<=0)return u=f,!0}),u===!1&&this.overflow&&(u=0)),{active:u}},write:function(t){var e=t.active,i=e!==!1&&!E(this.elements[e],this.cls);this.links.forEach(function(n){return n.blur()}),N(this.elements,this.cls),y(this.elements[e],this.cls),i&&m(this.$el,"active",[e,this.elements[e]])},events:["scroll","resize"]}]},Xo={mixins:[it,gi],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 yt(e)},selTarget:function(t,e){var i=t.selTarget;return i&&$(i,e)||e},widthElement:function(t,e){var i=t.widthElement;return wt(i,e)||this.placeholder},isActive:{get:function(){return E(this.selTarget,this.clsActive)},set:function(t){t&&!this.isActive?(Bi(this.selTarget,this.clsInactive,this.clsActive),m(this.$el,"active")):!t&&!E(this.selTarget,this.clsInactive)&&(Bi(this.selTarget,this.clsActive,this.clsInactive),m(this.$el,"inactive"))}}},connected:function(){this.placeholder=$("+ .uk-sticky-placeholder",this.$el)||$('
'),this.isFixed=!1,this.isActive=!1},disconnected:function(){this.isFixed&&(this.hide(),N(this.selTarget,this.clsInactive)),rt(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=$(location.hash);e&&F.read(function(){var i=B(e),n=i.top,r=B(t.$el).top,s=t.$el.offsetHeight;t.isFixed&&r+s>=n&&r<=n+e.offsetHeight&&ui(window,n-s-(Ct(t.targetOffset)?t.targetOffset:0)-t.offset)})}}}],update:[{read:function(t,e){var i=t.height;if(this.inactive=!this.matchMedia||!W(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,this.topOffset=B(this.isFixed?this.placeholder:this.$el).top,this.bottomOffset=this.topOffset+i,this.offsetParentTop=B(this.$el.offsetParent).top;var n=pr("bottom",this);return this.top=Math.max(k(pr("top",this)),this.topOffset)-this.offset,this.bottom=n&&n-this.$el.offsetHeight,this.width=I(W(this.widthElement)?this.widthElement:this.$el).width,{height:i,top:Ae(this.placeholder)[0],margins:d(this.$el,["marginTop","marginBottom","marginLeft","marginRight"])}},write:function(t){var e=t.height,i=t.margins,n=this,r=n.placeholder;d(r,S({height:e},i)),G(r,document)||(Ze(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"),s=t.initTimestamp;s===void 0&&(s=0);var o=t.dir,a=t.lastDir,u=t.lastScroll,c=t.scroll,f=t.top;if(t.lastScroll=c,!(c<0||c===u&&r||this.showOnUp&&!r&&!this.isFixed)&&((n-s>300||o!==a)&&(t.initScroll=c,t.initTimestamp=n),t.lastDir=o,!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-c)<=30&&Math.abs(u-c)<=10)))if(this.inactive||c
c&&(xt.cancel(this.$el),this.hide());return}this.isFixed=!1,this.animation&&c>this.topOffset?(xt.cancel(this.$el),xt.out(this.$el,this.animation).then(function(){return i.hide()},D)):this.hide()}else this.isFixed?this.update():this.animation?(xt.cancel(this.$el),this.show(),xt.in(this.$el,this.animation).catch(D)):this.show()},events:["resize","scroll"]}],methods:{show:function(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide:function(){this.isActive=!1,N(this.$el,this.clsFixed,this.clsBelow),d(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";Ct(this.bottom)&&this.scroll>this.bottom-this.offset&&(e=this.bottom-this.offsetParentTop,i="absolute"),d(this.$el,{position:i,top:e+"px",width:this.width}),this.isActive=t,j(this.$el,this.clsBelow,this.scroll>this.bottomOffset),y(this.$el,this.clsFixed)}}};function pr(t,e){var i=e.$props,n=e.$el,r=e[t+"Offset"],s=i[t];if(!!s)return H(s)&&s.match(/^-?\d/)?r+yt(s):B(s===!0?z(n):wt(s,n)).bottom}var mr={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 ke(i,e)},watch:function(t){var e=this;this.swiping&&d(t,"touch-action","pan-y pinch-zoom");var i=this.index();this.connects.forEach(function(n){return R(n).forEach(function(r,s){return j(r,e.cls,s===i)})})},immediate:!0},toggles:{get:function(t,e){var i=t.toggle;return O(i,e).filter(function(n){return!Y(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 R(this.$el).filter(function(e){return t.toggles.some(function(i){return G(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?ke(this.itemNav,this.$el):[])},delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.show(ft(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(gt(e,"Left")?"next":"previous")}}],methods:{index:function(){var t=this;return Pt(this.children,function(e){return E(e,t.cls)})},show:function(t){var e=this,i=this.index(),n=Ut(this.children[Ut(t,this.toggles,i)],R(this.$el));i!==n&&(this.children.forEach(function(r,s){j(r,e.cls,n===s),M(e.toggles[s],"aria-expanded",n===s)}),this.connects.forEach(function(r){var s=r.children;return e.toggleElement(C(s).filter(function(o){return E(o,e.cls)}),!1,i>=0).then(function(){return e.toggleElement(s[n],!0,i>=0)})}))}}},Ko={mixins:[it],extends:mr,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item"},connected:function(){var t=E(this.$el,"uk-tab-left")?"uk-tab-left":E(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}},Jo={mixins:[gi,_t],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")&&!Ve(this.$el)&&M(this.$el,"tabindex","0")},computed:{target:{get:function(t,e){var i=t.href,n=t.target;return n=ke(n||i,e),n.length&&n||[e]},watch:function(){this.updateAria()},immediate:!0}},events:[{name:dt,filter:function(){return w(this.mode,"hover")},handler:function(t){var e=this;!Et(t)||this._showState||(m(this.$el,"focus"),X(document,dt,function(){return m(e.$el,"blur")},!0,function(i){return!G(i.target,e.$el)}),w(this.mode,"click")&&(this._preventClick=!0))}},{name:Lt+" "+re+" focus blur",filter:function(){return w(this.mode,"hover")},handler:function(t){if(!Et(t)){var e=w([Lt,"focus"],t.type),i=M(this.$el,"aria-expanded");if(!(!e&&(t.type===re&&Y(this.$el,":focus")||t.type==="blur"&&Y(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 w(this.mode,"click")},handler:function(t){t.keyCode===32&&(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;(ot(t.target,'a[href="#"], a[href=""]')||(e=ot(t.target,"a[href]"))&&(M(this.$el,"aria-expanded")!=="true"||e.hash&&Y(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}:!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(!!m(this.target,t||"toggle",[this])){if(!this.queued)return this.toggleElement(this.target);var i=this.target.filter(function(r){return E(r,e.clsLeave)});if(i.length){this.target.forEach(function(r){var s=w(i,r);e.toggleElement(r,s,s)});return}var n=this.target.filter(this.isToggled);this.toggleElement(n,!1).then(function(){return e.toggleElement(e.target.filter(function(r){return!w(n,r)}),!0)})}},updateAria:function(t){w(this.mode,"media")||M(this.$el,"aria-expanded",pe(t)?t:this.isToggled(this.target))}}},Zo=Object.freeze({__proto__:null,Accordion:Vn,Alert:Fs,Cover:Ls,Drop:Xn,Dropdown:Xn,FormCustom:js,Gif:qs,Grid:Ys,HeightMatch:Js,HeightViewport:Qs,Icon:sr,Img:Eo,Leader:zo,Margin:Kn,Modal:Ho,Nav:Oo,Navbar:Fo,Offcanvas:Lo,OverflowAuto:jo,Responsive:qo,Scroll:Vo,Scrollspy:Yo,ScrollspyNav:Go,Sticky:Xo,Svg:Un,Switcher:mr,Tab:Ko,Toggle:Jo,Video:Yn,Close:yo,Spinner:ko,SlidenavNext:or,SlidenavPrevious:or,SearchIcon:xo,Marker:kt,NavbarToggleIcon:kt,OverlayIcon:kt,PaginationNext:kt,PaginationPrevious:kt,Totop:kt});nt(Zo,function(t,e){return et.component(e,t)}),et.use(zs),Bs(et);var Qo={mixins:[it],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){var e=t.date;return Date.parse(e)},days:function(t,e){var i=t.clsWrapper;return $(i.replace("%unit%","days"),e)},hours:function(t,e){var i=t.clsWrapper;return $(i.replace("%unit%","hours"),e)},minutes:function(t,e){var i=t.clsWrapper;return $(i.replace("%unit%","minutes"),e)},seconds:function(t,e){var i=t.clsWrapper;return $(i.replace("%unit%","seconds"),e)},units:function(){var t=this;return["days","hours","minutes","seconds"].filter(function(e){return t[e]})}},connected:function(){this.start()},disconnected:function(){var t=this;this.stop(),this.units.forEach(function(e){return Hi(t[e])})},events:[{name:"visibilitychange",el:function(){return document},handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var t=this,e=Uo(this.date);e.total<=0&&(this.stop(),e.days=e.hours=e.minutes=e.seconds=0),this.units.forEach(function(i){var n=String(Math.floor(e[i]));n=n.length<2?"0"+n:n;var r=t[i];r.textContent!==n&&(n=n.split(""),n.length!==r.children.length&&Dt(r,n.map(function(){return""}).join("")),n.forEach(function(s,o){return r.children[o].textContent=s}))})}},methods:{start:function(){this.stop(),this.date&&this.units.length&&(this.$update(),this.timer=setInterval(this.$update,1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};function Uo(t){var e=t-Date.now();return{total:e,seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24}}var en="uk-transition-leave",nn="uk-transition-enter";function wr(t,e,i,n){n===void 0&&(n=0);var r=pi(e,!0),s={opacity:1},o={opacity:0},a=function(f){return function(){return r===pi(e)?f():b.reject()}},u=a(function(){return y(e,en),b.all($r(e).map(function(f,h){return new b(function(l){return setTimeout(function(){return P.start(f,o,i/2,"ease").then(l)},h*n)})})).then(function(){return N(e,en)})}),c=a(function(){var f=q(e);return y(e,nn),t(),d(R(e),{opacity:0}),new b(function(h){return requestAnimationFrame(function(){var l=R(e),v=q(e);d(e,"alignContent","flex-start"),q(e,f);var p=$r(e);d(l,o);var g=p.map(function(x,T){return new b(function(L){return setTimeout(function(){return P.start(x,s,i/2,"ease").then(L)},T*n)})});f!==v&&g.push(P.start(e,{height:v},i/2+p.length*n,"ease")),b.all(g).then(function(){N(e,nn),r===pi(e)&&(d(e,{height:"",alignContent:""}),d(l,{opacity:""}),delete e.dataset.transition),h()})})})});return E(e,en)?br(e).then(c):E(e,nn)?br(e).then(u).then(c):u().then(c)}function pi(t,e){return e&&(t.dataset.transition=1+pi(t)),Nt(t.dataset.transition)||0}function br(t){return b.all(R(t).filter(P.inProgress).map(function(e){return new b(function(i){return X(e,"transitionend transitioncanceled",i)})}))}function $r(t){return Zi(R(t)).reduce(function(e,i){return e.concat(we(i.filter(function(n){return ce(n)}),"offsetLeft"))},[])}function ta(t,e,i){return new b(function(n){return requestAnimationFrame(function(){var r=R(e),s=r.map(function(a){return xr(a,!0)}),o=d(e,["height","padding"]);P.cancel(e),r.forEach(P.cancel),yr(e),t(),r=r.concat(R(e).filter(function(a){return!w(r,a)})),b.resolve().then(function(){F.flush();var a=d(e,["height","padding"]),u=ea(e,r,s),c=u[0],f=u[1];r.forEach(function(h,l){return f[l]&&d(h,f[l])}),d(e,S({display:"block"},o)),requestAnimationFrame(function(){var h=r.map(function(l,v){return z(l)===e&&P.start(l,c[v],i,"ease")}).concat(P.start(e,a,i,"ease"));b.all(h).then(function(){r.forEach(function(l,v){return z(l)===e&&d(l,"display",c[v].opacity===0?"none":"")}),yr(e)},D).then(n)})})})})}function xr(t,e){var i=d(t,"zIndex");return W(t)?S({display:"",opacity:e?d(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:i==="auto"?oe(t):i},kr(t)):!1}function ea(t,e,i){var n=e.map(function(s,o){return z(s)&&o in i?i[o]?W(s)?kr(s):{opacity:0}:{opacity:W(s)?1:0}:!1}),r=n.map(function(s,o){var a=z(e[o])===t&&(i[o]||xr(e[o]));if(!a)return!1;if(!s)delete a.opacity;else if(!("opacity"in s)){var u=a.opacity;u%1?s.opacity=1:delete a.opacity}return a});return[n,r]}function yr(t){d(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",marginTop:"",marginLeft:"",transform:"",width:"",zIndex:""}),d(t,{height:"",display:"",padding:""})}function kr(t){var e=B(t),i=e.height,n=e.width,r=ri(t),s=r.top,o=r.left,a=d(t,["marginTop","marginLeft"]),u=a.marginLeft,c=a.marginTop;return{top:s,left:o,height:i,width:n,marginLeft:u,marginTop:c,transform:""}}var Sr={props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate:function(t,e){var i=this;e===void 0&&(e=this.$el);var n=this.animation,r=n==="fade"?wr:n==="delayed-fade"?function(){for(var s=[],o=arguments.length;o--;)s[o]=arguments[o];return wr.apply(void 0,s.concat([40]))}:n?ta:function(){return t(),b.resolve()};return r(t,e,this.duration).then(function(){return i.$update(e,"resize")},D)}}},ia={mixins:[Sr],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{toggles:{get:function(t,e){var i=t.attrItem;return O("["+i+"],[data-"+i+"]",e)},watch:function(){var t=this;if(this.updateState(),this.selActive!==!1){var e=O(this.selActive,this.$el);this.toggles.forEach(function(i){return j(i,t.cls,w(e,i))})}},immediate:!0},children:{get:function(t,e){var i=t.target;return O(i+" > *",e)},watch:function(t,e){e&&!oa(t,e)&&this.updateState()},immediate:!0}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],methods:{apply:function(t){var e=this.getState(),i=Cr(t,this.attrItem,this.getState());na(e,i)||this.setState(i)},getState:function(){var t=this;return this.toggles.filter(function(e){return E(e,t.cls)}).reduce(function(e,i){return Cr(i,t.attrItem,e)},{filter:{"":""},sort:[]})},setState:function(t,e){var i=this;e===void 0&&(e=!0),t=S({filter:{"":""},sort:[]},t),m(this.$el,"beforeFilter",[this,t]),this.toggles.forEach(function(n){return j(n,i.cls,!!sa(n,i.attrItem,t))}),b.all(O(this.target,this.$el).map(function(n){var r=function(){ra(t,n,R(n)),i.$update(i.$el)};return e?i.animate(r,n):r()})).then(function(){return m(i.$el,"afterFilter",[i])})},updateState:function(){var t=this;F.write(function(){return t.setState(t.getState(),!1)})}}};function Tr(t,e){return si(ft(t,e),["filter"])}function na(t,e){return["filter","sort"].every(function(i){return Re(t[i],e[i])})}function ra(t,e,i){var n=aa(t);i.forEach(function(u){return d(u,"display",n&&!Y(u,n)?"none":"")});var r=t.sort,s=r[0],o=r[1];if(s){var a=ua(i,s,o);Re(a,i)||K(e,a)}}function Cr(t,e,i){var n=Tr(t,e),r=n.filter,s=n.group,o=n.sort,a=n.order;return a===void 0&&(a="asc"),(r||Z(o))&&(s?r?(delete i.filter[""],i.filter[s]=r):(delete i.filter[s],(Zt(i.filter)||""in i.filter)&&(i.filter={"":r||""})):i.filter={"":r||""}),Z(o)||(i.sort=[o,a]),i}function sa(t,e,i){var n=i.filter;n===void 0&&(n={"":""});var r=i.sort,s=r[0],o=r[1],a=Tr(t,e),u=a.filter;u===void 0&&(u="");var c=a.group;c===void 0&&(c="");var f=a.sort,h=a.order;return h===void 0&&(h="asc"),Z(f)?c in n&&u===n[c]||!u&&c&&!(c in n)&&!n[""]:s===f&&o===h}function oa(t,e){return t.length===e.length&&t.every(function(i){return~e.indexOf(i)})}function aa(t){var e=t.filter,i="";return nt(e,function(n){return i+=n||""}),i}function ua(t,e,i){return S([],t).sort(function(n,r){return ft(n,e).localeCompare(ft(r,e),void 0,{numeric:!0})*(i==="asc"||-1)})}var rn={slide:{show:function(t){return[{transform:V(t*-100)},{transform:V()}]},percent:function(t){return He(t)},translate:function(t,e){return[{transform:V(e*-100*t)},{transform:V(e*100*(1-t))}]}}};function He(t){return Math.abs(d(t,"transform").split(",")[4]/t.offsetWidth)||0}function V(t,e){return t===void 0&&(t=0),e===void 0&&(e="%"),t+=t?e:"",be?"translateX("+t+")":"translate3d("+t+", 0, 0)"}function de(t){return"scale3d("+t+", "+t+", 1)"}var Er=S({},rn,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-d(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:de(1-.2)},{opacity:1,transform:de(1)}]},percent:function(t){return 1-d(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:de(1-.2*t)},{opacity:t,transform:de(1-.2+.2*t)}]}}});function ha(t,e,i,n){var r=n.animation,s=n.easing,o=r.percent,a=r.translate,u=r.show;u===void 0&&(u=D);var c=u(i),f=new Xe;return{dir:i,show:function(h,l,v){var p=this;l===void 0&&(l=0);var g=v?"linear":s;return h-=Math.round(h*pt(l,-1,1)),this.translate(l),mi(e,"itemin",{percent:l,duration:h,timing:g,dir:i}),mi(t,"itemout",{percent:1-l,duration:h,timing:g,dir:i}),b.all([P.start(e,c[1],h,g),P.start(t,c[0],h,g)]).then(function(){p.reset(),f.resolve()},D),f.promise},cancel:function(){P.cancel([e,t])},reset:function(){for(var h in c[0])d([e,t],h,"")},forward:function(h,l){return l===void 0&&(l=this.percent()),P.cancel([e,t]),this.show(h,l,!0)},translate:function(h){this.reset();var l=a(h,i);d(e,l[1]),d(t,l[0]),mi(e,"itemtranslatein",{percent:h,dir:i}),mi(t,"itemtranslateout",{percent:1-h,dir:i})},percent:function(){return o(t||e,e,i)},getDistance:function(){return t&&t.offsetWidth}}}function mi(t,e,i){m(t,Ce(e,!1,!1,i))}var ca={props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){M(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:function(){return document},filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return(!t.draggable||!$(":focus",t.$el))&&(!t.pauseOnHover||!Y(t.$el,":hover"))&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},fa={props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var t=this;["start","move","end"].forEach(function(e){var i=t[e];t[e]=function(n){var r=ae(n).x*(U?-1:1);t.prevPos=r!==t.pos?t.pos:t.prevPos,t.pos=r,i(n)}})},events:[{name:dt,delegate:function(){return this.selSlides},handler:function(t){!this.draggable||!Et(t)&&la(t.target)||ot(t.target,$e)||t.button>0||this.length<2||this.start(t)}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,A(document,ne,this.move,{passive:!1}),A(document,$t+" "+se+" input",this.end,!0),d(this.list,"userSelect","none")},move:function(t){var e=this,i=this.pos-this.drag;if(!(i===0||this.prevPos===this.pos||!this.dragging&&Math.abs(i)c;)this.drag-=c*this.dir,o=u,a-=c,u=this.getIndex(o+this.dir,o),c=this._getDistance(o,u)||r[o].offsetWidth;this.percent=a/c;var f=r[o],h=r[u],l=this.index!==u,v=o===u,p;[this.index,this.prevIndex].filter(function(g){return!w([u,o],g)}).forEach(function(g){m(r[g],"itemhidden",[e]),v&&(p=!0,e.prevIndex=o)}),(this.index===o&&this.prevIndex!==o||p)&&m(r[this.index],"itemshown",[this]),l&&(this.prevIndex=o,this.index=u,!v&&m(f,"beforeitemhide",[this]),m(h,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),f,!v&&h),l&&(!v&&m(f,"itemhide",[this]),m(h,"itemshow",[this]))}},end:function(){if(Wt(document,ne,this.move,{passive:!1}),Wt(document,$t+" "+se+" input",this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{var t=(U?this.dir*(U?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}d(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}};function la(t){return!t.children.length&&t.childNodes.length}var da={data:{selNav:!1},computed:{nav:function(t,e){var i=t.selNav;return $(i,e)},selNavItem:function(t){var e=t.attrItem;return"["+e+"],[data-"+e+"]"},navItems:function(t,e){return O(this.selNavItem,e)}},update:{write:function(){var t=this;this.nav&&this.length!==this.nav.children.length&&Dt(this.nav,this.slides.map(function(e,i){return"'}).join("")),this.navItems.concat(this.nav).forEach(function(e){return e&&(e.hidden=!t.maxIndex)}),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(ft(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var t=this,e=this.getValidIndex();this.navItems.forEach(function(i){var n=ft(i,t.attrItem);j(i,t.clsActive,Nt(n)===e),j(i,"uk-invisible",t.finite&&(n==="previous"&&e===0||n==="next"&&e>=t.maxIndex))})}}},Ir={mixins:[ca,fa,da],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},connected:function(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected:function(){N(this.slides,this.clsActive)},computed:{duration:function(t,e){var i=t.velocity;return _r(e.offsetWidth/i)},list:function(t,e){var i=t.selList;return $(i,e)},maxIndex:function(){return this.length-1},selSlides:function(t){var e=t.selList,i=t.selSlides;return e+" "+(i||"> *")},slides:{get:function(){return O(this.selSlides,this.$el)},watch:function(){this.$reset()}},length:function(){return this.slides.length}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var i=this;if(e===void 0&&(e=!1),!(this.dragging||!this.length)){var n=this,r=n.stack,s=e?0:r.length,o=function(){r.splice(s,1),r.length&&i.show(r.shift(),!0)};if(r[e?"unshift":"push"](t),!e&&r.length>1){r.length===2&&this._transitioner.forward(Math.min(this.duration,200));return}var a=this.getIndex(this.index),u=E(this.slides,this.clsActive)&&this.slides[a],c=this.getIndex(t,this.index),f=this.slides[c];if(u===f){o();return}if(this.dir=va(t,a),this.prevIndex=a,this.index=c,u&&!m(u,"beforeitemhide",[this])||!m(f,"beforeitemshow",[this,u])){this.index=this.prevIndex,o();return}var h=this._show(u,f,e).then(function(){return u&&m(u,"itemhidden",[i]),m(f,"itemshown",[i]),new b(function(l){F.write(function(){r.shift(),r.length?i.show(r.shift(),!0):i._transitioner=null,l()})})});return u&&m(u,"itemhide",[this]),m(f,"itemshow",[this]),h}},getIndex:function(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.index),pt(Ut(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return t===void 0&&(t=this.index),e===void 0&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,S({easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!i&&!t)return this._translate(1),b.resolve();var n=this.stack,r=n.length;return this._transitioner[r>1?"forward":"show"](r>1?Math.min(this.duration,75+75/(r-1)):this.duration,this.percent)},_getDistance:function(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,i){e===void 0&&(e=this.prevIndex),i===void 0&&(i=this.index);var n=this._getTransitioner(e!==i?e:!1,i);return n.translate(t),n},_getTransitioner:function(t,e,i,n){return t===void 0&&(t=this.prevIndex),e===void 0&&(e=this.index),i===void 0&&(i=this.dir||1),n===void 0&&(n=this.transitionOptions),new this.Transitioner(Jt(t)?this.slides[t]:t,Jt(e)?this.slides[e]:e,i*(U?-1:1),n)}}};function va(t,e){return t==="next"?1:t==="previous"||t
'}},created:function(){var t=$(this.template),e=$(this.selList,t);this.items.forEach(function(){return K(e,"