dealpostools 2.0.2 → 2.0.5

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.
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkweb_tools=self.webpackChunkweb_tools||[]).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&&typeof this.data.handleId<"u"?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=_}(typeof window<"u"&&window||typeof self<"u"&&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=typeof window<"u",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&&typeof e.set>"u")}const Ue=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Re=!("nw"in $)&&typeof $.process<"u"&&"[object process]"==={}.toString.call($.process),je=!Re&&!Ue&&!(!Pe||!pe.HTMLElement),We=typeof $.process<"u"&&"[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{}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{}}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{}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(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){me=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{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=typeof WebSocket<"u",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{}return!1}()?[{target:f,ignoreProperties:["error"]}]:[];W(f,Te.concat(["messageerror"]),r&&r.concat(_),de(f)),W(Document.prototype,Te,r),typeof f.SVGElement<"u"&&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),typeof IDBIndex<"u"&&(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)}]);
@@ -0,0 +1 @@
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,o,f)=>{if(!t){var a=1/0;for(i=0;i<e.length;i++){for(var[t,o,f]=e[i],u=!0,s=0;s<t.length;s++)(!1&f||a>=f)&&Object.keys(r.O).every(b=>r.O[b](t[s]))?t.splice(s--,1):(u=!1,f<a&&(a=f));if(u){e.splice(i--,1);var d=o();void 0!==d&&(n=d)}}return n}f=f||0;for(var i=e.length;i>0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[t,o,f]},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,o){if(1&o&&(t=this(t)),8&o||"object"==typeof t&&t&&(4&o&&t.__esModule||16&o&&"function"==typeof t.then))return t;var f=Object.create(null);r.r(f);var i={};n=n||[null,e({}),e([]),e(e)];for(var a=2&o&&t;"object"==typeof a&&!~n.indexOf(a);a=e(a))Object.getOwnPropertyNames(a).forEach(u=>i[u]=()=>t[u]);return i.default=()=>t,r.d(f,i),f}})(),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+".f1b2c0d2bd824ad2.js",r.miniCssF=e=>{},r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),(()=>{var e={},n="web-tools:";r.l=(t,o,f,i)=>{if(e[t])e[t].push(o);else{var a,u;if(void 0!==f)for(var s=document.getElementsByTagName("script"),d=0;d<s.length;d++){var l=s[d];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==n+f){a=l;break}}a||(u=!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+f),a.src=r.tu(t)),e[t]=[o];var c=(g,b)=>{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(y=>y(b)),g)return g(b)},p=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),u&&document.head.appendChild(a)}}})(),r.r=e=>{typeof Symbol<"u"&&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},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="https://cdn.jsdelivr.net/npm/dealpostools@2.0.5/tools/",(()=>{var e={666:0};r.f.j=(o,f)=>{var i=r.o(e,o)?e[o]:void 0;if(0!==i)if(i)f.push(i[2]);else if(666!=o){var a=new Promise((l,c)=>i=e[o]=[l,c]);f.push(i[2]=a);var u=r.p+r.u(o),s=new Error;r.l(u,l=>{if(r.o(e,o)&&(0!==(i=e[o])&&(e[o]=void 0),i)){var c=l&&("load"===l.type?"missing":l.type),p=l&&l.target&&l.target.src;s.message="Loading chunk "+o+" failed.\n("+c+": "+p+")",s.name="ChunkLoadError",s.type=c,s.request=p,i[1](s)}},"chunk-"+o,o)}else e[o]=0},r.O.j=o=>0===e[o];var n=(o,f)=>{var s,d,[i,a,u]=f,l=0;if(i.some(p=>0!==e[p])){for(s in a)r.o(a,s)&&(r.m[s]=a[s]);if(u)var c=u(r)}for(o&&o(f);l<i.length;l++)r.o(e,d=i[l])&&e[d]&&e[d][0](),e[d]=0;return r.O(c)},t=self.webpackChunkweb_tools=self.webpackChunkweb_tools||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})()})();
@@ -0,0 +1 @@
1
+ !function(z,ht){"object"==typeof exports&&typeof module<"u"?module.exports=ht():"function"==typeof define&&define.amd?define(ht):(z=typeof globalThis<"u"?globalThis:z||self).bootstrap=ht()}(this,function(){"use strict";const z="transitionend",ht=l=>{let t=l.getAttribute("data-bs-target");if(!t||"#"===t){let r=l.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),t=r&&"#"!==r?r.trim():null}return t},Be=l=>{const t=ht(l);return t&&document.querySelector(t)?t:null},xt=l=>{const t=ht(l);return t?document.querySelector(t):null},Et=l=>{l.dispatchEvent(new Event(z))},Nt=l=>!(!l||"object"!=typeof l)&&(void 0!==l.jquery&&(l=l[0]),void 0!==l.nodeType),pt=l=>Nt(l)?l.jquery?l[0]:l:"string"==typeof l&&l.length>0?document.querySelector(l):null,Qe=(l,t,r)=>{Object.keys(r).forEach(d=>{const h=r[d],m=t[d],w=m&&Nt(m)?"element":null==(C=m)?`${C}`:{}.toString.call(C).match(/\s([a-z]+)/i)[1].toLowerCase();var C;if(!new RegExp(h).test(w))throw new TypeError(`${l.toUpperCase()}: Option "${d}" provided type "${w}" but expected type "${h}".`)})},Lt=l=>!(!Nt(l)||0===l.getClientRects().length)&&"visible"===getComputedStyle(l).getPropertyValue("visibility"),jt=l=>!l||l.nodeType!==Node.ELEMENT_NODE||!!l.classList.contains("disabled")||(void 0!==l.disabled?l.disabled:l.hasAttribute("disabled")&&"false"!==l.getAttribute("disabled")),bn=l=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof l.getRootNode){const t=l.getRootNode();return t instanceof ShadowRoot?t:null}return l instanceof ShadowRoot?l:l.parentNode?bn(l.parentNode):null},_n=()=>{},le=()=>{const{jQuery:l}=window;return l&&!document.body.hasAttribute("data-bs-no-jquery")?l:null},J=[],De=()=>"rtl"===document.documentElement.dir,U=l=>{var t;t=()=>{const r=le();if(r){const d=l.NAME,h=r.fn[d];r.fn[d]=l.jQueryInterface,r.fn[d].Constructor=l,r.fn[d].noConflict=()=>(r.fn[d]=h,l.jQueryInterface)}},"loading"===document.readyState?(J.length||document.addEventListener("DOMContentLoaded",()=>{J.forEach(r=>r())}),J.push(t)):t()},Ft=l=>{"function"==typeof l&&l()},ai=(l,t,r=!0)=>{if(!r)return void Ft(l);const d=(w=>{if(!w)return 0;let{transitionDuration:C,transitionDelay:N}=window.getComputedStyle(w);const P=Number.parseFloat(C),q=Number.parseFloat(N);return P||q?(C=C.split(",")[0],N=N.split(",")[0],1e3*(Number.parseFloat(C)+Number.parseFloat(N))):0})(t)+5;let h=!1;const m=({target:w})=>{w===t&&(h=!0,t.removeEventListener(z,m),Ft(l))};t.addEventListener(z,m),setTimeout(()=>{h||Et(t)},d)},zt=(l,t,r,d)=>{let h=l.indexOf(t);if(-1===h)return l[!r&&d?l.length-1:0];const m=l.length;return h+=r?1:-1,d&&(h=(h+m)%m),l[Math.max(0,Math.min(h,m-1))]},qi=/[^.]*(?=\..*)\.|.*/,s=/\..*/,li=/::\d+$/,Tt={};let Ut=1;const Ri={mouseenter:"mouseover",mouseleave:"mouseout"},Bi=/^(mouseenter|mouseleave)/i,Ge=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function ci(l,t){return t&&`${t}::${Ut++}`||l.uidEvent||Ut++}function Wn(l){const t=ci(l);return l.uidEvent=t,Tt[t]=Tt[t]||{},Tt[t]}function ui(l,t,r=null){const d=Object.keys(l);for(let h=0,m=d.length;h<m;h++){const w=l[d[h]];if(w.originalHandler===t&&w.delegationSelector===r)return w}return null}function Wi(l,t,r){const d="string"==typeof t,h=d?r:t;let m=fi(l);return Ge.has(m)||(m=l),[d,h,m]}function $i(l,t,r,d,h){if("string"!=typeof t||!l)return;if(r||(r=d,d=null),Bi.test(t)){const V=Y=>function(ee){if(!ee.relatedTarget||ee.relatedTarget!==ee.delegateTarget&&!ee.delegateTarget.contains(ee.relatedTarget))return Y.call(this,ee)};d?d=V(d):r=V(r)}const[m,w,C]=Wi(t,r,d),N=Wn(l),P=N[C]||(N[C]={}),q=ui(P,w,m?r:null);if(q)return void(q.oneOff=q.oneOff&&h);const j=ci(w,t.replace(qi,"")),ie=m?(V=l,Y=r,ee=d,function Z(me){const ce=V.querySelectorAll(Y);for(let{target:ne}=me;ne&&ne!==this;ne=ne.parentNode)for(let ue=ce.length;ue--;)if(ce[ue]===ne)return me.delegateTarget=ne,Z.oneOff&&S.off(V,me.type,Y,ee),ee.apply(ne,[me]);return null}):function(V,Y){return function ee(Z){return Z.delegateTarget=V,ee.oneOff&&S.off(V,Z.type,Y),Y.apply(V,[Z])}}(l,r);var V,Y,ee;ie.delegationSelector=m?r:null,ie.originalHandler=w,ie.oneOff=h,ie.uidEvent=j,P[j]=ie,l.addEventListener(C,ie,m)}function di(l,t,r,d,h){const m=ui(t[r],d,h);m&&(l.removeEventListener(r,m,Boolean(h)),delete t[r][m.uidEvent])}function fi(l){return l=l.replace(s,""),Ri[l]||l}const S={on(l,t,r,d){$i(l,t,r,d,!1)},one(l,t,r,d){$i(l,t,r,d,!0)},off(l,t,r,d){if("string"!=typeof t||!l)return;const[h,m,w]=Wi(t,r,d),C=w!==t,N=Wn(l),P=t.startsWith(".");if(void 0!==m)return N&&N[w]?void di(l,N,w,m,h?r:null):void 0;P&&Object.keys(N).forEach(j=>{!function(ie,V,Y,ee){const Z=V[Y]||{};Object.keys(Z).forEach(me=>{if(me.includes(ee)){const ce=Z[me];di(ie,V,Y,ce.originalHandler,ce.delegationSelector)}})}(l,N,j,t.slice(1))});const q=N[w]||{};Object.keys(q).forEach(j=>{const ie=j.replace(li,"");if(!C||t.includes(ie)){const V=q[j];di(l,N,w,V.originalHandler,V.delegationSelector)}})},trigger(l,t,r){if("string"!=typeof t||!l)return null;const d=le(),h=fi(t),m=t!==h,w=Ge.has(h);let C,N=!0,P=!0,q=!1,j=null;return m&&d&&(C=d.Event(t,r),d(l).trigger(C),N=!C.isPropagationStopped(),P=!C.isImmediatePropagationStopped(),q=C.isDefaultPrevented()),w?(j=document.createEvent("HTMLEvents"),j.initEvent(h,N,!0)):j=new CustomEvent(t,{bubbles:N,cancelable:!0}),void 0!==r&&Object.keys(r).forEach(ie=>{Object.defineProperty(j,ie,{get:()=>r[ie]})}),q&&j.preventDefault(),P&&l.dispatchEvent(j),j.defaultPrevented&&void 0!==C&&C.preventDefault(),j}},Je=new Map,It={set(l,t,r){Je.has(l)||Je.set(l,new Map);const d=Je.get(l);d.has(t)||0===d.size?d.set(t,r):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(d.keys())[0]}.`)},get:(l,t)=>Je.has(l)&&Je.get(l).get(t)||null,remove(l,t){if(!Je.has(l))return;const r=Je.get(l);r.delete(t),0===r.size&&Je.delete(l)}};class st{constructor(t){(t=pt(t))&&(this._element=t,It.set(this._element,this.constructor.DATA_KEY,this))}dispose(){It.remove(this._element,this.constructor.DATA_KEY),S.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach(t=>{this[t]=null})}_queueCallback(t,r,d=!0){ai(t,r,d)}static getInstance(t){return It.get(pt(t),this.DATA_KEY)}static getOrCreateInstance(t,r={}){return this.getInstance(t)||new this(t,"object"==typeof r?r:null)}static get VERSION(){return"5.1.3"}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}}const $n=(l,t="hide")=>{const d=l.NAME;S.on(document,`click.dismiss${l.EVENT_KEY}`,`[data-bs-dismiss="${d}"]`,function(h){if(["A","AREA"].includes(this.tagName)&&h.preventDefault(),jt(this))return;const m=xt(this)||this.closest(`.${d}`);l.getOrCreateInstance(m)[t]()})};class Xt extends st{static get NAME(){return"alert"}close(){if(S.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback(()=>this._destroyElement(),this._element,t)}_destroyElement(){this._element.remove(),S.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(t){return this.each(function(){const r=Xt.getOrCreateInstance(this);if("string"==typeof t){if(void 0===r[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);r[t](this)}})}}$n(Xt,"close"),U(Xt);const wn='[data-bs-toggle="button"]';class Ze extends st{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each(function(){const r=Ze.getOrCreateInstance(this);"toggle"===t&&r[t]()})}}function Fi(l){return"true"===l||"false"!==l&&(l===Number(l).toString()?Number(l):""===l||"null"===l?null:l)}function hi(l){return l.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}S.on(document,"click.bs.button.data-api",wn,l=>{l.preventDefault();const t=l.target.closest(wn);Ze.getOrCreateInstance(t).toggle()}),U(Ze);const Le={setDataAttribute(l,t,r){l.setAttribute(`data-bs-${hi(t)}`,r)},removeDataAttribute(l,t){l.removeAttribute(`data-bs-${hi(t)}`)},getDataAttributes(l){if(!l)return{};const t={};return Object.keys(l.dataset).filter(r=>r.startsWith("bs")).forEach(r=>{let d=r.replace(/^bs/,"");d=d.charAt(0).toLowerCase()+d.slice(1,d.length),t[d]=Fi(l.dataset[r])}),t},getDataAttribute:(l,t)=>Fi(l.getAttribute(`data-bs-${hi(t)}`)),offset(l){const t=l.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}},position:l=>({top:l.offsetTop,left:l.offsetLeft})},B={find:(l,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,l)),findOne:(l,t=document.documentElement)=>Element.prototype.querySelector.call(t,l),children:(l,t)=>[].concat(...l.children).filter(r=>r.matches(t)),parents(l,t){const r=[];let d=l.parentNode;for(;d&&d.nodeType===Node.ELEMENT_NODE&&3!==d.nodeType;)d.matches(t)&&r.push(d),d=d.parentNode;return r},prev(l,t){let r=l.previousElementSibling;for(;r;){if(r.matches(t))return[r];r=r.previousElementSibling}return[]},next(l,t){let r=l.nextElementSibling;for(;r;){if(r.matches(t))return[r];r=r.nextElementSibling}return[]},focusableChildren(l){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(r=>`${r}:not([tabindex^="-"])`).join(", ");return this.find(t,l).filter(r=>!jt(r)&&Lt(r))}},cn="carousel",un={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},F={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},Ce="next",Vt="prev",Yt="left",dn="right",zi={ArrowLeft:dn,ArrowRight:Yt},fn="slid.bs.carousel",Ie="active",gt=".active.carousel-item";class Pe extends st{constructor(t,r){super(t),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(r),this._indicatorsElement=B.findOne(".carousel-indicators",this._element),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent),this._addEventListeners()}static get Default(){return un}static get NAME(){return cn}next(){this._slide(Ce)}nextWhenVisible(){!document.hidden&&Lt(this._element)&&this.next()}prev(){this._slide(Vt)}pause(t){t||(this._isPaused=!0),B.findOne(".carousel-item-next, .carousel-item-prev",this._element)&&(Et(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement=B.findOne(gt,this._element);const r=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0)){if(!this._isSliding)return r===t?(this.pause(),void this.cycle()):void this._slide(t>r?Ce:Vt,this._items[t]);S.one(this._element,fn,()=>this.to(t))}}_getConfig(t){return t={...un,...Le.getDataAttributes(this._element),..."object"==typeof t?t:{}},Qe(cn,t,F),t}_handleSwipe(){const t=Math.abs(this.touchDeltaX);if(t<=40)return;const r=t/this.touchDeltaX;this.touchDeltaX=0,r&&this._slide(r>0?dn:Yt)}_addEventListeners(){this._config.keyboard&&S.on(this._element,"keydown.bs.carousel",t=>this._keydown(t)),"hover"===this._config.pause&&(S.on(this._element,"mouseenter.bs.carousel",t=>this.pause(t)),S.on(this._element,"mouseleave.bs.carousel",t=>this.cycle(t))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()}_addTouchEventListeners(){const t=m=>this._pointerEvent&&("pen"===m.pointerType||"touch"===m.pointerType),r=m=>{t(m)?this.touchStartX=m.clientX:this._pointerEvent||(this.touchStartX=m.touches[0].clientX)},d=m=>{this.touchDeltaX=m.touches&&m.touches.length>1?0:m.touches[0].clientX-this.touchStartX},h=m=>{t(m)&&(this.touchDeltaX=m.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(w=>this.cycle(w),500+this._config.interval))};B.find(".carousel-item img",this._element).forEach(m=>{S.on(m,"dragstart.bs.carousel",w=>w.preventDefault())}),this._pointerEvent?(S.on(this._element,"pointerdown.bs.carousel",m=>r(m)),S.on(this._element,"pointerup.bs.carousel",m=>h(m)),this._element.classList.add("pointer-event")):(S.on(this._element,"touchstart.bs.carousel",m=>r(m)),S.on(this._element,"touchmove.bs.carousel",m=>d(m)),S.on(this._element,"touchend.bs.carousel",m=>h(m)))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const r=zi[t.key];r&&(t.preventDefault(),this._slide(r))}_getItemIndex(t){return this._items=t&&t.parentNode?B.find(".carousel-item",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,r){return zt(this._items,r,t===Ce,this._config.wrap)}_triggerSlideEvent(t,r){const d=this._getItemIndex(t),h=this._getItemIndex(B.findOne(gt,this._element));return S.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:r,from:h,to:d})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const r=B.findOne(".active",this._indicatorsElement);r.classList.remove(Ie),r.removeAttribute("aria-current");const d=B.find("[data-bs-target]",this._indicatorsElement);for(let h=0;h<d.length;h++)if(Number.parseInt(d[h].getAttribute("data-bs-slide-to"),10)===this._getItemIndex(t)){d[h].classList.add(Ie),d[h].setAttribute("aria-current","true");break}}}_updateInterval(){const t=this._activeElement||B.findOne(gt,this._element);if(!t)return;const r=Number.parseInt(t.getAttribute("data-bs-interval"),10);r?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=r):this._config.interval=this._config.defaultInterval||this._config.interval}_slide(t,r){const d=this._directionToOrder(t),h=B.findOne(gt,this._element),m=this._getItemIndex(h),w=r||this._getItemByOrder(d,h),C=this._getItemIndex(w),N=Boolean(this._interval),P=d===Ce,q=P?"carousel-item-start":"carousel-item-end",j=P?"carousel-item-next":"carousel-item-prev",ie=this._orderToDirection(d);if(w&&w.classList.contains(Ie))return void(this._isSliding=!1);if(this._isSliding||this._triggerSlideEvent(w,ie).defaultPrevented||!h||!w)return;this._isSliding=!0,N&&this.pause(),this._setActiveIndicatorElement(w),this._activeElement=w;const V=()=>{S.trigger(this._element,fn,{relatedTarget:w,direction:ie,from:m,to:C})};this._element.classList.contains("slide")?(w.classList.add(j),h.classList.add(q),w.classList.add(q),this._queueCallback(()=>{w.classList.remove(q,j),w.classList.add(Ie),h.classList.remove(Ie,j,q),this._isSliding=!1,setTimeout(V,0)},h,!0)):(h.classList.remove(Ie),w.classList.add(Ie),this._isSliding=!1,V()),N&&this.cycle()}_directionToOrder(t){return[dn,Yt].includes(t)?De()?t===Yt?Vt:Ce:t===Yt?Ce:Vt:t}_orderToDirection(t){return[Ce,Vt].includes(t)?De()?t===Vt?Yt:dn:t===Vt?dn:Yt:t}static carouselInterface(t,r){const d=Pe.getOrCreateInstance(t,r);let{_config:h}=d;"object"==typeof r&&(h={...h,...r});const m="string"==typeof r?r:h.slide;if("number"==typeof r)d.to(r);else if("string"==typeof m){if(void 0===d[m])throw new TypeError(`No method named "${m}"`);d[m]()}else h.interval&&h.ride&&(d.pause(),d.cycle())}static jQueryInterface(t){return this.each(function(){Pe.carouselInterface(this,t)})}static dataApiClickHandler(t){const r=xt(this);if(!r||!r.classList.contains("carousel"))return;const d={...Le.getDataAttributes(r),...Le.getDataAttributes(this)},h=this.getAttribute("data-bs-slide-to");h&&(d.interval=!1),Pe.carouselInterface(r,d),h&&Pe.getInstance(r).to(h),t.preventDefault()}}S.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",Pe.dataApiClickHandler),S.on(window,"load.bs.carousel.data-api",()=>{const l=B.find('[data-bs-ride="carousel"]');for(let t=0,r=l.length;t<r;t++)Pe.carouselInterface(l[t],Pe.getInstance(l[t]))}),U(Pe);const Ui="collapse",xn={toggle:!0,parent:null},Xi={toggle:"boolean",parent:"(null|element)"},Fn="show",At="collapse",mt="collapsing",En="collapsed",hn=":scope .collapse .collapse",zn='[data-bs-toggle="collapse"]';class Pt extends st{constructor(t,r){super(t),this._isTransitioning=!1,this._config=this._getConfig(r),this._triggerArray=[];const d=B.find(zn);for(let h=0,m=d.length;h<m;h++){const w=d[h],C=Be(w),N=B.find(C).filter(P=>P===this._element);null!==C&&N.length&&(this._selector=C,this._triggerArray.push(w))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return xn}static get NAME(){return Ui}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,r=[];if(this._config.parent){const w=B.find(hn,this._config.parent);r=B.find(".collapse.show, .collapse.collapsing",this._config.parent).filter(C=>!w.includes(C))}const d=B.findOne(this._selector);if(r.length){const w=r.find(C=>d!==C);if(t=w?Pt.getInstance(w):null,t&&t._isTransitioning)return}if(S.trigger(this._element,"show.bs.collapse").defaultPrevented)return;r.forEach(w=>{d!==w&&Pt.getOrCreateInstance(w,{toggle:!1}).hide(),t||It.set(w,"bs.collapse",null)});const h=this._getDimension();this._element.classList.remove(At),this._element.classList.add(mt),this._element.style[h]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const m=`scroll${h[0].toUpperCase()+h.slice(1)}`;this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(mt),this._element.classList.add(At,Fn),this._element.style[h]="",S.trigger(this._element,"shown.bs.collapse")},this._element,!0),this._element.style[h]=`${this._element[m]}px`}hide(){if(this._isTransitioning||!this._isShown()||S.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,this._element.classList.add(mt),this._element.classList.remove(At,Fn);const r=this._triggerArray.length;for(let d=0;d<r;d++){const h=this._triggerArray[d],m=xt(h);m&&!this._isShown(m)&&this._addAriaAndCollapsedClass([h],!1)}this._isTransitioning=!0,this._element.style[t]="",this._queueCallback(()=>{this._isTransitioning=!1,this._element.classList.remove(mt),this._element.classList.add(At),S.trigger(this._element,"hidden.bs.collapse")},this._element,!0)}_isShown(t=this._element){return t.classList.contains(Fn)}_getConfig(t){return(t={...xn,...Le.getDataAttributes(this._element),...t}).toggle=Boolean(t.toggle),t.parent=pt(t.parent),Qe(Ui,t,Xi),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=B.find(hn,this._config.parent);B.find(zn,this._config.parent).filter(r=>!t.includes(r)).forEach(r=>{const d=xt(r);d&&this._addAriaAndCollapsedClass([r],this._isShown(d))})}_addAriaAndCollapsedClass(t,r){t.length&&t.forEach(d=>{r?d.classList.remove(En):d.classList.add(En),d.setAttribute("aria-expanded",r)})}static jQueryInterface(t){return this.each(function(){const r={};"string"==typeof t&&/show|hide/.test(t)&&(r.toggle=!1);const d=Pt.getOrCreateInstance(this,r);if("string"==typeof t){if(void 0===d[t])throw new TypeError(`No method named "${t}"`);d[t]()}})}}S.on(document,"click.bs.collapse.data-api",zn,function(l){("A"===l.target.tagName||l.delegateTarget&&"A"===l.delegateTarget.tagName)&&l.preventDefault();const t=Be(this);B.find(t).forEach(r=>{Pt.getOrCreateInstance(r,{toggle:!1}).toggle()})}),U(Pt);var ve="top",ge="bottom",He="right",We="left",Tn="auto",Kt=[ve,ge,He,We],at="start",dt="end",Vi="clippingParents",An="viewport",Ct="popper",Yi="reference",pi=Kt.reduce(function(l,t){return l.concat([t+"-"+at,t+"-"+dt])},[]),gi=[].concat(Kt,[Tn]).reduce(function(l,t){return l.concat([t,t+"-"+at,t+"-"+dt])},[]),mi="beforeRead",Qi="afterRead",vi="beforeMain",yi="afterMain",Un="beforeWrite",bi="afterWrite",Gi=[mi,"read",Qi,vi,"main",yi,Un,"write",bi];function $e(l){return l?(l.nodeName||"").toLowerCase():null}function lt(l){if(null==l)return window;if("[object Window]"!==l.toString()){var t=l.ownerDocument;return t&&t.defaultView||window}return l}function pn(l){return l instanceof lt(l).Element||l instanceof Element}function et(l){return l instanceof lt(l).HTMLElement||l instanceof HTMLElement}function _i(l){return typeof ShadowRoot<"u"&&(l instanceof lt(l).ShadowRoot||l instanceof ShadowRoot)}const kn={name:"applyStyles",enabled:!0,phase:"write",fn:function(l){var t=l.state;Object.keys(t.elements).forEach(function(r){var d=t.styles[r]||{},h=t.attributes[r]||{},m=t.elements[r];et(m)&&$e(m)&&(Object.assign(m.style,d),Object.keys(h).forEach(function(w){var C=h[w];!1===C?m.removeAttribute(w):m.setAttribute(w,!0===C?"":C)}))})},effect:function(l){var t=l.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(d){var h=t.elements[d],m=t.attributes[d]||{},w=Object.keys(t.styles.hasOwnProperty(d)?t.styles[d]:r[d]).reduce(function(C,N){return C[N]="",C},{});et(h)&&$e(h)&&(Object.assign(h.style,w),Object.keys(m).forEach(function(C){h.removeAttribute(C)}))})}},requires:["computeStyles"]};function vt(l){return l.split("-")[0]}function Gt(l,t){var r=l.getBoundingClientRect();return{width:r.width/1,height:r.height/1,top:r.top/1,right:r.right/1,bottom:r.bottom/1,left:r.left/1,x:r.left/1,y:r.top/1}}function wi(l){var t=Gt(l),r=l.offsetWidth,d=l.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-d)<=1&&(d=t.height),{x:l.offsetLeft,y:l.offsetTop,width:r,height:d}}function xi(l,t){var r=t.getRootNode&&t.getRootNode();if(l.contains(t))return!0;if(r&&_i(r)){var d=t;do{if(d&&l.isSameNode(d))return!0;d=d.parentNode||d.host}while(d)}return!1}function yt(l){return lt(l).getComputedStyle(l)}function Ei(l){return["table","td","th"].indexOf($e(l))>=0}function kt(l){return((pn(l)?l.ownerDocument:l.document)||window.document).documentElement}function Fe(l){return"html"===$e(l)?l:l.assignedSlot||l.parentNode||(_i(l)?l.host:null)||kt(l)}function Jt(l){return et(l)&&"fixed"!==yt(l).position?l.offsetParent:null}function Ht(l){for(var t=lt(l),r=Jt(l);r&&Ei(r)&&"static"===yt(r).position;)r=Jt(r);return r&&("html"===$e(r)||"body"===$e(r)&&"static"===yt(r).position)?t:r||function(d){var h=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&et(d)&&"fixed"===yt(d).position)return null;for(var m=Fe(d);et(m)&&["html","body"].indexOf($e(m))<0;){var w=yt(m);if("none"!==w.transform||"none"!==w.perspective||"paint"===w.contain||-1!==["transform","perspective"].indexOf(w.willChange)||h&&"filter"===w.willChange||h&&w.filter&&"none"!==w.filter)return m;m=m.parentNode}return null}(l)||t}function Mt(l){return["top","bottom"].indexOf(l)>=0?"x":"y"}var St=Math.max,Sn=Math.min,Xn=Math.round;function gn(l,t,r){return St(l,Sn(t,r))}function Ti(l){return Object.assign({},{top:0,right:0,bottom:0,left:0},l)}function Dn(l,t){return t.reduce(function(r,d){return r[d]=l,r},{})}const Ai={name:"arrow",enabled:!0,phase:"main",fn:function(l){var t,pe,xe,r=l.state,d=l.name,h=l.options,m=r.elements.arrow,w=r.modifiersData.popperOffsets,C=vt(r.placement),N=Mt(C),P=[We,He].indexOf(C)>=0?"height":"width";if(m&&w){var q=(xe=r,Ti("number"!=typeof(pe="function"==typeof(pe=h.padding)?pe(Object.assign({},xe.rects,{placement:xe.placement})):pe)?pe:Dn(pe,Kt))),j=wi(m),ie="y"===N?ve:We,V="y"===N?ge:He,Y=r.rects.reference[P]+r.rects.reference[N]-w[N]-r.rects.popper[P],ee=w[N]-r.rects.reference[N],Z=Ht(m),me=Z?"y"===N?Z.clientHeight||0:Z.clientWidth||0:0,se=me/2-j[P]/2+(Y/2-ee/2),ae=gn(q[ie],se,me-j[P]-q[V]);r.modifiersData[d]=((t={})[N]=ae,t.centerOffset=ae-se,t)}},effect:function(l){var t=l.state,r=l.options.element,d=void 0===r?"[data-popper-arrow]":r;null!=d&&("string"!=typeof d||(d=t.elements.popper.querySelector(d)))&&xi(t.elements.popper,d)&&(t.elements.arrow=d)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function je(l){return l.split("-")[1]}var Ji={top:"auto",right:"auto",bottom:"auto",left:"auto"};function mn(l){var t,Ye,_t,Ne,r=l.popper,d=l.popperRect,h=l.placement,m=l.variation,w=l.offsets,C=l.position,N=l.gpuAcceleration,P=l.adaptive,q=l.roundOffsets,j=!0===q?(_t=(Ye=w).y,Ne=window.devicePixelRatio||1,{x:Xn(Xn(Ye.x*Ne)/Ne)||0,y:Xn(Xn(_t*Ne)/Ne)||0}):"function"==typeof q?q(w):w,ie=j.x,V=void 0===ie?0:ie,Y=j.y,ee=void 0===Y?0:Y,Z=w.hasOwnProperty("x"),me=w.hasOwnProperty("y"),ce=We,ne=ve,ue=window;if(P){var se=Ht(r),ae="clientHeight",he="clientWidth";se===lt(r)&&"static"!==yt(se=kt(r)).position&&"absolute"===C&&(ae="scrollHeight",he="scrollWidth"),h!==ve&&(h!==We&&h!==He||m!==dt)||(ne=ge,ee-=se[ae]-d.height,ee*=N?1:-1),h!==We&&(h!==ve&&h!==ge||m!==dt)||(ce=He,V-=se[he]-d.width,V*=N?1:-1)}var pe,xe=Object.assign({position:C},P&&Ji);return Object.assign({},xe,N?((pe={})[ne]=me?"0":"",pe[ce]=Z?"0":"",pe.transform=(ue.devicePixelRatio||1)<=1?"translate("+V+"px, "+ee+"px)":"translate3d("+V+"px, "+ee+"px, 0)",pe):((t={})[ne]=me?ee+"px":"",t[ce]=Z?V+"px":"",t.transform="",t))}const Ci={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(l){var t=l.state,r=l.options,d=r.gpuAcceleration,h=void 0===d||d,m=r.adaptive,w=void 0===m||m,C=r.roundOffsets,N=void 0===C||C,P={placement:vt(t.placement),variation:je(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:h};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,mn(Object.assign({},P,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:w,roundOffsets:N})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,mn(Object.assign({},P,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:N})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};var Vn={passive:!0};const Dt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(l){var t=l.state,r=l.instance,d=l.options,h=d.scroll,m=void 0===h||h,w=d.resize,C=void 0===w||w,N=lt(t.elements.popper),P=[].concat(t.scrollParents.reference,t.scrollParents.popper);return m&&P.forEach(function(q){q.addEventListener("scroll",r.update,Vn)}),C&&N.addEventListener("resize",r.update,Vn),function(){m&&P.forEach(function(q){q.removeEventListener("scroll",r.update,Vn)}),C&&N.removeEventListener("resize",r.update,Vn)}},data:{}};var Zt={left:"right",right:"left",bottom:"top",top:"bottom"};function vn(l){return l.replace(/left|right|bottom|top/g,function(t){return Zt[t]})}var yr={start:"end",end:"start"};function ki(l){return l.replace(/start|end/g,function(t){return yr[t]})}function Yn(l){var t=lt(l);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function en(l){return Gt(kt(l)).left+Yn(l).scrollLeft}function Kn(l){var t=yt(l);return/auto|scroll|overlay|hidden/.test(t.overflow+t.overflowY+t.overflowX)}function Qn(l){return["html","body","#document"].indexOf($e(l))>=0?l.ownerDocument.body:et(l)&&Kn(l)?l:Qn(Fe(l))}function On(l,t){var r;void 0===t&&(t=[]);var d=Qn(l),h=d===(null==(r=l.ownerDocument)?void 0:r.body),m=lt(d),w=h?[m].concat(m.visualViewport||[],Kn(d)?d:[]):d,C=t.concat(w);return h?C:C.concat(On(Fe(w)))}function Gn(l){return Object.assign({},l,{left:l.x,top:l.y,right:l.x+l.width,bottom:l.y+l.height})}function Zi(l,t){return t===An?Gn((d=lt(r=l),w=(h=kt(r)).clientWidth,C=h.clientHeight,N=0,P=0,(m=d.visualViewport)&&(w=m.width,C=m.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(N=m.offsetLeft,P=m.offsetTop)),{width:w,height:C,x:N+en(r),y:P})):et(t)?function(r){var d=Gt(r);return d.top=d.top+r.clientTop,d.left=d.left+r.clientLeft,d.bottom=d.top+r.clientHeight,d.right=d.left+r.clientWidth,d.width=r.clientWidth,d.height=r.clientHeight,d.x=d.left,d.y=d.top,d}(t):Gn(function(r){var d,h=kt(r),m=Yn(r),w=null==(d=r.ownerDocument)?void 0:d.body,C=St(h.scrollWidth,h.clientWidth,w?w.scrollWidth:0,w?w.clientWidth:0),N=St(h.scrollHeight,h.clientHeight,w?w.scrollHeight:0,w?w.clientHeight:0),P=-m.scrollLeft+en(r),q=-m.scrollTop;return"rtl"===yt(w||h).direction&&(P+=St(h.clientWidth,w?w.clientWidth:0)-C),{width:C,height:N,x:P,y:q}}(kt(l)));var r,d,h,m,w,C,N,P}function er(l){var t,r=l.reference,d=l.element,h=l.placement,m=h?vt(h):null,w=h?je(h):null,C=r.x+r.width/2-d.width/2,N=r.y+r.height/2-d.height/2;switch(m){case ve:t={x:C,y:r.y-d.height};break;case ge:t={x:C,y:r.y+r.height};break;case He:t={x:r.x+r.width,y:N};break;case We:t={x:r.x-d.width,y:N};break;default:t={x:r.x,y:r.y}}var P=m?Mt(m):null;if(null!=P){var q="y"===P?"height":"width";switch(w){case at:t[P]=t[P]-(r[q]/2-d[q]/2);break;case dt:t[P]=t[P]+(r[q]/2-d[q]/2)}}return t}function qt(l,t){void 0===t&&(t={});var rt,_t,Ne,Se,Bn,ut,Rn,sn,Ke,d=t.placement,h=void 0===d?l.placement:d,m=t.boundary,w=void 0===m?Vi:m,C=t.rootBoundary,N=void 0===C?An:C,P=t.elementContext,q=void 0===P?Ct:P,j=t.altBoundary,ie=void 0!==j&&j,V=t.padding,Y=void 0===V?0:V,ee=Ti("number"!=typeof Y?Y:Dn(Y,Kt)),me=l.rects.popper,ce=l.elements[ie?q===Ct?Yi:Ct:q],ne=(rt=pn(ce)?ce:ce.contextElement||kt(l.elements.popper),Ne=N,Rn="clippingParents"===(_t=w)?(Bn=On(Fe(Se=rt)),pn(ut=["absolute","fixed"].indexOf(yt(Se).position)>=0&&et(Se)?Ht(Se):Se)?Bn.filter(function(ot){return pn(ot)&&xi(ot,ut)&&"body"!==$e(ot)}):[]):[].concat(_t),Ke=(sn=[].concat(Rn,[Ne])).reduce(function(Se,Bn){var ut=Zi(rt,Bn);return Se.top=St(ut.top,Se.top),Se.right=Sn(ut.right,Se.right),Se.bottom=Sn(ut.bottom,Se.bottom),Se.left=St(ut.left,Se.left),Se},Zi(rt,sn[0])),Ke.width=Ke.right-Ke.left,Ke.height=Ke.bottom-Ke.top,Ke.x=Ke.left,Ke.y=Ke.top,Ke),ue=Gt(l.elements.reference),se=er({reference:ue,element:me,strategy:"absolute",placement:h}),ae=Gn(Object.assign({},me,se)),he=q===Ct?ae:ue,pe={top:ne.top-he.top+ee.top,bottom:he.bottom-ne.bottom+ee.bottom,left:ne.left-he.left+ee.left,right:he.right-ne.right+ee.right},xe=l.modifiersData.offset;if(q===Ct&&xe){var Ye=xe[h];Object.keys(pe).forEach(function(rt){var _t=[He,ge].indexOf(rt)>=0?1:-1,Ne=[ve,ge].indexOf(rt)>=0?"y":"x";pe[rt]+=Ye[Ne]*_t})}return pe}const tr={name:"flip",enabled:!0,phase:"main",fn:function(l){var t=l.state,r=l.options,d=l.name;if(!t.modifiersData[d]._skip){for(var h=r.mainAxis,m=void 0===h||h,w=r.altAxis,C=void 0===w||w,N=r.fallbackPlacements,P=r.padding,q=r.boundary,j=r.rootBoundary,ie=r.altBoundary,V=r.flipVariations,Y=void 0===V||V,ee=r.allowedAutoPlacements,Z=t.options.placement,me=vt(Z),ce=N||(me!==Z&&Y?function(ot){if(vt(ot)===Tn)return[];var wt=vn(ot);return[ki(ot),wt,ki(wt)]}(Z):[vn(Z)]),ne=[Z].concat(ce).reduce(function(ot,wt){return ot.concat(vt(wt)===Tn?function br(l,t){void 0===t&&(t={});var h=t.boundary,m=t.rootBoundary,w=t.padding,C=t.flipVariations,N=t.allowedAutoPlacements,P=void 0===N?gi:N,q=je(t.placement),j=q?C?pi:pi.filter(function(Y){return je(Y)===q}):Kt,ie=j.filter(function(Y){return P.indexOf(Y)>=0});0===ie.length&&(ie=j);var V=ie.reduce(function(Y,ee){return Y[ee]=qt(l,{placement:ee,boundary:h,rootBoundary:m,padding:w})[vt(ee)],Y},{});return Object.keys(V).sort(function(Y,ee){return V[Y]-V[ee]})}(t,{placement:wt,boundary:q,rootBoundary:j,padding:P,flipVariations:Y,allowedAutoPlacements:ee}):wt)},[]),ue=t.rects.reference,se=t.rects.popper,ae=new Map,he=!0,pe=ne[0],xe=0;xe<ne.length;xe++){var Ye=ne[xe],rt=vt(Ye),_t=je(Ye)===at,Ne=[ve,ge].indexOf(rt)>=0,Rn=Ne?"width":"height",sn=qt(t,{placement:Ye,boundary:q,rootBoundary:j,altBoundary:ie,padding:P}),an=Ne?_t?He:We:_t?ge:ve;ue[Rn]>se[Rn]&&(an=vn(an));var Ke=vn(an),Se=[];if(m&&Se.push(sn[rt]<=0),C&&Se.push(sn[an]<=0,sn[Ke]<=0),Se.every(function(ot){return ot})){pe=Ye,he=!1;break}ae.set(Ye,Se)}if(he)for(var Bn=function(ot){var wt=ne.find(function(mr){var Mi=ae.get(mr);if(Mi)return Mi.slice(0,ot).every(function(si){return si})});if(wt)return pe=wt,"break"},ut=Y?3:1;ut>0&&"break"!==Bn(ut);ut--);t.placement!==pe&&(t.modifiersData[d]._skip=!0,t.placement=pe,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function nr(l,t,r){return void 0===r&&(r={x:0,y:0}),{top:l.top-t.height-r.y,right:l.right-t.width+r.x,bottom:l.bottom-t.height+r.y,left:l.left-t.width-r.x}}function ir(l){return[ve,He,ge,We].some(function(t){return l[t]>=0})}const rr={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(l){var t=l.state,r=l.name,d=t.rects.reference,h=t.rects.popper,m=t.modifiersData.preventOverflow,w=qt(t,{elementContext:"reference"}),C=qt(t,{altBoundary:!0}),N=nr(w,d),P=nr(C,h,m),q=ir(N),j=ir(P);t.modifiersData[r]={referenceClippingOffsets:N,popperEscapeOffsets:P,isReferenceHidden:q,hasPopperEscaped:j},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":q,"data-popper-escaped":j})}},or={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(l){var t=l.state,d=l.name,h=l.options.offset,m=void 0===h?[0,0]:h,w=gi.reduce(function(q,j){return q[j]=(V=t.rects,Y=m,ee=vt(ie=j),Z=[We,ve].indexOf(ee)>=0?-1:1,ce=(ce=(me="function"==typeof Y?Y(Object.assign({},V,{placement:ie})):Y)[0])||0,ne=((ne=me[1])||0)*Z,[We,He].indexOf(ee)>=0?{x:ne,y:ce}:{x:ce,y:ne}),q;var ie,V,Y,ee,Z,me,ce,ne},{}),C=w[t.placement],P=C.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=C.x,t.modifiersData.popperOffsets.y+=P),t.modifiersData[d]=w}},Jn={name:"popperOffsets",enabled:!0,phase:"read",fn:function(l){var t=l.state;t.modifiersData[l.name]=er({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},Zn={name:"preventOverflow",enabled:!0,phase:"main",fn:function(l){var t=l.state,r=l.options,d=l.name,h=r.mainAxis,m=void 0===h||h,w=r.altAxis,C=void 0!==w&&w,ie=r.tether,V=void 0===ie||ie,Y=r.tetherOffset,ee=void 0===Y?0:Y,Z=qt(t,{boundary:r.boundary,rootBoundary:r.rootBoundary,padding:r.padding,altBoundary:r.altBoundary}),me=vt(t.placement),ce=je(t.placement),ne=!ce,ue=Mt(me),se="x"===ue?"y":"x",ae=t.modifiersData.popperOffsets,he=t.rects.reference,pe=t.rects.popper,xe="function"==typeof ee?ee(Object.assign({},t.rects,{placement:t.placement})):ee,Ye={x:0,y:0};if(ae){if(m||C){var rt="y"===ue?ve:We,_t="y"===ue?ge:He,Ne="y"===ue?"height":"width",Rn=ae[ue],sn=ae[ue]+Z[rt],an=ae[ue]-Z[_t],Ke=V?-pe[Ne]/2:0,Se=ce===at?he[Ne]:pe[Ne],Bn=ce===at?-pe[Ne]:-he[Ne],ut=t.elements.arrow,ot=V&&ut?wi(ut):{width:0,height:0},wt=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},mr=wt[rt],Mi=wt[_t],si=gn(0,he[Ne],ot[Ne]),Ir=ne?he[Ne]/2-Ke-si-mr-xe:Se-si-mr-xe,Pr=ne?-he[Ne]/2+Ke+si+Mi+xe:Bn+si+Mi+xe,Cr=t.elements.arrow&&Ht(t.elements.arrow),kr=t.modifiersData.offset?t.modifiersData.offset[t.placement][ue]:0,Sr=ae[ue]+Ir-kr-(Cr?"y"===ue?Cr.clientTop||0:Cr.clientLeft||0:0),Dr=ae[ue]+Pr-kr;if(m){var Or=gn(V?Sn(sn,Sr):sn,Rn,V?St(an,Dr):an);ae[ue]=Or,Ye[ue]=Or-Rn}if(C){var vr=ae[se],Nr=vr+Z["x"===ue?ve:We],Lr=vr-Z["x"===ue?ge:He],jr=gn(V?Sn(Nr,Sr):Nr,vr,V?St(Lr,Dr):Lr);ae[se]=jr,Ye[se]=jr-vr}}t.modifiersData[d]=Ye}},requiresIfExists:["offset"]};function sr(l,t,r){void 0===r&&(r=!1);var d=et(t);et(t)&&t.getBoundingClientRect();var h,m,w=kt(t),C=Gt(l),N={scrollLeft:0,scrollTop:0},P={x:0,y:0};return(d||!d&&!r)&&(("body"!==$e(t)||Kn(w))&&(N=(h=t)!==lt(h)&&et(h)?{scrollLeft:(m=h).scrollLeft,scrollTop:m.scrollTop}:Yn(h)),et(t)?((P=Gt(t)).x+=t.clientLeft,P.y+=t.clientTop):w&&(P.x=en(w))),{x:C.left+N.scrollLeft-P.x,y:C.top+N.scrollTop-P.y,width:C.width,height:C.height}}function Si(l){var t=new Map,r=new Set,d=[];function h(m){r.add(m.name),[].concat(m.requires||[],m.requiresIfExists||[]).forEach(function(w){if(!r.has(w)){var C=t.get(w);C&&h(C)}}),d.push(m)}return l.forEach(function(m){t.set(m.name,m)}),l.forEach(function(m){r.has(m.name)||h(m)}),d}var Di={placement:"bottom",modifiers:[],strategy:"absolute"};function Oi(){for(var l=arguments.length,t=new Array(l),r=0;r<l;r++)t[r]=arguments[r];return!t.some(function(d){return!(d&&"function"==typeof d.getBoundingClientRect)})}function yn(l){void 0===l&&(l={});var r=l.defaultModifiers,d=void 0===r?[]:r,h=l.defaultOptions,m=void 0===h?Di:h;return function(w,C,N){void 0===N&&(N=m);var P,q,j={placement:"bottom",orderedModifiers:[],options:Object.assign({},Di,m),modifiersData:{},elements:{reference:w,popper:C},attributes:{},styles:{}},ie=[],V=!1,Y={state:j,setOptions:function(Z){var me="function"==typeof Z?Z(j.options):Z;ee(),j.options=Object.assign({},m,j.options,me),j.scrollParents={reference:pn(w)?On(w):w.contextElement?On(w.contextElement):[],popper:On(C)};var ce,ne,se,ae,ue=(ce=[].concat(d,j.options.modifiers),ne=ce.reduce(function(se,ae){var he=se[ae.name];return se[ae.name]=he?Object.assign({},he,ae,{options:Object.assign({},he.options,ae.options),data:Object.assign({},he.data,ae.data)}):ae,se},{}),se=Object.keys(ne).map(function(se){return ne[se]}),ae=Si(se),Gi.reduce(function(he,pe){return he.concat(ae.filter(function(xe){return xe.phase===pe}))},[]));return j.orderedModifiers=ue.filter(function(se){return se.enabled}),j.orderedModifiers.forEach(function(se){var he=se.options,xe=se.effect;if("function"==typeof xe){var Ye=xe({state:j,name:se.name,instance:Y,options:void 0===he?{}:he});ie.push(Ye||function(){})}}),Y.update()},forceUpdate:function(){if(!V){var Z=j.elements,me=Z.reference,ce=Z.popper;if(Oi(me,ce)){j.rects={reference:sr(me,Ht(ce),"fixed"===j.options.strategy),popper:wi(ce)},j.reset=!1,j.placement=j.options.placement,j.orderedModifiers.forEach(function(xe){return j.modifiersData[xe.name]=Object.assign({},xe.data)});for(var ne=0;ne<j.orderedModifiers.length;ne++)if(!0!==j.reset){var ue=j.orderedModifiers[ne],se=ue.fn,ae=ue.options;"function"==typeof se&&(j=se({state:j,options:void 0===ae?{}:ae,name:ue.name,instance:Y})||j)}else j.reset=!1,ne=-1}}},update:(P=function(){return new Promise(function(Z){Y.forceUpdate(),Z(j)})},function(){return q||(q=new Promise(function(Z){Promise.resolve().then(function(){q=void 0,Z(P())})})),q}),destroy:function(){ee(),V=!0}};if(!Oi(w,C))return Y;function ee(){ie.forEach(function(Z){return Z()}),ie=[]}return Y.setOptions(N).then(function(Z){!V&&N.onFirstUpdate&&N.onFirstUpdate(Z)}),Y}}var _r=yn(),Nn=yn({defaultModifiers:[Dt,Jn,Ci,kn]}),ei=yn({defaultModifiers:[Dt,Jn,Ci,kn,or,tr,Zn,Ai,rr]});const Ni=Object.freeze({__proto__:null,popperGenerator:yn,detectOverflow:qt,createPopperBase:_r,createPopper:ei,createPopperLite:Nn,top:ve,bottom:ge,right:He,left:We,auto:Tn,basePlacements:Kt,start:at,end:dt,clippingParents:Vi,viewport:An,popper:Ct,reference:Yi,variationPlacements:pi,placements:gi,beforeRead:mi,read:"read",afterRead:Qi,beforeMain:vi,main:"main",afterMain:yi,beforeWrite:Un,write:"write",afterWrite:bi,modifierPhases:Gi,applyStyles:kn,arrow:Ai,computeStyles:Ci,eventListeners:Dt,flip:tr,hide:rr,offset:or,popperOffsets:Jn,preventOverflow:Zn}),Ln="dropdown",Li="Escape",lr="ArrowUp",e="ArrowDown",n=new RegExp("ArrowUp|ArrowDown|Escape"),i="click.bs.dropdown.data-api",o="keydown.bs.dropdown.data-api",a="show",c='[data-bs-toggle="dropdown"]',u=".dropdown-menu",g=De()?"top-end":"top-start",v=De()?"top-start":"top-end",b=De()?"bottom-end":"bottom-start",E=De()?"bottom-start":"bottom-end",k=De()?"left-start":"right-start",x=De()?"right-start":"left-start",T={offset:[0,2],boundary:"clippingParents",reference:"toggle",display:"dynamic",popperConfig:null,autoClose:!0},H={offset:"(array|string|function)",boundary:"(string|element)",reference:"(string|element|object)",display:"string",popperConfig:"(null|object|function)",autoClose:"(boolean|string)"};class M extends st{constructor(t,r){super(t),this._popper=null,this._config=this._getConfig(r),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar()}static get Default(){return T}static get DefaultType(){return H}static get NAME(){return Ln}toggle(){return this._isShown()?this.hide():this.show()}show(){if(jt(this._element)||this._isShown(this._menu))return;const t={relatedTarget:this._element};if(S.trigger(this._element,"show.bs.dropdown",t).defaultPrevented)return;const r=M.getParentFromElement(this._element);this._inNavbar?Le.setDataAttribute(this._menu,"popper","none"):this._createPopper(r),"ontouchstart"in document.documentElement&&!r.closest(".navbar-nav")&&[].concat(...document.body.children).forEach(d=>S.on(d,"mouseover",_n)),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(a),this._element.classList.add(a),S.trigger(this._element,"shown.bs.dropdown",t)}hide(){!jt(this._element)&&this._isShown(this._menu)&&this._completeHide({relatedTarget:this._element})}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){S.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(r=>S.off(r,"mouseover",_n)),this._popper&&this._popper.destroy(),this._menu.classList.remove(a),this._element.classList.remove(a),this._element.setAttribute("aria-expanded","false"),Le.removeDataAttribute(this._menu,"popper"),S.trigger(this._element,"hidden.bs.dropdown",t))}_getConfig(t){if(t={...this.constructor.Default,...Le.getDataAttributes(this._element),...t},Qe(Ln,t,this.constructor.DefaultType),"object"==typeof t.reference&&!Nt(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError(`${Ln.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(t){if(void 0===Ni)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let r=this._element;"parent"===this._config.reference?r=t:Nt(this._config.reference)?r=pt(this._config.reference):"object"==typeof this._config.reference&&(r=this._config.reference);const d=this._getPopperConfig(),h=d.modifiers.find(m=>"applyStyles"===m.name&&!1===m.enabled);this._popper=ei(r,this._menu,d),h&&Le.setDataAttribute(this._menu,"popper","static")}_isShown(t=this._element){return t.classList.contains(a)}_getMenuElement(){return B.next(this._element,u)[0]}_getPlacement(){const t=this._element.parentNode;if(t.classList.contains("dropend"))return k;if(t.classList.contains("dropstart"))return x;const r="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?r?v:g:r?E:b}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(r=>Number.parseInt(r,10)):"function"==typeof t?r=>t(r,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:r}){const d=B.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(Lt);d.length&&zt(d,r,t===e,!d.includes(r)).focus()}static jQueryInterface(t){return this.each(function(){const r=M.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}})}static clearMenus(t){if(t&&(2===t.button||"keyup"===t.type&&"Tab"!==t.key))return;const r=B.find(c);for(let d=0,h=r.length;d<h;d++){const m=M.getInstance(r[d]);if(!m||!1===m._config.autoClose||!m._isShown())continue;const w={relatedTarget:m._element};if(t){const C=t.composedPath(),N=C.includes(m._menu);if(C.includes(m._element)||"inside"===m._config.autoClose&&!N||"outside"===m._config.autoClose&&N||m._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;"click"===t.type&&(w.clickEvent=t)}m._completeHide(w)}}static getParentFromElement(t){return xt(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?"Space"===t.key||t.key!==Li&&(t.key!==e&&t.key!==lr||t.target.closest(u)):!n.test(t.key))return;const r=this.classList.contains(a);if(!r&&t.key===Li||(t.preventDefault(),t.stopPropagation(),jt(this)))return;const d=this.matches(c)?this:B.prev(this,c)[0],h=M.getOrCreateInstance(d);if(t.key!==Li)return t.key===lr||t.key===e?(r||h.show(),void h._selectMenuItem(t)):void(r&&"Space"!==t.key||M.clearMenus());h.hide()}}S.on(document,o,c,M.dataApiKeydownHandler),S.on(document,o,u,M.dataApiKeydownHandler),S.on(document,i,M.clearMenus),S.on(document,"keyup.bs.dropdown.data-api",M.clearMenus),S.on(document,i,c,function(l){l.preventDefault(),M.getOrCreateInstance(this).toggle()}),U(M);const R=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",ye=".sticky-top";class Te{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,"paddingRight",r=>r+t),this._setElementAttributes(R,"paddingRight",r=>r+t),this._setElementAttributes(ye,"marginRight",r=>r-t)}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,r,d){const h=this.getWidth();this._applyManipulationCallback(t,m=>{if(m!==this._element&&window.innerWidth>m.clientWidth+h)return;this._saveInitialAttribute(m,r);const w=window.getComputedStyle(m)[r];m.style[r]=`${d(Number.parseFloat(w))}px`})}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(R,"paddingRight"),this._resetElementAttributes(ye,"marginRight")}_saveInitialAttribute(t,r){const d=t.style[r];d&&Le.setDataAttribute(t,r,d)}_resetElementAttributes(t,r){this._applyManipulationCallback(t,d=>{const h=Le.getDataAttribute(d,r);void 0===h?d.style.removeProperty(r):(Le.removeDataAttribute(d,r),d.style[r]=h)})}_applyManipulationCallback(t,r){Nt(t)?r(t):B.find(t,this._element).forEach(r)}isOverflowing(){return this.getWidth()>0}}const tt={className:"modal-backdrop",isVisible:!0,isAnimated:!1,rootElement:"body",clickCallback:null},fe={className:"string",isVisible:"boolean",isAnimated:"boolean",rootElement:"(element|string)",clickCallback:"(function|null)"},K="show",Me="mousedown.bs.backdrop";class re{constructor(t){this._config=this._getConfig(t),this._isAppended=!1,this._element=null}show(t){this._config.isVisible?(this._append(),this._config.isAnimated&&this._getElement(),this._getElement().classList.add(K),this._emulateAnimation(()=>{Ft(t)})):Ft(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove(K),this._emulateAnimation(()=>{this.dispose(),Ft(t)})):Ft(t)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_getConfig(t){return(t={...tt,..."object"==typeof t?t:{}}).rootElement=pt(t.rootElement),Qe("backdrop",t,fe),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),S.on(this._getElement(),Me,()=>{Ft(this._config.clickCallback)}),this._isAppended=!0)}dispose(){this._isAppended&&(S.off(this._element,Me),this._element.remove(),this._isAppended=!1)}_emulateAnimation(t){ai(t,this._getElement(),this._config.isAnimated)}}const _e={trapElement:null,autofocus:!0},jn={trapElement:"element",autofocus:"boolean"},In=".bs.focustrap",ze="backward";class Rt{constructor(t){this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}activate(){const{trapElement:t,autofocus:r}=this._config;this._isActive||(r&&t.focus(),S.off(document,In),S.on(document,"focusin.bs.focustrap",d=>this._handleFocusin(d)),S.on(document,"keydown.tab.bs.focustrap",d=>this._handleKeydown(d)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,S.off(document,In))}_handleFocusin(t){const{target:r}=t,{trapElement:d}=this._config;if(r===document||r===d||d.contains(r))return;const h=B.focusableChildren(d);0===h.length?d.focus():this._lastTabNavDirection===ze?h[h.length-1].focus():h[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?ze:"forward")}_getConfig(t){return t={..._e,..."object"==typeof t?t:{}},Qe("focustrap",t,jn),t}}const nn={backdrop:!0,keyboard:!0,focus:!0},ct={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean"},be="hidden.bs.modal",Ue="show.bs.modal",Xe="resize.bs.modal",ft="click.dismiss.bs.modal",Q="keydown.dismiss.bs.modal",oe="mousedown.dismiss.bs.modal",ke="modal-open",Ee="modal-static";class Oe extends st{constructor(t,r){super(t),this._config=this._getConfig(r),this._dialog=B.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollBar=new Te}static get Default(){return nn}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||S.trigger(this._element,Ue,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isAnimated()&&(this._isTransitioning=!0),this._scrollBar.hide(),document.body.classList.add(ke),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),S.on(this._dialog,oe,()=>{S.one(this._element,"mouseup.dismiss.bs.modal",r=>{r.target===this._element&&(this._ignoreBackdropClick=!0)})}),this._showBackdrop(()=>this._showElement(t)))}hide(){if(!this._isShown||this._isTransitioning||S.trigger(this._element,"hide.bs.modal").defaultPrevented)return;this._isShown=!1;const t=this._isAnimated();t&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove("show"),S.off(this._element,ft),S.off(this._dialog,oe),this._queueCallback(()=>this._hideModal(),this._element,t)}dispose(){[window,this._dialog].forEach(t=>S.off(t,".bs.modal")),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new re({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Rt({trapElement:this._element})}_getConfig(t){return t={...nn,...Le.getDataAttributes(this._element),..."object"==typeof t?t:{}},Qe("modal",t,ct),t}_showElement(t){const r=this._isAnimated(),d=B.findOne(".modal-body",this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,d&&(d.scrollTop=0),this._element.classList.add("show"),this._queueCallback(()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,S.trigger(this._element,"shown.bs.modal",{relatedTarget:t})},this._dialog,r)}_setEscapeEvent(){this._isShown?S.on(this._element,Q,t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()}):S.off(this._element,Q)}_setResizeEvent(){this._isShown?S.on(window,Xe,()=>this._adjustDialog()):S.off(window,Xe)}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(ke),this._resetAdjustments(),this._scrollBar.reset(),S.trigger(this._element,be)})}_showBackdrop(t){S.on(this._element,ft,r=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:r.target===r.currentTarget&&(!0===this._config.backdrop?this.hide():"static"===this._config.backdrop&&this._triggerBackdropTransition())}),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(S.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const{classList:t,scrollHeight:r,style:d}=this._element,h=r>document.documentElement.clientHeight;!h&&"hidden"===d.overflowY||t.contains(Ee)||(h||(d.overflowY="hidden"),t.add(Ee),this._queueCallback(()=>{t.remove(Ee),h||this._queueCallback(()=>{d.overflowY=""},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,r=this._scrollBar.getWidth(),d=r>0;(!d&&t&&!De()||d&&!t&&De())&&(this._element.style.paddingLeft=`${r}px`),(d&&!t&&!De()||!d&&t&&De())&&(this._element.style.paddingRight=`${r}px`)}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,r){return this.each(function(){const d=Oe.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===d[t])throw new TypeError(`No method named "${t}"`);d[t](r)}})}}S.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',function(l){const t=xt(this);["A","AREA"].includes(this.tagName)&&l.preventDefault(),S.one(t,Ue,d=>{d.defaultPrevented||S.one(t,be,()=>{Lt(this)&&this.focus()})});const r=B.findOne(".modal.show");r&&Oe.getInstance(r).hide(),Oe.getOrCreateInstance(t).toggle(this)}),$n(Oe),U(Oe);const rn="offcanvas",Pn={backdrop:!0,keyboard:!0,scroll:!1},wr={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"},ur=".offcanvas.show",Hn="hidden.bs.offcanvas";class Bt extends st{constructor(t,r){super(t),this._config=this._getConfig(r),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return rn}static get Default(){return Pn}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||S.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._backdrop.show(),this._config.scroll||(new Te).hide(),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("show"),this._queueCallback(()=>{this._config.scroll||this._focustrap.activate(),S.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t})},this._element,!0))}hide(){this._isShown&&(S.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.remove("show"),this._backdrop.hide(),this._queueCallback(()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.scroll||(new Te).reset(),S.trigger(this._element,Hn)},this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t={...Pn,...Le.getDataAttributes(this._element),..."object"==typeof t?t:{}},Qe(rn,t,wr),t}_initializeBackDrop(){return new re({className:"offcanvas-backdrop",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()=>this.hide()})}_initializeFocusTrap(){return new Rt({trapElement:this._element})}_addEventListeners(){S.on(this._element,"keydown.dismiss.bs.offcanvas",t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()})}static jQueryInterface(t){return this.each(function(){const r=Bt.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);r[t](this)}})}}S.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',function(l){const t=xt(this);if(["A","AREA"].includes(this.tagName)&&l.preventDefault(),jt(this))return;S.one(t,Hn,()=>{Lt(this)&&this.focus()});const r=B.findOne(ur);r&&r!==t&&Bt.getInstance(r).hide(),Bt.getOrCreateInstance(t).toggle(this)}),S.on(window,"load.bs.offcanvas.data-api",()=>B.find(ur).forEach(l=>Bt.getOrCreateInstance(l).show())),$n(Bt),U(Bt);const xr=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Er=/^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i,Mn=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Tr=(l,t)=>{const r=l.nodeName.toLowerCase();if(t.includes(r))return!xr.has(r)||Boolean(Er.test(l.nodeValue)||Mn.test(l.nodeValue));const d=t.filter(h=>h instanceof RegExp);for(let h=0,m=d.length;h<m;h++)if(d[h].test(r))return!0;return!1};function ti(l,t,r){if(!l.length)return l;if(r&&"function"==typeof r)return r(l);const d=(new window.DOMParser).parseFromString(l,"text/html"),h=[].concat(...d.body.querySelectorAll("*"));for(let m=0,w=h.length;m<w;m++){const C=h[m],N=C.nodeName.toLowerCase();if(!Object.keys(t).includes(N)){C.remove();continue}const P=[].concat(...C.attributes),q=[].concat(t["*"]||[],t[N]||[]);P.forEach(j=>{Tr(j,q)||C.removeAttribute(j.nodeName)})}return d.body.innerHTML}const bt="tooltip",Ot=new Set(["sanitize","allowList","sanitizeFn"]),dr={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(array|string|function)",container:"(string|element|boolean)",fallbackPlacements:"array",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",allowList:"object",popperConfig:"(null|object|function)"},fr={AUTO:"auto",TOP:"top",RIGHT:De()?"left":"right",BOTTOM:"bottom",LEFT:De()?"right":"left"},hr={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:{"*":["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},Ar={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},de="fade",Wt="show",Re="show",ni=".tooltip-inner",pr="hide.bs.modal",ii="hover";class it extends st{constructor(t,r){if(void 0===Ni)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this._config=this._getConfig(r),this.tip=null,this._setListeners()}static get Default(){return hr}static get NAME(){return bt}static get Event(){return Ar}static get DefaultType(){return dr}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const r=this._initializeOnDelegatedTarget(t);r._activeTrigger.click=!r._activeTrigger.click,r._isWithActiveTrigger()?r._enter(null,r):r._leave(null,r)}else{if(this.getTipElement().classList.contains(Wt))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),S.off(this._element.closest(".modal"),pr,this._hideModalHandler),this.tip&&this.tip.remove(),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this.isWithContent()||!this._isEnabled)return;const t=S.trigger(this._element,this.constructor.Event.SHOW),r=bn(this._element),d=null===r?this._element.ownerDocument.documentElement.contains(this._element):r.contains(this._element);if(t.defaultPrevented||!d)return;"tooltip"===this.constructor.NAME&&this.tip&&this.getTitle()!==this.tip.querySelector(ni).innerHTML&&(this._disposePopper(),this.tip.remove(),this.tip=null);const h=this.getTipElement(),m=(j=>{do{j+=Math.floor(1e6*Math.random())}while(document.getElementById(j));return j})(this.constructor.NAME);h.setAttribute("id",m),this._element.setAttribute("aria-describedby",m),this._config.animation&&h.classList.add(de);const w="function"==typeof this._config.placement?this._config.placement.call(this,h,this._element):this._config.placement,C=this._getAttachment(w);this._addAttachmentClass(C);const{container:N}=this._config;It.set(h,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(N.append(h),S.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=ei(this._element,h,this._getPopperConfig(C)),h.classList.add(Wt);const P=this._resolvePossibleFunction(this._config.customClass);P&&h.classList.add(...P.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(j=>{S.on(j,"mouseover",_n)});const q=this.tip.classList.contains(de);this._queueCallback(()=>{const j=this._hoverState;this._hoverState=null,S.trigger(this._element,this.constructor.Event.SHOWN),"out"===j&&this._leave(null,this)},this.tip,q)}hide(){if(!this._popper)return;const t=this.getTipElement();if(S.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove(Wt),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach(d=>S.off(d,"mouseover",_n)),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1;const r=this.tip.classList.contains(de);this._queueCallback(()=>{this._isWithActiveTrigger()||(this._hoverState!==Re&&t.remove(),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),S.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())},this.tip,r),this._hoverState=""}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t=document.createElement("div");t.innerHTML=this._config.template;const r=t.children[0];return this.setContent(r),r.classList.remove(de,Wt),this.tip=r,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),ni)}_sanitizeAndSetContent(t,r,d){const h=B.findOne(d,t);r||!h?this.setElementContent(h,r):h.remove()}setElementContent(t,r){if(null!==t)return Nt(r)?(r=pt(r),void(this._config.html?r.parentNode!==t&&(t.innerHTML="",t.append(r)):t.textContent=r.textContent)):void(this._config.html?(this._config.sanitize&&(r=ti(r,this._config.allowList,this._config.sanitizeFn)),t.innerHTML=r):t.textContent=r)}getTitle(){const t=this._element.getAttribute("data-bs-original-title")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,r){return r||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map(r=>Number.parseInt(r,10)):"function"==typeof t?r=>t(r,this._element):t}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){const r={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:d=>this._handlePopperPlacementChange(d)}],onFirstUpdate:d=>{d.options.placement!==d.placement&&this._handlePopperPlacementChange(d)}};return{...r,..."function"==typeof this._config.popperConfig?this._config.popperConfig(r):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return fr[t.toUpperCase()]}_setListeners(){this._config.trigger.split(" ").forEach(t=>{if("click"===t)S.on(this._element,this.constructor.Event.CLICK,this._config.selector,r=>this.toggle(r));else if("manual"!==t){const d=t===ii?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;S.on(this._element,t===ii?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,this._config.selector,h=>this._enter(h)),S.on(this._element,d,this._config.selector,h=>this._leave(h))}}),this._hideModalHandler=()=>{this._element&&this.hide()},S.on(this._element.closest(".modal"),pr,this._hideModalHandler),this._config.selector?this._config={...this._config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){const t=this._element.getAttribute("title"),r=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==r)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,r){r=this._initializeOnDelegatedTarget(t,r),t&&(r._activeTrigger["focusin"===t.type?"focus":ii]=!0),r.getTipElement().classList.contains(Wt)||r._hoverState===Re?r._hoverState=Re:(clearTimeout(r._timeout),r._hoverState=Re,r._config.delay&&r._config.delay.show?r._timeout=setTimeout(()=>{r._hoverState===Re&&r.show()},r._config.delay.show):r.show())}_leave(t,r){r=this._initializeOnDelegatedTarget(t,r),t&&(r._activeTrigger["focusout"===t.type?"focus":ii]=r._element.contains(t.relatedTarget)),r._isWithActiveTrigger()||(clearTimeout(r._timeout),r._hoverState="out",r._config.delay&&r._config.delay.hide?r._timeout=setTimeout(()=>{"out"===r._hoverState&&r.hide()},r._config.delay.hide):r.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const r=Le.getDataAttributes(this._element);return Object.keys(r).forEach(d=>{Ot.has(d)&&delete r[d]}),(t={...this.constructor.Default,...r,..."object"==typeof t&&t?t:{}}).container=!1===t.container?document.body:pt(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),Qe(bt,t,this.constructor.DefaultType),t.sanitize&&(t.template=ti(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t={};for(const r in this._config)this.constructor.Default[r]!==this._config[r]&&(t[r]=this._config[r]);return t}_cleanTipClass(){const t=this.getTipElement(),r=new RegExp(`(^|\\s)${this._getBasicClassPrefix()}\\S+`,"g"),d=t.getAttribute("class").match(r);null!==d&&d.length>0&&d.map(h=>h.trim()).forEach(h=>t.classList.remove(h))}_getBasicClassPrefix(){return"bs-tooltip"}_handlePopperPlacementChange(t){const{state:r}=t;r&&(this.tip=r.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(r.placement)))}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null)}static jQueryInterface(t){return this.each(function(){const r=it.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}})}}U(it);const Pi={...it.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'},gr={...it.DefaultType,content:"(string|element|function)"},ri={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"};class on extends it{static get Default(){return Pi}static get NAME(){return"popover"}static get Event(){return ri}static get DefaultType(){return gr}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".popover-header"),this._sanitizeAndSetContent(t,this._getContent(),".popover-body")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return"bs-popover"}static jQueryInterface(t){return this.each(function(){const r=on.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}})}}U(on);const oi="scrollspy",qn={offset:10,method:"auto",target:""},Hi={offset:"number",method:"string",target:"(string|element)"},$t="active",f=".nav-link, .list-group-item, .dropdown-item",p="position";class y extends st{constructor(t,r){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(r),this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,S.on(this._scrollElement,"scroll.bs.scrollspy",()=>this._process()),this.refresh(),this._process()}static get Default(){return qn}static get NAME(){return oi}refresh(){const r="auto"===this._config.method?this._scrollElement===this._scrollElement.window?"offset":p:this._config.method,d=r===p?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),B.find(f,this._config.target).map(h=>{const m=Be(h),w=m?B.findOne(m):null;if(w){const C=w.getBoundingClientRect();if(C.width||C.height)return[Le[r](w).top+d,m]}return null}).filter(h=>h).sort((h,m)=>h[0]-m[0]).forEach(h=>{this._offsets.push(h[0]),this._targets.push(h[1])})}dispose(){S.off(this._scrollElement,".bs.scrollspy"),super.dispose()}_getConfig(t){return(t={...qn,...Le.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}}).target=pt(t.target)||document.documentElement,Qe(oi,t,Hi),t}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t=this._getScrollTop()+this._config.offset,r=this._getScrollHeight(),d=this._config.offset+r-this._getOffsetHeight();if(this._scrollHeight!==r&&this.refresh(),t>=d){const h=this._targets[this._targets.length-1];this._activeTarget!==h&&this._activate(h)}else{if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(let h=this._offsets.length;h--;)this._activeTarget!==this._targets[h]&&t>=this._offsets[h]&&(void 0===this._offsets[h+1]||t<this._offsets[h+1])&&this._activate(this._targets[h])}}_activate(t){this._activeTarget=t,this._clear();const r=f.split(",").map(h=>`${h}[data-bs-target="${t}"],${h}[href="${t}"]`),d=B.findOne(r.join(","),this._config.target);d.classList.add($t),d.classList.contains("dropdown-item")?B.findOne(".dropdown-toggle",d.closest(".dropdown")).classList.add($t):B.parents(d,".nav, .list-group").forEach(h=>{B.prev(h,".nav-link, .list-group-item").forEach(m=>m.classList.add($t)),B.prev(h,".nav-item").forEach(m=>{B.children(m,".nav-link").forEach(w=>w.classList.add($t))})}),S.trigger(this._scrollElement,"activate.bs.scrollspy",{relatedTarget:t})}_clear(){B.find(f,this._config.target).filter(t=>t.classList.contains($t)).forEach(t=>t.classList.remove($t))}static jQueryInterface(t){return this.each(function(){const r=y.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}})}}S.on(window,"load.bs.scrollspy.data-api",()=>{B.find('[data-bs-spy="scroll"]').forEach(l=>new y(l))}),U(y);const A="active",_="fade",D="show",O=".active",L=":scope > li > .active";class I extends st{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains(A))return;let t;const r=xt(this._element),d=this._element.closest(".nav, .list-group");d&&(t=B.find("UL"===d.nodeName||"OL"===d.nodeName?L:O,d),t=t[t.length-1]);const h=t?S.trigger(t,"hide.bs.tab",{relatedTarget:this._element}):null;if(S.trigger(this._element,"show.bs.tab",{relatedTarget:t}).defaultPrevented||null!==h&&h.defaultPrevented)return;this._activate(this._element,d);const m=()=>{S.trigger(t,"hidden.bs.tab",{relatedTarget:this._element}),S.trigger(this._element,"shown.bs.tab",{relatedTarget:t})};r?this._activate(r,r.parentNode,m):m()}_activate(t,r,d){const h=(!r||"UL"!==r.nodeName&&"OL"!==r.nodeName?B.children(r,O):B.find(L,r))[0],m=d&&h&&h.classList.contains(_),w=()=>this._transitionComplete(t,h,d);h&&m?(h.classList.remove(D),this._queueCallback(w,t,!0)):w()}_transitionComplete(t,r,d){if(r){r.classList.remove(A);const m=B.findOne(":scope > .dropdown-menu .active",r.parentNode);m&&m.classList.remove(A),"tab"===r.getAttribute("role")&&r.setAttribute("aria-selected",!1)}t.classList.add(A),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),t.classList.contains(_)&&t.classList.add(D);let h=t.parentNode;if(h&&"LI"===h.nodeName&&(h=h.parentNode),h&&h.classList.contains("dropdown-menu")){const m=t.closest(".dropdown");m&&B.find(".dropdown-toggle",m).forEach(w=>w.classList.add(A)),t.setAttribute("aria-expanded",!0)}d&&d()}static jQueryInterface(t){return this.each(function(){const r=I.getOrCreateInstance(this);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}})}}S.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',function(l){["A","AREA"].includes(this.tagName)&&l.preventDefault(),jt(this)||I.getOrCreateInstance(this).show()}),U(I);const X="toast",$="hide",W="show",te="showing",Ae={animation:"boolean",autohide:"boolean",delay:"number"},G={animation:!0,autohide:!0,delay:5e3};class we extends st{constructor(t,r){super(t),this._config=this._getConfig(r),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get DefaultType(){return Ae}static get Default(){return G}static get NAME(){return X}show(){S.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove($),this._element.classList.add(W),this._element.classList.add(te),this._queueCallback(()=>{this._element.classList.remove(te),S.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()},this._element,this._config.animation))}hide(){this._element.classList.contains(W)&&(S.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add(te),this._queueCallback(()=>{this._element.classList.add($),this._element.classList.remove(te),this._element.classList.remove(W),S.trigger(this._element,"hidden.bs.toast")},this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains(W)&&this._element.classList.remove(W),super.dispose()}_getConfig(t){return t={...G,...Le.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},Qe(X,t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(t,r){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=r;break;case"focusin":case"focusout":this._hasKeyboardInteraction=r}if(r)return void this._clearTimeout();const d=t.relatedTarget;this._element===d||this._element.contains(d)||this._maybeScheduleHide()}_setListeners(){S.on(this._element,"mouseover.bs.toast",t=>this._onInteraction(t,!0)),S.on(this._element,"mouseout.bs.toast",t=>this._onInteraction(t,!1)),S.on(this._element,"focusin.bs.toast",t=>this._onInteraction(t,!0)),S.on(this._element,"focusout.bs.toast",t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){const r=we.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t](this)}})}}return $n(we),U(we),{Alert:Xt,Button:Ze,Carousel:Pe,Collapse:Pt,Dropdown:M,Modal:Oe,Offcanvas:Bt,Popover:on,ScrollSpy:y,Tab:I,Toast:we,Tooltip:it}}),function(z,ht){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=z.document?ht(z,!0):function(Be){if(!Be.document)throw new Error("jQuery requires a window with a document");return ht(Be)}:ht(z)}(typeof window<"u"?window:this,function(z,ht){"use strict";var Be=[],xt=Object.getPrototypeOf,Et=Be.slice,Nt=Be.flat?function(e){return Be.flat.call(e)}:function(e){return Be.concat.apply([],e)},pt=Be.push,Qe=Be.indexOf,Lt={},jt=Lt.toString,bn=Lt.hasOwnProperty,_n=bn.toString,ln=_n.call(Object),le={},J=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},De=function(e){return null!=e&&e===e.window},U=z.document,Ft={type:!0,src:!0,nonce:!0,noModule:!0};function ai(e,n,i){var o,a,c=(i=i||U).createElement("script");if(c.text=e,n)for(o in Ft)(a=n[o]||n.getAttribute&&n.getAttribute(o))&&c.setAttribute(o,a);i.head.appendChild(c).parentNode.removeChild(c)}function zt(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?Lt[jt.call(e)]||"object":typeof e}var s=function(e,n){return new s.fn.init(e,n)};function li(e){var n=!!e&&"length"in e&&e.length,i=zt(e);return!J(e)&&!De(e)&&("array"===i||0===n||"number"==typeof n&&0<n&&n-1 in e)}s.fn=s.prototype={jquery:"3.6.0",constructor:s,length:0,toArray:function(){return Et.call(this)},get:function(e){return null==e?Et.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var n=s.merge(this.constructor(),e);return n.prevObject=this,n},each:function(e){return s.each(this,e)},map:function(e){return this.pushStack(s.map(this,function(n,i){return e.call(n,i,n)}))},slice:function(){return this.pushStack(Et.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(s.grep(this,function(e,n){return(n+1)%2}))},odd:function(){return this.pushStack(s.grep(this,function(e,n){return n%2}))},eq:function(e){var n=this.length,i=+e+(e<0?n:0);return this.pushStack(0<=i&&i<n?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:pt,sort:Be.sort,splice:Be.splice},s.extend=s.fn.extend=function(){var e,n,i,o,a,c,u=arguments[0]||{},g=1,v=arguments.length,b=!1;for("boolean"==typeof u&&(b=u,u=arguments[g]||{},g++),"object"==typeof u||J(u)||(u={}),g===v&&(u=this,g--);g<v;g++)if(null!=(e=arguments[g]))for(n in e)o=e[n],"__proto__"!==n&&u!==o&&(b&&o&&(s.isPlainObject(o)||(a=Array.isArray(o)))?(i=u[n],c=a&&!Array.isArray(i)?[]:a||s.isPlainObject(i)?i:{},a=!1,u[n]=s.extend(b,c,o)):void 0!==o&&(u[n]=o));return u},s.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var n,i;return!(!e||"[object Object]"!==jt.call(e)||(n=xt(e))&&("function"!=typeof(i=bn.call(n,"constructor")&&n.constructor)||_n.call(i)!==ln))},isEmptyObject:function(e){var n;for(n in e)return!1;return!0},globalEval:function(e,n,i){ai(e,{nonce:n&&n.nonce},i)},each:function(e,n){var i,o=0;if(li(e))for(i=e.length;o<i&&!1!==n.call(e[o],o,e[o]);o++);else for(o in e)if(!1===n.call(e[o],o,e[o]))break;return e},makeArray:function(e,n){var i=n||[];return null!=e&&(li(Object(e))?s.merge(i,"string"==typeof e?[e]:e):pt.call(i,e)),i},inArray:function(e,n,i){return null==n?-1:Qe.call(n,e,i)},merge:function(e,n){for(var i=+n.length,o=0,a=e.length;o<i;o++)e[a++]=n[o];return e.length=a,e},grep:function(e,n,i){for(var o=[],a=0,c=e.length,u=!i;a<c;a++)!n(e[a],a)!==u&&o.push(e[a]);return o},map:function(e,n,i){var o,a,c=0,u=[];if(li(e))for(o=e.length;c<o;c++)null!=(a=n(e[c],c,i))&&u.push(a);else for(c in e)null!=(a=n(e[c],c,i))&&u.push(a);return Nt(u)},guid:1,support:le}),"function"==typeof Symbol&&(s.fn[Symbol.iterator]=Be[Symbol.iterator]),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,n){Lt["[object "+n+"]"]=n.toLowerCase()});var Tt=function(e){var n,i,o,a,c,u,g,v,b,E,k,x,T,H,M,R,ye,Te,tt,fe="sizzle"+1*new Date,K=e.document,Me=0,re=0,_e=Wt(),jn=Wt(),In=Wt(),ze=Wt(),Rt=function(f,p){return f===p&&(k=!0),0},tn={}.hasOwnProperty,qe=[],nn=qe.pop,ct=qe.push,be=qe.push,Ue=qe.slice,Xe=function(f,p){for(var y=0,A=f.length;y<A;y++)if(f[y]===p)return y;return-1},ft="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",Q="[\\x20\\t\\r\\n\\f]",oe="(?:\\\\[\\da-fA-F]{1,6}"+Q+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",ke="\\["+Q+"*("+oe+")(?:"+Q+"*([*^$|!~]?=)"+Q+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+oe+"))|)"+Q+"*\\]",Ve=":("+oe+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ke+")*)|.*)\\)|)",Ee=new RegExp(Q+"+","g"),Oe=new RegExp("^"+Q+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Q+"+$","g"),rn=new RegExp("^"+Q+"*,"+Q+"*"),Pn=new RegExp("^"+Q+"*([>+~]|"+Q+")"+Q+"*"),wr=new RegExp(Q+"|>"),cr=new RegExp(Ve),ur=new RegExp("^"+oe+"$"),Hn={ID:new RegExp("^#("+oe+")"),CLASS:new RegExp("^\\.("+oe+")"),TAG:new RegExp("^("+oe+"|[*])"),ATTR:new RegExp("^"+ke),PSEUDO:new RegExp("^"+Ve),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Q+"*(even|odd|(([+-]|)(\\d*)n|)"+Q+"*(?:([+-]|)"+Q+"*(\\d+)|))"+Q+"*\\)|)","i"),bool:new RegExp("^(?:"+ft+")$","i"),needsContext:new RegExp("^"+Q+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Q+"*((?:-\\d)?\\d*)"+Q+"*\\)|)(?=[^-]|$)","i")},Bt=/HTML$/i,xr=/^(?:input|select|textarea|button)$/i,Er=/^h\d$/i,Mn=/^[^{]+\{\s*\[native \w/,Tr=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ti=/[+~]/,bt=new RegExp("\\\\[\\da-fA-F]{1,6}"+Q+"?|\\\\([^\\r\\n\\f])","g"),Ot=function(f,p){var y="0x"+f.slice(1)-65536;return p||(y<0?String.fromCharCode(y+65536):String.fromCharCode(y>>10|55296,1023&y|56320))},dr=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,fr=function(f,p){return p?"\0"===f?"\ufffd":f.slice(0,-1)+"\\"+f.charCodeAt(f.length-1).toString(16)+" ":"\\"+f},hr=function(){x()},Ar=on(function(f){return!0===f.disabled&&"fieldset"===f.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{be.apply(qe=Ue.call(K.childNodes),K.childNodes)}catch{be={apply:qe.length?function(p,y){ct.apply(p,Ue.call(y))}:function(p,y){for(var A=p.length,_=0;p[A++]=y[_++];);p.length=A-1}}}function de(f,p,y,A){var _,D,O,L,I,X,$,W=p&&p.ownerDocument,te=p?p.nodeType:9;if(y=y||[],"string"!=typeof f||!f||1!==te&&9!==te&&11!==te)return y;if(!A&&(x(p),p=p||T,M)){if(11!==te&&(I=Tr.exec(f)))if(_=I[1]){if(9===te){if(!(O=p.getElementById(_)))return y;if(O.id===_)return y.push(O),y}else if(W&&(O=W.getElementById(_))&&tt(p,O)&&O.id===_)return y.push(O),y}else{if(I[2])return be.apply(y,p.getElementsByTagName(f)),y;if((_=I[3])&&i.getElementsByClassName&&p.getElementsByClassName)return be.apply(y,p.getElementsByClassName(_)),y}if(i.qsa&&!ze[f+" "]&&(!R||!R.test(f))&&(1!==te||"object"!==p.nodeName.toLowerCase())){if($=f,W=p,1===te&&(wr.test(f)||Pn.test(f))){for((W=ti.test(f)&&Pi(p.parentNode)||p)===p&&i.scope||((L=p.getAttribute("id"))?L=L.replace(dr,fr):p.setAttribute("id",L=fe)),D=(X=u(f)).length;D--;)X[D]=(L?"#"+L:":scope")+" "+ri(X[D]);$=X.join(",")}try{return be.apply(y,W.querySelectorAll($)),y}catch{ze(f,!0)}finally{L===fe&&p.removeAttribute("id")}}}return v(f.replace(Oe,"$1"),p,y,A)}function Wt(){var f=[];return function p(y,A){return f.push(y+" ")>o.cacheLength&&delete p[f.shift()],p[y+" "]=A}}function Re(f){return f[fe]=!0,f}function nt(f){var p=T.createElement("fieldset");try{return!!f(p)}catch{return!1}finally{p.parentNode&&p.parentNode.removeChild(p),p=null}}function ni(f,p){for(var y=f.split("|"),A=y.length;A--;)o.attrHandle[y[A]]=p}function ji(f,p){var y=p&&f,A=y&&1===f.nodeType&&1===p.nodeType&&f.sourceIndex-p.sourceIndex;if(A)return A;if(y)for(;y=y.nextSibling;)if(y===p)return-1;return f?1:-1}function pr(f){return function(p){return"input"===p.nodeName.toLowerCase()&&p.type===f}}function ii(f){return function(p){var y=p.nodeName.toLowerCase();return("input"===y||"button"===y)&&p.type===f}}function Ii(f){return function(p){return"form"in p?p.parentNode&&!1===p.disabled?"label"in p?"label"in p.parentNode?p.parentNode.disabled===f:p.disabled===f:p.isDisabled===f||p.isDisabled!==!f&&Ar(p)===f:p.disabled===f:"label"in p&&p.disabled===f}}function it(f){return Re(function(p){return p=+p,Re(function(y,A){for(var _,D=f([],y.length,p),O=D.length;O--;)y[_=D[O]]&&(y[_]=!(A[_]=y[_]))})})}function Pi(f){return f&&typeof f.getElementsByTagName<"u"&&f}for(n in i=de.support={},c=de.isXML=function(f){var y=f&&(f.ownerDocument||f).documentElement;return!Bt.test(f&&f.namespaceURI||y&&y.nodeName||"HTML")},x=de.setDocument=function(f){var p,y,A=f?f.ownerDocument||f:K;return A!=T&&9===A.nodeType&&A.documentElement&&(H=(T=A).documentElement,M=!c(T),K!=T&&(y=T.defaultView)&&y.top!==y&&(y.addEventListener?y.addEventListener("unload",hr,!1):y.attachEvent&&y.attachEvent("onunload",hr)),i.scope=nt(function(_){return H.appendChild(_).appendChild(T.createElement("div")),typeof _.querySelectorAll<"u"&&!_.querySelectorAll(":scope fieldset div").length}),i.attributes=nt(function(_){return _.className="i",!_.getAttribute("className")}),i.getElementsByTagName=nt(function(_){return _.appendChild(T.createComment("")),!_.getElementsByTagName("*").length}),i.getElementsByClassName=Mn.test(T.getElementsByClassName),i.getById=nt(function(_){return H.appendChild(_).id=fe,!T.getElementsByName||!T.getElementsByName(fe).length}),i.getById?(o.filter.ID=function(_){var D=_.replace(bt,Ot);return function(O){return O.getAttribute("id")===D}},o.find.ID=function(_,D){if(typeof D.getElementById<"u"&&M){var O=D.getElementById(_);return O?[O]:[]}}):(o.filter.ID=function(_){var D=_.replace(bt,Ot);return function(O){var L=typeof O.getAttributeNode<"u"&&O.getAttributeNode("id");return L&&L.value===D}},o.find.ID=function(_,D){if(typeof D.getElementById<"u"&&M){var O,L,I,X=D.getElementById(_);if(X){if((O=X.getAttributeNode("id"))&&O.value===_)return[X];for(I=D.getElementsByName(_),L=0;X=I[L++];)if((O=X.getAttributeNode("id"))&&O.value===_)return[X]}return[]}}),o.find.TAG=i.getElementsByTagName?function(_,D){return typeof D.getElementsByTagName<"u"?D.getElementsByTagName(_):i.qsa?D.querySelectorAll(_):void 0}:function(_,D){var O,L=[],I=0,X=D.getElementsByTagName(_);if("*"===_){for(;O=X[I++];)1===O.nodeType&&L.push(O);return L}return X},o.find.CLASS=i.getElementsByClassName&&function(_,D){if(typeof D.getElementsByClassName<"u"&&M)return D.getElementsByClassName(_)},ye=[],R=[],(i.qsa=Mn.test(T.querySelectorAll))&&(nt(function(_){var D;H.appendChild(_).innerHTML="<a id='"+fe+"'></a><select id='"+fe+"-\r\\' msallowcapture=''><option selected=''></option></select>",_.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+Q+"*(?:''|\"\")"),_.querySelectorAll("[selected]").length||R.push("\\["+Q+"*(?:value|"+ft+")"),_.querySelectorAll("[id~="+fe+"-]").length||R.push("~="),(D=T.createElement("input")).setAttribute("name",""),_.appendChild(D),_.querySelectorAll("[name='']").length||R.push("\\["+Q+"*name"+Q+"*="+Q+"*(?:''|\"\")"),_.querySelectorAll(":checked").length||R.push(":checked"),_.querySelectorAll("a#"+fe+"+*").length||R.push(".#.+[+~]"),_.querySelectorAll("\\\f"),R.push("[\\r\\n\\f]")}),nt(function(_){_.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var D=T.createElement("input");D.setAttribute("type","hidden"),_.appendChild(D).setAttribute("name","D"),_.querySelectorAll("[name=d]").length&&R.push("name"+Q+"*[*^$|!~]?="),2!==_.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),H.appendChild(_).disabled=!0,2!==_.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),_.querySelectorAll("*,:x"),R.push(",.*:")})),(i.matchesSelector=Mn.test(Te=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&nt(function(_){i.disconnectedMatch=Te.call(_,"*"),Te.call(_,"[s!='']:x"),ye.push("!=",Ve)}),R=R.length&&new RegExp(R.join("|")),ye=ye.length&&new RegExp(ye.join("|")),p=Mn.test(H.compareDocumentPosition),tt=p||Mn.test(H.contains)?function(_,D){var O=9===_.nodeType?_.documentElement:_,L=D&&D.parentNode;return _===L||!(!L||1!==L.nodeType||!(O.contains?O.contains(L):_.compareDocumentPosition&&16&_.compareDocumentPosition(L)))}:function(_,D){if(D)for(;D=D.parentNode;)if(D===_)return!0;return!1},Rt=p?function(_,D){if(_===D)return k=!0,0;var O=!_.compareDocumentPosition-!D.compareDocumentPosition;return O||(1&(O=(_.ownerDocument||_)==(D.ownerDocument||D)?_.compareDocumentPosition(D):1)||!i.sortDetached&&D.compareDocumentPosition(_)===O?_==T||_.ownerDocument==K&&tt(K,_)?-1:D==T||D.ownerDocument==K&&tt(K,D)?1:E?Xe(E,_)-Xe(E,D):0:4&O?-1:1)}:function(_,D){if(_===D)return k=!0,0;var O,L=0,I=_.parentNode,X=D.parentNode,$=[_],W=[D];if(!I||!X)return _==T?-1:D==T?1:I?-1:X?1:E?Xe(E,_)-Xe(E,D):0;if(I===X)return ji(_,D);for(O=_;O=O.parentNode;)$.unshift(O);for(O=D;O=O.parentNode;)W.unshift(O);for(;$[L]===W[L];)L++;return L?ji($[L],W[L]):$[L]==K?-1:W[L]==K?1:0}),T},de.matches=function(f,p){return de(f,null,null,p)},de.matchesSelector=function(f,p){if(x(f),i.matchesSelector&&M&&!ze[p+" "]&&(!ye||!ye.test(p))&&(!R||!R.test(p)))try{var y=Te.call(f,p);if(y||i.disconnectedMatch||f.document&&11!==f.document.nodeType)return y}catch{ze(p,!0)}return 0<de(p,T,null,[f]).length},de.contains=function(f,p){return(f.ownerDocument||f)!=T&&x(f),tt(f,p)},de.attr=function(f,p){(f.ownerDocument||f)!=T&&x(f);var y=o.attrHandle[p.toLowerCase()],A=y&&tn.call(o.attrHandle,p.toLowerCase())?y(f,p,!M):void 0;return void 0!==A?A:i.attributes||!M?f.getAttribute(p):(A=f.getAttributeNode(p))&&A.specified?A.value:null},de.escape=function(f){return(f+"").replace(dr,fr)},de.error=function(f){throw new Error("Syntax error, unrecognized expression: "+f)},de.uniqueSort=function(f){var p,y=[],A=0,_=0;if(k=!i.detectDuplicates,E=!i.sortStable&&f.slice(0),f.sort(Rt),k){for(;p=f[_++];)p===f[_]&&(A=y.push(_));for(;A--;)f.splice(y[A],1)}return E=null,f},a=de.getText=function(f){var p,y="",A=0,_=f.nodeType;if(_){if(1===_||9===_||11===_){if("string"==typeof f.textContent)return f.textContent;for(f=f.firstChild;f;f=f.nextSibling)y+=a(f)}else if(3===_||4===_)return f.nodeValue}else for(;p=f[A++];)y+=a(p);return y},(o=de.selectors={cacheLength:50,createPseudo:Re,match:Hn,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(f){return f[1]=f[1].replace(bt,Ot),f[3]=(f[3]||f[4]||f[5]||"").replace(bt,Ot),"~="===f[2]&&(f[3]=" "+f[3]+" "),f.slice(0,4)},CHILD:function(f){return f[1]=f[1].toLowerCase(),"nth"===f[1].slice(0,3)?(f[3]||de.error(f[0]),f[4]=+(f[4]?f[5]+(f[6]||1):2*("even"===f[3]||"odd"===f[3])),f[5]=+(f[7]+f[8]||"odd"===f[3])):f[3]&&de.error(f[0]),f},PSEUDO:function(f){var p,y=!f[6]&&f[2];return Hn.CHILD.test(f[0])?null:(f[3]?f[2]=f[4]||f[5]||"":y&&cr.test(y)&&(p=u(y,!0))&&(p=y.indexOf(")",y.length-p)-y.length)&&(f[0]=f[0].slice(0,p),f[2]=y.slice(0,p)),f.slice(0,3))}},filter:{TAG:function(f){var p=f.replace(bt,Ot).toLowerCase();return"*"===f?function(){return!0}:function(y){return y.nodeName&&y.nodeName.toLowerCase()===p}},CLASS:function(f){var p=_e[f+" "];return p||(p=new RegExp("(^|"+Q+")"+f+"("+Q+"|$)"))&&_e(f,function(y){return p.test("string"==typeof y.className&&y.className||typeof y.getAttribute<"u"&&y.getAttribute("class")||"")})},ATTR:function(f,p,y){return function(A){var _=de.attr(A,f);return null==_?"!="===p:!p||(_+="","="===p?_===y:"!="===p?_!==y:"^="===p?y&&0===_.indexOf(y):"*="===p?y&&-1<_.indexOf(y):"$="===p?y&&_.slice(-y.length)===y:"~="===p?-1<(" "+_.replace(Ee," ")+" ").indexOf(y):"|="===p&&(_===y||_.slice(0,y.length+1)===y+"-"))}},CHILD:function(f,p,y,A,_){var D="nth"!==f.slice(0,3),O="last"!==f.slice(-4),L="of-type"===p;return 1===A&&0===_?function(I){return!!I.parentNode}:function(I,X,$){var W,te,Ae,G,we,l,t=D!==O?"nextSibling":"previousSibling",r=I.parentNode,d=L&&I.nodeName.toLowerCase(),h=!$&&!L,m=!1;if(r){if(D){for(;t;){for(G=I;G=G[t];)if(L?G.nodeName.toLowerCase()===d:1===G.nodeType)return!1;l=t="only"===f&&!l&&"nextSibling"}return!0}if(l=[O?r.firstChild:r.lastChild],O&&h){for(m=(we=(W=(te=(Ae=(G=r)[fe]||(G[fe]={}))[G.uniqueID]||(Ae[G.uniqueID]={}))[f]||[])[0]===Me&&W[1])&&W[2],G=we&&r.childNodes[we];G=++we&&G&&G[t]||(m=we=0)||l.pop();)if(1===G.nodeType&&++m&&G===I){te[f]=[Me,we,m];break}}else if(h&&(m=we=(W=(te=(Ae=(G=I)[fe]||(G[fe]={}))[G.uniqueID]||(Ae[G.uniqueID]={}))[f]||[])[0]===Me&&W[1]),!1===m)for(;(G=++we&&G&&G[t]||(m=we=0)||l.pop())&&((L?G.nodeName.toLowerCase()!==d:1!==G.nodeType)||!++m||(h&&((te=(Ae=G[fe]||(G[fe]={}))[G.uniqueID]||(Ae[G.uniqueID]={}))[f]=[Me,m]),G!==I)););return(m-=_)===A||m%A==0&&0<=m/A}}},PSEUDO:function(f,p){var y,A=o.pseudos[f]||o.setFilters[f.toLowerCase()]||de.error("unsupported pseudo: "+f);return A[fe]?A(p):1<A.length?(y=[f,f,"",p],o.setFilters.hasOwnProperty(f.toLowerCase())?Re(function(_,D){for(var O,L=A(_,p),I=L.length;I--;)_[O=Xe(_,L[I])]=!(D[O]=L[I])}):function(_){return A(_,0,y)}):A}},pseudos:{not:Re(function(f){var p=[],y=[],A=g(f.replace(Oe,"$1"));return A[fe]?Re(function(_,D,O,L){for(var I,X=A(_,null,L,[]),$=_.length;$--;)(I=X[$])&&(_[$]=!(D[$]=I))}):function(_,D,O){return p[0]=_,A(p,null,O,y),p[0]=null,!y.pop()}}),has:Re(function(f){return function(p){return 0<de(f,p).length}}),contains:Re(function(f){return f=f.replace(bt,Ot),function(p){return-1<(p.textContent||a(p)).indexOf(f)}}),lang:Re(function(f){return ur.test(f||"")||de.error("unsupported lang: "+f),f=f.replace(bt,Ot).toLowerCase(),function(p){var y;do{if(y=M?p.lang:p.getAttribute("xml:lang")||p.getAttribute("lang"))return(y=y.toLowerCase())===f||0===y.indexOf(f+"-")}while((p=p.parentNode)&&1===p.nodeType);return!1}}),target:function(f){var p=e.location&&e.location.hash;return p&&p.slice(1)===f.id},root:function(f){return f===H},focus:function(f){return f===T.activeElement&&(!T.hasFocus||T.hasFocus())&&!!(f.type||f.href||~f.tabIndex)},enabled:Ii(!1),disabled:Ii(!0),checked:function(f){var p=f.nodeName.toLowerCase();return"input"===p&&!!f.checked||"option"===p&&!!f.selected},selected:function(f){return!0===f.selected},empty:function(f){for(f=f.firstChild;f;f=f.nextSibling)if(f.nodeType<6)return!1;return!0},parent:function(f){return!o.pseudos.empty(f)},header:function(f){return Er.test(f.nodeName)},input:function(f){return xr.test(f.nodeName)},button:function(f){var p=f.nodeName.toLowerCase();return"input"===p&&"button"===f.type||"button"===p},text:function(f){var p;return"input"===f.nodeName.toLowerCase()&&"text"===f.type&&(null==(p=f.getAttribute("type"))||"text"===p.toLowerCase())},first:it(function(){return[0]}),last:it(function(f,p){return[p-1]}),eq:it(function(f,p,y){return[y<0?y+p:y]}),even:it(function(f,p){for(var y=0;y<p;y+=2)f.push(y);return f}),odd:it(function(f,p){for(var y=1;y<p;y+=2)f.push(y);return f}),lt:it(function(f,p,y){for(var A=y<0?y+p:p<y?p:y;0<=--A;)f.push(A);return f}),gt:it(function(f,p,y){for(var A=y<0?y+p:y;++A<p;)f.push(A);return f})}}).pseudos.nth=o.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[n]=pr(n);for(n in{submit:!0,reset:!0})o.pseudos[n]=ii(n);function gr(){}function ri(f){for(var p=0,y=f.length,A="";p<y;p++)A+=f[p].value;return A}function on(f,p,y){var A=p.dir,_=p.next,D=_||A,O=y&&"parentNode"===D,L=re++;return p.first?function(I,X,$){for(;I=I[A];)if(1===I.nodeType||O)return f(I,X,$);return!1}:function(I,X,$){var W,te,Ae,G=[Me,L];if($){for(;I=I[A];)if((1===I.nodeType||O)&&f(I,X,$))return!0}else for(;I=I[A];)if(1===I.nodeType||O)if(te=(Ae=I[fe]||(I[fe]={}))[I.uniqueID]||(Ae[I.uniqueID]={}),_&&_===I.nodeName.toLowerCase())I=I[A]||I;else{if((W=te[D])&&W[0]===Me&&W[1]===L)return G[2]=W[2];if((te[D]=G)[2]=f(I,X,$))return!0}return!1}}function oi(f){return 1<f.length?function(p,y,A){for(var _=f.length;_--;)if(!f[_](p,y,A))return!1;return!0}:f[0]}function qn(f,p,y,A,_){for(var D,O=[],L=0,I=f.length,X=null!=p;L<I;L++)(D=f[L])&&(y&&!y(D,A,_)||(O.push(D),X&&p.push(L)));return O}function Hi(f,p,y,A,_,D){return A&&!A[fe]&&(A=Hi(A)),_&&!_[fe]&&(_=Hi(_,D)),Re(function(O,L,I,X){var $,W,te,Ae=[],G=[],we=L.length,l=O||function(d,h,m){for(var w=0,C=h.length;w<C;w++)de(d,h[w],m);return m}(p||"*",I.nodeType?[I]:I,[]),t=!f||!O&&p?l:qn(l,Ae,f,I,X),r=y?_||(O?f:we||A)?[]:L:t;if(y&&y(t,r,I,X),A)for($=qn(r,G),A($,[],I,X),W=$.length;W--;)(te=$[W])&&(r[G[W]]=!(t[G[W]]=te));if(O){if(_||f){if(_){for($=[],W=r.length;W--;)(te=r[W])&&$.push(t[W]=te);_(null,r=[],$,X)}for(W=r.length;W--;)(te=r[W])&&-1<($=_?Xe(O,te):Ae[W])&&(O[$]=!(L[$]=te))}}else r=qn(r===L?r.splice(we,r.length):r),_?_(null,L,r,X):be.apply(L,r)})}function $t(f){for(var p,y,A,_=f.length,D=o.relative[f[0].type],O=D||o.relative[" "],L=D?1:0,I=on(function(W){return W===p},O,!0),X=on(function(W){return-1<Xe(p,W)},O,!0),$=[function(W,te,Ae){var G=!D&&(Ae||te!==b)||((p=te).nodeType?I(W,te,Ae):X(W,te,Ae));return p=null,G}];L<_;L++)if(y=o.relative[f[L].type])$=[on(oi($),y)];else{if((y=o.filter[f[L].type].apply(null,f[L].matches))[fe]){for(A=++L;A<_&&!o.relative[f[A].type];A++);return Hi(1<L&&oi($),1<L&&ri(f.slice(0,L-1).concat({value:" "===f[L-2].type?"*":""})).replace(Oe,"$1"),y,L<A&&$t(f.slice(L,A)),A<_&&$t(f=f.slice(A)),A<_&&ri(f))}$.push(y)}return oi($)}return gr.prototype=o.filters=o.pseudos,o.setFilters=new gr,u=de.tokenize=function(f,p){var y,A,_,D,O,L,I,X=jn[f+" "];if(X)return p?0:X.slice(0);for(O=f,L=[],I=o.preFilter;O;){for(D in y&&!(A=rn.exec(O))||(A&&(O=O.slice(A[0].length)||O),L.push(_=[])),y=!1,(A=Pn.exec(O))&&(y=A.shift(),_.push({value:y,type:A[0].replace(Oe," ")}),O=O.slice(y.length)),o.filter)!(A=Hn[D].exec(O))||I[D]&&!(A=I[D](A))||(y=A.shift(),_.push({value:y,type:D,matches:A}),O=O.slice(y.length));if(!y)break}return p?O.length:O?de.error(f):jn(f,L).slice(0)},g=de.compile=function(f,p){var y,A,_,D,O,L,I=[],X=[],$=In[f+" "];if(!$){for(p||(p=u(f)),y=p.length;y--;)($=$t(p[y]))[fe]?I.push($):X.push($);($=In(f,(A=X,D=0<(_=I).length,O=0<A.length,L=function(W,te,Ae,G,we){var l,t,r,d=0,h="0",m=W&&[],w=[],C=b,N=W||O&&o.find.TAG("*",we),P=Me+=null==C?1:Math.random()||.1,q=N.length;for(we&&(b=te==T||te||we);h!==q&&null!=(l=N[h]);h++){if(O&&l){for(t=0,te||l.ownerDocument==T||(x(l),Ae=!M);r=A[t++];)if(r(l,te||T,Ae)){G.push(l);break}we&&(Me=P)}D&&((l=!r&&l)&&d--,W&&m.push(l))}if(d+=h,D&&h!==d){for(t=0;r=_[t++];)r(m,w,te,Ae);if(W){if(0<d)for(;h--;)m[h]||w[h]||(w[h]=nn.call(G));w=qn(w)}be.apply(G,w),we&&!W&&0<w.length&&1<d+_.length&&de.uniqueSort(G)}return we&&(Me=P,b=C),m},D?Re(L):L))).selector=f}return $},v=de.select=function(f,p,y,A){var _,D,O,L,I,X="function"==typeof f&&f,$=!A&&u(f=X.selector||f);if(y=y||[],1===$.length){if(2<(D=$[0]=$[0].slice(0)).length&&"ID"===(O=D[0]).type&&9===p.nodeType&&M&&o.relative[D[1].type]){if(!(p=(o.find.ID(O.matches[0].replace(bt,Ot),p)||[])[0]))return y;X&&(p=p.parentNode),f=f.slice(D.shift().value.length)}for(_=Hn.needsContext.test(f)?0:D.length;_--&&!o.relative[L=(O=D[_]).type];)if((I=o.find[L])&&(A=I(O.matches[0].replace(bt,Ot),ti.test(D[0].type)&&Pi(p.parentNode)||p))){if(D.splice(_,1),!(f=A.length&&ri(D)))return be.apply(y,A),y;break}}return(X||g(f,$))(A,p,!M,y,!p||ti.test(f)&&Pi(p.parentNode)||p),y},i.sortStable=fe.split("").sort(Rt).join("")===fe,i.detectDuplicates=!!k,x(),i.sortDetached=nt(function(f){return 1&f.compareDocumentPosition(T.createElement("fieldset"))}),nt(function(f){return f.innerHTML="<a href='#'></a>","#"===f.firstChild.getAttribute("href")})||ni("type|href|height|width",function(f,p,y){if(!y)return f.getAttribute(p,"type"===p.toLowerCase()?1:2)}),i.attributes&&nt(function(f){return f.innerHTML="<input/>",f.firstChild.setAttribute("value",""),""===f.firstChild.getAttribute("value")})||ni("value",function(f,p,y){if(!y&&"input"===f.nodeName.toLowerCase())return f.defaultValue}),nt(function(f){return null==f.getAttribute("disabled")})||ni(ft,function(f,p,y){var A;if(!y)return!0===f[p]?p.toLowerCase():(A=f.getAttributeNode(p))&&A.specified?A.value:null}),de}(z);s.find=Tt,s.expr=Tt.selectors,s.expr[":"]=s.expr.pseudos,s.uniqueSort=s.unique=Tt.uniqueSort,s.text=Tt.getText,s.isXMLDoc=Tt.isXML,s.contains=Tt.contains,s.escapeSelector=Tt.escape;var Ut=function(e,n,i){for(var o=[],a=void 0!==i;(e=e[n])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&s(e).is(i))break;o.push(e)}return o},Ri=function(e,n){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==n&&i.push(e);return i},Bi=s.expr.match.needsContext;function Ge(e,n){return e.nodeName&&e.nodeName.toLowerCase()===n.toLowerCase()}var ci=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Wn(e,n,i){return J(n)?s.grep(e,function(o,a){return!!n.call(o,a,o)!==i}):n.nodeType?s.grep(e,function(o){return o===n!==i}):"string"!=typeof n?s.grep(e,function(o){return-1<Qe.call(n,o)!==i}):s.filter(n,e,i)}s.filter=function(e,n,i){var o=n[0];return i&&(e=":not("+e+")"),1===n.length&&1===o.nodeType?s.find.matchesSelector(o,e)?[o]:[]:s.find.matches(e,s.grep(n,function(a){return 1===a.nodeType}))},s.fn.extend({find:function(e){var n,i,o=this.length,a=this;if("string"!=typeof e)return this.pushStack(s(e).filter(function(){for(n=0;n<o;n++)if(s.contains(a[n],this))return!0}));for(i=this.pushStack([]),n=0;n<o;n++)s.find(e,a[n],i);return 1<o?s.uniqueSort(i):i},filter:function(e){return this.pushStack(Wn(this,e||[],!1))},not:function(e){return this.pushStack(Wn(this,e||[],!0))},is:function(e){return!!Wn(this,"string"==typeof e&&Bi.test(e)?s(e):e||[],!1).length}});var ui,Wi=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(s.fn.init=function(e,n,i){var o,a;if(!e)return this;if(i=i||ui,"string"==typeof e){if(!(o="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:Wi.exec(e))||!o[1]&&n)return!n||n.jquery?(n||i).find(e):this.constructor(n).find(e);if(o[1]){if(s.merge(this,s.parseHTML(o[1],(n=n instanceof s?n[0]:n)&&n.nodeType?n.ownerDocument||n:U,!0)),ci.test(o[1])&&s.isPlainObject(n))for(o in n)J(this[o])?this[o](n[o]):this.attr(o,n[o]);return this}return(a=U.getElementById(o[2]))&&(this[0]=a,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):J(e)?void 0!==i.ready?i.ready(e):e(s):s.makeArray(e,this)}).prototype=s.fn,ui=s(U);var $i=/^(?:parents|prev(?:Until|All))/,di={children:!0,contents:!0,next:!0,prev:!0};function fi(e,n){for(;(e=e[n])&&1!==e.nodeType;);return e}s.fn.extend({has:function(e){var n=s(e,this),i=n.length;return this.filter(function(){for(var o=0;o<i;o++)if(s.contains(this,n[o]))return!0})},closest:function(e,n){var i,o=0,a=this.length,c=[],u="string"!=typeof e&&s(e);if(!Bi.test(e))for(;o<a;o++)for(i=this[o];i&&i!==n;i=i.parentNode)if(i.nodeType<11&&(u?-1<u.index(i):1===i.nodeType&&s.find.matchesSelector(i,e))){c.push(i);break}return this.pushStack(1<c.length?s.uniqueSort(c):c)},index:function(e){return e?"string"==typeof e?Qe.call(s(e),this[0]):Qe.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,n){return this.pushStack(s.uniqueSort(s.merge(this.get(),s(e,n))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),s.each({parent:function(e){var n=e.parentNode;return n&&11!==n.nodeType?n:null},parents:function(e){return Ut(e,"parentNode")},parentsUntil:function(e,n,i){return Ut(e,"parentNode",i)},next:function(e){return fi(e,"nextSibling")},prev:function(e){return fi(e,"previousSibling")},nextAll:function(e){return Ut(e,"nextSibling")},prevAll:function(e){return Ut(e,"previousSibling")},nextUntil:function(e,n,i){return Ut(e,"nextSibling",i)},prevUntil:function(e,n,i){return Ut(e,"previousSibling",i)},siblings:function(e){return Ri((e.parentNode||{}).firstChild,e)},children:function(e){return Ri(e.firstChild)},contents:function(e){return null!=e.contentDocument&&xt(e.contentDocument)?e.contentDocument:(Ge(e,"template")&&(e=e.content||e),s.merge([],e.childNodes))}},function(e,n){s.fn[e]=function(i,o){var a=s.map(this,n,i);return"Until"!==e.slice(-5)&&(o=i),o&&"string"==typeof o&&(a=s.filter(o,a)),1<this.length&&(di[e]||s.uniqueSort(a),$i.test(e)&&a.reverse()),this.pushStack(a)}});var S=/[^\x20\t\r\n\f]+/g;function Je(e){return e}function It(e){throw e}function st(e,n,i,o){var a;try{e&&J(a=e.promise)?a.call(e).done(n).fail(i):e&&J(a=e.then)?a.call(e,n,i):n.apply(void 0,[e].slice(o))}catch(c){i.apply(void 0,[c])}}s.Callbacks=function(e){var i;e="string"==typeof e?(i={},s.each(e.match(S)||[],function(x,T){i[T]=!0}),i):s.extend({},e);var o,a,c,u,g=[],v=[],b=-1,E=function(){for(u=u||e.once,c=o=!0;v.length;b=-1)for(a=v.shift();++b<g.length;)!1===g[b].apply(a[0],a[1])&&e.stopOnFalse&&(b=g.length,a=!1);e.memory||(a=!1),o=!1,u&&(g=a?[]:"")},k={add:function(){return g&&(a&&!o&&(b=g.length-1,v.push(a)),function x(T){s.each(T,function(H,M){J(M)?e.unique&&k.has(M)||g.push(M):M&&M.length&&"string"!==zt(M)&&x(M)})}(arguments),a&&!o&&E()),this},remove:function(){return s.each(arguments,function(x,T){for(var H;-1<(H=s.inArray(T,g,H));)g.splice(H,1),H<=b&&b--}),this},has:function(x){return x?-1<s.inArray(x,g):0<g.length},empty:function(){return g&&(g=[]),this},disable:function(){return u=v=[],g=a="",this},disabled:function(){return!g},lock:function(){return u=v=[],a||o||(g=a=""),this},locked:function(){return!!u},fireWith:function(x,T){return u||(T=[x,(T=T||[]).slice?T.slice():T],v.push(T),o||E()),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},s.extend({Deferred:function(e){var n=[["notify","progress",s.Callbacks("memory"),s.Callbacks("memory"),2],["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),0,"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),1,"rejected"]],i="pending",o={state:function(){return i},always:function(){return a.done(arguments).fail(arguments),this},catch:function(c){return o.then(null,c)},pipe:function(){var c=arguments;return s.Deferred(function(u){s.each(n,function(g,v){var b=J(c[v[4]])&&c[v[4]];a[v[1]](function(){var E=b&&b.apply(this,arguments);E&&J(E.promise)?E.promise().progress(u.notify).done(u.resolve).fail(u.reject):u[v[0]+"With"](this,b?[E]:arguments)})}),c=null}).promise()},then:function(c,u,g){var v=0;function b(E,k,x,T){return function(){var H=this,M=arguments,R=function(){var Te,tt;if(!(E<v)){if((Te=x.apply(H,M))===k.promise())throw new TypeError("Thenable self-resolution");J(tt=Te&&("object"==typeof Te||"function"==typeof Te)&&Te.then)?T?tt.call(Te,b(v,k,Je,T),b(v,k,It,T)):(v++,tt.call(Te,b(v,k,Je,T),b(v,k,It,T),b(v,k,Je,k.notifyWith))):(x!==Je&&(H=void 0,M=[Te]),(T||k.resolveWith)(H,M))}},ye=T?R:function(){try{R()}catch(Te){s.Deferred.exceptionHook&&s.Deferred.exceptionHook(Te,ye.stackTrace),v<=E+1&&(x!==It&&(H=void 0,M=[Te]),k.rejectWith(H,M))}};E?ye():(s.Deferred.getStackHook&&(ye.stackTrace=s.Deferred.getStackHook()),z.setTimeout(ye))}}return s.Deferred(function(E){n[0][3].add(b(0,E,J(g)?g:Je,E.notifyWith)),n[1][3].add(b(0,E,J(c)?c:Je)),n[2][3].add(b(0,E,J(u)?u:It))}).promise()},promise:function(c){return null!=c?s.extend(c,o):o}},a={};return s.each(n,function(c,u){var g=u[2],v=u[5];o[u[1]]=g.add,v&&g.add(function(){i=v},n[3-c][2].disable,n[3-c][3].disable,n[0][2].lock,n[0][3].lock),g.add(u[3].fire),a[u[0]]=function(){return a[u[0]+"With"](this===a?void 0:this,arguments),this},a[u[0]+"With"]=g.fireWith}),o.promise(a),e&&e.call(a,a),a},when:function(e){var n=arguments.length,i=n,o=Array(i),a=Et.call(arguments),c=s.Deferred(),u=function(g){return function(v){o[g]=this,a[g]=1<arguments.length?Et.call(arguments):v,--n||c.resolveWith(o,a)}};if(n<=1&&(st(e,c.done(u(i)).resolve,c.reject,!n),"pending"===c.state()||J(a[i]&&a[i].then)))return c.then();for(;i--;)st(a[i],u(i),c.reject);return c.promise()}});var $n=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;s.Deferred.exceptionHook=function(e,n){z.console&&z.console.warn&&e&&$n.test(e.name)&&z.console.warn("jQuery.Deferred exception: "+e.message,e.stack,n)},s.readyException=function(e){z.setTimeout(function(){throw e})};var Xt=s.Deferred();function wn(){U.removeEventListener("DOMContentLoaded",wn),z.removeEventListener("load",wn),s.ready()}s.fn.ready=function(e){return Xt.then(e).catch(function(n){s.readyException(n)}),this},s.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--s.readyWait:s.isReady)||(s.isReady=!0)!==e&&0<--s.readyWait||Xt.resolveWith(U,[s])}}),s.ready.then=Xt.then,"complete"===U.readyState||"loading"!==U.readyState&&!U.documentElement.doScroll?z.setTimeout(s.ready):(U.addEventListener("DOMContentLoaded",wn),z.addEventListener("load",wn));var Ze=function(e,n,i,o,a,c,u){var g=0,v=e.length,b=null==i;if("object"===zt(i))for(g in a=!0,i)Ze(e,n,g,i[g],!0,c,u);else if(void 0!==o&&(a=!0,J(o)||(u=!0),b&&(u?(n.call(e,o),n=null):(b=n,n=function(E,k,x){return b.call(s(E),x)})),n))for(;g<v;g++)n(e[g],i,u?o:o.call(e[g],g,n(e[g],i)));return a?e:b?n.call(e):v?n(e[0],i):c},Fi=/^-ms-/,hi=/-([a-z])/g;function Le(e,n){return n.toUpperCase()}function B(e){return e.replace(Fi,"ms-").replace(hi,Le)}var cn=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function un(){this.expando=s.expando+un.uid++}un.uid=1,un.prototype={cache:function(e){var n=e[this.expando];return n||(n={},cn(e)&&(e.nodeType?e[this.expando]=n:Object.defineProperty(e,this.expando,{value:n,configurable:!0}))),n},set:function(e,n,i){var o,a=this.cache(e);if("string"==typeof n)a[B(n)]=i;else for(o in n)a[B(o)]=n[o];return a},get:function(e,n){return void 0===n?this.cache(e):e[this.expando]&&e[this.expando][B(n)]},access:function(e,n,i){return void 0===n||n&&"string"==typeof n&&void 0===i?this.get(e,n):(this.set(e,n,i),void 0!==i?i:n)},remove:function(e,n){var i,o=e[this.expando];if(void 0!==o){if(void 0!==n)for((i=(n=Array.isArray(n)?n.map(B):(n=B(n))in o?[n]:n.match(S)||[]).length);i--;)delete o[n[i]];(void 0===n||s.isEmptyObject(o))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var n=e[this.expando];return void 0!==n&&!s.isEmptyObject(n)}};var F=new un,Ce=new un,Vt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Yt=/[A-Z]/g;function dn(e,n,i){var o,a;if(void 0===i&&1===e.nodeType)if(o="data-"+n.replace(Yt,"-$&").toLowerCase(),"string"==typeof(i=e.getAttribute(o))){try{i="true"===(a=i)||"false"!==a&&("null"===a?null:a===+a+""?+a:Vt.test(a)?JSON.parse(a):a)}catch{}Ce.set(e,n,i)}else i=void 0;return i}s.extend({hasData:function(e){return Ce.hasData(e)||F.hasData(e)},data:function(e,n,i){return Ce.access(e,n,i)},removeData:function(e,n){Ce.remove(e,n)},_data:function(e,n,i){return F.access(e,n,i)},_removeData:function(e,n){F.remove(e,n)}}),s.fn.extend({data:function(e,n){var i,o,a,c=this[0],u=c&&c.attributes;if(void 0===e){if(this.length&&(a=Ce.get(c),1===c.nodeType&&!F.get(c,"hasDataAttrs"))){for(i=u.length;i--;)u[i]&&0===(o=u[i].name).indexOf("data-")&&(o=B(o.slice(5)),dn(c,o,a[o]));F.set(c,"hasDataAttrs",!0)}return a}return"object"==typeof e?this.each(function(){Ce.set(this,e)}):Ze(this,function(g){var v;if(c&&void 0===g)return void 0!==(v=Ce.get(c,e))||void 0!==(v=dn(c,e))?v:void 0;this.each(function(){Ce.set(this,e,g)})},null,n,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){Ce.remove(this,e)})}}),s.extend({queue:function(e,n,i){var o;if(e)return o=F.get(e,n=(n||"fx")+"queue"),i&&(!o||Array.isArray(i)?o=F.access(e,n,s.makeArray(i)):o.push(i)),o||[]},dequeue:function(e,n){var i=s.queue(e,n=n||"fx"),o=i.length,a=i.shift(),c=s._queueHooks(e,n);"inprogress"===a&&(a=i.shift(),o--),a&&("fx"===n&&i.unshift("inprogress"),delete c.stop,a.call(e,function(){s.dequeue(e,n)},c)),!o&&c&&c.empty.fire()},_queueHooks:function(e,n){var i=n+"queueHooks";return F.get(e,i)||F.access(e,i,{empty:s.Callbacks("once memory").add(function(){F.remove(e,[n+"queue",i])})})}}),s.fn.extend({queue:function(e,n){var i=2;return"string"!=typeof e&&(n=e,e="fx",i--),arguments.length<i?s.queue(this[0],e):void 0===n?this:this.each(function(){var o=s.queue(this,e,n);s._queueHooks(this,e),"fx"===e&&"inprogress"!==o[0]&&s.dequeue(this,e)})},dequeue:function(e){return this.each(function(){s.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var i,o=1,a=s.Deferred(),c=this,u=this.length,g=function(){--o||a.resolveWith(c,[c])};for("string"!=typeof e&&(n=e,e=void 0),e=e||"fx";u--;)(i=F.get(c[u],e+"queueHooks"))&&i.empty&&(o++,i.empty.add(g));return g(),a.promise(n)}});var zi=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,fn=new RegExp("^(?:([+-])=|)("+zi+")([a-z%]*)$","i"),Ie=["Top","Right","Bottom","Left"],gt=U.documentElement,Pe=function(e){return s.contains(e.ownerDocument,e)},Ui={composed:!0};gt.getRootNode&&(Pe=function(e){return s.contains(e.ownerDocument,e)||e.getRootNode(Ui)===e.ownerDocument});var xn=function(e,n){return"none"===(e=n||e).style.display||""===e.style.display&&Pe(e)&&"none"===s.css(e,"display")};function Xi(e,n,i,o){var a,c,u=20,g=o?function(){return o.cur()}:function(){return s.css(e,n,"")},v=g(),b=i&&i[3]||(s.cssNumber[n]?"":"px"),E=e.nodeType&&(s.cssNumber[n]||"px"!==b&&+v)&&fn.exec(s.css(e,n));if(E&&E[3]!==b){for(b=b||E[3],E=+(v/=2)||1;u--;)s.style(e,n,E+b),(1-c)*(1-(c=g()/v||.5))<=0&&(u=0),E/=c;s.style(e,n,(E*=2)+b),i=i||[]}return i&&(E=+E||+v||0,a=i[1]?E+(i[1]+1)*i[2]:+i[2],o&&(o.unit=b,o.start=E,o.end=a)),a}var Fn={};function At(e,n){for(var i,o,a,c,u,g,v,b=[],E=0,k=e.length;E<k;E++)(o=e[E]).style&&(i=o.style.display,n?("none"===i&&(b[E]=F.get(o,"display")||null,b[E]||(o.style.display="")),""===o.style.display&&xn(o)&&(b[E]=(v=u=c=void 0,u=(a=o).ownerDocument,(v=Fn[g=a.nodeName])||(c=u.body.appendChild(u.createElement(g)),v=s.css(c,"display"),c.parentNode.removeChild(c),"none"===v&&(v="block"),Fn[g]=v)))):"none"!==i&&(b[E]="none",F.set(o,"display",i)));for(E=0;E<k;E++)null!=b[E]&&(e[E].style.display=b[E]);return e}s.fn.extend({show:function(){return At(this,!0)},hide:function(){return At(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){xn(this)?s(this).show():s(this).hide()})}});var mt,En,hn=/^(?:checkbox|radio)$/i,zn=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Pt=/^$|^module$|\/(?:java|ecma)script/i;mt=U.createDocumentFragment().appendChild(U.createElement("div")),(En=U.createElement("input")).setAttribute("type","radio"),En.setAttribute("checked","checked"),En.setAttribute("name","t"),mt.appendChild(En),le.checkClone=mt.cloneNode(!0).cloneNode(!0).lastChild.checked,mt.innerHTML="<textarea>x</textarea>",le.noCloneChecked=!!mt.cloneNode(!0).lastChild.defaultValue,mt.innerHTML="<option></option>",le.option=!!mt.lastChild;var ve={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 ge(e,n){var i;return i=typeof e.getElementsByTagName<"u"?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll<"u"?e.querySelectorAll(n||"*"):[],void 0===n||n&&Ge(e,n)?s.merge([e],i):i}function He(e,n){for(var i=0,o=e.length;i<o;i++)F.set(e[i],"globalEval",!n||F.get(n[i],"globalEval"))}ve.tbody=ve.tfoot=ve.colgroup=ve.caption=ve.thead,ve.th=ve.td,le.option||(ve.optgroup=ve.option=[1,"<select multiple='multiple'>","</select>"]);var We=/<|&#?\w+;/;function Tn(e,n,i,o,a){for(var c,u,g,v,b,E,k=n.createDocumentFragment(),x=[],T=0,H=e.length;T<H;T++)if((c=e[T])||0===c)if("object"===zt(c))s.merge(x,c.nodeType?[c]:c);else if(We.test(c)){for(u=u||k.appendChild(n.createElement("div")),g=(zn.exec(c)||["",""])[1].toLowerCase(),u.innerHTML=(v=ve[g]||ve._default)[1]+s.htmlPrefilter(c)+v[2],E=v[0];E--;)u=u.lastChild;s.merge(x,u.childNodes),(u=k.firstChild).textContent=""}else x.push(n.createTextNode(c));for(k.textContent="",T=0;c=x[T++];)if(o&&-1<s.inArray(c,o))a&&a.push(c);else if(b=Pe(c),u=ge(k.appendChild(c),"script"),b&&He(u),i)for(E=0;c=u[E++];)Pt.test(c.type||"")&&i.push(c);return k}var Kt=/^([^.]*)(?:\.(.+)|)/;function at(){return!0}function dt(){return!1}function Vi(e,n){return e===function(){try{return U.activeElement}catch{}}()==("focus"===n)}function An(e,n,i,o,a,c){var u,g;if("object"==typeof n){for(g in"string"!=typeof i&&(o=o||i,i=void 0),n)An(e,g,i,o,n[g],c);return e}if(null==o&&null==a?(a=i,o=i=void 0):null==a&&("string"==typeof i?(a=o,o=void 0):(a=o,o=i,i=void 0)),!1===a)a=dt;else if(!a)return e;return 1===c&&(u=a,(a=function(v){return s().off(v),u.apply(this,arguments)}).guid=u.guid||(u.guid=s.guid++)),e.each(function(){s.event.add(this,n,a,o,i)})}function Ct(e,n,i){i?(F.set(e,n,!1),s.event.add(e,n,{namespace:!1,handler:function(o){var a,c,u=F.get(this,n);if(1&o.isTrigger&&this[n]){if(u.length)(s.event.special[n]||{}).delegateType&&o.stopPropagation();else if(u=Et.call(arguments),F.set(this,n,u),a=i(this,n),this[n](),u!==(c=F.get(this,n))||a?F.set(this,n,!1):c={},u!==c)return o.stopImmediatePropagation(),o.preventDefault(),c&&c.value}else u.length&&(F.set(this,n,{value:s.event.trigger(s.extend(u[0],s.Event.prototype),u.slice(1),this)}),o.stopImmediatePropagation())}})):void 0===F.get(e,n)&&s.event.add(e,n,at)}s.event={global:{},add:function(e,n,i,o,a){var c,u,g,v,b,E,k,x,T,H,M,R=F.get(e);if(cn(e))for(i.handler&&(i=(c=i).handler,a=c.selector),a&&s.find.matchesSelector(gt,a),i.guid||(i.guid=s.guid++),(v=R.events)||(v=R.events=Object.create(null)),(u=R.handle)||(u=R.handle=function(ye){return typeof s<"u"&&s.event.triggered!==ye.type?s.event.dispatch.apply(e,arguments):void 0}),b=(n=(n||"").match(S)||[""]).length;b--;)T=M=(g=Kt.exec(n[b])||[])[1],H=(g[2]||"").split(".").sort(),T&&(k=s.event.special[T]||{},k=s.event.special[T=(a?k.delegateType:k.bindType)||T]||{},E=s.extend({type:T,origType:M,data:o,handler:i,guid:i.guid,selector:a,needsContext:a&&s.expr.match.needsContext.test(a),namespace:H.join(".")},c),(x=v[T])||((x=v[T]=[]).delegateCount=0,k.setup&&!1!==k.setup.call(e,o,H,u)||e.addEventListener&&e.addEventListener(T,u)),k.add&&(k.add.call(e,E),E.handler.guid||(E.handler.guid=i.guid)),a?x.splice(x.delegateCount++,0,E):x.push(E),s.event.global[T]=!0)},remove:function(e,n,i,o,a){var c,u,g,v,b,E,k,x,T,H,M,R=F.hasData(e)&&F.get(e);if(R&&(v=R.events)){for(b=(n=(n||"").match(S)||[""]).length;b--;)if(T=M=(g=Kt.exec(n[b])||[])[1],H=(g[2]||"").split(".").sort(),T){for(k=s.event.special[T]||{},x=v[T=(o?k.delegateType:k.bindType)||T]||[],g=g[2]&&new RegExp("(^|\\.)"+H.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=c=x.length;c--;)E=x[c],!a&&M!==E.origType||i&&i.guid!==E.guid||g&&!g.test(E.namespace)||o&&o!==E.selector&&("**"!==o||!E.selector)||(x.splice(c,1),E.selector&&x.delegateCount--,k.remove&&k.remove.call(e,E));u&&!x.length&&(k.teardown&&!1!==k.teardown.call(e,H,R.handle)||s.removeEvent(e,T,R.handle),delete v[T])}else for(T in v)s.event.remove(e,T+n[b],i,o,!0);s.isEmptyObject(v)&&F.remove(e,"handle events")}},dispatch:function(e){var n,i,o,a,c,u,g=new Array(arguments.length),v=s.event.fix(e),b=(F.get(this,"events")||Object.create(null))[v.type]||[],E=s.event.special[v.type]||{};for(g[0]=v,n=1;n<arguments.length;n++)g[n]=arguments[n];if(v.delegateTarget=this,!E.preDispatch||!1!==E.preDispatch.call(this,v)){for(u=s.event.handlers.call(this,v,b),n=0;(a=u[n++])&&!v.isPropagationStopped();)for(v.currentTarget=a.elem,i=0;(c=a.handlers[i++])&&!v.isImmediatePropagationStopped();)v.rnamespace&&!1!==c.namespace&&!v.rnamespace.test(c.namespace)||(v.handleObj=c,v.data=c.data,void 0!==(o=((s.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g))&&!1===(v.result=o)&&(v.preventDefault(),v.stopPropagation()));return E.postDispatch&&E.postDispatch.call(this,v),v.result}},handlers:function(e,n){var i,o,a,c,u,g=[],v=n.delegateCount,b=e.target;if(v&&b.nodeType&&!("click"===e.type&&1<=e.button))for(;b!==this;b=b.parentNode||this)if(1===b.nodeType&&("click"!==e.type||!0!==b.disabled)){for(c=[],u={},i=0;i<v;i++)void 0===u[a=(o=n[i]).selector+" "]&&(u[a]=o.needsContext?-1<s(a,this).index(b):s.find(a,this,null,[b]).length),u[a]&&c.push(o);c.length&&g.push({elem:b,handlers:c})}return b=this,v<n.length&&g.push({elem:b,handlers:n.slice(v)}),g},addProp:function(e,n){Object.defineProperty(s.Event.prototype,e,{enumerable:!0,configurable:!0,get:J(n)?function(){if(this.originalEvent)return n(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(i){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:i})}})},fix:function(e){return e[s.expando]?e:new s.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var n=this||e;return hn.test(n.type)&&n.click&&Ge(n,"input")&&Ct(n,"click",at),!1},trigger:function(e){var n=this||e;return hn.test(n.type)&&n.click&&Ge(n,"input")&&Ct(n,"click"),!0},_default:function(e){var n=e.target;return hn.test(n.type)&&n.click&&Ge(n,"input")&&F.get(n,"click")||Ge(n,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},s.removeEvent=function(e,n,i){e.removeEventListener&&e.removeEventListener(n,i)},s.Event=function(e,n){if(!(this instanceof s.Event))return new s.Event(e,n);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?at:dt,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,n&&s.extend(this,n),this.timeStamp=e&&e.timeStamp||Date.now(),this[s.expando]=!0},s.Event.prototype={constructor:s.Event,isDefaultPrevented:dt,isPropagationStopped:dt,isImmediatePropagationStopped:dt,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()}},s.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:!0},s.event.addProp),s.each({focus:"focusin",blur:"focusout"},function(e,n){s.event.special[e]={setup:function(){return Ct(this,e,Vi),!1},trigger:function(){return Ct(this,e),!0},_default:function(){return!0},delegateType:n}}),s.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,n){s.event.special[e]={delegateType:n,bindType:n,handle:function(i){var o,a=i.relatedTarget,c=i.handleObj;return a&&(a===this||s.contains(this,a))||(i.type=c.origType,o=c.handler.apply(this,arguments),i.type=n),o}}}),s.fn.extend({on:function(e,n,i,o){return An(this,e,n,i,o)},one:function(e,n,i,o){return An(this,e,n,i,o,1)},off:function(e,n,i){var o,a;if(e&&e.preventDefault&&e.handleObj)return o=e.handleObj,s(e.delegateTarget).off(o.namespace?o.origType+"."+o.namespace:o.origType,o.selector,o.handler),this;if("object"==typeof e){for(a in e)this.off(a,n,e[a]);return this}return!1!==n&&"function"!=typeof n||(i=n,n=void 0),!1===i&&(i=dt),this.each(function(){s.event.remove(this,e,i,n)})}});var Yi=/<script|<style|<link/i,pi=/checked\s*(?:[^=]|=\s*.checked.)/i,gi=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function mi(e,n){return Ge(e,"table")&&Ge(11!==n.nodeType?n:n.firstChild,"tr")&&s(e).children("tbody")[0]||e}function Ki(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Qi(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function vi(e,n){var i,o,a,c,u,g;if(1===n.nodeType){if(F.hasData(e)&&(g=F.get(e).events))for(a in F.remove(n,"handle events"),g)for(i=0,o=g[a].length;i<o;i++)s.event.add(n,a,g[a][i]);Ce.hasData(e)&&(c=Ce.access(e),u=s.extend({},c),Ce.set(n,u))}}function Qt(e,n,i,o){n=Nt(n);var a,c,u,g,v,b,E=0,k=e.length,x=k-1,T=n[0],H=J(T);if(H||1<k&&"string"==typeof T&&!le.checkClone&&pi.test(T))return e.each(function(M){var R=e.eq(M);H&&(n[0]=T.call(this,M,R.html())),Qt(R,n,i,o)});if(k&&(c=(a=Tn(n,e[0].ownerDocument,!1,e,o)).firstChild,1===a.childNodes.length&&(a=c),c||o)){for(g=(u=s.map(ge(a,"script"),Ki)).length;E<k;E++)v=a,E!==x&&(v=s.clone(v,!0,!0),g&&s.merge(u,ge(v,"script"))),i.call(e[E],v,E);if(g)for(b=u[u.length-1].ownerDocument,s.map(u,Qi),E=0;E<g;E++)Pt.test((v=u[E]).type||"")&&!F.access(v,"globalEval")&&s.contains(b,v)&&(v.src&&"module"!==(v.type||"").toLowerCase()?s._evalUrl&&!v.noModule&&s._evalUrl(v.src,{nonce:v.nonce||v.getAttribute("nonce")},b):ai(v.textContent.replace(gi,""),v,b))}return e}function yi(e,n,i){for(var o,a=n?s.filter(n,e):e,c=0;null!=(o=a[c]);c++)i||1!==o.nodeType||s.cleanData(ge(o)),o.parentNode&&(i&&Pe(o)&&He(ge(o,"script")),o.parentNode.removeChild(o));return e}s.extend({htmlPrefilter:function(e){return e},clone:function(e,n,i){var o,a,c,u,g,v,b,E=e.cloneNode(!0),k=Pe(e);if(!(le.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||s.isXMLDoc(e)))for(u=ge(E),o=0,a=(c=ge(e)).length;o<a;o++)g=c[o],"input"===(b=(v=u[o]).nodeName.toLowerCase())&&hn.test(g.type)?v.checked=g.checked:"input"!==b&&"textarea"!==b||(v.defaultValue=g.defaultValue);if(n)if(i)for(c=c||ge(e),u=u||ge(E),o=0,a=c.length;o<a;o++)vi(c[o],u[o]);else vi(e,E);return 0<(u=ge(E,"script")).length&&He(u,!k&&ge(e,"script")),E},cleanData:function(e){for(var n,i,o,a=s.event.special,c=0;void 0!==(i=e[c]);c++)if(cn(i)){if(n=i[F.expando]){if(n.events)for(o in n.events)a[o]?s.event.remove(i,o):s.removeEvent(i,o,n.handle);i[F.expando]=void 0}i[Ce.expando]&&(i[Ce.expando]=void 0)}}}),s.fn.extend({detach:function(e){return yi(this,e,!0)},remove:function(e){return yi(this,e)},text:function(e){return Ze(this,function(n){return void 0===n?s.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=n)})},null,e,arguments.length)},append:function(){return Qt(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||mi(this,e).appendChild(e)})},prepend:function(){return Qt(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var n=mi(this,e);n.insertBefore(e,n.firstChild)}})},before:function(){return Qt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Qt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,n=0;null!=(e=this[n]);n++)1===e.nodeType&&(s.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,n){return e=null!=e&&e,n=n??e,this.map(function(){return s.clone(this,e,n)})},html:function(e){return Ze(this,function(n){var i=this[0]||{},o=0,a=this.length;if(void 0===n&&1===i.nodeType)return i.innerHTML;if("string"==typeof n&&!Yi.test(n)&&!ve[(zn.exec(n)||["",""])[1].toLowerCase()]){n=s.htmlPrefilter(n);try{for(;o<a;o++)1===(i=this[o]||{}).nodeType&&(s.cleanData(ge(i,!1)),i.innerHTML=n);i=0}catch{}}i&&this.empty().append(n)},null,e,arguments.length)},replaceWith:function(){var e=[];return Qt(this,arguments,function(n){var i=this.parentNode;s.inArray(this,e)<0&&(s.cleanData(ge(this)),i&&i.replaceChild(n,this))},e)}}),s.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,n){s.fn[e]=function(i){for(var o,a=[],c=s(i),u=c.length-1,g=0;g<=u;g++)o=g===u?this:this.clone(!0),s(c[g])[n](o),pt.apply(a,o.get());return this.pushStack(a)}});var Un=new RegExp("^("+zi+")(?!px)[a-z%]+$","i"),Cn=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=z),n.getComputedStyle(e)},bi=function(e,n,i){var o,a,c={};for(a in n)c[a]=e.style[a],e.style[a]=n[a];for(a in o=i.call(e),n)e.style[a]=c[a];return o},Gi=new RegExp(Ie.join("|"),"i");function $e(e,n,i){var o,a,c,u,g=e.style;return(i=i||Cn(e))&&(""!==(u=i.getPropertyValue(n)||i[n])||Pe(e)||(u=s.style(e,n)),!le.pixelBoxStyles()&&Un.test(u)&&Gi.test(n)&&(o=g.width,a=g.minWidth,c=g.maxWidth,g.minWidth=g.maxWidth=g.width=u,u=i.width,g.width=o,g.minWidth=a,g.maxWidth=c)),void 0!==u?u+"":u}function lt(e,n){return{get:function(){if(!e())return(this.get=n).apply(this,arguments);delete this.get}}}!function(){function e(){if(b){v.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%",gt.appendChild(v).appendChild(b);var E=z.getComputedStyle(b);i="1%"!==E.top,g=12===n(E.marginLeft),b.style.right="60%",c=36===n(E.right),o=36===n(E.width),b.style.position="absolute",a=12===n(b.offsetWidth/3),gt.removeChild(v),b=null}}function n(E){return Math.round(parseFloat(E))}var i,o,a,c,u,g,v=U.createElement("div"),b=U.createElement("div");b.style&&(b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",le.clearCloneStyle="content-box"===b.style.backgroundClip,s.extend(le,{boxSizingReliable:function(){return e(),o},pixelBoxStyles:function(){return e(),c},pixelPosition:function(){return e(),i},reliableMarginLeft:function(){return e(),g},scrollboxSize:function(){return e(),a},reliableTrDimensions:function(){var E,k,x,T;return null==u&&(E=U.createElement("table"),k=U.createElement("tr"),x=U.createElement("div"),E.style.cssText="position:absolute;left:-11111px;border-collapse:separate",k.style.cssText="border:1px solid",k.style.height="1px",x.style.height="9px",x.style.display="block",gt.appendChild(E).appendChild(k).appendChild(x),T=z.getComputedStyle(k),u=parseInt(T.height,10)+parseInt(T.borderTopWidth,10)+parseInt(T.borderBottomWidth,10)===k.offsetHeight,gt.removeChild(E)),u}}))}();var pn=["Webkit","Moz","ms"],et=U.createElement("div").style,_i={};function kn(e){return s.cssProps[e]||_i[e]||(e in et?e:_i[e]=function(i){for(var o=i[0].toUpperCase()+i.slice(1),a=pn.length;a--;)if((i=pn[a]+o)in et)return i}(e)||e)}var vt=/^(none|table(?!-c[ea]).+)/,Gt=/^--/,wi={position:"absolute",visibility:"hidden",display:"block"},xi={letterSpacing:"0",fontWeight:"400"};function yt(e,n,i){var o=fn.exec(n);return o?Math.max(0,o[2]-(i||0))+(o[3]||"px"):n}function Ei(e,n,i,o,a,c){var u="width"===n?1:0,g=0,v=0;if(i===(o?"border":"content"))return 0;for(;u<4;u+=2)"margin"===i&&(v+=s.css(e,i+Ie[u],!0,a)),o?("content"===i&&(v-=s.css(e,"padding"+Ie[u],!0,a)),"margin"!==i&&(v-=s.css(e,"border"+Ie[u]+"Width",!0,a))):(v+=s.css(e,"padding"+Ie[u],!0,a),"padding"!==i?v+=s.css(e,"border"+Ie[u]+"Width",!0,a):g+=s.css(e,"border"+Ie[u]+"Width",!0,a));return!o&&0<=c&&(v+=Math.max(0,Math.ceil(e["offset"+n[0].toUpperCase()+n.slice(1)]-c-v-g-.5))||0),v}function kt(e,n,i){var o=Cn(e),a=(!le.boxSizingReliable()||i)&&"border-box"===s.css(e,"boxSizing",!1,o),c=a,u=$e(e,n,o),g="offset"+n[0].toUpperCase()+n.slice(1);if(Un.test(u)){if(!i)return u;u="auto"}return(!le.boxSizingReliable()&&a||!le.reliableTrDimensions()&&Ge(e,"tr")||"auto"===u||!parseFloat(u)&&"inline"===s.css(e,"display",!1,o))&&e.getClientRects().length&&(a="border-box"===s.css(e,"boxSizing",!1,o),(c=g in e)&&(u=e[g])),(u=parseFloat(u)||0)+Ei(e,n,i||(a?"border":"content"),c,o,u)+"px"}function Fe(e,n,i,o,a){return new Fe.prototype.init(e,n,i,o,a)}s.extend({cssHooks:{opacity:{get:function(e,n){if(n){var i=$e(e,"opacity");return""===i?"1":i}}}},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,n,i,o){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,c,u,g=B(n),v=Gt.test(n),b=e.style;if(v||(n=kn(g)),u=s.cssHooks[n]||s.cssHooks[g],void 0===i)return u&&"get"in u&&void 0!==(a=u.get(e,!1,o))?a:b[n];"string"==(c=typeof i)&&(a=fn.exec(i))&&a[1]&&(i=Xi(e,n,a),c="number"),null!=i&&i==i&&("number"!==c||v||(i+=a&&a[3]||(s.cssNumber[g]?"":"px")),le.clearCloneStyle||""!==i||0!==n.indexOf("background")||(b[n]="inherit"),u&&"set"in u&&void 0===(i=u.set(e,i,o))||(v?b.setProperty(n,i):b[n]=i))}},css:function(e,n,i,o){var a,c,u,g=B(n);return Gt.test(n)||(n=kn(g)),(u=s.cssHooks[n]||s.cssHooks[g])&&"get"in u&&(a=u.get(e,!0,i)),void 0===a&&(a=$e(e,n,o)),"normal"===a&&n in xi&&(a=xi[n]),""===i||i?(c=parseFloat(a),!0===i||isFinite(c)?c||0:a):a}}),s.each(["height","width"],function(e,n){s.cssHooks[n]={get:function(i,o,a){if(o)return!vt.test(s.css(i,"display"))||i.getClientRects().length&&i.getBoundingClientRect().width?kt(i,n,a):bi(i,wi,function(){return kt(i,n,a)})},set:function(i,o,a){var c,u=Cn(i),g=!le.scrollboxSize()&&"absolute"===u.position,v=(g||a)&&"border-box"===s.css(i,"boxSizing",!1,u),b=a?Ei(i,n,a,v,u):0;return v&&g&&(b-=Math.ceil(i["offset"+n[0].toUpperCase()+n.slice(1)]-parseFloat(u[n])-Ei(i,n,"border",!1,u)-.5)),b&&(c=fn.exec(o))&&"px"!==(c[3]||"px")&&(i.style[n]=o,o=s.css(i,n)),yt(0,o,b)}}}),s.cssHooks.marginLeft=lt(le.reliableMarginLeft,function(e,n){if(n)return(parseFloat($e(e,"marginLeft"))||e.getBoundingClientRect().left-bi(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),s.each({margin:"",padding:"",border:"Width"},function(e,n){s.cssHooks[e+n]={expand:function(i){for(var o=0,a={},c="string"==typeof i?i.split(" "):[i];o<4;o++)a[e+Ie[o]+n]=c[o]||c[o-2]||c[0];return a}},"margin"!==e&&(s.cssHooks[e+n].set=yt)}),s.fn.extend({css:function(e,n){return Ze(this,function(i,o,a){var c,u,g={},v=0;if(Array.isArray(o)){for(c=Cn(i),u=o.length;v<u;v++)g[o[v]]=s.css(i,o[v],!1,c);return g}return void 0!==a?s.style(i,o,a):s.css(i,o)},e,n,1<arguments.length)}}),((s.Tween=Fe).prototype={constructor:Fe,init:function(e,n,i,o,a,c){this.elem=e,this.prop=i,this.easing=a||s.easing._default,this.options=n,this.start=this.now=this.cur(),this.end=o,this.unit=c||(s.cssNumber[i]?"":"px")},cur:function(){var e=Fe.propHooks[this.prop];return e&&e.get?e.get(this):Fe.propHooks._default.get(this)},run:function(e){var n,i=Fe.propHooks[this.prop];return this.pos=n=this.options.duration?s.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*n+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):Fe.propHooks._default.set(this),this}}).init.prototype=Fe.prototype,(Fe.propHooks={_default:{get:function(e){var n;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(n=s.css(e.elem,e.prop,""))&&"auto"!==n?n:0},set:function(e){s.fx.step[e.prop]?s.fx.step[e.prop](e):1!==e.elem.nodeType||!s.cssHooks[e.prop]&&null==e.elem.style[kn(e.prop)]?e.elem[e.prop]=e.now:s.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=Fe.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},s.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},s.fx=Fe.prototype.init,s.fx.step={};var Jt,Ht,Mt,St,Sn=/^(?:toggle|show|hide)$/,Xn=/queueHooks$/;function gn(){Ht&&(!1===U.hidden&&z.requestAnimationFrame?z.requestAnimationFrame(gn):z.setTimeout(gn,s.fx.interval),s.fx.tick())}function Ti(){return z.setTimeout(function(){Jt=void 0}),Jt=Date.now()}function Dn(e,n){var i,o=0,a={height:e};for(n=n?1:0;o<4;o+=2-n)a["margin"+(i=Ie[o])]=a["padding"+i]=e;return n&&(a.opacity=a.width=e),a}function Ai(e,n,i){for(var o,a=(je.tweeners[n]||[]).concat(je.tweeners["*"]),c=0,u=a.length;c<u;c++)if(o=a[c].call(i,n,e))return o}function je(e,n,i){var o,a,c=0,u=je.prefilters.length,g=s.Deferred().always(function(){delete v.elem}),v=function(){if(a)return!1;for(var k=Jt||Ti(),x=Math.max(0,b.startTime+b.duration-k),T=1-(x/b.duration||0),H=0,M=b.tweens.length;H<M;H++)b.tweens[H].run(T);return g.notifyWith(e,[b,T,x]),T<1&&M?x:(M||g.notifyWith(e,[b,1,0]),g.resolveWith(e,[b]),!1)},b=g.promise({elem:e,props:s.extend({},n),opts:s.extend(!0,{specialEasing:{},easing:s.easing._default},i),originalProperties:n,originalOptions:i,startTime:Jt||Ti(),duration:i.duration,tweens:[],createTween:function(k,x){var T=s.Tween(e,b.opts,k,x,b.opts.specialEasing[k]||b.opts.easing);return b.tweens.push(T),T},stop:function(k){var x=0,T=k?b.tweens.length:0;if(a)return this;for(a=!0;x<T;x++)b.tweens[x].run(1);return k?(g.notifyWith(e,[b,1,0]),g.resolveWith(e,[b,k])):g.rejectWith(e,[b,k]),this}}),E=b.props;for(function(k,x){var T,H,M,R,ye;for(T in k)if(M=x[H=B(T)],R=k[T],Array.isArray(R)&&(M=R[1],R=k[T]=R[0]),T!==H&&(k[H]=R,delete k[T]),(ye=s.cssHooks[H])&&"expand"in ye)for(T in R=ye.expand(R),delete k[H],R)T in k||(k[T]=R[T],x[T]=M);else x[H]=M}(E,b.opts.specialEasing);c<u;c++)if(o=je.prefilters[c].call(b,e,E,b.opts))return J(o.stop)&&(s._queueHooks(b.elem,b.opts.queue).stop=o.stop.bind(o)),o;return s.map(E,Ai,b),J(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),s.fx.timer(s.extend(v,{elem:e,anim:b,queue:b.opts.queue})),b}s.Animation=s.extend(je,{tweeners:{"*":[function(e,n){var i=this.createTween(e,n);return Xi(i.elem,e,fn.exec(n),i),i}]},tweener:function(e,n){J(e)?(n=e,e=["*"]):e=e.match(S);for(var i,o=0,a=e.length;o<a;o++)(je.tweeners[i=e[o]]=je.tweeners[i]||[]).unshift(n)},prefilters:[function(e,n,i){var o,a,c,u,g,v,b,E,k="width"in n||"height"in n,x=this,T={},H=e.style,M=e.nodeType&&xn(e),R=F.get(e,"fxshow");for(o in i.queue||(null==(u=s._queueHooks(e,"fx")).unqueued&&(u.unqueued=0,g=u.empty.fire,u.empty.fire=function(){u.unqueued||g()}),u.unqueued++,x.always(function(){x.always(function(){u.unqueued--,s.queue(e,"fx").length||u.empty.fire()})})),n)if(Sn.test(a=n[o])){if(delete n[o],c=c||"toggle"===a,a===(M?"hide":"show")){if("show"!==a||!R||void 0===R[o])continue;M=!0}T[o]=R&&R[o]||s.style(e,o)}if((v=!s.isEmptyObject(n))||!s.isEmptyObject(T))for(o in k&&1===e.nodeType&&(i.overflow=[H.overflow,H.overflowX,H.overflowY],null==(b=R&&R.display)&&(b=F.get(e,"display")),"none"===(E=s.css(e,"display"))&&(b?E=b:(At([e],!0),b=e.style.display||b,E=s.css(e,"display"),At([e]))),("inline"===E||"inline-block"===E&&null!=b)&&"none"===s.css(e,"float")&&(v||(x.done(function(){H.display=b}),null==b&&(b="none"===(E=H.display)?"":E)),H.display="inline-block")),i.overflow&&(H.overflow="hidden",x.always(function(){H.overflow=i.overflow[0],H.overflowX=i.overflow[1],H.overflowY=i.overflow[2]})),v=!1,T)v||(R?"hidden"in R&&(M=R.hidden):R=F.access(e,"fxshow",{display:b}),c&&(R.hidden=!M),M&&At([e],!0),x.done(function(){for(o in M||At([e]),F.remove(e,"fxshow"),T)s.style(e,o,T[o])})),v=Ai(M?R[o]:0,o,x),o in R||(R[o]=v.start,M&&(v.end=v.start,v.start=0))}],prefilter:function(e,n){n?je.prefilters.unshift(e):je.prefilters.push(e)}}),s.speed=function(e,n,i){var o=e&&"object"==typeof e?s.extend({},e):{complete:i||!i&&n||J(e)&&e,duration:e,easing:i&&n||n&&!J(n)&&n};return s.fx.off?o.duration=0:"number"!=typeof o.duration&&(o.duration=o.duration in s.fx.speeds?s.fx.speeds[o.duration]:s.fx.speeds._default),null!=o.queue&&!0!==o.queue||(o.queue="fx"),o.old=o.complete,o.complete=function(){J(o.old)&&o.old.call(this),o.queue&&s.dequeue(this,o.queue)},o},s.fn.extend({fadeTo:function(e,n,i,o){return this.filter(xn).css("opacity",0).show().end().animate({opacity:n},e,i,o)},animate:function(e,n,i,o){var a=s.isEmptyObject(e),c=s.speed(n,i,o),u=function(){var g=je(this,s.extend({},e),c);(a||F.get(this,"finish"))&&g.stop(!0)};return u.finish=u,a||!1===c.queue?this.each(u):this.queue(c.queue,u)},stop:function(e,n,i){var o=function(a){var c=a.stop;delete a.stop,c(i)};return"string"!=typeof e&&(i=n,n=e,e=void 0),n&&this.queue(e||"fx",[]),this.each(function(){var a=!0,c=null!=e&&e+"queueHooks",u=s.timers,g=F.get(this);if(c)g[c]&&g[c].stop&&o(g[c]);else for(c in g)g[c]&&g[c].stop&&Xn.test(c)&&o(g[c]);for(c=u.length;c--;)u[c].elem!==this||null!=e&&u[c].queue!==e||(u[c].anim.stop(i),a=!1,u.splice(c,1));!a&&i||s.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var n,i=F.get(this),o=i[e+"queue"],a=i[e+"queueHooks"],c=s.timers,u=o?o.length:0;for(i.finish=!0,s.queue(this,e,[]),a&&a.stop&&a.stop.call(this,!0),n=c.length;n--;)c[n].elem===this&&c[n].queue===e&&(c[n].anim.stop(!0),c.splice(n,1));for(n=0;n<u;n++)o[n]&&o[n].finish&&o[n].finish.call(this);delete i.finish})}}),s.each(["toggle","show","hide"],function(e,n){var i=s.fn[n];s.fn[n]=function(o,a,c){return null==o||"boolean"==typeof o?i.apply(this,arguments):this.animate(Dn(n,!0),o,a,c)}}),s.each({slideDown:Dn("show"),slideUp:Dn("hide"),slideToggle:Dn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,n){s.fn[e]=function(i,o,a){return this.animate(n,i,o,a)}}),s.timers=[],s.fx.tick=function(){var e,n=0,i=s.timers;for(Jt=Date.now();n<i.length;n++)(e=i[n])()||i[n]!==e||i.splice(n--,1);i.length||s.fx.stop(),Jt=void 0},s.fx.timer=function(e){s.timers.push(e),s.fx.start()},s.fx.interval=13,s.fx.start=function(){Ht||(Ht=!0,gn())},s.fx.stop=function(){Ht=null},s.fx.speeds={slow:600,fast:200,_default:400},s.fn.delay=function(e,n){return e=s.fx&&s.fx.speeds[e]||e,this.queue(n=n||"fx",function(i,o){var a=z.setTimeout(i,e);o.stop=function(){z.clearTimeout(a)}})},Mt=U.createElement("input"),St=U.createElement("select").appendChild(U.createElement("option")),Mt.type="checkbox",le.checkOn=""!==Mt.value,le.optSelected=St.selected,(Mt=U.createElement("input")).value="t",Mt.type="radio",le.radioValue="t"===Mt.value;var Ji,mn=s.expr.attrHandle;s.fn.extend({attr:function(e,n){return Ze(this,s.attr,e,n,1<arguments.length)},removeAttr:function(e){return this.each(function(){s.removeAttr(this,e)})}}),s.extend({attr:function(e,n,i){var o,a,c=e.nodeType;if(3!==c&&8!==c&&2!==c)return typeof e.getAttribute>"u"?s.prop(e,n,i):(1===c&&s.isXMLDoc(e)||(a=s.attrHooks[n.toLowerCase()]||(s.expr.match.bool.test(n)?Ji:void 0)),void 0!==i?null===i?void s.removeAttr(e,n):a&&"set"in a&&void 0!==(o=a.set(e,i,n))?o:(e.setAttribute(n,i+""),i):a&&"get"in a&&null!==(o=a.get(e,n))?o:null==(o=s.find.attr(e,n))?void 0:o)},attrHooks:{type:{set:function(e,n){if(!le.radioValue&&"radio"===n&&Ge(e,"input")){var i=e.value;return e.setAttribute("type",n),i&&(e.value=i),n}}}},removeAttr:function(e,n){var i,o=0,a=n&&n.match(S);if(a&&1===e.nodeType)for(;i=a[o++];)e.removeAttribute(i)}}),Ji={set:function(e,n,i){return!1===n?s.removeAttr(e,i):e.setAttribute(i,i),i}},s.each(s.expr.match.bool.source.match(/\w+/g),function(e,n){var i=mn[n]||s.find.attr;mn[n]=function(o,a,c){var u,g,v=a.toLowerCase();return c||(g=mn[v],mn[v]=u,u=null!=i(o,a,c)?v:null,mn[v]=g),u}});var Ci=/^(?:input|select|textarea|button)$/i,Vn=/^(?:a|area)$/i;function Dt(e){return(e.match(S)||[]).join(" ")}function Zt(e){return e.getAttribute&&e.getAttribute("class")||""}function vn(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(S)||[]}s.fn.extend({prop:function(e,n){return Ze(this,s.prop,e,n,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[s.propFix[e]||e]})}}),s.extend({prop:function(e,n,i){var o,a,c=e.nodeType;if(3!==c&&8!==c&&2!==c)return 1===c&&s.isXMLDoc(e)||(a=s.propHooks[n=s.propFix[n]||n]),void 0!==i?a&&"set"in a&&void 0!==(o=a.set(e,i,n))?o:e[n]=i:a&&"get"in a&&null!==(o=a.get(e,n))?o:e[n]},propHooks:{tabIndex:{get:function(e){var n=s.find.attr(e,"tabindex");return n?parseInt(n,10):Ci.test(e.nodeName)||Vn.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),le.optSelected||(s.propHooks.selected={get:function(e){return null},set:function(e){}}),s.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){s.propFix[this.toLowerCase()]=this}),s.fn.extend({addClass:function(e){var n,i,o,a,c,u,g,v=0;if(J(e))return this.each(function(b){s(this).addClass(e.call(this,b,Zt(this)))});if((n=vn(e)).length)for(;i=this[v++];)if(a=Zt(i),o=1===i.nodeType&&" "+Dt(a)+" "){for(u=0;c=n[u++];)o.indexOf(" "+c+" ")<0&&(o+=c+" ");a!==(g=Dt(o))&&i.setAttribute("class",g)}return this},removeClass:function(e){var n,i,o,a,c,u,g,v=0;if(J(e))return this.each(function(b){s(this).removeClass(e.call(this,b,Zt(this)))});if(!arguments.length)return this.attr("class","");if((n=vn(e)).length)for(;i=this[v++];)if(a=Zt(i),o=1===i.nodeType&&" "+Dt(a)+" "){for(u=0;c=n[u++];)for(;-1<o.indexOf(" "+c+" ");)o=o.replace(" "+c+" "," ");a!==(g=Dt(o))&&i.setAttribute("class",g)}return this},toggleClass:function(e,n){var i=typeof e,o="string"===i||Array.isArray(e);return"boolean"==typeof n&&o?n?this.addClass(e):this.removeClass(e):J(e)?this.each(function(a){s(this).toggleClass(e.call(this,a,Zt(this),n),n)}):this.each(function(){var a,c,u,g;if(o)for(c=0,u=s(this),g=vn(e);a=g[c++];)u.hasClass(a)?u.removeClass(a):u.addClass(a);else void 0!==e&&"boolean"!==i||((a=Zt(this))&&F.set(this,"__className__",a),this.setAttribute&&this.setAttribute("class",a||!1===e?"":F.get(this,"__className__")||""))})},hasClass:function(e){var n,i,o=0;for(n=" "+e+" ";i=this[o++];)if(1===i.nodeType&&-1<(" "+Dt(Zt(i))+" ").indexOf(n))return!0;return!1}});var yr=/\r/g;s.fn.extend({val:function(e){var n,i,o,a=this[0];return arguments.length?(o=J(e),this.each(function(c){var u;1===this.nodeType&&(null==(u=o?e.call(this,c,s(this).val()):e)?u="":"number"==typeof u?u+="":Array.isArray(u)&&(u=s.map(u,function(g){return null==g?"":g+""})),(n=s.valHooks[this.type]||s.valHooks[this.nodeName.toLowerCase()])&&"set"in n&&void 0!==n.set(this,u,"value")||(this.value=u))})):a?(n=s.valHooks[a.type]||s.valHooks[a.nodeName.toLowerCase()])&&"get"in n&&void 0!==(i=n.get(a,"value"))?i:"string"==typeof(i=a.value)?i.replace(yr,""):i??"":void 0}}),s.extend({valHooks:{option:{get:function(e){return s.find.attr(e,"value")??Dt(s.text(e))}},select:{get:function(e){var n,i,o,a=e.options,c=e.selectedIndex,u="select-one"===e.type,g=u?null:[],v=u?c+1:a.length;for(o=c<0?v:u?c:0;o<v;o++)if(((i=a[o]).selected||o===c)&&!i.disabled&&(!i.parentNode.disabled||!Ge(i.parentNode,"optgroup"))){if(n=s(i).val(),u)return n;g.push(n)}return g},set:function(e,n){for(var i,o,a=e.options,c=s.makeArray(n),u=a.length;u--;)((o=a[u]).selected=-1<s.inArray(s.valHooks.option.get(o),c))&&(i=!0);return i||(e.selectedIndex=-1),c}}}}),s.each(["radio","checkbox"],function(){s.valHooks[this]={set:function(e,n){if(Array.isArray(n))return e.checked=-1<s.inArray(s(e).val(),n)}},le.checkOn||(s.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),le.focusin="onfocusin"in z;var ki=/^(?:focusinfocus|focusoutblur)$/,Yn=function(e){e.stopPropagation()};s.extend(s.event,{trigger:function(e,n,i,o){var a,c,u,g,v,b,E,k,x=[i||U],T=bn.call(e,"type")?e.type:e,H=bn.call(e,"namespace")?e.namespace.split("."):[];if(c=k=u=i=i||U,3!==i.nodeType&&8!==i.nodeType&&!ki.test(T+s.event.triggered)&&(-1<T.indexOf(".")&&(T=(H=T.split(".")).shift(),H.sort()),v=T.indexOf(":")<0&&"on"+T,(e=e[s.expando]?e:new s.Event(T,"object"==typeof e&&e)).isTrigger=o?2:3,e.namespace=H.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+H.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),n=null==n?[e]:s.makeArray(n,[e]),E=s.event.special[T]||{},o||!E.trigger||!1!==E.trigger.apply(i,n))){if(!o&&!E.noBubble&&!De(i)){for(ki.test((g=E.delegateType||T)+T)||(c=c.parentNode);c;c=c.parentNode)x.push(c),u=c;u===(i.ownerDocument||U)&&x.push(u.defaultView||u.parentWindow||z)}for(a=0;(c=x[a++])&&!e.isPropagationStopped();)k=c,e.type=1<a?g:E.bindType||T,(b=(F.get(c,"events")||Object.create(null))[e.type]&&F.get(c,"handle"))&&b.apply(c,n),(b=v&&c[v])&&b.apply&&cn(c)&&(e.result=b.apply(c,n),!1===e.result&&e.preventDefault());return e.type=T,o||e.isDefaultPrevented()||E._default&&!1!==E._default.apply(x.pop(),n)||!cn(i)||v&&J(i[T])&&!De(i)&&((u=i[v])&&(i[v]=null),s.event.triggered=T,e.isPropagationStopped()&&k.addEventListener(T,Yn),i[T](),e.isPropagationStopped()&&k.removeEventListener(T,Yn),s.event.triggered=void 0,u&&(i[v]=u)),e.result}},simulate:function(e,n,i){var o=s.extend(new s.Event,i,{type:e,isSimulated:!0});s.event.trigger(o,null,n)}}),s.fn.extend({trigger:function(e,n){return this.each(function(){s.event.trigger(e,n,this)})},triggerHandler:function(e,n){var i=this[0];if(i)return s.event.trigger(e,n,i,!0)}}),le.focusin||s.each({focus:"focusin",blur:"focusout"},function(e,n){var i=function(o){s.event.simulate(n,o.target,s.event.fix(o))};s.event.special[n]={setup:function(){var o=this.ownerDocument||this.document||this,a=F.access(o,n);a||o.addEventListener(e,i,!0),F.access(o,n,(a||0)+1)},teardown:function(){var o=this.ownerDocument||this.document||this,a=F.access(o,n)-1;a?F.access(o,n,a):(o.removeEventListener(e,i,!0),F.remove(o,n))}}});var en=z.location,Kn={guid:Date.now()},Qn=/\?/;s.parseXML=function(e){var n,i;if(!e||"string"!=typeof e)return null;try{n=(new z.DOMParser).parseFromString(e,"text/xml")}catch{}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||s.error("Invalid XML: "+(i?s.map(i.childNodes,function(o){return o.textContent}).join("\n"):e)),n};var On=/\[\]$/,Gn=/\r?\n/g,Zi=/^(?:submit|button|image|reset|file)$/i,er=/^(?:input|select|textarea|keygen)/i;function qt(e,n,i,o){var a;if(Array.isArray(n))s.each(n,function(c,u){i||On.test(e)?o(e,u):qt(e+"["+("object"==typeof u&&null!=u?c:"")+"]",u,i,o)});else if(i||"object"!==zt(n))o(e,n);else for(a in n)qt(e+"["+a+"]",n[a],i,o)}s.param=function(e,n){var i,o=[],a=function(c,u){var g=J(u)?u():u;o[o.length]=encodeURIComponent(c)+"="+encodeURIComponent(g??"")};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!s.isPlainObject(e))s.each(e,function(){a(this.name,this.value)});else for(i in e)qt(i,e[i],n,a);return o.join("&")},s.fn.extend({serialize:function(){return s.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=s.prop(this,"elements");return e?s.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!s(this).is(":disabled")&&er.test(this.nodeName)&&!Zi.test(e)&&(this.checked||!hn.test(e))}).map(function(e,n){var i=s(this).val();return null==i?null:Array.isArray(i)?s.map(i,function(o){return{name:n.name,value:o.replace(Gn,"\r\n")}}):{name:n.name,value:i.replace(Gn,"\r\n")}}).get()}});var br=/%20/g,tr=/#.*$/,nr=/([?&])_=[^&]*/,ir=/^(.*?):[ \t]*([^\r\n]*)$/gm,rr=/^(?:GET|HEAD)$/,or=/^\/\//,Jn={},Zn={},sr="*/".concat("*"),Si=U.createElement("a");function Di(e){return function(n,i){"string"!=typeof n&&(i=n,n="*");var o,a=0,c=n.toLowerCase().match(S)||[];if(J(i))for(;o=c[a++];)"+"===o[0]?(o=o.slice(1)||"*",(e[o]=e[o]||[]).unshift(i)):(e[o]=e[o]||[]).push(i)}}function Oi(e,n,i,o){var a={},c=e===Zn;function u(g){var v;return a[g]=!0,s.each(e[g]||[],function(b,E){var k=E(n,i,o);return"string"!=typeof k||c||a[k]?c?!(v=k):void 0:(n.dataTypes.unshift(k),u(k),!1)}),v}return u(n.dataTypes[0])||!a["*"]&&u("*")}function yn(e,n){var i,o,a=s.ajaxSettings.flatOptions||{};for(i in n)void 0!==n[i]&&((a[i]?e:o||(o={}))[i]=n[i]);return o&&s.extend(!0,e,o),e}Si.href=en.href,s.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:en.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(en.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":sr,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":s.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,n){return n?yn(yn(e,s.ajaxSettings),n):yn(s.ajaxSettings,e)},ajaxPrefilter:Di(Jn),ajaxTransport:Di(Zn),ajax:function(e,n){"object"==typeof e&&(n=e,e=void 0);var i,o,a,c,u,g,v,b,E,k,x=s.ajaxSetup({},n=n||{}),T=x.context||x,H=x.context&&(T.nodeType||T.jquery)?s(T):s.event,M=s.Deferred(),R=s.Callbacks("once memory"),ye=x.statusCode||{},Te={},tt={},fe="canceled",K={readyState:0,getResponseHeader:function(re){var _e;if(v){if(!c)for(c={};_e=ir.exec(a);)c[_e[1].toLowerCase()+" "]=(c[_e[1].toLowerCase()+" "]||[]).concat(_e[2]);_e=c[re.toLowerCase()+" "]}return null==_e?null:_e.join(", ")},getAllResponseHeaders:function(){return v?a:null},setRequestHeader:function(re,_e){return null==v&&(re=tt[re.toLowerCase()]=tt[re.toLowerCase()]||re,Te[re]=_e),this},overrideMimeType:function(re){return null==v&&(x.mimeType=re),this},statusCode:function(re){var _e;if(re)if(v)K.always(re[K.status]);else for(_e in re)ye[_e]=[ye[_e],re[_e]];return this},abort:function(re){var _e=re||fe;return i&&i.abort(_e),Me(0,_e),this}};if(M.promise(K),x.url=((e||x.url||en.href)+"").replace(or,en.protocol+"//"),x.type=n.method||n.type||x.method||x.type,x.dataTypes=(x.dataType||"*").toLowerCase().match(S)||[""],null==x.crossDomain){g=U.createElement("a");try{g.href=x.url,g.href=g.href,x.crossDomain=Si.protocol+"//"+Si.host!=g.protocol+"//"+g.host}catch{x.crossDomain=!0}}if(x.data&&x.processData&&"string"!=typeof x.data&&(x.data=s.param(x.data,x.traditional)),Oi(Jn,x,n,K),v)return K;for(E in(b=s.event&&x.global)&&0==s.active++&&s.event.trigger("ajaxStart"),x.type=x.type.toUpperCase(),x.hasContent=!rr.test(x.type),o=x.url.replace(tr,""),x.hasContent?x.data&&x.processData&&0===(x.contentType||"").indexOf("application/x-www-form-urlencoded")&&(x.data=x.data.replace(br,"+")):(k=x.url.slice(o.length),x.data&&(x.processData||"string"==typeof x.data)&&(o+=(Qn.test(o)?"&":"?")+x.data,delete x.data),!1===x.cache&&(o=o.replace(nr,"$1"),k=(Qn.test(o)?"&":"?")+"_="+Kn.guid+++k),x.url=o+k),x.ifModified&&(s.lastModified[o]&&K.setRequestHeader("If-Modified-Since",s.lastModified[o]),s.etag[o]&&K.setRequestHeader("If-None-Match",s.etag[o])),(x.data&&x.hasContent&&!1!==x.contentType||n.contentType)&&K.setRequestHeader("Content-Type",x.contentType),K.setRequestHeader("Accept",x.dataTypes[0]&&x.accepts[x.dataTypes[0]]?x.accepts[x.dataTypes[0]]+("*"!==x.dataTypes[0]?", "+sr+"; q=0.01":""):x.accepts["*"]),x.headers)K.setRequestHeader(E,x.headers[E]);if(x.beforeSend&&(!1===x.beforeSend.call(T,K,x)||v))return K.abort();if(fe="abort",R.add(x.complete),K.done(x.success),K.fail(x.error),i=Oi(Zn,x,n,K)){if(K.readyState=1,b&&H.trigger("ajaxSend",[K,x]),v)return K;x.async&&0<x.timeout&&(u=z.setTimeout(function(){K.abort("timeout")},x.timeout));try{v=!1,i.send(Te,Me)}catch(re){if(v)throw re;Me(-1,re)}}else Me(-1,"No Transport");function Me(re,_e,jn,In){var ze,Rt,tn,qe,nn,ct=_e;v||(v=!0,u&&z.clearTimeout(u),i=void 0,a=In||"",K.readyState=0<re?4:0,ze=200<=re&&re<300||304===re,jn&&(qe=function(be,Ue,Xe){for(var ft,Q,oe,ke,Ve=be.contents,Ee=be.dataTypes;"*"===Ee[0];)Ee.shift(),void 0===ft&&(ft=be.mimeType||Ue.getResponseHeader("Content-Type"));if(ft)for(Q in Ve)if(Ve[Q]&&Ve[Q].test(ft)){Ee.unshift(Q);break}if(Ee[0]in Xe)oe=Ee[0];else{for(Q in Xe){if(!Ee[0]||be.converters[Q+" "+Ee[0]]){oe=Q;break}ke||(ke=Q)}oe=oe||ke}if(oe)return oe!==Ee[0]&&Ee.unshift(oe),Xe[oe]}(x,K,jn)),!ze&&-1<s.inArray("script",x.dataTypes)&&s.inArray("json",x.dataTypes)<0&&(x.converters["text script"]=function(){}),qe=function(be,Ue,Xe,ft){var Q,oe,ke,Ve,Ee,Oe={},rn=be.dataTypes.slice();if(rn[1])for(ke in be.converters)Oe[ke.toLowerCase()]=be.converters[ke];for(oe=rn.shift();oe;)if(be.responseFields[oe]&&(Xe[be.responseFields[oe]]=Ue),!Ee&&ft&&be.dataFilter&&(Ue=be.dataFilter(Ue,be.dataType)),Ee=oe,oe=rn.shift())if("*"===oe)oe=Ee;else if("*"!==Ee&&Ee!==oe){if(!(ke=Oe[Ee+" "+oe]||Oe["* "+oe]))for(Q in Oe)if((Ve=Q.split(" "))[1]===oe&&(ke=Oe[Ee+" "+Ve[0]]||Oe["* "+Ve[0]])){!0===ke?ke=Oe[Q]:!0!==Oe[Q]&&(oe=Ve[0],rn.unshift(Ve[1]));break}if(!0!==ke)if(ke&&be.throws)Ue=ke(Ue);else try{Ue=ke(Ue)}catch(Pn){return{state:"parsererror",error:ke?Pn:"No conversion from "+Ee+" to "+oe}}}return{state:"success",data:Ue}}(x,qe,K,ze),ze?(x.ifModified&&((nn=K.getResponseHeader("Last-Modified"))&&(s.lastModified[o]=nn),(nn=K.getResponseHeader("etag"))&&(s.etag[o]=nn)),204===re||"HEAD"===x.type?ct="nocontent":304===re?ct="notmodified":(ct=qe.state,Rt=qe.data,ze=!(tn=qe.error))):(tn=ct,!re&&ct||(ct="error",re<0&&(re=0))),K.status=re,K.statusText=(_e||ct)+"",ze?M.resolveWith(T,[Rt,ct,K]):M.rejectWith(T,[K,ct,tn]),K.statusCode(ye),ye=void 0,b&&H.trigger(ze?"ajaxSuccess":"ajaxError",[K,x,ze?Rt:tn]),R.fireWith(T,[K,ct]),b&&(H.trigger("ajaxComplete",[K,x]),--s.active||s.event.trigger("ajaxStop")))}return K},getJSON:function(e,n,i){return s.get(e,n,i,"json")},getScript:function(e,n){return s.get(e,void 0,n,"script")}}),s.each(["get","post"],function(e,n){s[n]=function(i,o,a,c){return J(o)&&(c=c||a,a=o,o=void 0),s.ajax(s.extend({url:i,type:n,dataType:c,data:o,success:a},s.isPlainObject(i)&&i))}}),s.ajaxPrefilter(function(e){var n;for(n in e.headers)"content-type"===n.toLowerCase()&&(e.contentType=e.headers[n]||"")}),s._evalUrl=function(e,n,i){return s.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(o){s.globalEval(o,n,i)}})},s.fn.extend({wrapAll:function(e){var n;return this[0]&&(J(e)&&(e=e.call(this[0])),n=s(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&n.insertBefore(this[0]),n.map(function(){for(var i=this;i.firstElementChild;)i=i.firstElementChild;return i}).append(this)),this},wrapInner:function(e){return J(e)?this.each(function(n){s(this).wrapInner(e.call(this,n))}):this.each(function(){var n=s(this),i=n.contents();i.length?i.wrapAll(e):n.append(e)})},wrap:function(e){var n=J(e);return this.each(function(i){s(this).wrapAll(n?e.call(this,i):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){s(this).replaceWith(this.childNodes)}),this}}),s.expr.pseudos.hidden=function(e){return!s.expr.pseudos.visible(e)},s.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},s.ajaxSettings.xhr=function(){try{return new z.XMLHttpRequest}catch{}};var _r={0:200,1223:204},Nn=s.ajaxSettings.xhr();le.cors=!!Nn&&"withCredentials"in Nn,le.ajax=Nn=!!Nn,s.ajaxTransport(function(e){var n,i;if(le.cors||Nn&&!e.crossDomain)return{send:function(o,a){var c,u=e.xhr();if(u.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(c in e.xhrFields)u[c]=e.xhrFields[c];for(c in e.mimeType&&u.overrideMimeType&&u.overrideMimeType(e.mimeType),e.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)u.setRequestHeader(c,o[c]);n=function(g){return function(){n&&(n=i=u.onload=u.onerror=u.onabort=u.ontimeout=u.onreadystatechange=null,"abort"===g?u.abort():"error"===g?"number"!=typeof u.status?a(0,"error"):a(u.status,u.statusText):a(_r[u.status]||u.status,u.statusText,"text"!==(u.responseType||"text")||"string"!=typeof u.responseText?{binary:u.response}:{text:u.responseText},u.getAllResponseHeaders()))}},u.onload=n(),i=u.onerror=u.ontimeout=n("error"),void 0!==u.onabort?u.onabort=i:u.onreadystatechange=function(){4===u.readyState&&z.setTimeout(function(){n&&i()})},n=n("abort");try{u.send(e.hasContent&&e.data||null)}catch(g){if(n)throw g}},abort:function(){n&&n()}}}),s.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),s.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 s.globalEval(e),e}}}),s.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),s.ajaxTransport("script",function(e){var n,i;if(e.crossDomain||e.scriptAttrs)return{send:function(o,a){n=s("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",i=function(c){n.remove(),i=null,c&&a("error"===c.type?404:200,c.type)}),U.head.appendChild(n[0])},abort:function(){i&&i()}}});var ei,Ni=[],Ln=/(=)\?(?=&|$)|\?\?/;s.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Ni.pop()||s.expando+"_"+Kn.guid++;return this[e]=!0,e}}),s.ajaxPrefilter("json jsonp",function(e,n,i){var o,a,c,u=!1!==e.jsonp&&(Ln.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ln.test(e.data)&&"data");if(u||"jsonp"===e.dataTypes[0])return o=e.jsonpCallback=J(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,u?e[u]=e[u].replace(Ln,"$1"+o):!1!==e.jsonp&&(e.url+=(Qn.test(e.url)?"&":"?")+e.jsonp+"="+o),e.converters["script json"]=function(){return c||s.error(o+" was not called"),c[0]},e.dataTypes[0]="json",a=z[o],z[o]=function(){c=arguments},i.always(function(){void 0===a?s(z).removeProp(o):z[o]=a,e[o]&&(e.jsonpCallback=n.jsonpCallback,Ni.push(o)),c&&J(a)&&a(c[0]),c=a=void 0}),"script"}),le.createHTMLDocument=((ei=U.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===ei.childNodes.length),s.parseHTML=function(e,n,i){return"string"!=typeof e?[]:("boolean"==typeof n&&(i=n,n=!1),n||(le.createHTMLDocument?((o=(n=U.implementation.createHTMLDocument("")).createElement("base")).href=U.location.href,n.head.appendChild(o)):n=U),c=!i&&[],(a=ci.exec(e))?[n.createElement(a[1])]:(a=Tn([e],n,c),c&&c.length&&s(c).remove(),s.merge([],a.childNodes)));var o,a,c},s.fn.load=function(e,n,i){var o,a,c,u=this,g=e.indexOf(" ");return-1<g&&(o=Dt(e.slice(g)),e=e.slice(0,g)),J(n)?(i=n,n=void 0):n&&"object"==typeof n&&(a="POST"),0<u.length&&s.ajax({url:e,type:a||"GET",dataType:"html",data:n}).done(function(v){c=arguments,u.html(o?s("<div>").append(s.parseHTML(v)).find(o):v)}).always(i&&function(v,b){u.each(function(){i.apply(this,c||[v.responseText,b,v])})}),this},s.expr.pseudos.animated=function(e){return s.grep(s.timers,function(n){return e===n.elem}).length},s.offset={setOffset:function(e,n,i){var o,a,c,u,g,v,b=s.css(e,"position"),E=s(e),k={};"static"===b&&(e.style.position="relative"),g=E.offset(),c=s.css(e,"top"),v=s.css(e,"left"),("absolute"===b||"fixed"===b)&&-1<(c+v).indexOf("auto")?(u=(o=E.position()).top,a=o.left):(u=parseFloat(c)||0,a=parseFloat(v)||0),J(n)&&(n=n.call(e,i,s.extend({},g))),null!=n.top&&(k.top=n.top-g.top+u),null!=n.left&&(k.left=n.left-g.left+a),"using"in n?n.using.call(e,k):E.css(k)}},s.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(a){s.offset.setOffset(this,e,a)});var n,i,o=this[0];return o?o.getClientRects().length?{top:(n=o.getBoundingClientRect()).top+(i=o.ownerDocument.defaultView).pageYOffset,left:n.left+i.pageXOffset}:{top:0,left:0}:void 0},position:function(){if(this[0]){var e,n,i,o=this[0],a={top:0,left:0};if("fixed"===s.css(o,"position"))n=o.getBoundingClientRect();else{for(n=this.offset(),i=o.ownerDocument,e=o.offsetParent||i.documentElement;e&&(e===i.body||e===i.documentElement)&&"static"===s.css(e,"position");)e=e.parentNode;e&&e!==o&&1===e.nodeType&&((a=s(e).offset()).top+=s.css(e,"borderTopWidth",!0),a.left+=s.css(e,"borderLeftWidth",!0))}return{top:n.top-a.top-s.css(o,"marginTop",!0),left:n.left-a.left-s.css(o,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===s.css(e,"position");)e=e.offsetParent;return e||gt})}}),s.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var i="pageYOffset"===n;s.fn[e]=function(o){return Ze(this,function(a,c,u){var g;if(De(a)?g=a:9===a.nodeType&&(g=a.defaultView),void 0===u)return g?g[n]:a[c];g?g.scrollTo(i?g.pageXOffset:u,i?u:g.pageYOffset):a[c]=u},e,o,arguments.length)}}),s.each(["top","left"],function(e,n){s.cssHooks[n]=lt(le.pixelPosition,function(i,o){if(o)return o=$e(i,n),Un.test(o)?s(i).position()[n]+"px":o})}),s.each({Height:"height",Width:"width"},function(e,n){s.each({padding:"inner"+e,content:n,"":"outer"+e},function(i,o){s.fn[o]=function(a,c){var u=arguments.length&&(i||"boolean"!=typeof a),g=i||(!0===a||!0===c?"margin":"border");return Ze(this,function(v,b,E){var k;return De(v)?0===o.indexOf("outer")?v["inner"+e]:v.document.documentElement["client"+e]:9===v.nodeType?(k=v.documentElement,Math.max(v.body["scroll"+e],k["scroll"+e],v.body["offset"+e],k["offset"+e],k["client"+e])):void 0===E?s.css(v,b,g):s.style(v,b,E,g)},n,u?a:void 0,u)}})}),s.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,n){s.fn[n]=function(i){return this.on(n,i)}}),s.fn.extend({bind:function(e,n,i){return this.on(e,null,n,i)},unbind:function(e,n){return this.off(e,null,n)},delegate:function(e,n,i,o){return this.on(n,e,i,o)},undelegate:function(e,n,i){return 1===arguments.length?this.off(e,"**"):this.off(n,e||"**",i)},hover:function(e,n){return this.mouseenter(e).mouseleave(n||e)}}),s.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,n){s.fn[n]=function(i,o){return 0<arguments.length?this.on(n,null,i,o):this.trigger(n)}});var Li=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;s.proxy=function(e,n){var i,o,a;if("string"==typeof n&&(i=e[n],n=e,e=i),J(e))return o=Et.call(arguments,2),(a=function(){return e.apply(n||this,o.concat(Et.call(arguments)))}).guid=e.guid=e.guid||s.guid++,a},s.holdReady=function(e){e?s.readyWait++:s.ready(!0)},s.isArray=Array.isArray,s.parseJSON=JSON.parse,s.nodeName=Ge,s.isFunction=J,s.isWindow=De,s.camelCase=B,s.type=zt,s.now=Date.now,s.isNumeric=function(e){var n=s.type(e);return("number"===n||"string"===n)&&!isNaN(e-parseFloat(e))},s.trim=function(e){return null==e?"":(e+"").replace(Li,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return s});var ar=z.jQuery,lr=z.$;return s.noConflict=function(e){return z.$===s&&(z.$=lr),e&&z.jQuery===s&&(z.jQuery=ar),s},typeof ht>"u"&&(z.jQuery=z.$=s),s});