marketplacepos 2.1.7 → 2.1.8
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.
- package/Marketplace/22.3ed8be5eefce7800.js +1 -0
- package/Marketplace/279.99f72f2db907a0bb.js +1 -0
- package/Marketplace/365.f9ccbbdc3ddf6406.js +1 -0
- package/Marketplace/3rdpartylicenses.txt +1 -1
- package/Marketplace/assets/bootstrap_light.scss +1 -1
- package/Marketplace/assets/variables-custom.scss +191 -0
- package/Marketplace/assets/version-adjustment-v5.scss +278 -0
- package/Marketplace/index.html +2 -2
- package/Marketplace/main.7096164b30c14167.js +1 -0
- package/Marketplace/polyfills.04dd6d83022797c4.js +1 -0
- package/Marketplace/runtime.014fe9715bc16791.js +1 -0
- package/Marketplace/scripts.512baec01df5d79f.js +1 -0
- package/Marketplace/styles.2acb2f61cf99c19d.css +39 -0
- package/package.json +1 -1
- package/Marketplace/143.60841860c7f5e036.js +0 -1
- package/Marketplace/22.cc9b231b5b7424fa.js +0 -1
- package/Marketplace/365.1282604dd7869f3c.js +0 -1
- package/Marketplace/main.c1d8f1dac6829362.js +0 -1
- package/Marketplace/polyfills.2329f3f8d324fc9f.js +0 -1
- package/Marketplace/runtime.4f3c11c5b6fe4dbc.js +0 -1
- package/Marketplace/scripts.f38feaf3ca659cd2.js +0 -1
- package/Marketplace/styles.9fc4133a42f1c4ea.css +0 -20
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkpos_marketplace=self.webpackChunkpos_marketplace||[]).push([[429],{7435:(we,ue,he)=>{he(8583)},8583:()=>{!function(e){const n=e.performance;function i(I){n&&n.mark&&n.mark(I)}function r(I,p){n&&n.measure&&n.measure(I,p)}i("Zone");const c=e.__Zone_symbol_prefix||"__zone_symbol__";function u(I){return c+I}const f=!0===e[u("forceDuplicateZoneCheck")];if(e.Zone){if(f||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}let _=(()=>{class I{constructor(t,o){this._parent=t,this._name=o?o.name||"unnamed":"<root>",this._properties=o&&o.properties||{},this._zoneDelegate=new T(this,this._parent&&this._parent._zoneDelegate,o)}static assertZonePatched(){if(e.Promise!==J.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let t=I.current;for(;t.parent;)t=t.parent;return t}static get current(){return G.zone}static get currentTask(){return te}static __load_patch(t,o,y=!1){if(J.hasOwnProperty(t)){if(!y&&f)throw Error("Already loaded patch: "+t)}else if(!e["__Zone_disable_"+t]){const P="Zone:"+t;i(P),J[t]=o(e,I,le),r(P,P)}}get parent(){return this._parent}get name(){return this._name}get(t){const o=this.getZoneWith(t);if(o)return o._properties[t]}getZoneWith(t){let o=this;for(;o;){if(o._properties.hasOwnProperty(t))return o;o=o._parent}return null}fork(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)}wrap(t,o){if("function"!=typeof t)throw new Error("Expecting function got: "+t);const y=this._zoneDelegate.intercept(this,t,o),P=this;return function(){return P.runGuarded(y,this,arguments,o)}}run(t,o,y,P){G={parent:G,zone:this};try{return this._zoneDelegate.invoke(this,t,o,y,P)}finally{G=G.parent}}runGuarded(t,o=null,y,P){G={parent:G,zone:this};try{try{return this._zoneDelegate.invoke(this,t,o,y,P)}catch(K){if(this._zoneDelegate.handleError(this,K))throw K}}finally{G=G.parent}}runTask(t,o,y){if(t.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");if(t.state===j&&(t.type===R||t.type===M))return;const P=t.state!=X;P&&t._transitionTo(X,O),t.runCount++;const K=te;te=t,G={parent:G,zone:this};try{t.type==M&&t.data&&!t.data.isPeriodic&&(t.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,t,o,y)}catch(l){if(this._zoneDelegate.handleError(this,l))throw l}}finally{t.state!==j&&t.state!==Y&&(t.type==R||t.data&&t.data.isPeriodic?P&&t._transitionTo(O,X):(t.runCount=0,this._updateTaskCount(t,-1),P&&t._transitionTo(j,X,j))),G=G.parent,te=K}}scheduleTask(t){if(t.zone&&t.zone!==this){let y=this;for(;y;){if(y===t.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${t.zone.name}`);y=y.parent}}t._transitionTo(q,j);const o=[];t._zoneDelegates=o,t._zone=this;try{t=this._zoneDelegate.scheduleTask(this,t)}catch(y){throw t._transitionTo(Y,q,j),this._zoneDelegate.handleError(this,y),y}return t._zoneDelegates===o&&this._updateTaskCount(t,1),t.state==q&&t._transitionTo(O,q),t}scheduleMicroTask(t,o,y,P){return this.scheduleTask(new m(v,t,o,y,P,void 0))}scheduleMacroTask(t,o,y,P,K){return this.scheduleTask(new m(M,t,o,y,P,K))}scheduleEventTask(t,o,y,P,K){return this.scheduleTask(new m(R,t,o,y,P,K))}cancelTask(t){if(t.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(t.zone||z).name+"; Execution: "+this.name+")");t._transitionTo(A,O,X);try{this._zoneDelegate.cancelTask(this,t)}catch(o){throw t._transitionTo(Y,A),this._zoneDelegate.handleError(this,o),o}return this._updateTaskCount(t,-1),t._transitionTo(j,A),t.runCount=0,t}_updateTaskCount(t,o){const y=t._zoneDelegates;-1==o&&(t._zoneDelegates=null);for(let P=0;P<y.length;P++)y[P]._updateTaskCount(t.type,o)}}return I.__symbol__=u,I})();const g={name:"",onHasTask:(I,p,t,o)=>I.hasTask(t,o),onScheduleTask:(I,p,t,o)=>I.scheduleTask(t,o),onInvokeTask:(I,p,t,o,y,P)=>I.invokeTask(t,o,y,P),onCancelTask:(I,p,t,o)=>I.cancelTask(t,o)};class T{constructor(p,t,o){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=p,this._parentDelegate=t,this._forkZS=o&&(o&&o.onFork?o:t._forkZS),this._forkDlgt=o&&(o.onFork?t:t._forkDlgt),this._forkCurrZone=o&&(o.onFork?this.zone:t._forkCurrZone),this._interceptZS=o&&(o.onIntercept?o:t._interceptZS),this._interceptDlgt=o&&(o.onIntercept?t:t._interceptDlgt),this._interceptCurrZone=o&&(o.onIntercept?this.zone:t._interceptCurrZone),this._invokeZS=o&&(o.onInvoke?o:t._invokeZS),this._invokeDlgt=o&&(o.onInvoke?t:t._invokeDlgt),this._invokeCurrZone=o&&(o.onInvoke?this.zone:t._invokeCurrZone),this._handleErrorZS=o&&(o.onHandleError?o:t._handleErrorZS),this._handleErrorDlgt=o&&(o.onHandleError?t:t._handleErrorDlgt),this._handleErrorCurrZone=o&&(o.onHandleError?this.zone:t._handleErrorCurrZone),this._scheduleTaskZS=o&&(o.onScheduleTask?o:t._scheduleTaskZS),this._scheduleTaskDlgt=o&&(o.onScheduleTask?t:t._scheduleTaskDlgt),this._scheduleTaskCurrZone=o&&(o.onScheduleTask?this.zone:t._scheduleTaskCurrZone),this._invokeTaskZS=o&&(o.onInvokeTask?o:t._invokeTaskZS),this._invokeTaskDlgt=o&&(o.onInvokeTask?t:t._invokeTaskDlgt),this._invokeTaskCurrZone=o&&(o.onInvokeTask?this.zone:t._invokeTaskCurrZone),this._cancelTaskZS=o&&(o.onCancelTask?o:t._cancelTaskZS),this._cancelTaskDlgt=o&&(o.onCancelTask?t:t._cancelTaskDlgt),this._cancelTaskCurrZone=o&&(o.onCancelTask?this.zone:t._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const y=o&&o.onHasTask;(y||t&&t._hasTaskZS)&&(this._hasTaskZS=y?o:g,this._hasTaskDlgt=t,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=p,o.onScheduleTask||(this._scheduleTaskZS=g,this._scheduleTaskDlgt=t,this._scheduleTaskCurrZone=this.zone),o.onInvokeTask||(this._invokeTaskZS=g,this._invokeTaskDlgt=t,this._invokeTaskCurrZone=this.zone),o.onCancelTask||(this._cancelTaskZS=g,this._cancelTaskDlgt=t,this._cancelTaskCurrZone=this.zone))}fork(p,t){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,p,t):new _(p,t)}intercept(p,t,o){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,p,t,o):t}invoke(p,t,o,y,P){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,p,t,o,y,P):t.apply(o,y)}handleError(p,t){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,p,t)}scheduleTask(p,t){let o=t;if(this._scheduleTaskZS)this._hasTaskZS&&o._zoneDelegates.push(this._hasTaskDlgtOwner),o=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,p,t),o||(o=t);else if(t.scheduleFn)t.scheduleFn(t);else{if(t.type!=v)throw new Error("Task is missing scheduleFn.");d(t)}return o}invokeTask(p,t,o,y){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,p,t,o,y):t.callback.apply(o,y)}cancelTask(p,t){let o;if(this._cancelTaskZS)o=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,p,t);else{if(!t.cancelFn)throw Error("Task is not cancelable");o=t.cancelFn(t)}return o}hasTask(p,t){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,p,t)}catch(o){this.handleError(p,o)}}_updateTaskCount(p,t){const o=this._taskCounts,y=o[p],P=o[p]=y+t;if(P<0)throw new Error("More tasks executed then were scheduled.");0!=y&&0!=P||this.hasTask(this.zone,{microTask:o.microTask>0,macroTask:o.macroTask>0,eventTask:o.eventTask>0,change:p})}}class m{constructor(p,t,o,y,P,K){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=p,this.source=t,this.data=y,this.scheduleFn=P,this.cancelFn=K,!o)throw new Error("callback is not defined");this.callback=o;const l=this;this.invoke=p===R&&y&&y.useG?m.invokeTask:function(){return m.invokeTask.call(e,l,this,arguments)}}static invokeTask(p,t,o){p||(p=this),re++;try{return p.runCount++,p.zone.runTask(p,t,o)}finally{1==re&&L(),re--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(j,q)}_transitionTo(p,t,o){if(this._state!==t&&this._state!==o)throw new Error(`${this.type} '${this.source}': can not transition to '${p}', expecting state '${t}'${o?" or '"+o+"'":""}, was '${this._state}'.`);this._state=p,p==j&&(this._zoneDelegates=null)}toString(){return this.data&&void 0!==this.data.handleId?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const S=u("setTimeout"),D=u("Promise"),Z=u("then");let E,B=[],V=!1;function d(I){if(0===re&&0===B.length)if(E||e[D]&&(E=e[D].resolve(0)),E){let p=E[Z];p||(p=E.then),p.call(E,L)}else e[S](L,0);I&&B.push(I)}function L(){if(!V){for(V=!0;B.length;){const I=B;B=[];for(let p=0;p<I.length;p++){const t=I[p];try{t.zone.runTask(t,null,null)}catch(o){le.onUnhandledError(o)}}}le.microtaskDrainDone(),V=!1}}const z={name:"NO ZONE"},j="notScheduled",q="scheduling",O="scheduled",X="running",A="canceling",Y="unknown",v="microTask",M="macroTask",R="eventTask",J={},le={symbol:u,currentZoneFrame:()=>G,onUnhandledError:F,microtaskDrainDone:F,scheduleMicroTask:d,showUncaughtError:()=>!_[u("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:F,patchMethod:()=>F,bindArguments:()=>[],patchThen:()=>F,patchMacroTask:()=>F,patchEventPrototype:()=>F,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>F,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>F,wrapWithCurrentZone:()=>F,filterProperties:()=>[],attachOriginToPatched:()=>F,_redefineProperty:()=>F,patchCallbacks:()=>F};let G={parent:null,zone:new _(null,null)},te=null,re=0;function F(){}r("Zone","Zone"),e.Zone=_}("undefined"!=typeof window&&window||"undefined"!=typeof self&&self||global);const ue=Object.getOwnPropertyDescriptor,he=Object.defineProperty,de=Object.getPrototypeOf,Be=Object.create,ut=Array.prototype.slice,Se="addEventListener",Oe="removeEventListener",Ze=Zone.__symbol__(Se),Ie=Zone.__symbol__(Oe),se="true",ie="false",ke=Zone.__symbol__("");function Le(e,n){return Zone.current.wrap(e,n)}function Me(e,n,i,r,c){return Zone.current.scheduleMacroTask(e,n,i,r,c)}const x=Zone.__symbol__,Pe="undefined"!=typeof window,pe=Pe?window:void 0,$=Pe&&pe||"object"==typeof self&&self||global,ht=[null];function Ae(e,n){for(let i=e.length-1;i>=0;i--)"function"==typeof e[i]&&(e[i]=Le(e[i],n+"_"+i));return e}function Fe(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&void 0===e.set)}const Ue="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope,Re=!("nw"in $)&&void 0!==$.process&&"[object process]"==={}.toString.call($.process),je=!Re&&!Ue&&!(!Pe||!pe.HTMLElement),We=void 0!==$.process&&"[object process]"==={}.toString.call($.process)&&!Ue&&!(!Pe||!pe.HTMLElement),Ce={},qe=function(e){if(!(e=e||$.event))return;let n=Ce[e.type];n||(n=Ce[e.type]=x("ON_PROPERTY"+e.type));const i=this||e.target||$,r=i[n];let c;if(je&&i===pe&&"error"===e.type){const u=e;c=r&&r.call(this,u.message,u.filename,u.lineno,u.colno,u.error),!0===c&&e.preventDefault()}else c=r&&r.apply(this,arguments),null!=c&&!c&&e.preventDefault();return c};function Xe(e,n,i){let r=ue(e,n);if(!r&&i&&ue(i,n)&&(r={enumerable:!0,configurable:!0}),!r||!r.configurable)return;const c=x("on"+n+"patched");if(e.hasOwnProperty(c)&&e[c])return;delete r.writable,delete r.value;const u=r.get,f=r.set,_=n.substr(2);let g=Ce[_];g||(g=Ce[_]=x("ON_PROPERTY"+_)),r.set=function(T){let m=this;!m&&e===$&&(m=$),m&&(m[g]&&m.removeEventListener(_,qe),f&&f.apply(m,ht),"function"==typeof T?(m[g]=T,m.addEventListener(_,qe,!1)):m[g]=null)},r.get=function(){let T=this;if(!T&&e===$&&(T=$),!T)return null;const m=T[g];if(m)return m;if(u){let S=u&&u.call(this);if(S)return r.set.call(this,S),"function"==typeof T.removeAttribute&&T.removeAttribute(n),S}return null},he(e,n,r),e[c]=!0}function Ye(e,n,i){if(n)for(let r=0;r<n.length;r++)Xe(e,"on"+n[r],i);else{const r=[];for(const c in e)"on"==c.substr(0,2)&&r.push(c);for(let c=0;c<r.length;c++)Xe(e,r[c],i)}}const ne=x("originalInstance");function ve(e){const n=$[e];if(!n)return;$[x(e)]=n,$[e]=function(){const c=Ae(arguments,e);switch(c.length){case 0:this[ne]=new n;break;case 1:this[ne]=new n(c[0]);break;case 2:this[ne]=new n(c[0],c[1]);break;case 3:this[ne]=new n(c[0],c[1],c[2]);break;case 4:this[ne]=new n(c[0],c[1],c[2],c[3]);break;default:throw new Error("Arg list too long.")}},ae($[e],n);const i=new n(function(){});let r;for(r in i)"XMLHttpRequest"===e&&"responseBlob"===r||function(c){"function"==typeof i[c]?$[e].prototype[c]=function(){return this[ne][c].apply(this[ne],arguments)}:he($[e].prototype,c,{set:function(u){"function"==typeof u?(this[ne][c]=Le(u,e+"."+c),ae(this[ne][c],u)):this[ne][c]=u},get:function(){return this[ne][c]}})}(r);for(r in n)"prototype"!==r&&n.hasOwnProperty(r)&&($[e][r]=n[r])}function ce(e,n,i){let r=e;for(;r&&!r.hasOwnProperty(n);)r=de(r);!r&&e[n]&&(r=e);const c=x(n);let u=null;if(r&&(!(u=r[c])||!r.hasOwnProperty(c))&&(u=r[c]=r[n],Fe(r&&ue(r,n)))){const _=i(u,c,n);r[n]=function(){return _(this,arguments)},ae(r[n],u)}return u}function _t(e,n,i){let r=null;function c(u){const f=u.data;return f.args[f.cbIdx]=function(){u.invoke.apply(this,arguments)},r.apply(f.target,f.args),u}r=ce(e,n,u=>function(f,_){const g=i(f,_);return g.cbIdx>=0&&"function"==typeof _[g.cbIdx]?Me(g.name,_[g.cbIdx],g,c):u.apply(f,_)})}function ae(e,n){e[x("OriginalDelegate")]=n}let $e=!1,He=!1;function mt(){if($e)return He;$e=!0;try{const e=pe.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(He=!0)}catch(e){}return He}Zone.__load_patch("ZoneAwarePromise",(e,n,i)=>{const r=Object.getOwnPropertyDescriptor,c=Object.defineProperty,f=i.symbol,_=[],g=!0===e[f("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],T=f("Promise"),m=f("then");i.onUnhandledError=l=>{if(i.showUncaughtError()){const s=l&&l.rejection;s?console.error("Unhandled Promise rejection:",s instanceof Error?s.message:s,"; Zone:",l.zone.name,"; Task:",l.task&&l.task.source,"; Value:",s,s instanceof Error?s.stack:void 0):console.error(l)}},i.microtaskDrainDone=()=>{for(;_.length;){const l=_.shift();try{l.zone.runGuarded(()=>{throw l.throwOriginal?l.rejection:l})}catch(s){Z(s)}}};const D=f("unhandledPromiseRejectionHandler");function Z(l){i.onUnhandledError(l);try{const s=n[D];"function"==typeof s&&s.call(this,l)}catch(s){}}function B(l){return l&&l.then}function V(l){return l}function E(l){return t.reject(l)}const d=f("state"),L=f("value"),z=f("finally"),j=f("parentPromiseValue"),q=f("parentPromiseState"),X=null,A=!0,Y=!1;function M(l,s){return a=>{try{G(l,s,a)}catch(h){G(l,!1,h)}}}const le=f("currentTaskTrace");function G(l,s,a){const h=function(){let l=!1;return function(a){return function(){l||(l=!0,a.apply(null,arguments))}}}();if(l===a)throw new TypeError("Promise resolved with itself");if(l[d]===X){let w=null;try{("object"==typeof a||"function"==typeof a)&&(w=a&&a.then)}catch(C){return h(()=>{G(l,!1,C)})(),l}if(s!==Y&&a instanceof t&&a.hasOwnProperty(d)&&a.hasOwnProperty(L)&&a[d]!==X)re(a),G(l,a[d],a[L]);else if(s!==Y&&"function"==typeof w)try{w.call(a,h(M(l,s)),h(M(l,!1)))}catch(C){h(()=>{G(l,!1,C)})()}else{l[d]=s;const C=l[L];if(l[L]=a,l[z]===z&&s===A&&(l[d]=l[q],l[L]=l[j]),s===Y&&a instanceof Error){const k=n.currentTask&&n.currentTask.data&&n.currentTask.data.__creationTrace__;k&&c(a,le,{configurable:!0,enumerable:!1,writable:!0,value:k})}for(let k=0;k<C.length;)F(l,C[k++],C[k++],C[k++],C[k++]);if(0==C.length&&s==Y){l[d]=0;let k=a;try{throw new Error("Uncaught (in promise): "+function u(l){return l&&l.toString===Object.prototype.toString?(l.constructor&&l.constructor.name||"")+": "+JSON.stringify(l):l?l.toString():Object.prototype.toString.call(l)}(a)+(a&&a.stack?"\n"+a.stack:""))}catch(b){k=b}g&&(k.throwOriginal=!0),k.rejection=a,k.promise=l,k.zone=n.current,k.task=n.currentTask,_.push(k),i.scheduleMicroTask()}}}return l}const te=f("rejectionHandledHandler");function re(l){if(0===l[d]){try{const s=n[te];s&&"function"==typeof s&&s.call(this,{rejection:l[L],promise:l})}catch(s){}l[d]=Y;for(let s=0;s<_.length;s++)l===_[s].promise&&_.splice(s,1)}}function F(l,s,a,h,w){re(l);const C=l[d],k=C?"function"==typeof h?h:V:"function"==typeof w?w:E;s.scheduleMicroTask("Promise.then",()=>{try{const b=l[L],N=!!a&&z===a[z];N&&(a[j]=b,a[q]=C);const H=s.run(k,void 0,N&&k!==E&&k!==V?[]:[b]);G(a,!0,H)}catch(b){G(a,!1,b)}},a)}const p=function(){};class t{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(s){return G(new this(null),A,s)}static reject(s){return G(new this(null),Y,s)}static race(s){let a,h,w=new this((b,N)=>{a=b,h=N});function C(b){a(b)}function k(b){h(b)}for(let b of s)B(b)||(b=this.resolve(b)),b.then(C,k);return w}static all(s){return t.allWithCallback(s)}static allSettled(s){return(this&&this.prototype instanceof t?this:t).allWithCallback(s,{thenCallback:h=>({status:"fulfilled",value:h}),errorCallback:h=>({status:"rejected",reason:h})})}static allWithCallback(s,a){let h,w,C=new this((H,U)=>{h=H,w=U}),k=2,b=0;const N=[];for(let H of s){B(H)||(H=this.resolve(H));const U=b;try{H.then(Q=>{N[U]=a?a.thenCallback(Q):Q,k--,0===k&&h(N)},Q=>{a?(N[U]=a.errorCallback(Q),k--,0===k&&h(N)):w(Q)})}catch(Q){w(Q)}k++,b++}return k-=2,0===k&&h(N),C}constructor(s){const a=this;if(!(a instanceof t))throw new Error("Must be an instanceof Promise.");a[d]=X,a[L]=[];try{s&&s(M(a,A),M(a,Y))}catch(h){G(a,!1,h)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return t}then(s,a){let h=this.constructor[Symbol.species];(!h||"function"!=typeof h)&&(h=this.constructor||t);const w=new h(p),C=n.current;return this[d]==X?this[L].push(C,w,s,a):F(this,C,w,s,a),w}catch(s){return this.then(null,s)}finally(s){let a=this.constructor[Symbol.species];(!a||"function"!=typeof a)&&(a=t);const h=new a(p);h[z]=z;const w=n.current;return this[d]==X?this[L].push(w,h,s,s):F(this,w,h,s,s),h}}t.resolve=t.resolve,t.reject=t.reject,t.race=t.race,t.all=t.all;const o=e[T]=e.Promise;e.Promise=t;const y=f("thenPatched");function P(l){const s=l.prototype,a=r(s,"then");if(a&&(!1===a.writable||!a.configurable))return;const h=s.then;s[m]=h,l.prototype.then=function(w,C){return new t((b,N)=>{h.call(this,b,N)}).then(w,C)},l[y]=!0}return i.patchThen=P,o&&(P(o),ce(e,"fetch",l=>function K(l){return function(s,a){let h=l.apply(s,a);if(h instanceof t)return h;let w=h.constructor;return w[y]||P(w),h}}(l))),Promise[n.__symbol__("uncaughtPromiseErrors")]=_,t}),Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,i=x("OriginalDelegate"),r=x("Promise"),c=x("Error"),u=function(){if("function"==typeof this){const T=this[i];if(T)return"function"==typeof T?n.call(T):Object.prototype.toString.call(T);if(this===Promise){const m=e[r];if(m)return n.call(m)}if(this===Error){const m=e[c];if(m)return n.call(m)}}return n.call(this)};u[i]=n,Function.prototype.toString=u;const f=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":f.call(this)}});let me=!1;if("undefined"!=typeof window)try{const e=Object.defineProperty({},"passive",{get:function(){me=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){me=!1}const Et={useG:!0},ee={},Ke={},Je=new RegExp("^"+ke+"(\\w+)(true|false)$"),xe=x("propagationStopped");function Qe(e,n){const i=(n?n(e):e)+ie,r=(n?n(e):e)+se,c=ke+i,u=ke+r;ee[e]={},ee[e][ie]=c,ee[e][se]=u}function Tt(e,n,i){const r=i&&i.add||Se,c=i&&i.rm||Oe,u=i&&i.listeners||"eventListeners",f=i&&i.rmAll||"removeAllListeners",_=x(r),g="."+r+":",S=function(E,d,L){if(E.isRemoved)return;const z=E.callback;"object"==typeof z&&z.handleEvent&&(E.callback=q=>z.handleEvent(q),E.originalDelegate=z),E.invoke(E,d,[L]);const j=E.options;j&&"object"==typeof j&&j.once&&d[c].call(d,L.type,E.originalDelegate?E.originalDelegate:E.callback,j)},D=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ee[E.type][ie]];if(L)if(1===L.length)S(L[0],d,E);else{const z=L.slice();for(let j=0;j<z.length&&(!E||!0!==E[xe]);j++)S(z[j],d,E)}},Z=function(E){if(!(E=E||e.event))return;const d=this||E.target||e,L=d[ee[E.type][se]];if(L)if(1===L.length)S(L[0],d,E);else{const z=L.slice();for(let j=0;j<z.length&&(!E||!0!==E[xe]);j++)S(z[j],d,E)}};function B(E,d){if(!E)return!1;let L=!0;d&&void 0!==d.useG&&(L=d.useG);const z=d&&d.vh;let j=!0;d&&void 0!==d.chkDup&&(j=d.chkDup);let q=!1;d&&void 0!==d.rt&&(q=d.rt);let O=E;for(;O&&!O.hasOwnProperty(r);)O=de(O);if(!O&&E[r]&&(O=E),!O||O[_])return!1;const X=d&&d.eventNameToString,A={},Y=O[_]=O[r],v=O[x(c)]=O[c],M=O[x(u)]=O[u],R=O[x(f)]=O[f];let J;function le(s,a){return!me&&"object"==typeof s&&s?!!s.capture:me&&a?"boolean"==typeof s?{capture:s,passive:!0}:s?"object"==typeof s&&!1!==s.passive?Object.assign(Object.assign({},s),{passive:!0}):s:{passive:!0}:s}d&&d.prepend&&(J=O[x(d.prepend)]=O[d.prepend]);const p=L?function(s){if(!A.isExisting)return Y.call(A.target,A.eventName,A.capture?Z:D,A.options)}:function(s){return Y.call(A.target,A.eventName,s.invoke,A.options)},t=L?function(s){if(!s.isRemoved){const a=ee[s.eventName];let h;a&&(h=a[s.capture?se:ie]);const w=h&&s.target[h];if(w)for(let C=0;C<w.length;C++)if(w[C]===s){w.splice(C,1),s.isRemoved=!0,0===w.length&&(s.allRemoved=!0,s.target[h]=null);break}}if(s.allRemoved)return v.call(s.target,s.eventName,s.capture?Z:D,s.options)}:function(s){return v.call(s.target,s.eventName,s.invoke,s.options)},y=d&&d.diff?d.diff:function(s,a){const h=typeof a;return"function"===h&&s.callback===a||"object"===h&&s.originalDelegate===a},P=Zone[x("UNPATCHED_EVENTS")],K=e[x("PASSIVE_EVENTS")],l=function(s,a,h,w,C=!1,k=!1){return function(){const b=this||e;let N=arguments[0];d&&d.transferEventName&&(N=d.transferEventName(N));let H=arguments[1];if(!H)return s.apply(this,arguments);if(Re&&"uncaughtException"===N)return s.apply(this,arguments);let U=!1;if("function"!=typeof H){if(!H.handleEvent)return s.apply(this,arguments);U=!0}if(z&&!z(s,H,b,arguments))return;const Q=me&&!!K&&-1!==K.indexOf(N),oe=le(arguments[2],Q);if(P)for(let _e=0;_e<P.length;_e++)if(N===P[_e])return Q?s.call(b,N,H,oe):s.apply(this,arguments);const Ge=!!oe&&("boolean"==typeof oe||oe.capture),st=!(!oe||"object"!=typeof oe)&&oe.once,At=Zone.current;let ze=ee[N];ze||(Qe(N,X),ze=ee[N]);const it=ze[Ge?se:ie];let De,ge=b[it],ct=!1;if(ge){if(ct=!0,j)for(let _e=0;_e<ge.length;_e++)if(y(ge[_e],H))return}else ge=b[it]=[];const at=b.constructor.name,lt=Ke[at];lt&&(De=lt[N]),De||(De=at+a+(X?X(N):N)),A.options=oe,st&&(A.options.once=!1),A.target=b,A.capture=Ge,A.eventName=N,A.isExisting=ct;const be=L?Et:void 0;be&&(be.taskData=A);const fe=At.scheduleEventTask(De,H,be,h,w);return A.target=null,be&&(be.taskData=null),st&&(oe.once=!0),!me&&"boolean"==typeof fe.options||(fe.options=oe),fe.target=b,fe.capture=Ge,fe.eventName=N,U&&(fe.originalDelegate=H),k?ge.unshift(fe):ge.push(fe),C?b:void 0}};return O[r]=l(Y,g,p,t,q),J&&(O.prependListener=l(J,".prependListener:",function(s){return J.call(A.target,A.eventName,s.invoke,A.options)},t,q,!0)),O[c]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=arguments[2],w=!!h&&("boolean"==typeof h||h.capture),C=arguments[1];if(!C)return v.apply(this,arguments);if(z&&!z(v,C,s,arguments))return;const k=ee[a];let b;k&&(b=k[w?se:ie]);const N=b&&s[b];if(N)for(let H=0;H<N.length;H++){const U=N[H];if(y(U,C))return N.splice(H,1),U.isRemoved=!0,0===N.length&&(U.allRemoved=!0,s[b]=null,"string"==typeof a)&&(s[ke+"ON_PROPERTY"+a]=null),U.zone.cancelTask(U),q?s:void 0}return v.apply(this,arguments)},O[u]=function(){const s=this||e;let a=arguments[0];d&&d.transferEventName&&(a=d.transferEventName(a));const h=[],w=et(s,X?X(a):a);for(let C=0;C<w.length;C++){const k=w[C];h.push(k.originalDelegate?k.originalDelegate:k.callback)}return h},O[f]=function(){const s=this||e;let a=arguments[0];if(a){d&&d.transferEventName&&(a=d.transferEventName(a));const h=ee[a];if(h){const k=s[h[ie]],b=s[h[se]];if(k){const N=k.slice();for(let H=0;H<N.length;H++){const U=N[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}if(b){const N=b.slice();for(let H=0;H<N.length;H++){const U=N[H];this[c].call(this,a,U.originalDelegate?U.originalDelegate:U.callback,U.options)}}}}else{const h=Object.keys(s);for(let w=0;w<h.length;w++){const k=Je.exec(h[w]);let b=k&&k[1];b&&"removeListener"!==b&&this[f].call(this,b)}this[f].call(this,"removeListener")}if(q)return this},ae(O[r],Y),ae(O[c],v),R&&ae(O[f],R),M&&ae(O[u],M),!0}let V=[];for(let E=0;E<n.length;E++)V[E]=B(n[E],i);return V}function et(e,n){if(!n){const u=[];for(let f in e){const _=Je.exec(f);let g=_&&_[1];if(g&&(!n||g===n)){const T=e[f];if(T)for(let m=0;m<T.length;m++)u.push(T[m])}}return u}let i=ee[n];i||(Qe(n),i=ee[n]);const r=e[i[ie]],c=e[i[se]];return r?c?r.concat(c):r.slice():c?c.slice():[]}function yt(e,n){const i=e.Event;i&&i.prototype&&n.patchMethod(i.prototype,"stopImmediatePropagation",r=>function(c,u){c[xe]=!0,r&&r.apply(c,u)})}function gt(e,n,i,r,c){const u=Zone.__symbol__(r);if(n[u])return;const f=n[u]=n[r];n[r]=function(_,g,T){return g&&g.prototype&&c.forEach(function(m){const S=`${i}.${r}::`+m,D=g.prototype;if(D.hasOwnProperty(m)){const Z=e.ObjectGetOwnPropertyDescriptor(D,m);Z&&Z.value?(Z.value=e.wrapWithCurrentZone(Z.value,S),e._redefineProperty(g.prototype,m,Z)):D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],S))}else D[m]&&(D[m]=e.wrapWithCurrentZone(D[m],S))}),f.call(n,_,g,T)},e.attachOriginToPatched(n[r],f)}const Ve=["absolutedeviceorientation","afterinput","afterprint","appinstalled","beforeinstallprompt","beforeprint","beforeunload","devicelight","devicemotion","deviceorientation","deviceorientationabsolute","deviceproximity","hashchange","languagechange","message","mozbeforepaint","offline","online","paint","pageshow","pagehide","popstate","rejectionhandled","storage","unhandledrejection","unload","userproximity","vrdisplayconnected","vrdisplaydisconnected","vrdisplaypresentchange"],wt=["encrypted","waitingforkey","msneedkey","mozinterruptbegin","mozinterruptend"],tt=["load"],nt=["blur","error","focus","load","resize","scroll","messageerror"],Dt=["bounce","finish","start"],rt=["loadstart","progress","abort","error","load","progress","timeout","loadend","readystatechange"],Ee=["upgradeneeded","complete","abort","success","error","blocked","versionchange","close"],St=["close","error","open","message"],Ot=["error","message"],Te=["abort","animationcancel","animationend","animationiteration","auxclick","beforeinput","blur","cancel","canplay","canplaythrough","change","compositionstart","compositionupdate","compositionend","cuechange","click","close","contextmenu","curechange","dblclick","drag","dragend","dragenter","dragexit","dragleave","dragover","drop","durationchange","emptied","ended","error","focus","focusin","focusout","gotpointercapture","input","invalid","keydown","keypress","keyup","load","loadstart","loadeddata","loadedmetadata","lostpointercapture","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","mousewheel","orientationchange","pause","play","playing","pointercancel","pointerdown","pointerenter","pointerleave","pointerlockchange","mozpointerlockchange","webkitpointerlockerchange","pointerlockerror","mozpointerlockerror","webkitpointerlockerror","pointermove","pointout","pointerover","pointerup","progress","ratechange","reset","resize","scroll","seeked","seeking","select","selectionchange","selectstart","show","sort","stalled","submit","suspend","timeupdate","volumechange","touchcancel","touchmove","touchstart","touchend","transitioncancel","transitionend","waiting","wheel"].concat(["webglcontextrestored","webglcontextlost","webglcontextcreationerror"],["autocomplete","autocompleteerror"],["toggle"],["afterscriptexecute","beforescriptexecute","DOMContentLoaded","freeze","fullscreenchange","mozfullscreenchange","webkitfullscreenchange","msfullscreenchange","fullscreenerror","mozfullscreenerror","webkitfullscreenerror","msfullscreenerror","readystatechange","visibilitychange","resume"],Ve,["beforecopy","beforecut","beforepaste","copy","cut","paste","dragstart","loadend","animationstart","search","transitionrun","transitionstart","webkitanimationend","webkitanimationiteration","webkitanimationstart","webkittransitionend"],["activate","afterupdate","ariarequest","beforeactivate","beforedeactivate","beforeeditfocus","beforeupdate","cellchange","controlselect","dataavailable","datasetchanged","datasetcomplete","errorupdate","filterchange","layoutcomplete","losecapture","move","moveend","movestart","propertychange","resizeend","resizestart","rowenter","rowexit","rowsdelete","rowsinserted","command","compassneedscalibration","deactivate","help","mscontentzoom","msmanipulationstatechanged","msgesturechange","msgesturedoubletap","msgestureend","msgesturehold","msgesturestart","msgesturetap","msgotpointercapture","msinertiastart","mslostpointercapture","mspointercancel","mspointerdown","mspointerenter","mspointerhover","mspointerleave","mspointermove","mspointerout","mspointerover","mspointerup","pointerout","mssitemodejumplistitemremoved","msthumbnailclick","stop","storagecommit"]);function ot(e,n,i){if(!i||0===i.length)return n;const r=i.filter(u=>u.target===e);if(!r||0===r.length)return n;const c=r[0].ignoreProperties;return n.filter(u=>-1===c.indexOf(u))}function W(e,n,i,r){e&&Ye(e,ot(e,n,i),r)}Zone.__load_patch("util",(e,n,i)=>{i.patchOnProperties=Ye,i.patchMethod=ce,i.bindArguments=Ae,i.patchMacroTask=_t;const r=n.__symbol__("BLACK_LISTED_EVENTS"),c=n.__symbol__("UNPATCHED_EVENTS");e[c]&&(e[r]=e[c]),e[r]&&(n[r]=n[c]=e[r]),i.patchEventPrototype=yt,i.patchEventTarget=Tt,i.isIEOrEdge=mt,i.ObjectDefineProperty=he,i.ObjectGetOwnPropertyDescriptor=ue,i.ObjectCreate=Be,i.ArraySlice=ut,i.patchClass=ve,i.wrapWithCurrentZone=Le,i.filterProperties=ot,i.attachOriginToPatched=ae,i._redefineProperty=Object.defineProperty,i.patchCallbacks=gt,i.getGlobalObjects=()=>({globalSources:Ke,zoneSymbolEventNames:ee,eventNames:Te,isBrowser:je,isMix:We,isNode:Re,TRUE_STR:se,FALSE_STR:ie,ZONE_SYMBOL_PREFIX:ke,ADD_EVENT_LISTENER_STR:Se,REMOVE_EVENT_LISTENER_STR:Oe})});const Ne=x("zoneTask");function ye(e,n,i,r){let c=null,u=null;i+=r;const f={};function _(T){const m=T.data;return m.args[0]=function(){return T.invoke.apply(this,arguments)},m.handleId=c.apply(e,m.args),T}function g(T){return u.call(e,T.data.handleId)}c=ce(e,n+=r,T=>function(m,S){if("function"==typeof S[0]){const D={isPeriodic:"Interval"===r,delay:"Timeout"===r||"Interval"===r?S[1]||0:void 0,args:S},Z=S[0];S[0]=function(){try{return Z.apply(this,arguments)}finally{D.isPeriodic||("number"==typeof D.handleId?delete f[D.handleId]:D.handleId&&(D.handleId[Ne]=null))}};const B=Me(n,S[0],D,_,g);if(!B)return B;const V=B.data.handleId;return"number"==typeof V?f[V]=B:V&&(V[Ne]=B),V&&V.ref&&V.unref&&"function"==typeof V.ref&&"function"==typeof V.unref&&(B.ref=V.ref.bind(V),B.unref=V.unref.bind(V)),"number"==typeof V||V?V:B}return T.apply(e,S)}),u=ce(e,i,T=>function(m,S){const D=S[0];let Z;"number"==typeof D?Z=f[D]:(Z=D&&D[Ne],Z||(Z=D)),Z&&"string"==typeof Z.type?"notScheduled"!==Z.state&&(Z.cancelFn&&Z.data.isPeriodic||0===Z.runCount)&&("number"==typeof D?delete f[D]:D&&(D[Ne]=null),Z.zone.cancelTask(Z)):T.apply(e,S)})}Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,i)=>{i.patchMethod(e,"queueMicrotask",r=>function(c,u){n.current.scheduleMicroTask("queueMicrotask",u[0])})}),Zone.__load_patch("timers",e=>{const n="set",i="clear";ye(e,n,i,"Timeout"),ye(e,n,i,"Interval"),ye(e,n,i,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{ye(e,"request","cancel","AnimationFrame"),ye(e,"mozRequest","mozCancel","AnimationFrame"),ye(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const i=["alert","prompt","confirm"];for(let r=0;r<i.length;r++)ce(e,i[r],(u,f,_)=>function(g,T){return n.current.run(u,e,T,_)})}),Zone.__load_patch("EventTarget",(e,n,i)=>{(function Mt(e,n){n.patchEventPrototype(e,n)})(e,i),function Lt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:i,zoneSymbolEventNames:r,TRUE_STR:c,FALSE_STR:u,ZONE_SYMBOL_PREFIX:f}=n.getGlobalObjects();for(let g=0;g<i.length;g++){const T=i[g],D=f+(T+u),Z=f+(T+c);r[T]={},r[T][u]=D,r[T][c]=Z}const _=e.EventTarget;_&&_.prototype&&n.patchEventTarget(e,[_&&_.prototype])}(e,i);const r=e.XMLHttpRequestEventTarget;r&&r.prototype&&i.patchEventTarget(e,[r.prototype])}),Zone.__load_patch("MutationObserver",(e,n,i)=>{ve("MutationObserver"),ve("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,i)=>{ve("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,i)=>{ve("FileReader")}),Zone.__load_patch("on_property",(e,n,i)=>{!function Zt(e,n){if(Re&&!We||Zone[e.symbol("patchEvents")])return;const i="undefined"!=typeof WebSocket,r=n.__Zone_ignore_on_properties;if(je){const f=window,_=function pt(){try{const e=pe.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch(e){}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];W(f,Te.concat(["messageerror"]),r&&r.concat(_),de(f)),W(Document.prototype,Te,r),void 0!==f.SVGElement&&W(f.SVGElement.prototype,Te,r),W(Element.prototype,Te,r),W(HTMLElement.prototype,Te,r),W(HTMLMediaElement.prototype,wt,r),W(HTMLFrameSetElement.prototype,Ve.concat(nt),r),W(HTMLBodyElement.prototype,Ve.concat(nt),r),W(HTMLFrameElement.prototype,tt,r),W(HTMLIFrameElement.prototype,tt,r);const g=f.HTMLMarqueeElement;g&&W(g.prototype,Dt,r);const T=f.Worker;T&&W(T.prototype,Ot,r)}const c=n.XMLHttpRequest;c&&W(c.prototype,rt,r);const u=n.XMLHttpRequestEventTarget;u&&W(u&&u.prototype,rt,r),"undefined"!=typeof IDBIndex&&(W(IDBIndex.prototype,Ee,r),W(IDBRequest.prototype,Ee,r),W(IDBOpenDBRequest.prototype,Ee,r),W(IDBDatabase.prototype,Ee,r),W(IDBTransaction.prototype,Ee,r),W(IDBCursor.prototype,Ee,r)),i&&W(WebSocket.prototype,St,r)}(i,e)}),Zone.__load_patch("customElements",(e,n,i)=>{!function It(e,n){const{isBrowser:i,isMix:r}=n.getGlobalObjects();(i||r)&&e.customElements&&"customElements"in e&&n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,i)}),Zone.__load_patch("XHR",(e,n)=>{!function g(T){const m=T.XMLHttpRequest;if(!m)return;const S=m.prototype;let Z=S[Ze],B=S[Ie];if(!Z){const v=T.XMLHttpRequestEventTarget;if(v){const M=v.prototype;Z=M[Ze],B=M[Ie]}}const V="readystatechange",E="scheduled";function d(v){const M=v.data,R=M.target;R[u]=!1,R[_]=!1;const J=R[c];Z||(Z=R[Ze],B=R[Ie]),J&&B.call(R,V,J);const le=R[c]=()=>{if(R.readyState===R.DONE)if(!M.aborted&&R[u]&&v.state===E){const te=R[n.__symbol__("loadfalse")];if(0!==R.status&&te&&te.length>0){const re=v.invoke;v.invoke=function(){const F=R[n.__symbol__("loadfalse")];for(let I=0;I<F.length;I++)F[I]===v&&F.splice(I,1);!M.aborted&&v.state===E&&re.call(v)},te.push(v)}else v.invoke()}else!M.aborted&&!1===R[u]&&(R[_]=!0)};return Z.call(R,V,le),R[i]||(R[i]=v),A.apply(R,M.args),R[u]=!0,v}function L(){}function z(v){const M=v.data;return M.aborted=!0,Y.apply(M.target,M.args)}const j=ce(S,"open",()=>function(v,M){return v[r]=0==M[2],v[f]=M[1],j.apply(v,M)}),O=x("fetchTaskAborting"),X=x("fetchTaskScheduling"),A=ce(S,"send",()=>function(v,M){if(!0===n.current[X]||v[r])return A.apply(v,M);{const R={target:v,url:v[f],isPeriodic:!1,args:M,aborted:!1},J=Me("XMLHttpRequest.send",L,R,d,z);v&&!0===v[_]&&!R.aborted&&J.state===E&&J.invoke()}}),Y=ce(S,"abort",()=>function(v,M){const R=function D(v){return v[i]}(v);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[O])return Y.apply(v,M)})}(e);const i=x("xhrTask"),r=x("xhrSync"),c=x("xhrListener"),u=x("xhrScheduled"),f=x("xhrURL"),_=x("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const i=e.constructor.name;for(let r=0;r<n.length;r++){const c=n[r],u=e[c];if(u){if(!Fe(ue(e,c)))continue;e[c]=(_=>{const g=function(){return _.apply(this,Ae(arguments,i+"."+c))};return ae(g,_),g})(u)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function i(r){return function(c){et(e,r).forEach(f=>{const _=e.PromiseRejectionEvent;if(_){const g=new _(r,{promise:c.promise,reason:c.rejection});f.invoke(g)}})}}e.PromiseRejectionEvent&&(n[x("unhandledPromiseRejectionHandler")]=i("unhandledrejection"),n[x("rejectionHandledHandler")]=i("rejectionhandled"))})}},we=>{we(we.s=7435)}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var e,v={},_={};function r(e){var n=_[e];if(void 0!==n)return n.exports;var t=_[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(n,t,f,i)=>{if(!t){var a=1/0;for(o=0;o<e.length;o++){for(var[t,f,i]=e[o],d=!0,c=0;c<t.length;c++)(!1&i||a>=i)&&Object.keys(r.O).every(b=>r.O[b](t[c]))?t.splice(c--,1):(d=!1,i<a&&(a=i));if(d){e.splice(o--,1);var s=f();void 0!==s&&(n=s)}}return n}i=i||0;for(var o=e.length;o>0&&e[o-1][2]>i;o--)e[o]=e[o-1];e[o]=[t,f,i]},r.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return r.d(n,{a:n}),n},(()=>{var n,e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__;r.t=function(t,f){if(1&f&&(t=this(t)),8&f||"object"==typeof t&&t&&(4&f&&t.__esModule||16&f&&"function"==typeof t.then))return t;var i=Object.create(null);r.r(i);var o={};n=n||[null,e({}),e([]),e(e)];for(var a=2&f&&t;"object"==typeof a&&!~n.indexOf(a);a=e(a))Object.getOwnPropertyNames(a).forEach(d=>o[d]=()=>t[d]);return o.default=()=>t,r.d(i,o),i}})(),r.d=(e,n)=>{for(var t in n)r.o(n,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((n,t)=>(r.f[t](e,n),n),[])),r.u=e=>e+"."+{22:"cc9b231b5b7424fa",143:"60841860c7f5e036",365:"1282604dd7869f3c"}[e]+".js",r.miniCssF=e=>{},r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),(()=>{var e={},n="pos-marketplace:";r.l=(t,f,i,o)=>{if(e[t])e[t].push(f);else{var a,d;if(void 0!==i)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var l=c[s];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==n+i){a=l;break}}a||(d=!0,(a=document.createElement("script")).type="module",a.charset="utf-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.setAttribute("data-webpack",n+i),a.src=r.tu(t)),e[t]=[f];var p=(g,b)=>{a.onerror=a.onload=null,clearTimeout(u);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(m=>m(b)),g)return g(b)},u=setTimeout(p.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=p.bind(null,a.onerror),a.onload=p.bind(null,a.onload),d&&document.head.appendChild(a)}}})(),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:n=>n},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.7/Marketplace/",(()=>{var e={666:0};r.f.j=(f,i)=>{var o=r.o(e,f)?e[f]:void 0;if(0!==o)if(o)i.push(o[2]);else if(666!=f){var a=new Promise((l,p)=>o=e[f]=[l,p]);i.push(o[2]=a);var d=r.p+r.u(f),c=new Error;r.l(d,l=>{if(r.o(e,f)&&(0!==(o=e[f])&&(e[f]=void 0),o)){var p=l&&("load"===l.type?"missing":l.type),u=l&&l.target&&l.target.src;c.message="Loading chunk "+f+" failed.\n("+p+": "+u+")",c.name="ChunkLoadError",c.type=p,c.request=u,o[1](c)}},"chunk-"+f,f)}else e[f]=0},r.O.j=f=>0===e[f];var n=(f,i)=>{var c,s,[o,a,d]=i,l=0;if(o.some(u=>0!==e[u])){for(c in a)r.o(a,c)&&(r.m[c]=a[c]);if(d)var p=d(r)}for(f&&f(i);l<o.length;l++)r.o(e,s=o[l])&&e[s]&&e[s][0](),e[s]=0;return r.O(p)},t=self.webpackChunkpos_marketplace=self.webpackChunkpos_marketplace||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})()})();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(B,qe){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=B.document?qe(B,!0):function(Ke){if(!Ke.document)throw new Error("jQuery requires a window with a document");return qe(Ke)}:qe(B)}("undefined"!=typeof window?window:this,function(B,qe){"use strict";var Ke=[],Cn=Object.getPrototypeOf,u=Ke.slice,Yt=Ke.flat?function(e){return Ke.flat.call(e)}:function(e){return Ke.concat.apply([],e)},Kt=Ke.push,be=Ke.indexOf,pe={},Dt=pe.toString,pt=pe.hasOwnProperty,Ot=pt.toString,Hn=Ot.call(Object),le={},ne=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},It=function(t){return null!=t&&t===t.window},ue=B.document,fn={type:!0,src:!0,nonce:!0,noModule:!0};function F(e,t,n){var r,o,s=(n=n||ue).createElement("script");if(s.text=e,t)for(r in fn)(o=t[r]||t.getAttribute&&t.getAttribute(r))&&s.setAttribute(r,o);n.head.appendChild(s).parentNode.removeChild(s)}function Je(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?pe[Dt.call(e)]||"object":typeof e}var a=function(e,t){return new a.fn.init(e,t)};function xt(e){var t=!!e&&"length"in e&&e.length,n=Je(e);return!ne(e)&&!It(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}a.fn=a.prototype={jquery:"3.5.1",constructor:a,length:0,toArray:function(){return u.call(this)},get:function(e){return null==e?u.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=a.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return a.each(this,e)},map:function(e){return this.pushStack(a.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(u.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(a.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(a.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:Kt,sort:Ke.sort,splice:Ke.splice},a.extend=a.fn.extend=function(){var e,t,n,r,o,s,l=arguments[0]||{},v=1,m=arguments.length,b=!1;for("boolean"==typeof l&&(b=l,l=arguments[v]||{},v++),"object"!=typeof l&&!ne(l)&&(l={}),v===m&&(l=this,v--);v<m;v++)if(null!=(e=arguments[v]))for(t in e)r=e[t],"__proto__"!==t&&l!==r&&(b&&r&&(a.isPlainObject(r)||(o=Array.isArray(r)))?(n=l[t],s=o&&!Array.isArray(n)?[]:o||a.isPlainObject(n)?n:{},o=!1,l[t]=a.extend(b,s,r)):void 0!==r&&(l[t]=r));return l},a.extend({expando:"jQuery"+("3.5.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==Dt.call(e)||(t=Cn(e))&&("function"!=typeof(n=pt.call(t,"constructor")&&t.constructor)||Ot.call(n)!==Hn))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){F(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(xt(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(xt(Object(e))?a.merge(n,"string"==typeof e?[e]:e):Kt.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:be.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,o=e.length;r<n;r++)e[o++]=t[r];return e.length=o,e},grep:function(e,t,n){for(var o=[],s=0,l=e.length,v=!n;s<l;s++)!t(e[s],s)!==v&&o.push(e[s]);return o},map:function(e,t,n){var r,o,s=0,l=[];if(xt(e))for(r=e.length;s<r;s++)null!=(o=t(e[s],s,n))&&l.push(o);else for(s in e)null!=(o=t(e[s],s,n))&&l.push(o);return Yt(l)},guid:1,support:le}),"function"==typeof Symbol&&(a.fn[Symbol.iterator]=Ke[Symbol.iterator]),a.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){pe["[object "+t+"]"]=t.toLowerCase()});var gt=function(e){var t,n,r,o,s,l,v,m,b,D,M,A,I,K,ie,Q,Ce,we,Ue,ge="sizzle"+1*new Date,ae=e.document,Ye=0,ce=0,Te=ht(),Rn=ht(),nr=ht(),Ge=ht(),qt=function(d,g){return d===g&&(M=!0),0},Ft={}.hasOwnProperty,ke=[],Vt=ke.pop,Me=ke.push,Wt=ke.push,Ur=ke.slice,nn=function(d,g){for(var E=0,x=d.length;E<x;E++)if(d[E]===g)return E;return-1},Sr="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",de="[\\x20\\t\\r\\n\\f]",rn="(?:\\\\[\\da-fA-F]{1,6}"+de+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",wr="\\["+de+"*("+rn+")(?:"+de+"*([*^$|!~]?=)"+de+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+rn+"))|)"+de+"*\\]",Ct=":("+rn+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+wr+")*)|.*)\\)|)",_i=new RegExp(de+"+","g"),an=new RegExp("^"+de+"+|((?:^|[^\\\\])(?:\\\\.)*)"+de+"+$","g"),st=new RegExp("^"+de+"*,"+de+"*"),Yr=new RegExp("^"+de+"*([>+~]|"+de+")"+de+"*"),Kr=new RegExp(de+"|>"),yi=new RegExp(Ct),Ei=new RegExp("^"+rn+"$"),Bt={ID:new RegExp("^#("+rn+")"),CLASS:new RegExp("^\\.("+rn+")"),TAG:new RegExp("^("+rn+"|[*])"),ATTR:new RegExp("^"+wr),PSEUDO:new RegExp("^"+Ct),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+de+"*(even|odd|(([+-]|)(\\d*)n|)"+de+"*(?:([+-]|)"+de+"*(\\d+)|))"+de+"*\\)|)","i"),bool:new RegExp("^(?:"+Sr+")$","i"),needsContext:new RegExp("^"+de+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+de+"*((?:-\\d)?\\d*)"+de+"*\\)|)(?=[^-]|$)","i")},Pn=/HTML$/i,kn=/^(?:input|select|textarea|button)$/i,Ar=/^h\d$/i,Mn=/^[^{]+\{\s*\[native \w/,Ti=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,on=/[+~]/,ut=new RegExp("\\\\[\\da-fA-F]{1,6}"+de+"?|\\\\([^\\r\\n\\f])","g"),St=function(d,g){var E="0x"+d.slice(1)-65536;return g||(E<0?String.fromCharCode(E+65536):String.fromCharCode(E>>10|55296,1023&E|56320))},Qr=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,zr=function(d,g){return g?"\0"===d?"\ufffd":d.slice(0,-1)+"\\"+d.charCodeAt(d.length-1).toString(16)+" ":"\\"+d},Gr=function(){A()},bi=ir(function(d){return!0===d.disabled&&"fieldset"===d.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{Wt.apply(ke=Ur.call(ae.childNodes),ae.childNodes)}catch(d){Wt={apply:ke.length?function(g,E){Me.apply(g,Ur.call(E))}:function(g,E){for(var x=g.length,C=0;g[x++]=E[C++];);g.length=x-1}}}function me(d,g,E,x){var C,P,k,q,W,J,X,ee=g&&g.ownerDocument,fe=g?g.nodeType:9;if(E=E||[],"string"!=typeof d||!d||1!==fe&&9!==fe&&11!==fe)return E;if(!x&&(A(g),g=g||I,ie)){if(11!==fe&&(W=Ti.exec(d)))if(C=W[1]){if(9===fe){if(!(k=g.getElementById(C)))return E;if(k.id===C)return E.push(k),E}else if(ee&&(k=ee.getElementById(C))&&Ue(g,k)&&k.id===C)return E.push(k),E}else{if(W[2])return Wt.apply(E,g.getElementsByTagName(d)),E;if((C=W[3])&&n.getElementsByClassName&&g.getElementsByClassName)return Wt.apply(E,g.getElementsByClassName(C)),E}if(n.qsa&&!Ge[d+" "]&&(!Q||!Q.test(d))&&(1!==fe||"object"!==g.nodeName.toLowerCase())){if(X=d,ee=g,1===fe&&(Kr.test(d)||Yr.test(d))){for(((ee=on.test(d)&&Nr(g.parentNode)||g)!==g||!n.scope)&&((q=g.getAttribute("id"))?q=q.replace(Qr,zr):g.setAttribute("id",q=ge)),P=(J=l(d)).length;P--;)J[P]=(q?"#"+q:":scope")+" "+rr(J[P]);X=J.join(",")}try{return Wt.apply(E,ee.querySelectorAll(X)),E}catch(_e){Ge(d,!0)}finally{q===ge&&g.removeAttribute("id")}}}return m(d.replace(an,"$1"),g,E,x)}function ht(){var d=[];return function g(E,x){return d.push(E+" ")>r.cacheLength&&delete g[d.shift()],g[E+" "]=x}}function je(d){return d[ge]=!0,d}function ft(d){var g=I.createElement("fieldset");try{return!!d(g)}catch(E){return!1}finally{g.parentNode&&g.parentNode.removeChild(g),g=null}}function bn(d,g){for(var E=d.split("|"),x=E.length;x--;)r.attrHandle[E[x]]=g}function tt(d,g){var E=g&&d,x=E&&1===d.nodeType&&1===g.nodeType&&d.sourceIndex-g.sourceIndex;if(x)return x;if(E)for(;E=E.nextSibling;)if(E===g)return-1;return d?1:-1}function Ci(d){return function(g){return"input"===g.nodeName.toLowerCase()&&g.type===d}}function Xr(d){return function(g){var E=g.nodeName.toLowerCase();return("input"===E||"button"===E)&&g.type===d}}function Jr(d){return function(g){return"form"in g?g.parentNode&&!1===g.disabled?"label"in g?"label"in g.parentNode?g.parentNode.disabled===d:g.disabled===d:g.isDisabled===d||g.isDisabled!==!d&&bi(g)===d:g.disabled===d:"label"in g&&g.disabled===d}}function sn(d){return je(function(g){return g=+g,je(function(E,x){for(var C,P=d([],E.length,g),k=P.length;k--;)E[C=P[k]]&&(E[C]=!(x[C]=E[C]))})})}function Nr(d){return d&&void 0!==d.getElementsByTagName&&d}for(t in n=me.support={},s=me.isXML=function(d){var E=(d.ownerDocument||d).documentElement;return!Pn.test(d.namespaceURI||E&&E.nodeName||"HTML")},A=me.setDocument=function(d){var g,E,x=d?d.ownerDocument||d:ae;return x==I||9!==x.nodeType||!x.documentElement||(K=(I=x).documentElement,ie=!s(I),ae!=I&&(E=I.defaultView)&&E.top!==E&&(E.addEventListener?E.addEventListener("unload",Gr,!1):E.attachEvent&&E.attachEvent("onunload",Gr)),n.scope=ft(function(C){return K.appendChild(C).appendChild(I.createElement("div")),void 0!==C.querySelectorAll&&!C.querySelectorAll(":scope fieldset div").length}),n.attributes=ft(function(C){return C.className="i",!C.getAttribute("className")}),n.getElementsByTagName=ft(function(C){return C.appendChild(I.createComment("")),!C.getElementsByTagName("*").length}),n.getElementsByClassName=Mn.test(I.getElementsByClassName),n.getById=ft(function(C){return K.appendChild(C).id=ge,!I.getElementsByName||!I.getElementsByName(ge).length}),n.getById?(r.filter.ID=function(C){var P=C.replace(ut,St);return function(k){return k.getAttribute("id")===P}},r.find.ID=function(C,P){if(void 0!==P.getElementById&&ie){var k=P.getElementById(C);return k?[k]:[]}}):(r.filter.ID=function(C){var P=C.replace(ut,St);return function(k){var q=void 0!==k.getAttributeNode&&k.getAttributeNode("id");return q&&q.value===P}},r.find.ID=function(C,P){if(void 0!==P.getElementById&&ie){var k,q,W,J=P.getElementById(C);if(J){if((k=J.getAttributeNode("id"))&&k.value===C)return[J];for(W=P.getElementsByName(C),q=0;J=W[q++];)if((k=J.getAttributeNode("id"))&&k.value===C)return[J]}return[]}}),r.find.TAG=n.getElementsByTagName?function(C,P){return void 0!==P.getElementsByTagName?P.getElementsByTagName(C):n.qsa?P.querySelectorAll(C):void 0}:function(C,P){var k,q=[],W=0,J=P.getElementsByTagName(C);if("*"===C){for(;k=J[W++];)1===k.nodeType&&q.push(k);return q}return J},r.find.CLASS=n.getElementsByClassName&&function(C,P){if(void 0!==P.getElementsByClassName&&ie)return P.getElementsByClassName(C)},Ce=[],Q=[],(n.qsa=Mn.test(I.querySelectorAll))&&(ft(function(C){var P;K.appendChild(C).innerHTML="<a id='"+ge+"'></a><select id='"+ge+"-\r\\' msallowcapture=''><option selected=''></option></select>",C.querySelectorAll("[msallowcapture^='']").length&&Q.push("[*^$]="+de+"*(?:''|\"\")"),C.querySelectorAll("[selected]").length||Q.push("\\["+de+"*(?:value|"+Sr+")"),C.querySelectorAll("[id~="+ge+"-]").length||Q.push("~="),(P=I.createElement("input")).setAttribute("name",""),C.appendChild(P),C.querySelectorAll("[name='']").length||Q.push("\\["+de+"*name"+de+"*="+de+"*(?:''|\"\")"),C.querySelectorAll(":checked").length||Q.push(":checked"),C.querySelectorAll("a#"+ge+"+*").length||Q.push(".#.+[+~]"),C.querySelectorAll("\\\f"),Q.push("[\\r\\n\\f]")}),ft(function(C){C.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var P=I.createElement("input");P.setAttribute("type","hidden"),C.appendChild(P).setAttribute("name","D"),C.querySelectorAll("[name=d]").length&&Q.push("name"+de+"*[*^$|!~]?="),2!==C.querySelectorAll(":enabled").length&&Q.push(":enabled",":disabled"),K.appendChild(C).disabled=!0,2!==C.querySelectorAll(":disabled").length&&Q.push(":enabled",":disabled"),C.querySelectorAll("*,:x"),Q.push(",.*:")})),(n.matchesSelector=Mn.test(we=K.matches||K.webkitMatchesSelector||K.mozMatchesSelector||K.oMatchesSelector||K.msMatchesSelector))&&ft(function(C){n.disconnectedMatch=we.call(C,"*"),we.call(C,"[s!='']:x"),Ce.push("!=",Ct)}),Q=Q.length&&new RegExp(Q.join("|")),Ce=Ce.length&&new RegExp(Ce.join("|")),g=Mn.test(K.compareDocumentPosition),Ue=g||Mn.test(K.contains)?function(C,P){var k=9===C.nodeType?C.documentElement:C,q=P&&P.parentNode;return C===q||!(!q||1!==q.nodeType||!(k.contains?k.contains(q):C.compareDocumentPosition&&16&C.compareDocumentPosition(q)))}:function(C,P){if(P)for(;P=P.parentNode;)if(P===C)return!0;return!1},qt=g?function(C,P){if(C===P)return M=!0,0;var k=!C.compareDocumentPosition-!P.compareDocumentPosition;return k||(1&(k=(C.ownerDocument||C)==(P.ownerDocument||P)?C.compareDocumentPosition(P):1)||!n.sortDetached&&P.compareDocumentPosition(C)===k?C==I||C.ownerDocument==ae&&Ue(ae,C)?-1:P==I||P.ownerDocument==ae&&Ue(ae,P)?1:D?nn(D,C)-nn(D,P):0:4&k?-1:1)}:function(C,P){if(C===P)return M=!0,0;var k,q=0,W=C.parentNode,J=P.parentNode,X=[C],ee=[P];if(!W||!J)return C==I?-1:P==I?1:W?-1:J?1:D?nn(D,C)-nn(D,P):0;if(W===J)return tt(C,P);for(k=C;k=k.parentNode;)X.unshift(k);for(k=P;k=k.parentNode;)ee.unshift(k);for(;X[q]===ee[q];)q++;return q?tt(X[q],ee[q]):X[q]==ae?-1:ee[q]==ae?1:0}),I},me.matches=function(d,g){return me(d,null,null,g)},me.matchesSelector=function(d,g){if(A(d),n.matchesSelector&&ie&&!Ge[g+" "]&&(!Ce||!Ce.test(g))&&(!Q||!Q.test(g)))try{var E=we.call(d,g);if(E||n.disconnectedMatch||d.document&&11!==d.document.nodeType)return E}catch(x){Ge(g,!0)}return me(g,I,null,[d]).length>0},me.contains=function(d,g){return(d.ownerDocument||d)!=I&&A(d),Ue(d,g)},me.attr=function(d,g){(d.ownerDocument||d)!=I&&A(d);var E=r.attrHandle[g.toLowerCase()],x=E&&Ft.call(r.attrHandle,g.toLowerCase())?E(d,g,!ie):void 0;return void 0!==x?x:n.attributes||!ie?d.getAttribute(g):(x=d.getAttributeNode(g))&&x.specified?x.value:null},me.escape=function(d){return(d+"").replace(Qr,zr)},me.error=function(d){throw new Error("Syntax error, unrecognized expression: "+d)},me.uniqueSort=function(d){var g,E=[],x=0,C=0;if(M=!n.detectDuplicates,D=!n.sortStable&&d.slice(0),d.sort(qt),M){for(;g=d[C++];)g===d[C]&&(x=E.push(C));for(;x--;)d.splice(E[x],1)}return D=null,d},o=me.getText=function(d){var g,E="",x=0,C=d.nodeType;if(C){if(1===C||9===C||11===C){if("string"==typeof d.textContent)return d.textContent;for(d=d.firstChild;d;d=d.nextSibling)E+=o(d)}else if(3===C||4===C)return d.nodeValue}else for(;g=d[x++];)E+=o(g);return E},(r=me.selectors={cacheLength:50,createPseudo:je,match:Bt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(d){return d[1]=d[1].replace(ut,St),d[3]=(d[3]||d[4]||d[5]||"").replace(ut,St),"~="===d[2]&&(d[3]=" "+d[3]+" "),d.slice(0,4)},CHILD:function(d){return d[1]=d[1].toLowerCase(),"nth"===d[1].slice(0,3)?(d[3]||me.error(d[0]),d[4]=+(d[4]?d[5]+(d[6]||1):2*("even"===d[3]||"odd"===d[3])),d[5]=+(d[7]+d[8]||"odd"===d[3])):d[3]&&me.error(d[0]),d},PSEUDO:function(d){var g,E=!d[6]&&d[2];return Bt.CHILD.test(d[0])?null:(d[3]?d[2]=d[4]||d[5]||"":E&&yi.test(E)&&(g=l(E,!0))&&(g=E.indexOf(")",E.length-g)-E.length)&&(d[0]=d[0].slice(0,g),d[2]=E.slice(0,g)),d.slice(0,3))}},filter:{TAG:function(d){var g=d.replace(ut,St).toLowerCase();return"*"===d?function(){return!0}:function(E){return E.nodeName&&E.nodeName.toLowerCase()===g}},CLASS:function(d){var g=Te[d+" "];return g||(g=new RegExp("(^|"+de+")"+d+"("+de+"|$)"))&&Te(d,function(E){return g.test("string"==typeof E.className&&E.className||void 0!==E.getAttribute&&E.getAttribute("class")||"")})},ATTR:function(d,g,E){return function(x){var C=me.attr(x,d);return null==C?"!="===g:!g||(C+="","="===g?C===E:"!="===g?C!==E:"^="===g?E&&0===C.indexOf(E):"*="===g?E&&C.indexOf(E)>-1:"$="===g?E&&C.slice(-E.length)===E:"~="===g?(" "+C.replace(_i," ")+" ").indexOf(E)>-1:"|="===g&&(C===E||C.slice(0,E.length+1)===E+"-"))}},CHILD:function(d,g,E,x,C){var P="nth"!==d.slice(0,3),k="last"!==d.slice(-4),q="of-type"===g;return 1===x&&0===C?function(W){return!!W.parentNode}:function(W,J,X){var ee,fe,_e,Z,De,He,Xe=P!==k?"nextSibling":"previousSibling",Ee=W.parentNode,jn=q&&W.nodeName.toLowerCase(),At=!X&&!q,Le=!1;if(Ee){if(P){for(;Xe;){for(Z=W;Z=Z[Xe];)if(q?Z.nodeName.toLowerCase()===jn:1===Z.nodeType)return!1;He=Xe="only"===d&&!He&&"nextSibling"}return!0}if(He=[k?Ee.firstChild:Ee.lastChild],k&&At){for(Le=(De=(ee=(fe=(_e=(Z=Ee)[ge]||(Z[ge]={}))[Z.uniqueID]||(_e[Z.uniqueID]={}))[d]||[])[0]===Ye&&ee[1])&&ee[2],Z=De&&Ee.childNodes[De];Z=++De&&Z&&Z[Xe]||(Le=De=0)||He.pop();)if(1===Z.nodeType&&++Le&&Z===W){fe[d]=[Ye,De,Le];break}}else if(At&&(Le=De=(ee=(fe=(_e=(Z=W)[ge]||(Z[ge]={}))[Z.uniqueID]||(_e[Z.uniqueID]={}))[d]||[])[0]===Ye&&ee[1]),!1===Le)for(;(Z=++De&&Z&&Z[Xe]||(Le=De=0)||He.pop())&&((q?Z.nodeName.toLowerCase()!==jn:1!==Z.nodeType)||!++Le||(At&&((fe=(_e=Z[ge]||(Z[ge]={}))[Z.uniqueID]||(_e[Z.uniqueID]={}))[d]=[Ye,Le]),Z!==W)););return(Le-=C)===x||Le%x==0&&Le/x>=0}}},PSEUDO:function(d,g){var E,x=r.pseudos[d]||r.setFilters[d.toLowerCase()]||me.error("unsupported pseudo: "+d);return x[ge]?x(g):x.length>1?(E=[d,d,"",g],r.setFilters.hasOwnProperty(d.toLowerCase())?je(function(C,P){for(var k,q=x(C,g),W=q.length;W--;)C[k=nn(C,q[W])]=!(P[k]=q[W])}):function(C){return x(C,0,E)}):x}},pseudos:{not:je(function(d){var g=[],E=[],x=v(d.replace(an,"$1"));return x[ge]?je(function(C,P,k,q){for(var W,J=x(C,null,q,[]),X=C.length;X--;)(W=J[X])&&(C[X]=!(P[X]=W))}):function(C,P,k){return g[0]=C,x(g,null,k,E),g[0]=null,!E.pop()}}),has:je(function(d){return function(g){return me(d,g).length>0}}),contains:je(function(d){return d=d.replace(ut,St),function(g){return(g.textContent||o(g)).indexOf(d)>-1}}),lang:je(function(d){return Ei.test(d||"")||me.error("unsupported lang: "+d),d=d.replace(ut,St).toLowerCase(),function(g){var E;do{if(E=ie?g.lang:g.getAttribute("xml:lang")||g.getAttribute("lang"))return(E=E.toLowerCase())===d||0===E.indexOf(d+"-")}while((g=g.parentNode)&&1===g.nodeType);return!1}}),target:function(d){var g=e.location&&e.location.hash;return g&&g.slice(1)===d.id},root:function(d){return d===K},focus:function(d){return d===I.activeElement&&(!I.hasFocus||I.hasFocus())&&!!(d.type||d.href||~d.tabIndex)},enabled:Jr(!1),disabled:Jr(!0),checked:function(d){var g=d.nodeName.toLowerCase();return"input"===g&&!!d.checked||"option"===g&&!!d.selected},selected:function(d){return!0===d.selected},empty:function(d){for(d=d.firstChild;d;d=d.nextSibling)if(d.nodeType<6)return!1;return!0},parent:function(d){return!r.pseudos.empty(d)},header:function(d){return Ar.test(d.nodeName)},input:function(d){return kn.test(d.nodeName)},button:function(d){var g=d.nodeName.toLowerCase();return"input"===g&&"button"===d.type||"button"===g},text:function(d){var g;return"input"===d.nodeName.toLowerCase()&&"text"===d.type&&(null==(g=d.getAttribute("type"))||"text"===g.toLowerCase())},first:sn(function(){return[0]}),last:sn(function(d,g){return[g-1]}),eq:sn(function(d,g,E){return[E<0?E+g:E]}),even:sn(function(d,g){for(var E=0;E<g;E+=2)d.push(E);return d}),odd:sn(function(d,g){for(var E=1;E<g;E+=2)d.push(E);return d}),lt:sn(function(d,g,E){for(var x=E<0?E+g:E>g?g:E;--x>=0;)d.push(x);return d}),gt:sn(function(d,g,E){for(var x=E<0?E+g:E;++x<g;)d.push(x);return d})}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=Ci(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=Xr(t);function Zr(){}function rr(d){for(var g=0,E=d.length,x="";g<E;g++)x+=d[g].value;return x}function ir(d,g,E){var x=g.dir,C=g.next,P=C||x,k=E&&"parentNode"===P,q=ce++;return g.first?function(W,J,X){for(;W=W[x];)if(1===W.nodeType||k)return d(W,J,X);return!1}:function(W,J,X){var ee,fe,_e,Z=[Ye,q];if(X){for(;W=W[x];)if((1===W.nodeType||k)&&d(W,J,X))return!0}else for(;W=W[x];)if(1===W.nodeType||k)if(fe=(_e=W[ge]||(W[ge]={}))[W.uniqueID]||(_e[W.uniqueID]={}),C&&C===W.nodeName.toLowerCase())W=W[x]||W;else{if((ee=fe[P])&&ee[0]===Ye&&ee[1]===q)return Z[2]=ee[2];if(fe[P]=Z,Z[2]=d(W,J,X))return!0}return!1}}function Dr(d){return d.length>1?function(g,E,x){for(var C=d.length;C--;)if(!d[C](g,E,x))return!1;return!0}:d[0]}function un(d,g,E,x,C){for(var P,k=[],q=0,W=d.length,J=null!=g;q<W;q++)(P=d[q])&&(!E||E(P,x,C))&&(k.push(P),J&&g.push(q));return k}function wt(d,g,E,x,C,P){return x&&!x[ge]&&(x=wt(x)),C&&!C[ge]&&(C=wt(C,P)),je(function(k,q,W,J){var X,ee,fe,_e=[],Z=[],De=q.length,He=k||function Si(d,g,E){for(var x=0,C=g.length;x<C;x++)me(d,g[x],E);return E}(g||"*",W.nodeType?[W]:W,[]),Xe=!d||!k&&g?He:un(He,_e,d,W,J),Ee=E?C||(k?d:De||x)?[]:q:Xe;if(E&&E(Xe,Ee,W,J),x)for(X=un(Ee,Z),x(X,[],W,J),ee=X.length;ee--;)(fe=X[ee])&&(Ee[Z[ee]]=!(Xe[Z[ee]]=fe));if(k){if(C||d){if(C){for(X=[],ee=Ee.length;ee--;)(fe=Ee[ee])&&X.push(Xe[ee]=fe);C(null,Ee=[],X,J)}for(ee=Ee.length;ee--;)(fe=Ee[ee])&&(X=C?nn(k,fe):_e[ee])>-1&&(k[X]=!(q[X]=fe))}}else Ee=un(Ee===q?Ee.splice(De,Ee.length):Ee),C?C(null,q,Ee,J):Wt.apply(q,Ee)})}function Or(d){for(var g,E,x,C=d.length,P=r.relative[d[0].type],k=P||r.relative[" "],q=P?1:0,W=ir(function(ee){return ee===g},k,!0),J=ir(function(ee){return nn(g,ee)>-1},k,!0),X=[function(ee,fe,_e){var Z=!P&&(_e||fe!==b)||((g=fe).nodeType?W(ee,fe,_e):J(ee,fe,_e));return g=null,Z}];q<C;q++)if(E=r.relative[d[q].type])X=[ir(Dr(X),E)];else{if((E=r.filter[d[q].type].apply(null,d[q].matches))[ge]){for(x=++q;x<C&&!r.relative[d[x].type];x++);return wt(q>1&&Dr(X),q>1&&rr(d.slice(0,q-1).concat({value:" "===d[q-2].type?"*":""})).replace(an,"$1"),E,q<x&&Or(d.slice(q,x)),x<C&&Or(d=d.slice(x)),x<C&&rr(d))}X.push(E)}return Dr(X)}return Zr.prototype=r.filters=r.pseudos,r.setFilters=new Zr,l=me.tokenize=function(d,g){var E,x,C,P,k,q,W,J=Rn[d+" "];if(J)return g?0:J.slice(0);for(k=d,q=[],W=r.preFilter;k;){for(P in(!E||(x=st.exec(k)))&&(x&&(k=k.slice(x[0].length)||k),q.push(C=[])),E=!1,(x=Yr.exec(k))&&(E=x.shift(),C.push({value:E,type:x[0].replace(an," ")}),k=k.slice(E.length)),r.filter)(x=Bt[P].exec(k))&&(!W[P]||(x=W[P](x)))&&(E=x.shift(),C.push({value:E,type:P,matches:x}),k=k.slice(E.length));if(!E)break}return g?k.length:k?me.error(d):Rn(d,q).slice(0)},v=me.compile=function(d,g){var E,x=[],C=[],P=nr[d+" "];if(!P){for(g||(g=l(d)),E=g.length;E--;)(P=Or(g[E]))[ge]?x.push(P):C.push(P);P=nr(d,function ar(d,g){var E=g.length>0,x=d.length>0,C=function(P,k,q,W,J){var X,ee,fe,_e=0,Z="0",De=P&&[],He=[],Xe=b,Ee=P||x&&r.find.TAG("*",J),jn=Ye+=null==Xe?1:Math.random()||.1,At=Ee.length;for(J&&(b=k==I||k||J);Z!==At&&null!=(X=Ee[Z]);Z++){if(x&&X){for(ee=0,!k&&X.ownerDocument!=I&&(A(X),q=!ie);fe=d[ee++];)if(fe(X,k||I,q)){W.push(X);break}J&&(Ye=jn)}E&&((X=!fe&&X)&&_e--,P&&De.push(X))}if(_e+=Z,E&&Z!==_e){for(ee=0;fe=g[ee++];)fe(De,He,k,q);if(P){if(_e>0)for(;Z--;)De[Z]||He[Z]||(He[Z]=Vt.call(W));He=un(He)}Wt.apply(W,He),J&&!P&&He.length>0&&_e+g.length>1&&me.uniqueSort(W)}return J&&(Ye=jn,b=Xe),De};return E?je(C):C}(C,x)),P.selector=d}return P},m=me.select=function(d,g,E,x){var C,P,k,q,W,J="function"==typeof d&&d,X=!x&&l(d=J.selector||d);if(E=E||[],1===X.length){if((P=X[0]=X[0].slice(0)).length>2&&"ID"===(k=P[0]).type&&9===g.nodeType&&ie&&r.relative[P[1].type]){if(!(g=(r.find.ID(k.matches[0].replace(ut,St),g)||[])[0]))return E;J&&(g=g.parentNode),d=d.slice(P.shift().value.length)}for(C=Bt.needsContext.test(d)?0:P.length;C--&&!r.relative[q=(k=P[C]).type];)if((W=r.find[q])&&(x=W(k.matches[0].replace(ut,St),on.test(P[0].type)&&Nr(g.parentNode)||g))){if(P.splice(C,1),!(d=x.length&&rr(P)))return Wt.apply(E,x),E;break}}return(J||v(d,X))(x,g,!ie,E,!g||on.test(d)&&Nr(g.parentNode)||g),E},n.sortStable=ge.split("").sort(qt).join("")===ge,n.detectDuplicates=!!M,A(),n.sortDetached=ft(function(d){return 1&d.compareDocumentPosition(I.createElement("fieldset"))}),ft(function(d){return d.innerHTML="<a href='#'></a>","#"===d.firstChild.getAttribute("href")})||bn("type|href|height|width",function(d,g,E){if(!E)return d.getAttribute(g,"type"===g.toLowerCase()?1:2)}),(!n.attributes||!ft(function(d){return d.innerHTML="<input/>",d.firstChild.setAttribute("value",""),""===d.firstChild.getAttribute("value")}))&&bn("value",function(d,g,E){if(!E&&"input"===d.nodeName.toLowerCase())return d.defaultValue}),ft(function(d){return null==d.getAttribute("disabled")})||bn(Sr,function(d,g,E){var x;if(!E)return!0===d[g]?g.toLowerCase():(x=d.getAttributeNode(g))&&x.specified?x.value:null}),me}(B);a.find=gt,a.expr=gt.selectors,a.expr[":"]=a.expr.pseudos,a.uniqueSort=a.unique=gt.uniqueSort,a.text=gt.getText,a.isXMLDoc=gt.isXML,a.contains=gt.contains,a.escapeSelector=gt.escape;var Lt=function(e,t,n){for(var r=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&a(e).is(n))break;r.push(e)}return r},vt=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Fe=a.expr.match.needsContext;function Se(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var ln=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Qt(e,t,n){return ne(t)?a.grep(e,function(r,o){return!!t.call(r,o,r)!==n}):t.nodeType?a.grep(e,function(r){return r===t!==n}):"string"!=typeof t?a.grep(e,function(r){return be.call(t,r)>-1!==n}):a.filter(t,e,n)}a.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?a.find.matchesSelector(r,e)?[r]:[]:a.find.matches(e,a.grep(t,function(o){return 1===o.nodeType}))},a.fn.extend({find:function(e){var t,n,r=this.length,o=this;if("string"!=typeof e)return this.pushStack(a(e).filter(function(){for(t=0;t<r;t++)if(a.contains(o[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)a.find(e,o[t],n);return r>1?a.uniqueSort(n):n},filter:function(e){return this.pushStack(Qt(this,e||[],!1))},not:function(e){return this.pushStack(Qt(this,e||[],!0))},is:function(e){return!!Qt(this,"string"==typeof e&&Fe.test(e)?a(e):e||[],!1).length}});var $n,qn=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,mt=a.fn.init=function(e,t,n){var r,o;if(!e)return this;if(n=n||$n,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:qn.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(a.merge(this,a.parseHTML(r[1],(t=t instanceof a?t[0]:t)&&t.nodeType?t.ownerDocument||t:ue,!0)),ln.test(r[1])&&a.isPlainObject(t))for(r in t)ne(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(o=ue.getElementById(r[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):ne(e)?void 0!==n.ready?n.ready(e):e(a):a.makeArray(e,this)};mt.prototype=a.fn,$n=a(ue);var _t=/^(?:parents|prev(?:Until|All))/,ur={children:!0,contents:!0,next:!0,prev:!0};function Rt(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}a.fn.extend({has:function(e){var t=a(e,this),n=t.length;return this.filter(function(){for(var r=0;r<n;r++)if(a.contains(this,t[r]))return!0})},closest:function(e,t){var n,r=0,o=this.length,s=[],l="string"!=typeof e&&a(e);if(!Fe.test(e))for(;r<o;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(l?l.index(n)>-1:1===n.nodeType&&a.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?a.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?be.call(a(e),this[0]):be.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(a.uniqueSort(a.merge(this.get(),a(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),a.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return Lt(e,"parentNode")},parentsUntil:function(e,t,n){return Lt(e,"parentNode",n)},next:function(e){return Rt(e,"nextSibling")},prev:function(e){return Rt(e,"previousSibling")},nextAll:function(e){return Lt(e,"nextSibling")},prevAll:function(e){return Lt(e,"previousSibling")},nextUntil:function(e,t,n){return Lt(e,"nextSibling",n)},prevUntil:function(e,t,n){return Lt(e,"previousSibling",n)},siblings:function(e){return vt((e.parentNode||{}).firstChild,e)},children:function(e){return vt(e.firstChild)},contents:function(e){return null!=e.contentDocument&&Cn(e.contentDocument)?e.contentDocument:(Se(e,"template")&&(e=e.content||e),a.merge([],e.childNodes))}},function(e,t){a.fn[e]=function(n,r){var o=a.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(o=a.filter(r,o)),this.length>1&&(ur[e]||a.uniqueSort(o),_t.test(e)&&o.reverse()),this.pushStack(o)}});var Re=/[^\x20\t\r\n\f]+/g;function nt(e){return e}function Ve(e){throw e}function Pt(e,t,n,r){var o;try{e&&ne(o=e.promise)?o.call(e).done(t).fail(n):e&&ne(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(s){n.apply(void 0,[s])}}a.Callbacks=function(e){e="string"==typeof e?function zt(e){var t={};return a.each(e.match(Re)||[],function(n,r){t[r]=!0}),t}(e):a.extend({},e);var t,n,r,o,s=[],l=[],v=-1,m=function(){for(o=o||e.once,r=t=!0;l.length;v=-1)for(n=l.shift();++v<s.length;)!1===s[v].apply(n[0],n[1])&&e.stopOnFalse&&(v=s.length,n=!1);e.memory||(n=!1),t=!1,o&&(s=n?[]:"")},b={add:function(){return s&&(n&&!t&&(v=s.length-1,l.push(n)),function D(M){a.each(M,function(A,I){ne(I)?(!e.unique||!b.has(I))&&s.push(I):I&&I.length&&"string"!==Je(I)&&D(I)})}(arguments),n&&!t&&m()),this},remove:function(){return a.each(arguments,function(D,M){for(var A;(A=a.inArray(M,s,A))>-1;)s.splice(A,1),A<=v&&v--}),this},has:function(D){return D?a.inArray(D,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return o=l=[],s=n="",this},disabled:function(){return!s},lock:function(){return o=l=[],!n&&!t&&(s=n=""),this},locked:function(){return!!o},fireWith:function(D,M){return o||(M=[D,(M=M||[]).slice?M.slice():M],l.push(M),t||m()),this},fire:function(){return b.fireWith(this,arguments),this},fired:function(){return!!r}};return b},a.extend({Deferred:function(e){var t=[["notify","progress",a.Callbacks("memory"),a.Callbacks("memory"),2],["resolve","done",a.Callbacks("once memory"),a.Callbacks("once memory"),0,"resolved"],["reject","fail",a.Callbacks("once memory"),a.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(s){return r.then(null,s)},pipe:function(){var s=arguments;return a.Deferred(function(l){a.each(t,function(v,m){var b=ne(s[m[4]])&&s[m[4]];o[m[1]](function(){var D=b&&b.apply(this,arguments);D&&ne(D.promise)?D.promise().progress(l.notify).done(l.resolve).fail(l.reject):l[m[0]+"With"](this,b?[D]:arguments)})}),s=null}).promise()},then:function(s,l,v){var m=0;function b(D,M,A,I){return function(){var K=this,ie=arguments,Q=function(){var we,Ue;if(!(D<m)){if((we=A.apply(K,ie))===M.promise())throw new TypeError("Thenable self-resolution");ne(Ue=we&&("object"==typeof we||"function"==typeof we)&&we.then)?I?Ue.call(we,b(m,M,nt,I),b(m,M,Ve,I)):(m++,Ue.call(we,b(m,M,nt,I),b(m,M,Ve,I),b(m,M,nt,M.notifyWith))):(A!==nt&&(K=void 0,ie=[we]),(I||M.resolveWith)(K,ie))}},Ce=I?Q:function(){try{Q()}catch(we){a.Deferred.exceptionHook&&a.Deferred.exceptionHook(we,Ce.stackTrace),D+1>=m&&(A!==Ve&&(K=void 0,ie=[we]),M.rejectWith(K,ie))}};D?Ce():(a.Deferred.getStackHook&&(Ce.stackTrace=a.Deferred.getStackHook()),B.setTimeout(Ce))}}return a.Deferred(function(D){t[0][3].add(b(0,D,ne(v)?v:nt,D.notifyWith)),t[1][3].add(b(0,D,ne(s)?s:nt)),t[2][3].add(b(0,D,ne(l)?l:Ve))}).promise()},promise:function(s){return null!=s?a.extend(s,r):r}},o={};return a.each(t,function(s,l){var v=l[2],m=l[5];r[l[1]]=v.add,m&&v.add(function(){n=m},t[3-s][2].disable,t[3-s][3].disable,t[0][2].lock,t[0][3].lock),v.add(l[3].fire),o[l[0]]=function(){return o[l[0]+"With"](this===o?void 0:this,arguments),this},o[l[0]+"With"]=v.fireWith}),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),o=u.call(arguments),s=a.Deferred(),l=function(v){return function(m){r[v]=this,o[v]=arguments.length>1?u.call(arguments):m,--t||s.resolveWith(r,o)}};if(t<=1&&(Pt(e,s.done(l(n)).resolve,s.reject,!t),"pending"===s.state()||ne(o[n]&&o[n].then)))return s.then();for(;n--;)Pt(o[n],l(n),s.reject);return s.promise()}});var fr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;a.Deferred.exceptionHook=function(e,t){B.console&&B.console.warn&&e&&fr.test(e.name)&&B.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},a.readyException=function(e){B.setTimeout(function(){throw e})};var cn=a.Deferred();function dn(){ue.removeEventListener("DOMContentLoaded",dn),B.removeEventListener("load",dn),a.ready()}a.fn.ready=function(e){return cn.then(e).catch(function(t){a.readyException(t)}),this},a.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--a.readyWait:a.isReady)||(a.isReady=!0,!(!0!==e&&--a.readyWait>0)&&cn.resolveWith(ue,[a]))}}),a.ready.then=cn.then,"complete"===ue.readyState||"loading"!==ue.readyState&&!ue.documentElement.doScroll?B.setTimeout(a.ready):(ue.addEventListener("DOMContentLoaded",dn),B.addEventListener("load",dn));var Ze=function(e,t,n,r,o,s,l){var v=0,m=e.length,b=null==n;if("object"===Je(n))for(v in o=!0,n)Ze(e,t,v,n[v],!0,s,l);else if(void 0!==r&&(o=!0,ne(r)||(l=!0),b&&(l?(t.call(e,r),t=null):(b=t,t=function(D,M,A){return b.call(a(D),A)})),t))for(;v<m;v++)t(e[v],n,l?r:r.call(e[v],v,t(e[v],n)));return o?e:b?t.call(e):m?t(e[0],n):s},hn=/^-ms-/,lr=/-([a-z])/g;function Fn(e,t){return t.toUpperCase()}function ze(e){return e.replace(hn,"ms-").replace(lr,Fn)}var yt=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Gt(){this.expando=a.expando+Gt.uid++}Gt.uid=1,Gt.prototype={cache:function(e){var t=e[this.expando];return t||(t={},yt(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,o=this.cache(e);if("string"==typeof t)o[ze(t)]=n;else for(r in t)o[ze(r)]=t[r];return o},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][ze(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t)for((n=(t=Array.isArray(t)?t.map(ze):(t=ze(t))in r?[t]:t.match(Re)||[]).length);n--;)delete r[t[n]];(void 0===t||a.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!a.isEmptyObject(t)}};var z=new Gt,Ae=new Gt,lt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,wn=/[A-Z]/g;function Ie(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(wn,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function Xt(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:lt.test(e)?JSON.parse(e):e)}(n)}catch(o){}Ae.set(e,t,n)}else n=void 0;return n}a.extend({hasData:function(e){return Ae.hasData(e)||z.hasData(e)},data:function(e,t,n){return Ae.access(e,t,n)},removeData:function(e,t){Ae.remove(e,t)},_data:function(e,t,n){return z.access(e,t,n)},_removeData:function(e,t){z.remove(e,t)}}),a.fn.extend({data:function(e,t){var n,r,o,s=this[0],l=s&&s.attributes;if(void 0===e){if(this.length&&(o=Ae.get(s),1===s.nodeType&&!z.get(s,"hasDataAttrs"))){for(n=l.length;n--;)l[n]&&0===(r=l[n].name).indexOf("data-")&&(r=ze(r.slice(5)),Ie(s,r,o[r]));z.set(s,"hasDataAttrs",!0)}return o}return"object"==typeof e?this.each(function(){Ae.set(this,e)}):Ze(this,function(v){var m;if(s&&void 0===v)return void 0!==(m=Ae.get(s,e))||void 0!==(m=Ie(s,e))?m:void 0;this.each(function(){Ae.set(this,e,v)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){Ae.remove(this,e)})}}),a.extend({queue:function(e,t,n){var r;if(e)return r=z.get(e,t=(t||"fx")+"queue"),n&&(!r||Array.isArray(n)?r=z.access(e,t,a.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){var n=a.queue(e,t=t||"fx"),r=n.length,o=n.shift(),s=a._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),r--),o&&("fx"===t&&n.unshift("inprogress"),delete s.stop,o.call(e,function(){a.dequeue(e,t)},s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return z.get(e,n)||z.access(e,n,{empty:a.Callbacks("once memory").add(function(){z.remove(e,[t+"queue",n])})})}}),a.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?a.queue(this[0],e):void 0===t?this:this.each(function(){var r=a.queue(this,e,t);a._queueHooks(this,e),"fx"===e&&"inprogress"!==r[0]&&a.dequeue(this,e)})},dequeue:function(e){return this.each(function(){a.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,o=a.Deferred(),s=this,l=this.length,v=function(){--r||o.resolveWith(s,[s])};for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";l--;)(n=z.get(s[l],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(v));return v(),o.promise(t)}});var An=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Jt=new RegExp("^(?:([+-])=|)("+An+")([a-z%]*)$","i"),rt=["Top","Right","Bottom","Left"],Et=ue.documentElement,Tt=function(e){return a.contains(e.ownerDocument,e)},cr={composed:!0};Et.getRootNode&&(Tt=function(e){return a.contains(e.ownerDocument,e)||e.getRootNode(cr)===e.ownerDocument});var pn=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&Tt(e)&&"none"===a.css(e,"display")};function it(e,t,n,r){var o,s,l=20,v=r?function(){return r.cur()}:function(){return a.css(e,t,"")},m=v(),b=n&&n[3]||(a.cssNumber[t]?"":"px"),D=e.nodeType&&(a.cssNumber[t]||"px"!==b&&+m)&&Jt.exec(a.css(e,t));if(D&&D[3]!==b){for(b=b||D[3],D=+(m/=2)||1;l--;)a.style(e,t,D+b),(1-s)*(1-(s=v()/m||.5))<=0&&(l=0),D/=s;a.style(e,t,(D*=2)+b),n=n||[]}return n&&(D=+D||+m||0,o=n[1]?D+(n[1]+1)*n[2]:+n[2],r&&(r.unit=b,r.start=D,r.end=o)),o}var gn={};function Vn(e){var t,n=e.ownerDocument,r=e.nodeName,o=gn[r];return o||(t=n.body.appendChild(n.createElement(r)),o=a.css(t,"display"),t.parentNode.removeChild(t),"none"===o&&(o="block"),gn[r]=o,o)}function ct(e,t){for(var n,r,o=[],s=0,l=e.length;s<l;s++)(r=e[s]).style&&(n=r.style.display,t?("none"===n&&(o[s]=z.get(r,"display")||null,o[s]||(r.style.display="")),""===r.style.display&&pn(r)&&(o[s]=Vn(r))):"none"!==n&&(o[s]="none",z.set(r,"display",n)));for(s=0;s<l;s++)null!=o[s]&&(e[s].style.display=o[s]);return e}a.fn.extend({show:function(){return ct(this,!0)},hide:function(){return ct(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){pn(this)?a(this).show():a(this).hide()})}});var t,n,Zt=/^(?:checkbox|radio)$/i,Wn=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Bn=/^$|^module$|\/(?:java|ecma)script/i;t=ue.createDocumentFragment().appendChild(ue.createElement("div")),(n=ue.createElement("input")).setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),le.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="<option></option>",le.option=!!t.lastChild;var xe={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function Ne(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&Se(e,t)?a.merge([e],n):n}function Nn(e,t){for(var n=0,r=e.length;n<r;n++)z.set(e[n],"globalEval",!t||z.get(t[n],"globalEval"))}xe.tbody=xe.tfoot=xe.colgroup=xe.caption=xe.thead,xe.th=xe.td,le.option||(xe.optgroup=xe.option=[1,"<select multiple='multiple'>","</select>"]);var dr=/<|&#?\w+;/;function Un(e,t,n,r,o){for(var s,l,v,m,b,D,M=t.createDocumentFragment(),A=[],I=0,K=e.length;I<K;I++)if((s=e[I])||0===s)if("object"===Je(s))a.merge(A,s.nodeType?[s]:s);else if(dr.test(s)){for(l=l||M.appendChild(t.createElement("div")),v=(Wn.exec(s)||["",""])[1].toLowerCase(),l.innerHTML=(m=xe[v]||xe._default)[1]+a.htmlPrefilter(s)+m[2],D=m[0];D--;)l=l.lastChild;a.merge(A,l.childNodes),(l=M.firstChild).textContent=""}else A.push(t.createTextNode(s));for(M.textContent="",I=0;s=A[I++];)if(r&&a.inArray(s,r)>-1)o&&o.push(s);else if(b=Tt(s),l=Ne(M.appendChild(s),"script"),b&&Nn(l),n)for(D=0;s=l[D++];)Bn.test(s.type||"")&&n.push(s);return M}var Yn=/^key/,hr=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Kn=/^([^.]*)(?:\.(.+)|)/;function at(){return!0}function f(){return!1}function _(e,t){return e===function T(){try{return ue.activeElement}catch(e){}}()==("focus"===t)}function S(e,t,n,r,o,s){var l,v;if("object"==typeof t){for(v in"string"!=typeof n&&(r=r||n,n=void 0),t)S(e,v,n,r,t[v],s);return e}if(null==r&&null==o?(o=n,r=n=void 0):null==o&&("string"==typeof n?(o=r,r=void 0):(o=r,r=n,n=void 0)),!1===o)o=f;else if(!o)return e;return 1===s&&(l=o,o=function(m){return a().off(m),l.apply(this,arguments)},o.guid=l.guid||(l.guid=a.guid++)),e.each(function(){a.event.add(this,t,o,r,n)})}function R(e,t,n){n?(z.set(e,t,!1),a.event.add(e,t,{namespace:!1,handler:function(r){var o,s,l=z.get(this,t);if(1&r.isTrigger&&this[t]){if(l.length)(a.event.special[t]||{}).delegateType&&r.stopPropagation();else if(l=u.call(arguments),z.set(this,t,l),o=n(this,t),this[t](),l!==(s=z.get(this,t))||o?z.set(this,t,!1):s={},l!==s)return r.stopImmediatePropagation(),r.preventDefault(),s.value}else l.length&&(z.set(this,t,{value:a.event.trigger(a.extend(l[0],a.Event.prototype),l.slice(1),this)}),r.stopImmediatePropagation())}})):void 0===z.get(e,t)&&a.event.add(e,t,at)}a.event={global:{},add:function(e,t,n,r,o){var s,l,v,m,b,D,M,A,I,K,ie,Q=z.get(e);if(yt(e))for(n.handler&&(n=(s=n).handler,o=s.selector),o&&a.find.matchesSelector(Et,o),n.guid||(n.guid=a.guid++),(m=Q.events)||(m=Q.events=Object.create(null)),(l=Q.handle)||(l=Q.handle=function(Ce){return void 0!==a&&a.event.triggered!==Ce.type?a.event.dispatch.apply(e,arguments):void 0}),b=(t=(t||"").match(Re)||[""]).length;b--;)I=ie=(v=Kn.exec(t[b])||[])[1],K=(v[2]||"").split(".").sort(),I&&(M=a.event.special[I]||{},M=a.event.special[I=(o?M.delegateType:M.bindType)||I]||{},D=a.extend({type:I,origType:ie,data:r,handler:n,guid:n.guid,selector:o,needsContext:o&&a.expr.match.needsContext.test(o),namespace:K.join(".")},s),(A=m[I])||((A=m[I]=[]).delegateCount=0,(!M.setup||!1===M.setup.call(e,r,K,l))&&e.addEventListener&&e.addEventListener(I,l)),M.add&&(M.add.call(e,D),D.handler.guid||(D.handler.guid=n.guid)),o?A.splice(A.delegateCount++,0,D):A.push(D),a.event.global[I]=!0)},remove:function(e,t,n,r,o){var s,l,v,m,b,D,M,A,I,K,ie,Q=z.hasData(e)&&z.get(e);if(Q&&(m=Q.events)){for(b=(t=(t||"").match(Re)||[""]).length;b--;)if(I=ie=(v=Kn.exec(t[b])||[])[1],K=(v[2]||"").split(".").sort(),I){for(M=a.event.special[I]||{},A=m[I=(r?M.delegateType:M.bindType)||I]||[],v=v[2]&&new RegExp("(^|\\.)"+K.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=s=A.length;s--;)D=A[s],(o||ie===D.origType)&&(!n||n.guid===D.guid)&&(!v||v.test(D.namespace))&&(!r||r===D.selector||"**"===r&&D.selector)&&(A.splice(s,1),D.selector&&A.delegateCount--,M.remove&&M.remove.call(e,D));l&&!A.length&&((!M.teardown||!1===M.teardown.call(e,K,Q.handle))&&a.removeEvent(e,I,Q.handle),delete m[I])}else for(I in m)a.event.remove(e,I+t[b],n,r,!0);a.isEmptyObject(m)&&z.remove(e,"handle events")}},dispatch:function(e){var t,n,r,o,s,l,v=new Array(arguments.length),m=a.event.fix(e),b=(z.get(this,"events")||Object.create(null))[m.type]||[],D=a.event.special[m.type]||{};for(v[0]=m,t=1;t<arguments.length;t++)v[t]=arguments[t];if(m.delegateTarget=this,!D.preDispatch||!1!==D.preDispatch.call(this,m)){for(l=a.event.handlers.call(this,m,b),t=0;(o=l[t++])&&!m.isPropagationStopped();)for(m.currentTarget=o.elem,n=0;(s=o.handlers[n++])&&!m.isImmediatePropagationStopped();)(!m.rnamespace||!1===s.namespace||m.rnamespace.test(s.namespace))&&(m.handleObj=s,m.data=s.data,void 0!==(r=((a.event.special[s.origType]||{}).handle||s.handler).apply(o.elem,v))&&!1===(m.result=r)&&(m.preventDefault(),m.stopPropagation()));return D.postDispatch&&D.postDispatch.call(this,m),m.result}},handlers:function(e,t){var n,r,o,s,l,v=[],m=t.delegateCount,b=e.target;if(m&&b.nodeType&&!("click"===e.type&&e.button>=1))for(;b!==this;b=b.parentNode||this)if(1===b.nodeType&&("click"!==e.type||!0!==b.disabled)){for(s=[],l={},n=0;n<m;n++)void 0===l[o=(r=t[n]).selector+" "]&&(l[o]=r.needsContext?a(o,this).index(b)>-1:a.find(o,this,null,[b]).length),l[o]&&s.push(r);s.length&&v.push({elem:b,handlers:s})}return b=this,m<t.length&&v.push({elem:b,handlers:t.slice(m)}),v},addProp:function(e,t){Object.defineProperty(a.Event.prototype,e,{enumerable:!0,configurable:!0,get:ne(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(n){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:n})}})},fix:function(e){return e[a.expando]?e:new a.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Zt.test(t.type)&&t.click&&Se(t,"input")&&R(t,"click",at),!1},trigger:function(e){var t=this||e;return Zt.test(t.type)&&t.click&&Se(t,"input")&&R(t,"click"),!0},_default:function(e){var t=e.target;return Zt.test(t.type)&&t.click&&Se(t,"input")&&z.get(t,"click")||Se(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},a.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},a.Event=function(e,t){if(!(this instanceof a.Event))return new a.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?at:f,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&a.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[a.expando]=!0},a.Event.prototype={constructor:a.Event,isDefaultPrevented:f,isPropagationStopped:f,isImmediatePropagationStopped:f,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=at,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=at,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=at,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},a.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Yn.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&hr.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},a.event.addProp),a.each({focus:"focusin",blur:"focusout"},function(e,t){a.event.special[e]={setup:function(){return R(this,e,_),!1},trigger:function(){return R(this,e),!0},delegateType:t}}),a.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){a.event.special[e]={delegateType:t,bindType:t,handle:function(n){var r,o=this,s=n.relatedTarget,l=n.handleObj;return(!s||s!==o&&!a.contains(o,s))&&(n.type=l.origType,r=l.handler.apply(this,arguments),n.type=t),r}}}),a.fn.extend({on:function(e,t,n,r){return S(this,e,t,n,r)},one:function(e,t,n,r){return S(this,e,t,n,r,1)},off:function(e,t,n){var r,o;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,a(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(o in e)this.off(o,t,e[o]);return this}return(!1===t||"function"==typeof t)&&(n=t,t=void 0),!1===n&&(n=f),this.each(function(){a.event.remove(this,e,n,t)})}});var L=/<script|<style|<link/i,j=/checked\s*(?:[^=]|=\s*.checked.)/i,$=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function V(e,t){return Se(e,"table")&&Se(11!==t.nodeType?t:t.firstChild,"tr")&&a(e).children("tbody")[0]||e}function Y(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function G(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function U(e,t){var n,r,o,l,v,m;if(1===t.nodeType){if(z.hasData(e)&&(m=z.get(e).events))for(o in z.remove(t,"handle events"),m)for(n=0,r=m[o].length;n<r;n++)a.event.add(t,o,m[o][n]);Ae.hasData(e)&&(l=Ae.access(e),v=a.extend({},l),Ae.set(t,v))}}function se(e,t){var n=t.nodeName.toLowerCase();"input"===n&&Zt.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function te(e,t,n,r){t=Yt(t);var o,s,l,v,m,b,D=0,M=e.length,A=M-1,I=t[0],K=ne(I);if(K||M>1&&"string"==typeof I&&!le.checkClone&&j.test(I))return e.each(function(ie){var Q=e.eq(ie);K&&(t[0]=I.call(this,ie,Q.html())),te(Q,t,n,r)});if(M&&(s=(o=Un(t,e[0].ownerDocument,!1,e,r)).firstChild,1===o.childNodes.length&&(o=s),s||r)){for(v=(l=a.map(Ne(o,"script"),Y)).length;D<M;D++)m=o,D!==A&&(m=a.clone(m,!0,!0),v&&a.merge(l,Ne(m,"script"))),n.call(e[D],m,D);if(v)for(b=l[l.length-1].ownerDocument,a.map(l,G),D=0;D<v;D++)Bn.test((m=l[D]).type||"")&&!z.access(m,"globalEval")&&a.contains(b,m)&&(m.src&&"module"!==(m.type||"").toLowerCase()?a._evalUrl&&!m.noModule&&a._evalUrl(m.src,{nonce:m.nonce||m.getAttribute("nonce")},b):F(m.textContent.replace($,""),m,b))}return e}function oe(e,t,n){for(var r,o=t?a.filter(t,e):e,s=0;null!=(r=o[s]);s++)!n&&1===r.nodeType&&a.cleanData(Ne(r)),r.parentNode&&(n&&Tt(r)&&Nn(Ne(r,"script")),r.parentNode.removeChild(r));return e}a.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,o,s,l,v=e.cloneNode(!0),m=Tt(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||a.isXMLDoc(e)))for(l=Ne(v),r=0,o=(s=Ne(e)).length;r<o;r++)se(s[r],l[r]);if(t)if(n)for(s=s||Ne(e),l=l||Ne(v),r=0,o=s.length;r<o;r++)U(s[r],l[r]);else U(e,v);return(l=Ne(v,"script")).length>0&&Nn(l,!m&&Ne(e,"script")),v},cleanData:function(e){for(var t,n,r,o=a.event.special,s=0;void 0!==(n=e[s]);s++)if(yt(n)){if(t=n[z.expando]){if(t.events)for(r in t.events)o[r]?a.event.remove(n,r):a.removeEvent(n,r,t.handle);n[z.expando]=void 0}n[Ae.expando]&&(n[Ae.expando]=void 0)}}}),a.fn.extend({detach:function(e){return oe(this,e,!0)},remove:function(e){return oe(this,e)},text:function(e){return Ze(this,function(t){return void 0===t?a.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return te(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||V(this,e).appendChild(e)})},prepend:function(){return te(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=V(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return te(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return te(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(a.cleanData(Ne(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return a.clone(this,e,t)})},html:function(e){return Ze(this,function(t){var n=this[0]||{},r=0,o=this.length;if(void 0===t&&1===n.nodeType)return n.innerHTML;if("string"==typeof t&&!L.test(t)&&!xe[(Wn.exec(t)||["",""])[1].toLowerCase()]){t=a.htmlPrefilter(t);try{for(;r<o;r++)1===(n=this[r]||{}).nodeType&&(a.cleanData(Ne(n,!1)),n.innerHTML=t);n=0}catch(s){}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=[];return te(this,arguments,function(t){var n=this.parentNode;a.inArray(this,e)<0&&(a.cleanData(Ne(this)),n&&n.replaceChild(t,this))},e)}}),a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){a.fn[e]=function(n){for(var r,o=[],s=a(n),l=s.length-1,v=0;v<=l;v++)r=v===l?this:this.clone(!0),a(s[v])[t](r),Kt.apply(o,r.get());return this.pushStack(o)}});var ye=new RegExp("^("+An+")(?!px)[a-z%]+$","i"),Pe=function(e){var t=e.ownerDocument.defaultView;return(!t||!t.opener)&&(t=B),t.getComputedStyle(e)},ot=function(e,t,n){var r,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];for(o in r=n.call(e),t)e.style[o]=s[o];return r},We=new RegExp(rt.join("|"),"i");function Oe(e,t,n){var r,o,s,l,v=e.style;return(n=n||Pe(e))&&(""===(l=n.getPropertyValue(t)||n[t])&&!Tt(e)&&(l=a.style(e,t)),!le.pixelBoxStyles()&&ye.test(l)&&We.test(t)&&(r=v.width,o=v.minWidth,s=v.maxWidth,v.minWidth=v.maxWidth=v.width=l,l=n.width,v.width=r,v.minWidth=o,v.maxWidth=s)),void 0!==l?l+"":l}function bt(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(b){m.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",b.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",Et.appendChild(m).appendChild(b);var D=B.getComputedStyle(b);n="1%"!==D.top,v=12===t(D.marginLeft),b.style.right="60%",s=36===t(D.right),r=36===t(D.width),b.style.position="absolute",o=12===t(b.offsetWidth/3),Et.removeChild(m),b=null}}function t(D){return Math.round(parseFloat(D))}var n,r,o,s,l,v,m=ue.createElement("div"),b=ue.createElement("div");!b.style||(b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===b.style.backgroundClip,a.extend(le,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),v},scrollboxSize:function(){return e(),o},reliableTrDimensions:function(){var D,M,A,I;return null==l&&(D=ue.createElement("table"),M=ue.createElement("tr"),A=ue.createElement("div"),D.style.cssText="position:absolute;left:-11111px",M.style.height="1px",A.style.height="9px",Et.appendChild(D).appendChild(M).appendChild(A),I=B.getComputedStyle(M),l=parseInt(I.height)>3,Et.removeChild(D)),l}}))}();var Dn=["Webkit","Moz","ms"],kt=ue.createElement("div").style,vn={};function pr(e){return a.cssProps[e]||vn[e]||(e in kt?e:vn[e]=function ri(e){for(var t=e[0].toUpperCase()+e.slice(1),n=Dn.length;n--;)if((e=Dn[n]+t)in kt)return e}(e)||e)}var en=/^(none|table(?!-c[ea]).+)/,mn=/^--/,Qn={position:"absolute",visibility:"hidden",display:"block"},zn={letterSpacing:"0",fontWeight:"400"};function gr(e,t,n){var r=Jt.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function vr(e,t,n,r,o,s){var l="width"===t?1:0,v=0,m=0;if(n===(r?"border":"content"))return 0;for(;l<4;l+=2)"margin"===n&&(m+=a.css(e,n+rt[l],!0,o)),r?("content"===n&&(m-=a.css(e,"padding"+rt[l],!0,o)),"margin"!==n&&(m-=a.css(e,"border"+rt[l]+"Width",!0,o))):(m+=a.css(e,"padding"+rt[l],!0,o),"padding"!==n?m+=a.css(e,"border"+rt[l]+"Width",!0,o):v+=a.css(e,"border"+rt[l]+"Width",!0,o));return!r&&s>=0&&(m+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-m-v-.5))||0),m}function kr(e,t,n){var r=Pe(e),s=(!le.boxSizingReliable()||n)&&"border-box"===a.css(e,"boxSizing",!1,r),l=s,v=Oe(e,t,r),m="offset"+t[0].toUpperCase()+t.slice(1);if(ye.test(v)){if(!n)return v;v="auto"}return(!le.boxSizingReliable()&&s||!le.reliableTrDimensions()&&Se(e,"tr")||"auto"===v||!parseFloat(v)&&"inline"===a.css(e,"display",!1,r))&&e.getClientRects().length&&(s="border-box"===a.css(e,"boxSizing",!1,r),(l=m in e)&&(v=e[m])),(v=parseFloat(v)||0)+vr(e,t,n||(s?"border":"content"),l,r,v)+"px"}function Qe(e,t,n,r,o){return new Qe.prototype.init(e,t,n,r,o)}a.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Oe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,s,l,v=ze(t),m=mn.test(t),b=e.style;if(m||(t=pr(v)),l=a.cssHooks[t]||a.cssHooks[v],void 0===n)return l&&"get"in l&&void 0!==(o=l.get(e,!1,r))?o:b[t];if("string"==(s=typeof n)&&(o=Jt.exec(n))&&o[1]&&(n=it(e,t,o),s="number"),null==n||n!=n)return;"number"===s&&!m&&(n+=o&&o[3]||(a.cssNumber[v]?"":"px")),!le.clearCloneStyle&&""===n&&0===t.indexOf("background")&&(b[t]="inherit"),(!l||!("set"in l)||void 0!==(n=l.set(e,n,r)))&&(m?b.setProperty(t,n):b[t]=n)}},css:function(e,t,n,r){var o,s,l,v=ze(t);return mn.test(t)||(t=pr(v)),(l=a.cssHooks[t]||a.cssHooks[v])&&"get"in l&&(o=l.get(e,!0,n)),void 0===o&&(o=Oe(e,t,r)),"normal"===o&&t in zn&&(o=zn[t]),""===n||n?(s=parseFloat(o),!0===n||isFinite(s)?s||0:o):o}}),a.each(["height","width"],function(e,t){a.cssHooks[t]={get:function(n,r,o){if(r)return!en.test(a.css(n,"display"))||n.getClientRects().length&&n.getBoundingClientRect().width?kr(n,t,o):ot(n,Qn,function(){return kr(n,t,o)})},set:function(n,r,o){var s,l=Pe(n),v=!le.scrollboxSize()&&"absolute"===l.position,b=(v||o)&&"border-box"===a.css(n,"boxSizing",!1,l),D=o?vr(n,t,o,b,l):0;return b&&v&&(D-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(l[t])-vr(n,t,"border",!1,l)-.5)),D&&(s=Jt.exec(r))&&"px"!==(s[3]||"px")&&(n.style[t]=r,r=a.css(n,t)),gr(0,r,D)}}}),a.cssHooks.marginLeft=bt(le.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Oe(e,"marginLeft"))||e.getBoundingClientRect().left-ot(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),a.each({margin:"",padding:"",border:"Width"},function(e,t){a.cssHooks[e+t]={expand:function(n){for(var r=0,o={},s="string"==typeof n?n.split(" "):[n];r<4;r++)o[e+rt[r]+t]=s[r]||s[r-2]||s[0];return o}},"margin"!==e&&(a.cssHooks[e+t].set=gr)}),a.fn.extend({css:function(e,t){return Ze(this,function(n,r,o){var s,l,v={},m=0;if(Array.isArray(r)){for(s=Pe(n),l=r.length;m<l;m++)v[r[m]]=a.css(n,r[m],!1,s);return v}return void 0!==o?a.style(n,r,o):a.css(n,r)},e,t,arguments.length>1)}}),a.Tween=Qe,(Qe.prototype={constructor:Qe,init:function(e,t,n,r,o,s){this.elem=e,this.prop=n,this.easing=o||a.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(a.cssNumber[n]?"":"px")},cur:function(){var e=Qe.propHooks[this.prop];return e&&e.get?e.get(this):Qe.propHooks._default.get(this)},run:function(e){var t,n=Qe.propHooks[this.prop];return this.pos=t=this.options.duration?a.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Qe.propHooks._default.set(this),this}}).init.prototype=Qe.prototype,(Qe.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=a.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){a.fx.step[e.prop]?a.fx.step[e.prop](e):1!==e.elem.nodeType||!a.cssHooks[e.prop]&&null==e.elem.style[pr(e.prop)]?e.elem[e.prop]=e.now:a.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=Qe.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},a.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},a.fx=Qe.prototype.init,a.fx.step={};var _n,Gn,ii=/^(?:toggle|show|hide)$/,ai=/queueHooks$/;function Xn(){Gn&&(!1===ue.hidden&&B.requestAnimationFrame?B.requestAnimationFrame(Xn):B.setTimeout(Xn,a.fx.interval),a.fx.tick())}function Jn(){return B.setTimeout(function(){_n=void 0}),_n=Date.now()}function Zn(e,t){var n,r=0,o={height:e};for(t=t?1:0;r<4;r+=2-t)o["margin"+(n=rt[r])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function yn(e,t,n){for(var r,o=(Be.tweeners[t]||[]).concat(Be.tweeners["*"]),s=0,l=o.length;s<l;s++)if(r=o[s].call(n,t,e))return r}function Be(e,t,n){var r,o,s=0,l=Be.prefilters.length,v=a.Deferred().always(function(){delete m.elem}),m=function(){if(o)return!1;for(var M=_n||Jn(),A=Math.max(0,b.startTime+b.duration-M),K=1-(A/b.duration||0),ie=0,Q=b.tweens.length;ie<Q;ie++)b.tweens[ie].run(K);return v.notifyWith(e,[b,K,A]),K<1&&Q?A:(Q||v.notifyWith(e,[b,1,0]),v.resolveWith(e,[b]),!1)},b=v.promise({elem:e,props:a.extend({},t),opts:a.extend(!0,{specialEasing:{},easing:a.easing._default},n),originalProperties:t,originalOptions:n,startTime:_n||Jn(),duration:n.duration,tweens:[],createTween:function(M,A){var I=a.Tween(e,b.opts,M,A,b.opts.specialEasing[M]||b.opts.easing);return b.tweens.push(I),I},stop:function(M){var A=0,I=M?b.tweens.length:0;if(o)return this;for(o=!0;A<I;A++)b.tweens[A].run(1);return M?(v.notifyWith(e,[b,1,0]),v.resolveWith(e,[b,M])):v.rejectWith(e,[b,M]),this}}),D=b.props;for(function oi(e,t){var n,r,o,s,l;for(n in e)if(o=t[r=ze(n)],s=e[n],Array.isArray(s)&&(o=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),(l=a.cssHooks[r])&&"expand"in l)for(n in s=l.expand(s),delete e[r],s)n in e||(e[n]=s[n],t[n]=o);else t[r]=o}(D,b.opts.specialEasing);s<l;s++)if(r=Be.prefilters[s].call(b,e,D,b.opts))return ne(r.stop)&&(a._queueHooks(b.elem,b.opts.queue).stop=r.stop.bind(r)),r;return a.map(D,yn,b),ne(b.opts.start)&&b.opts.start.call(e,b),b.progress(b.opts.progress).done(b.opts.done,b.opts.complete).fail(b.opts.fail).always(b.opts.always),a.fx.timer(a.extend(m,{elem:e,anim:b,queue:b.opts.queue})),b}a.Animation=a.extend(Be,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return it(n.elem,e,Jt.exec(t),n),n}]},tweener:function(e,t){ne(e)?(t=e,e=["*"]):e=e.match(Re);for(var n,r=0,o=e.length;r<o;r++)(Be.tweeners[n=e[r]]=Be.tweeners[n]||[]).unshift(t)},prefilters:[function En(e,t,n){var r,o,s,l,v,m,b,D,M="width"in t||"height"in t,A=this,I={},K=e.style,ie=e.nodeType&&pn(e),Q=z.get(e,"fxshow");for(r in n.queue||(null==(l=a._queueHooks(e,"fx")).unqueued&&(l.unqueued=0,v=l.empty.fire,l.empty.fire=function(){l.unqueued||v()}),l.unqueued++,A.always(function(){A.always(function(){l.unqueued--,a.queue(e,"fx").length||l.empty.fire()})})),t)if(ii.test(o=t[r])){if(delete t[r],s=s||"toggle"===o,o===(ie?"hide":"show")){if("show"!==o||!Q||void 0===Q[r])continue;ie=!0}I[r]=Q&&Q[r]||a.style(e,r)}if((m=!a.isEmptyObject(t))||!a.isEmptyObject(I))for(r in M&&1===e.nodeType&&(n.overflow=[K.overflow,K.overflowX,K.overflowY],null==(b=Q&&Q.display)&&(b=z.get(e,"display")),"none"===(D=a.css(e,"display"))&&(b?D=b:(ct([e],!0),b=e.style.display||b,D=a.css(e,"display"),ct([e]))),("inline"===D||"inline-block"===D&&null!=b)&&"none"===a.css(e,"float")&&(m||(A.done(function(){K.display=b}),null==b&&(b="none"===(D=K.display)?"":D)),K.display="inline-block")),n.overflow&&(K.overflow="hidden",A.always(function(){K.overflow=n.overflow[0],K.overflowX=n.overflow[1],K.overflowY=n.overflow[2]})),m=!1,I)m||(Q?"hidden"in Q&&(ie=Q.hidden):Q=z.access(e,"fxshow",{display:b}),s&&(Q.hidden=!ie),ie&&ct([e],!0),A.done(function(){for(r in ie||ct([e]),z.remove(e,"fxshow"),I)a.style(e,r,I[r])})),m=yn(ie?Q[r]:0,r,A),r in Q||(Q[r]=m.start,ie&&(m.end=m.start,m.start=0))}],prefilter:function(e,t){t?Be.prefilters.unshift(e):Be.prefilters.push(e)}}),a.speed=function(e,t,n){var r=e&&"object"==typeof e?a.extend({},e):{complete:n||!n&&t||ne(e)&&e,duration:e,easing:n&&t||t&&!ne(t)&&t};return a.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration=r.duration in a.fx.speeds?a.fx.speeds[r.duration]:a.fx.speeds._default),(null==r.queue||!0===r.queue)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){ne(r.old)&&r.old.call(this),r.queue&&a.dequeue(this,r.queue)},r},a.fn.extend({fadeTo:function(e,t,n,r){return this.filter(pn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var o=a.isEmptyObject(e),s=a.speed(t,n,r),l=function(){var v=Be(this,a.extend({},e),s);(o||z.get(this,"finish"))&&v.stop(!0)};return l.finish=l,o||!1===s.queue?this.each(l):this.queue(s.queue,l)},stop:function(e,t,n){var r=function(o){var s=o.stop;delete o.stop,s(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each(function(){var o=!0,s=null!=e&&e+"queueHooks",l=a.timers,v=z.get(this);if(s)v[s]&&v[s].stop&&r(v[s]);else for(s in v)v[s]&&v[s].stop&&ai.test(s)&&r(v[s]);for(s=l.length;s--;)l[s].elem===this&&(null==e||l[s].queue===e)&&(l[s].anim.stop(n),o=!1,l.splice(s,1));(o||!n)&&a.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=z.get(this),r=n[e+"queue"],o=n[e+"queueHooks"],s=a.timers,l=r?r.length:0;for(n.finish=!0,a.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=s.length;t--;)s[t].elem===this&&s[t].queue===e&&(s[t].anim.stop(!0),s.splice(t,1));for(t=0;t<l;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),a.each(["toggle","show","hide"],function(e,t){var n=a.fn[t];a.fn[t]=function(r,o,s){return null==r||"boolean"==typeof r?n.apply(this,arguments):this.animate(Zn(t,!0),r,o,s)}}),a.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){a.fn[e]=function(n,r,o){return this.animate(t,n,r,o)}}),a.timers=[],a.fx.tick=function(){var e,t=0,n=a.timers;for(_n=Date.now();t<n.length;t++)!(e=n[t])()&&n[t]===e&&n.splice(t--,1);n.length||a.fx.stop(),_n=void 0},a.fx.timer=function(e){a.timers.push(e),a.fx.start()},a.fx.interval=13,a.fx.start=function(){Gn||(Gn=!0,Xn())},a.fx.stop=function(){Gn=null},a.fx.speeds={slow:600,fast:200,_default:400},a.fn.delay=function(e,t){return e=a.fx&&a.fx.speeds[e]||e,this.queue(t=t||"fx",function(n,r){var o=B.setTimeout(n,e);r.stop=function(){B.clearTimeout(o)}})},function(){var e=ue.createElement("input"),n=ue.createElement("select").appendChild(ue.createElement("option"));e.type="checkbox",le.checkOn=""!==e.value,le.optSelected=n.selected,(e=ue.createElement("input")).value="t",e.type="radio",le.radioValue="t"===e.value}();var dt,tn=a.expr.attrHandle;a.fn.extend({attr:function(e,t){return Ze(this,a.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){a.removeAttr(this,e)})}}),a.extend({attr:function(e,t,n){var r,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?a.prop(e,t,n):((1!==s||!a.isXMLDoc(e))&&(o=a.attrHooks[t.toLowerCase()]||(a.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void a.removeAttr(e,t):o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(r=o.get(e,t))?r:null==(r=a.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!le.radioValue&&"radio"===t&&Se(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,o=t&&t.match(Re);if(o&&1===e.nodeType)for(;n=o[r++];)e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?a.removeAttr(e,n):e.setAttribute(n,n),n}},a.each(a.expr.match.bool.source.match(/\w+/g),function(e,t){var n=tn[t]||a.find.attr;tn[t]=function(r,o,s){var l,v,m=o.toLowerCase();return s||(v=tn[m],tn[m]=l,l=null!=n(r,o,s)?m:null,tn[m]=v),l}});var si=/^(?:input|select|textarea|button)$/i,On=/^(?:a|area)$/i;function Mt(e){return(e.match(Re)||[]).join(" ")}function jt(e){return e.getAttribute&&e.getAttribute("class")||""}function In(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(Re)||[]}a.fn.extend({prop:function(e,t){return Ze(this,a.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[a.propFix[e]||e]})}}),a.extend({prop:function(e,t,n){var r,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return(1!==s||!a.isXMLDoc(e))&&(o=a.propHooks[t=a.propFix[t]||t]),void 0!==n?o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:e[t]=n:o&&"get"in o&&null!==(r=o.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=a.find.attr(e,"tabindex");return t?parseInt(t,10):si.test(e.nodeName)||On.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),le.optSelected||(a.propHooks.selected={get:function(e){return null},set:function(e){}}),a.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){a.propFix[this.toLowerCase()]=this}),a.fn.extend({addClass:function(e){var t,n,r,o,s,l,v,m=0;if(ne(e))return this.each(function(b){a(this).addClass(e.call(this,b,jt(this)))});if((t=In(e)).length)for(;n=this[m++];)if(o=jt(n),r=1===n.nodeType&&" "+Mt(o)+" "){for(l=0;s=t[l++];)r.indexOf(" "+s+" ")<0&&(r+=s+" ");o!==(v=Mt(r))&&n.setAttribute("class",v)}return this},removeClass:function(e){var t,n,r,o,s,l,v,m=0;if(ne(e))return this.each(function(b){a(this).removeClass(e.call(this,b,jt(this)))});if(!arguments.length)return this.attr("class","");if((t=In(e)).length)for(;n=this[m++];)if(o=jt(n),r=1===n.nodeType&&" "+Mt(o)+" "){for(l=0;s=t[l++];)for(;r.indexOf(" "+s+" ")>-1;)r=r.replace(" "+s+" "," ");o!==(v=Mt(r))&&n.setAttribute("class",v)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):ne(e)?this.each(function(o){a(this).toggleClass(e.call(this,o,jt(this),t),t)}):this.each(function(){var o,s,l,v;if(r)for(s=0,l=a(this),v=In(e);o=v[s++];)l.hasClass(o)?l.removeClass(o):l.addClass(o);else(void 0===e||"boolean"===n)&&((o=jt(this))&&z.set(this,"__className__",o),this.setAttribute&&this.setAttribute("class",o||!1===e?"":z.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+Mt(jt(n))+" ").indexOf(t)>-1)return!0;return!1}});var mr=/\r/g;a.fn.extend({val:function(e){var t,n,r,o=this[0];return arguments.length?(r=ne(e),this.each(function(s){var l;1===this.nodeType&&(null==(l=r?e.call(this,s,a(this).val()):e)?l="":"number"==typeof l?l+="":Array.isArray(l)&&(l=a.map(l,function(v){return null==v?"":v+""})),(!(t=a.valHooks[this.type]||a.valHooks[this.nodeName.toLowerCase()])||!("set"in t)||void 0===t.set(this,l,"value"))&&(this.value=l))})):o?(t=a.valHooks[o.type]||a.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(mr,""):null==n?"":n:void 0}}),a.extend({valHooks:{option:{get:function(e){var t=a.find.attr(e,"value");return null!=t?t:Mt(a.text(e))}},select:{get:function(e){var t,n,r,o=e.options,s=e.selectedIndex,l="select-one"===e.type,v=l?null:[],m=l?s+1:o.length;for(r=s<0?m:l?s:0;r<m;r++)if(((n=o[r]).selected||r===s)&&!n.disabled&&(!n.parentNode.disabled||!Se(n.parentNode,"optgroup"))){if(t=a(n).val(),l)return t;v.push(t)}return v},set:function(e,t){for(var n,r,o=e.options,s=a.makeArray(t),l=o.length;l--;)((r=o[l]).selected=a.inArray(a.valHooks.option.get(r),s)>-1)&&(n=!0);return n||(e.selectedIndex=-1),s}}}}),a.each(["radio","checkbox"],function(){a.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=a.inArray(a(e).val(),t)>-1}},le.checkOn||(a.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),le.focusin="onfocusin"in B;var Mr=/^(?:focusinfocus|focusoutblur)$/,jr=function(e){e.stopPropagation()};a.extend(a.event,{trigger:function(e,t,n,r){var o,s,l,v,m,b,D,M,A=[n||ue],I=pt.call(e,"type")?e.type:e,K=pt.call(e,"namespace")?e.namespace.split("."):[];if(s=M=l=n=n||ue,3!==n.nodeType&&8!==n.nodeType&&!Mr.test(I+a.event.triggered)&&(I.indexOf(".")>-1&&(K=I.split("."),I=K.shift(),K.sort()),m=I.indexOf(":")<0&&"on"+I,(e=e[a.expando]?e:new a.Event(I,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=K.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+K.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:a.makeArray(t,[e]),D=a.event.special[I]||{},r||!D.trigger||!1!==D.trigger.apply(n,t))){if(!r&&!D.noBubble&&!It(n)){for(Mr.test((v=D.delegateType||I)+I)||(s=s.parentNode);s;s=s.parentNode)A.push(s),l=s;l===(n.ownerDocument||ue)&&A.push(l.defaultView||l.parentWindow||B)}for(o=0;(s=A[o++])&&!e.isPropagationStopped();)M=s,e.type=o>1?v:D.bindType||I,(b=(z.get(s,"events")||Object.create(null))[e.type]&&z.get(s,"handle"))&&b.apply(s,t),(b=m&&s[m])&&b.apply&&yt(s)&&(e.result=b.apply(s,t),!1===e.result&&e.preventDefault());return e.type=I,!r&&!e.isDefaultPrevented()&&(!D._default||!1===D._default.apply(A.pop(),t))&&yt(n)&&m&&ne(n[I])&&!It(n)&&((l=n[m])&&(n[m]=null),a.event.triggered=I,e.isPropagationStopped()&&M.addEventListener(I,jr),n[I](),e.isPropagationStopped()&&M.removeEventListener(I,jr),a.event.triggered=void 0,l&&(n[m]=l)),e.result}},simulate:function(e,t,n){var r=a.extend(new a.Event,n,{type:e,isSimulated:!0});a.event.trigger(r,null,t)}}),a.fn.extend({trigger:function(e,t){return this.each(function(){a.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return a.event.trigger(e,t,n,!0)}}),le.focusin||a.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(r){a.event.simulate(t,r.target,a.event.fix(r))};a.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,o=z.access(r,t);o||r.addEventListener(e,n,!0),z.access(r,t,(o||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,o=z.access(r,t)-1;o?z.access(r,t,o):(r.removeEventListener(e,n,!0),z.remove(r,t))}}});var Ht=B.location,et={guid:Date.now()},_r=/\?/;a.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new B.DOMParser).parseFromString(e,"text/xml")}catch(n){t=void 0}return(!t||t.getElementsByTagName("parsererror").length)&&a.error("Invalid XML: "+e),t};var ui=/\[\]$/,Hr=/\r?\n/g,$r=/^(?:submit|button|image|reset|file)$/i,fi=/^(?:input|select|textarea|keygen)/i;function er(e,t,n,r){var o;if(Array.isArray(t))a.each(t,function(s,l){n||ui.test(e)?r(e,l):er(e+"["+("object"==typeof l&&null!=l?s:"")+"]",l,n,r)});else if(n||"object"!==Je(t))r(e,t);else for(o in t)er(e+"["+o+"]",t[o],n,r)}a.param=function(e,t){var n,r=[],o=function(s,l){var v=ne(l)?l():l;r[r.length]=encodeURIComponent(s)+"="+encodeURIComponent(null==v?"":v)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!a.isPlainObject(e))a.each(e,function(){o(this.name,this.value)});else for(n in e)er(n,e[n],t,o);return r.join("&")},a.fn.extend({serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=a.prop(this,"elements");return e?a.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!a(this).is(":disabled")&&fi.test(this.nodeName)&&!$r.test(e)&&(this.checked||!Zt.test(e))}).map(function(e,t){var n=a(this).val();return null==n?null:Array.isArray(n)?a.map(n,function(r){return{name:t.name,value:r.replace(Hr,"\r\n")}}):{name:t.name,value:n.replace(Hr,"\r\n")}}).get()}});var qr=/%20/g,li=/#.*$/,ci=/([?&])_=[^&]*/,di=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fr=/^(?:GET|HEAD)$/,hi=/^\/\//,xn={},Er={},tr="*/".concat("*"),Tr=ue.createElement("a");function Vr(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,o=0,s=t.toLowerCase().match(Re)||[];if(ne(n))for(;r=s[o++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Wr(e,t,n,r){var o={},s=e===Er;function l(v){var m;return o[v]=!0,a.each(e[v]||[],function(b,D){var M=D(t,n,r);return"string"!=typeof M||s||o[M]?s?!(m=M):void 0:(t.dataTypes.unshift(M),l(M),!1)}),m}return l(t.dataTypes[0])||!o["*"]&&l("*")}function br(e,t){var n,r,o=a.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:r||(r={}))[n]=t[n]);return r&&a.extend(!0,e,r),e}Tr.href=Ht.href,a.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ht.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Ht.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":tr,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":a.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?br(br(e,a.ajaxSettings),t):br(a.ajaxSettings,e)},ajaxPrefilter:Vr(xn),ajaxTransport:Vr(Er),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0);var n,r,o,s,l,v,m,b,D,M,A=a.ajaxSetup({},t=t||{}),I=A.context||A,K=A.context&&(I.nodeType||I.jquery)?a(I):a.event,ie=a.Deferred(),Q=a.Callbacks("once memory"),Ce=A.statusCode||{},we={},Ue={},ge="canceled",ae={readyState:0,getResponseHeader:function(ce){var Te;if(m){if(!s)for(s={};Te=di.exec(o);)s[Te[1].toLowerCase()+" "]=(s[Te[1].toLowerCase()+" "]||[]).concat(Te[2]);Te=s[ce.toLowerCase()+" "]}return null==Te?null:Te.join(", ")},getAllResponseHeaders:function(){return m?o:null},setRequestHeader:function(ce,Te){return null==m&&(ce=Ue[ce.toLowerCase()]=Ue[ce.toLowerCase()]||ce,we[ce]=Te),this},overrideMimeType:function(ce){return null==m&&(A.mimeType=ce),this},statusCode:function(ce){var Te;if(ce)if(m)ae.always(ce[ae.status]);else for(Te in ce)Ce[Te]=[Ce[Te],ce[Te]];return this},abort:function(ce){var Te=ce||ge;return n&&n.abort(Te),Ye(0,Te),this}};if(ie.promise(ae),A.url=((e||A.url||Ht.href)+"").replace(hi,Ht.protocol+"//"),A.type=t.method||t.type||A.method||A.type,A.dataTypes=(A.dataType||"*").toLowerCase().match(Re)||[""],null==A.crossDomain){v=ue.createElement("a");try{v.href=A.url,v.href=v.href,A.crossDomain=Tr.protocol+"//"+Tr.host!=v.protocol+"//"+v.host}catch(ce){A.crossDomain=!0}}if(A.data&&A.processData&&"string"!=typeof A.data&&(A.data=a.param(A.data,A.traditional)),Wr(xn,A,t,ae),m)return ae;for(D in(b=a.event&&A.global)&&0==a.active++&&a.event.trigger("ajaxStart"),A.type=A.type.toUpperCase(),A.hasContent=!Fr.test(A.type),r=A.url.replace(li,""),A.hasContent?A.data&&A.processData&&0===(A.contentType||"").indexOf("application/x-www-form-urlencoded")&&(A.data=A.data.replace(qr,"+")):(M=A.url.slice(r.length),A.data&&(A.processData||"string"==typeof A.data)&&(r+=(_r.test(r)?"&":"?")+A.data,delete A.data),!1===A.cache&&(r=r.replace(ci,"$1"),M=(_r.test(r)?"&":"?")+"_="+et.guid+++M),A.url=r+M),A.ifModified&&(a.lastModified[r]&&ae.setRequestHeader("If-Modified-Since",a.lastModified[r]),a.etag[r]&&ae.setRequestHeader("If-None-Match",a.etag[r])),(A.data&&A.hasContent&&!1!==A.contentType||t.contentType)&&ae.setRequestHeader("Content-Type",A.contentType),ae.setRequestHeader("Accept",A.dataTypes[0]&&A.accepts[A.dataTypes[0]]?A.accepts[A.dataTypes[0]]+("*"!==A.dataTypes[0]?", "+tr+"; q=0.01":""):A.accepts["*"]),A.headers)ae.setRequestHeader(D,A.headers[D]);if(A.beforeSend&&(!1===A.beforeSend.call(I,ae,A)||m))return ae.abort();if(ge="abort",Q.add(A.complete),ae.done(A.success),ae.fail(A.error),n=Wr(Er,A,t,ae)){if(ae.readyState=1,b&&K.trigger("ajaxSend",[ae,A]),m)return ae;A.async&&A.timeout>0&&(l=B.setTimeout(function(){ae.abort("timeout")},A.timeout));try{m=!1,n.send(we,Ye)}catch(ce){if(m)throw ce;Ye(-1,ce)}}else Ye(-1,"No Transport");function Ye(ce,Te,Rn,nr){var Ge,qt,Ft,ke,Vt,Me=Te;m||(m=!0,l&&B.clearTimeout(l),n=void 0,o=nr||"",ae.readyState=ce>0?4:0,Ge=ce>=200&&ce<300||304===ce,Rn&&(ke=function pi(e,t,n){for(var r,o,s,l,v=e.contents,m=e.dataTypes;"*"===m[0];)m.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(o in v)if(v[o]&&v[o].test(r)){m.unshift(o);break}if(m[0]in n)s=m[0];else{for(o in n){if(!m[0]||e.converters[o+" "+m[0]]){s=o;break}l||(l=o)}s=s||l}if(s)return s!==m[0]&&m.unshift(s),n[s]}(A,ae,Rn)),!Ge&&a.inArray("script",A.dataTypes)>-1&&(A.converters["text script"]=function(){}),ke=function gi(e,t,n,r){var o,s,l,v,m,b={},D=e.dataTypes.slice();if(D[1])for(l in e.converters)b[l.toLowerCase()]=e.converters[l];for(s=D.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!m&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),m=s,s=D.shift())if("*"===s)s=m;else if("*"!==m&&m!==s){if(!(l=b[m+" "+s]||b["* "+s]))for(o in b)if((v=o.split(" "))[1]===s&&(l=b[m+" "+v[0]]||b["* "+v[0]])){!0===l?l=b[o]:!0!==b[o]&&(s=v[0],D.unshift(v[1]));break}if(!0!==l)if(l&&e.throws)t=l(t);else try{t=l(t)}catch(M){return{state:"parsererror",error:l?M:"No conversion from "+m+" to "+s}}}return{state:"success",data:t}}(A,ke,ae,Ge),Ge?(A.ifModified&&((Vt=ae.getResponseHeader("Last-Modified"))&&(a.lastModified[r]=Vt),(Vt=ae.getResponseHeader("etag"))&&(a.etag[r]=Vt)),204===ce||"HEAD"===A.type?Me="nocontent":304===ce?Me="notmodified":(Me=ke.state,qt=ke.data,Ge=!(Ft=ke.error))):(Ft=Me,(ce||!Me)&&(Me="error",ce<0&&(ce=0))),ae.status=ce,ae.statusText=(Te||Me)+"",Ge?ie.resolveWith(I,[qt,Me,ae]):ie.rejectWith(I,[ae,Me,Ft]),ae.statusCode(Ce),Ce=void 0,b&&K.trigger(Ge?"ajaxSuccess":"ajaxError",[ae,A,Ge?qt:Ft]),Q.fireWith(I,[ae,Me]),b&&(K.trigger("ajaxComplete",[ae,A]),--a.active||a.event.trigger("ajaxStop")))}return ae},getJSON:function(e,t,n){return a.get(e,t,n,"json")},getScript:function(e,t){return a.get(e,void 0,t,"script")}}),a.each(["get","post"],function(e,t){a[t]=function(n,r,o,s){return ne(r)&&(s=s||o,o=r,r=void 0),a.ajax(a.extend({url:n,type:t,dataType:s,data:r,success:o},a.isPlainObject(n)&&n))}}),a.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),a._evalUrl=function(e,t,n){return a.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(r){a.globalEval(r,t,n)}})},a.fn.extend({wrapAll:function(e){var t;return this[0]&&(ne(e)&&(e=e.call(this[0])),t=a(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(e){return ne(e)?this.each(function(t){a(this).wrapInner(e.call(this,t))}):this.each(function(){var t=a(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ne(e);return this.each(function(n){a(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){a(this).replaceWith(this.childNodes)}),this}}),a.expr.pseudos.hidden=function(e){return!a.expr.pseudos.visible(e)},a.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},a.ajaxSettings.xhr=function(){try{return new B.XMLHttpRequest}catch(e){}};var vi={0:200,1223:204},Ln=a.ajaxSettings.xhr();le.cors=!!Ln&&"withCredentials"in Ln,le.ajax=Ln=!!Ln,a.ajaxTransport(function(e){var t,n;if(le.cors||Ln&&!e.crossDomain)return{send:function(r,o){var s,l=e.xhr();if(l.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)l[s]=e.xhrFields[s];for(s in e.mimeType&&l.overrideMimeType&&l.overrideMimeType(e.mimeType),!e.crossDomain&&!r["X-Requested-With"]&&(r["X-Requested-With"]="XMLHttpRequest"),r)l.setRequestHeader(s,r[s]);t=function(v){return function(){t&&(t=n=l.onload=l.onerror=l.onabort=l.ontimeout=l.onreadystatechange=null,"abort"===v?l.abort():"error"===v?"number"!=typeof l.status?o(0,"error"):o(l.status,l.statusText):o(vi[l.status]||l.status,l.statusText,"text"!==(l.responseType||"text")||"string"!=typeof l.responseText?{binary:l.response}:{text:l.responseText},l.getAllResponseHeaders()))}},l.onload=t(),n=l.onerror=l.ontimeout=t("error"),void 0!==l.onabort?l.onabort=n:l.onreadystatechange=function(){4===l.readyState&&B.setTimeout(function(){t&&n()})},t=t("abort");try{l.send(e.hasContent&&e.data||null)}catch(v){if(t)throw v}},abort:function(){t&&t()}}}),a.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return a.globalEval(e),e}}}),a.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),a.ajaxTransport("script",function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,o){t=a("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(s){t.remove(),n=null,s&&o("error"===s.type?404:200,s.type)}),ue.head.appendChild(t[0])},abort:function(){n&&n()}}});var e,Br=[],Cr=/(=)\?(?=&|$)|\?\?/;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Br.pop()||a.expando+"_"+et.guid++;return this[e]=!0,e}}),a.ajaxPrefilter("json jsonp",function(e,t,n){var r,o,s,l=!1!==e.jsonp&&(Cr.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Cr.test(e.data)&&"data");if(l||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=ne(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,l?e[l]=e[l].replace(Cr,"$1"+r):!1!==e.jsonp&&(e.url+=(_r.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return s||a.error(r+" was not called"),s[0]},e.dataTypes[0]="json",o=B[r],B[r]=function(){s=arguments},n.always(function(){void 0===o?a(B).removeProp(r):B[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,Br.push(r)),s&&ne(o)&&o(s[0]),s=o=void 0}),"script"}),le.createHTMLDocument=((e=ue.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===e.childNodes.length),a.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=ue.implementation.createHTMLDocument("")).createElement("base")).href=ue.location.href,t.head.appendChild(r)):t=ue),s=!n&&[],(o=ln.exec(e))?[t.createElement(o[1])]:(o=Un([e],t,s),s&&s.length&&a(s).remove(),a.merge([],o.childNodes)));var r,o,s},a.fn.load=function(e,t,n){var r,o,s,l=this,v=e.indexOf(" ");return v>-1&&(r=Mt(e.slice(v)),e=e.slice(0,v)),ne(t)?(n=t,t=void 0):t&&"object"==typeof t&&(o="POST"),l.length>0&&a.ajax({url:e,type:o||"GET",dataType:"html",data:t}).done(function(m){s=arguments,l.html(r?a("<div>").append(a.parseHTML(m)).find(r):m)}).always(n&&function(m,b){l.each(function(){n.apply(this,s||[m.responseText,b,m])})}),this},a.expr.pseudos.animated=function(e){return a.grep(a.timers,function(t){return e===t.elem}).length},a.offset={setOffset:function(e,t,n){var r,o,s,l,v,m,D=a.css(e,"position"),M=a(e),A={};"static"===D&&(e.style.position="relative"),v=M.offset(),s=a.css(e,"top"),m=a.css(e,"left"),("absolute"===D||"fixed"===D)&&(s+m).indexOf("auto")>-1?(l=(r=M.position()).top,o=r.left):(l=parseFloat(s)||0,o=parseFloat(m)||0),ne(t)&&(t=t.call(e,n,a.extend({},v))),null!=t.top&&(A.top=t.top-v.top+l),null!=t.left&&(A.left=t.left-v.left+o),"using"in t?t.using.call(e,A):("number"==typeof A.top&&(A.top+="px"),"number"==typeof A.left&&(A.left+="px"),M.css(A))}},a.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(o){a.offset.setOffset(this,e,o)});var t,n,r=this[0];return r?r.getClientRects().length?{top:(t=r.getBoundingClientRect()).top+(n=r.ownerDocument.defaultView).pageYOffset,left:t.left+n.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],o={top:0,left:0};if("fixed"===a.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===a.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((o=a(e).offset()).top+=a.css(e,"borderTopWidth",!0),o.left+=a.css(e,"borderLeftWidth",!0))}return{top:t.top-o.top-a.css(r,"marginTop",!0),left:t.left-o.left-a.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===a.css(e,"position");)e=e.offsetParent;return e||Et})}}),a.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;a.fn[e]=function(r){return Ze(this,function(o,s,l){var v;if(It(o)?v=o:9===o.nodeType&&(v=o.defaultView),void 0===l)return v?v[t]:o[s];v?v.scrollTo(n?v.pageXOffset:l,n?l:v.pageYOffset):o[s]=l},e,r,arguments.length)}}),a.each(["top","left"],function(e,t){a.cssHooks[t]=bt(le.pixelPosition,function(n,r){if(r)return r=Oe(n,t),ye.test(r)?a(n).position()[t]+"px":r})}),a.each({Height:"height",Width:"width"},function(e,t){a.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){a.fn[r]=function(o,s){var l=arguments.length&&(n||"boolean"!=typeof o),v=n||(!0===o||!0===s?"margin":"border");return Ze(this,function(m,b,D){var M;return It(m)?0===r.indexOf("outer")?m["inner"+e]:m.document.documentElement["client"+e]:9===m.nodeType?(M=m.documentElement,Math.max(m.body["scroll"+e],M["scroll"+e],m.body["offset"+e],M["offset"+e],M["client"+e])):void 0===D?a.css(m,b,v):a.style(m,b,D,v)},t,l?o:void 0,l)}})}),a.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){a.fn[t]=function(n){return this.on(t,n)}}),a.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),a.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){a.fn[t]=function(n,r){return arguments.length>0?this.on(t,null,n,r):this.trigger(t)}});var $t=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;a.proxy=function(e,t){var n,r,o;if("string"==typeof t&&(n=e[t],t=e,e=n),ne(e))return r=u.call(arguments,2),o=function(){return e.apply(t||this,r.concat(u.call(arguments)))},o.guid=e.guid=e.guid||a.guid++,o},a.holdReady=function(e){e?a.readyWait++:a.ready(!0)},a.isArray=Array.isArray,a.parseJSON=JSON.parse,a.nodeName=Se,a.isFunction=ne,a.isWindow=It,a.camelCase=ze,a.type=Je,a.now=Date.now,a.isNumeric=function(e){var t=a.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},a.trim=function(e){return null==e?"":(e+"").replace($t,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return a});var Tn=B.jQuery,mi=B.$;return a.noConflict=function(e){return B.$===a&&(B.$=mi),e&&B.jQuery===a&&(B.jQuery=Tn),a},void 0===qe&&(B.jQuery=B.$=a),a}),function(B,qe){"object"==typeof exports&&"undefined"!=typeof module?module.exports=qe():"function"==typeof define&&define.amd?define(qe):B.Popper=qe()}(this,function(){"use strict";var B="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,qe=function(){for(var f=["Edge","Trident","Firefox"],_=0;_<f.length;_+=1)if(B&&navigator.userAgent.indexOf(f[_])>=0)return 1;return 0}(),Yt=B&&window.Promise?function Ke(f){var _=!1;return function(){_||(_=!0,window.Promise.resolve().then(function(){_=!1,f()}))}}:function Cn(f){var _=!1;return function(){_||(_=!0,setTimeout(function(){_=!1,f()},qe))}};function Kt(f){return f&&"[object Function]"==={}.toString.call(f)}function be(f,_){if(1!==f.nodeType)return[];var S=f.ownerDocument.defaultView.getComputedStyle(f,null);return _?S[_]:S}function pe(f){return"HTML"===f.nodeName?f:f.parentNode||f.host}function Dt(f){if(!f)return document.body;switch(f.nodeName){case"HTML":case"BODY":return f.ownerDocument.body;case"#document":return f.body}var _=be(f);return/(auto|scroll|overlay)/.test(_.overflow+_.overflowY+_.overflowX)?f:Dt(pe(f))}function pt(f){return f&&f.referenceNode?f.referenceNode:f}var Ot=B&&!(!window.MSInputMethodContext||!document.documentMode),Hn=B&&/MSIE 10/.test(navigator.userAgent);function le(f){return 11===f?Ot:10===f?Hn:Ot||Hn}function ne(f){if(!f)return document.documentElement;for(var _=le(10)?document.body:null,T=f.offsetParent||null;T===_&&f.nextElementSibling;)T=(f=f.nextElementSibling).offsetParent;var S=T&&T.nodeName;return S&&"BODY"!==S&&"HTML"!==S?-1!==["TH","TD","TABLE"].indexOf(T.nodeName)&&"static"===be(T,"position")?ne(T):T:f?f.ownerDocument.documentElement:document.documentElement}function ue(f){return null!==f.parentNode?ue(f.parentNode):f}function fn(f,_){if(!(f&&f.nodeType&&_&&_.nodeType))return document.documentElement;var T=f.compareDocumentPosition(_)&Node.DOCUMENT_POSITION_FOLLOWING,S=T?f:_,R=T?_:f,L=document.createRange();L.setStart(S,0),L.setEnd(R,0);var j=L.commonAncestorContainer;if(f!==j&&_!==j||S.contains(R))return function It(f){var _=f.nodeName;return"BODY"!==_&&("HTML"===_||ne(f.firstElementChild)===f)}(j)?j:ne(j);var $=ue(f);return $.host?fn($.host,_):fn(f,ue(_).host)}function F(f){var _=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",T="top"===_?"scrollTop":"scrollLeft",S=f.nodeName;if("BODY"===S||"HTML"===S){var R=f.ownerDocument.documentElement,L=f.ownerDocument.scrollingElement||R;return L[T]}return f[T]}function Je(f,_){var T=arguments.length>2&&void 0!==arguments[2]&&arguments[2],S=F(_,"top"),R=F(_,"left"),L=T?-1:1;return f.top+=S*L,f.bottom+=S*L,f.left+=R*L,f.right+=R*L,f}function Sn(f,_){var T="x"===_?"Left":"Top",S="Left"===T?"Right":"Bottom";return parseFloat(f["border"+T+"Width"])+parseFloat(f["border"+S+"Width"])}function a(f,_,T,S){return Math.max(_["offset"+f],_["scroll"+f],T["client"+f],T["offset"+f],T["scroll"+f],le(10)?parseInt(T["offset"+f])+parseInt(S["margin"+("Height"===f?"Top":"Left")])+parseInt(S["margin"+("Height"===f?"Bottom":"Right")]):0)}function xt(f){var _=f.body,T=f.documentElement,S=le(10)&&getComputedStyle(T);return{height:a("Height",_,T,S),width:a("Width",_,T,S)}}var gt=function(f,_){if(!(f instanceof _))throw new TypeError("Cannot call a class as a function")},Lt=function(){function f(_,T){for(var S=0;S<T.length;S++){var R=T[S];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(_,R.key,R)}}return function(_,T,S){return T&&f(_.prototype,T),S&&f(_,S),_}}(),vt=function(f,_,T){return _ in f?Object.defineProperty(f,_,{value:T,enumerable:!0,configurable:!0,writable:!0}):f[_]=T,f},Fe=Object.assign||function(f){for(var _=1;_<arguments.length;_++){var T=arguments[_];for(var S in T)Object.prototype.hasOwnProperty.call(T,S)&&(f[S]=T[S])}return f};function Se(f){return Fe({},f,{right:f.left+f.width,bottom:f.top+f.height})}function ln(f){var _={};try{if(le(10)){_=f.getBoundingClientRect();var T=F(f,"top"),S=F(f,"left");_.top+=T,_.left+=S,_.bottom+=T,_.right+=S}else _=f.getBoundingClientRect()}catch(U){}var R={left:_.left,top:_.top,width:_.right-_.left,height:_.bottom-_.top},L="HTML"===f.nodeName?xt(f.ownerDocument):{},V=f.offsetWidth-(L.width||f.clientWidth||R.width),Y=f.offsetHeight-(L.height||f.clientHeight||R.height);if(V||Y){var G=be(f);V-=Sn(G,"x"),Y-=Sn(G,"y"),R.width-=V,R.height-=Y}return Se(R)}function Qt(f,_){var T=arguments.length>2&&void 0!==arguments[2]&&arguments[2],S=le(10),R="HTML"===_.nodeName,L=ln(f),j=ln(_),$=Dt(f),V=be(_),Y=parseFloat(V.borderTopWidth),G=parseFloat(V.borderLeftWidth);T&&R&&(j.top=Math.max(j.top,0),j.left=Math.max(j.left,0));var U=Se({top:L.top-j.top-Y,left:L.left-j.left-G,width:L.width,height:L.height});if(U.marginTop=0,U.marginLeft=0,!S&&R){var se=parseFloat(V.marginTop),te=parseFloat(V.marginLeft);U.top-=Y-se,U.bottom-=Y-se,U.left-=G-te,U.right-=G-te,U.marginTop=se,U.marginLeft=te}return(S&&!T?_.contains($):_===$&&"BODY"!==$.nodeName)&&(U=Je(U,_)),U}function $n(f){var _=arguments.length>1&&void 0!==arguments[1]&&arguments[1],T=f.ownerDocument.documentElement,S=Qt(f,T),R=Math.max(T.clientWidth,window.innerWidth||0),L=Math.max(T.clientHeight,window.innerHeight||0),j=_?0:F(T),$=_?0:F(T,"left"),V={top:j-S.top+S.marginTop,left:$-S.left+S.marginLeft,width:R,height:L};return Se(V)}function qn(f){var _=f.nodeName;if("BODY"===_||"HTML"===_)return!1;if("fixed"===be(f,"position"))return!0;var T=pe(f);return!!T&&qn(T)}function mt(f){if(!f||!f.parentElement||le())return document.documentElement;for(var _=f.parentElement;_&&"none"===be(_,"transform");)_=_.parentElement;return _||document.documentElement}function _t(f,_,T,S){var R=arguments.length>4&&void 0!==arguments[4]&&arguments[4],L={top:0,left:0},j=R?mt(f):fn(f,pt(_));if("viewport"===S)L=$n(j,R);else{var $=void 0;"scrollParent"===S?"BODY"===($=Dt(pe(_))).nodeName&&($=f.ownerDocument.documentElement):$="window"===S?f.ownerDocument.documentElement:S;var V=Qt($,j,R);if("HTML"!==$.nodeName||qn(j))L=V;else{var Y=xt(f.ownerDocument),G=Y.height,U=Y.width;L.top+=V.top-V.marginTop,L.bottom=G+V.top,L.left+=V.left-V.marginLeft,L.right=U+V.left}}var se="number"==typeof(T=T||0);return L.left+=se?T:T.left||0,L.top+=se?T:T.top||0,L.right-=se?T:T.right||0,L.bottom-=se?T:T.bottom||0,L}function ur(f){return f.width*f.height}function Rt(f,_,T,S,R){var L=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===f.indexOf("auto"))return f;var j=_t(T,S,L,R),$={top:{width:j.width,height:_.top-j.top},right:{width:j.right-_.right,height:j.height},bottom:{width:j.width,height:j.bottom-_.bottom},left:{width:_.left-j.left,height:j.height}},V=Object.keys($).map(function(se){return Fe({key:se},$[se],{area:ur($[se])})}).sort(function(se,te){return te.area-se.area}),Y=V.filter(function(se){return se.width>=T.clientWidth&&se.height>=T.clientHeight}),G=Y.length>0?Y[0].key:V[0].key,U=f.split("-")[1];return G+(U?"-"+U:"")}function Re(f,_,T){var S=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,R=S?mt(_):fn(_,pt(T));return Qt(T,R,S)}function zt(f){var T=f.ownerDocument.defaultView.getComputedStyle(f),S=parseFloat(T.marginTop||0)+parseFloat(T.marginBottom||0),R=parseFloat(T.marginLeft||0)+parseFloat(T.marginRight||0);return{width:f.offsetWidth+R,height:f.offsetHeight+S}}function nt(f){var _={left:"right",right:"left",bottom:"top",top:"bottom"};return f.replace(/left|right|bottom|top/g,function(T){return _[T]})}function Ve(f,_,T){T=T.split("-")[0];var S=zt(f),R={width:S.width,height:S.height},L=-1!==["right","left"].indexOf(T),j=L?"top":"left",$=L?"left":"top",V=L?"height":"width",Y=L?"width":"height";return R[j]=_[j]+_[V]/2-S[V]/2,R[$]=T===$?_[$]-S[Y]:_[nt($)],R}function Pt(f,_){return Array.prototype.find?f.find(_):f.filter(_)[0]}function cn(f,_,T){var S=void 0===T?f:f.slice(0,function fr(f,_,T){if(Array.prototype.findIndex)return f.findIndex(function(R){return R[_]===T});var S=Pt(f,function(R){return R[_]===T});return f.indexOf(S)}(f,"name",T));return S.forEach(function(R){R.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var L=R.function||R.fn;R.enabled&&Kt(L)&&(_.offsets.popper=Se(_.offsets.popper),_.offsets.reference=Se(_.offsets.reference),_=L(_,R))}),_}function dn(){if(!this.state.isDestroyed){var f={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};f.offsets.reference=Re(this.state,this.popper,this.reference,this.options.positionFixed),f.placement=Rt(this.options.placement,f.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),f.originalPlacement=f.placement,f.positionFixed=this.options.positionFixed,f.offsets.popper=Ve(this.popper,f.offsets.reference,f.placement),f.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",f=cn(this.modifiers,f),this.state.isCreated?this.options.onUpdate(f):(this.state.isCreated=!0,this.options.onCreate(f))}}function Ze(f,_){return f.some(function(T){return T.enabled&&T.name===_})}function hn(f){for(var _=[!1,"ms","Webkit","Moz","O"],T=f.charAt(0).toUpperCase()+f.slice(1),S=0;S<_.length;S++){var R=_[S],L=R?""+R+T:f;if(void 0!==document.body.style[L])return L}return null}function lr(){return this.state.isDestroyed=!0,Ze(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[hn("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function Fn(f){var _=f.ownerDocument;return _?_.defaultView:window}function ze(f,_,T,S){var R="BODY"===f.nodeName,L=R?f.ownerDocument.defaultView:f;L.addEventListener(_,T,{passive:!0}),R||ze(Dt(L.parentNode),_,T,S),S.push(L)}function yt(f,_,T,S){T.updateBound=S,Fn(f).addEventListener("resize",T.updateBound,{passive:!0});var R=Dt(f);return ze(R,"scroll",T.updateBound,T.scrollParents),T.scrollElement=R,T.eventsEnabled=!0,T}function Gt(){this.state.eventsEnabled||(this.state=yt(this.reference,0,this.state,this.scheduleUpdate))}function Ae(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=function z(f,_){return Fn(f).removeEventListener("resize",_.updateBound),_.scrollParents.forEach(function(T){T.removeEventListener("scroll",_.updateBound)}),_.updateBound=null,_.scrollParents=[],_.scrollElement=null,_.eventsEnabled=!1,_}(this.reference,this.state))}function lt(f){return""!==f&&!isNaN(parseFloat(f))&&isFinite(f)}function wn(f,_){Object.keys(_).forEach(function(T){var S="";-1!==["width","height","top","right","bottom","left"].indexOf(T)&<(_[T])&&(S="px"),f.style[T]=_[T]+S})}var rt=B&&/Firefox/i.test(navigator.userAgent);function Tt(f,_,T){var S=Pt(f,function($){return $.name===_}),R=!!S&&f.some(function($){return $.name===T&&$.enabled&&$.order<S.order});if(!R){var L="`"+_+"`";console.warn("`"+T+"` modifier is required by "+L+" modifier in order to work, be sure to include it before "+L+"!")}return R}var it=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],gn=it.slice(3);function Vn(f){var _=arguments.length>1&&void 0!==arguments[1]&&arguments[1],T=gn.indexOf(f),S=gn.slice(T+1).concat(gn.slice(0,T));return _?S.reverse():S}var Kn={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function dr(f){var _=f.placement,T=_.split("-")[0],S=_.split("-")[1];if(S){var R=f.offsets,L=R.reference,j=R.popper,$=-1!==["bottom","top"].indexOf(T),V=$?"left":"top",Y=$?"width":"height",G={start:vt({},V,L[V]),end:vt({},V,L[V]+L[Y]-j[Y])};f.offsets.popper=Fe({},j,G[S])}return f}},offset:{order:200,enabled:!0,fn:function Ne(f,_){var V,T=_.offset,R=f.offsets,L=R.popper,j=R.reference,$=f.placement.split("-")[0];return V=lt(+T)?[+T,0]:function xe(f,_,T,S){var R=[0,0],L=-1!==["right","left"].indexOf(S),j=f.split(/(\+|\-)/).map(function(G){return G.trim()}),$=j.indexOf(Pt(j,function(G){return-1!==G.search(/,|\s/)}));j[$]&&-1===j[$].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var V=/\s*,\s*|\s+/,Y=-1!==$?[j.slice(0,$).concat([j[$].split(V)[0]]),[j[$].split(V)[1]].concat(j.slice($+1))]:[j];return Y=Y.map(function(G,U){var se=(1===U?!L:L)?"height":"width",te=!1;return G.reduce(function(oe,ye){return""===oe[oe.length-1]&&-1!==["+","-"].indexOf(ye)?(oe[oe.length-1]=ye,te=!0,oe):te?(oe[oe.length-1]+=ye,te=!1,oe):oe.concat(ye)},[]).map(function(oe){return function Bn(f,_,T,S){var R=f.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),L=+R[1],j=R[2];return L?0===j.indexOf("%")?Se("%p"===j?T:S)[_]/100*L:"vh"===j||"vw"===j?("vh"===j?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*L:L:f}(oe,se,_,T)})}),Y.forEach(function(G,U){G.forEach(function(se,te){lt(se)&&(R[U]+=se*("-"===G[te-1]?-1:1))})}),R}(T,L,j,$),"left"===$?(L.top+=V[0],L.left-=V[1]):"right"===$?(L.top+=V[0],L.left+=V[1]):"top"===$?(L.left+=V[0],L.top-=V[1]):"bottom"===$&&(L.left+=V[0],L.top+=V[1]),f.popper=L,f},offset:0},preventOverflow:{order:300,enabled:!0,fn:function Nn(f,_){var T=_.boundariesElement||ne(f.instance.popper);f.instance.reference===T&&(T=ne(T));var S=hn("transform"),R=f.instance.popper.style,L=R.top,j=R.left,$=R[S];R.top="",R.left="",R[S]="";var V=_t(f.instance.popper,f.instance.reference,_.padding,T,f.positionFixed);R.top=L,R.left=j,R[S]=$,_.boundaries=V;var G=f.offsets.popper,U={primary:function(te){var oe=G[te];return G[te]<V[te]&&!_.escapeWithReference&&(oe=Math.max(G[te],V[te])),vt({},te,oe)},secondary:function(te){var oe="right"===te?"left":"top",ye=G[oe];return G[te]>V[te]&&!_.escapeWithReference&&(ye=Math.min(G[oe],V[te]-("right"===te?G.width:G.height))),vt({},oe,ye)}};return _.priority.forEach(function(se){var te=-1!==["left","top"].indexOf(se)?"primary":"secondary";G=Fe({},G,U[te](se))}),f.offsets.popper=G,f},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function Wn(f){var _=f.offsets,T=_.popper,S=_.reference,R=f.placement.split("-")[0],L=Math.floor,j=-1!==["top","bottom"].indexOf(R),$=j?"right":"bottom",V=j?"left":"top",Y=j?"width":"height";return T[$]<L(S[V])&&(f.offsets.popper[V]=L(S[V])-T[Y]),T[V]>L(S[$])&&(f.offsets.popper[V]=L(S[$])),f}},arrow:{order:500,enabled:!0,fn:function cr(f,_){var T;if(!Tt(f.instance.modifiers,"arrow","keepTogether"))return f;var S=_.element;if("string"==typeof S){if(!(S=f.instance.popper.querySelector(S)))return f}else if(!f.instance.popper.contains(S))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),f;var R=f.placement.split("-")[0],L=f.offsets,j=L.popper,$=L.reference,V=-1!==["left","right"].indexOf(R),Y=V?"height":"width",G=V?"Top":"Left",U=G.toLowerCase(),se=V?"left":"top",te=V?"bottom":"right",oe=zt(S)[Y];$[te]-oe<j[U]&&(f.offsets.popper[U]-=j[U]-($[te]-oe)),$[U]+oe>j[te]&&(f.offsets.popper[U]+=$[U]+oe-j[te]),f.offsets.popper=Se(f.offsets.popper);var ye=$[U]+$[Y]/2-oe/2,Pe=be(f.instance.popper),ot=parseFloat(Pe["margin"+G]),We=parseFloat(Pe["border"+G+"Width"]),Oe=ye-f.offsets.popper[U]-ot-We;return Oe=Math.max(Math.min(j[Y]-oe,Oe),0),f.arrowElement=S,f.offsets.arrow=(vt(T={},U,Math.round(Oe)),vt(T,se,""),T),f},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function Zt(f,_){if(Ze(f.instance.modifiers,"inner")||f.flipped&&f.placement===f.originalPlacement)return f;var T=_t(f.instance.popper,f.instance.reference,_.padding,_.boundariesElement,f.positionFixed),S=f.placement.split("-")[0],R=nt(S),L=f.placement.split("-")[1]||"",j=[];switch(_.behavior){case"flip":j=[S,R];break;case"clockwise":j=Vn(S);break;case"counterclockwise":j=Vn(S,!0);break;default:j=_.behavior}return j.forEach(function($,V){if(S!==$||j.length===V+1)return f;S=f.placement.split("-")[0],R=nt(S);var Y=f.offsets.popper,G=f.offsets.reference,U=Math.floor,se="left"===S&&U(Y.right)>U(G.left)||"right"===S&&U(Y.left)<U(G.right)||"top"===S&&U(Y.bottom)>U(G.top)||"bottom"===S&&U(Y.top)<U(G.bottom),te=U(Y.left)<U(T.left),oe=U(Y.right)>U(T.right),ye=U(Y.top)<U(T.top),Pe=U(Y.bottom)>U(T.bottom),ot="left"===S&&te||"right"===S&&oe||"top"===S&&ye||"bottom"===S&&Pe,We=-1!==["top","bottom"].indexOf(S),Dn=!!_.flipVariations&&(We&&"start"===L&&te||We&&"end"===L&&oe||!We&&"start"===L&&ye||!We&&"end"===L&&Pe)||!!_.flipVariationsByContent&&(We&&"start"===L&&oe||We&&"end"===L&&te||!We&&"start"===L&&Pe||!We&&"end"===L&&ye);(se||ot||Dn)&&(f.flipped=!0,(se||ot)&&(S=j[V+1]),Dn&&(L=function pn(f){return"end"===f?"start":"start"===f?"end":f}(L)),f.placement=S+(L?"-"+L:""),f.offsets.popper=Fe({},f.offsets.popper,Ve(f.instance.popper,f.offsets.reference,f.placement)),f=cn(f.instance.modifiers,f,"flip"))}),f},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function Yn(f){var _=f.placement,T=_.split("-")[0],S=f.offsets,R=S.popper,L=S.reference,j=-1!==["left","right"].indexOf(T),$=-1===["top","left"].indexOf(T);return R[j?"left":"top"]=L[T]-($?R[j?"width":"height"]:0),f.placement=nt(_),f.offsets.popper=Se(R),f}},hide:{order:800,enabled:!0,fn:function Un(f){if(!Tt(f.instance.modifiers,"hide","preventOverflow"))return f;var _=f.offsets.reference,T=Pt(f.instance.modifiers,function(S){return"preventOverflow"===S.name}).boundaries;if(_.bottom<T.top||_.left>T.right||_.top>T.bottom||_.right<T.left){if(!0===f.hide)return f;f.hide=!0,f.attributes["x-out-of-boundaries"]=""}else{if(!1===f.hide)return f;f.hide=!1,f.attributes["x-out-of-boundaries"]=!1}return f}},computeStyle:{order:850,enabled:!0,fn:function Et(f,_){var T=_.x,S=_.y,R=f.offsets.popper,L=Pt(f.instance.modifiers,function(Oe){return"applyStyle"===Oe.name}).gpuAcceleration;void 0!==L&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var oe,ye,j=void 0!==L?L:_.gpuAcceleration,$=ne(f.instance.popper),V=ln($),Y={position:R.position},G=function Jt(f,_){var T=f.offsets,S=T.popper,L=Math.round,j=Math.floor,$=function(ot){return ot},V=L(T.reference.width),Y=L(S.width),G=-1!==["left","right"].indexOf(f.placement),U=-1!==f.placement.indexOf("-"),oe=_?G||U||V%2==Y%2?L:j:$,ye=_?L:$;return{left:oe(V%2==1&&Y%2==1&&!U&&_?S.left-1:S.left),top:ye(S.top),bottom:ye(S.bottom),right:oe(S.right)}}(f,window.devicePixelRatio<2||!rt),U="bottom"===T?"top":"bottom",se="right"===S?"left":"right",te=hn("transform");if(ye="bottom"===U?"HTML"===$.nodeName?-$.clientHeight+G.bottom:-V.height+G.bottom:G.top,oe="right"===se?"HTML"===$.nodeName?-$.clientWidth+G.right:-V.width+G.right:G.left,j&&te)Y[te]="translate3d("+oe+"px, "+ye+"px, 0)",Y[U]=0,Y[se]=0,Y.willChange="transform";else{var ot="right"===se?-1:1;Y[U]=ye*("bottom"===U?-1:1),Y[se]=oe*ot,Y.willChange=U+", "+se}return f.attributes=Fe({},{"x-placement":f.placement},f.attributes),f.styles=Fe({},Y,f.styles),f.arrowStyles=Fe({},f.offsets.arrow,f.arrowStyles),f},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function Ie(f){return wn(f.instance.popper,f.styles),function Xt(f,_){Object.keys(_).forEach(function(T){!1!==_[T]?f.setAttribute(T,_[T]):f.removeAttribute(T)})}(f.instance.popper,f.attributes),f.arrowElement&&Object.keys(f.arrowStyles).length&&wn(f.arrowElement,f.arrowStyles),f},onLoad:function An(f,_,T,S,R){var L=Re(R,_,f,T.positionFixed),j=Rt(T.placement,L,_,f,T.modifiers.flip.boundariesElement,T.modifiers.flip.padding);return _.setAttribute("x-placement",j),wn(_,{position:T.positionFixed?"fixed":"absolute"}),T},gpuAcceleration:void 0}}},at=function(){function f(_,T){var S=this,R=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};gt(this,f),this.scheduleUpdate=function(){return requestAnimationFrame(S.update)},this.update=Yt(this.update.bind(this)),this.options=Fe({},f.Defaults,R),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=_&&_.jquery?_[0]:_,this.popper=T&&T.jquery?T[0]:T,this.options.modifiers={},Object.keys(Fe({},f.Defaults.modifiers,R.modifiers)).forEach(function(j){S.options.modifiers[j]=Fe({},f.Defaults.modifiers[j]||{},R.modifiers?R.modifiers[j]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(j){return Fe({name:j},S.options.modifiers[j])}).sort(function(j,$){return j.order-$.order}),this.modifiers.forEach(function(j){j.enabled&&Kt(j.onLoad)&&j.onLoad(S.reference,S.popper,S.options,j,S.state)}),this.update();var L=this.options.eventsEnabled;L&&this.enableEventListeners(),this.state.eventsEnabled=L}return Lt(f,[{key:"update",value:function(){return dn.call(this)}},{key:"destroy",value:function(){return lr.call(this)}},{key:"enableEventListeners",value:function(){return Gt.call(this)}},{key:"disableEventListeners",value:function(){return Ae.call(this)}}]),f}();return at.Utils=("undefined"!=typeof window?window:global).PopperUtils,at.placements=it,at.Defaults=Kn,at}),function(B,qe){"object"==typeof exports&&"undefined"!=typeof module?qe(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],qe):qe((B="undefined"!=typeof globalThis?globalThis:B||self).bootstrap={},B.jQuery,B.Popper)}(this,function(B,qe,Ke){"use strict";function Cn(w){return w&&"object"==typeof w&&"default"in w?w:{default:w}}var u=Cn(qe),Yt=Cn(Ke);function Kt(w,y){for(var p=0;p<y.length;p++){var i=y[p];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(w,i.key,i)}}function be(w,y,p){return y&&Kt(w.prototype,y),p&&Kt(w,p),w}function pe(){return pe=Object.assign||function(w){for(var y=1;y<arguments.length;y++){var p=arguments[y];for(var i in p)Object.prototype.hasOwnProperty.call(p,i)&&(w[i]=p[i])}return w},pe.apply(this,arguments)}function pt(w,y){return(pt=Object.setPrototypeOf||function(i,c){return i.__proto__=c,i})(w,y)}var Ot="transitionend";function ue(w){var y=this,p=!1;return u.default(this).one(F.TRANSITION_END,function(){p=!0}),setTimeout(function(){p||F.triggerTransitionEnd(y)},w),this}var F={TRANSITION_END:"bsTransitionEnd",getUID:function(y){do{y+=~~(1e6*Math.random())}while(document.getElementById(y));return y},getSelectorFromElement:function(y){var p=y.getAttribute("data-target");if(!p||"#"===p){var i=y.getAttribute("href");p=i&&"#"!==i?i.trim():""}try{return document.querySelector(p)?p:null}catch(c){return null}},getTransitionDurationFromElement:function(y){if(!y)return 0;var p=u.default(y).css("transition-duration"),i=u.default(y).css("transition-delay"),c=parseFloat(p),h=parseFloat(i);return c||h?(p=p.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(p)+parseFloat(i))):0},reflow:function(y){return y.offsetHeight},triggerTransitionEnd:function(y){u.default(y).trigger(Ot)},supportsTransitionEnd:function(){return Boolean(Ot)},isElement:function(y){return(y[0]||y).nodeType},typeCheckConfig:function(y,p,i){for(var c in i)if(Object.prototype.hasOwnProperty.call(i,c)){var h=i[c],N=p[c],O=N&&F.isElement(N)?"element":null==(w=N)?""+w:{}.toString.call(w).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(h).test(O))throw new Error(y.toUpperCase()+': Option "'+c+'" provided type "'+O+'" but expected type "'+h+'".')}var w},findShadowRoot:function(y){if(!document.documentElement.attachShadow)return null;if("function"==typeof y.getRootNode){var p=y.getRootNode();return p instanceof ShadowRoot?p:null}return y instanceof ShadowRoot?y:y.parentNode?F.findShadowRoot(y.parentNode):null},jQueryDetection:function(){if(void 0===u.default)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var y=u.default.fn.jquery.split(" ")[0].split(".");if(y[0]<2&&y[1]<9||1===y[0]&&9===y[1]&&y[2]<1||y[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};F.jQueryDetection(),function fn(){u.default.fn.emulateTransitionEnd=ue,u.default.event.special[F.TRANSITION_END]=function It(){return{bindType:Ot,delegateType:Ot,handle:function(y){if(u.default(y.target).is(this))return y.handleObj.handler.apply(this,arguments)}}}()}();var Je="alert",a="bs.alert",Lt=u.default.fn[Je],mt=function(){function w(p){this._element=p}var y=w.prototype;return y.close=function(i){var c=this._element;i&&(c=this._getRootElement(i)),this._triggerCloseEvent(c).isDefaultPrevented()||this._removeElement(c)},y.dispose=function(){u.default.removeData(this._element,a),this._element=null},y._getRootElement=function(i){var c=F.getSelectorFromElement(i),h=!1;return c&&(h=document.querySelector(c)),h||(h=u.default(i).closest(".alert")[0]),h},y._triggerCloseEvent=function(i){var c=u.default.Event("close.bs.alert");return u.default(i).trigger(c),c},y._removeElement=function(i){var c=this;if(u.default(i).removeClass("show"),u.default(i).hasClass("fade")){var h=F.getTransitionDurationFromElement(i);u.default(i).one(F.TRANSITION_END,function(N){return c._destroyElement(i,N)}).emulateTransitionEnd(h)}else this._destroyElement(i)},y._destroyElement=function(i){u.default(i).detach().trigger("closed.bs.alert").remove()},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(a);h||(h=new w(this),c.data(a,h)),"close"===i&&h[i](this)})},w._handleDismiss=function(i){return function(c){c&&c.preventDefault(),i.close(this)}},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),w}();u.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',mt._handleDismiss(new mt)),u.default.fn[Je]=mt._jQueryInterface,u.default.fn[Je].Constructor=mt,u.default.fn[Je].noConflict=function(){return u.default.fn[Je]=Lt,mt._jQueryInterface};var _t="button",Rt="bs.button",nt=u.default.fn[_t],Ve="active",hn='[data-toggle^="button"]',yt='input:not([type="hidden"])',z=".btn",Ae=function(){function w(p){this._element=p,this.shouldAvoidTriggerChange=!1}var y=w.prototype;return y.toggle=function(){var i=!0,c=!0,h=u.default(this._element).closest('[data-toggle="buttons"]')[0];if(h){var N=this._element.querySelector(yt);if(N){if("radio"===N.type)if(N.checked&&this._element.classList.contains(Ve))i=!1;else{var O=h.querySelector(".active");O&&u.default(O).removeClass(Ve)}i&&(("checkbox"===N.type||"radio"===N.type)&&(N.checked=!this._element.classList.contains(Ve)),this.shouldAvoidTriggerChange||u.default(N).trigger("change")),N.focus(),c=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(c&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(Ve)),i&&u.default(this._element).toggleClass(Ve))},y.dispose=function(){u.default.removeData(this._element,Rt),this._element=null},w._jQueryInterface=function(i,c){return this.each(function(){var h=u.default(this),N=h.data(Rt);N||(N=new w(this),h.data(Rt,N)),N.shouldAvoidTriggerChange=c,"toggle"===i&&N[i]()})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),w}();u.default(document).on("click.bs.button.data-api",hn,function(w){var y=w.target,p=y;if(u.default(y).hasClass("btn")||(y=u.default(y).closest(z)[0]),!y||y.hasAttribute("disabled")||y.classList.contains("disabled"))w.preventDefault();else{var i=y.querySelector(yt);if(i&&(i.hasAttribute("disabled")||i.classList.contains("disabled")))return void w.preventDefault();("INPUT"===p.tagName||"LABEL"!==y.tagName)&&Ae._jQueryInterface.call(u.default(y),"toggle","INPUT"===p.tagName)}}).on("focus.bs.button.data-api blur.bs.button.data-api",hn,function(w){var y=u.default(w.target).closest(z)[0];u.default(y).toggleClass("focus",/^focus(in)?$/.test(w.type))}),u.default(window).on("load.bs.button.data-api",function(){for(var w=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),y=0,p=w.length;y<p;y++){var i=w[y],c=i.querySelector(yt);c.checked||c.hasAttribute("checked")?i.classList.add(Ve):i.classList.remove(Ve)}for(var h=0,N=(w=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;h<N;h++){var O=w[h];"true"===O.getAttribute("aria-pressed")?O.classList.add(Ve):O.classList.remove(Ve)}}),u.default.fn[_t]=Ae._jQueryInterface,u.default.fn[_t].Constructor=Ae,u.default.fn[_t].noConflict=function(){return u.default.fn[_t]=nt,Ae._jQueryInterface};var lt="carousel",Xt="bs.carousel",Ie="."+Xt,Jt=u.default.fn[lt],it="active",xe="next",Ne="prev",Yn="slid"+Ie,Y=".active.carousel-item",Pe={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},ot={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},We={TOUCH:"touch",PEN:"pen"},Oe=function(){function w(p,i){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(i),this._element=p,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var y=w.prototype;return y.next=function(){this._isSliding||this._slide(xe)},y.nextWhenVisible=function(){var i=u.default(this._element);!document.hidden&&i.is(":visible")&&"hidden"!==i.css("visibility")&&this.next()},y.prev=function(){this._isSliding||this._slide(Ne)},y.pause=function(i){i||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(F.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},y.cycle=function(i){i||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},y.to=function(i){var c=this;this._activeElement=this._element.querySelector(Y);var h=this._getItemIndex(this._activeElement);if(!(i>this._items.length-1||i<0)){if(this._isSliding)return void u.default(this._element).one(Yn,function(){return c.to(i)});if(h===i)return this.pause(),void this.cycle();this._slide(i>h?xe:Ne,this._items[i])}},y.dispose=function(){u.default(this._element).off(Ie),u.default.removeData(this._element,Xt),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},y._getConfig=function(i){return i=pe({},Pe,i),F.typeCheckConfig(lt,i,ot),i},y._handleSwipe=function(){var i=Math.abs(this.touchDeltaX);if(!(i<=40)){var c=i/this.touchDeltaX;this.touchDeltaX=0,c>0&&this.prev(),c<0&&this.next()}},y._addEventListeners=function(){var i=this;this._config.keyboard&&u.default(this._element).on("keydown.bs.carousel",function(c){return i._keydown(c)}),"hover"===this._config.pause&&u.default(this._element).on("mouseenter.bs.carousel",function(c){return i.pause(c)}).on("mouseleave.bs.carousel",function(c){return i.cycle(c)}),this._config.touch&&this._addTouchEventListeners()},y._addTouchEventListeners=function(){var i=this;if(this._touchSupported){var c=function(H){i._pointerEvent&&We[H.originalEvent.pointerType.toUpperCase()]?i.touchStartX=H.originalEvent.clientX:i._pointerEvent||(i.touchStartX=H.originalEvent.touches[0].clientX)},N=function(H){i._pointerEvent&&We[H.originalEvent.pointerType.toUpperCase()]&&(i.touchDeltaX=H.originalEvent.clientX-i.touchStartX),i._handleSwipe(),"hover"===i._config.pause&&(i.pause(),i.touchTimeout&&clearTimeout(i.touchTimeout),i.touchTimeout=setTimeout(function(re){return i.cycle(re)},500+i._config.interval))};u.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",function(O){return O.preventDefault()}),this._pointerEvent?(u.default(this._element).on("pointerdown.bs.carousel",function(O){return c(O)}),u.default(this._element).on("pointerup.bs.carousel",function(O){return N(O)}),this._element.classList.add("pointer-event")):(u.default(this._element).on("touchstart.bs.carousel",function(O){return c(O)}),u.default(this._element).on("touchmove.bs.carousel",function(O){var H;i.touchDeltaX=(H=O).originalEvent.touches&&H.originalEvent.touches.length>1?0:H.originalEvent.touches[0].clientX-i.touchStartX}),u.default(this._element).on("touchend.bs.carousel",function(O){return N(O)}))}},y._keydown=function(i){if(!/input|textarea/i.test(i.target.tagName))switch(i.which){case 37:i.preventDefault(),this.prev();break;case 39:i.preventDefault(),this.next()}},y._getItemIndex=function(i){return this._items=i&&i.parentNode?[].slice.call(i.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(i)},y._getItemByDirection=function(i,c){var h=i===xe,N=i===Ne,O=this._getItemIndex(c);if((N&&0===O||h&&O===this._items.length-1)&&!this._config.wrap)return c;var ve=(O+(i===Ne?-1:1))%this._items.length;return-1===ve?this._items[this._items.length-1]:this._items[ve]},y._triggerSlideEvent=function(i,c){var h=this._getItemIndex(i),N=this._getItemIndex(this._element.querySelector(Y)),O=u.default.Event("slide.bs.carousel",{relatedTarget:i,direction:c,from:N,to:h});return u.default(this._element).trigger(O),O},y._setActiveIndicatorElement=function(i){if(this._indicatorsElement){var c=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));u.default(c).removeClass(it);var h=this._indicatorsElement.children[this._getItemIndex(i)];h&&u.default(h).addClass(it)}},y._updateInterval=function(){var i=this._activeElement||this._element.querySelector(Y);if(i){var c=parseInt(i.getAttribute("data-interval"),10);c?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=c):this._config.interval=this._config.defaultInterval||this._config.interval}},y._slide=function(i,c){var ve,$e,Ut,h=this,N=this._element.querySelector(Y),O=this._getItemIndex(N),H=c||N&&this._getItemByDirection(i,N),re=this._getItemIndex(H),he=Boolean(this._interval);if(i===xe?(ve="carousel-item-left",$e="carousel-item-next",Ut="left"):(ve="carousel-item-right",$e="carousel-item-prev",Ut="right"),H&&u.default(H).hasClass(it))this._isSliding=!1;else if(!this._triggerSlideEvent(H,Ut).isDefaultPrevented()&&N&&H){this._isSliding=!0,he&&this.pause(),this._setActiveIndicatorElement(H),this._activeElement=H;var sr=u.default.Event(Yn,{relatedTarget:H,direction:Ut,from:O,to:re});if(u.default(this._element).hasClass("slide")){u.default(H).addClass($e),F.reflow(H),u.default(N).addClass(ve),u.default(H).addClass(ve);var wi=F.getTransitionDurationFromElement(N);u.default(N).one(F.TRANSITION_END,function(){u.default(H).removeClass(ve+" "+$e).addClass(it),u.default(N).removeClass(it+" "+$e+" "+ve),h._isSliding=!1,setTimeout(function(){return u.default(h._element).trigger(sr)},0)}).emulateTransitionEnd(wi)}else u.default(N).removeClass(it),u.default(H).addClass(it),this._isSliding=!1,u.default(this._element).trigger(sr);he&&this.cycle()}},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(Xt),h=pe({},Pe,u.default(this).data());"object"==typeof i&&(h=pe({},h,i));var N="string"==typeof i?i:h.slide;if(c||(c=new w(this,h),u.default(this).data(Xt,c)),"number"==typeof i)c.to(i);else if("string"==typeof N){if(void 0===c[N])throw new TypeError('No method named "'+N+'"');c[N]()}else h.interval&&h.ride&&(c.pause(),c.cycle())})},w._dataApiClickHandler=function(i){var c=F.getSelectorFromElement(this);if(c){var h=u.default(c)[0];if(h&&u.default(h).hasClass("carousel")){var N=pe({},u.default(h).data(),u.default(this).data()),O=this.getAttribute("data-slide-to");O&&(N.interval=!1),w._jQueryInterface.call(u.default(h),N),O&&u.default(h).data(Xt).to(O),i.preventDefault()}}},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Pe}}]),w}();u.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",Oe._dataApiClickHandler),u.default(window).on("load.bs.carousel.data-api",function(){for(var w=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),y=0,p=w.length;y<p;y++){var i=u.default(w[y]);Oe._jQueryInterface.call(i,i.data())}}),u.default.fn[lt]=Oe._jQueryInterface,u.default.fn[lt].Constructor=Oe,u.default.fn[lt].noConflict=function(){return u.default.fn[lt]=Jt,Oe._jQueryInterface};var bt="collapse",kt="bs.collapse",pr=u.default.fn[bt],en="show",mn="collapse",Qn="collapsing",zn="collapsed",Xn='[data-toggle="collapse"]',Jn={toggle:!0,parent:""},Zn={toggle:"boolean",parent:"(string|element)"},yn=function(){function w(p,i){this._isTransitioning=!1,this._element=p,this._config=this._getConfig(i),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+p.id+'"],[data-toggle="collapse"][data-target="#'+p.id+'"]'));for(var c=[].slice.call(document.querySelectorAll(Xn)),h=0,N=c.length;h<N;h++){var O=c[h],H=F.getSelectorFromElement(O),re=[].slice.call(document.querySelectorAll(H)).filter(function(he){return he===p});null!==H&&re.length>0&&(this._selector=H,this._triggerArray.push(O))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var y=w.prototype;return y.toggle=function(){u.default(this._element).hasClass(en)?this.hide():this.show()},y.show=function(){var c,h,i=this;if(!(this._isTransitioning||u.default(this._element).hasClass(en)||(this._parent&&0===(c=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter(function($e){return"string"==typeof i._config.parent?$e.getAttribute("data-parent")===i._config.parent:$e.classList.contains(mn)})).length&&(c=null),c&&(h=u.default(c).not(this._selector).data(kt),h&&h._isTransitioning)))){var N=u.default.Event("show.bs.collapse");if(u.default(this._element).trigger(N),!N.isDefaultPrevented()){c&&(w._jQueryInterface.call(u.default(c).not(this._selector),"hide"),h||u.default(c).data(kt,null));var O=this._getDimension();u.default(this._element).removeClass(mn).addClass(Qn),this._element.style[O]=0,this._triggerArray.length&&u.default(this._triggerArray).removeClass(zn).attr("aria-expanded",!0),this.setTransitioning(!0);var he="scroll"+(O[0].toUpperCase()+O.slice(1)),ve=F.getTransitionDurationFromElement(this._element);u.default(this._element).one(F.TRANSITION_END,function(){u.default(i._element).removeClass(Qn).addClass(mn+" "+en),i._element.style[O]="",i.setTransitioning(!1),u.default(i._element).trigger("shown.bs.collapse")}).emulateTransitionEnd(ve),this._element.style[O]=this._element[he]+"px"}}},y.hide=function(){var i=this;if(!this._isTransitioning&&u.default(this._element).hasClass(en)){var c=u.default.Event("hide.bs.collapse");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){var h=this._getDimension();this._element.style[h]=this._element.getBoundingClientRect()[h]+"px",F.reflow(this._element),u.default(this._element).addClass(Qn).removeClass(mn+" "+en);var N=this._triggerArray.length;if(N>0)for(var O=0;O<N;O++){var H=this._triggerArray[O],re=F.getSelectorFromElement(H);null!==re&&(u.default([].slice.call(document.querySelectorAll(re))).hasClass(en)||u.default(H).addClass(zn).attr("aria-expanded",!1))}this.setTransitioning(!0),this._element.style[h]="";var $e=F.getTransitionDurationFromElement(this._element);u.default(this._element).one(F.TRANSITION_END,function(){i.setTransitioning(!1),u.default(i._element).removeClass(Qn).addClass(mn).trigger("hidden.bs.collapse")}).emulateTransitionEnd($e)}}},y.setTransitioning=function(i){this._isTransitioning=i},y.dispose=function(){u.default.removeData(this._element,kt),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},y._getConfig=function(i){return(i=pe({},Jn,i)).toggle=Boolean(i.toggle),F.typeCheckConfig(bt,i,Zn),i},y._getDimension=function(){return u.default(this._element).hasClass("width")?"width":"height"},y._getParent=function(){var c,i=this;F.isElement(this._config.parent)?(c=this._config.parent,void 0!==this._config.parent.jquery&&(c=this._config.parent[0])):c=document.querySelector(this._config.parent);var N=[].slice.call(c.querySelectorAll('[data-toggle="collapse"][data-parent="'+this._config.parent+'"]'));return u.default(N).each(function(O,H){i._addAriaAndCollapsedClass(w._getTargetFromElement(H),[H])}),c},y._addAriaAndCollapsedClass=function(i,c){var h=u.default(i).hasClass(en);c.length&&u.default(c).toggleClass(zn,!h).attr("aria-expanded",h)},w._getTargetFromElement=function(i){var c=F.getSelectorFromElement(i);return c?document.querySelector(c):null},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(kt),N=pe({},Jn,c.data(),"object"==typeof i&&i?i:{});if(!h&&N.toggle&&"string"==typeof i&&/show|hide/.test(i)&&(N.toggle=!1),h||(h=new w(this,N),c.data(kt,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Jn}}]),w}();u.default(document).on("click.bs.collapse.data-api",Xn,function(w){"A"===w.currentTarget.tagName&&w.preventDefault();var y=u.default(this),p=F.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(p));u.default(i).each(function(){var c=u.default(this),N=c.data(kt)?"toggle":y.data();yn._jQueryInterface.call(c,N)})}),u.default.fn[bt]=yn._jQueryInterface,u.default.fn[bt].Constructor=yn,u.default.fn[bt].noConflict=function(){return u.default.fn[bt]=pr,yn._jQueryInterface};var En="dropdown",Be="bs.dropdown",dt="."+Be,tn=".data-api",si=u.default.fn[En],jr=new RegExp("38|40|27"),Ht="disabled",et="show",$r="dropdown-menu-right",er="hide"+dt,qr="hidden"+dt,yr="click"+dt+tn,Fr="keydown"+dt+tn,xn='[data-toggle="dropdown"]',tr=".dropdown-menu",Br={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Cr={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},$t=function(){function w(p,i){this._element=p,this._popper=null,this._config=this._getConfig(i),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var y=w.prototype;return y.toggle=function(){if(!this._element.disabled&&!u.default(this._element).hasClass(Ht)){var i=u.default(this._menu).hasClass(et);w._clearMenus(),!i&&this.show(!0)}},y.show=function(i){if(void 0===i&&(i=!1),!(this._element.disabled||u.default(this._element).hasClass(Ht)||u.default(this._menu).hasClass(et))){var c={relatedTarget:this._element},h=u.default.Event("show.bs.dropdown",c),N=w._getParentFromElement(this._element);if(u.default(N).trigger(h),!h.isDefaultPrevented()){if(!this._inNavbar&&i){if(void 0===Yt.default)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var O=this._element;"parent"===this._config.reference?O=N:F.isElement(this._config.reference)&&(O=this._config.reference,void 0!==this._config.reference.jquery&&(O=this._config.reference[0])),"scrollParent"!==this._config.boundary&&u.default(N).addClass("position-static"),this._popper=new Yt.default(O,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===u.default(N).closest(".navbar-nav").length&&u.default(document.body).children().on("mouseover",null,u.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),u.default(this._menu).toggleClass(et),u.default(N).toggleClass(et).trigger(u.default.Event("shown.bs.dropdown",c))}}},y.hide=function(){if(!this._element.disabled&&!u.default(this._element).hasClass(Ht)&&u.default(this._menu).hasClass(et)){var i={relatedTarget:this._element},c=u.default.Event(er,i),h=w._getParentFromElement(this._element);u.default(h).trigger(c),!c.isDefaultPrevented()&&(this._popper&&this._popper.destroy(),u.default(this._menu).toggleClass(et),u.default(h).toggleClass(et).trigger(u.default.Event(qr,i)))}},y.dispose=function(){u.default.removeData(this._element,Be),u.default(this._element).off(dt),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},y.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},y._addEventListeners=function(){var i=this;u.default(this._element).on("click.bs.dropdown",function(c){c.preventDefault(),c.stopPropagation(),i.toggle()})},y._getConfig=function(i){return i=pe({},this.constructor.Default,u.default(this._element).data(),i),F.typeCheckConfig(En,i,this.constructor.DefaultType),i},y._getMenuElement=function(){if(!this._menu){var i=w._getParentFromElement(this._element);i&&(this._menu=i.querySelector(tr))}return this._menu},y._getPlacement=function(){var i=u.default(this._element.parentNode),c="bottom-start";return i.hasClass("dropup")?c=u.default(this._menu).hasClass($r)?"top-end":"top-start":i.hasClass("dropright")?c="right-start":i.hasClass("dropleft")?c="left-start":u.default(this._menu).hasClass($r)&&(c="bottom-end"),c},y._detectNavbar=function(){return u.default(this._element).closest(".navbar").length>0},y._getOffset=function(){var i=this,c={};return"function"==typeof this._config.offset?c.fn=function(h){return h.offsets=pe({},h.offsets,i._config.offset(h.offsets,i._element)),h}:c.offset=this._config.offset,c},y._getPopperConfig=function(){var i={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(i.modifiers.applyStyle={enabled:!1}),pe({},i,this._config.popperConfig)},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(Be);if(c||(c=new w(this,"object"==typeof i?i:null),u.default(this).data(Be,c)),"string"==typeof i){if(void 0===c[i])throw new TypeError('No method named "'+i+'"');c[i]()}})},w._clearMenus=function(i){if(!i||3!==i.which&&("keyup"!==i.type||9===i.which))for(var c=[].slice.call(document.querySelectorAll(xn)),h=0,N=c.length;h<N;h++){var O=w._getParentFromElement(c[h]),H=u.default(c[h]).data(Be),re={relatedTarget:c[h]};if(i&&"click"===i.type&&(re.clickEvent=i),H){var he=H._menu;if(u.default(O).hasClass(et)&&!(i&&("click"===i.type&&/input|textarea/i.test(i.target.tagName)||"keyup"===i.type&&9===i.which)&&u.default.contains(O,i.target))){var ve=u.default.Event(er,re);u.default(O).trigger(ve),!ve.isDefaultPrevented()&&("ontouchstart"in document.documentElement&&u.default(document.body).children().off("mouseover",null,u.default.noop),c[h].setAttribute("aria-expanded","false"),H._popper&&H._popper.destroy(),u.default(he).removeClass(et),u.default(O).removeClass(et).trigger(u.default.Event(qr,re)))}}}},w._getParentFromElement=function(i){var c,h=F.getSelectorFromElement(i);return h&&(c=document.querySelector(h)),c||i.parentNode},w._dataApiKeydownHandler=function(i){if(!(/input|textarea/i.test(i.target.tagName)?32===i.which||27!==i.which&&(40!==i.which&&38!==i.which||u.default(i.target).closest(tr).length):!jr.test(i.which))&&!this.disabled&&!u.default(this).hasClass(Ht)){var c=w._getParentFromElement(this),h=u.default(c).hasClass(et);if(h||27!==i.which){if(i.preventDefault(),i.stopPropagation(),!h||27===i.which||32===i.which)return 27===i.which&&u.default(c.querySelector(xn)).trigger("focus"),void u.default(this).trigger("click");var N=[].slice.call(c.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter(function(H){return u.default(H).is(":visible")});if(0!==N.length){var O=N.indexOf(i.target);38===i.which&&O>0&&O--,40===i.which&&O<N.length-1&&O++,O<0&&(O=0),N[O].focus()}}}},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Br}},{key:"DefaultType",get:function(){return Cr}}]),w}();u.default(document).on(Fr,xn,$t._dataApiKeydownHandler).on(Fr,tr,$t._dataApiKeydownHandler).on(yr+" keyup.bs.dropdown.data-api",$t._clearMenus).on(yr,xn,function(w){w.preventDefault(),w.stopPropagation(),$t._jQueryInterface.call(u.default(this),"toggle")}).on(yr,".dropdown form",function(w){w.stopPropagation()}),u.default.fn[En]=$t._jQueryInterface,u.default.fn[En].Constructor=$t,u.default.fn[En].noConflict=function(){return u.default.fn[En]=si,$t._jQueryInterface};var Tn="modal",e="bs.modal",t="."+e,r=u.default.fn[Tn],m="modal-open",b="fade",D="show",M="modal-static",K="hidden"+t,ie="show"+t,Ce="focusin"+t,we="resize"+t,Ue="click.dismiss"+t,ge="keydown.dismiss"+t,Ye="mousedown.dismiss"+t,qt=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Ft=".sticky-top",ke={backdrop:!0,keyboard:!0,focus:!0,show:!0},Vt={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},Me=function(){function w(p,i){this._config=this._getConfig(i),this._element=p,this._dialog=p.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var y=w.prototype;return y.toggle=function(i){return this._isShown?this.hide():this.show(i)},y.show=function(i){var c=this;if(!this._isShown&&!this._isTransitioning){var h=u.default.Event(ie,{relatedTarget:i});u.default(this._element).trigger(h),!h.isDefaultPrevented()&&(this._isShown=!0,u.default(this._element).hasClass(b)&&(this._isTransitioning=!0),this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),u.default(this._element).on(Ue,'[data-dismiss="modal"]',function(N){return c.hide(N)}),u.default(this._dialog).on(Ye,function(){u.default(c._element).one("mouseup.dismiss.bs.modal",function(N){u.default(N.target).is(c._element)&&(c._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return c._showElement(i)}))}},y.hide=function(i){var c=this;if(i&&i.preventDefault(),this._isShown&&!this._isTransitioning){var h=u.default.Event("hide.bs.modal");if(u.default(this._element).trigger(h),this._isShown&&!h.isDefaultPrevented()){this._isShown=!1;var N=u.default(this._element).hasClass(b);if(N&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),u.default(document).off(Ce),u.default(this._element).removeClass(D),u.default(this._element).off(Ue),u.default(this._dialog).off(Ye),N){var O=F.getTransitionDurationFromElement(this._element);u.default(this._element).one(F.TRANSITION_END,function(H){return c._hideModal(H)}).emulateTransitionEnd(O)}else this._hideModal()}}},y.dispose=function(){[window,this._element,this._dialog].forEach(function(i){return u.default(i).off(t)}),u.default(document).off(Ce),u.default.removeData(this._element,e),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},y.handleUpdate=function(){this._adjustDialog()},y._getConfig=function(i){return i=pe({},ke,i),F.typeCheckConfig(Tn,i,Vt),i},y._triggerBackdropTransition=function(){var i=this,c=u.default.Event("hidePrevented.bs.modal");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){var h=this._element.scrollHeight>document.documentElement.clientHeight;h||(this._element.style.overflowY="hidden"),this._element.classList.add(M);var N=F.getTransitionDurationFromElement(this._dialog);u.default(this._element).off(F.TRANSITION_END),u.default(this._element).one(F.TRANSITION_END,function(){i._element.classList.remove(M),h||u.default(i._element).one(F.TRANSITION_END,function(){i._element.style.overflowY=""}).emulateTransitionEnd(i._element,N)}).emulateTransitionEnd(N),this._element.focus()}},y._showElement=function(i){var c=this,h=u.default(this._element).hasClass(b),N=this._dialog?this._dialog.querySelector(".modal-body"):null;(!this._element.parentNode||this._element.parentNode.nodeType!==Node.ELEMENT_NODE)&&document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),u.default(this._dialog).hasClass("modal-dialog-scrollable")&&N?N.scrollTop=0:this._element.scrollTop=0,h&&F.reflow(this._element),u.default(this._element).addClass(D),this._config.focus&&this._enforceFocus();var O=u.default.Event("shown.bs.modal",{relatedTarget:i}),H=function(){c._config.focus&&c._element.focus(),c._isTransitioning=!1,u.default(c._element).trigger(O)};if(h){var re=F.getTransitionDurationFromElement(this._dialog);u.default(this._dialog).one(F.TRANSITION_END,H).emulateTransitionEnd(re)}else H()},y._enforceFocus=function(){var i=this;u.default(document).off(Ce).on(Ce,function(c){document!==c.target&&i._element!==c.target&&0===u.default(i._element).has(c.target).length&&i._element.focus()})},y._setEscapeEvent=function(){var i=this;this._isShown?u.default(this._element).on(ge,function(c){i._config.keyboard&&27===c.which?(c.preventDefault(),i.hide()):!i._config.keyboard&&27===c.which&&i._triggerBackdropTransition()}):this._isShown||u.default(this._element).off(ge)},y._setResizeEvent=function(){var i=this;this._isShown?u.default(window).on(we,function(c){return i.handleUpdate(c)}):u.default(window).off(we)},y._hideModal=function(){var i=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop(function(){u.default(document.body).removeClass(m),i._resetAdjustments(),i._resetScrollbar(),u.default(i._element).trigger(K)})},y._removeBackdrop=function(){this._backdrop&&(u.default(this._backdrop).remove(),this._backdrop=null)},y._showBackdrop=function(i){var c=this,h=u.default(this._element).hasClass(b)?b:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",h&&this._backdrop.classList.add(h),u.default(this._backdrop).appendTo(document.body),u.default(this._element).on(Ue,function(re){c._ignoreBackdropClick?c._ignoreBackdropClick=!1:re.target===re.currentTarget&&("static"===c._config.backdrop?c._triggerBackdropTransition():c.hide())}),h&&F.reflow(this._backdrop),u.default(this._backdrop).addClass(D),!i)return;if(!h)return void i();var N=F.getTransitionDurationFromElement(this._backdrop);u.default(this._backdrop).one(F.TRANSITION_END,i).emulateTransitionEnd(N)}else if(!this._isShown&&this._backdrop){u.default(this._backdrop).removeClass(D);var O=function(){c._removeBackdrop(),i&&i()};if(u.default(this._element).hasClass(b)){var H=F.getTransitionDurationFromElement(this._backdrop);u.default(this._backdrop).one(F.TRANSITION_END,O).emulateTransitionEnd(H)}else O()}else i&&i()},y._adjustDialog=function(){var i=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&i&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!i&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},y._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},y._checkScrollbar=function(){var i=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(i.left+i.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},y._setScrollbar=function(){var i=this;if(this._isBodyOverflowing){var c=[].slice.call(document.querySelectorAll(qt)),h=[].slice.call(document.querySelectorAll(Ft));u.default(c).each(function(H,re){var he=re.style.paddingRight,ve=u.default(re).css("padding-right");u.default(re).data("padding-right",he).css("padding-right",parseFloat(ve)+i._scrollbarWidth+"px")}),u.default(h).each(function(H,re){var he=re.style.marginRight,ve=u.default(re).css("margin-right");u.default(re).data("margin-right",he).css("margin-right",parseFloat(ve)-i._scrollbarWidth+"px")});var N=document.body.style.paddingRight,O=u.default(document.body).css("padding-right");u.default(document.body).data("padding-right",N).css("padding-right",parseFloat(O)+this._scrollbarWidth+"px")}u.default(document.body).addClass(m)},y._resetScrollbar=function(){var i=[].slice.call(document.querySelectorAll(qt));u.default(i).each(function(N,O){var H=u.default(O).data("padding-right");u.default(O).removeData("padding-right"),O.style.paddingRight=H||""});var c=[].slice.call(document.querySelectorAll(""+Ft));u.default(c).each(function(N,O){var H=u.default(O).data("margin-right");void 0!==H&&u.default(O).css("margin-right",H).removeData("margin-right")});var h=u.default(document.body).data("padding-right");u.default(document.body).removeData("padding-right"),document.body.style.paddingRight=h||""},y._getScrollbarWidth=function(){var i=document.createElement("div");i.className="modal-scrollbar-measure",document.body.appendChild(i);var c=i.getBoundingClientRect().width-i.clientWidth;return document.body.removeChild(i),c},w._jQueryInterface=function(i,c){return this.each(function(){var h=u.default(this).data(e),N=pe({},ke,u.default(this).data(),"object"==typeof i&&i?i:{});if(h||(h=new w(this,N),u.default(this).data(e,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i](c)}else N.show&&h.show(c)})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return ke}}]),w}();u.default(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(w){var p,y=this,i=F.getSelectorFromElement(this);i&&(p=document.querySelector(i));var c=u.default(p).data(e)?"toggle":pe({},u.default(p).data(),u.default(this).data());("A"===this.tagName||"AREA"===this.tagName)&&w.preventDefault();var h=u.default(p).one(ie,function(N){N.isDefaultPrevented()||h.one(K,function(){u.default(y).is(":visible")&&y.focus()})});Me._jQueryInterface.call(u.default(p),c,this)}),u.default.fn[Tn]=Me._jQueryInterface,u.default.fn[Tn].Constructor=Me,u.default.fn[Tn].noConflict=function(){return u.default.fn[Tn]=r,Me._jQueryInterface};var Wt=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Sr=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,de=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function wr(w,y,p){if(0===w.length)return w;if(p&&"function"==typeof p)return p(w);for(var c=(new window.DOMParser).parseFromString(w,"text/html"),h=Object.keys(y),N=[].slice.call(c.body.querySelectorAll("*")),O=function($e,Ut){var Nt=N[$e],sr=Nt.nodeName.toLowerCase();if(-1===h.indexOf(Nt.nodeName.toLowerCase()))return Nt.parentNode.removeChild(Nt),"continue";var wi=[].slice.call(Nt.attributes),aa=[].concat(y["*"]||[],y[sr]||[]);wi.forEach(function(Pi){(function rn(w,y){var p=w.nodeName.toLowerCase();if(-1!==y.indexOf(p))return-1===Wt.indexOf(p)||Boolean(Sr.test(w.nodeValue)||de.test(w.nodeValue));for(var i=y.filter(function(N){return N instanceof RegExp}),c=0,h=i.length;c<h;c++)if(i[c].test(p))return!0;return!1})(Pi,aa)||Nt.removeAttribute(Pi.nodeName)})},H=0,re=N.length;H<re;H++)O(H);return c.body.innerHTML}var Ct="tooltip",an="bs.tooltip",st="."+an,Yr=u.default.fn[Ct],Kr="bs-tooltip",yi=new RegExp("(^|\\s)"+Kr+"\\S+","g"),Ei=["sanitize","whiteList","sanitizeFn"],Bt="fade",Pn="show",kn="show",on="hover",ut="focus",zr={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Gr={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},bi={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},me={HIDE:"hide"+st,HIDDEN:"hidden"+st,SHOW:"show"+st,SHOWN:"shown"+st,INSERTED:"inserted"+st,CLICK:"click"+st,FOCUSIN:"focusin"+st,FOCUSOUT:"focusout"+st,MOUSEENTER:"mouseenter"+st,MOUSELEAVE:"mouseleave"+st},ht=function(){function w(p,i){if(void 0===Yt.default)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=p,this.config=this._getConfig(i),this.tip=null,this._setListeners()}var y=w.prototype;return y.enable=function(){this._isEnabled=!0},y.disable=function(){this._isEnabled=!1},y.toggleEnabled=function(){this._isEnabled=!this._isEnabled},y.toggle=function(i){if(this._isEnabled)if(i){var c=this.constructor.DATA_KEY,h=u.default(i.currentTarget).data(c);h||(h=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(c,h)),h._activeTrigger.click=!h._activeTrigger.click,h._isWithActiveTrigger()?h._enter(null,h):h._leave(null,h)}else{if(u.default(this.getTipElement()).hasClass(Pn))return void this._leave(null,this);this._enter(null,this)}},y.dispose=function(){clearTimeout(this._timeout),u.default.removeData(this.element,this.constructor.DATA_KEY),u.default(this.element).off(this.constructor.EVENT_KEY),u.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&u.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},y.show=function(){var i=this;if("none"===u.default(this.element).css("display"))throw new Error("Please use show on visible elements");var c=u.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){u.default(this.element).trigger(c);var h=F.findShadowRoot(this.element),N=u.default.contains(null!==h?h:this.element.ownerDocument.documentElement,this.element);if(c.isDefaultPrevented()||!N)return;var O=this.getTipElement(),H=F.getUID(this.constructor.NAME);O.setAttribute("id",H),this.element.setAttribute("aria-describedby",H),this.setContent(),this.config.animation&&u.default(O).addClass(Bt);var re="function"==typeof this.config.placement?this.config.placement.call(this,O,this.element):this.config.placement,he=this._getAttachment(re);this.addAttachmentClass(he);var ve=this._getContainer();u.default(O).data(this.constructor.DATA_KEY,this),u.default.contains(this.element.ownerDocument.documentElement,this.tip)||u.default(O).appendTo(ve),u.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new Yt.default(this.element,O,this._getPopperConfig(he)),u.default(O).addClass(Pn),u.default(O).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&u.default(document.body).children().on("mouseover",null,u.default.noop);var $e=function(){i.config.animation&&i._fixTransition();var sr=i._hoverState;i._hoverState=null,u.default(i.element).trigger(i.constructor.Event.SHOWN),"out"===sr&&i._leave(null,i)};if(u.default(this.tip).hasClass(Bt)){var Ut=F.getTransitionDurationFromElement(this.tip);u.default(this.tip).one(F.TRANSITION_END,$e).emulateTransitionEnd(Ut)}else $e()}},y.hide=function(i){var c=this,h=this.getTipElement(),N=u.default.Event(this.constructor.Event.HIDE),O=function(){c._hoverState!==kn&&h.parentNode&&h.parentNode.removeChild(h),c._cleanTipClass(),c.element.removeAttribute("aria-describedby"),u.default(c.element).trigger(c.constructor.Event.HIDDEN),null!==c._popper&&c._popper.destroy(),i&&i()};if(u.default(this.element).trigger(N),!N.isDefaultPrevented()){if(u.default(h).removeClass(Pn),"ontouchstart"in document.documentElement&&u.default(document.body).children().off("mouseover",null,u.default.noop),this._activeTrigger.click=!1,this._activeTrigger[ut]=!1,this._activeTrigger[on]=!1,u.default(this.tip).hasClass(Bt)){var H=F.getTransitionDurationFromElement(h);u.default(h).one(F.TRANSITION_END,O).emulateTransitionEnd(H)}else O();this._hoverState=""}},y.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},y.isWithContent=function(){return Boolean(this.getTitle())},y.addAttachmentClass=function(i){u.default(this.getTipElement()).addClass(Kr+"-"+i)},y.getTipElement=function(){return this.tip=this.tip||u.default(this.config.template)[0],this.tip},y.setContent=function(){var i=this.getTipElement();this.setElementContent(u.default(i.querySelectorAll(".tooltip-inner")),this.getTitle()),u.default(i).removeClass(Bt+" "+Pn)},y.setElementContent=function(i,c){"object"!=typeof c||!c.nodeType&&!c.jquery?this.config.html?(this.config.sanitize&&(c=wr(c,this.config.whiteList,this.config.sanitizeFn)),i.html(c)):i.text(c):this.config.html?u.default(c).parent().is(i)||i.empty().append(c):i.text(u.default(c).text())},y.getTitle=function(){var i=this.element.getAttribute("data-original-title");return i||(i="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),i},y._getPopperConfig=function(i){var c=this;return pe({},{placement:i,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(O){O.originalPlacement!==O.placement&&c._handlePopperPlacementChange(O)},onUpdate:function(O){return c._handlePopperPlacementChange(O)}},this.config.popperConfig)},y._getOffset=function(){var i=this,c={};return"function"==typeof this.config.offset?c.fn=function(h){return h.offsets=pe({},h.offsets,i.config.offset(h.offsets,i.element)),h}:c.offset=this.config.offset,c},y._getContainer=function(){return!1===this.config.container?document.body:F.isElement(this.config.container)?u.default(this.config.container):u.default(document).find(this.config.container)},y._getAttachment=function(i){return zr[i.toUpperCase()]},y._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(h){if("click"===h)u.default(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(H){return i.toggle(H)});else if("manual"!==h){var N=h===on?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,O=h===on?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;u.default(i.element).on(N,i.config.selector,function(H){return i._enter(H)}).on(O,i.config.selector,function(H){return i._leave(H)})}}),this._hideModalHandler=function(){i.element&&i.hide()},u.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=pe({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},y._fixTitle=function(){var i=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==i)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},y._enter=function(i,c){var h=this.constructor.DATA_KEY;(c=c||u.default(i.currentTarget).data(h))||(c=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(h,c)),i&&(c._activeTrigger["focusin"===i.type?ut:on]=!0),u.default(c.getTipElement()).hasClass(Pn)||c._hoverState===kn?c._hoverState=kn:(clearTimeout(c._timeout),c._hoverState=kn,c.config.delay&&c.config.delay.show?c._timeout=setTimeout(function(){c._hoverState===kn&&c.show()},c.config.delay.show):c.show())},y._leave=function(i,c){var h=this.constructor.DATA_KEY;if((c=c||u.default(i.currentTarget).data(h))||(c=new this.constructor(i.currentTarget,this._getDelegateConfig()),u.default(i.currentTarget).data(h,c)),i&&(c._activeTrigger["focusout"===i.type?ut:on]=!1),!c._isWithActiveTrigger()){if(clearTimeout(c._timeout),c._hoverState="out",!c.config.delay||!c.config.delay.hide)return void c.hide();c._timeout=setTimeout(function(){"out"===c._hoverState&&c.hide()},c.config.delay.hide)}},y._isWithActiveTrigger=function(){for(var i in this._activeTrigger)if(this._activeTrigger[i])return!0;return!1},y._getConfig=function(i){var c=u.default(this.element).data();return Object.keys(c).forEach(function(h){-1!==Ei.indexOf(h)&&delete c[h]}),"number"==typeof(i=pe({},this.constructor.Default,c,"object"==typeof i&&i?i:{})).delay&&(i.delay={show:i.delay,hide:i.delay}),"number"==typeof i.title&&(i.title=i.title.toString()),"number"==typeof i.content&&(i.content=i.content.toString()),F.typeCheckConfig(Ct,i,this.constructor.DefaultType),i.sanitize&&(i.template=wr(i.template,i.whiteList,i.sanitizeFn)),i},y._getDelegateConfig=function(){var i={};if(this.config)for(var c in this.config)this.constructor.Default[c]!==this.config[c]&&(i[c]=this.config[c]);return i},y._cleanTipClass=function(){var i=u.default(this.getTipElement()),c=i.attr("class").match(yi);null!==c&&c.length&&i.removeClass(c.join(""))},y._handlePopperPlacementChange=function(i){this.tip=i.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(i.placement))},y._fixTransition=function(){var i=this.getTipElement(),c=this.config.animation;null===i.getAttribute("x-placement")&&(u.default(i).removeClass(Bt),this.config.animation=!1,this.hide(),this.show(),this.config.animation=c)},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(an),N="object"==typeof i&&i;if((h||!/dispose|hide/.test(i))&&(h||(h=new w(this,N),c.data(an,h)),"string"==typeof i)){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Gr}},{key:"NAME",get:function(){return Ct}},{key:"DATA_KEY",get:function(){return an}},{key:"Event",get:function(){return me}},{key:"EVENT_KEY",get:function(){return st}},{key:"DefaultType",get:function(){return bi}}]),w}();u.default.fn[Ct]=ht._jQueryInterface,u.default.fn[Ct].Constructor=ht,u.default.fn[Ct].noConflict=function(){return u.default.fn[Ct]=Yr,ht._jQueryInterface};var je="popover",bn="bs.popover",tt="."+bn,Ci=u.default.fn[je],Xr="bs-popover",Jr=new RegExp("(^|\\s)"+Xr+"\\S+","g"),ir=pe({},ht.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),Dr=pe({},ht.DefaultType,{content:"(string|element|function)"}),Si={HIDE:"hide"+tt,HIDDEN:"hidden"+tt,SHOW:"show"+tt,SHOWN:"shown"+tt,INSERTED:"inserted"+tt,CLICK:"click"+tt,FOCUSIN:"focusin"+tt,FOCUSOUT:"focusout"+tt,MOUSEENTER:"mouseenter"+tt,MOUSELEAVE:"mouseleave"+tt},un=function(w){function y(){return w.apply(this,arguments)||this}!function Dt(w,y){w.prototype=Object.create(y.prototype),w.prototype.constructor=w,pt(w,y)}(y,w);var p=y.prototype;return p.isWithContent=function(){return this.getTitle()||this._getContent()},p.addAttachmentClass=function(c){u.default(this.getTipElement()).addClass(Xr+"-"+c)},p.getTipElement=function(){return this.tip=this.tip||u.default(this.config.template)[0],this.tip},p.setContent=function(){var c=u.default(this.getTipElement());this.setElementContent(c.find(".popover-header"),this.getTitle());var h=this._getContent();"function"==typeof h&&(h=h.call(this.element)),this.setElementContent(c.find(".popover-body"),h),c.removeClass("fade show")},p._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},p._cleanTipClass=function(){var c=u.default(this.getTipElement()),h=c.attr("class").match(Jr);null!==h&&h.length>0&&c.removeClass(h.join(""))},y._jQueryInterface=function(c){return this.each(function(){var h=u.default(this).data(bn),N="object"==typeof c?c:null;if((h||!/dispose|hide/.test(c))&&(h||(h=new y(this,N),u.default(this).data(bn,h)),"string"==typeof c)){if(void 0===h[c])throw new TypeError('No method named "'+c+'"');h[c]()}})},be(y,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return ir}},{key:"NAME",get:function(){return je}},{key:"DATA_KEY",get:function(){return bn}},{key:"Event",get:function(){return Si}},{key:"EVENT_KEY",get:function(){return tt}},{key:"DefaultType",get:function(){return Dr}}]),y}(ht);u.default.fn[je]=un._jQueryInterface,u.default.fn[je].Constructor=un,u.default.fn[je].noConflict=function(){return u.default.fn[je]=Ci,un._jQueryInterface};var wt="scrollspy",ar="bs.scrollspy",E=u.default.fn[wt],C="active",J="position",ee=".nav, .list-group",fe=".nav-link",Z=".list-group-item",Ee={offset:10,method:"auto",target:""},jn={offset:"number",method:"string",target:"(string|element)"},At=function(){function w(p,i){var c=this;this._element=p,this._scrollElement="BODY"===p.tagName?window:p,this._config=this._getConfig(i),this._selector=this._config.target+" "+fe+","+this._config.target+" "+Z+","+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,u.default(this._scrollElement).on("scroll.bs.scrollspy",function(h){return c._process(h)}),this.refresh(),this._process()}var y=w.prototype;return y.refresh=function(){var i=this,h="auto"===this._config.method?this._scrollElement===this._scrollElement.window?"offset":J:this._config.method,N=h===J?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(H){var re,he=F.getSelectorFromElement(H);if(he&&(re=document.querySelector(he)),re){var ve=re.getBoundingClientRect();if(ve.width||ve.height)return[u.default(re)[h]().top+N,he]}return null}).filter(function(H){return H}).sort(function(H,re){return H[0]-re[0]}).forEach(function(H){i._offsets.push(H[0]),i._targets.push(H[1])})},y.dispose=function(){u.default.removeData(this._element,ar),u.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},y._getConfig=function(i){if("string"!=typeof(i=pe({},Ee,"object"==typeof i&&i?i:{})).target&&F.isElement(i.target)){var c=u.default(i.target).attr("id");c||(c=F.getUID(wt),u.default(i.target).attr("id",c)),i.target="#"+c}return F.typeCheckConfig(wt,i,jn),i},y._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},y._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},y._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},y._process=function(){var i=this._getScrollTop()+this._config.offset,c=this._getScrollHeight(),h=this._config.offset+c-this._getOffsetHeight();if(this._scrollHeight!==c&&this.refresh(),i>=h){var N=this._targets[this._targets.length-1];this._activeTarget!==N&&this._activate(N)}else{if(this._activeTarget&&i<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var O=this._offsets.length;O--;)this._activeTarget!==this._targets[O]&&i>=this._offsets[O]&&(void 0===this._offsets[O+1]||i<this._offsets[O+1])&&this._activate(this._targets[O])}},y._activate=function(i){this._activeTarget=i,this._clear();var c=this._selector.split(",").map(function(N){return N+'[data-target="'+i+'"],'+N+'[href="'+i+'"]'}),h=u.default([].slice.call(document.querySelectorAll(c.join(","))));h.hasClass("dropdown-item")?(h.closest(".dropdown").find(".dropdown-toggle").addClass(C),h.addClass(C)):(h.addClass(C),h.parents(ee).prev(fe+", "+Z).addClass(C),h.parents(ee).prev(".nav-item").children(fe).addClass(C)),u.default(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:i})},y._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(i){return i.classList.contains(C)}).forEach(function(i){return i.classList.remove(C)})},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this).data(ar);if(c||(c=new w(this,"object"==typeof i&&i),u.default(this).data(ar,c)),"string"==typeof i){if(void 0===c[i])throw new TypeError('No method named "'+i+'"');c[i]()}})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Ee}}]),w}();u.default(window).on("load.bs.scrollspy.data-api",function(){for(var w=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),p=w.length;p--;){var i=u.default(w[p]);At._jQueryInterface.call(i,i.data())}}),u.default.fn[wt]=At._jQueryInterface,u.default.fn[wt].Constructor=At,u.default.fn[wt].noConflict=function(){return u.default.fn[wt]=E,At._jQueryInterface};var ei="bs.tab",ji=u.default.fn.tab,xr="active",Di=".active",Oi="> li > .active",Lr=function(){function w(p){this._element=p}var y=w.prototype;return y.show=function(){var i=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&u.default(this._element).hasClass(xr)||u.default(this._element).hasClass("disabled"))){var c,h,N=u.default(this._element).closest(".nav, .list-group")[0],O=F.getSelectorFromElement(this._element);if(N){var H="UL"===N.nodeName||"OL"===N.nodeName?Oi:Di;h=(h=u.default.makeArray(u.default(N).find(H)))[h.length-1]}var re=u.default.Event("hide.bs.tab",{relatedTarget:this._element}),he=u.default.Event("show.bs.tab",{relatedTarget:h});if(h&&u.default(h).trigger(re),u.default(this._element).trigger(he),!he.isDefaultPrevented()&&!re.isDefaultPrevented()){O&&(c=document.querySelector(O)),this._activate(this._element,N);var ve=function(){var Ut=u.default.Event("hidden.bs.tab",{relatedTarget:i._element}),Nt=u.default.Event("shown.bs.tab",{relatedTarget:h});u.default(h).trigger(Ut),u.default(i._element).trigger(Nt)};c?this._activate(c,c.parentNode,ve):ve()}}},y.dispose=function(){u.default.removeData(this._element,ei),this._element=null},y._activate=function(i,c,h){var N=this,H=(!c||"UL"!==c.nodeName&&"OL"!==c.nodeName?u.default(c).children(Di):u.default(c).find(Oi))[0],re=h&&H&&u.default(H).hasClass("fade"),he=function(){return N._transitionComplete(i,H,h)};if(H&&re){var ve=F.getTransitionDurationFromElement(H);u.default(H).removeClass("show").one(F.TRANSITION_END,he).emulateTransitionEnd(ve)}else he()},y._transitionComplete=function(i,c,h){if(c){u.default(c).removeClass(xr);var N=u.default(c.parentNode).find("> .dropdown-menu .active")[0];N&&u.default(N).removeClass(xr),"tab"===c.getAttribute("role")&&c.setAttribute("aria-selected",!1)}u.default(i).addClass(xr),"tab"===i.getAttribute("role")&&i.setAttribute("aria-selected",!0),F.reflow(i),i.classList.contains("fade")&&i.classList.add("show");var O=i.parentNode;if(O&&"LI"===O.nodeName&&(O=O.parentNode),O&&u.default(O).hasClass("dropdown-menu")){var H=u.default(i).closest(".dropdown")[0];if(H){var re=[].slice.call(H.querySelectorAll(".dropdown-toggle"));u.default(re).addClass(xr)}i.setAttribute("aria-expanded",!0)}h&&h()},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(ei);if(h||(h=new w(this),c.data(ei,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i]()}})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),w}();u.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',function(w){w.preventDefault(),Lr._jQueryInterface.call(u.default(this),"show")}),u.default.fn.tab=Lr._jQueryInterface,u.default.fn.tab.Constructor=Lr,u.default.fn.tab.noConflict=function(){return u.default.fn.tab=ji,Lr._jQueryInterface};var or="toast",ti="bs.toast",Xi=u.default.fn[or],Pr="show",xi="showing",Li="click.dismiss.bs.toast",Ri={animation:!0,autohide:!0,delay:500},ia={animation:"boolean",autohide:"boolean",delay:"number"},ni=function(){function w(p,i){this._element=p,this._config=this._getConfig(i),this._timeout=null,this._setListeners()}var y=w.prototype;return y.show=function(){var i=this,c=u.default.Event("show.bs.toast");if(u.default(this._element).trigger(c),!c.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var h=function(){i._element.classList.remove(xi),i._element.classList.add(Pr),u.default(i._element).trigger("shown.bs.toast"),i._config.autohide&&(i._timeout=setTimeout(function(){i.hide()},i._config.delay))};if(this._element.classList.remove("hide"),F.reflow(this._element),this._element.classList.add(xi),this._config.animation){var N=F.getTransitionDurationFromElement(this._element);u.default(this._element).one(F.TRANSITION_END,h).emulateTransitionEnd(N)}else h()}},y.hide=function(){if(this._element.classList.contains(Pr)){var i=u.default.Event("hide.bs.toast");u.default(this._element).trigger(i),!i.isDefaultPrevented()&&this._close()}},y.dispose=function(){this._clearTimeout(),this._element.classList.contains(Pr)&&this._element.classList.remove(Pr),u.default(this._element).off(Li),u.default.removeData(this._element,ti),this._element=null,this._config=null},y._getConfig=function(i){return i=pe({},Ri,u.default(this._element).data(),"object"==typeof i&&i?i:{}),F.typeCheckConfig(or,i,this.constructor.DefaultType),i},y._setListeners=function(){var i=this;u.default(this._element).on(Li,'[data-dismiss="toast"]',function(){return i.hide()})},y._close=function(){var i=this,c=function(){i._element.classList.add("hide"),u.default(i._element).trigger("hidden.bs.toast")};if(this._element.classList.remove(Pr),this._config.animation){var h=F.getTransitionDurationFromElement(this._element);u.default(this._element).one(F.TRANSITION_END,c).emulateTransitionEnd(h)}else c()},y._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},w._jQueryInterface=function(i){return this.each(function(){var c=u.default(this),h=c.data(ti);if(h||(h=new w(this,"object"==typeof i&&i),c.data(ti,h)),"string"==typeof i){if(void 0===h[i])throw new TypeError('No method named "'+i+'"');h[i](this)}})},be(w,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return ia}},{key:"Default",get:function(){return Ri}}]),w}();u.default.fn[or]=ni._jQueryInterface,u.default.fn[or].Constructor=ni,u.default.fn[or].noConflict=function(){return u.default.fn[or]=Xi,ni._jQueryInterface},B.Alert=mt,B.Button=Ae,B.Carousel=Oe,B.Collapse=yn,B.Dropdown=$t,B.Modal=Me,B.Popover=un,B.Scrollspy=At,B.Tab=Lr,B.Toast=ni,B.Tooltip=ht,B.Util=F,Object.defineProperty(B,"__esModule",{value:!0})});
|