@twinalyze/web-analytics 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +131 -18
- package/dist/cdn.global.min.js +5 -4
- package/dist/cdn.global.min.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/dist/cdn.global.min.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
(()=>{var $h=Object.create;var Fs=Object.defineProperty;var Ag=Object.getOwnPropertyDescriptor;var eg=Object.getOwnPropertyNames;var tg=Object.getPrototypeOf,rg=Object.prototype.hasOwnProperty;var Wo=(s=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(s,{get:(r,i)=>(typeof require!="undefined"?require:r)[i]}):s)(function(s){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+s+'" is not supported')});var CA=(s,r)=>()=>(r||s((r={exports:{}}).exports,r),r.exports),ng=(s,r)=>{for(var i in r)Fs(s,i,{get:r[i],enumerable:!0})},ig=(s,r,i,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let f of eg(r))!rg.call(s,f)&&f!==i&&Fs(s,f,{get:()=>r[f],enumerable:!(a=Ag(r,f))||a.enumerable});return s};var Jo=(s,r,i)=>(i=s!=null?$h(tg(s)):{},ig(r||!s||!s.__esModule?Fs(i,"default",{value:s,enumerable:!0}):i,s));var Ua=CA(()=>{});var pA=CA((Pn,va)=>{(function(s,r){typeof Pn=="object"?va.exports=Pn=r():typeof define=="function"&&define.amd?define([],r):s.CryptoJS=r()})(Pn,function(){var s=s||(function(r,i){var a;if(typeof window!="undefined"&&window.crypto&&(a=window.crypto),typeof self!="undefined"&&self.crypto&&(a=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(a=globalThis.crypto),!a&&typeof window!="undefined"&&window.msCrypto&&(a=window.msCrypto),!a&&typeof global!="undefined"&&global.crypto&&(a=global.crypto),!a&&typeof Wo=="function")try{a=Ua()}catch{}var f=function(){if(a){if(typeof a.getRandomValues=="function")try{return a.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof a.randomBytes=="function")try{return a.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},u=Object.create||(function(){function p(){}return function(F){var _;return p.prototype=F,_=new p,p.prototype=null,_}})(),C={},l=C.lib={},h=l.Base=(function(){return{extend:function(p){var F=u(this);return p&&F.mixIn(p),(!F.hasOwnProperty("init")||this.init===F.init)&&(F.init=function(){F.$super.init.apply(this,arguments)}),F.init.prototype=F,F.$super=this,F},create:function(){var p=this.extend();return p.init.apply(p,arguments),p},init:function(){},mixIn:function(p){for(var F in p)p.hasOwnProperty(F)&&(this[F]=p[F]);p.hasOwnProperty("toString")&&(this.toString=p.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),Q=l.WordArray=h.extend({init:function(p,F){p=this.words=p||[],F!=i?this.sigBytes=F:this.sigBytes=p.length*4},toString:function(p){return(p||U).stringify(this)},concat:function(p){var F=this.words,_=p.words,b=this.sigBytes,S=p.sigBytes;if(this.clamp(),b%4)for(var L=0;L<S;L++){var z=_[L>>>2]>>>24-L%4*8&255;F[b+L>>>2]|=z<<24-(b+L)%4*8}else for(var J=0;J<S;J+=4)F[b+J>>>2]=_[J>>>2];return this.sigBytes+=S,this},clamp:function(){var p=this.words,F=this.sigBytes;p[F>>>2]&=4294967295<<32-F%4*8,p.length=r.ceil(F/4)},clone:function(){var p=h.clone.call(this);return p.words=this.words.slice(0),p},random:function(p){for(var F=[],_=0;_<p;_+=4)F.push(f());return new Q.init(F,p)}}),g=C.enc={},U=g.Hex={stringify:function(p){for(var F=p.words,_=p.sigBytes,b=[],S=0;S<_;S++){var L=F[S>>>2]>>>24-S%4*8&255;b.push((L>>>4).toString(16)),b.push((L&15).toString(16))}return b.join("")},parse:function(p){for(var F=p.length,_=[],b=0;b<F;b+=2)_[b>>>3]|=parseInt(p.substr(b,2),16)<<24-b%8*4;return new Q.init(_,F/2)}},x=g.Latin1={stringify:function(p){for(var F=p.words,_=p.sigBytes,b=[],S=0;S<_;S++){var L=F[S>>>2]>>>24-S%4*8&255;b.push(String.fromCharCode(L))}return b.join("")},parse:function(p){for(var F=p.length,_=[],b=0;b<F;b++)_[b>>>2]|=(p.charCodeAt(b)&255)<<24-b%4*8;return new Q.init(_,F)}},E=g.Utf8={stringify:function(p){try{return decodeURIComponent(escape(x.stringify(p)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(p){return x.parse(unescape(encodeURIComponent(p)))}},v=l.BufferedBlockAlgorithm=h.extend({reset:function(){this._data=new Q.init,this._nDataBytes=0},_append:function(p){typeof p=="string"&&(p=E.parse(p)),this._data.concat(p),this._nDataBytes+=p.sigBytes},_process:function(p){var F,_=this._data,b=_.words,S=_.sigBytes,L=this.blockSize,z=L*4,J=S/z;p?J=r.ceil(J):J=r.max((J|0)-this._minBufferSize,0);var Z=J*L,eA=r.min(Z*4,S);if(Z){for(var O=0;O<Z;O+=L)this._doProcessBlock(b,O);F=b.splice(0,Z),_.sigBytes-=eA}return new Q.init(F,eA)},clone:function(){var p=h.clone.call(this);return p._data=this._data.clone(),p},_minBufferSize:0}),I=l.Hasher=v.extend({cfg:h.extend(),init:function(p){this.cfg=this.cfg.extend(p),this.reset()},reset:function(){v.reset.call(this),this._doReset()},update:function(p){return this._append(p),this._process(),this},finalize:function(p){p&&this._append(p);var F=this._doFinalize();return F},blockSize:512/32,_createHelper:function(p){return function(F,_){return new p.init(_).finalize(F)}},_createHmacHelper:function(p){return function(F,_){return new D.HMAC.init(p,_).finalize(F)}}}),D=C.algo={};return C})(Math);return s})});var Nr=CA((Xn,Ea)=>{(function(s,r){typeof Xn=="object"?Ea.exports=Xn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Xn,function(s){return(function(r){var i=s,a=i.lib,f=a.Base,u=a.WordArray,C=i.x64={},l=C.Word=f.extend({init:function(Q,g){this.high=Q,this.low=g}}),h=C.WordArray=f.extend({init:function(Q,g){Q=this.words=Q||[],g!=r?this.sigBytes=g:this.sigBytes=Q.length*8},toX32:function(){for(var Q=this.words,g=Q.length,U=[],x=0;x<g;x++){var E=Q[x];U.push(E.high),U.push(E.low)}return u.create(U,this.sigBytes)},clone:function(){for(var Q=f.clone.call(this),g=Q.words=this.words.slice(0),U=g.length,x=0;x<U;x++)g[x]=g[x].clone();return Q}})})(),s})});var ya=CA((Wn,ma)=>{(function(s,r){typeof Wn=="object"?ma.exports=Wn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Wn,function(s){return(function(){if(typeof ArrayBuffer=="function"){var r=s,i=r.lib,a=i.WordArray,f=a.init,u=a.init=function(C){if(C instanceof ArrayBuffer&&(C=new Uint8Array(C)),(C instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&C instanceof Uint8ClampedArray||C instanceof Int16Array||C instanceof Uint16Array||C instanceof Int32Array||C instanceof Uint32Array||C instanceof Float32Array||C instanceof Float64Array)&&(C=new Uint8Array(C.buffer,C.byteOffset,C.byteLength)),C instanceof Uint8Array){for(var l=C.byteLength,h=[],Q=0;Q<l;Q++)h[Q>>>2]|=C[Q]<<24-Q%4*8;f.call(this,h,l)}else f.apply(this,arguments)};u.prototype=a}})(),s.lib.WordArray})});var ba=CA((Jn,Ha)=>{(function(s,r){typeof Jn=="object"?Ha.exports=Jn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Jn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Utf16=f.Utf16BE={stringify:function(l){for(var h=l.words,Q=l.sigBytes,g=[],U=0;U<Q;U+=2){var x=h[U>>>2]>>>16-U%4*8&65535;g.push(String.fromCharCode(x))}return g.join("")},parse:function(l){for(var h=l.length,Q=[],g=0;g<h;g++)Q[g>>>1]|=l.charCodeAt(g)<<16-g%2*16;return a.create(Q,h*2)}};f.Utf16LE={stringify:function(l){for(var h=l.words,Q=l.sigBytes,g=[],U=0;U<Q;U+=2){var x=C(h[U>>>2]>>>16-U%4*8&65535);g.push(String.fromCharCode(x))}return g.join("")},parse:function(l){for(var h=l.length,Q=[],g=0;g<h;g++)Q[g>>>1]|=C(l.charCodeAt(g)<<16-g%2*16);return a.create(Q,h*2)}};function C(l){return l<<8&4278255360|l>>>8&16711935}})(),s.enc.Utf16})});var ft=CA((Yn,Ia)=>{(function(s,r){typeof Yn=="object"?Ia.exports=Yn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Yn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Base64={stringify:function(l){var h=l.words,Q=l.sigBytes,g=this._map;l.clamp();for(var U=[],x=0;x<Q;x+=3)for(var E=h[x>>>2]>>>24-x%4*8&255,v=h[x+1>>>2]>>>24-(x+1)%4*8&255,I=h[x+2>>>2]>>>24-(x+2)%4*8&255,D=E<<16|v<<8|I,p=0;p<4&&x+p*.75<Q;p++)U.push(g.charAt(D>>>6*(3-p)&63));var F=g.charAt(64);if(F)for(;U.length%4;)U.push(F);return U.join("")},parse:function(l){var h=l.length,Q=this._map,g=this._reverseMap;if(!g){g=this._reverseMap=[];for(var U=0;U<Q.length;U++)g[Q.charCodeAt(U)]=U}var x=Q.charAt(64);if(x){var E=l.indexOf(x);E!==-1&&(h=E)}return C(l,h,g)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function C(l,h,Q){for(var g=[],U=0,x=0;x<h;x++)if(x%4){var E=Q[l.charCodeAt(x-1)]<<x%4*2,v=Q[l.charCodeAt(x)]>>>6-x%4*2,I=E|v;g[U>>>2]|=I<<24-U%4*8,U++}return a.create(g,U)}})(),s.enc.Base64})});var _a=CA((qn,Da)=>{(function(s,r){typeof qn=="object"?Da.exports=qn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(qn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.enc,u=f.Base64url={stringify:function(l,h){h===void 0&&(h=!0);var Q=l.words,g=l.sigBytes,U=h?this._safe_map:this._map;l.clamp();for(var x=[],E=0;E<g;E+=3)for(var v=Q[E>>>2]>>>24-E%4*8&255,I=Q[E+1>>>2]>>>24-(E+1)%4*8&255,D=Q[E+2>>>2]>>>24-(E+2)%4*8&255,p=v<<16|I<<8|D,F=0;F<4&&E+F*.75<g;F++)x.push(U.charAt(p>>>6*(3-F)&63));var _=U.charAt(64);if(_)for(;x.length%4;)x.push(_);return x.join("")},parse:function(l,h){h===void 0&&(h=!0);var Q=l.length,g=h?this._safe_map:this._map,U=this._reverseMap;if(!U){U=this._reverseMap=[];for(var x=0;x<g.length;x++)U[g.charCodeAt(x)]=x}var E=g.charAt(64);if(E){var v=l.indexOf(E);v!==-1&&(Q=v)}return C(l,Q,U)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function C(l,h,Q){for(var g=[],U=0,x=0;x<h;x++)if(x%4){var E=Q[l.charCodeAt(x-1)]<<x%4*2,v=Q[l.charCodeAt(x)]>>>6-x%4*2,I=E|v;g[U>>>2]|=I<<24-U%4*8,U++}return a.create(g,U)}})(),s.enc.Base64url})});var lt=CA((zn,Sa)=>{(function(s,r){typeof zn=="object"?Sa.exports=zn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(zn,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=[];(function(){for(var E=0;E<64;E++)l[E]=r.abs(r.sin(E+1))*4294967296|0})();var h=C.MD5=u.extend({_doReset:function(){this._hash=new f.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,v){for(var I=0;I<16;I++){var D=v+I,p=E[D];E[D]=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360}var F=this._hash.words,_=E[v+0],b=E[v+1],S=E[v+2],L=E[v+3],z=E[v+4],J=E[v+5],Z=E[v+6],eA=E[v+7],O=E[v+8],Y=E[v+9],tA=E[v+10],X=E[v+11],aA=E[v+12],oA=E[v+13],lA=E[v+14],xA=E[v+15],k=F[0],P=F[1],W=F[2],V=F[3];k=Q(k,P,W,V,_,7,l[0]),V=Q(V,k,P,W,b,12,l[1]),W=Q(W,V,k,P,S,17,l[2]),P=Q(P,W,V,k,L,22,l[3]),k=Q(k,P,W,V,z,7,l[4]),V=Q(V,k,P,W,J,12,l[5]),W=Q(W,V,k,P,Z,17,l[6]),P=Q(P,W,V,k,eA,22,l[7]),k=Q(k,P,W,V,O,7,l[8]),V=Q(V,k,P,W,Y,12,l[9]),W=Q(W,V,k,P,tA,17,l[10]),P=Q(P,W,V,k,X,22,l[11]),k=Q(k,P,W,V,aA,7,l[12]),V=Q(V,k,P,W,oA,12,l[13]),W=Q(W,V,k,P,lA,17,l[14]),P=Q(P,W,V,k,xA,22,l[15]),k=g(k,P,W,V,b,5,l[16]),V=g(V,k,P,W,Z,9,l[17]),W=g(W,V,k,P,X,14,l[18]),P=g(P,W,V,k,_,20,l[19]),k=g(k,P,W,V,J,5,l[20]),V=g(V,k,P,W,tA,9,l[21]),W=g(W,V,k,P,xA,14,l[22]),P=g(P,W,V,k,z,20,l[23]),k=g(k,P,W,V,Y,5,l[24]),V=g(V,k,P,W,lA,9,l[25]),W=g(W,V,k,P,L,14,l[26]),P=g(P,W,V,k,O,20,l[27]),k=g(k,P,W,V,oA,5,l[28]),V=g(V,k,P,W,S,9,l[29]),W=g(W,V,k,P,eA,14,l[30]),P=g(P,W,V,k,aA,20,l[31]),k=U(k,P,W,V,J,4,l[32]),V=U(V,k,P,W,O,11,l[33]),W=U(W,V,k,P,X,16,l[34]),P=U(P,W,V,k,lA,23,l[35]),k=U(k,P,W,V,b,4,l[36]),V=U(V,k,P,W,z,11,l[37]),W=U(W,V,k,P,eA,16,l[38]),P=U(P,W,V,k,tA,23,l[39]),k=U(k,P,W,V,oA,4,l[40]),V=U(V,k,P,W,_,11,l[41]),W=U(W,V,k,P,L,16,l[42]),P=U(P,W,V,k,Z,23,l[43]),k=U(k,P,W,V,Y,4,l[44]),V=U(V,k,P,W,aA,11,l[45]),W=U(W,V,k,P,xA,16,l[46]),P=U(P,W,V,k,S,23,l[47]),k=x(k,P,W,V,_,6,l[48]),V=x(V,k,P,W,eA,10,l[49]),W=x(W,V,k,P,lA,15,l[50]),P=x(P,W,V,k,J,21,l[51]),k=x(k,P,W,V,aA,6,l[52]),V=x(V,k,P,W,L,10,l[53]),W=x(W,V,k,P,tA,15,l[54]),P=x(P,W,V,k,b,21,l[55]),k=x(k,P,W,V,O,6,l[56]),V=x(V,k,P,W,xA,10,l[57]),W=x(W,V,k,P,Z,15,l[58]),P=x(P,W,V,k,oA,21,l[59]),k=x(k,P,W,V,z,6,l[60]),V=x(V,k,P,W,X,10,l[61]),W=x(W,V,k,P,S,15,l[62]),P=x(P,W,V,k,Y,21,l[63]),F[0]=F[0]+k|0,F[1]=F[1]+P|0,F[2]=F[2]+W|0,F[3]=F[3]+V|0},_doFinalize:function(){var E=this._data,v=E.words,I=this._nDataBytes*8,D=E.sigBytes*8;v[D>>>5]|=128<<24-D%32;var p=r.floor(I/4294967296),F=I;v[(D+64>>>9<<4)+15]=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,v[(D+64>>>9<<4)+14]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,E.sigBytes=(v.length+1)*4,this._process();for(var _=this._hash,b=_.words,S=0;S<4;S++){var L=b[S];b[S]=(L<<8|L>>>24)&16711935|(L<<24|L>>>8)&4278255360}return _},clone:function(){var E=u.clone.call(this);return E._hash=this._hash.clone(),E}});function Q(E,v,I,D,p,F,_){var b=E+(v&I|~v&D)+p+_;return(b<<F|b>>>32-F)+v}function g(E,v,I,D,p,F,_){var b=E+(v&D|I&~D)+p+_;return(b<<F|b>>>32-F)+v}function U(E,v,I,D,p,F,_){var b=E+(v^I^D)+p+_;return(b<<F|b>>>32-F)+v}function x(E,v,I,D,p,F,_){var b=E+(I^(v|~D))+p+_;return(b<<F|b>>>32-F)+v}i.MD5=u._createHelper(h),i.HmacMD5=u._createHmacHelper(h)})(Math),s.MD5})});var Os=CA((Zn,La)=>{(function(s,r){typeof Zn=="object"?La.exports=Zn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(Zn,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=i.Hasher,u=r.algo,C=[],l=u.SHA1=f.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(h,Q){for(var g=this._hash.words,U=g[0],x=g[1],E=g[2],v=g[3],I=g[4],D=0;D<80;D++){if(D<16)C[D]=h[Q+D]|0;else{var p=C[D-3]^C[D-8]^C[D-14]^C[D-16];C[D]=p<<1|p>>>31}var F=(U<<5|U>>>27)+I+C[D];D<20?F+=(x&E|~x&v)+1518500249:D<40?F+=(x^E^v)+1859775393:D<60?F+=(x&E|x&v|E&v)-1894007588:F+=(x^E^v)-899497514,I=v,v=E,E=x<<30|x>>>2,x=U,U=F}g[0]=g[0]+U|0,g[1]=g[1]+x|0,g[2]=g[2]+E|0,g[3]=g[3]+v|0,g[4]=g[4]+I|0},_doFinalize:function(){var h=this._data,Q=h.words,g=this._nDataBytes*8,U=h.sigBytes*8;return Q[U>>>5]|=128<<24-U%32,Q[(U+64>>>9<<4)+14]=Math.floor(g/4294967296),Q[(U+64>>>9<<4)+15]=g,h.sigBytes=Q.length*4,this._process(),this._hash},clone:function(){var h=f.clone.call(this);return h._hash=this._hash.clone(),h}});r.SHA1=f._createHelper(l),r.HmacSHA1=f._createHmacHelper(l)})(),s.SHA1})});var $n=CA((jn,Ka)=>{(function(s,r){typeof jn=="object"?Ka.exports=jn=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(jn,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=[],h=[];(function(){function U(I){for(var D=r.sqrt(I),p=2;p<=D;p++)if(!(I%p))return!1;return!0}function x(I){return(I-(I|0))*4294967296|0}for(var E=2,v=0;v<64;)U(E)&&(v<8&&(l[v]=x(r.pow(E,1/2))),h[v]=x(r.pow(E,1/3)),v++),E++})();var Q=[],g=C.SHA256=u.extend({_doReset:function(){this._hash=new f.init(l.slice(0))},_doProcessBlock:function(U,x){for(var E=this._hash.words,v=E[0],I=E[1],D=E[2],p=E[3],F=E[4],_=E[5],b=E[6],S=E[7],L=0;L<64;L++){if(L<16)Q[L]=U[x+L]|0;else{var z=Q[L-15],J=(z<<25|z>>>7)^(z<<14|z>>>18)^z>>>3,Z=Q[L-2],eA=(Z<<15|Z>>>17)^(Z<<13|Z>>>19)^Z>>>10;Q[L]=J+Q[L-7]+eA+Q[L-16]}var O=F&_^~F&b,Y=v&I^v&D^I&D,tA=(v<<30|v>>>2)^(v<<19|v>>>13)^(v<<10|v>>>22),X=(F<<26|F>>>6)^(F<<21|F>>>11)^(F<<7|F>>>25),aA=S+X+O+h[L]+Q[L],oA=tA+Y;S=b,b=_,_=F,F=p+aA|0,p=D,D=I,I=v,v=aA+oA|0}E[0]=E[0]+v|0,E[1]=E[1]+I|0,E[2]=E[2]+D|0,E[3]=E[3]+p|0,E[4]=E[4]+F|0,E[5]=E[5]+_|0,E[6]=E[6]+b|0,E[7]=E[7]+S|0},_doFinalize:function(){var U=this._data,x=U.words,E=this._nDataBytes*8,v=U.sigBytes*8;return x[v>>>5]|=128<<24-v%32,x[(v+64>>>9<<4)+14]=r.floor(E/4294967296),x[(v+64>>>9<<4)+15]=E,U.sigBytes=x.length*4,this._process(),this._hash},clone:function(){var U=u.clone.call(this);return U._hash=this._hash.clone(),U}});i.SHA256=u._createHelper(g),i.HmacSHA256=u._createHmacHelper(g)})(Math),s.SHA256})});var Oa=CA((Ai,Ta)=>{(function(s,r,i){typeof Ai=="object"?Ta.exports=Ai=r(pA(),$n()):typeof define=="function"&&define.amd?define(["./core","./sha256"],r):r(s.CryptoJS)})(Ai,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=r.algo,u=f.SHA256,C=f.SHA224=u.extend({_doReset:function(){this._hash=new a.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var l=u._doFinalize.call(this);return l.sigBytes-=4,l}});r.SHA224=u._createHelper(C),r.HmacSHA224=u._createHmacHelper(C)})(),s.SHA224})});var ks=CA((ei,ka)=>{(function(s,r,i){typeof ei=="object"?ka.exports=ei=r(pA(),Nr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],r):r(s.CryptoJS)})(ei,function(s){return(function(){var r=s,i=r.lib,a=i.Hasher,f=r.x64,u=f.Word,C=f.WordArray,l=r.algo;function h(){return u.create.apply(u,arguments)}var Q=[h(1116352408,3609767458),h(1899447441,602891725),h(3049323471,3964484399),h(3921009573,2173295548),h(961987163,4081628472),h(1508970993,3053834265),h(2453635748,2937671579),h(2870763221,3664609560),h(3624381080,2734883394),h(310598401,1164996542),h(607225278,1323610764),h(1426881987,3590304994),h(1925078388,4068182383),h(2162078206,991336113),h(2614888103,633803317),h(3248222580,3479774868),h(3835390401,2666613458),h(4022224774,944711139),h(264347078,2341262773),h(604807628,2007800933),h(770255983,1495990901),h(1249150122,1856431235),h(1555081692,3175218132),h(1996064986,2198950837),h(2554220882,3999719339),h(2821834349,766784016),h(2952996808,2566594879),h(3210313671,3203337956),h(3336571891,1034457026),h(3584528711,2466948901),h(113926993,3758326383),h(338241895,168717936),h(666307205,1188179964),h(773529912,1546045734),h(1294757372,1522805485),h(1396182291,2643833823),h(1695183700,2343527390),h(1986661051,1014477480),h(2177026350,1206759142),h(2456956037,344077627),h(2730485921,1290863460),h(2820302411,3158454273),h(3259730800,3505952657),h(3345764771,106217008),h(3516065817,3606008344),h(3600352804,1432725776),h(4094571909,1467031594),h(275423344,851169720),h(430227734,3100823752),h(506948616,1363258195),h(659060556,3750685593),h(883997877,3785050280),h(958139571,3318307427),h(1322822218,3812723403),h(1537002063,2003034995),h(1747873779,3602036899),h(1955562222,1575990012),h(2024104815,1125592928),h(2227730452,2716904306),h(2361852424,442776044),h(2428436474,593698344),h(2756734187,3733110249),h(3204031479,2999351573),h(3329325298,3815920427),h(3391569614,3928383900),h(3515267271,566280711),h(3940187606,3454069534),h(4118630271,4000239992),h(116418474,1914138554),h(174292421,2731055270),h(289380356,3203993006),h(460393269,320620315),h(685471733,587496836),h(852142971,1086792851),h(1017036298,365543100),h(1126000580,2618297676),h(1288033470,3409855158),h(1501505948,4234509866),h(1607167915,987167468),h(1816402316,1246189591)],g=[];(function(){for(var x=0;x<80;x++)g[x]=h()})();var U=l.SHA512=a.extend({_doReset:function(){this._hash=new C.init([new u.init(1779033703,4089235720),new u.init(3144134277,2227873595),new u.init(1013904242,4271175723),new u.init(2773480762,1595750129),new u.init(1359893119,2917565137),new u.init(2600822924,725511199),new u.init(528734635,4215389547),new u.init(1541459225,327033209)])},_doProcessBlock:function(x,E){for(var v=this._hash.words,I=v[0],D=v[1],p=v[2],F=v[3],_=v[4],b=v[5],S=v[6],L=v[7],z=I.high,J=I.low,Z=D.high,eA=D.low,O=p.high,Y=p.low,tA=F.high,X=F.low,aA=_.high,oA=_.low,lA=b.high,xA=b.low,k=S.high,P=S.low,W=L.high,V=L.low,bA=z,EA=J,kA=Z,gA=eA,Ge=O,Ve=Y,Tt=tA,Pe=X,oe=aA,WA=oA,wt=lA,Xe=xA,Ct=k,jA=P,xt=W,We=V,JA=0;JA<80;JA++){var $A,Ae,Je=g[JA];if(JA<16)Ae=Je.high=x[E+JA*2]|0,$A=Je.low=x[E+JA*2+1]|0;else{var pt=g[JA-15],fe=pt.high,Qt=pt.low,Zr=(fe>>>1|Qt<<31)^(fe>>>8|Qt<<24)^fe>>>7,Ot=(Qt>>>1|fe<<31)^(Qt>>>8|fe<<24)^(Qt>>>7|fe<<25),Ye=g[JA-2],Fe=Ye.high,le=Ye.low,YA=(Fe>>>19|le<<13)^(Fe<<3|le>>>29)^Fe>>>6,qe=(le>>>19|Fe<<13)^(le<<3|Fe>>>29)^(le>>>6|Fe<<26),ze=g[JA-7],Ze=ze.high,ki=ze.low,Ue=g[JA-16],Ri=Ue.high,Ft=Ue.low;$A=Ot+ki,Ae=Zr+Ze+($A>>>0<Ot>>>0?1:0),$A=$A+qe,Ae=Ae+YA+($A>>>0<qe>>>0?1:0),$A=$A+Ft,Ae=Ae+Ri+($A>>>0<Ft>>>0?1:0),Je.high=Ae,Je.low=$A}var kt=oe&wt^~oe&Ct,Rt=WA&Xe^~WA&jA,hr=bA&kA^bA&Ge^kA&Ge,gr=EA&gA^EA&Ve^gA&Ve,Ut=(bA>>>28|EA<<4)^(bA<<30|EA>>>2)^(bA<<25|EA>>>7),Mt=(EA>>>28|bA<<4)^(EA<<30|bA>>>2)^(EA<<25|bA>>>7),Nt=(oe>>>14|WA<<18)^(oe>>>18|WA<<14)^(oe<<23|WA>>>9),Gt=(WA>>>14|oe<<18)^(WA>>>18|oe<<14)^(WA<<23|oe>>>9),Vt=Q[JA],jr=Vt.high,$r=Vt.low,qA=We+Gt,we=xt+Nt+(qA>>>0<We>>>0?1:0),qA=qA+Rt,we=we+kt+(qA>>>0<Rt>>>0?1:0),qA=qA+$r,we=we+jr+(qA>>>0<$r>>>0?1:0),qA=qA+$A,we=we+Ae+(qA>>>0<$A>>>0?1:0),wA=Mt+gr,Pt=Ut+hr+(wA>>>0<Mt>>>0?1:0);xt=Ct,We=jA,Ct=wt,jA=Xe,wt=oe,Xe=WA,WA=Pe+qA|0,oe=Tt+we+(WA>>>0<Pe>>>0?1:0)|0,Tt=Ge,Pe=Ve,Ge=kA,Ve=gA,kA=bA,gA=EA,EA=qA+wA|0,bA=we+Pt+(EA>>>0<qA>>>0?1:0)|0}J=I.low=J+EA,I.high=z+bA+(J>>>0<EA>>>0?1:0),eA=D.low=eA+gA,D.high=Z+kA+(eA>>>0<gA>>>0?1:0),Y=p.low=Y+Ve,p.high=O+Ge+(Y>>>0<Ve>>>0?1:0),X=F.low=X+Pe,F.high=tA+Tt+(X>>>0<Pe>>>0?1:0),oA=_.low=oA+WA,_.high=aA+oe+(oA>>>0<WA>>>0?1:0),xA=b.low=xA+Xe,b.high=lA+wt+(xA>>>0<Xe>>>0?1:0),P=S.low=P+jA,S.high=k+Ct+(P>>>0<jA>>>0?1:0),V=L.low=V+We,L.high=W+xt+(V>>>0<We>>>0?1:0)},_doFinalize:function(){var x=this._data,E=x.words,v=this._nDataBytes*8,I=x.sigBytes*8;E[I>>>5]|=128<<24-I%32,E[(I+128>>>10<<5)+30]=Math.floor(v/4294967296),E[(I+128>>>10<<5)+31]=v,x.sigBytes=E.length*4,this._process();var D=this._hash.toX32();return D},clone:function(){var x=a.clone.call(this);return x._hash=this._hash.clone(),x},blockSize:1024/32});r.SHA512=a._createHelper(U),r.HmacSHA512=a._createHmacHelper(U)})(),s.SHA512})});var Ma=CA((ti,Ra)=>{(function(s,r,i){typeof ti=="object"?Ra.exports=ti=r(pA(),Nr(),ks()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],r):r(s.CryptoJS)})(ti,function(s){return(function(){var r=s,i=r.x64,a=i.Word,f=i.WordArray,u=r.algo,C=u.SHA512,l=u.SHA384=C.extend({_doReset:function(){this._hash=new f.init([new a.init(3418070365,3238371032),new a.init(1654270250,914150663),new a.init(2438529370,812702999),new a.init(355462360,4144912697),new a.init(1731405415,4290775857),new a.init(2394180231,1750603025),new a.init(3675008525,1694076839),new a.init(1203062813,3204075428)])},_doFinalize:function(){var h=C._doFinalize.call(this);return h.sigBytes-=16,h}});r.SHA384=C._createHelper(l),r.HmacSHA384=C._createHmacHelper(l)})(),s.SHA384})});var Ga=CA((ri,Na)=>{(function(s,r,i){typeof ri=="object"?Na.exports=ri=r(pA(),Nr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],r):r(s.CryptoJS)})(ri,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.x64,l=C.Word,h=i.algo,Q=[],g=[],U=[];(function(){for(var v=1,I=0,D=0;D<24;D++){Q[v+5*I]=(D+1)*(D+2)/2%64;var p=I%5,F=(2*v+3*I)%5;v=p,I=F}for(var v=0;v<5;v++)for(var I=0;I<5;I++)g[v+5*I]=I+(2*v+3*I)%5*5;for(var _=1,b=0;b<24;b++){for(var S=0,L=0,z=0;z<7;z++){if(_&1){var J=(1<<z)-1;J<32?L^=1<<J:S^=1<<J-32}_&128?_=_<<1^113:_<<=1}U[b]=l.create(S,L)}})();var x=[];(function(){for(var v=0;v<25;v++)x[v]=l.create()})();var E=h.SHA3=u.extend({cfg:u.cfg.extend({outputLength:512}),_doReset:function(){for(var v=this._state=[],I=0;I<25;I++)v[I]=new l.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(v,I){for(var D=this._state,p=this.blockSize/2,F=0;F<p;F++){var _=v[I+2*F],b=v[I+2*F+1];_=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,b=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360;var S=D[F];S.high^=b,S.low^=_}for(var L=0;L<24;L++){for(var z=0;z<5;z++){for(var J=0,Z=0,eA=0;eA<5;eA++){var S=D[z+5*eA];J^=S.high,Z^=S.low}var O=x[z];O.high=J,O.low=Z}for(var z=0;z<5;z++)for(var Y=x[(z+4)%5],tA=x[(z+1)%5],X=tA.high,aA=tA.low,J=Y.high^(X<<1|aA>>>31),Z=Y.low^(aA<<1|X>>>31),eA=0;eA<5;eA++){var S=D[z+5*eA];S.high^=J,S.low^=Z}for(var oA=1;oA<25;oA++){var J,Z,S=D[oA],lA=S.high,xA=S.low,k=Q[oA];k<32?(J=lA<<k|xA>>>32-k,Z=xA<<k|lA>>>32-k):(J=xA<<k-32|lA>>>64-k,Z=lA<<k-32|xA>>>64-k);var P=x[g[oA]];P.high=J,P.low=Z}var W=x[0],V=D[0];W.high=V.high,W.low=V.low;for(var z=0;z<5;z++)for(var eA=0;eA<5;eA++){var oA=z+5*eA,S=D[oA],bA=x[oA],EA=x[(z+1)%5+5*eA],kA=x[(z+2)%5+5*eA];S.high=bA.high^~EA.high&kA.high,S.low=bA.low^~EA.low&kA.low}var S=D[0],gA=U[L];S.high^=gA.high,S.low^=gA.low}},_doFinalize:function(){var v=this._data,I=v.words,D=this._nDataBytes*8,p=v.sigBytes*8,F=this.blockSize*32;I[p>>>5]|=1<<24-p%32,I[(r.ceil((p+1)/F)*F>>>5)-1]|=128,v.sigBytes=I.length*4,this._process();for(var _=this._state,b=this.cfg.outputLength/8,S=b/8,L=[],z=0;z<S;z++){var J=_[z],Z=J.high,eA=J.low;Z=(Z<<8|Z>>>24)&16711935|(Z<<24|Z>>>8)&4278255360,eA=(eA<<8|eA>>>24)&16711935|(eA<<24|eA>>>8)&4278255360,L.push(eA),L.push(Z)}return new f.init(L,b)},clone:function(){for(var v=u.clone.call(this),I=v._state=this._state.slice(0),D=0;D<25;D++)I[D]=I[D].clone();return v}});i.SHA3=u._createHelper(E),i.HmacSHA3=u._createHmacHelper(E)})(Math),s.SHA3})});var Pa=CA((ni,Va)=>{(function(s,r){typeof ni=="object"?Va.exports=ni=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(ni,function(s){return(function(r){var i=s,a=i.lib,f=a.WordArray,u=a.Hasher,C=i.algo,l=f.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),h=f.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),Q=f.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),g=f.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),U=f.create([0,1518500249,1859775393,2400959708,2840853838]),x=f.create([1352829926,1548603684,1836072691,2053994217,0]),E=C.RIPEMD160=u.extend({_doReset:function(){this._hash=f.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(b,S){for(var L=0;L<16;L++){var z=S+L,J=b[z];b[z]=(J<<8|J>>>24)&16711935|(J<<24|J>>>8)&4278255360}var Z=this._hash.words,eA=U.words,O=x.words,Y=l.words,tA=h.words,X=Q.words,aA=g.words,oA,lA,xA,k,P,W,V,bA,EA,kA;W=oA=Z[0],V=lA=Z[1],bA=xA=Z[2],EA=k=Z[3],kA=P=Z[4];for(var gA,L=0;L<80;L+=1)gA=oA+b[S+Y[L]]|0,L<16?gA+=v(lA,xA,k)+eA[0]:L<32?gA+=I(lA,xA,k)+eA[1]:L<48?gA+=D(lA,xA,k)+eA[2]:L<64?gA+=p(lA,xA,k)+eA[3]:gA+=F(lA,xA,k)+eA[4],gA=gA|0,gA=_(gA,X[L]),gA=gA+P|0,oA=P,P=k,k=_(xA,10),xA=lA,lA=gA,gA=W+b[S+tA[L]]|0,L<16?gA+=F(V,bA,EA)+O[0]:L<32?gA+=p(V,bA,EA)+O[1]:L<48?gA+=D(V,bA,EA)+O[2]:L<64?gA+=I(V,bA,EA)+O[3]:gA+=v(V,bA,EA)+O[4],gA=gA|0,gA=_(gA,aA[L]),gA=gA+kA|0,W=kA,kA=EA,EA=_(bA,10),bA=V,V=gA;gA=Z[1]+xA+EA|0,Z[1]=Z[2]+k+kA|0,Z[2]=Z[3]+P+W|0,Z[3]=Z[4]+oA+V|0,Z[4]=Z[0]+lA+bA|0,Z[0]=gA},_doFinalize:function(){var b=this._data,S=b.words,L=this._nDataBytes*8,z=b.sigBytes*8;S[z>>>5]|=128<<24-z%32,S[(z+64>>>9<<4)+14]=(L<<8|L>>>24)&16711935|(L<<24|L>>>8)&4278255360,b.sigBytes=(S.length+1)*4,this._process();for(var J=this._hash,Z=J.words,eA=0;eA<5;eA++){var O=Z[eA];Z[eA]=(O<<8|O>>>24)&16711935|(O<<24|O>>>8)&4278255360}return J},clone:function(){var b=u.clone.call(this);return b._hash=this._hash.clone(),b}});function v(b,S,L){return b^S^L}function I(b,S,L){return b&S|~b&L}function D(b,S,L){return(b|~S)^L}function p(b,S,L){return b&L|S&~L}function F(b,S,L){return b^(S|~L)}function _(b,S){return b<<S|b>>>32-S}i.RIPEMD160=u._createHelper(E),i.HmacRIPEMD160=u._createHmacHelper(E)})(Math),s.RIPEMD160})});var si=CA((ii,Xa)=>{(function(s,r){typeof ii=="object"?Xa.exports=ii=r(pA()):typeof define=="function"&&define.amd?define(["./core"],r):r(s.CryptoJS)})(ii,function(s){(function(){var r=s,i=r.lib,a=i.Base,f=r.enc,u=f.Utf8,C=r.algo,l=C.HMAC=a.extend({init:function(h,Q){h=this._hasher=new h.init,typeof Q=="string"&&(Q=u.parse(Q));var g=h.blockSize,U=g*4;Q.sigBytes>U&&(Q=h.finalize(Q)),Q.clamp();for(var x=this._oKey=Q.clone(),E=this._iKey=Q.clone(),v=x.words,I=E.words,D=0;D<g;D++)v[D]^=1549556828,I[D]^=909522486;x.sigBytes=E.sigBytes=U,this.reset()},reset:function(){var h=this._hasher;h.reset(),h.update(this._iKey)},update:function(h){return this._hasher.update(h),this},finalize:function(h){var Q=this._hasher,g=Q.finalize(h);Q.reset();var U=Q.finalize(this._oKey.clone().concat(g));return U}})})()})});var Ja=CA((oi,Wa)=>{(function(s,r,i){typeof oi=="object"?Wa.exports=oi=r(pA(),$n(),si()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],r):r(s.CryptoJS)})(oi,function(s){return(function(){var r=s,i=r.lib,a=i.Base,f=i.WordArray,u=r.algo,C=u.SHA256,l=u.HMAC,h=u.PBKDF2=a.extend({cfg:a.extend({keySize:128/32,hasher:C,iterations:25e4}),init:function(Q){this.cfg=this.cfg.extend(Q)},compute:function(Q,g){for(var U=this.cfg,x=l.create(U.hasher,Q),E=f.create(),v=f.create([1]),I=E.words,D=v.words,p=U.keySize,F=U.iterations;I.length<p;){var _=x.update(g).finalize(v);x.reset();for(var b=_.words,S=b.length,L=_,z=1;z<F;z++){L=x.finalize(L),x.reset();for(var J=L.words,Z=0;Z<S;Z++)b[Z]^=J[Z]}E.concat(_),D[0]++}return E.sigBytes=p*4,E}});r.PBKDF2=function(Q,g,U){return h.create(U).compute(Q,g)}})(),s.PBKDF2})});var Re=CA((ai,Ya)=>{(function(s,r,i){typeof ai=="object"?Ya.exports=ai=r(pA(),Os(),si()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],r):r(s.CryptoJS)})(ai,function(s){return(function(){var r=s,i=r.lib,a=i.Base,f=i.WordArray,u=r.algo,C=u.MD5,l=u.EvpKDF=a.extend({cfg:a.extend({keySize:128/32,hasher:C,iterations:1}),init:function(h){this.cfg=this.cfg.extend(h)},compute:function(h,Q){for(var g,U=this.cfg,x=U.hasher.create(),E=f.create(),v=E.words,I=U.keySize,D=U.iterations;v.length<I;){g&&x.update(g),g=x.update(h).finalize(Q),x.reset();for(var p=1;p<D;p++)g=x.finalize(g),x.reset();E.concat(g)}return E.sigBytes=I*4,E}});r.EvpKDF=function(h,Q,g){return l.create(g).compute(h,Q)}})(),s.EvpKDF})});var MA=CA((Bi,qa)=>{(function(s,r,i){typeof Bi=="object"?qa.exports=Bi=r(pA(),Re()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],r):r(s.CryptoJS)})(Bi,function(s){s.lib.Cipher||(function(r){var i=s,a=i.lib,f=a.Base,u=a.WordArray,C=a.BufferedBlockAlgorithm,l=i.enc,h=l.Utf8,Q=l.Base64,g=i.algo,U=g.EvpKDF,x=a.Cipher=C.extend({cfg:f.extend(),createEncryptor:function(O,Y){return this.create(this._ENC_XFORM_MODE,O,Y)},createDecryptor:function(O,Y){return this.create(this._DEC_XFORM_MODE,O,Y)},init:function(O,Y,tA){this.cfg=this.cfg.extend(tA),this._xformMode=O,this._key=Y,this.reset()},reset:function(){C.reset.call(this),this._doReset()},process:function(O){return this._append(O),this._process()},finalize:function(O){O&&this._append(O);var Y=this._doFinalize();return Y},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function O(Y){return typeof Y=="string"?eA:z}return function(Y){return{encrypt:function(tA,X,aA){return O(X).encrypt(Y,tA,X,aA)},decrypt:function(tA,X,aA){return O(X).decrypt(Y,tA,X,aA)}}}})()}),E=a.StreamCipher=x.extend({_doFinalize:function(){var O=this._process(!0);return O},blockSize:1}),v=i.mode={},I=a.BlockCipherMode=f.extend({createEncryptor:function(O,Y){return this.Encryptor.create(O,Y)},createDecryptor:function(O,Y){return this.Decryptor.create(O,Y)},init:function(O,Y){this._cipher=O,this._iv=Y}}),D=v.CBC=(function(){var O=I.extend();O.Encryptor=O.extend({processBlock:function(tA,X){var aA=this._cipher,oA=aA.blockSize;Y.call(this,tA,X,oA),aA.encryptBlock(tA,X),this._prevBlock=tA.slice(X,X+oA)}}),O.Decryptor=O.extend({processBlock:function(tA,X){var aA=this._cipher,oA=aA.blockSize,lA=tA.slice(X,X+oA);aA.decryptBlock(tA,X),Y.call(this,tA,X,oA),this._prevBlock=lA}});function Y(tA,X,aA){var oA,lA=this._iv;lA?(oA=lA,this._iv=r):oA=this._prevBlock;for(var xA=0;xA<aA;xA++)tA[X+xA]^=oA[xA]}return O})(),p=i.pad={},F=p.Pkcs7={pad:function(O,Y){for(var tA=Y*4,X=tA-O.sigBytes%tA,aA=X<<24|X<<16|X<<8|X,oA=[],lA=0;lA<X;lA+=4)oA.push(aA);var xA=u.create(oA,X);O.concat(xA)},unpad:function(O){var Y=O.words[O.sigBytes-1>>>2]&255;O.sigBytes-=Y}},_=a.BlockCipher=x.extend({cfg:x.cfg.extend({mode:D,padding:F}),reset:function(){var O;x.reset.call(this);var Y=this.cfg,tA=Y.iv,X=Y.mode;this._xformMode==this._ENC_XFORM_MODE?O=X.createEncryptor:(O=X.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==O?this._mode.init(this,tA&&tA.words):(this._mode=O.call(X,this,tA&&tA.words),this._mode.__creator=O)},_doProcessBlock:function(O,Y){this._mode.processBlock(O,Y)},_doFinalize:function(){var O,Y=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Y.pad(this._data,this.blockSize),O=this._process(!0)):(O=this._process(!0),Y.unpad(O)),O},blockSize:128/32}),b=a.CipherParams=f.extend({init:function(O){this.mixIn(O)},toString:function(O){return(O||this.formatter).stringify(this)}}),S=i.format={},L=S.OpenSSL={stringify:function(O){var Y,tA=O.ciphertext,X=O.salt;return X?Y=u.create([1398893684,1701076831]).concat(X).concat(tA):Y=tA,Y.toString(Q)},parse:function(O){var Y,tA=Q.parse(O),X=tA.words;return X[0]==1398893684&&X[1]==1701076831&&(Y=u.create(X.slice(2,4)),X.splice(0,4),tA.sigBytes-=16),b.create({ciphertext:tA,salt:Y})}},z=a.SerializableCipher=f.extend({cfg:f.extend({format:L}),encrypt:function(O,Y,tA,X){X=this.cfg.extend(X);var aA=O.createEncryptor(tA,X),oA=aA.finalize(Y),lA=aA.cfg;return b.create({ciphertext:oA,key:tA,iv:lA.iv,algorithm:O,mode:lA.mode,padding:lA.padding,blockSize:O.blockSize,formatter:X.format})},decrypt:function(O,Y,tA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var aA=O.createDecryptor(tA,X).finalize(Y.ciphertext);return aA},_parse:function(O,Y){return typeof O=="string"?Y.parse(O,this):O}}),J=i.kdf={},Z=J.OpenSSL={execute:function(O,Y,tA,X,aA){if(X||(X=u.random(64/8)),aA)var oA=U.create({keySize:Y+tA,hasher:aA}).compute(O,X);else var oA=U.create({keySize:Y+tA}).compute(O,X);var lA=u.create(oA.words.slice(Y),tA*4);return oA.sigBytes=Y*4,b.create({key:oA,iv:lA,salt:X})}},eA=a.PasswordBasedCipher=z.extend({cfg:z.cfg.extend({kdf:Z}),encrypt:function(O,Y,tA,X){X=this.cfg.extend(X);var aA=X.kdf.execute(tA,O.keySize,O.ivSize,X.salt,X.hasher);X.iv=aA.iv;var oA=z.encrypt.call(this,O,Y,aA.key,X);return oA.mixIn(aA),oA},decrypt:function(O,Y,tA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var aA=X.kdf.execute(tA,O.keySize,O.ivSize,Y.salt,X.hasher);X.iv=aA.iv;var oA=z.decrypt.call(this,O,Y,aA.key,X);return oA}})})()})});var Za=CA((ci,za)=>{(function(s,r,i){typeof ci=="object"?za.exports=ci=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(ci,function(s){return s.mode.CFB=(function(){var r=s.lib.BlockCipherMode.extend();r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize;i.call(this,a,f,C,u),this._prevBlock=a.slice(f,f+C)}}),r.Decryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=a.slice(f,f+C);i.call(this,a,f,C,u),this._prevBlock=l}});function i(a,f,u,C){var l,h=this._iv;h?(l=h.slice(0),this._iv=void 0):l=this._prevBlock,C.encryptBlock(l,0);for(var Q=0;Q<u;Q++)a[f+Q]^=l[Q]}return r})(),s.mode.CFB})});var $a=CA((fi,ja)=>{(function(s,r,i){typeof fi=="object"?ja.exports=fi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(fi,function(s){return s.mode.CTR=(function(){var r=s.lib.BlockCipherMode.extend(),i=r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=this._iv,h=this._counter;l&&(h=this._counter=l.slice(0),this._iv=void 0);var Q=h.slice(0);u.encryptBlock(Q,0),h[C-1]=h[C-1]+1|0;for(var g=0;g<C;g++)a[f+g]^=Q[g]}});return r.Decryptor=i,r})(),s.mode.CTR})});var eB=CA((li,AB)=>{(function(s,r,i){typeof li=="object"?AB.exports=li=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(li,function(s){return s.mode.CTRGladman=(function(){var r=s.lib.BlockCipherMode.extend();function i(u){if((u>>24&255)===255){var C=u>>16&255,l=u>>8&255,h=u&255;C===255?(C=0,l===255?(l=0,h===255?h=0:++h):++l):++C,u=0,u+=C<<16,u+=l<<8,u+=h}else u+=1<<24;return u}function a(u){return(u[0]=i(u[0]))===0&&(u[1]=i(u[1])),u}var f=r.Encryptor=r.extend({processBlock:function(u,C){var l=this._cipher,h=l.blockSize,Q=this._iv,g=this._counter;Q&&(g=this._counter=Q.slice(0),this._iv=void 0),a(g);var U=g.slice(0);l.encryptBlock(U,0);for(var x=0;x<h;x++)u[C+x]^=U[x]}});return r.Decryptor=f,r})(),s.mode.CTRGladman})});var rB=CA((ui,tB)=>{(function(s,r,i){typeof ui=="object"?tB.exports=ui=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(ui,function(s){return s.mode.OFB=(function(){var r=s.lib.BlockCipherMode.extend(),i=r.Encryptor=r.extend({processBlock:function(a,f){var u=this._cipher,C=u.blockSize,l=this._iv,h=this._keystream;l&&(h=this._keystream=l.slice(0),this._iv=void 0),u.encryptBlock(h,0);for(var Q=0;Q<C;Q++)a[f+Q]^=h[Q]}});return r.Decryptor=i,r})(),s.mode.OFB})});var iB=CA((hi,nB)=>{(function(s,r,i){typeof hi=="object"?nB.exports=hi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(hi,function(s){return s.mode.ECB=(function(){var r=s.lib.BlockCipherMode.extend();return r.Encryptor=r.extend({processBlock:function(i,a){this._cipher.encryptBlock(i,a)}}),r.Decryptor=r.extend({processBlock:function(i,a){this._cipher.decryptBlock(i,a)}}),r})(),s.mode.ECB})});var oB=CA((gi,sB)=>{(function(s,r,i){typeof gi=="object"?sB.exports=gi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(gi,function(s){return s.pad.AnsiX923={pad:function(r,i){var a=r.sigBytes,f=i*4,u=f-a%f,C=a+u-1;r.clamp(),r.words[C>>>2]|=u<<24-C%4*8,r.sigBytes+=u},unpad:function(r){var i=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=i}},s.pad.Ansix923})});var BB=CA((di,aB)=>{(function(s,r,i){typeof di=="object"?aB.exports=di=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(di,function(s){return s.pad.Iso10126={pad:function(r,i){var a=i*4,f=a-r.sigBytes%a;r.concat(s.lib.WordArray.random(f-1)).concat(s.lib.WordArray.create([f<<24],1))},unpad:function(r){var i=r.words[r.sigBytes-1>>>2]&255;r.sigBytes-=i}},s.pad.Iso10126})});var fB=CA((wi,cB)=>{(function(s,r,i){typeof wi=="object"?cB.exports=wi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(wi,function(s){return s.pad.Iso97971={pad:function(r,i){r.concat(s.lib.WordArray.create([2147483648],1)),s.pad.ZeroPadding.pad(r,i)},unpad:function(r){s.pad.ZeroPadding.unpad(r),r.sigBytes--}},s.pad.Iso97971})});var uB=CA((Ci,lB)=>{(function(s,r,i){typeof Ci=="object"?lB.exports=Ci=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(Ci,function(s){return s.pad.ZeroPadding={pad:function(r,i){var a=i*4;r.clamp(),r.sigBytes+=a-(r.sigBytes%a||a)},unpad:function(r){for(var i=r.words,a=r.sigBytes-1,a=r.sigBytes-1;a>=0;a--)if(i[a>>>2]>>>24-a%4*8&255){r.sigBytes=a+1;break}}},s.pad.ZeroPadding})});var gB=CA((xi,hB)=>{(function(s,r,i){typeof xi=="object"?hB.exports=xi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(xi,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})});var wB=CA((pi,dB)=>{(function(s,r,i){typeof pi=="object"?dB.exports=pi=r(pA(),MA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],r):r(s.CryptoJS)})(pi,function(s){return(function(r){var i=s,a=i.lib,f=a.CipherParams,u=i.enc,C=u.Hex,l=i.format,h=l.Hex={stringify:function(Q){return Q.ciphertext.toString(C)},parse:function(Q){var g=C.parse(Q);return f.create({ciphertext:g})}}})(),s.format.Hex})});var xB=CA((Qi,CB)=>{(function(s,r,i){typeof Qi=="object"?CB.exports=Qi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Qi,function(s){return(function(){var r=s,i=r.lib,a=i.BlockCipher,f=r.algo,u=[],C=[],l=[],h=[],Q=[],g=[],U=[],x=[],E=[],v=[];(function(){for(var p=[],F=0;F<256;F++)F<128?p[F]=F<<1:p[F]=F<<1^283;for(var _=0,b=0,F=0;F<256;F++){var S=b^b<<1^b<<2^b<<3^b<<4;S=S>>>8^S&255^99,u[_]=S,C[S]=_;var L=p[_],z=p[L],J=p[z],Z=p[S]*257^S*16843008;l[_]=Z<<24|Z>>>8,h[_]=Z<<16|Z>>>16,Q[_]=Z<<8|Z>>>24,g[_]=Z;var Z=J*16843009^z*65537^L*257^_*16843008;U[S]=Z<<24|Z>>>8,x[S]=Z<<16|Z>>>16,E[S]=Z<<8|Z>>>24,v[S]=Z,_?(_=L^p[p[p[J^L]]],b^=p[p[b]]):_=b=1}})();var I=[0,1,2,4,8,16,32,64,128,27,54],D=f.AES=a.extend({_doReset:function(){var p;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var F=this._keyPriorReset=this._key,_=F.words,b=F.sigBytes/4,S=this._nRounds=b+6,L=(S+1)*4,z=this._keySchedule=[],J=0;J<L;J++)J<b?z[J]=_[J]:(p=z[J-1],J%b?b>6&&J%b==4&&(p=u[p>>>24]<<24|u[p>>>16&255]<<16|u[p>>>8&255]<<8|u[p&255]):(p=p<<8|p>>>24,p=u[p>>>24]<<24|u[p>>>16&255]<<16|u[p>>>8&255]<<8|u[p&255],p^=I[J/b|0]<<24),z[J]=z[J-b]^p);for(var Z=this._invKeySchedule=[],eA=0;eA<L;eA++){var J=L-eA;if(eA%4)var p=z[J];else var p=z[J-4];eA<4||J<=4?Z[eA]=p:Z[eA]=U[u[p>>>24]]^x[u[p>>>16&255]]^E[u[p>>>8&255]]^v[u[p&255]]}}},encryptBlock:function(p,F){this._doCryptBlock(p,F,this._keySchedule,l,h,Q,g,u)},decryptBlock:function(p,F){var _=p[F+1];p[F+1]=p[F+3],p[F+3]=_,this._doCryptBlock(p,F,this._invKeySchedule,U,x,E,v,C);var _=p[F+1];p[F+1]=p[F+3],p[F+3]=_},_doCryptBlock:function(p,F,_,b,S,L,z,J){for(var Z=this._nRounds,eA=p[F]^_[0],O=p[F+1]^_[1],Y=p[F+2]^_[2],tA=p[F+3]^_[3],X=4,aA=1;aA<Z;aA++){var oA=b[eA>>>24]^S[O>>>16&255]^L[Y>>>8&255]^z[tA&255]^_[X++],lA=b[O>>>24]^S[Y>>>16&255]^L[tA>>>8&255]^z[eA&255]^_[X++],xA=b[Y>>>24]^S[tA>>>16&255]^L[eA>>>8&255]^z[O&255]^_[X++],k=b[tA>>>24]^S[eA>>>16&255]^L[O>>>8&255]^z[Y&255]^_[X++];eA=oA,O=lA,Y=xA,tA=k}var oA=(J[eA>>>24]<<24|J[O>>>16&255]<<16|J[Y>>>8&255]<<8|J[tA&255])^_[X++],lA=(J[O>>>24]<<24|J[Y>>>16&255]<<16|J[tA>>>8&255]<<8|J[eA&255])^_[X++],xA=(J[Y>>>24]<<24|J[tA>>>16&255]<<16|J[eA>>>8&255]<<8|J[O&255])^_[X++],k=(J[tA>>>24]<<24|J[eA>>>16&255]<<16|J[O>>>8&255]<<8|J[Y&255])^_[X++];p[F]=oA,p[F+1]=lA,p[F+2]=xA,p[F+3]=k},keySize:256/32});r.AES=a._createHelper(D)})(),s.AES})});var QB=CA((Fi,pB)=>{(function(s,r,i){typeof Fi=="object"?pB.exports=Fi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Fi,function(s){return(function(){var r=s,i=r.lib,a=i.WordArray,f=i.BlockCipher,u=r.algo,C=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],l=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],h=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Q=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],g=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],U=u.DES=f.extend({_doReset:function(){for(var I=this._key,D=I.words,p=[],F=0;F<56;F++){var _=C[F]-1;p[F]=D[_>>>5]>>>31-_%32&1}for(var b=this._subKeys=[],S=0;S<16;S++){for(var L=b[S]=[],z=h[S],F=0;F<24;F++)L[F/6|0]|=p[(l[F]-1+z)%28]<<31-F%6,L[4+(F/6|0)]|=p[28+(l[F+24]-1+z)%28]<<31-F%6;L[0]=L[0]<<1|L[0]>>>31;for(var F=1;F<7;F++)L[F]=L[F]>>>(F-1)*4+3;L[7]=L[7]<<5|L[7]>>>27}for(var J=this._invSubKeys=[],F=0;F<16;F++)J[F]=b[15-F]},encryptBlock:function(I,D){this._doCryptBlock(I,D,this._subKeys)},decryptBlock:function(I,D){this._doCryptBlock(I,D,this._invSubKeys)},_doCryptBlock:function(I,D,p){this._lBlock=I[D],this._rBlock=I[D+1],x.call(this,4,252645135),x.call(this,16,65535),E.call(this,2,858993459),E.call(this,8,16711935),x.call(this,1,1431655765);for(var F=0;F<16;F++){for(var _=p[F],b=this._lBlock,S=this._rBlock,L=0,z=0;z<8;z++)L|=Q[z][((S^_[z])&g[z])>>>0];this._lBlock=S,this._rBlock=b^L}var J=this._lBlock;this._lBlock=this._rBlock,this._rBlock=J,x.call(this,1,1431655765),E.call(this,8,16711935),E.call(this,2,858993459),x.call(this,16,65535),x.call(this,4,252645135),I[D]=this._lBlock,I[D+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function x(I,D){var p=(this._lBlock>>>I^this._rBlock)&D;this._rBlock^=p,this._lBlock^=p<<I}function E(I,D){var p=(this._rBlock>>>I^this._lBlock)&D;this._lBlock^=p,this._rBlock^=p<<I}r.DES=f._createHelper(U);var v=u.TripleDES=f.extend({_doReset:function(){var I=this._key,D=I.words;if(D.length!==2&&D.length!==4&&D.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var p=D.slice(0,2),F=D.length<4?D.slice(0,2):D.slice(2,4),_=D.length<6?D.slice(0,2):D.slice(4,6);this._des1=U.createEncryptor(a.create(p)),this._des2=U.createEncryptor(a.create(F)),this._des3=U.createEncryptor(a.create(_))},encryptBlock:function(I,D){this._des1.encryptBlock(I,D),this._des2.decryptBlock(I,D),this._des3.encryptBlock(I,D)},decryptBlock:function(I,D){this._des3.decryptBlock(I,D),this._des2.encryptBlock(I,D),this._des1.decryptBlock(I,D)},keySize:192/32,ivSize:64/32,blockSize:64/32});r.TripleDES=f._createHelper(v)})(),s.TripleDES})});var UB=CA((Ui,FB)=>{(function(s,r,i){typeof Ui=="object"?FB.exports=Ui=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Ui,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=f.RC4=a.extend({_doReset:function(){for(var h=this._key,Q=h.words,g=h.sigBytes,U=this._S=[],x=0;x<256;x++)U[x]=x;for(var x=0,E=0;x<256;x++){var v=x%g,I=Q[v>>>2]>>>24-v%4*8&255;E=(E+U[x]+I)%256;var D=U[x];U[x]=U[E],U[E]=D}this._i=this._j=0},_doProcessBlock:function(h,Q){h[Q]^=C.call(this)},keySize:256/32,ivSize:0});function C(){for(var h=this._S,Q=this._i,g=this._j,U=0,x=0;x<4;x++){Q=(Q+1)%256,g=(g+h[Q])%256;var E=h[Q];h[Q]=h[g],h[g]=E,U|=h[(h[Q]+h[g])%256]<<24-x*8}return this._i=Q,this._j=g,U}r.RC4=a._createHelper(u);var l=f.RC4Drop=u.extend({cfg:u.cfg.extend({drop:192}),_doReset:function(){u._doReset.call(this);for(var h=this.cfg.drop;h>0;h--)C.call(this)}});r.RC4Drop=a._createHelper(l)})(),s.RC4})});var EB=CA((vi,vB)=>{(function(s,r,i){typeof vi=="object"?vB.exports=vi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(vi,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=[],C=[],l=[],h=f.Rabbit=a.extend({_doReset:function(){for(var g=this._key.words,U=this.cfg.iv,x=0;x<4;x++)g[x]=(g[x]<<8|g[x]>>>24)&16711935|(g[x]<<24|g[x]>>>8)&4278255360;var E=this._X=[g[0],g[3]<<16|g[2]>>>16,g[1],g[0]<<16|g[3]>>>16,g[2],g[1]<<16|g[0]>>>16,g[3],g[2]<<16|g[1]>>>16],v=this._C=[g[2]<<16|g[2]>>>16,g[0]&4294901760|g[1]&65535,g[3]<<16|g[3]>>>16,g[1]&4294901760|g[2]&65535,g[0]<<16|g[0]>>>16,g[2]&4294901760|g[3]&65535,g[1]<<16|g[1]>>>16,g[3]&4294901760|g[0]&65535];this._b=0;for(var x=0;x<4;x++)Q.call(this);for(var x=0;x<8;x++)v[x]^=E[x+4&7];if(U){var I=U.words,D=I[0],p=I[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,_=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,b=F>>>16|_&4294901760,S=_<<16|F&65535;v[0]^=F,v[1]^=b,v[2]^=_,v[3]^=S,v[4]^=F,v[5]^=b,v[6]^=_,v[7]^=S;for(var x=0;x<4;x++)Q.call(this)}},_doProcessBlock:function(g,U){var x=this._X;Q.call(this),u[0]=x[0]^x[5]>>>16^x[3]<<16,u[1]=x[2]^x[7]>>>16^x[5]<<16,u[2]=x[4]^x[1]>>>16^x[7]<<16,u[3]=x[6]^x[3]>>>16^x[1]<<16;for(var E=0;E<4;E++)u[E]=(u[E]<<8|u[E]>>>24)&16711935|(u[E]<<24|u[E]>>>8)&4278255360,g[U+E]^=u[E]},blockSize:128/32,ivSize:64/32});function Q(){for(var g=this._X,U=this._C,x=0;x<8;x++)C[x]=U[x];U[0]=U[0]+1295307597+this._b|0,U[1]=U[1]+3545052371+(U[0]>>>0<C[0]>>>0?1:0)|0,U[2]=U[2]+886263092+(U[1]>>>0<C[1]>>>0?1:0)|0,U[3]=U[3]+1295307597+(U[2]>>>0<C[2]>>>0?1:0)|0,U[4]=U[4]+3545052371+(U[3]>>>0<C[3]>>>0?1:0)|0,U[5]=U[5]+886263092+(U[4]>>>0<C[4]>>>0?1:0)|0,U[6]=U[6]+1295307597+(U[5]>>>0<C[5]>>>0?1:0)|0,U[7]=U[7]+3545052371+(U[6]>>>0<C[6]>>>0?1:0)|0,this._b=U[7]>>>0<C[7]>>>0?1:0;for(var x=0;x<8;x++){var E=g[x]+U[x],v=E&65535,I=E>>>16,D=((v*v>>>17)+v*I>>>15)+I*I,p=((E&4294901760)*E|0)+((E&65535)*E|0);l[x]=D^p}g[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,g[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,g[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,g[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,g[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,g[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,g[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,g[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}r.Rabbit=a._createHelper(h)})(),s.Rabbit})});var yB=CA((Ei,mB)=>{(function(s,r,i){typeof Ei=="object"?mB.exports=Ei=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(Ei,function(s){return(function(){var r=s,i=r.lib,a=i.StreamCipher,f=r.algo,u=[],C=[],l=[],h=f.RabbitLegacy=a.extend({_doReset:function(){var g=this._key.words,U=this.cfg.iv,x=this._X=[g[0],g[3]<<16|g[2]>>>16,g[1],g[0]<<16|g[3]>>>16,g[2],g[1]<<16|g[0]>>>16,g[3],g[2]<<16|g[1]>>>16],E=this._C=[g[2]<<16|g[2]>>>16,g[0]&4294901760|g[1]&65535,g[3]<<16|g[3]>>>16,g[1]&4294901760|g[2]&65535,g[0]<<16|g[0]>>>16,g[2]&4294901760|g[3]&65535,g[1]<<16|g[1]>>>16,g[3]&4294901760|g[0]&65535];this._b=0;for(var v=0;v<4;v++)Q.call(this);for(var v=0;v<8;v++)E[v]^=x[v+4&7];if(U){var I=U.words,D=I[0],p=I[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,_=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,b=F>>>16|_&4294901760,S=_<<16|F&65535;E[0]^=F,E[1]^=b,E[2]^=_,E[3]^=S,E[4]^=F,E[5]^=b,E[6]^=_,E[7]^=S;for(var v=0;v<4;v++)Q.call(this)}},_doProcessBlock:function(g,U){var x=this._X;Q.call(this),u[0]=x[0]^x[5]>>>16^x[3]<<16,u[1]=x[2]^x[7]>>>16^x[5]<<16,u[2]=x[4]^x[1]>>>16^x[7]<<16,u[3]=x[6]^x[3]>>>16^x[1]<<16;for(var E=0;E<4;E++)u[E]=(u[E]<<8|u[E]>>>24)&16711935|(u[E]<<24|u[E]>>>8)&4278255360,g[U+E]^=u[E]},blockSize:128/32,ivSize:64/32});function Q(){for(var g=this._X,U=this._C,x=0;x<8;x++)C[x]=U[x];U[0]=U[0]+1295307597+this._b|0,U[1]=U[1]+3545052371+(U[0]>>>0<C[0]>>>0?1:0)|0,U[2]=U[2]+886263092+(U[1]>>>0<C[1]>>>0?1:0)|0,U[3]=U[3]+1295307597+(U[2]>>>0<C[2]>>>0?1:0)|0,U[4]=U[4]+3545052371+(U[3]>>>0<C[3]>>>0?1:0)|0,U[5]=U[5]+886263092+(U[4]>>>0<C[4]>>>0?1:0)|0,U[6]=U[6]+1295307597+(U[5]>>>0<C[5]>>>0?1:0)|0,U[7]=U[7]+3545052371+(U[6]>>>0<C[6]>>>0?1:0)|0,this._b=U[7]>>>0<C[7]>>>0?1:0;for(var x=0;x<8;x++){var E=g[x]+U[x],v=E&65535,I=E>>>16,D=((v*v>>>17)+v*I>>>15)+I*I,p=((E&4294901760)*E|0)+((E&65535)*E|0);l[x]=D^p}g[0]=l[0]+(l[7]<<16|l[7]>>>16)+(l[6]<<16|l[6]>>>16)|0,g[1]=l[1]+(l[0]<<8|l[0]>>>24)+l[7]|0,g[2]=l[2]+(l[1]<<16|l[1]>>>16)+(l[0]<<16|l[0]>>>16)|0,g[3]=l[3]+(l[2]<<8|l[2]>>>24)+l[1]|0,g[4]=l[4]+(l[3]<<16|l[3]>>>16)+(l[2]<<16|l[2]>>>16)|0,g[5]=l[5]+(l[4]<<8|l[4]>>>24)+l[3]|0,g[6]=l[6]+(l[5]<<16|l[5]>>>16)+(l[4]<<16|l[4]>>>16)|0,g[7]=l[7]+(l[6]<<8|l[6]>>>24)+l[5]|0}r.RabbitLegacy=a._createHelper(h)})(),s.RabbitLegacy})});var bB=CA((mi,HB)=>{(function(s,r,i){typeof mi=="object"?HB.exports=mi=r(pA(),ft(),lt(),Re(),MA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(s.CryptoJS)})(mi,function(s){return(function(){var r=s,i=r.lib,a=i.BlockCipher,f=r.algo;let u=16,C=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],l=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var h={pbox:[],sbox:[]};function Q(v,I){let D=I>>24&255,p=I>>16&255,F=I>>8&255,_=I&255,b=v.sbox[0][D]+v.sbox[1][p];return b=b^v.sbox[2][F],b=b+v.sbox[3][_],b}function g(v,I,D){let p=I,F=D,_;for(let b=0;b<u;++b)p=p^v.pbox[b],F=Q(v,p)^F,_=p,p=F,F=_;return _=p,p=F,F=_,F=F^v.pbox[u],p=p^v.pbox[u+1],{left:p,right:F}}function U(v,I,D){let p=I,F=D,_;for(let b=u+1;b>1;--b)p=p^v.pbox[b],F=Q(v,p)^F,_=p,p=F,F=_;return _=p,p=F,F=_,F=F^v.pbox[1],p=p^v.pbox[0],{left:p,right:F}}function x(v,I,D){for(let S=0;S<4;S++){v.sbox[S]=[];for(let L=0;L<256;L++)v.sbox[S][L]=l[S][L]}let p=0;for(let S=0;S<u+2;S++)v.pbox[S]=C[S]^I[p],p++,p>=D&&(p=0);let F=0,_=0,b=0;for(let S=0;S<u+2;S+=2)b=g(v,F,_),F=b.left,_=b.right,v.pbox[S]=F,v.pbox[S+1]=_;for(let S=0;S<4;S++)for(let L=0;L<256;L+=2)b=g(v,F,_),F=b.left,_=b.right,v.sbox[S][L]=F,v.sbox[S][L+1]=_;return!0}var E=f.Blowfish=a.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var v=this._keyPriorReset=this._key,I=v.words,D=v.sigBytes/4;x(h,I,D)}},encryptBlock:function(v,I){var D=g(h,v[I],v[I+1]);v[I]=D.left,v[I+1]=D.right},decryptBlock:function(v,I){var D=U(h,v[I],v[I+1]);v[I]=D.left,v[I+1]=D.right},blockSize:64/32,keySize:128/32,ivSize:64/32});r.Blowfish=a._createHelper(E)})(),s.Blowfish})});var DB=CA((yi,IB)=>{(function(s,r,i){typeof yi=="object"?IB.exports=yi=r(pA(),Nr(),ya(),ba(),ft(),_a(),lt(),Os(),$n(),Oa(),ks(),Ma(),Ga(),Pa(),si(),Ja(),Re(),MA(),Za(),$a(),eB(),rB(),iB(),oB(),BB(),fB(),uB(),gB(),wB(),xB(),QB(),UB(),EB(),yB(),bB()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./lib-typedarrays","./enc-utf16","./enc-base64","./enc-base64url","./md5","./sha1","./sha256","./sha224","./sha512","./sha384","./sha3","./ripemd160","./hmac","./pbkdf2","./evpkdf","./cipher-core","./mode-cfb","./mode-ctr","./mode-ctr-gladman","./mode-ofb","./mode-ecb","./pad-ansix923","./pad-iso10126","./pad-iso97971","./pad-zeropadding","./pad-nopadding","./format-hex","./aes","./tripledes","./rc4","./rabbit","./rabbit-legacy","./blowfish"],r):s.CryptoJS=r(s.CryptoJS)})(yi,function(s){return s})});var _B=CA((Rs,Ms)=>{(function(s,r){typeof Rs=="object"&&typeof Ms!="undefined"?Ms.exports=r():typeof define=="function"&&define.amd?define(r):(s=typeof globalThis!="undefined"?globalThis:s||self,s.html2canvas=r())})(Rs,(function(){"use strict";var s=function(e,A){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(n[o]=t[o])},s(e,A)};function r(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");s(e,A);function n(){this.constructor=e}e.prototype=A===null?Object.create(A):(n.prototype=A.prototype,new n)}var i=function(){return i=Object.assign||function(A){for(var n,t=1,o=arguments.length;t<o;t++){n=arguments[t];for(var B in n)Object.prototype.hasOwnProperty.call(n,B)&&(A[B]=n[B])}return A},i.apply(this,arguments)};function a(e,A,n,t){function o(B){return B instanceof n?B:new n(function(c){c(B)})}return new(n||(n=Promise))(function(B,c){function w(y){try{m(t.next(y))}catch(H){c(H)}}function d(y){try{m(t.throw(y))}catch(H){c(H)}}function m(y){y.done?B(y.value):o(y.value).then(w,d)}m((t=t.apply(e,A||[])).next())})}function f(e,A){var n={label:0,sent:function(){if(B[0]&1)throw B[1];return B[1]},trys:[],ops:[]},t,o,B,c;return c={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function w(m){return function(y){return d([m,y])}}function d(m){if(t)throw new TypeError("Generator is already executing.");for(;n;)try{if(t=1,o&&(B=m[0]&2?o.return:m[0]?o.throw||((B=o.return)&&B.call(o),0):o.next)&&!(B=B.call(o,m[1])).done)return B;switch(o=0,B&&(m=[m[0]&2,B.value]),m[0]){case 0:case 1:B=m;break;case 4:return n.label++,{value:m[1],done:!1};case 5:n.label++,o=m[1],m=[0];continue;case 7:m=n.ops.pop(),n.trys.pop();continue;default:if(B=n.trys,!(B=B.length>0&&B[B.length-1])&&(m[0]===6||m[0]===2)){n=0;continue}if(m[0]===3&&(!B||m[1]>B[0]&&m[1]<B[3])){n.label=m[1];break}if(m[0]===6&&n.label<B[1]){n.label=B[1],B=m;break}if(B&&n.label<B[2]){n.label=B[2],n.ops.push(m);break}B[2]&&n.ops.pop(),n.trys.pop();continue}m=A.call(e,n)}catch(y){m=[6,y],o=0}finally{t=B=0}if(m[0]&5)throw m[1];return{value:m[0]?m[1]:void 0,done:!0}}}function u(e,A,n){if(n||arguments.length===2)for(var t=0,o=A.length,B;t<o;t++)(B||!(t in A))&&(B||(B=Array.prototype.slice.call(A,0,t)),B[t]=A[t]);return e.concat(B||A)}for(var C=(function(){function e(A,n,t,o){this.left=A,this.top=n,this.width=t,this.height=o}return e.prototype.add=function(A,n,t,o){return new e(this.left+A,this.top+n,this.width+t,this.height+o)},e.fromClientRect=function(A,n){return new e(n.left+A.windowBounds.left,n.top+A.windowBounds.top,n.width,n.height)},e.fromDOMRectList=function(A,n){var t=Array.from(n).find(function(o){return o.width!==0});return t?new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e})(),l=function(e,A){return C.fromClientRect(e,A.getBoundingClientRect())},h=function(e){var A=e.body,n=e.documentElement;if(!A||!n)throw new Error("Unable to get document size");var t=Math.max(Math.max(A.scrollWidth,n.scrollWidth),Math.max(A.offsetWidth,n.offsetWidth),Math.max(A.clientWidth,n.clientWidth)),o=Math.max(Math.max(A.scrollHeight,n.scrollHeight),Math.max(A.offsetHeight,n.offsetHeight),Math.max(A.clientHeight,n.clientHeight));return new C(0,0,t,o)},Q=function(e){for(var A=[],n=0,t=e.length;n<t;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<t){var B=e.charCodeAt(n++);(B&64512)===56320?A.push(((o&1023)<<10)+(B&1023)+65536):(A.push(o),n--)}else A.push(o)}return A},g=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var n=e.length;if(!n)return"";for(var t=[],o=-1,B="";++o<n;){var c=e[o];c<=65535?t.push(c):(c-=65536,t.push((c>>10)+55296,c%1024+56320)),(o+1===n||t.length>16384)&&(B+=String.fromCharCode.apply(String,t),t.length=0)}return B},U="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",x=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),E=0;E<U.length;E++)x[U.charCodeAt(E)]=E;for(var v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",I=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),D=0;D<v.length;D++)I[v.charCodeAt(D)]=D;for(var p=function(e){var A=e.length*.75,n=e.length,t,o=0,B,c,w,d;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var m=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(m)?m:new Uint8Array(m);for(t=0;t<n;t+=4)B=I[e.charCodeAt(t)],c=I[e.charCodeAt(t+1)],w=I[e.charCodeAt(t+2)],d=I[e.charCodeAt(t+3)],y[o++]=B<<2|c>>4,y[o++]=(c&15)<<4|w>>2,y[o++]=(w&3)<<6|d&63;return m},F=function(e){for(var A=e.length,n=[],t=0;t<A;t+=2)n.push(e[t+1]<<8|e[t]);return n},_=function(e){for(var A=e.length,n=[],t=0;t<A;t+=4)n.push(e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]);return n},b=5,S=11,L=2,z=S-b,J=65536>>b,Z=1<<b,eA=Z-1,O=1024>>b,Y=J+O,tA=Y,X=32,aA=tA+X,oA=65536>>S,lA=1<<z,xA=lA-1,k=function(e,A,n){return e.slice?e.slice(A,n):new Uint16Array(Array.prototype.slice.call(e,A,n))},P=function(e,A,n){return e.slice?e.slice(A,n):new Uint32Array(Array.prototype.slice.call(e,A,n))},W=function(e,A){var n=p(e),t=Array.isArray(n)?_(n):new Uint32Array(n),o=Array.isArray(n)?F(n):new Uint16Array(n),B=24,c=k(o,B/2,t[4]/2),w=t[5]===2?k(o,(B+t[4])/2):P(t,Math.ceil((B+t[4])/4));return new V(t[0],t[1],t[2],t[3],c,w)},V=(function(){function e(A,n,t,o,B,c){this.initialValue=A,this.errorValue=n,this.highStart=t,this.highValueIndex=o,this.index=B,this.data=c}return e.prototype.get=function(A){var n;if(A>=0){if(A<55296||A>56319&&A<=65535)return n=this.index[A>>b],n=(n<<L)+(A&eA),this.data[n];if(A<=65535)return n=this.index[J+(A-55296>>b)],n=(n<<L)+(A&eA),this.data[n];if(A<this.highStart)return n=aA-oA+(A>>S),n=this.index[n],n+=A>>b&xA,n=this.index[n],n=(n<<L)+(A&eA),this.data[n];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),bA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",EA=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),kA=0;kA<bA.length;kA++)EA[bA.charCodeAt(kA)]=kA;var gA="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",Ge=50,Ve=1,Tt=2,Pe=3,oe=4,WA=5,wt=7,Xe=8,Ct=9,jA=10,xt=11,We=12,JA=13,$A=14,Ae=15,Je=16,pt=17,fe=18,Qt=19,Zr=20,Ot=21,Ye=22,Fe=23,le=24,YA=25,qe=26,ze=27,Ze=28,ki=29,Ue=30,Ri=31,Ft=32,kt=33,Rt=34,hr=35,gr=36,Ut=37,Mt=38,Nt=39,Gt=40,Vt=41,jr=42,$r=43,qA=[9001,65288],we="!",wA="\xD7",Pt="\xF7",Mi=W(gA),De=[Ue,gr],Ni=[Ve,Tt,Pe,WA],n0=[jA,Xe],i0=[ze,qe],tc=Ni.concat(n0),s0=[Mt,Nt,Gt,Rt,hr],rc=[Ae,JA],nc=function(e,A){A===void 0&&(A="strict");var n=[],t=[],o=[];return e.forEach(function(B,c){var w=Mi.get(B);if(w>Ge?(o.push(!0),w-=Ge):o.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(B)!==-1)return t.push(c),n.push(Je);if(w===oe||w===xt){if(c===0)return t.push(c),n.push(Ue);var d=n[c-1];return tc.indexOf(d)===-1?(t.push(t[c-1]),n.push(d)):(t.push(c),n.push(Ue))}if(t.push(c),w===Ri)return n.push(A==="strict"?Ot:Ut);if(w===jr||w===ki)return n.push(Ue);if(w===$r)return B>=131072&&B<=196605||B>=196608&&B<=262141?n.push(Ut):n.push(Ue);n.push(w)}),[t,n,o]},Gi=function(e,A,n,t){var o=t[n];if(Array.isArray(e)?e.indexOf(o)!==-1:e===o)for(var B=n;B<=t.length;){B++;var c=t[B];if(c===A)return!0;if(c!==jA)break}if(o===jA)for(var B=n;B>0;){B--;var w=t[B];if(Array.isArray(e)?e.indexOf(w)!==-1:e===w)for(var d=n;d<=t.length;){d++;var c=t[d];if(c===A)return!0;if(c!==jA)break}if(w!==jA)break}return!1},o0=function(e,A){for(var n=e;n>=0;){var t=A[n];if(t===jA)n--;else return t}return 0},ic=function(e,A,n,t,o){if(n[t]===0)return wA;var B=t-1;if(Array.isArray(o)&&o[B]===!0)return wA;var c=B-1,w=B+1,d=A[B],m=c>=0?A[c]:0,y=A[w];if(d===Tt&&y===Pe)return wA;if(Ni.indexOf(d)!==-1)return we;if(Ni.indexOf(y)!==-1||n0.indexOf(y)!==-1)return wA;if(o0(B,A)===Xe)return Pt;if(Mi.get(e[B])===xt||(d===Ft||d===kt)&&Mi.get(e[w])===xt||d===wt||y===wt||d===Ct||[jA,JA,Ae].indexOf(d)===-1&&y===Ct||[pt,fe,Qt,le,Ze].indexOf(y)!==-1||o0(B,A)===Ye||Gi(Fe,Ye,B,A)||Gi([pt,fe],Ot,B,A)||Gi(We,We,B,A))return wA;if(d===jA)return Pt;if(d===Fe||y===Fe)return wA;if(y===Je||d===Je)return Pt;if([JA,Ae,Ot].indexOf(y)!==-1||d===$A||m===gr&&rc.indexOf(d)!==-1||d===Ze&&y===gr||y===Zr||De.indexOf(y)!==-1&&d===YA||De.indexOf(d)!==-1&&y===YA||d===ze&&[Ut,Ft,kt].indexOf(y)!==-1||[Ut,Ft,kt].indexOf(d)!==-1&&y===qe||De.indexOf(d)!==-1&&i0.indexOf(y)!==-1||i0.indexOf(d)!==-1&&De.indexOf(y)!==-1||[ze,qe].indexOf(d)!==-1&&(y===YA||[Ye,Ae].indexOf(y)!==-1&&A[w+1]===YA)||[Ye,Ae].indexOf(d)!==-1&&y===YA||d===YA&&[YA,Ze,le].indexOf(y)!==-1)return wA;if([YA,Ze,le,pt,fe].indexOf(y)!==-1)for(var H=B;H>=0;){var K=A[H];if(K===YA)return wA;if([Ze,le].indexOf(K)!==-1)H--;else break}if([ze,qe].indexOf(y)!==-1)for(var H=[pt,fe].indexOf(d)!==-1?c:B;H>=0;){var K=A[H];if(K===YA)return wA;if([Ze,le].indexOf(K)!==-1)H--;else break}if(Mt===d&&[Mt,Nt,Rt,hr].indexOf(y)!==-1||[Nt,Rt].indexOf(d)!==-1&&[Nt,Gt].indexOf(y)!==-1||[Gt,hr].indexOf(d)!==-1&&y===Gt||s0.indexOf(d)!==-1&&[Zr,qe].indexOf(y)!==-1||s0.indexOf(y)!==-1&&d===ze||De.indexOf(d)!==-1&&De.indexOf(y)!==-1||d===le&&De.indexOf(y)!==-1||De.concat(YA).indexOf(d)!==-1&&y===Ye&&qA.indexOf(e[w])===-1||De.concat(YA).indexOf(y)!==-1&&d===fe)return wA;if(d===Vt&&y===Vt){for(var rA=n[B],q=1;rA>0&&(rA--,A[rA]===Vt);)q++;if(q%2!==0)return wA}return d===Ft&&y===kt?wA:Pt},sc=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var n=nc(e,A.lineBreak),t=n[0],o=n[1],B=n[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(o=o.map(function(w){return[YA,Ue,jr].indexOf(w)!==-1?Ut:w}));var c=A.wordBreak==="keep-all"?B.map(function(w,d){return w&&e[d]>=19968&&e[d]<=40959}):void 0;return[t,o,c]},oc=(function(){function e(A,n,t,o){this.codePoints=A,this.required=n===we,this.start=t,this.end=o}return e.prototype.slice=function(){return g.apply(void 0,this.codePoints.slice(this.start,this.end))},e})(),ac=function(e,A){var n=Q(e),t=sc(n,A),o=t[0],B=t[1],c=t[2],w=n.length,d=0,m=0;return{next:function(){if(m>=w)return{done:!0,value:null};for(var y=wA;m<w&&(y=ic(n,B,o,++m,c))===wA;);if(y!==wA||m===w){var H=new oc(n,y,d,m);return d=m,{value:H,done:!1}}return{done:!0,value:null}}}},Bc=1,cc=2,dr=4,a0=8,An=10,B0=47,wr=92,fc=9,lc=32,en=34,Cr=61,uc=35,hc=36,gc=37,tn=39,rn=40,xr=41,dc=95,ee=45,wc=33,Cc=60,xc=62,pc=64,Qc=91,Fc=93,Uc=61,vc=123,nn=63,Ec=125,c0=124,mc=126,yc=128,f0=65533,Vi=42,vt=43,Hc=44,bc=58,Ic=59,pr=46,Dc=0,_c=8,Sc=11,Lc=14,Kc=31,Tc=127,ve=-1,l0=48,u0=97,h0=101,Oc=102,kc=117,Rc=122,g0=65,d0=69,w0=70,Mc=85,Nc=90,XA=function(e){return e>=l0&&e<=57},Gc=function(e){return e>=55296&&e<=57343},Xt=function(e){return XA(e)||e>=g0&&e<=w0||e>=u0&&e<=Oc},Vc=function(e){return e>=u0&&e<=Rc},Pc=function(e){return e>=g0&&e<=Nc},Xc=function(e){return Vc(e)||Pc(e)},Wc=function(e){return e>=yc},sn=function(e){return e===An||e===fc||e===lc},on=function(e){return Xc(e)||Wc(e)||e===dc},C0=function(e){return on(e)||XA(e)||e===ee},Jc=function(e){return e>=Dc&&e<=_c||e===Sc||e>=Lc&&e<=Kc||e===Tc},je=function(e,A){return e!==wr?!1:A!==An},an=function(e,A,n){return e===ee?on(A)||je(A,n):on(e)?!0:!!(e===wr&&je(e,A))},Pi=function(e,A,n){return e===vt||e===ee?XA(A)?!0:A===pr&&XA(n):XA(e===pr?A:e)},Yc=function(e){var A=0,n=1;(e[A]===vt||e[A]===ee)&&(e[A]===ee&&(n=-1),A++);for(var t=[];XA(e[A]);)t.push(e[A++]);var o=t.length?parseInt(g.apply(void 0,t),10):0;e[A]===pr&&A++;for(var B=[];XA(e[A]);)B.push(e[A++]);var c=B.length,w=c?parseInt(g.apply(void 0,B),10):0;(e[A]===d0||e[A]===h0)&&A++;var d=1;(e[A]===vt||e[A]===ee)&&(e[A]===ee&&(d=-1),A++);for(var m=[];XA(e[A]);)m.push(e[A++]);var y=m.length?parseInt(g.apply(void 0,m),10):0;return n*(o+w*Math.pow(10,-c))*Math.pow(10,d*y)},qc={type:2},zc={type:3},Zc={type:4},jc={type:13},$c={type:8},Af={type:21},ef={type:9},tf={type:10},rf={type:11},nf={type:12},sf={type:14},Bn={type:23},of={type:1},af={type:25},Bf={type:24},cf={type:26},ff={type:27},lf={type:28},uf={type:29},hf={type:31},Xi={type:32},x0=(function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(Q(A))},e.prototype.read=function(){for(var A=[],n=this.consumeToken();n!==Xi;)A.push(n),n=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case en:return this.consumeStringToken(en);case uc:var n=this.peekCodePoint(0),t=this.peekCodePoint(1),o=this.peekCodePoint(2);if(C0(n)||je(t,o)){var B=an(n,t,o)?cc:Bc,c=this.consumeName();return{type:5,value:c,flags:B}}break;case hc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),jc;break;case tn:return this.consumeStringToken(tn);case rn:return qc;case xr:return zc;case Vi:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),sf;break;case vt:if(Pi(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Hc:return Zc;case ee:var w=A,d=this.peekCodePoint(0),m=this.peekCodePoint(1);if(Pi(w,d,m))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(an(w,d,m))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(d===ee&&m===xc)return this.consumeCodePoint(),this.consumeCodePoint(),Bf;break;case pr:if(Pi(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case B0:if(this.peekCodePoint(0)===Vi)for(this.consumeCodePoint();;){var y=this.consumeCodePoint();if(y===Vi&&(y=this.consumeCodePoint(),y===B0))return this.consumeToken();if(y===ve)return this.consumeToken()}break;case bc:return cf;case Ic:return ff;case Cc:if(this.peekCodePoint(0)===wc&&this.peekCodePoint(1)===ee&&this.peekCodePoint(2)===ee)return this.consumeCodePoint(),this.consumeCodePoint(),af;break;case pc:var H=this.peekCodePoint(0),K=this.peekCodePoint(1),rA=this.peekCodePoint(2);if(an(H,K,rA)){var c=this.consumeName();return{type:7,value:c}}break;case Qc:return lf;case wr:if(je(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case Fc:return uf;case Uc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),$c;break;case vc:return rf;case Ec:return nf;case kc:case Mc:var q=this.peekCodePoint(0),j=this.peekCodePoint(1);return q===vt&&(Xt(j)||j===nn)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case c0:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),ef;if(this.peekCodePoint(0)===c0)return this.consumeCodePoint(),Af;break;case mc:if(this.peekCodePoint(0)===Cr)return this.consumeCodePoint(),tf;break;case ve:return Xi}return sn(A)?(this.consumeWhiteSpace(),hf):XA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):on(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:g(A)}},e.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A=="undefined"?-1:A},e.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},e.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},e.prototype.consumeUnicodeRangeToken=function(){for(var A=[],n=this.consumeCodePoint();Xt(n)&&A.length<6;)A.push(n),n=this.consumeCodePoint();for(var t=!1;n===nn&&A.length<6;)A.push(n),n=this.consumeCodePoint(),t=!0;if(t){var o=parseInt(g.apply(void 0,A.map(function(d){return d===nn?l0:d})),16),B=parseInt(g.apply(void 0,A.map(function(d){return d===nn?w0:d})),16);return{type:30,start:o,end:B}}var c=parseInt(g.apply(void 0,A),16);if(this.peekCodePoint(0)===ee&&Xt(this.peekCodePoint(1))){this.consumeCodePoint(),n=this.consumeCodePoint();for(var w=[];Xt(n)&&w.length<6;)w.push(n),n=this.consumeCodePoint();var B=parseInt(g.apply(void 0,w),16);return{type:30,start:c,end:B}}else return{type:30,start:c,end:c}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===rn?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===rn?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===ve)return{type:22,value:""};var n=this.peekCodePoint(0);if(n===tn||n===en){var t=this.consumeStringToken(this.consumeCodePoint());return t.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===ve||this.peekCodePoint(0)===xr)?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),Bn)}for(;;){var o=this.consumeCodePoint();if(o===ve||o===xr)return{type:22,value:g.apply(void 0,A)};if(sn(o))return this.consumeWhiteSpace(),this.peekCodePoint(0)===ve||this.peekCodePoint(0)===xr?(this.consumeCodePoint(),{type:22,value:g.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Bn);if(o===en||o===tn||o===rn||Jc(o))return this.consumeBadUrlRemnants(),Bn;if(o===wr)if(je(o,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Bn;else A.push(o)}},e.prototype.consumeWhiteSpace=function(){for(;sn(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===xr||A===ve)return;je(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var n=5e4,t="";A>0;){var o=Math.min(n,A);t+=g.apply(void 0,this._value.splice(0,o)),A-=o}return this._value.shift(),t},e.prototype.consumeStringToken=function(A){var n="",t=0;do{var o=this._value[t];if(o===ve||o===void 0||o===A)return n+=this.consumeStringSlice(t),{type:0,value:n};if(o===An)return this._value.splice(0,t),of;if(o===wr){var B=this._value[t+1];B!==ve&&B!==void 0&&(B===An?(n+=this.consumeStringSlice(t),t=-1,this._value.shift()):je(o,B)&&(n+=this.consumeStringSlice(t),n+=g(this.consumeEscapedCodePoint()),t=-1))}t++}while(!0)},e.prototype.consumeNumber=function(){var A=[],n=dr,t=this.peekCodePoint(0);for((t===vt||t===ee)&&A.push(this.consumeCodePoint());XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var o=this.peekCodePoint(1);if(t===pr&&XA(o))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),n=a0;XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),o=this.peekCodePoint(1);var B=this.peekCodePoint(2);if((t===d0||t===h0)&&((o===vt||o===ee)&&XA(B)||XA(o)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),n=a0;XA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[Yc(A),n]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),n=A[0],t=A[1],o=this.peekCodePoint(0),B=this.peekCodePoint(1),c=this.peekCodePoint(2);if(an(o,B,c)){var w=this.consumeName();return{type:15,number:n,flags:t,unit:w}}return o===gc?(this.consumeCodePoint(),{type:16,number:n,flags:t}):{type:17,number:n,flags:t}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Xt(A)){for(var n=g(A);Xt(this.peekCodePoint(0))&&n.length<6;)n+=g(this.consumeCodePoint());sn(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(n,16);return t===0||Gc(t)||t>1114111?f0:t}return A===ve?f0:A},e.prototype.consumeName=function(){for(var A="";;){var n=this.consumeCodePoint();if(C0(n))A+=g(n);else if(je(n,this.peekCodePoint(0)))A+=g(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(n),A}},e})(),p0=(function(){function e(A){this._tokens=A}return e.create=function(A){var n=new x0;return n.write(A),new e(n.read())},e.parseValue=function(A){return e.create(A).parseComponentValue()},e.parseValues=function(A){return e.create(A).parseComponentValues()},e.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var n=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return n;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var n=this.consumeComponentValue();if(n.type===32)return A;A.push(n),A.push()}},e.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},e.prototype.consumeSimpleBlock=function(A){for(var n={type:A,values:[]},t=this.consumeToken();;){if(t.type===32||df(t,A))return n;this.reconsumeToken(t),n.values.push(this.consumeComponentValue()),t=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var n={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(t.type===32||t.type===3)return n;this.reconsumeToken(t),n.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A=="undefined"?Xi:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e})(),Qr=function(e){return e.type===15},Wt=function(e){return e.type===17},mA=function(e){return e.type===20},gf=function(e){return e.type===0},Wi=function(e,A){return mA(e)&&e.value===A},Q0=function(e){return e.type!==31},Jt=function(e){return e.type!==31&&e.type!==4},Ee=function(e){var A=[],n=[];return e.forEach(function(t){if(t.type===4){if(n.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(n),n=[];return}t.type!==31&&n.push(t)}),n.length&&A.push(n),A},df=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},$e=function(e){return e.type===17||e.type===15},KA=function(e){return e.type===16||$e(e)},F0=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},GA={type:17,number:0,flags:dr},Ji={type:16,number:50,flags:dr},At={type:16,number:100,flags:dr},Fr=function(e,A,n){var t=e[0],o=e[1];return[IA(t,A),IA(typeof o!="undefined"?o:t,n)]},IA=function(e,A){if(e.type===16)return e.number/100*A;if(Qr(e))switch(e.unit){case"rem":case"em":return 16*e.number;default:return e.number}return e.number},U0="deg",v0="grad",E0="rad",m0="turn",cn={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case U0:return Math.PI*A.number/180;case v0:return Math.PI/200*A.number;case E0:return A.number;case m0:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},y0=function(e){return e.type===15&&(e.unit===U0||e.unit===v0||e.unit===E0||e.unit===m0)},H0=function(e){var A=e.filter(mA).map(function(n){return n.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[GA,GA];case"to top":case"bottom":return ue(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[GA,At];case"to right":case"left":return ue(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[At,At];case"to bottom":case"top":return ue(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[At,GA];case"to left":case"right":return ue(270)}return 0},ue=function(e){return Math.PI*e/180},et={name:"color",parse:function(e,A){if(A.type===18){var n=wf[A.name];if(typeof n=="undefined")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return n(e,A.values)}if(A.type===5){if(A.value.length===3){var t=A.value.substring(0,1),o=A.value.substring(1,2),B=A.value.substring(2,3);return rt(parseInt(t+t,16),parseInt(o+o,16),parseInt(B+B,16),1)}if(A.value.length===4){var t=A.value.substring(0,1),o=A.value.substring(1,2),B=A.value.substring(2,3),c=A.value.substring(3,4);return rt(parseInt(t+t,16),parseInt(o+o,16),parseInt(B+B,16),parseInt(c+c,16)/255)}if(A.value.length===6){var t=A.value.substring(0,2),o=A.value.substring(2,4),B=A.value.substring(4,6);return rt(parseInt(t,16),parseInt(o,16),parseInt(B,16),1)}if(A.value.length===8){var t=A.value.substring(0,2),o=A.value.substring(2,4),B=A.value.substring(4,6),c=A.value.substring(6,8);return rt(parseInt(t,16),parseInt(o,16),parseInt(B,16),parseInt(c,16)/255)}}if(A.type===20){var w=_e[A.value.toUpperCase()];if(typeof w!="undefined")return w}return _e.TRANSPARENT}},tt=function(e){return(255&e)===0},NA=function(e){var A=255&e,n=255&e>>8,t=255&e>>16,o=255&e>>24;return A<255?"rgba("+o+","+t+","+n+","+A/255+")":"rgb("+o+","+t+","+n+")"},rt=function(e,A,n,t){return(e<<24|A<<16|n<<8|Math.round(t*255)<<0)>>>0},b0=function(e,A){if(e.type===17)return e.number;if(e.type===16){var n=A===3?1:255;return A===3?e.number/100*n:Math.round(e.number/100*n)}return 0},I0=function(e,A){var n=A.filter(Jt);if(n.length===3){var t=n.map(b0),o=t[0],B=t[1],c=t[2];return rt(o,B,c,1)}if(n.length===4){var w=n.map(b0),o=w[0],B=w[1],c=w[2],d=w[3];return rt(o,B,c,d)}return 0};function Yi(e,A,n){return n<0&&(n+=1),n>=1&&(n-=1),n<1/6?(A-e)*n*6+e:n<1/2?A:n<2/3?(A-e)*6*(2/3-n)+e:e}var D0=function(e,A){var n=A.filter(Jt),t=n[0],o=n[1],B=n[2],c=n[3],w=(t.type===17?ue(t.number):cn.parse(e,t))/(Math.PI*2),d=KA(o)?o.number/100:0,m=KA(B)?B.number/100:0,y=typeof c!="undefined"&&KA(c)?IA(c,1):1;if(d===0)return rt(m*255,m*255,m*255,1);var H=m<=.5?m*(d+1):m+d-m*d,K=m*2-H,rA=Yi(K,H,w+1/3),q=Yi(K,H,w),j=Yi(K,H,w-1/3);return rt(rA*255,q*255,j*255,y)},wf={hsl:D0,hsla:D0,rgb:I0,rgba:I0},Ur=function(e,A){return et.parse(e,p0.create(A).parseComponentValue())},_e={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},Cf={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(n){if(mA(n))switch(n.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},xf={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},fn=function(e,A){var n=et.parse(e,A[0]),t=A[1];return t&&KA(t)?{color:n,stop:t}:{color:n,stop:null}},_0=function(e,A){var n=e[0],t=e[e.length-1];n.stop===null&&(n.stop=GA),t.stop===null&&(t.stop=At);for(var o=[],B=0,c=0;c<e.length;c++){var w=e[c].stop;if(w!==null){var d=IA(w,A);d>B?o.push(d):o.push(B),B=d}else o.push(null)}for(var m=null,c=0;c<o.length;c++){var y=o[c];if(y===null)m===null&&(m=c);else if(m!==null){for(var H=c-m,K=o[m-1],rA=(y-K)/(H+1),q=1;q<=H;q++)o[m+q-1]=rA*q;m=null}}return e.map(function(j,uA){var sA=j.color;return{color:sA,stop:Math.max(Math.min(1,o[uA]/A),0)}})},pf=function(e,A,n){var t=A/2,o=n/2,B=IA(e[0],A)-t,c=o-IA(e[1],n);return(Math.atan2(c,B)+Math.PI*2)%(Math.PI*2)},Qf=function(e,A,n){var t=typeof e=="number"?e:pf(e,A,n),o=Math.abs(A*Math.sin(t))+Math.abs(n*Math.cos(t)),B=A/2,c=n/2,w=o/2,d=Math.sin(t-Math.PI/2)*w,m=Math.cos(t-Math.PI/2)*w;return[o,B-m,B+m,c-d,c+d]},Ce=function(e,A){return Math.sqrt(e*e+A*A)},S0=function(e,A,n,t,o){var B=[[0,0],[0,A],[e,0],[e,A]];return B.reduce(function(c,w){var d=w[0],m=w[1],y=Ce(n-d,t-m);return(o?y<c.optimumDistance:y>c.optimumDistance)?{optimumCorner:w,optimumDistance:y}:c},{optimumDistance:o?1/0:-1/0,optimumCorner:null}).optimumCorner},Ff=function(e,A,n,t,o){var B=0,c=0;switch(e.size){case 0:e.shape===0?B=c=Math.min(Math.abs(A),Math.abs(A-t),Math.abs(n),Math.abs(n-o)):e.shape===1&&(B=Math.min(Math.abs(A),Math.abs(A-t)),c=Math.min(Math.abs(n),Math.abs(n-o)));break;case 2:if(e.shape===0)B=c=Math.min(Ce(A,n),Ce(A,n-o),Ce(A-t,n),Ce(A-t,n-o));else if(e.shape===1){var w=Math.min(Math.abs(n),Math.abs(n-o))/Math.min(Math.abs(A),Math.abs(A-t)),d=S0(t,o,A,n,!0),m=d[0],y=d[1];B=Ce(m-A,(y-n)/w),c=w*B}break;case 1:e.shape===0?B=c=Math.max(Math.abs(A),Math.abs(A-t),Math.abs(n),Math.abs(n-o)):e.shape===1&&(B=Math.max(Math.abs(A),Math.abs(A-t)),c=Math.max(Math.abs(n),Math.abs(n-o)));break;case 3:if(e.shape===0)B=c=Math.max(Ce(A,n),Ce(A,n-o),Ce(A-t,n),Ce(A-t,n-o));else if(e.shape===1){var w=Math.max(Math.abs(n),Math.abs(n-o))/Math.max(Math.abs(A),Math.abs(A-t)),H=S0(t,o,A,n,!1),m=H[0],y=H[1];B=Ce(m-A,(y-n)/w),c=w*B}break}return Array.isArray(e.size)&&(B=IA(e.size[0],t),c=e.size.length===2?IA(e.size[1],o):B),[B,c]},Uf=function(e,A){var n=ue(180),t=[];return Ee(A).forEach(function(o,B){if(B===0){var c=o[0];if(c.type===20&&c.value==="to"){n=H0(o);return}else if(y0(c)){n=cn.parse(e,c);return}}var w=fn(e,o);t.push(w)}),{angle:n,stops:t,type:1}},ln=function(e,A){var n=ue(180),t=[];return Ee(A).forEach(function(o,B){if(B===0){var c=o[0];if(c.type===20&&["top","left","right","bottom"].indexOf(c.value)!==-1){n=H0(o);return}else if(y0(c)){n=(cn.parse(e,c)+ue(270))%ue(360);return}}var w=fn(e,o);t.push(w)}),{angle:n,stops:t,type:1}},vf=function(e,A){var n=ue(180),t=[],o=1,B=0,c=3,w=[];return Ee(A).forEach(function(d,m){var y=d[0];if(m===0){if(mA(y)&&y.value==="linear"){o=1;return}else if(mA(y)&&y.value==="radial"){o=2;return}}if(y.type===18){if(y.name==="from"){var H=et.parse(e,y.values[0]);t.push({stop:GA,color:H})}else if(y.name==="to"){var H=et.parse(e,y.values[0]);t.push({stop:At,color:H})}else if(y.name==="color-stop"){var K=y.values.filter(Jt);if(K.length===2){var H=et.parse(e,K[1]),rA=K[0];Wt(rA)&&t.push({stop:{type:16,number:rA.number*100,flags:rA.flags},color:H})}}}}),o===1?{angle:(n+ue(180))%ue(360),stops:t,type:o}:{size:c,shape:B,stops:t,position:w,type:o}},L0="closest-side",K0="farthest-side",T0="closest-corner",O0="farthest-corner",k0="circle",R0="ellipse",M0="cover",N0="contain",Ef=function(e,A){var n=0,t=3,o=[],B=[];return Ee(A).forEach(function(c,w){var d=!0;if(w===0){var m=!1;d=c.reduce(function(H,K){if(m)if(mA(K))switch(K.value){case"center":return B.push(Ji),H;case"top":case"left":return B.push(GA),H;case"right":case"bottom":return B.push(At),H}else(KA(K)||$e(K))&&B.push(K);else if(mA(K))switch(K.value){case k0:return n=0,!1;case R0:return n=1,!1;case"at":return m=!0,!1;case L0:return t=0,!1;case M0:case K0:return t=1,!1;case N0:case T0:return t=2,!1;case O0:return t=3,!1}else if($e(K)||KA(K))return Array.isArray(t)||(t=[]),t.push(K),!1;return H},d)}if(d){var y=fn(e,c);o.push(y)}}),{size:t,shape:n,stops:o,position:B,type:2}},un=function(e,A){var n=0,t=3,o=[],B=[];return Ee(A).forEach(function(c,w){var d=!0;if(w===0?d=c.reduce(function(y,H){if(mA(H))switch(H.value){case"center":return B.push(Ji),!1;case"top":case"left":return B.push(GA),!1;case"right":case"bottom":return B.push(At),!1}else if(KA(H)||$e(H))return B.push(H),!1;return y},d):w===1&&(d=c.reduce(function(y,H){if(mA(H))switch(H.value){case k0:return n=0,!1;case R0:return n=1,!1;case N0:case L0:return t=0,!1;case K0:return t=1,!1;case T0:return t=2,!1;case M0:case O0:return t=3,!1}else if($e(H)||KA(H))return Array.isArray(t)||(t=[]),t.push(H),!1;return y},d)),d){var m=fn(e,c);o.push(m)}}),{size:t,shape:n,stops:o,position:B,type:2}},mf=function(e){return e.type===1},yf=function(e){return e.type===2},qi={name:"image",parse:function(e,A){if(A.type===22){var n={url:A.value,type:0};return e.cache.addImage(A.value),n}if(A.type===18){var t=G0[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return t(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function Hf(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!G0[e.name])}var G0={"linear-gradient":Uf,"-moz-linear-gradient":ln,"-ms-linear-gradient":ln,"-o-linear-gradient":ln,"-webkit-linear-gradient":ln,"radial-gradient":Ef,"-moz-radial-gradient":un,"-ms-radial-gradient":un,"-o-radial-gradient":un,"-webkit-radial-gradient":un,"-webkit-gradient":vf},bf={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var n=A[0];return n.type===20&&n.value==="none"?[]:A.filter(function(t){return Jt(t)&&Hf(t)}).map(function(t){return qi.parse(e,t)})}},If={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(n){if(mA(n))switch(n.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Df={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(KA)}).map(F0)}},_f={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(mA).map(function(t){return t.value}).join(" ")}).map(Sf)}},Sf=function(e){switch(e){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},Yt;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(Yt||(Yt={}));var Lf={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return Ee(A).map(function(n){return n.filter(Kf)})}},Kf=function(e){return mA(e)||KA(e)},hn=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Tf=hn("top"),Of=hn("right"),kf=hn("bottom"),Rf=hn("left"),gn=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,n){return F0(n.filter(KA))}}},Mf=gn("top-left"),Nf=gn("top-right"),Gf=gn("bottom-right"),Vf=gn("bottom-left"),dn=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,n){switch(n){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Pf=dn("top"),Xf=dn("right"),Wf=dn("bottom"),Jf=dn("left"),wn=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,n){return Qr(n)?n.number:0}}},Yf=wn("top"),qf=wn("right"),zf=wn("bottom"),Zf=wn("left"),jf={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},$f={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){return A==="rtl"?1:0}},Al={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).reduce(function(n,t){return n|el(t.value)},0)}},el=function(e){switch(e){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},tl={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},rl={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(e,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},Cn;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Cn||(Cn={}));var nl={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="strict"?Cn.STRICT:Cn.NORMAL}},il={name:"line-height",initialValue:"normal",prefix:!1,type:4},V0=function(e,A){return mA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:KA(e)?IA(e,A):A},sl={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:qi.parse(e,A)}},ol={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){return A==="inside"?0:1}},zi={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},xn=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},al=xn("top"),Bl=xn("right"),cl=xn("bottom"),fl=xn("left"),ll={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).map(function(n){switch(n.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},ul={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="break-word"?"break-word":"normal"}},pn=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},hl=pn("top"),gl=pn("right"),dl=pn("bottom"),wl=pn("left"),Cl={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(e,A){switch(A){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},xl={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(e,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},pl={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Wi(A[0],"none")?[]:Ee(A).map(function(n){for(var t={color:_e.TRANSPARENT,offsetX:GA,offsetY:GA,blur:GA},o=0,B=0;B<n.length;B++){var c=n[B];$e(c)?(o===0?t.offsetX=c:o===1?t.offsetY=c:t.blur=c,o++):t.color=et.parse(e,c)}return t})}},Ql={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Fl={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(e,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var n=El[A.name];if(typeof n=="undefined")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return n(A.values)}return null}},Ul=function(e){var A=e.filter(function(n){return n.type===17}).map(function(n){return n.number});return A.length===6?A:null},vl=function(e){var A=e.filter(function(d){return d.type===17}).map(function(d){return d.number}),n=A[0],t=A[1];A[2],A[3];var o=A[4],B=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var c=A[12],w=A[13];return A[14],A[15],A.length===16?[n,t,o,B,c,w]:null},El={matrix:Ul,matrix3d:vl},P0={type:16,number:50,flags:dr},ml=[P0,P0],yl={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var n=A.filter(KA);return n.length!==2?ml:[n[0],n[1]]}},Hl={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"hidden":return 1;case"collapse":return 2;default:return 0}}},vr;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(vr||(vr={}));for(var bl={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return vr.BREAK_ALL;case"keep-all":return vr.KEEP_ALL;default:return vr.NORMAL}}},Il={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(Wt(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},X0={name:"time",parse:function(e,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},Dl={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return Wt(A)?A.number:1}},_l={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Sl={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(mA).map(function(n){switch(n.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(n){return n!==0})}},Ll={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var n=[],t=[];return A.forEach(function(o){switch(o.type){case 20:case 0:n.push(o.value);break;case 17:n.push(o.number.toString());break;case 4:t.push(n.join(" ")),n.length=0;break}}),n.length&&t.push(n.join(" ")),t.map(function(o){return o.indexOf(" ")===-1?o:"'"+o+"'"})}},Kl={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Tl={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){return Wt(A)?A.number:mA(A)&&A.value==="bold"?700:400}},Ol={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(mA).map(function(n){return n.value})}},kl={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},RA=function(e,A){return(e&A)!==0},Rl={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var n=A[0];return n.type===20&&n.value==="none"?[]:A}},Ml={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var n=A[0];if(n.type===20&&n.value==="none")return null;for(var t=[],o=A.filter(Q0),B=0;B<o.length;B++){var c=o[B],w=o[B+1];if(c.type===20){var d=w&&Wt(w)?w.number:1;t.push({counter:c.value,increment:d})}}return t}},Nl={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var n=[],t=A.filter(Q0),o=0;o<t.length;o++){var B=t[o],c=t[o+1];if(mA(B)&&B.value!=="none"){var w=c&&Wt(c)?c.number:0;n.push({counter:B.value,reset:w})}}return n}},Gl={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(Qr).map(function(n){return X0.parse(e,n)})}},Vl={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var n=A[0];if(n.type===20&&n.value==="none")return null;var t=[],o=A.filter(gf);if(o.length%2!==0)return null;for(var B=0;B<o.length;B+=2){var c=o[B].value,w=o[B+1].value;t.push({open:c,close:w})}return t}},W0=function(e,A,n){if(!e)return"";var t=e[Math.min(A,e.length-1)];return t?n?t.open:t.close:""},Pl={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&Wi(A[0],"none")?[]:Ee(A).map(function(n){for(var t={color:255,offsetX:GA,offsetY:GA,blur:GA,spread:GA,inset:!1},o=0,B=0;B<n.length;B++){var c=n[B];Wi(c,"inset")?t.inset=!0:$e(c)?(o===0?t.offsetX=c:o===1?t.offsetY=c:o===2?t.blur=c:t.spread=c,o++):t.color=et.parse(e,c)}return t})}},Xl={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var n=[0,1,2],t=[];return A.filter(mA).forEach(function(o){switch(o.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2);break}}),n.forEach(function(o){t.indexOf(o)===-1&&t.push(o)}),t}},Wl={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Jl={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return Qr(A)?A.number:0}},Yl=(function(){function e(A,n){var t,o;this.animationDuration=nA(A,Gl,n.animationDuration),this.backgroundClip=nA(A,Cf,n.backgroundClip),this.backgroundColor=nA(A,xf,n.backgroundColor),this.backgroundImage=nA(A,bf,n.backgroundImage),this.backgroundOrigin=nA(A,If,n.backgroundOrigin),this.backgroundPosition=nA(A,Df,n.backgroundPosition),this.backgroundRepeat=nA(A,_f,n.backgroundRepeat),this.backgroundSize=nA(A,Lf,n.backgroundSize),this.borderTopColor=nA(A,Tf,n.borderTopColor),this.borderRightColor=nA(A,Of,n.borderRightColor),this.borderBottomColor=nA(A,kf,n.borderBottomColor),this.borderLeftColor=nA(A,Rf,n.borderLeftColor),this.borderTopLeftRadius=nA(A,Mf,n.borderTopLeftRadius),this.borderTopRightRadius=nA(A,Nf,n.borderTopRightRadius),this.borderBottomRightRadius=nA(A,Gf,n.borderBottomRightRadius),this.borderBottomLeftRadius=nA(A,Vf,n.borderBottomLeftRadius),this.borderTopStyle=nA(A,Pf,n.borderTopStyle),this.borderRightStyle=nA(A,Xf,n.borderRightStyle),this.borderBottomStyle=nA(A,Wf,n.borderBottomStyle),this.borderLeftStyle=nA(A,Jf,n.borderLeftStyle),this.borderTopWidth=nA(A,Yf,n.borderTopWidth),this.borderRightWidth=nA(A,qf,n.borderRightWidth),this.borderBottomWidth=nA(A,zf,n.borderBottomWidth),this.borderLeftWidth=nA(A,Zf,n.borderLeftWidth),this.boxShadow=nA(A,Pl,n.boxShadow),this.color=nA(A,jf,n.color),this.direction=nA(A,$f,n.direction),this.display=nA(A,Al,n.display),this.float=nA(A,tl,n.cssFloat),this.fontFamily=nA(A,Ll,n.fontFamily),this.fontSize=nA(A,Kl,n.fontSize),this.fontStyle=nA(A,kl,n.fontStyle),this.fontVariant=nA(A,Ol,n.fontVariant),this.fontWeight=nA(A,Tl,n.fontWeight),this.letterSpacing=nA(A,rl,n.letterSpacing),this.lineBreak=nA(A,nl,n.lineBreak),this.lineHeight=nA(A,il,n.lineHeight),this.listStyleImage=nA(A,sl,n.listStyleImage),this.listStylePosition=nA(A,ol,n.listStylePosition),this.listStyleType=nA(A,zi,n.listStyleType),this.marginTop=nA(A,al,n.marginTop),this.marginRight=nA(A,Bl,n.marginRight),this.marginBottom=nA(A,cl,n.marginBottom),this.marginLeft=nA(A,fl,n.marginLeft),this.opacity=nA(A,Dl,n.opacity);var B=nA(A,ll,n.overflow);this.overflowX=B[0],this.overflowY=B[B.length>1?1:0],this.overflowWrap=nA(A,ul,n.overflowWrap),this.paddingTop=nA(A,hl,n.paddingTop),this.paddingRight=nA(A,gl,n.paddingRight),this.paddingBottom=nA(A,dl,n.paddingBottom),this.paddingLeft=nA(A,wl,n.paddingLeft),this.paintOrder=nA(A,Xl,n.paintOrder),this.position=nA(A,xl,n.position),this.textAlign=nA(A,Cl,n.textAlign),this.textDecorationColor=nA(A,_l,(t=n.textDecorationColor)!==null&&t!==void 0?t:n.color),this.textDecorationLine=nA(A,Sl,(o=n.textDecorationLine)!==null&&o!==void 0?o:n.textDecoration),this.textShadow=nA(A,pl,n.textShadow),this.textTransform=nA(A,Ql,n.textTransform),this.transform=nA(A,Fl,n.transform),this.transformOrigin=nA(A,yl,n.transformOrigin),this.visibility=nA(A,Hl,n.visibility),this.webkitTextStrokeColor=nA(A,Wl,n.webkitTextStrokeColor),this.webkitTextStrokeWidth=nA(A,Jl,n.webkitTextStrokeWidth),this.wordBreak=nA(A,bl,n.wordBreak),this.zIndex=nA(A,Il,n.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return tt(this.backgroundColor)},e.prototype.isTransformed=function(){return this.transform!==null},e.prototype.isPositioned=function(){return this.position!==0},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==0},e.prototype.isInlineLevel=function(){return RA(this.display,4)||RA(this.display,33554432)||RA(this.display,268435456)||RA(this.display,536870912)||RA(this.display,67108864)||RA(this.display,134217728)},e})(),ql=(function(){function e(A,n){this.content=nA(A,Rl,n.content),this.quotes=nA(A,Vl,n.quotes)}return e})(),J0=(function(){function e(A,n){this.counterIncrement=nA(A,Ml,n.counterIncrement),this.counterReset=nA(A,Nl,n.counterReset)}return e})(),nA=function(e,A,n){var t=new x0,o=n!==null&&typeof n!="undefined"?n.toString():A.initialValue;t.write(o);var B=new p0(t.read());switch(A.type){case 2:var c=B.parseComponentValue();return A.parse(e,mA(c)?c.value:A.initialValue);case 0:return A.parse(e,B.parseComponentValue());case 1:return A.parse(e,B.parseComponentValues());case 4:return B.parseComponentValue();case 3:switch(A.format){case"angle":return cn.parse(e,B.parseComponentValue());case"color":return et.parse(e,B.parseComponentValue());case"image":return qi.parse(e,B.parseComponentValue());case"length":var w=B.parseComponentValue();return $e(w)?w:GA;case"length-percentage":var d=B.parseComponentValue();return KA(d)?d:GA;case"time":return X0.parse(e,B.parseComponentValue())}break}},zl="data-html2canvas-debug",Zl=function(e){var A=e.getAttribute(zl);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Zi=function(e,A){var n=Zl(e);return n===1||A===n},me=(function(){function e(A,n){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,Zi(n,3))debugger;this.styles=new Yl(A,window.getComputedStyle(n,null)),fs(n)&&(this.styles.animationDuration.some(function(t){return t>0})&&(n.style.animationDuration="0s"),this.styles.transform!==null&&(n.style.transform="none")),this.bounds=l(this.context,n),Zi(n,4)&&(this.flags|=16)}return e})(),jl="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Y0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Er=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Qn=0;Qn<Y0.length;Qn++)Er[Y0.charCodeAt(Qn)]=Qn;for(var $l=function(e){var A=e.length*.75,n=e.length,t,o=0,B,c,w,d;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var m=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(m)?m:new Uint8Array(m);for(t=0;t<n;t+=4)B=Er[e.charCodeAt(t)],c=Er[e.charCodeAt(t+1)],w=Er[e.charCodeAt(t+2)],d=Er[e.charCodeAt(t+3)],y[o++]=B<<2|c>>4,y[o++]=(c&15)<<4|w>>2,y[o++]=(w&3)<<6|d&63;return m},Au=function(e){for(var A=e.length,n=[],t=0;t<A;t+=2)n.push(e[t+1]<<8|e[t]);return n},eu=function(e){for(var A=e.length,n=[],t=0;t<A;t+=4)n.push(e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]);return n},Et=5,ji=11,$i=2,tu=ji-Et,q0=65536>>Et,ru=1<<Et,As=ru-1,nu=1024>>Et,iu=q0+nu,su=iu,ou=32,au=su+ou,Bu=65536>>ji,cu=1<<tu,fu=cu-1,z0=function(e,A,n){return e.slice?e.slice(A,n):new Uint16Array(Array.prototype.slice.call(e,A,n))},lu=function(e,A,n){return e.slice?e.slice(A,n):new Uint32Array(Array.prototype.slice.call(e,A,n))},uu=function(e,A){var n=$l(e),t=Array.isArray(n)?eu(n):new Uint32Array(n),o=Array.isArray(n)?Au(n):new Uint16Array(n),B=24,c=z0(o,B/2,t[4]/2),w=t[5]===2?z0(o,(B+t[4])/2):lu(t,Math.ceil((B+t[4])/4));return new hu(t[0],t[1],t[2],t[3],c,w)},hu=(function(){function e(A,n,t,o,B,c){this.initialValue=A,this.errorValue=n,this.highStart=t,this.highValueIndex=o,this.index=B,this.data=c}return e.prototype.get=function(A){var n;if(A>=0){if(A<55296||A>56319&&A<=65535)return n=this.index[A>>Et],n=(n<<$i)+(A&As),this.data[n];if(A<=65535)return n=this.index[q0+(A-55296>>Et)],n=(n<<$i)+(A&As),this.data[n];if(A<this.highStart)return n=au-Bu+(A>>ji),n=this.index[n],n+=A>>Et&fu,n=this.index[n],n=(n<<$i)+(A&As),this.data[n];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),Z0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gu=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Fn=0;Fn<Z0.length;Fn++)gu[Z0.charCodeAt(Fn)]=Fn;var du=1,es=2,ts=3,j0=4,$0=5,wu=7,Ao=8,rs=9,ns=10,eo=11,to=12,ro=13,no=14,is=15,Cu=function(e){for(var A=[],n=0,t=e.length;n<t;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<t){var B=e.charCodeAt(n++);(B&64512)===56320?A.push(((o&1023)<<10)+(B&1023)+65536):(A.push(o),n--)}else A.push(o)}return A},xu=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var n=e.length;if(!n)return"";for(var t=[],o=-1,B="";++o<n;){var c=e[o];c<=65535?t.push(c):(c-=65536,t.push((c>>10)+55296,c%1024+56320)),(o+1===n||t.length>16384)&&(B+=String.fromCharCode.apply(String,t),t.length=0)}return B},pu=uu(jl),he="\xD7",ss="\xF7",Qu=function(e){return pu.get(e)},Fu=function(e,A,n){var t=n-2,o=A[t],B=A[n-1],c=A[n];if(B===es&&c===ts)return he;if(B===es||B===ts||B===j0||c===es||c===ts||c===j0)return ss;if(B===Ao&&[Ao,rs,eo,to].indexOf(c)!==-1||(B===eo||B===rs)&&(c===rs||c===ns)||(B===to||B===ns)&&c===ns||c===ro||c===$0||c===wu||B===du)return he;if(B===ro&&c===no){for(;o===$0;)o=A[--t];if(o===no)return he}if(B===is&&c===is){for(var w=0;o===is;)w++,o=A[--t];if(w%2===0)return he}return ss},Uu=function(e){var A=Cu(e),n=A.length,t=0,o=0,B=A.map(Qu);return{next:function(){if(t>=n)return{done:!0,value:null};for(var c=he;t<n&&(c=Fu(A,B,++t))===he;);if(c!==he||t===n){var w=xu.apply(null,A.slice(o,t));return o=t,{value:w,done:!1}}return{done:!0,value:null}}}},vu=function(e){for(var A=Uu(e),n=[],t;!(t=A.next()).done;)t.value&&n.push(t.value.slice());return n},Eu=function(e){var A=123;if(e.createRange){var n=e.createRange();if(n.getBoundingClientRect){var t=e.createElement("boundtest");t.style.height=A+"px",t.style.display="block",e.body.appendChild(t),n.selectNode(t);var o=n.getBoundingClientRect(),B=Math.round(o.height);if(e.body.removeChild(t),B===A)return!0}}return!1},mu=function(e){var A=e.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",e.body.appendChild(A);var n=e.createRange();A.innerHTML=typeof"".repeat=="function"?"👨".repeat(10):"";var t=A.firstChild,o=Q(t.data).map(function(d){return g(d)}),B=0,c={},w=o.every(function(d,m){n.setStart(t,B),n.setEnd(t,B+d.length);var y=n.getBoundingClientRect();B+=d.length;var H=y.x>c.x||y.y>c.y;return c=y,m===0?!0:H});return e.body.removeChild(A),w},yu=function(){return typeof new Image().crossOrigin!="undefined"},Hu=function(){return typeof new XMLHttpRequest().responseType=="string"},bu=function(e){var A=new Image,n=e.createElement("canvas"),t=n.getContext("2d");if(!t)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{t.drawImage(A,0,0),n.toDataURL()}catch{return!1}return!0},io=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},Iu=function(e){var A=e.createElement("canvas"),n=100;A.width=n,A.height=n;var t=A.getContext("2d");if(!t)return Promise.reject(!1);t.fillStyle="rgb(0, 255, 0)",t.fillRect(0,0,n,n);var o=new Image,B=A.toDataURL();o.src=B;var c=os(n,n,0,0,o);return t.fillStyle="red",t.fillRect(0,0,n,n),so(c).then(function(w){t.drawImage(w,0,0);var d=t.getImageData(0,0,n,n).data;t.fillStyle="red",t.fillRect(0,0,n,n);var m=e.createElement("div");return m.style.backgroundImage="url("+B+")",m.style.height=n+"px",io(d)?so(os(n,n,0,0,m)):Promise.reject(!1)}).then(function(w){return t.drawImage(w,0,0),io(t.getImageData(0,0,n,n).data)}).catch(function(){return!1})},os=function(e,A,n,t,o){var B="http://www.w3.org/2000/svg",c=document.createElementNS(B,"svg"),w=document.createElementNS(B,"foreignObject");return c.setAttributeNS(null,"width",e.toString()),c.setAttributeNS(null,"height",A.toString()),w.setAttributeNS(null,"width","100%"),w.setAttributeNS(null,"height","100%"),w.setAttributeNS(null,"x",n.toString()),w.setAttributeNS(null,"y",t.toString()),w.setAttributeNS(null,"externalResourcesRequired","true"),c.appendChild(w),w.appendChild(o),c},so=function(e){return new Promise(function(A,n){var t=new Image;t.onload=function(){return A(t)},t.onerror=n,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},VA={get SUPPORT_RANGE_BOUNDS(){var e=Eu(document);return Object.defineProperty(VA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=VA.SUPPORT_RANGE_BOUNDS&&mu(document);return Object.defineProperty(VA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=bu(document);return Object.defineProperty(VA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?Iu(document):Promise.resolve(!1);return Object.defineProperty(VA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=yu();return Object.defineProperty(VA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=Hu();return Object.defineProperty(VA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(VA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl!="undefined"&&Intl.Segmenter);return Object.defineProperty(VA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},mr=(function(){function e(A,n){this.text=A,this.bounds=n}return e})(),Du=function(e,A,n,t){var o=Lu(A,n),B=[],c=0;return o.forEach(function(w){if(n.textDecorationLine.length||w.trim().length>0)if(VA.SUPPORT_RANGE_BOUNDS){var d=oo(t,c,w.length).getClientRects();if(d.length>1){var m=as(w),y=0;m.forEach(function(K){B.push(new mr(K,C.fromDOMRectList(e,oo(t,y+c,K.length).getClientRects()))),y+=K.length})}else B.push(new mr(w,C.fromDOMRectList(e,d)))}else{var H=t.splitText(w.length);B.push(new mr(w,_u(e,t))),t=H}else VA.SUPPORT_RANGE_BOUNDS||(t=t.splitText(w.length));c+=w.length}),B},_u=function(e,A){var n=A.ownerDocument;if(n){var t=n.createElement("html2canvaswrapper");t.appendChild(A.cloneNode(!0));var o=A.parentNode;if(o){o.replaceChild(t,A);var B=l(e,t);return t.firstChild&&o.replaceChild(t.firstChild,t),B}}return C.EMPTY},oo=function(e,A,n){var t=e.ownerDocument;if(!t)throw new Error("Node has no owner document");var o=t.createRange();return o.setStart(e,A),o.setEnd(e,A+n),o},as=function(e){if(VA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(n){return n.segment})}return vu(e)},Su=function(e,A){if(VA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var n=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(n.segment(e)).map(function(t){return t.segment})}return Tu(e,A)},Lu=function(e,A){return A.letterSpacing!==0?as(e):Su(e,A)},Ku=[32,160,4961,65792,65793,4153,4241],Tu=function(e,A){for(var n=ac(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),t=[],o,B=function(){if(o.value){var c=o.value.slice(),w=Q(c),d="";w.forEach(function(m){Ku.indexOf(m)===-1?d+=g(m):(d.length&&t.push(d),t.push(g(m)),d="")}),d.length&&t.push(d)}};!(o=n.next()).done;)B();return t},Ou=(function(){function e(A,n,t){this.text=ku(n.data,t.textTransform),this.textBounds=Du(A,this.text,t,n)}return e})(),ku=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(Ru,Mu);case 2:return e.toUpperCase();default:return e}},Ru=/(^|\s|:|-|\(|\))([a-z])/g,Mu=function(e,A,n){return e.length>0?A+n.toUpperCase():e},ao=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.src=t.currentSrc||t.src,o.intrinsicWidth=t.naturalWidth,o.intrinsicHeight=t.naturalHeight,o.context.cache.addImage(o.src),o}return A})(me),Bo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.canvas=t,o.intrinsicWidth=t.width,o.intrinsicHeight=t.height,o}return A})(me),co=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this,B=new XMLSerializer,c=l(n,t);return t.setAttribute("width",c.width+"px"),t.setAttribute("height",c.height+"px"),o.svg="data:image/svg+xml,"+encodeURIComponent(B.serializeToString(t)),o.intrinsicWidth=t.width.baseVal.value,o.intrinsicHeight=t.height.baseVal.value,o.context.cache.addImage(o.svg),o}return A})(me),fo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.value=t.value,o}return A})(me),Bs=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.start=t.start,o.reversed=typeof t.reversed=="boolean"&&t.reversed===!0,o}return A})(me),Nu=[{type:15,flags:0,unit:"px",number:3}],Gu=[{type:16,flags:0,number:50}],Vu=function(e){return e.width>e.height?new C(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new C(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Pu=function(e){var A=e.type===Xu?new Array(e.value.length+1).join("\u2022"):e.value;return A.length===0?e.placeholder||"":A},Un="checkbox",vn="radio",Xu="password",lo=707406591,cs=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;switch(o.type=t.type.toLowerCase(),o.checked=t.checked,o.value=Pu(t),(o.type===Un||o.type===vn)&&(o.styles.backgroundColor=3739148031,o.styles.borderTopColor=o.styles.borderRightColor=o.styles.borderBottomColor=o.styles.borderLeftColor=2779096575,o.styles.borderTopWidth=o.styles.borderRightWidth=o.styles.borderBottomWidth=o.styles.borderLeftWidth=1,o.styles.borderTopStyle=o.styles.borderRightStyle=o.styles.borderBottomStyle=o.styles.borderLeftStyle=1,o.styles.backgroundClip=[0],o.styles.backgroundOrigin=[0],o.bounds=Vu(o.bounds)),o.type){case Un:o.styles.borderTopRightRadius=o.styles.borderTopLeftRadius=o.styles.borderBottomRightRadius=o.styles.borderBottomLeftRadius=Nu;break;case vn:o.styles.borderTopRightRadius=o.styles.borderTopLeftRadius=o.styles.borderBottomRightRadius=o.styles.borderBottomLeftRadius=Gu;break}return o}return A})(me),uo=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this,B=t.options[t.selectedIndex||0];return o.value=B&&B.text||"",o}return A})(me),ho=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.value=t.value,o}return A})(me),go=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;o.src=t.src,o.width=parseInt(t.width,10)||0,o.height=parseInt(t.height,10)||0,o.backgroundColor=o.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){o.tree=Co(n,t.contentWindow.document.documentElement);var B=t.contentWindow.document.documentElement?Ur(n,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):_e.TRANSPARENT,c=t.contentWindow.document.body?Ur(n,getComputedStyle(t.contentWindow.document.body).backgroundColor):_e.TRANSPARENT;o.backgroundColor=tt(B)?tt(c)?o.styles.backgroundColor:c:B}}catch{}return o}return A})(me),Wu=["OL","UL","MENU"],En=function(e,A,n,t){for(var o=A.firstChild,B=void 0;o;o=B)if(B=o.nextSibling,xo(o)&&o.data.trim().length>0)n.textNodes.push(new Ou(e,o,n.styles));else if(qt(o))if(Eo(o)&&o.assignedNodes)o.assignedNodes().forEach(function(w){return En(e,w,n,t)});else{var c=wo(e,o);c.styles.isVisible()&&(Ju(o,c,t)?c.flags|=4:Yu(c.styles)&&(c.flags|=2),Wu.indexOf(o.tagName)!==-1&&(c.flags|=8),n.elements.push(c),o.slot,o.shadowRoot?En(e,o.shadowRoot,c,t):!yn(o)&&!po(o)&&!Hn(o)&&En(e,o,c,t))}},wo=function(e,A){return us(A)?new ao(e,A):Qo(A)?new Bo(e,A):po(A)?new co(e,A):qu(A)?new fo(e,A):zu(A)?new Bs(e,A):Zu(A)?new cs(e,A):Hn(A)?new uo(e,A):yn(A)?new ho(e,A):Uo(A)?new go(e,A):new me(e,A)},Co=function(e,A){var n=wo(e,A);return n.flags|=4,En(e,A,n,n),n},Ju=function(e,A,n){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||ls(e)&&n.styles.isTransparent()},Yu=function(e){return e.isPositioned()||e.isFloating()},xo=function(e){return e.nodeType===Node.TEXT_NODE},qt=function(e){return e.nodeType===Node.ELEMENT_NODE},fs=function(e){return qt(e)&&typeof e.style!="undefined"&&!mn(e)},mn=function(e){return typeof e.className=="object"},qu=function(e){return e.tagName==="LI"},zu=function(e){return e.tagName==="OL"},Zu=function(e){return e.tagName==="INPUT"},ju=function(e){return e.tagName==="HTML"},po=function(e){return e.tagName==="svg"},ls=function(e){return e.tagName==="BODY"},Qo=function(e){return e.tagName==="CANVAS"},Fo=function(e){return e.tagName==="VIDEO"},us=function(e){return e.tagName==="IMG"},Uo=function(e){return e.tagName==="IFRAME"},vo=function(e){return e.tagName==="STYLE"},$u=function(e){return e.tagName==="SCRIPT"},yn=function(e){return e.tagName==="TEXTAREA"},Hn=function(e){return e.tagName==="SELECT"},Eo=function(e){return e.tagName==="SLOT"},mo=function(e){return e.tagName.indexOf("-")>0},Ah=(function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var n=this.counters[A];return n&&n.length?n[n.length-1]:1},e.prototype.getCounterValues=function(A){var n=this.counters[A];return n||[]},e.prototype.pop=function(A){var n=this;A.forEach(function(t){return n.counters[t].pop()})},e.prototype.parse=function(A){var n=this,t=A.counterIncrement,o=A.counterReset,B=!0;t!==null&&t.forEach(function(w){var d=n.counters[w.counter];d&&w.increment!==0&&(B=!1,d.length||d.push(1),d[Math.max(0,d.length-1)]+=w.increment)});var c=[];return B&&o.forEach(function(w){var d=n.counters[w.counter];c.push(w.counter),d||(d=n.counters[w.counter]=[]),d.push(w.reset)}),c},e})(),yo={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Ho={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},eh={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},th={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},zt=function(e,A,n,t,o,B){return e<A||e>n?Hr(e,o,B.length>0):t.integers.reduce(function(c,w,d){for(;e>=w;)e-=w,c+=t.values[d];return c},"")+B},bo=function(e,A,n,t){var o="";do n||e--,o=t(e)+o,e/=A;while(e*A>=A);return o},SA=function(e,A,n,t,o){var B=n-A+1;return(e<0?"-":"")+(bo(Math.abs(e),B,t,function(c){return g(Math.floor(c%B)+A)})+o)},mt=function(e,A,n){n===void 0&&(n=". ");var t=A.length;return bo(Math.abs(e),t,!1,function(o){return A[Math.floor(o%t)]})+n},Zt=1,nt=2,it=4,yr=8,Se=function(e,A,n,t,o,B){if(e<-9999||e>9999)return Hr(e,4,o.length>0);var c=Math.abs(e),w=o;if(c===0)return A[0]+w;for(var d=0;c>0&&d<=4;d++){var m=c%10;m===0&&RA(B,Zt)&&w!==""?w=A[m]+w:m>1||m===1&&d===0||m===1&&d===1&&RA(B,nt)||m===1&&d===1&&RA(B,it)&&e>100||m===1&&d>1&&RA(B,yr)?w=A[m]+(d>0?n[d-1]:"")+w:m===1&&d>0&&(w=n[d-1]+w),c=Math.floor(c/10)}return(e<0?t:"")+w},Io="\u5341\u767E\u5343\u842C",Do="\u62FE\u4F70\u4EDF\u842C",_o="\u30DE\u30A4\u30CA\u30B9",hs="\uB9C8\uC774\uB108\uC2A4",Hr=function(e,A,n){var t=n?". ":"",o=n?"\u3001":"",B=n?", ":"",c=n?" ":"";switch(A){case 0:return"\u2022"+c;case 1:return"\u25E6"+c;case 2:return"\u25FE"+c;case 5:var w=SA(e,48,57,!0,t);return w.length<4?"0"+w:w;case 4:return mt(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",o);case 6:return zt(e,1,3999,yo,3,t).toLowerCase();case 7:return zt(e,1,3999,yo,3,t);case 8:return SA(e,945,969,!1,t);case 9:return SA(e,97,122,!1,t);case 10:return SA(e,65,90,!1,t);case 11:return SA(e,1632,1641,!0,t);case 12:case 49:return zt(e,1,9999,Ho,3,t);case 35:return zt(e,1,9999,Ho,3,t).toLowerCase();case 13:return SA(e,2534,2543,!0,t);case 14:case 30:return SA(e,6112,6121,!0,t);case 15:return mt(e,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",o);case 16:return mt(e,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",o);case 17:case 48:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Io,"\u8CA0",o,nt|it|yr);case 47:return Se(e,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Do,"\u8CA0",o,Zt|nt|it|yr);case 42:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Io,"\u8D1F",o,nt|it|yr);case 41:return Se(e,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Do,"\u8D1F",o,Zt|nt|it|yr);case 26:return Se(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",_o,o,0);case 25:return Se(e,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",_o,o,Zt|nt|it);case 31:return Se(e,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",hs,B,Zt|nt|it);case 33:return Se(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",hs,B,0);case 32:return Se(e,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",hs,B,Zt|nt|it);case 18:return SA(e,2406,2415,!0,t);case 20:return zt(e,1,19999,th,3,t);case 21:return SA(e,2790,2799,!0,t);case 22:return SA(e,2662,2671,!0,t);case 22:return zt(e,1,10999,eh,3,t);case 23:return mt(e,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return mt(e,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return SA(e,3302,3311,!0,t);case 28:return mt(e,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",o);case 29:return mt(e,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",o);case 34:return SA(e,3792,3801,!0,t);case 37:return SA(e,6160,6169,!0,t);case 38:return SA(e,4160,4169,!0,t);case 39:return SA(e,2918,2927,!0,t);case 40:return SA(e,1776,1785,!0,t);case 43:return SA(e,3046,3055,!0,t);case 44:return SA(e,3174,3183,!0,t);case 45:return SA(e,3664,3673,!0,t);case 46:return SA(e,3872,3881,!0,t);default:return SA(e,48,57,!0,t)}},So="data-html2canvas-ignore",Lo=(function(){function e(A,n,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=n,this.counters=new Ah,this.quoteDepth=0,!n.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(n.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,n){var t=this,o=rh(A,n);if(!o.contentWindow)return Promise.reject("Unable to find iframe window");var B=A.defaultView.pageXOffset,c=A.defaultView.pageYOffset,w=o.contentWindow,d=w.document,m=sh(o).then(function(){return a(t,void 0,void 0,function(){var y,H;return f(this,function(K){switch(K.label){case 0:return this.scrolledElements.forEach(ch),w&&(w.scrollTo(n.left,n.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(w.scrollY!==n.top||w.scrollX!==n.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(w.scrollX-n.left,w.scrollY-n.top,0,0))),y=this.options.onclone,H=this.clonedReferenceElement,typeof H=="undefined"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:d.fonts&&d.fonts.ready?[4,d.fonts.ready]:[3,2];case 1:K.sent(),K.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,ih(d)]:[3,4];case 3:K.sent(),K.label=4;case 4:return typeof y=="function"?[2,Promise.resolve().then(function(){return y(d,H)}).then(function(){return o})]:[2,o]}})})});return d.open(),d.write(ah(document.doctype)+"<html></html>"),Bh(this.referenceElement.ownerDocument,B,c),d.replaceChild(d.adoptNode(this.documentElement),d.documentElement),d.close(),m},e.prototype.createElementClone=function(A){if(Zi(A,2))debugger;if(Qo(A))return this.createCanvasClone(A);if(Fo(A))return this.createVideoClone(A);if(vo(A))return this.createStyleClone(A);var n=A.cloneNode(!1);return us(n)&&(us(A)&&A.currentSrc&&A.currentSrc!==A.src&&(n.src=A.currentSrc,n.srcset=""),n.loading==="lazy"&&(n.loading="eager")),mo(n)?this.createCustomElementClone(n):n},e.prototype.createCustomElementClone=function(A){var n=document.createElement("html2canvascustomelement");return gs(A.style,n),n},e.prototype.createStyleClone=function(A){try{var n=A.sheet;if(n&&n.cssRules){var t=[].slice.call(n.cssRules,0).reduce(function(B,c){return c&&typeof c.cssText=="string"?B+c.cssText:B},""),o=A.cloneNode(!1);return o.textContent=t,o}}catch(B){if(this.context.logger.error("Unable to access cssRules property",B),B.name!=="SecurityError")throw B}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var n;if(this.options.inlineImages&&A.ownerDocument){var t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var o=A.cloneNode(!1);try{o.width=A.width,o.height=A.height;var B=A.getContext("2d"),c=o.getContext("2d");if(c)if(!this.options.allowTaint&&B)c.putImageData(B.getImageData(0,0,A.width,A.height),0,0);else{var w=(n=A.getContext("webgl2"))!==null&&n!==void 0?n:A.getContext("webgl");if(w){var d=w.getContextAttributes();(d==null?void 0:d.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}c.drawImage(A,0,0)}return o}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return o},e.prototype.createVideoClone=function(A){var n=A.ownerDocument.createElement("canvas");n.width=A.offsetWidth,n.height=A.offsetHeight;var t=n.getContext("2d");try{return t&&(t.drawImage(A,0,0,n.width,n.height),this.options.allowTaint||t.getImageData(0,0,n.width,n.height)),n}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var o=A.ownerDocument.createElement("canvas");return o.width=A.offsetWidth,o.height=A.offsetHeight,o},e.prototype.appendChildNode=function(A,n,t){(!qt(n)||!$u(n)&&!n.hasAttribute(So)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(n)))&&(!this.options.copyStyles||!qt(n)||!vo(n))&&A.appendChild(this.cloneNode(n,t))},e.prototype.cloneChildNodes=function(A,n,t){for(var o=this,B=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;B;B=B.nextSibling)if(qt(B)&&Eo(B)&&typeof B.assignedNodes=="function"){var c=B.assignedNodes();c.length&&c.forEach(function(w){return o.appendChildNode(n,w,t)})}else this.appendChildNode(n,B,t)},e.prototype.cloneNode=function(A,n){if(xo(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&qt(A)&&(fs(A)||mn(A))){var o=this.createElementClone(A);o.style.transitionProperty="none";var B=t.getComputedStyle(A),c=t.getComputedStyle(A,":before"),w=t.getComputedStyle(A,":after");this.referenceElement===A&&fs(o)&&(this.clonedReferenceElement=o),ls(o)&&uh(o);var d=this.counters.parse(new J0(this.context,B)),m=this.resolvePseudoContent(A,o,c,br.BEFORE);mo(A)&&(n=!0),Fo(A)||this.cloneChildNodes(A,o,n),m&&o.insertBefore(m,o.firstChild);var y=this.resolvePseudoContent(A,o,w,br.AFTER);return y&&o.appendChild(y),this.counters.pop(d),(B&&(this.options.copyStyles||mn(A))&&!Uo(A)||n)&&gs(B,o),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([o,A.scrollLeft,A.scrollTop]),(yn(A)||Hn(A))&&(yn(o)||Hn(o))&&(o.value=A.value),o}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,n,t,o){var B=this;if(t){var c=t.content,w=n.ownerDocument;if(!(!w||!c||c==="none"||c==="-moz-alt-content"||t.display==="none")){this.counters.parse(new J0(this.context,t));var d=new ql(this.context,t),m=w.createElement("html2canvaspseudoelement");gs(t,m),d.content.forEach(function(H){if(H.type===0)m.appendChild(w.createTextNode(H.value));else if(H.type===22){var K=w.createElement("img");K.src=H.value,K.style.opacity="1",m.appendChild(K)}else if(H.type===18){if(H.name==="attr"){var rA=H.values.filter(mA);rA.length&&m.appendChild(w.createTextNode(A.getAttribute(rA[0].value)||""))}else if(H.name==="counter"){var q=H.values.filter(Jt),j=q[0],uA=q[1];if(j&&mA(j)){var sA=B.counters.getCounterValue(j.value),iA=uA&&mA(uA)?zi.parse(B.context,uA.value):3;m.appendChild(w.createTextNode(Hr(sA,iA,!1)))}}else if(H.name==="counters"){var UA=H.values.filter(Jt),j=UA[0],dA=UA[1],uA=UA[2];if(j&&mA(j)){var BA=B.counters.getCounterValues(j.value),AA=uA&&mA(uA)?zi.parse(B.context,uA.value):3,QA=dA&&dA.type===0?dA.value:"",FA=BA.map(function(te){return Hr(te,AA,!1)}).join(QA);m.appendChild(w.createTextNode(FA))}}}else if(H.type===20)switch(H.value){case"open-quote":m.appendChild(w.createTextNode(W0(d.quotes,B.quoteDepth++,!0)));break;case"close-quote":m.appendChild(w.createTextNode(W0(d.quotes,--B.quoteDepth,!1)));break;default:m.appendChild(w.createTextNode(H.value))}}),m.className=ds+" "+ws;var y=o===br.BEFORE?" "+ds:" "+ws;return mn(n)?n.className.baseValue+=y:n.className+=y,m}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e})(),br;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(br||(br={}));var rh=function(e,A){var n=e.createElement("iframe");return n.className="html2canvas-container",n.style.visibility="hidden",n.style.position="fixed",n.style.left="-10000px",n.style.top="0px",n.style.border="0",n.width=A.width.toString(),n.height=A.height.toString(),n.scrolling="no",n.setAttribute(So,"true"),e.body.appendChild(n),n},nh=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},ih=function(e){return Promise.all([].slice.call(e.images,0).map(nh))},sh=function(e){return new Promise(function(A,n){var t=e.contentWindow;if(!t)return n("No window assigned for iframe");var o=t.document;t.onload=e.onload=function(){t.onload=e.onload=null;var B=setInterval(function(){o.body.childNodes.length>0&&o.readyState==="complete"&&(clearInterval(B),A(e))},50)}})},oh=["all","d","content"],gs=function(e,A){for(var n=e.length-1;n>=0;n--){var t=e.item(n);oh.indexOf(t)===-1&&A.style.setProperty(t,e.getPropertyValue(t))}return A},ah=function(e){var A="";return e&&(A+="<!DOCTYPE ",e.name&&(A+=e.name),e.internalSubset&&(A+=e.internalSubset),e.publicId&&(A+='"'+e.publicId+'"'),e.systemId&&(A+='"'+e.systemId+'"'),A+=">"),A},Bh=function(e,A,n){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||n!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,n)},ch=function(e){var A=e[0],n=e[1],t=e[2];A.scrollLeft=n,A.scrollTop=t},fh=":before",lh=":after",ds="___html2canvas___pseudoelement_before",ws="___html2canvas___pseudoelement_after",Ko=`{
|
|
1
|
+
(()=>{var bu=Object.create;var qs=Object.defineProperty;var Du=Object.getOwnPropertyDescriptor;var Ku=Object.getOwnPropertyNames;var Lu=Object.getPrototypeOf,Su=Object.prototype.hasOwnProperty;var Zs=(o=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(o,{get:(i,f)=>(typeof require!="undefined"?require:i)[f]}):o)(function(o){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var CA=(o,i)=>()=>(i||o((i={exports:{}}).exports,i),i.exports);var _u=(o,i,f,c)=>{if(i&&typeof i=="object"||typeof i=="function")for(let Q of Ku(i))!Su.call(o,Q)&&Q!==f&&qs(o,Q,{get:()=>i[Q],enumerable:!(c=Du(i,Q))||c.enumerable});return o};var js=(o,i,f)=>(f=o!=null?bu(Lu(o)):{},_u(i||!o||!o.__esModule?qs(f,"default",{value:o,enumerable:!0}):f,o));var $s=CA(()=>{});var dA=CA((o0,Aa)=>{(function(o,i){typeof o0=="object"?Aa.exports=o0=i():typeof define=="function"&&define.amd?define([],i):o.CryptoJS=i()})(o0,function(){var o=o||(function(i,f){var c;if(typeof window!="undefined"&&window.crypto&&(c=window.crypto),typeof self!="undefined"&&self.crypto&&(c=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(c=globalThis.crypto),!c&&typeof window!="undefined"&&window.msCrypto&&(c=window.msCrypto),!c&&typeof global!="undefined"&&global.crypto&&(c=global.crypto),!c&&typeof Zs=="function")try{c=$s()}catch{}var Q=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},x=Object.create||(function(){function d(){}return function(F){var K;return d.prototype=F,K=new d,d.prototype=null,K}})(),h={},B=h.lib={},w=B.Base=(function(){return{extend:function(d){var F=x(this);return d&&F.mixIn(d),(!F.hasOwnProperty("init")||this.init===F.init)&&(F.init=function(){F.$super.init.apply(this,arguments)}),F.init.prototype=F,F.$super=this,F},create:function(){var d=this.extend();return d.init.apply(d,arguments),d},init:function(){},mixIn:function(d){for(var F in d)d.hasOwnProperty(F)&&(this[F]=d[F]);d.hasOwnProperty("toString")&&(this.toString=d.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),U=B.WordArray=w.extend({init:function(d,F){d=this.words=d||[],F!=f?this.sigBytes=F:this.sigBytes=d.length*4},toString:function(d){return(d||v).stringify(this)},concat:function(d){var F=this.words,K=d.words,I=this.sigBytes,L=d.sigBytes;if(this.clamp(),I%4)for(var S=0;S<L;S++){var q=K[S>>>2]>>>24-S%4*8&255;F[I+S>>>2]|=q<<24-(I+S)%4*8}else for(var J=0;J<L;J+=4)F[I+J>>>2]=K[J>>>2];return this.sigBytes+=L,this},clamp:function(){var d=this.words,F=this.sigBytes;d[F>>>2]&=4294967295<<32-F%4*8,d.length=i.ceil(F/4)},clone:function(){var d=w.clone.call(this);return d.words=this.words.slice(0),d},random:function(d){for(var F=[],K=0;K<d;K+=4)F.push(Q());return new U.init(F,d)}}),l=h.enc={},v=l.Hex={stringify:function(d){for(var F=d.words,K=d.sigBytes,I=[],L=0;L<K;L++){var S=F[L>>>2]>>>24-L%4*8&255;I.push((S>>>4).toString(16)),I.push((S&15).toString(16))}return I.join("")},parse:function(d){for(var F=d.length,K=[],I=0;I<F;I+=2)K[I>>>3]|=parseInt(d.substr(I,2),16)<<24-I%8*4;return new U.init(K,F/2)}},C=l.Latin1={stringify:function(d){for(var F=d.words,K=d.sigBytes,I=[],L=0;L<K;L++){var S=F[L>>>2]>>>24-L%4*8&255;I.push(String.fromCharCode(S))}return I.join("")},parse:function(d){for(var F=d.length,K=[],I=0;I<F;I++)K[I>>>2]|=(d.charCodeAt(I)&255)<<24-I%4*8;return new U.init(K,F)}},E=l.Utf8={stringify:function(d){try{return decodeURIComponent(escape(C.stringify(d)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(d){return C.parse(unescape(encodeURIComponent(d)))}},p=B.BufferedBlockAlgorithm=w.extend({reset:function(){this._data=new U.init,this._nDataBytes=0},_append:function(d){typeof d=="string"&&(d=E.parse(d)),this._data.concat(d),this._nDataBytes+=d.sigBytes},_process:function(d){var F,K=this._data,I=K.words,L=K.sigBytes,S=this.blockSize,q=S*4,J=L/q;d?J=i.ceil(J):J=i.max((J|0)-this._minBufferSize,0);var Z=J*S,eA=i.min(Z*4,L);if(Z){for(var O=0;O<Z;O+=S)this._doProcessBlock(I,O);F=I.splice(0,Z),K.sigBytes-=eA}return new U.init(F,eA)},clone:function(){var d=w.clone.call(this);return d._data=this._data.clone(),d},_minBufferSize:0}),b=B.Hasher=p.extend({cfg:w.extend(),init:function(d){this.cfg=this.cfg.extend(d),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(d){return this._append(d),this._process(),this},finalize:function(d){d&&this._append(d);var F=this._doFinalize();return F},blockSize:512/32,_createHelper:function(d){return function(F,K){return new d.init(K).finalize(F)}},_createHmacHelper:function(d){return function(F,K){return new D.HMAC.init(d,K).finalize(F)}}}),D=h.algo={};return h})(Math);return o})});var ut=CA((B0,ea)=>{(function(o,i){typeof B0=="object"?ea.exports=B0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(B0,function(o){return(function(i){var f=o,c=f.lib,Q=c.Base,x=c.WordArray,h=f.x64={},B=h.Word=Q.extend({init:function(U,l){this.high=U,this.low=l}}),w=h.WordArray=Q.extend({init:function(U,l){U=this.words=U||[],l!=i?this.sigBytes=l:this.sigBytes=U.length*8},toX32:function(){for(var U=this.words,l=U.length,v=[],C=0;C<l;C++){var E=U[C];v.push(E.high),v.push(E.low)}return x.create(v,this.sigBytes)},clone:function(){for(var U=Q.clone.call(this),l=U.words=this.words.slice(0),v=l.length,C=0;C<v;C++)l[C]=l[C].clone();return U}})})(),o})});var ta=CA((c0,ra)=>{(function(o,i){typeof c0=="object"?ra.exports=c0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(c0,function(o){return(function(){if(typeof ArrayBuffer=="function"){var i=o,f=i.lib,c=f.WordArray,Q=c.init,x=c.init=function(h){if(h instanceof ArrayBuffer&&(h=new Uint8Array(h)),(h instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&h instanceof Uint8ClampedArray||h instanceof Int16Array||h instanceof Uint16Array||h instanceof Int32Array||h instanceof Uint32Array||h instanceof Float32Array||h instanceof Float64Array)&&(h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength)),h instanceof Uint8Array){for(var B=h.byteLength,w=[],U=0;U<B;U++)w[U>>>2]|=h[U]<<24-U%4*8;Q.call(this,w,B)}else Q.apply(this,arguments)};x.prototype=c}})(),o.lib.WordArray})});var ia=CA((f0,na)=>{(function(o,i){typeof f0=="object"?na.exports=f0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(f0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,x=Q.Utf16=Q.Utf16BE={stringify:function(B){for(var w=B.words,U=B.sigBytes,l=[],v=0;v<U;v+=2){var C=w[v>>>2]>>>16-v%4*8&65535;l.push(String.fromCharCode(C))}return l.join("")},parse:function(B){for(var w=B.length,U=[],l=0;l<w;l++)U[l>>>1]|=B.charCodeAt(l)<<16-l%2*16;return c.create(U,w*2)}};Q.Utf16LE={stringify:function(B){for(var w=B.words,U=B.sigBytes,l=[],v=0;v<U;v+=2){var C=h(w[v>>>2]>>>16-v%4*8&65535);l.push(String.fromCharCode(C))}return l.join("")},parse:function(B){for(var w=B.length,U=[],l=0;l<w;l++)U[l>>>1]|=h(B.charCodeAt(l)<<16-l%2*16);return c.create(U,w*2)}};function h(B){return B<<8&4278255360|B>>>8&16711935}})(),o.enc.Utf16})});var Ar=CA((l0,sa)=>{(function(o,i){typeof l0=="object"?sa.exports=l0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(l0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,x=Q.Base64={stringify:function(B){var w=B.words,U=B.sigBytes,l=this._map;B.clamp();for(var v=[],C=0;C<U;C+=3)for(var E=w[C>>>2]>>>24-C%4*8&255,p=w[C+1>>>2]>>>24-(C+1)%4*8&255,b=w[C+2>>>2]>>>24-(C+2)%4*8&255,D=E<<16|p<<8|b,d=0;d<4&&C+d*.75<U;d++)v.push(l.charAt(D>>>6*(3-d)&63));var F=l.charAt(64);if(F)for(;v.length%4;)v.push(F);return v.join("")},parse:function(B){var w=B.length,U=this._map,l=this._reverseMap;if(!l){l=this._reverseMap=[];for(var v=0;v<U.length;v++)l[U.charCodeAt(v)]=v}var C=U.charAt(64);if(C){var E=B.indexOf(C);E!==-1&&(w=E)}return h(B,w,l)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(B,w,U){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=U[B.charCodeAt(C-1)]<<C%4*2,p=U[B.charCodeAt(C)]>>>6-C%4*2,b=E|p;l[v>>>2]|=b<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64})});var oa=CA((u0,aa)=>{(function(o,i){typeof u0=="object"?aa.exports=u0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(u0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.enc,x=Q.Base64url={stringify:function(B,w){w===void 0&&(w=!0);var U=B.words,l=B.sigBytes,v=w?this._safe_map:this._map;B.clamp();for(var C=[],E=0;E<l;E+=3)for(var p=U[E>>>2]>>>24-E%4*8&255,b=U[E+1>>>2]>>>24-(E+1)%4*8&255,D=U[E+2>>>2]>>>24-(E+2)%4*8&255,d=p<<16|b<<8|D,F=0;F<4&&E+F*.75<l;F++)C.push(v.charAt(d>>>6*(3-F)&63));var K=v.charAt(64);if(K)for(;C.length%4;)C.push(K);return C.join("")},parse:function(B,w){w===void 0&&(w=!0);var U=B.length,l=w?this._safe_map:this._map,v=this._reverseMap;if(!v){v=this._reverseMap=[];for(var C=0;C<l.length;C++)v[l.charCodeAt(C)]=C}var E=l.charAt(64);if(E){var p=B.indexOf(E);p!==-1&&(U=p)}return h(B,U,v)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(B,w,U){for(var l=[],v=0,C=0;C<w;C++)if(C%4){var E=U[B.charCodeAt(C-1)]<<C%4*2,p=U[B.charCodeAt(C)]>>>6-C%4*2,b=E|p;l[v>>>2]|=b<<24-v%4*8,v++}return c.create(l,v)}})(),o.enc.Base64url})});var er=CA((g0,Ba)=>{(function(o,i){typeof g0=="object"?Ba.exports=g0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(g0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,x=c.Hasher,h=f.algo,B=[];(function(){for(var E=0;E<64;E++)B[E]=i.abs(i.sin(E+1))*4294967296|0})();var w=h.MD5=x.extend({_doReset:function(){this._hash=new Q.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(E,p){for(var b=0;b<16;b++){var D=p+b,d=E[D];E[D]=(d<<8|d>>>24)&16711935|(d<<24|d>>>8)&4278255360}var F=this._hash.words,K=E[p+0],I=E[p+1],L=E[p+2],S=E[p+3],q=E[p+4],J=E[p+5],Z=E[p+6],eA=E[p+7],O=E[p+8],Y=E[p+9],rA=E[p+10],X=E[p+11],oA=E[p+12],aA=E[p+13],lA=E[p+14],xA=E[p+15],R=F[0],P=F[1],W=F[2],V=F[3];R=U(R,P,W,V,K,7,B[0]),V=U(V,R,P,W,I,12,B[1]),W=U(W,V,R,P,L,17,B[2]),P=U(P,W,V,R,S,22,B[3]),R=U(R,P,W,V,q,7,B[4]),V=U(V,R,P,W,J,12,B[5]),W=U(W,V,R,P,Z,17,B[6]),P=U(P,W,V,R,eA,22,B[7]),R=U(R,P,W,V,O,7,B[8]),V=U(V,R,P,W,Y,12,B[9]),W=U(W,V,R,P,rA,17,B[10]),P=U(P,W,V,R,X,22,B[11]),R=U(R,P,W,V,oA,7,B[12]),V=U(V,R,P,W,aA,12,B[13]),W=U(W,V,R,P,lA,17,B[14]),P=U(P,W,V,R,xA,22,B[15]),R=l(R,P,W,V,I,5,B[16]),V=l(V,R,P,W,Z,9,B[17]),W=l(W,V,R,P,X,14,B[18]),P=l(P,W,V,R,K,20,B[19]),R=l(R,P,W,V,J,5,B[20]),V=l(V,R,P,W,rA,9,B[21]),W=l(W,V,R,P,xA,14,B[22]),P=l(P,W,V,R,q,20,B[23]),R=l(R,P,W,V,Y,5,B[24]),V=l(V,R,P,W,lA,9,B[25]),W=l(W,V,R,P,S,14,B[26]),P=l(P,W,V,R,O,20,B[27]),R=l(R,P,W,V,aA,5,B[28]),V=l(V,R,P,W,L,9,B[29]),W=l(W,V,R,P,eA,14,B[30]),P=l(P,W,V,R,oA,20,B[31]),R=v(R,P,W,V,J,4,B[32]),V=v(V,R,P,W,O,11,B[33]),W=v(W,V,R,P,X,16,B[34]),P=v(P,W,V,R,lA,23,B[35]),R=v(R,P,W,V,I,4,B[36]),V=v(V,R,P,W,q,11,B[37]),W=v(W,V,R,P,eA,16,B[38]),P=v(P,W,V,R,rA,23,B[39]),R=v(R,P,W,V,aA,4,B[40]),V=v(V,R,P,W,K,11,B[41]),W=v(W,V,R,P,S,16,B[42]),P=v(P,W,V,R,Z,23,B[43]),R=v(R,P,W,V,Y,4,B[44]),V=v(V,R,P,W,oA,11,B[45]),W=v(W,V,R,P,xA,16,B[46]),P=v(P,W,V,R,L,23,B[47]),R=C(R,P,W,V,K,6,B[48]),V=C(V,R,P,W,eA,10,B[49]),W=C(W,V,R,P,lA,15,B[50]),P=C(P,W,V,R,J,21,B[51]),R=C(R,P,W,V,oA,6,B[52]),V=C(V,R,P,W,S,10,B[53]),W=C(W,V,R,P,rA,15,B[54]),P=C(P,W,V,R,I,21,B[55]),R=C(R,P,W,V,O,6,B[56]),V=C(V,R,P,W,xA,10,B[57]),W=C(W,V,R,P,Z,15,B[58]),P=C(P,W,V,R,aA,21,B[59]),R=C(R,P,W,V,q,6,B[60]),V=C(V,R,P,W,X,10,B[61]),W=C(W,V,R,P,L,15,B[62]),P=C(P,W,V,R,Y,21,B[63]),F[0]=F[0]+R|0,F[1]=F[1]+P|0,F[2]=F[2]+W|0,F[3]=F[3]+V|0},_doFinalize:function(){var E=this._data,p=E.words,b=this._nDataBytes*8,D=E.sigBytes*8;p[D>>>5]|=128<<24-D%32;var d=i.floor(b/4294967296),F=b;p[(D+64>>>9<<4)+15]=(d<<8|d>>>24)&16711935|(d<<24|d>>>8)&4278255360,p[(D+64>>>9<<4)+14]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,E.sigBytes=(p.length+1)*4,this._process();for(var K=this._hash,I=K.words,L=0;L<4;L++){var S=I[L];I[L]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return K},clone:function(){var E=x.clone.call(this);return E._hash=this._hash.clone(),E}});function U(E,p,b,D,d,F,K){var I=E+(p&b|~p&D)+d+K;return(I<<F|I>>>32-F)+p}function l(E,p,b,D,d,F,K){var I=E+(p&D|b&~D)+d+K;return(I<<F|I>>>32-F)+p}function v(E,p,b,D,d,F,K){var I=E+(p^b^D)+d+K;return(I<<F|I>>>32-F)+p}function C(E,p,b,D,d,F,K){var I=E+(b^(p|~D))+d+K;return(I<<F|I>>>32-F)+p}f.MD5=x._createHelper(w),f.HmacMD5=x._createHmacHelper(w)})(Math),o.MD5})});var Gn=CA((w0,ca)=>{(function(o,i){typeof w0=="object"?ca.exports=w0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(w0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=f.Hasher,x=i.algo,h=[],B=x.SHA1=Q.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(w,U){for(var l=this._hash.words,v=l[0],C=l[1],E=l[2],p=l[3],b=l[4],D=0;D<80;D++){if(D<16)h[D]=w[U+D]|0;else{var d=h[D-3]^h[D-8]^h[D-14]^h[D-16];h[D]=d<<1|d>>>31}var F=(v<<5|v>>>27)+b+h[D];D<20?F+=(C&E|~C&p)+1518500249:D<40?F+=(C^E^p)+1859775393:D<60?F+=(C&E|C&p|E&p)-1894007588:F+=(C^E^p)-899497514,b=p,p=E,E=C<<30|C>>>2,C=v,v=F}l[0]=l[0]+v|0,l[1]=l[1]+C|0,l[2]=l[2]+E|0,l[3]=l[3]+p|0,l[4]=l[4]+b|0},_doFinalize:function(){var w=this._data,U=w.words,l=this._nDataBytes*8,v=w.sigBytes*8;return U[v>>>5]|=128<<24-v%32,U[(v+64>>>9<<4)+14]=Math.floor(l/4294967296),U[(v+64>>>9<<4)+15]=l,w.sigBytes=U.length*4,this._process(),this._hash},clone:function(){var w=Q.clone.call(this);return w._hash=this._hash.clone(),w}});i.SHA1=Q._createHelper(B),i.HmacSHA1=Q._createHmacHelper(B)})(),o.SHA1})});var C0=CA((h0,fa)=>{(function(o,i){typeof h0=="object"?fa.exports=h0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(h0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,x=c.Hasher,h=f.algo,B=[],w=[];(function(){function v(b){for(var D=i.sqrt(b),d=2;d<=D;d++)if(!(b%d))return!1;return!0}function C(b){return(b-(b|0))*4294967296|0}for(var E=2,p=0;p<64;)v(E)&&(p<8&&(B[p]=C(i.pow(E,1/2))),w[p]=C(i.pow(E,1/3)),p++),E++})();var U=[],l=h.SHA256=x.extend({_doReset:function(){this._hash=new Q.init(B.slice(0))},_doProcessBlock:function(v,C){for(var E=this._hash.words,p=E[0],b=E[1],D=E[2],d=E[3],F=E[4],K=E[5],I=E[6],L=E[7],S=0;S<64;S++){if(S<16)U[S]=v[C+S]|0;else{var q=U[S-15],J=(q<<25|q>>>7)^(q<<14|q>>>18)^q>>>3,Z=U[S-2],eA=(Z<<15|Z>>>17)^(Z<<13|Z>>>19)^Z>>>10;U[S]=J+U[S-7]+eA+U[S-16]}var O=F&K^~F&I,Y=p&b^p&D^b&D,rA=(p<<30|p>>>2)^(p<<19|p>>>13)^(p<<10|p>>>22),X=(F<<26|F>>>6)^(F<<21|F>>>11)^(F<<7|F>>>25),oA=L+X+O+w[S]+U[S],aA=rA+Y;L=I,I=K,K=F,F=d+oA|0,d=D,D=b,b=p,p=oA+aA|0}E[0]=E[0]+p|0,E[1]=E[1]+b|0,E[2]=E[2]+D|0,E[3]=E[3]+d|0,E[4]=E[4]+F|0,E[5]=E[5]+K|0,E[6]=E[6]+I|0,E[7]=E[7]+L|0},_doFinalize:function(){var v=this._data,C=v.words,E=this._nDataBytes*8,p=v.sigBytes*8;return C[p>>>5]|=128<<24-p%32,C[(p+64>>>9<<4)+14]=i.floor(E/4294967296),C[(p+64>>>9<<4)+15]=E,v.sigBytes=C.length*4,this._process(),this._hash},clone:function(){var v=x.clone.call(this);return v._hash=this._hash.clone(),v}});f.SHA256=x._createHelper(l),f.HmacSHA256=x._createHmacHelper(l)})(Math),o.SHA256})});var ua=CA((x0,la)=>{(function(o,i,f){typeof x0=="object"?la.exports=x0=i(dA(),C0()):typeof define=="function"&&define.amd?define(["./core","./sha256"],i):i(o.CryptoJS)})(x0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=i.algo,x=Q.SHA256,h=Q.SHA224=x.extend({_doReset:function(){this._hash=new c.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var B=x._doFinalize.call(this);return B.sigBytes-=4,B}});i.SHA224=x._createHelper(h),i.HmacSHA224=x._createHmacHelper(h)})(),o.SHA224})});var Nn=CA((d0,ga)=>{(function(o,i,f){typeof d0=="object"?ga.exports=d0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(d0,function(o){return(function(){var i=o,f=i.lib,c=f.Hasher,Q=i.x64,x=Q.Word,h=Q.WordArray,B=i.algo;function w(){return x.create.apply(x,arguments)}var U=[w(1116352408,3609767458),w(1899447441,602891725),w(3049323471,3964484399),w(3921009573,2173295548),w(961987163,4081628472),w(1508970993,3053834265),w(2453635748,2937671579),w(2870763221,3664609560),w(3624381080,2734883394),w(310598401,1164996542),w(607225278,1323610764),w(1426881987,3590304994),w(1925078388,4068182383),w(2162078206,991336113),w(2614888103,633803317),w(3248222580,3479774868),w(3835390401,2666613458),w(4022224774,944711139),w(264347078,2341262773),w(604807628,2007800933),w(770255983,1495990901),w(1249150122,1856431235),w(1555081692,3175218132),w(1996064986,2198950837),w(2554220882,3999719339),w(2821834349,766784016),w(2952996808,2566594879),w(3210313671,3203337956),w(3336571891,1034457026),w(3584528711,2466948901),w(113926993,3758326383),w(338241895,168717936),w(666307205,1188179964),w(773529912,1546045734),w(1294757372,1522805485),w(1396182291,2643833823),w(1695183700,2343527390),w(1986661051,1014477480),w(2177026350,1206759142),w(2456956037,344077627),w(2730485921,1290863460),w(2820302411,3158454273),w(3259730800,3505952657),w(3345764771,106217008),w(3516065817,3606008344),w(3600352804,1432725776),w(4094571909,1467031594),w(275423344,851169720),w(430227734,3100823752),w(506948616,1363258195),w(659060556,3750685593),w(883997877,3785050280),w(958139571,3318307427),w(1322822218,3812723403),w(1537002063,2003034995),w(1747873779,3602036899),w(1955562222,1575990012),w(2024104815,1125592928),w(2227730452,2716904306),w(2361852424,442776044),w(2428436474,593698344),w(2756734187,3733110249),w(3204031479,2999351573),w(3329325298,3815920427),w(3391569614,3928383900),w(3515267271,566280711),w(3940187606,3454069534),w(4118630271,4000239992),w(116418474,1914138554),w(174292421,2731055270),w(289380356,3203993006),w(460393269,320620315),w(685471733,587496836),w(852142971,1086792851),w(1017036298,365543100),w(1126000580,2618297676),w(1288033470,3409855158),w(1501505948,4234509866),w(1607167915,987167468),w(1816402316,1246189591)],l=[];(function(){for(var C=0;C<80;C++)l[C]=w()})();var v=B.SHA512=c.extend({_doReset:function(){this._hash=new h.init([new x.init(1779033703,4089235720),new x.init(3144134277,2227873595),new x.init(1013904242,4271175723),new x.init(2773480762,1595750129),new x.init(1359893119,2917565137),new x.init(2600822924,725511199),new x.init(528734635,4215389547),new x.init(1541459225,327033209)])},_doProcessBlock:function(C,E){for(var p=this._hash.words,b=p[0],D=p[1],d=p[2],F=p[3],K=p[4],I=p[5],L=p[6],S=p[7],q=b.high,J=b.low,Z=D.high,eA=D.low,O=d.high,Y=d.low,rA=F.high,X=F.low,oA=K.high,aA=K.low,lA=I.high,xA=I.low,R=L.high,P=L.low,W=S.high,V=S.low,mA=q,pA=J,TA=Z,gA=eA,Se=O,_e=Y,vr=rA,Te=X,ne=oA,PA=aA,sr=lA,Oe=xA,ar=R,zA=P,or=W,Re=V,XA=0;XA<80;XA++){var qA,ZA,Me=l[XA];if(XA<16)ZA=Me.high=C[E+XA*2]|0,qA=Me.low=C[E+XA*2+1]|0;else{var Br=l[XA-15],ae=Br.high,cr=Br.low,pt=(ae>>>1|cr<<31)^(ae>>>8|cr<<24)^ae>>>7,pr=(cr>>>1|ae<<31)^(cr>>>8|ae<<24)^(cr>>>7|ae<<25),ke=l[XA-2],Ce=ke.high,oe=ke.low,WA=(Ce>>>19|oe<<13)^(Ce<<3|oe>>>29)^Ce>>>6,Ge=(oe>>>19|Ce<<13)^(oe<<3|Ce>>>29)^(oe>>>6|Ce<<26),Ne=l[XA-7],Ve=Ne.high,rn=Ne.low,xe=l[XA-16],tn=xe.high,fr=xe.low;qA=pr+rn,ZA=pt+Ve+(qA>>>0<pr>>>0?1:0),qA=qA+Ge,ZA=ZA+WA+(qA>>>0<Ge>>>0?1:0),qA=qA+fr,ZA=ZA+tn+(qA>>>0<fr>>>0?1:0),Me.high=ZA,Me.low=qA}var Er=ne&sr^~ne&ar,Hr=PA&Oe^~PA&zA,qr=mA&TA^mA&Se^TA&Se,Zr=pA&gA^pA&_e^gA&_e,lr=(mA>>>28|pA<<4)^(mA<<30|pA>>>2)^(mA<<25|pA>>>7),yr=(pA>>>28|mA<<4)^(pA<<30|mA>>>2)^(pA<<25|mA>>>7),mr=(ne>>>14|PA<<18)^(ne>>>18|PA<<14)^(ne<<23|PA>>>9),Ir=(PA>>>14|ne<<18)^(PA>>>18|ne<<14)^(PA<<23|ne>>>9),br=U[XA],Et=br.high,Ht=br.low,JA=Re+Ir,ue=or+mr+(JA>>>0<Re>>>0?1:0),JA=JA+Hr,ue=ue+Er+(JA>>>0<Hr>>>0?1:0),JA=JA+Ht,ue=ue+Et+(JA>>>0<Ht>>>0?1:0),JA=JA+qA,ue=ue+ZA+(JA>>>0<qA>>>0?1:0),hA=yr+Zr,Dr=lr+qr+(hA>>>0<yr>>>0?1:0);or=ar,Re=zA,ar=sr,zA=Oe,sr=ne,Oe=PA,PA=Te+JA|0,ne=vr+ue+(PA>>>0<Te>>>0?1:0)|0,vr=Se,Te=_e,Se=TA,_e=gA,TA=mA,gA=pA,pA=JA+hA|0,mA=ue+Dr+(pA>>>0<JA>>>0?1:0)|0}J=b.low=J+pA,b.high=q+mA+(J>>>0<pA>>>0?1:0),eA=D.low=eA+gA,D.high=Z+TA+(eA>>>0<gA>>>0?1:0),Y=d.low=Y+_e,d.high=O+Se+(Y>>>0<_e>>>0?1:0),X=F.low=X+Te,F.high=rA+vr+(X>>>0<Te>>>0?1:0),aA=K.low=aA+PA,K.high=oA+ne+(aA>>>0<PA>>>0?1:0),xA=I.low=xA+Oe,I.high=lA+sr+(xA>>>0<Oe>>>0?1:0),P=L.low=P+zA,L.high=R+ar+(P>>>0<zA>>>0?1:0),V=S.low=V+Re,S.high=W+or+(V>>>0<Re>>>0?1:0)},_doFinalize:function(){var C=this._data,E=C.words,p=this._nDataBytes*8,b=C.sigBytes*8;E[b>>>5]|=128<<24-b%32,E[(b+128>>>10<<5)+30]=Math.floor(p/4294967296),E[(b+128>>>10<<5)+31]=p,C.sigBytes=E.length*4,this._process();var D=this._hash.toX32();return D},clone:function(){var C=c.clone.call(this);return C._hash=this._hash.clone(),C},blockSize:1024/32});i.SHA512=c._createHelper(v),i.HmacSHA512=c._createHmacHelper(v)})(),o.SHA512})});var ha=CA((Q0,wa)=>{(function(o,i,f){typeof Q0=="object"?wa.exports=Q0=i(dA(),ut(),Nn()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],i):i(o.CryptoJS)})(Q0,function(o){return(function(){var i=o,f=i.x64,c=f.Word,Q=f.WordArray,x=i.algo,h=x.SHA512,B=x.SHA384=h.extend({_doReset:function(){this._hash=new Q.init([new c.init(3418070365,3238371032),new c.init(1654270250,914150663),new c.init(2438529370,812702999),new c.init(355462360,4144912697),new c.init(1731405415,4290775857),new c.init(2394180231,1750603025),new c.init(3675008525,1694076839),new c.init(1203062813,3204075428)])},_doFinalize:function(){var w=h._doFinalize.call(this);return w.sigBytes-=16,w}});i.SHA384=h._createHelper(B),i.HmacSHA384=h._createHmacHelper(B)})(),o.SHA384})});var xa=CA((F0,Ca)=>{(function(o,i,f){typeof F0=="object"?Ca.exports=F0=i(dA(),ut()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],i):i(o.CryptoJS)})(F0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,x=c.Hasher,h=f.x64,B=h.Word,w=f.algo,U=[],l=[],v=[];(function(){for(var p=1,b=0,D=0;D<24;D++){U[p+5*b]=(D+1)*(D+2)/2%64;var d=b%5,F=(2*p+3*b)%5;p=d,b=F}for(var p=0;p<5;p++)for(var b=0;b<5;b++)l[p+5*b]=b+(2*p+3*b)%5*5;for(var K=1,I=0;I<24;I++){for(var L=0,S=0,q=0;q<7;q++){if(K&1){var J=(1<<q)-1;J<32?S^=1<<J:L^=1<<J-32}K&128?K=K<<1^113:K<<=1}v[I]=B.create(L,S)}})();var C=[];(function(){for(var p=0;p<25;p++)C[p]=B.create()})();var E=w.SHA3=x.extend({cfg:x.cfg.extend({outputLength:512}),_doReset:function(){for(var p=this._state=[],b=0;b<25;b++)p[b]=new B.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(p,b){for(var D=this._state,d=this.blockSize/2,F=0;F<d;F++){var K=p[b+2*F],I=p[b+2*F+1];K=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360,I=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360;var L=D[F];L.high^=I,L.low^=K}for(var S=0;S<24;S++){for(var q=0;q<5;q++){for(var J=0,Z=0,eA=0;eA<5;eA++){var L=D[q+5*eA];J^=L.high,Z^=L.low}var O=C[q];O.high=J,O.low=Z}for(var q=0;q<5;q++)for(var Y=C[(q+4)%5],rA=C[(q+1)%5],X=rA.high,oA=rA.low,J=Y.high^(X<<1|oA>>>31),Z=Y.low^(oA<<1|X>>>31),eA=0;eA<5;eA++){var L=D[q+5*eA];L.high^=J,L.low^=Z}for(var aA=1;aA<25;aA++){var J,Z,L=D[aA],lA=L.high,xA=L.low,R=U[aA];R<32?(J=lA<<R|xA>>>32-R,Z=xA<<R|lA>>>32-R):(J=xA<<R-32|lA>>>64-R,Z=lA<<R-32|xA>>>64-R);var P=C[l[aA]];P.high=J,P.low=Z}var W=C[0],V=D[0];W.high=V.high,W.low=V.low;for(var q=0;q<5;q++)for(var eA=0;eA<5;eA++){var aA=q+5*eA,L=D[aA],mA=C[aA],pA=C[(q+1)%5+5*eA],TA=C[(q+2)%5+5*eA];L.high=mA.high^~pA.high&TA.high,L.low=mA.low^~pA.low&TA.low}var L=D[0],gA=v[S];L.high^=gA.high,L.low^=gA.low}},_doFinalize:function(){var p=this._data,b=p.words,D=this._nDataBytes*8,d=p.sigBytes*8,F=this.blockSize*32;b[d>>>5]|=1<<24-d%32,b[(i.ceil((d+1)/F)*F>>>5)-1]|=128,p.sigBytes=b.length*4,this._process();for(var K=this._state,I=this.cfg.outputLength/8,L=I/8,S=[],q=0;q<L;q++){var J=K[q],Z=J.high,eA=J.low;Z=(Z<<8|Z>>>24)&16711935|(Z<<24|Z>>>8)&4278255360,eA=(eA<<8|eA>>>24)&16711935|(eA<<24|eA>>>8)&4278255360,S.push(eA),S.push(Z)}return new Q.init(S,I)},clone:function(){for(var p=x.clone.call(this),b=p._state=this._state.slice(0),D=0;D<25;D++)b[D]=b[D].clone();return p}});f.SHA3=x._createHelper(E),f.HmacSHA3=x._createHmacHelper(E)})(Math),o.SHA3})});var Qa=CA((U0,da)=>{(function(o,i){typeof U0=="object"?da.exports=U0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(U0,function(o){return(function(i){var f=o,c=f.lib,Q=c.WordArray,x=c.Hasher,h=f.algo,B=Q.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),w=Q.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),U=Q.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=Q.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),v=Q.create([0,1518500249,1859775393,2400959708,2840853838]),C=Q.create([1352829926,1548603684,1836072691,2053994217,0]),E=h.RIPEMD160=x.extend({_doReset:function(){this._hash=Q.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(I,L){for(var S=0;S<16;S++){var q=L+S,J=I[q];I[q]=(J<<8|J>>>24)&16711935|(J<<24|J>>>8)&4278255360}var Z=this._hash.words,eA=v.words,O=C.words,Y=B.words,rA=w.words,X=U.words,oA=l.words,aA,lA,xA,R,P,W,V,mA,pA,TA;W=aA=Z[0],V=lA=Z[1],mA=xA=Z[2],pA=R=Z[3],TA=P=Z[4];for(var gA,S=0;S<80;S+=1)gA=aA+I[L+Y[S]]|0,S<16?gA+=p(lA,xA,R)+eA[0]:S<32?gA+=b(lA,xA,R)+eA[1]:S<48?gA+=D(lA,xA,R)+eA[2]:S<64?gA+=d(lA,xA,R)+eA[3]:gA+=F(lA,xA,R)+eA[4],gA=gA|0,gA=K(gA,X[S]),gA=gA+P|0,aA=P,P=R,R=K(xA,10),xA=lA,lA=gA,gA=W+I[L+rA[S]]|0,S<16?gA+=F(V,mA,pA)+O[0]:S<32?gA+=d(V,mA,pA)+O[1]:S<48?gA+=D(V,mA,pA)+O[2]:S<64?gA+=b(V,mA,pA)+O[3]:gA+=p(V,mA,pA)+O[4],gA=gA|0,gA=K(gA,oA[S]),gA=gA+TA|0,W=TA,TA=pA,pA=K(mA,10),mA=V,V=gA;gA=Z[1]+xA+pA|0,Z[1]=Z[2]+R+TA|0,Z[2]=Z[3]+P+W|0,Z[3]=Z[4]+aA+V|0,Z[4]=Z[0]+lA+mA|0,Z[0]=gA},_doFinalize:function(){var I=this._data,L=I.words,S=this._nDataBytes*8,q=I.sigBytes*8;L[q>>>5]|=128<<24-q%32,L[(q+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,I.sigBytes=(L.length+1)*4,this._process();for(var J=this._hash,Z=J.words,eA=0;eA<5;eA++){var O=Z[eA];Z[eA]=(O<<8|O>>>24)&16711935|(O<<24|O>>>8)&4278255360}return J},clone:function(){var I=x.clone.call(this);return I._hash=this._hash.clone(),I}});function p(I,L,S){return I^L^S}function b(I,L,S){return I&L|~I&S}function D(I,L,S){return(I|~L)^S}function d(I,L,S){return I&S|L&~S}function F(I,L,S){return I^(L|~S)}function K(I,L){return I<<L|I>>>32-L}f.RIPEMD160=x._createHelper(E),f.HmacRIPEMD160=x._createHmacHelper(E)})(Math),o.RIPEMD160})});var p0=CA((v0,Fa)=>{(function(o,i){typeof v0=="object"?Fa.exports=v0=i(dA()):typeof define=="function"&&define.amd?define(["./core"],i):i(o.CryptoJS)})(v0,function(o){(function(){var i=o,f=i.lib,c=f.Base,Q=i.enc,x=Q.Utf8,h=i.algo,B=h.HMAC=c.extend({init:function(w,U){w=this._hasher=new w.init,typeof U=="string"&&(U=x.parse(U));var l=w.blockSize,v=l*4;U.sigBytes>v&&(U=w.finalize(U)),U.clamp();for(var C=this._oKey=U.clone(),E=this._iKey=U.clone(),p=C.words,b=E.words,D=0;D<l;D++)p[D]^=1549556828,b[D]^=909522486;C.sigBytes=E.sigBytes=v,this.reset()},reset:function(){var w=this._hasher;w.reset(),w.update(this._iKey)},update:function(w){return this._hasher.update(w),this},finalize:function(w){var U=this._hasher,l=U.finalize(w);U.reset();var v=U.finalize(this._oKey.clone().concat(l));return v}})})()})});var va=CA((E0,Ua)=>{(function(o,i,f){typeof E0=="object"?Ua.exports=E0=i(dA(),C0(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],i):i(o.CryptoJS)})(E0,function(o){return(function(){var i=o,f=i.lib,c=f.Base,Q=f.WordArray,x=i.algo,h=x.SHA256,B=x.HMAC,w=x.PBKDF2=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:25e4}),init:function(U){this.cfg=this.cfg.extend(U)},compute:function(U,l){for(var v=this.cfg,C=B.create(v.hasher,U),E=Q.create(),p=Q.create([1]),b=E.words,D=p.words,d=v.keySize,F=v.iterations;b.length<d;){var K=C.update(l).finalize(p);C.reset();for(var I=K.words,L=I.length,S=K,q=1;q<F;q++){S=C.finalize(S),C.reset();for(var J=S.words,Z=0;Z<L;Z++)I[Z]^=J[Z]}E.concat(K),D[0]++}return E.sigBytes=d*4,E}});i.PBKDF2=function(U,l,v){return w.create(v).compute(U,l)}})(),o.PBKDF2})});var De=CA((H0,pa)=>{(function(o,i,f){typeof H0=="object"?pa.exports=H0=i(dA(),Gn(),p0()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],i):i(o.CryptoJS)})(H0,function(o){return(function(){var i=o,f=i.lib,c=f.Base,Q=f.WordArray,x=i.algo,h=x.MD5,B=x.EvpKDF=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(w){this.cfg=this.cfg.extend(w)},compute:function(w,U){for(var l,v=this.cfg,C=v.hasher.create(),E=Q.create(),p=E.words,b=v.keySize,D=v.iterations;p.length<b;){l&&C.update(l),l=C.update(w).finalize(U),C.reset();for(var d=1;d<D;d++)l=C.finalize(l),C.reset();E.concat(l)}return E.sigBytes=b*4,E}});i.EvpKDF=function(w,U,l){return B.create(l).compute(w,U)}})(),o.EvpKDF})});var RA=CA((y0,Ea)=>{(function(o,i,f){typeof y0=="object"?Ea.exports=y0=i(dA(),De()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],i):i(o.CryptoJS)})(y0,function(o){o.lib.Cipher||(function(i){var f=o,c=f.lib,Q=c.Base,x=c.WordArray,h=c.BufferedBlockAlgorithm,B=f.enc,w=B.Utf8,U=B.Base64,l=f.algo,v=l.EvpKDF,C=c.Cipher=h.extend({cfg:Q.extend(),createEncryptor:function(O,Y){return this.create(this._ENC_XFORM_MODE,O,Y)},createDecryptor:function(O,Y){return this.create(this._DEC_XFORM_MODE,O,Y)},init:function(O,Y,rA){this.cfg=this.cfg.extend(rA),this._xformMode=O,this._key=Y,this.reset()},reset:function(){h.reset.call(this),this._doReset()},process:function(O){return this._append(O),this._process()},finalize:function(O){O&&this._append(O);var Y=this._doFinalize();return Y},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function O(Y){return typeof Y=="string"?eA:q}return function(Y){return{encrypt:function(rA,X,oA){return O(X).encrypt(Y,rA,X,oA)},decrypt:function(rA,X,oA){return O(X).decrypt(Y,rA,X,oA)}}}})()}),E=c.StreamCipher=C.extend({_doFinalize:function(){var O=this._process(!0);return O},blockSize:1}),p=f.mode={},b=c.BlockCipherMode=Q.extend({createEncryptor:function(O,Y){return this.Encryptor.create(O,Y)},createDecryptor:function(O,Y){return this.Decryptor.create(O,Y)},init:function(O,Y){this._cipher=O,this._iv=Y}}),D=p.CBC=(function(){var O=b.extend();O.Encryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize;Y.call(this,rA,X,aA),oA.encryptBlock(rA,X),this._prevBlock=rA.slice(X,X+aA)}}),O.Decryptor=O.extend({processBlock:function(rA,X){var oA=this._cipher,aA=oA.blockSize,lA=rA.slice(X,X+aA);oA.decryptBlock(rA,X),Y.call(this,rA,X,aA),this._prevBlock=lA}});function Y(rA,X,oA){var aA,lA=this._iv;lA?(aA=lA,this._iv=i):aA=this._prevBlock;for(var xA=0;xA<oA;xA++)rA[X+xA]^=aA[xA]}return O})(),d=f.pad={},F=d.Pkcs7={pad:function(O,Y){for(var rA=Y*4,X=rA-O.sigBytes%rA,oA=X<<24|X<<16|X<<8|X,aA=[],lA=0;lA<X;lA+=4)aA.push(oA);var xA=x.create(aA,X);O.concat(xA)},unpad:function(O){var Y=O.words[O.sigBytes-1>>>2]&255;O.sigBytes-=Y}},K=c.BlockCipher=C.extend({cfg:C.cfg.extend({mode:D,padding:F}),reset:function(){var O;C.reset.call(this);var Y=this.cfg,rA=Y.iv,X=Y.mode;this._xformMode==this._ENC_XFORM_MODE?O=X.createEncryptor:(O=X.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==O?this._mode.init(this,rA&&rA.words):(this._mode=O.call(X,this,rA&&rA.words),this._mode.__creator=O)},_doProcessBlock:function(O,Y){this._mode.processBlock(O,Y)},_doFinalize:function(){var O,Y=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Y.pad(this._data,this.blockSize),O=this._process(!0)):(O=this._process(!0),Y.unpad(O)),O},blockSize:128/32}),I=c.CipherParams=Q.extend({init:function(O){this.mixIn(O)},toString:function(O){return(O||this.formatter).stringify(this)}}),L=f.format={},S=L.OpenSSL={stringify:function(O){var Y,rA=O.ciphertext,X=O.salt;return X?Y=x.create([1398893684,1701076831]).concat(X).concat(rA):Y=rA,Y.toString(U)},parse:function(O){var Y,rA=U.parse(O),X=rA.words;return X[0]==1398893684&&X[1]==1701076831&&(Y=x.create(X.slice(2,4)),X.splice(0,4),rA.sigBytes-=16),I.create({ciphertext:rA,salt:Y})}},q=c.SerializableCipher=Q.extend({cfg:Q.extend({format:S}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=O.createEncryptor(rA,X),aA=oA.finalize(Y),lA=oA.cfg;return I.create({ciphertext:aA,key:rA,iv:lA.iv,algorithm:O,mode:lA.mode,padding:lA.padding,blockSize:O.blockSize,formatter:X.format})},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=O.createDecryptor(rA,X).finalize(Y.ciphertext);return oA},_parse:function(O,Y){return typeof O=="string"?Y.parse(O,this):O}}),J=f.kdf={},Z=J.OpenSSL={execute:function(O,Y,rA,X,oA){if(X||(X=x.random(64/8)),oA)var aA=v.create({keySize:Y+rA,hasher:oA}).compute(O,X);else var aA=v.create({keySize:Y+rA}).compute(O,X);var lA=x.create(aA.words.slice(Y),rA*4);return aA.sigBytes=Y*4,I.create({key:aA,iv:lA,salt:X})}},eA=c.PasswordBasedCipher=q.extend({cfg:q.cfg.extend({kdf:Z}),encrypt:function(O,Y,rA,X){X=this.cfg.extend(X);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,X.salt,X.hasher);X.iv=oA.iv;var aA=q.encrypt.call(this,O,Y,oA.key,X);return aA.mixIn(oA),aA},decrypt:function(O,Y,rA,X){X=this.cfg.extend(X),Y=this._parse(Y,X.format);var oA=X.kdf.execute(rA,O.keySize,O.ivSize,Y.salt,X.hasher);X.iv=oA.iv;var aA=q.decrypt.call(this,O,Y,oA.key,X);return aA}})})()})});var ya=CA((m0,Ha)=>{(function(o,i,f){typeof m0=="object"?Ha.exports=m0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(m0,function(o){return o.mode.CFB=(function(){var i=o.lib.BlockCipherMode.extend();i.Encryptor=i.extend({processBlock:function(c,Q){var x=this._cipher,h=x.blockSize;f.call(this,c,Q,h,x),this._prevBlock=c.slice(Q,Q+h)}}),i.Decryptor=i.extend({processBlock:function(c,Q){var x=this._cipher,h=x.blockSize,B=c.slice(Q,Q+h);f.call(this,c,Q,h,x),this._prevBlock=B}});function f(c,Q,x,h){var B,w=this._iv;w?(B=w.slice(0),this._iv=void 0):B=this._prevBlock,h.encryptBlock(B,0);for(var U=0;U<x;U++)c[Q+U]^=B[U]}return i})(),o.mode.CFB})});var Ia=CA((I0,ma)=>{(function(o,i,f){typeof I0=="object"?ma.exports=I0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(I0,function(o){return o.mode.CTR=(function(){var i=o.lib.BlockCipherMode.extend(),f=i.Encryptor=i.extend({processBlock:function(c,Q){var x=this._cipher,h=x.blockSize,B=this._iv,w=this._counter;B&&(w=this._counter=B.slice(0),this._iv=void 0);var U=w.slice(0);x.encryptBlock(U,0),w[h-1]=w[h-1]+1|0;for(var l=0;l<h;l++)c[Q+l]^=U[l]}});return i.Decryptor=f,i})(),o.mode.CTR})});var Da=CA((b0,ba)=>{(function(o,i,f){typeof b0=="object"?ba.exports=b0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(b0,function(o){return o.mode.CTRGladman=(function(){var i=o.lib.BlockCipherMode.extend();function f(x){if((x>>24&255)===255){var h=x>>16&255,B=x>>8&255,w=x&255;h===255?(h=0,B===255?(B=0,w===255?w=0:++w):++B):++h,x=0,x+=h<<16,x+=B<<8,x+=w}else x+=1<<24;return x}function c(x){return(x[0]=f(x[0]))===0&&(x[1]=f(x[1])),x}var Q=i.Encryptor=i.extend({processBlock:function(x,h){var B=this._cipher,w=B.blockSize,U=this._iv,l=this._counter;U&&(l=this._counter=U.slice(0),this._iv=void 0),c(l);var v=l.slice(0);B.encryptBlock(v,0);for(var C=0;C<w;C++)x[h+C]^=v[C]}});return i.Decryptor=Q,i})(),o.mode.CTRGladman})});var La=CA((D0,Ka)=>{(function(o,i,f){typeof D0=="object"?Ka.exports=D0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(D0,function(o){return o.mode.OFB=(function(){var i=o.lib.BlockCipherMode.extend(),f=i.Encryptor=i.extend({processBlock:function(c,Q){var x=this._cipher,h=x.blockSize,B=this._iv,w=this._keystream;B&&(w=this._keystream=B.slice(0),this._iv=void 0),x.encryptBlock(w,0);for(var U=0;U<h;U++)c[Q+U]^=w[U]}});return i.Decryptor=f,i})(),o.mode.OFB})});var _a=CA((K0,Sa)=>{(function(o,i,f){typeof K0=="object"?Sa.exports=K0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(K0,function(o){return o.mode.ECB=(function(){var i=o.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(f,c){this._cipher.encryptBlock(f,c)}}),i.Decryptor=i.extend({processBlock:function(f,c){this._cipher.decryptBlock(f,c)}}),i})(),o.mode.ECB})});var Oa=CA((L0,Ta)=>{(function(o,i,f){typeof L0=="object"?Ta.exports=L0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(L0,function(o){return o.pad.AnsiX923={pad:function(i,f){var c=i.sigBytes,Q=f*4,x=Q-c%Q,h=c+x-1;i.clamp(),i.words[h>>>2]|=x<<24-h%4*8,i.sigBytes+=x},unpad:function(i){var f=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=f}},o.pad.Ansix923})});var Ma=CA((S0,Ra)=>{(function(o,i,f){typeof S0=="object"?Ra.exports=S0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(S0,function(o){return o.pad.Iso10126={pad:function(i,f){var c=f*4,Q=c-i.sigBytes%c;i.concat(o.lib.WordArray.random(Q-1)).concat(o.lib.WordArray.create([Q<<24],1))},unpad:function(i){var f=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=f}},o.pad.Iso10126})});var Ga=CA((_0,ka)=>{(function(o,i,f){typeof _0=="object"?ka.exports=_0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(_0,function(o){return o.pad.Iso97971={pad:function(i,f){i.concat(o.lib.WordArray.create([2147483648],1)),o.pad.ZeroPadding.pad(i,f)},unpad:function(i){o.pad.ZeroPadding.unpad(i),i.sigBytes--}},o.pad.Iso97971})});var Va=CA((T0,Na)=>{(function(o,i,f){typeof T0=="object"?Na.exports=T0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(T0,function(o){return o.pad.ZeroPadding={pad:function(i,f){var c=f*4;i.clamp(),i.sigBytes+=c-(i.sigBytes%c||c)},unpad:function(i){for(var f=i.words,c=i.sigBytes-1,c=i.sigBytes-1;c>=0;c--)if(f[c>>>2]>>>24-c%4*8&255){i.sigBytes=c+1;break}}},o.pad.ZeroPadding})});var Xa=CA((O0,Pa)=>{(function(o,i,f){typeof O0=="object"?Pa.exports=O0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(O0,function(o){return o.pad.NoPadding={pad:function(){},unpad:function(){}},o.pad.NoPadding})});var Ja=CA((R0,Wa)=>{(function(o,i,f){typeof R0=="object"?Wa.exports=R0=i(dA(),RA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],i):i(o.CryptoJS)})(R0,function(o){return(function(i){var f=o,c=f.lib,Q=c.CipherParams,x=f.enc,h=x.Hex,B=f.format,w=B.Hex={stringify:function(U){return U.ciphertext.toString(h)},parse:function(U){var l=h.parse(U);return Q.create({ciphertext:l})}}})(),o.format.Hex})});var za=CA((M0,Ya)=>{(function(o,i,f){typeof M0=="object"?Ya.exports=M0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(M0,function(o){return(function(){var i=o,f=i.lib,c=f.BlockCipher,Q=i.algo,x=[],h=[],B=[],w=[],U=[],l=[],v=[],C=[],E=[],p=[];(function(){for(var d=[],F=0;F<256;F++)F<128?d[F]=F<<1:d[F]=F<<1^283;for(var K=0,I=0,F=0;F<256;F++){var L=I^I<<1^I<<2^I<<3^I<<4;L=L>>>8^L&255^99,x[K]=L,h[L]=K;var S=d[K],q=d[S],J=d[q],Z=d[L]*257^L*16843008;B[K]=Z<<24|Z>>>8,w[K]=Z<<16|Z>>>16,U[K]=Z<<8|Z>>>24,l[K]=Z;var Z=J*16843009^q*65537^S*257^K*16843008;v[L]=Z<<24|Z>>>8,C[L]=Z<<16|Z>>>16,E[L]=Z<<8|Z>>>24,p[L]=Z,K?(K=S^d[d[d[J^S]]],I^=d[d[I]]):K=I=1}})();var b=[0,1,2,4,8,16,32,64,128,27,54],D=Q.AES=c.extend({_doReset:function(){var d;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var F=this._keyPriorReset=this._key,K=F.words,I=F.sigBytes/4,L=this._nRounds=I+6,S=(L+1)*4,q=this._keySchedule=[],J=0;J<S;J++)J<I?q[J]=K[J]:(d=q[J-1],J%I?I>6&&J%I==4&&(d=x[d>>>24]<<24|x[d>>>16&255]<<16|x[d>>>8&255]<<8|x[d&255]):(d=d<<8|d>>>24,d=x[d>>>24]<<24|x[d>>>16&255]<<16|x[d>>>8&255]<<8|x[d&255],d^=b[J/I|0]<<24),q[J]=q[J-I]^d);for(var Z=this._invKeySchedule=[],eA=0;eA<S;eA++){var J=S-eA;if(eA%4)var d=q[J];else var d=q[J-4];eA<4||J<=4?Z[eA]=d:Z[eA]=v[x[d>>>24]]^C[x[d>>>16&255]]^E[x[d>>>8&255]]^p[x[d&255]]}}},encryptBlock:function(d,F){this._doCryptBlock(d,F,this._keySchedule,B,w,U,l,x)},decryptBlock:function(d,F){var K=d[F+1];d[F+1]=d[F+3],d[F+3]=K,this._doCryptBlock(d,F,this._invKeySchedule,v,C,E,p,h);var K=d[F+1];d[F+1]=d[F+3],d[F+3]=K},_doCryptBlock:function(d,F,K,I,L,S,q,J){for(var Z=this._nRounds,eA=d[F]^K[0],O=d[F+1]^K[1],Y=d[F+2]^K[2],rA=d[F+3]^K[3],X=4,oA=1;oA<Z;oA++){var aA=I[eA>>>24]^L[O>>>16&255]^S[Y>>>8&255]^q[rA&255]^K[X++],lA=I[O>>>24]^L[Y>>>16&255]^S[rA>>>8&255]^q[eA&255]^K[X++],xA=I[Y>>>24]^L[rA>>>16&255]^S[eA>>>8&255]^q[O&255]^K[X++],R=I[rA>>>24]^L[eA>>>16&255]^S[O>>>8&255]^q[Y&255]^K[X++];eA=aA,O=lA,Y=xA,rA=R}var aA=(J[eA>>>24]<<24|J[O>>>16&255]<<16|J[Y>>>8&255]<<8|J[rA&255])^K[X++],lA=(J[O>>>24]<<24|J[Y>>>16&255]<<16|J[rA>>>8&255]<<8|J[eA&255])^K[X++],xA=(J[Y>>>24]<<24|J[rA>>>16&255]<<16|J[eA>>>8&255]<<8|J[O&255])^K[X++],R=(J[rA>>>24]<<24|J[eA>>>16&255]<<16|J[O>>>8&255]<<8|J[Y&255])^K[X++];d[F]=aA,d[F+1]=lA,d[F+2]=xA,d[F+3]=R},keySize:256/32});i.AES=c._createHelper(D)})(),o.AES})});var Za=CA((k0,qa)=>{(function(o,i,f){typeof k0=="object"?qa.exports=k0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(k0,function(o){return(function(){var i=o,f=i.lib,c=f.WordArray,Q=f.BlockCipher,x=i.algo,h=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],B=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],w=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],U=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],v=x.DES=Q.extend({_doReset:function(){for(var b=this._key,D=b.words,d=[],F=0;F<56;F++){var K=h[F]-1;d[F]=D[K>>>5]>>>31-K%32&1}for(var I=this._subKeys=[],L=0;L<16;L++){for(var S=I[L]=[],q=w[L],F=0;F<24;F++)S[F/6|0]|=d[(B[F]-1+q)%28]<<31-F%6,S[4+(F/6|0)]|=d[28+(B[F+24]-1+q)%28]<<31-F%6;S[0]=S[0]<<1|S[0]>>>31;for(var F=1;F<7;F++)S[F]=S[F]>>>(F-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var J=this._invSubKeys=[],F=0;F<16;F++)J[F]=I[15-F]},encryptBlock:function(b,D){this._doCryptBlock(b,D,this._subKeys)},decryptBlock:function(b,D){this._doCryptBlock(b,D,this._invSubKeys)},_doCryptBlock:function(b,D,d){this._lBlock=b[D],this._rBlock=b[D+1],C.call(this,4,252645135),C.call(this,16,65535),E.call(this,2,858993459),E.call(this,8,16711935),C.call(this,1,1431655765);for(var F=0;F<16;F++){for(var K=d[F],I=this._lBlock,L=this._rBlock,S=0,q=0;q<8;q++)S|=U[q][((L^K[q])&l[q])>>>0];this._lBlock=L,this._rBlock=I^S}var J=this._lBlock;this._lBlock=this._rBlock,this._rBlock=J,C.call(this,1,1431655765),E.call(this,8,16711935),E.call(this,2,858993459),C.call(this,16,65535),C.call(this,4,252645135),b[D]=this._lBlock,b[D+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function C(b,D){var d=(this._lBlock>>>b^this._rBlock)&D;this._rBlock^=d,this._lBlock^=d<<b}function E(b,D){var d=(this._rBlock>>>b^this._lBlock)&D;this._lBlock^=d,this._rBlock^=d<<b}i.DES=Q._createHelper(v);var p=x.TripleDES=Q.extend({_doReset:function(){var b=this._key,D=b.words;if(D.length!==2&&D.length!==4&&D.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var d=D.slice(0,2),F=D.length<4?D.slice(0,2):D.slice(2,4),K=D.length<6?D.slice(0,2):D.slice(4,6);this._des1=v.createEncryptor(c.create(d)),this._des2=v.createEncryptor(c.create(F)),this._des3=v.createEncryptor(c.create(K))},encryptBlock:function(b,D){this._des1.encryptBlock(b,D),this._des2.decryptBlock(b,D),this._des3.encryptBlock(b,D)},decryptBlock:function(b,D){this._des3.decryptBlock(b,D),this._des2.encryptBlock(b,D),this._des1.decryptBlock(b,D)},keySize:192/32,ivSize:64/32,blockSize:64/32});i.TripleDES=Q._createHelper(p)})(),o.TripleDES})});var $a=CA((G0,ja)=>{(function(o,i,f){typeof G0=="object"?ja.exports=G0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(G0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,x=Q.RC4=c.extend({_doReset:function(){for(var w=this._key,U=w.words,l=w.sigBytes,v=this._S=[],C=0;C<256;C++)v[C]=C;for(var C=0,E=0;C<256;C++){var p=C%l,b=U[p>>>2]>>>24-p%4*8&255;E=(E+v[C]+b)%256;var D=v[C];v[C]=v[E],v[E]=D}this._i=this._j=0},_doProcessBlock:function(w,U){w[U]^=h.call(this)},keySize:256/32,ivSize:0});function h(){for(var w=this._S,U=this._i,l=this._j,v=0,C=0;C<4;C++){U=(U+1)%256,l=(l+w[U])%256;var E=w[U];w[U]=w[l],w[l]=E,v|=w[(w[U]+w[l])%256]<<24-C*8}return this._i=U,this._j=l,v}i.RC4=c._createHelper(x);var B=Q.RC4Drop=x.extend({cfg:x.cfg.extend({drop:192}),_doReset:function(){x._doReset.call(this);for(var w=this.cfg.drop;w>0;w--)h.call(this)}});i.RC4Drop=c._createHelper(B)})(),o.RC4})});var eo=CA((N0,Ao)=>{(function(o,i,f){typeof N0=="object"?Ao.exports=N0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(N0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,x=[],h=[],B=[],w=Q.Rabbit=c.extend({_doReset:function(){for(var l=this._key.words,v=this.cfg.iv,C=0;C<4;C++)l[C]=(l[C]<<8|l[C]>>>24)&16711935|(l[C]<<24|l[C]>>>8)&4278255360;var E=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],p=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var C=0;C<4;C++)U.call(this);for(var C=0;C<8;C++)p[C]^=E[C+4&7];if(v){var b=v.words,D=b[0],d=b[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(d<<8|d>>>24)&16711935|(d<<24|d>>>8)&4278255360,I=F>>>16|K&4294901760,L=K<<16|F&65535;p[0]^=F,p[1]^=I,p[2]^=K,p[3]^=L,p[4]^=F,p[5]^=I,p[6]^=K,p[7]^=L;for(var C=0;C<4;C++)U.call(this)}},_doProcessBlock:function(l,v){var C=this._X;U.call(this),x[0]=C[0]^C[5]>>>16^C[3]<<16,x[1]=C[2]^C[7]>>>16^C[5]<<16,x[2]=C[4]^C[1]>>>16^C[7]<<16,x[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)x[E]=(x[E]<<8|x[E]>>>24)&16711935|(x[E]<<24|x[E]>>>8)&4278255360,l[v+E]^=x[E]},blockSize:128/32,ivSize:64/32});function U(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,b=E>>>16,D=((p*p>>>17)+p*b>>>15)+b*b,d=((E&4294901760)*E|0)+((E&65535)*E|0);B[C]=D^d}l[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,l[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,l[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,l[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,l[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,l[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,l[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,l[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}i.Rabbit=c._createHelper(w)})(),o.Rabbit})});var to=CA((V0,ro)=>{(function(o,i,f){typeof V0=="object"?ro.exports=V0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(V0,function(o){return(function(){var i=o,f=i.lib,c=f.StreamCipher,Q=i.algo,x=[],h=[],B=[],w=Q.RabbitLegacy=c.extend({_doReset:function(){var l=this._key.words,v=this.cfg.iv,C=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],E=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var p=0;p<4;p++)U.call(this);for(var p=0;p<8;p++)E[p]^=C[p+4&7];if(v){var b=v.words,D=b[0],d=b[1],F=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,K=(d<<8|d>>>24)&16711935|(d<<24|d>>>8)&4278255360,I=F>>>16|K&4294901760,L=K<<16|F&65535;E[0]^=F,E[1]^=I,E[2]^=K,E[3]^=L,E[4]^=F,E[5]^=I,E[6]^=K,E[7]^=L;for(var p=0;p<4;p++)U.call(this)}},_doProcessBlock:function(l,v){var C=this._X;U.call(this),x[0]=C[0]^C[5]>>>16^C[3]<<16,x[1]=C[2]^C[7]>>>16^C[5]<<16,x[2]=C[4]^C[1]>>>16^C[7]<<16,x[3]=C[6]^C[3]>>>16^C[1]<<16;for(var E=0;E<4;E++)x[E]=(x[E]<<8|x[E]>>>24)&16711935|(x[E]<<24|x[E]>>>8)&4278255360,l[v+E]^=x[E]},blockSize:128/32,ivSize:64/32});function U(){for(var l=this._X,v=this._C,C=0;C<8;C++)h[C]=v[C];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0<h[0]>>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0<h[1]>>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0<h[2]>>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0<h[3]>>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0<h[4]>>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0<h[5]>>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0<h[6]>>>0?1:0)|0,this._b=v[7]>>>0<h[7]>>>0?1:0;for(var C=0;C<8;C++){var E=l[C]+v[C],p=E&65535,b=E>>>16,D=((p*p>>>17)+p*b>>>15)+b*b,d=((E&4294901760)*E|0)+((E&65535)*E|0);B[C]=D^d}l[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,l[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,l[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,l[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,l[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,l[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,l[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,l[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}i.RabbitLegacy=c._createHelper(w)})(),o.RabbitLegacy})});var io=CA((P0,no)=>{(function(o,i,f){typeof P0=="object"?no.exports=P0=i(dA(),Ar(),er(),De(),RA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],i):i(o.CryptoJS)})(P0,function(o){return(function(){var i=o,f=i.lib,c=f.BlockCipher,Q=i.algo;let x=16,h=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],B=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var w={pbox:[],sbox:[]};function U(p,b){let D=b>>24&255,d=b>>16&255,F=b>>8&255,K=b&255,I=p.sbox[0][D]+p.sbox[1][d];return I=I^p.sbox[2][F],I=I+p.sbox[3][K],I}function l(p,b,D){let d=b,F=D,K;for(let I=0;I<x;++I)d=d^p.pbox[I],F=U(p,d)^F,K=d,d=F,F=K;return K=d,d=F,F=K,F=F^p.pbox[x],d=d^p.pbox[x+1],{left:d,right:F}}function v(p,b,D){let d=b,F=D,K;for(let I=x+1;I>1;--I)d=d^p.pbox[I],F=U(p,d)^F,K=d,d=F,F=K;return K=d,d=F,F=K,F=F^p.pbox[1],d=d^p.pbox[0],{left:d,right:F}}function C(p,b,D){for(let L=0;L<4;L++){p.sbox[L]=[];for(let S=0;S<256;S++)p.sbox[L][S]=B[L][S]}let d=0;for(let L=0;L<x+2;L++)p.pbox[L]=h[L]^b[d],d++,d>=D&&(d=0);let F=0,K=0,I=0;for(let L=0;L<x+2;L+=2)I=l(p,F,K),F=I.left,K=I.right,p.pbox[L]=F,p.pbox[L+1]=K;for(let L=0;L<4;L++)for(let S=0;S<256;S+=2)I=l(p,F,K),F=I.left,K=I.right,p.sbox[L][S]=F,p.sbox[L][S+1]=K;return!0}var E=Q.Blowfish=c.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var p=this._keyPriorReset=this._key,b=p.words,D=p.sigBytes/4;C(w,b,D)}},encryptBlock:function(p,b){var D=l(w,p[b],p[b+1]);p[b]=D.left,p[b+1]=D.right},decryptBlock:function(p,b){var D=v(w,p[b],p[b+1]);p[b]=D.left,p[b+1]=D.right},blockSize:64/32,keySize:128/32,ivSize:64/32});i.Blowfish=c._createHelper(E)})(),o.Blowfish})});var ao=CA((X0,so)=>{(function(o,i,f){typeof X0=="object"?so.exports=X0=i(dA(),ut(),ta(),ia(),Ar(),oa(),er(),Gn(),C0(),ua(),Nn(),ha(),xa(),Qa(),p0(),va(),De(),RA(),ya(),Ia(),Da(),La(),_a(),Oa(),Ma(),Ga(),Va(),Xa(),Ja(),za(),Za(),$a(),eo(),to(),io()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./lib-typedarrays","./enc-utf16","./enc-base64","./enc-base64url","./md5","./sha1","./sha256","./sha224","./sha512","./sha384","./sha3","./ripemd160","./hmac","./pbkdf2","./evpkdf","./cipher-core","./mode-cfb","./mode-ctr","./mode-ctr-gladman","./mode-ofb","./mode-ecb","./pad-ansix923","./pad-iso10126","./pad-iso97971","./pad-zeropadding","./pad-nopadding","./format-hex","./aes","./tripledes","./rc4","./rabbit","./rabbit-legacy","./blowfish"],i):o.CryptoJS=i(o.CryptoJS)})(X0,function(o){return o})});var oo=CA((Vn,Pn)=>{(function(o,i){typeof Vn=="object"&&typeof Pn!="undefined"?Pn.exports=i():typeof define=="function"&&define.amd?define(i):(o=typeof globalThis!="undefined"?globalThis:o||self,o.html2canvas=i())})(Vn,(function(){"use strict";var o=function(e,A){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},o(e,A)};function i(e,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");o(e,A);function t(){this.constructor=e}e.prototype=A===null?Object.create(A):(t.prototype=A.prototype,new t)}var f=function(){return f=Object.assign||function(A){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(A[s]=t[s])}return A},f.apply(this,arguments)};function c(e,A,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function g(y){try{H(r.next(y))}catch(m){a(m)}}function u(y){try{H(r.throw(y))}catch(m){a(m)}}function H(y){y.done?s(y.value):n(y.value).then(g,u)}H((r=r.apply(e,A||[])).next())})}function Q(e,A){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function g(H){return function(y){return u([H,y])}}function u(H){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=H[0]&2?n.return:H[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,H[1])).done)return s;switch(n=0,s&&(H=[H[0]&2,s.value]),H[0]){case 0:case 1:s=H;break;case 4:return t.label++,{value:H[1],done:!1};case 5:t.label++,n=H[1],H=[0];continue;case 7:H=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(H[0]===6||H[0]===2)){t=0;continue}if(H[0]===3&&(!s||H[1]>s[0]&&H[1]<s[3])){t.label=H[1];break}if(H[0]===6&&t.label<s[1]){t.label=s[1],s=H;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(H);break}s[2]&&t.ops.pop(),t.trys.pop();continue}H=A.call(e,t)}catch(y){H=[6,y],n=0}finally{r=s=0}if(H[0]&5)throw H[1];return{value:H[0]?H[1]:void 0,done:!0}}}function x(e,A,t){if(t||arguments.length===2)for(var r=0,n=A.length,s;r<n;r++)(s||!(r in A))&&(s||(s=Array.prototype.slice.call(A,0,r)),s[r]=A[r]);return e.concat(s||A)}for(var h=(function(){function e(A,t,r,n){this.left=A,this.top=t,this.width=r,this.height=n}return e.prototype.add=function(A,t,r,n){return new e(this.left+A,this.top+t,this.width+r,this.height+n)},e.fromClientRect=function(A,t){return new e(t.left+A.windowBounds.left,t.top+A.windowBounds.top,t.width,t.height)},e.fromDOMRectList=function(A,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new e(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):e.EMPTY},e.EMPTY=new e(0,0,0,0),e})(),B=function(e,A){return h.fromClientRect(e,A.getBoundingClientRect())},w=function(e){var A=e.body,t=e.documentElement;if(!A||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,t.scrollWidth),Math.max(A.offsetWidth,t.offsetWidth),Math.max(A.clientWidth,t.clientWidth)),n=Math.max(Math.max(A.scrollHeight,t.scrollHeight),Math.max(A.offsetHeight,t.offsetHeight),Math.max(A.clientHeight,t.clientHeight));return new h(0,0,r,n)},U=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},l=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},v="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",C=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),E=0;E<v.length;E++)C[v.charCodeAt(E)]=E;for(var p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",b=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),D=0;D<p.length;D++)b[p.charCodeAt(D)]=D;for(var d=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=b[e.charCodeAt(r)],a=b[e.charCodeAt(r+1)],g=b[e.charCodeAt(r+2)],u=b[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},F=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},K=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},I=5,L=11,S=2,q=L-I,J=65536>>I,Z=1<<I,eA=Z-1,O=1024>>I,Y=J+O,rA=Y,X=32,oA=rA+X,aA=65536>>L,lA=1<<q,xA=lA-1,R=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},P=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},W=function(e,A){var t=d(e),r=Array.isArray(t)?K(t):new Uint32Array(t),n=Array.isArray(t)?F(t):new Uint16Array(t),s=24,a=R(n,s/2,r[4]/2),g=r[5]===2?R(n,(s+r[4])/2):P(r,Math.ceil((s+r[4])/4));return new V(r[0],r[1],r[2],r[3],a,g)},V=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>I],t=(t<<S)+(A&eA),this.data[t];if(A<=65535)return t=this.index[J+(A-55296>>I)],t=(t<<S)+(A&eA),this.data[t];if(A<this.highStart)return t=oA-aA+(A>>L),t=this.index[t],t+=A>>I&xA,t=this.index[t],t=(t<<S)+(A&eA),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),mA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pA=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),TA=0;TA<mA.length;TA++)pA[mA.charCodeAt(TA)]=TA;var gA="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",Se=50,_e=1,vr=2,Te=3,ne=4,PA=5,sr=7,Oe=8,ar=9,zA=10,or=11,Re=12,XA=13,qA=14,ZA=15,Me=16,Br=17,ae=18,cr=19,pt=20,pr=21,ke=22,Ce=23,oe=24,WA=25,Ge=26,Ne=27,Ve=28,rn=29,xe=30,tn=31,fr=32,Er=33,Hr=34,qr=35,Zr=36,lr=37,yr=38,mr=39,Ir=40,br=41,Et=42,Ht=43,JA=[9001,65288],ue="!",hA="\xD7",Dr="\xF7",nn=W(gA),He=[xe,Zr],sn=[_e,vr,Te,PA],Bi=[zA,Oe],ci=[Ne,Ge],Lo=sn.concat(Bi),fi=[yr,mr,Ir,Hr,qr],So=[ZA,XA],_o=function(e,A){A===void 0&&(A="strict");var t=[],r=[],n=[];return e.forEach(function(s,a){var g=nn.get(s);if(g>Se?(n.push(!0),g-=Se):n.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Me);if(g===ne||g===or){if(a===0)return r.push(a),t.push(xe);var u=t[a-1];return Lo.indexOf(u)===-1?(r.push(r[a-1]),t.push(u)):(r.push(a),t.push(xe))}if(r.push(a),g===tn)return t.push(A==="strict"?pr:lr);if(g===Et||g===rn)return t.push(xe);if(g===Ht)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(lr):t.push(xe);t.push(g)}),[r,t,n]},an=function(e,A,t,r){var n=r[t];if(Array.isArray(e)?e.indexOf(n)!==-1:e===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===A)return!0;if(a!==zA)break}if(n===zA)for(var s=t;s>0;){s--;var g=r[s];if(Array.isArray(e)?e.indexOf(g)!==-1:e===g)for(var u=t;u<=r.length;){u++;var a=r[u];if(a===A)return!0;if(a!==zA)break}if(g!==zA)break}return!1},li=function(e,A){for(var t=e;t>=0;){var r=A[t];if(r===zA)t--;else return r}return 0},To=function(e,A,t,r,n){if(t[r]===0)return hA;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return hA;var a=s-1,g=s+1,u=A[s],H=a>=0?A[a]:0,y=A[g];if(u===vr&&y===Te)return hA;if(sn.indexOf(u)!==-1)return ue;if(sn.indexOf(y)!==-1||Bi.indexOf(y)!==-1)return hA;if(li(s,A)===Oe)return Dr;if(nn.get(e[s])===or||(u===fr||u===Er)&&nn.get(e[g])===or||u===sr||y===sr||u===ar||[zA,XA,ZA].indexOf(u)===-1&&y===ar||[Br,ae,cr,oe,Ve].indexOf(y)!==-1||li(s,A)===ke||an(Ce,ke,s,A)||an([Br,ae],pr,s,A)||an(Re,Re,s,A))return hA;if(u===zA)return Dr;if(u===Ce||y===Ce)return hA;if(y===Me||u===Me)return Dr;if([XA,ZA,pr].indexOf(y)!==-1||u===qA||H===Zr&&So.indexOf(u)!==-1||u===Ve&&y===Zr||y===pt||He.indexOf(y)!==-1&&u===WA||He.indexOf(u)!==-1&&y===WA||u===Ne&&[lr,fr,Er].indexOf(y)!==-1||[lr,fr,Er].indexOf(u)!==-1&&y===Ge||He.indexOf(u)!==-1&&ci.indexOf(y)!==-1||ci.indexOf(u)!==-1&&He.indexOf(y)!==-1||[Ne,Ge].indexOf(u)!==-1&&(y===WA||[ke,ZA].indexOf(y)!==-1&&A[g+1]===WA)||[ke,ZA].indexOf(u)!==-1&&y===WA||u===WA&&[WA,Ve,oe].indexOf(y)!==-1)return hA;if([WA,Ve,oe,Br,ae].indexOf(y)!==-1)for(var m=s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if([Ne,Ge].indexOf(y)!==-1)for(var m=[Br,ae].indexOf(u)!==-1?a:s;m>=0;){var _=A[m];if(_===WA)return hA;if([Ve,oe].indexOf(_)!==-1)m--;else break}if(yr===u&&[yr,mr,Hr,qr].indexOf(y)!==-1||[mr,Hr].indexOf(u)!==-1&&[mr,Ir].indexOf(y)!==-1||[Ir,qr].indexOf(u)!==-1&&y===Ir||fi.indexOf(u)!==-1&&[pt,Ge].indexOf(y)!==-1||fi.indexOf(y)!==-1&&u===Ne||He.indexOf(u)!==-1&&He.indexOf(y)!==-1||u===oe&&He.indexOf(y)!==-1||He.concat(WA).indexOf(u)!==-1&&y===ke&&JA.indexOf(e[g])===-1||He.concat(WA).indexOf(y)!==-1&&u===ae)return hA;if(u===br&&y===br){for(var tA=t[s],z=1;tA>0&&(tA--,A[tA]===br);)z++;if(z%2!==0)return hA}return u===fr&&y===Er?hA:Dr},Oo=function(e,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var t=_o(e,A.lineBreak),r=t[0],n=t[1],s=t[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(n=n.map(function(g){return[WA,xe,Et].indexOf(g)!==-1?lr:g}));var a=A.wordBreak==="keep-all"?s.map(function(g,u){return g&&e[u]>=19968&&e[u]<=40959}):void 0;return[r,n,a]},Ro=(function(){function e(A,t,r,n){this.codePoints=A,this.required=t===ue,this.start=r,this.end=n}return e.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},e})(),Mo=function(e,A){var t=U(e),r=Oo(t,A),n=r[0],s=r[1],a=r[2],g=t.length,u=0,H=0;return{next:function(){if(H>=g)return{done:!0,value:null};for(var y=hA;H<g&&(y=To(t,s,n,++H,a))===hA;);if(y!==hA||H===g){var m=new Ro(t,y,u,H);return u=H,{value:m,done:!1}}return{done:!0,value:null}}}},ko=1,Go=2,jr=4,ui=8,yt=10,gi=47,$r=92,No=9,Vo=32,mt=34,At=61,Po=35,Xo=36,Wo=37,It=39,bt=40,et=41,Jo=95,jA=45,Yo=33,zo=60,qo=62,Zo=64,jo=91,$o=93,AB=61,eB=123,Dt=63,rB=125,wi=124,tB=126,nB=128,hi=65533,on=42,ur=43,iB=44,sB=58,aB=59,rt=46,oB=0,BB=8,cB=11,fB=14,lB=31,uB=127,de=-1,Ci=48,xi=97,di=101,gB=102,wB=117,hB=122,Qi=65,Fi=69,Ui=70,CB=85,xB=90,VA=function(e){return e>=Ci&&e<=57},dB=function(e){return e>=55296&&e<=57343},Kr=function(e){return VA(e)||e>=Qi&&e<=Ui||e>=xi&&e<=gB},QB=function(e){return e>=xi&&e<=hB},FB=function(e){return e>=Qi&&e<=xB},UB=function(e){return QB(e)||FB(e)},vB=function(e){return e>=nB},Kt=function(e){return e===yt||e===No||e===Vo},Lt=function(e){return UB(e)||vB(e)||e===Jo},vi=function(e){return Lt(e)||VA(e)||e===jA},pB=function(e){return e>=oB&&e<=BB||e===cB||e>=fB&&e<=lB||e===uB},Pe=function(e,A){return e!==$r?!1:A!==yt},St=function(e,A,t){return e===jA?Lt(A)||Pe(A,t):Lt(e)?!0:!!(e===$r&&Pe(e,A))},Bn=function(e,A,t){return e===ur||e===jA?VA(A)?!0:A===rt&&VA(t):VA(e===rt?A:e)},EB=function(e){var A=0,t=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(t=-1),A++);for(var r=[];VA(e[A]);)r.push(e[A++]);var n=r.length?parseInt(l.apply(void 0,r),10):0;e[A]===rt&&A++;for(var s=[];VA(e[A]);)s.push(e[A++]);var a=s.length,g=a?parseInt(l.apply(void 0,s),10):0;(e[A]===Fi||e[A]===di)&&A++;var u=1;(e[A]===ur||e[A]===jA)&&(e[A]===jA&&(u=-1),A++);for(var H=[];VA(e[A]);)H.push(e[A++]);var y=H.length?parseInt(l.apply(void 0,H),10):0;return t*(n+g*Math.pow(10,-a))*Math.pow(10,u*y)},HB={type:2},yB={type:3},mB={type:4},IB={type:13},bB={type:8},DB={type:21},KB={type:9},LB={type:10},SB={type:11},_B={type:12},TB={type:14},_t={type:23},OB={type:1},RB={type:25},MB={type:24},kB={type:26},GB={type:27},NB={type:28},VB={type:29},PB={type:31},cn={type:32},pi=(function(){function e(){this._value=[]}return e.prototype.write=function(A){this._value=this._value.concat(U(A))},e.prototype.read=function(){for(var A=[],t=this.consumeToken();t!==cn;)A.push(t),t=this.consumeToken();return A},e.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case mt:return this.consumeStringToken(mt);case Po:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(vi(t)||Pe(r,n)){var s=St(t,r,n)?Go:ko,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Xo:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),IB;break;case It:return this.consumeStringToken(It);case bt:return HB;case et:return yB;case on:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),TB;break;case ur:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case iB:return mB;case jA:var g=A,u=this.peekCodePoint(0),H=this.peekCodePoint(1);if(Bn(g,u,H))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(St(g,u,H))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(u===jA&&H===qo)return this.consumeCodePoint(),this.consumeCodePoint(),MB;break;case rt:if(Bn(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case gi:if(this.peekCodePoint(0)===on)for(this.consumeCodePoint();;){var y=this.consumeCodePoint();if(y===on&&(y=this.consumeCodePoint(),y===gi))return this.consumeToken();if(y===de)return this.consumeToken()}break;case sB:return kB;case aB:return GB;case zo:if(this.peekCodePoint(0)===Yo&&this.peekCodePoint(1)===jA&&this.peekCodePoint(2)===jA)return this.consumeCodePoint(),this.consumeCodePoint(),RB;break;case Zo:var m=this.peekCodePoint(0),_=this.peekCodePoint(1),tA=this.peekCodePoint(2);if(St(m,_,tA)){var a=this.consumeName();return{type:7,value:a}}break;case jo:return NB;case $r:if(Pe(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case $o:return VB;case AB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),bB;break;case eB:return SB;case rB:return _B;case wB:case CB:var z=this.peekCodePoint(0),j=this.peekCodePoint(1);return z===ur&&(Kr(j)||j===Dt)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case wi:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),KB;if(this.peekCodePoint(0)===wi)return this.consumeCodePoint(),DB;break;case tB:if(this.peekCodePoint(0)===At)return this.consumeCodePoint(),LB;break;case de:return cn}return Kt(A)?(this.consumeWhiteSpace(),PB):VA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Lt(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:l(A)}},e.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A=="undefined"?-1:A},e.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},e.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},e.prototype.consumeUnicodeRangeToken=function(){for(var A=[],t=this.consumeCodePoint();Kr(t)&&A.length<6;)A.push(t),t=this.consumeCodePoint();for(var r=!1;t===Dt&&A.length<6;)A.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?Ci:u})),16),s=parseInt(l.apply(void 0,A.map(function(u){return u===Dt?Ui:u})),16);return{type:30,start:n,end:s}}var a=parseInt(l.apply(void 0,A),16);if(this.peekCodePoint(0)===jA&&Kr(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var g=[];Kr(t)&&g.length<6;)g.push(t),t=this.consumeCodePoint();var s=parseInt(l.apply(void 0,g),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},e.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===bt?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===bt?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},e.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===de)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===It||t===mt){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),_t)}for(;;){var n=this.consumeCodePoint();if(n===de||n===et)return{type:22,value:l.apply(void 0,A)};if(Kt(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===de||this.peekCodePoint(0)===et?(this.consumeCodePoint(),{type:22,value:l.apply(void 0,A)}):(this.consumeBadUrlRemnants(),_t);if(n===mt||n===It||n===bt||pB(n))return this.consumeBadUrlRemnants(),_t;if(n===$r)if(Pe(n,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),_t;else A.push(n)}},e.prototype.consumeWhiteSpace=function(){for(;Kt(this.peekCodePoint(0));)this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===et||A===de)return;Pe(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(A){for(var t=5e4,r="";A>0;){var n=Math.min(t,A);r+=l.apply(void 0,this._value.splice(0,n)),A-=n}return this._value.shift(),r},e.prototype.consumeStringToken=function(A){var t="",r=0;do{var n=this._value[r];if(n===de||n===void 0||n===A)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===yt)return this._value.splice(0,r),OB;if(n===$r){var s=this._value[r+1];s!==de&&s!==void 0&&(s===yt?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):Pe(n,s)&&(t+=this.consumeStringSlice(r),t+=l(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},e.prototype.consumeNumber=function(){var A=[],t=jr,r=this.peekCodePoint(0);for((r===ur||r===jA)&&A.push(this.consumeCodePoint());VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===rt&&VA(n))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ui;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===Fi||r===di)&&((n===ur||n===jA)&&VA(s)||VA(n)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),t=ui;VA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[EB(A),t]},e.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),t=A[0],r=A[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(St(n,s,a)){var g=this.consumeName();return{type:15,number:t,flags:r,unit:g}}return n===Wo?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},e.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Kr(A)){for(var t=l(A);Kr(this.peekCodePoint(0))&&t.length<6;)t+=l(this.consumeCodePoint());Kt(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||dB(r)||r>1114111?hi:r}return A===de?hi:A},e.prototype.consumeName=function(){for(var A="";;){var t=this.consumeCodePoint();if(vi(t))A+=l(t);else if(Pe(t,this.peekCodePoint(0)))A+=l(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),A}},e})(),Ei=(function(){function e(A){this._tokens=A}return e.create=function(A){var t=new pi;return t.write(A),new e(t.read())},e.parseValue=function(A){return e.create(A).parseComponentValue()},e.parseValues=function(A){return e.create(A).parseComponentValues()},e.prototype.parseComponentValue=function(){for(var A=this.consumeToken();A.type===31;)A=this.consumeToken();if(A.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var t=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){for(var A=[];;){var t=this.consumeComponentValue();if(t.type===32)return A;A.push(t),A.push()}},e.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},e.prototype.consumeSimpleBlock=function(A){for(var t={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||WB(r,A))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},e.prototype.consumeFunction=function(A){for(var t={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A=="undefined"?cn:A},e.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},e})(),tt=function(e){return e.type===15},Lr=function(e){return e.type===17},EA=function(e){return e.type===20},XB=function(e){return e.type===0},fn=function(e,A){return EA(e)&&e.value===A},Hi=function(e){return e.type!==31},Sr=function(e){return e.type!==31&&e.type!==4},Qe=function(e){var A=[],t=[];return e.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&A.push(t),A},WB=function(e,A){return A===11&&e.type===12||A===28&&e.type===29?!0:A===2&&e.type===3},Xe=function(e){return e.type===17||e.type===15},LA=function(e){return e.type===16||Xe(e)},yi=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},kA={type:17,number:0,flags:jr},ln={type:16,number:50,flags:jr},We={type:16,number:100,flags:jr},nt=function(e,A,t){var r=e[0],n=e[1];return[IA(r,A),IA(typeof n!="undefined"?n:r,t)]},IA=function(e,A){if(e.type===16)return e.number/100*A;if(tt(e))switch(e.unit){case"rem":case"em":return 16*e.number;default:return e.number}return e.number},mi="deg",Ii="grad",bi="rad",Di="turn",Tt={name:"angle",parse:function(e,A){if(A.type===15)switch(A.unit){case mi:return Math.PI*A.number/180;case Ii:return Math.PI/200*A.number;case bi:return A.number;case Di:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},Ki=function(e){return e.type===15&&(e.unit===mi||e.unit===Ii||e.unit===bi||e.unit===Di)},Li=function(e){var A=e.filter(EA).map(function(t){return t.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[kA,kA];case"to top":case"bottom":return Be(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[kA,We];case"to right":case"left":return Be(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[We,We];case"to bottom":case"top":return Be(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[We,kA];case"to left":case"right":return Be(270)}return 0},Be=function(e){return Math.PI*e/180},Je={name:"color",parse:function(e,A){if(A.type===18){var t=JB[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return t(e,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),n=A.value.substring(1,2),s=A.value.substring(2,3),a=A.value.substring(3,4);return ze(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),n=A.value.substring(2,4),s=A.value.substring(4,6),a=A.value.substring(6,8);return ze(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(A.type===20){var g=ye[A.value.toUpperCase()];if(typeof g!="undefined")return g}return ye.TRANSPARENT}},Ye=function(e){return(255&e)===0},MA=function(e){var A=255&e,t=255&e>>8,r=255&e>>16,n=255&e>>24;return A<255?"rgba("+n+","+r+","+t+","+A/255+")":"rgb("+n+","+r+","+t+")"},ze=function(e,A,t,r){return(e<<24|A<<16|t<<8|Math.round(r*255)<<0)>>>0},Si=function(e,A){if(e.type===17)return e.number;if(e.type===16){var t=A===3?1:255;return A===3?e.number/100*t:Math.round(e.number/100*t)}return 0},_i=function(e,A){var t=A.filter(Sr);if(t.length===3){var r=t.map(Si),n=r[0],s=r[1],a=r[2];return ze(n,s,a,1)}if(t.length===4){var g=t.map(Si),n=g[0],s=g[1],a=g[2],u=g[3];return ze(n,s,a,u)}return 0};function un(e,A,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(A-e)*t*6+e:t<1/2?A:t<2/3?(A-e)*6*(2/3-t)+e:e}var Ti=function(e,A){var t=A.filter(Sr),r=t[0],n=t[1],s=t[2],a=t[3],g=(r.type===17?Be(r.number):Tt.parse(e,r))/(Math.PI*2),u=LA(n)?n.number/100:0,H=LA(s)?s.number/100:0,y=typeof a!="undefined"&&LA(a)?IA(a,1):1;if(u===0)return ze(H*255,H*255,H*255,1);var m=H<=.5?H*(u+1):H+u-H*u,_=H*2-m,tA=un(_,m,g+1/3),z=un(_,m,g),j=un(_,m,g-1/3);return ze(tA*255,z*255,j*255,y)},JB={hsl:Ti,hsla:Ti,rgb:_i,rgba:_i},it=function(e,A){return Je.parse(e,Ei.create(A).parseComponentValue())},ye={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},YB={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},zB={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ot=function(e,A){var t=Je.parse(e,A[0]),r=A[1];return r&&LA(r)?{color:t,stop:r}:{color:t,stop:null}},Oi=function(e,A){var t=e[0],r=e[e.length-1];t.stop===null&&(t.stop=kA),r.stop===null&&(r.stop=We);for(var n=[],s=0,a=0;a<e.length;a++){var g=e[a].stop;if(g!==null){var u=IA(g,A);u>s?n.push(u):n.push(s),s=u}else n.push(null)}for(var H=null,a=0;a<n.length;a++){var y=n[a];if(y===null)H===null&&(H=a);else if(H!==null){for(var m=a-H,_=n[H-1],tA=(y-_)/(m+1),z=1;z<=m;z++)n[H+z-1]=tA*z;H=null}}return e.map(function(j,uA){var sA=j.color;return{color:sA,stop:Math.max(Math.min(1,n[uA]/A),0)}})},qB=function(e,A,t){var r=A/2,n=t/2,s=IA(e[0],A)-r,a=n-IA(e[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},ZB=function(e,A,t){var r=typeof e=="number"?e:qB(e,A,t),n=Math.abs(A*Math.sin(r))+Math.abs(t*Math.cos(r)),s=A/2,a=t/2,g=n/2,u=Math.sin(r-Math.PI/2)*g,H=Math.cos(r-Math.PI/2)*g;return[n,s-H,s+H,a-u,a+u]},ge=function(e,A){return Math.sqrt(e*e+A*A)},Ri=function(e,A,t,r,n){var s=[[0,0],[0,A],[e,0],[e,A]];return s.reduce(function(a,g){var u=g[0],H=g[1],y=ge(t-u,r-H);return(n?y<a.optimumDistance:y>a.optimumDistance)?{optimumCorner:g,optimumDistance:y}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},jB=function(e,A,t,r,n){var s=0,a=0;switch(e.size){case 0:e.shape===0?s=a=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.min(Math.abs(A),Math.abs(A-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(e.shape===0)s=a=Math.min(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(A),Math.abs(A-r)),u=Ri(r,n,A,t,!0),H=u[0],y=u[1];s=ge(H-A,(y-t)/g),a=g*s}break;case 1:e.shape===0?s=a=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(t),Math.abs(t-n)):e.shape===1&&(s=Math.max(Math.abs(A),Math.abs(A-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(e.shape===0)s=a=Math.max(ge(A,t),ge(A,t-n),ge(A-r,t),ge(A-r,t-n));else if(e.shape===1){var g=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(A),Math.abs(A-r)),m=Ri(r,n,A,t,!1),H=m[0],y=m[1];s=ge(H-A,(y-t)/g),a=g*s}break}return Array.isArray(e.size)&&(s=IA(e.size[0],r),a=e.size.length===2?IA(e.size[1],n):s),[s,a]},$B=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=Li(n);return}else if(Ki(a)){t=Tt.parse(e,a);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Rt=function(e,A){var t=Be(180),r=[];return Qe(A).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=Li(n);return}else if(Ki(a)){t=(Tt.parse(e,a)+Be(270))%Be(360);return}}var g=Ot(e,n);r.push(g)}),{angle:t,stops:r,type:1}},Ac=function(e,A){var t=Be(180),r=[],n=1,s=0,a=3,g=[];return Qe(A).forEach(function(u,H){var y=u[0];if(H===0){if(EA(y)&&y.value==="linear"){n=1;return}else if(EA(y)&&y.value==="radial"){n=2;return}}if(y.type===18){if(y.name==="from"){var m=Je.parse(e,y.values[0]);r.push({stop:kA,color:m})}else if(y.name==="to"){var m=Je.parse(e,y.values[0]);r.push({stop:We,color:m})}else if(y.name==="color-stop"){var _=y.values.filter(Sr);if(_.length===2){var m=Je.parse(e,_[1]),tA=_[0];Lr(tA)&&r.push({stop:{type:16,number:tA.number*100,flags:tA.flags},color:m})}}}}),n===1?{angle:(t+Be(180))%Be(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:g,type:n}},Mi="closest-side",ki="farthest-side",Gi="closest-corner",Ni="farthest-corner",Vi="circle",Pi="ellipse",Xi="cover",Wi="contain",ec=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0){var H=!1;u=a.reduce(function(m,_){if(H)if(EA(_))switch(_.value){case"center":return s.push(ln),m;case"top":case"left":return s.push(kA),m;case"right":case"bottom":return s.push(We),m}else(LA(_)||Xe(_))&&s.push(_);else if(EA(_))switch(_.value){case Vi:return t=0,!1;case Pi:return t=1,!1;case"at":return H=!0,!1;case Mi:return r=0,!1;case Xi:case ki:return r=1,!1;case Wi:case Gi:return r=2,!1;case Ni:return r=3,!1}else if(Xe(_)||LA(_))return Array.isArray(r)||(r=[]),r.push(_),!1;return m},u)}if(u){var y=Ot(e,a);n.push(y)}}),{size:r,shape:t,stops:n,position:s,type:2}},Mt=function(e,A){var t=0,r=3,n=[],s=[];return Qe(A).forEach(function(a,g){var u=!0;if(g===0?u=a.reduce(function(y,m){if(EA(m))switch(m.value){case"center":return s.push(ln),!1;case"top":case"left":return s.push(kA),!1;case"right":case"bottom":return s.push(We),!1}else if(LA(m)||Xe(m))return s.push(m),!1;return y},u):g===1&&(u=a.reduce(function(y,m){if(EA(m))switch(m.value){case Vi:return t=0,!1;case Pi:return t=1,!1;case Wi:case Mi:return r=0,!1;case ki:return r=1,!1;case Gi:return r=2,!1;case Xi:case Ni:return r=3,!1}else if(Xe(m)||LA(m))return Array.isArray(r)||(r=[]),r.push(m),!1;return y},u)),u){var H=Ot(e,a);n.push(H)}}),{size:r,shape:t,stops:n,position:s,type:2}},rc=function(e){return e.type===1},tc=function(e){return e.type===2},gn={name:"image",parse:function(e,A){if(A.type===22){var t={url:A.value,type:0};return e.cache.addImage(A.value),t}if(A.type===18){var r=Ji[A.name];if(typeof r=="undefined")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(e,A.values)}throw new Error("Unsupported image type "+A.type)}};function nc(e){return!(e.type===20&&e.value==="none")&&(e.type!==18||!!Ji[e.name])}var Ji={"linear-gradient":$B,"-moz-linear-gradient":Rt,"-ms-linear-gradient":Rt,"-o-linear-gradient":Rt,"-webkit-linear-gradient":Rt,"radial-gradient":ec,"-moz-radial-gradient":Mt,"-ms-radial-gradient":Mt,"-o-radial-gradient":Mt,"-webkit-radial-gradient":Mt,"-webkit-gradient":Ac},ic={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A.filter(function(r){return Sr(r)&&nc(r)}).map(function(r){return gn.parse(e,r)})}},sc={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(e,A){return A.map(function(t){if(EA(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},ac={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(LA)}).map(yi)}},oc={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(EA).map(function(r){return r.value}).join(" ")}).map(Bc)}},Bc=function(e){switch(e){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},_r;(function(e){e.AUTO="auto",e.CONTAIN="contain",e.COVER="cover"})(_r||(_r={}));var cc={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(e,A){return Qe(A).map(function(t){return t.filter(fc)})}},fc=function(e){return EA(e)||LA(e)},kt=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},lc=kt("top"),uc=kt("right"),gc=kt("bottom"),wc=kt("left"),Gt=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:1,parse:function(A,t){return yi(t.filter(LA))}}},hc=Gt("top-left"),Cc=Gt("top-right"),xc=Gt("bottom-right"),dc=Gt("bottom-left"),Nt=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},Qc=Nt("top"),Fc=Nt("right"),Uc=Nt("bottom"),vc=Nt("left"),Vt=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,t){return tt(t)?t.number:0}}},pc=Vt("top"),Ec=Vt("right"),Hc=Vt("bottom"),yc=Vt("left"),mc={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Ic={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(e,A){return A==="rtl"?1:0}},bc={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).reduce(function(t,r){return t|Dc(r.value)},0)}},Dc=function(e){switch(e){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},Kc={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},Lc={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(e,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},Pt;(function(e){e.NORMAL="normal",e.STRICT="strict"})(Pt||(Pt={}));var Sc={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="strict"?Pt.STRICT:Pt.NORMAL}},_c={name:"line-height",initialValue:"normal",prefix:!1,type:4},Yi=function(e,A){return EA(e)&&e.value==="normal"?1.2*A:e.type===17?A*e.number:LA(e)?IA(e,A):A},Tc={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(e,A){return A.type===20&&A.value==="none"?null:gn.parse(e,A)}},Oc={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(e,A){return A==="inside"?0:1}},wn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},Xt=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:4}},Rc=Xt("top"),Mc=Xt("right"),kc=Xt("bottom"),Gc=Xt("left"),Nc={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},Vc={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){return A==="break-word"?"break-word":"normal"}},Wt=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},Pc=Wt("top"),Xc=Wt("right"),Wc=Wt("bottom"),Jc=Wt("left"),Yc={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(e,A){switch(A){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},zc={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(e,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},qc={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:ye.TRANSPARENT,offsetX:kA,offsetY:kA,blur:kA},n=0,s=0;s<t.length;s++){var a=t[s];Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=Je.parse(e,a)}return r})}},Zc={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},jc={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(e,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var t=ef[A.name];if(typeof t=="undefined")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return t(A.values)}return null}},$c=function(e){var A=e.filter(function(t){return t.type===17}).map(function(t){return t.number});return A.length===6?A:null},Af=function(e){var A=e.filter(function(u){return u.type===17}).map(function(u){return u.number}),t=A[0],r=A[1];A[2],A[3];var n=A[4],s=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var a=A[12],g=A[13];return A[14],A[15],A.length===16?[t,r,n,s,a,g]:null},ef={matrix:$c,matrix3d:Af},zi={type:16,number:50,flags:jr},rf=[zi,zi],tf={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(e,A){var t=A.filter(LA);return t.length!==2?rf:[t[0],t[1]]}},nf={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(e,A){switch(A){case"hidden":return 1;case"collapse":return 2;default:return 0}}},st;(function(e){e.NORMAL="normal",e.BREAK_ALL="break-all",e.KEEP_ALL="keep-all"})(st||(st={}));for(var sf={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"break-all":return st.BREAK_ALL;case"keep-all":return st.KEEP_ALL;default:return st.NORMAL}}},af={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(e,A){if(A.type===20)return{auto:!0,order:0};if(Lr(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},qi={name:"time",parse:function(e,A){if(A.type===15)switch(A.unit.toLowerCase()){case"s":return 1e3*A.number;case"ms":return A.number}throw new Error("Unsupported time type")}},of={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:1}},Bf={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},cf={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(e,A){return A.filter(EA).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},ff={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(e,A){var t=[],r=[];return A.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},lf={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},uf={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(e,A){return Lr(A)?A.number:EA(A)&&A.value==="bold"?700:400}},gf={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.filter(EA).map(function(t){return t.value})}},wf={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(e,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},OA=function(e,A){return(e&A)!==0},hf={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(e,A){if(A.length===0)return[];var t=A[0];return t.type===20&&t.value==="none"?[]:A}},Cf={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=A.filter(Hi),s=0;s<n.length;s++){var a=n[s],g=n[s+1];if(a.type===20){var u=g&&Lr(g)?g.number:1;r.push({counter:a.value,increment:u})}}return r}},xf={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return[];for(var t=[],r=A.filter(Hi),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(EA(s)&&s.value!=="none"){var g=a&&Lr(a)?a.number:0;t.push({counter:s.value,reset:g})}}return t}},df={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(e,A){return A.filter(tt).map(function(t){return qi.parse(e,t)})}},Qf={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(e,A){if(A.length===0)return null;var t=A[0];if(t.type===20&&t.value==="none")return null;var r=[],n=A.filter(XB);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,g=n[s+1].value;r.push({open:a,close:g})}return r}},Zi=function(e,A,t){if(!e)return"";var r=e[Math.min(A,e.length-1)];return r?t?r.open:r.close:""},Ff={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(e,A){return A.length===1&&fn(A[0],"none")?[]:Qe(A).map(function(t){for(var r={color:255,offsetX:kA,offsetY:kA,blur:kA,spread:kA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];fn(a,"inset")?r.inset=!0:Xe(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=Je.parse(e,a)}return r})}},Uf={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(e,A){var t=[0,1,2],r=[];return A.filter(EA).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},vf={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},pf={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(e,A){return tt(A)?A.number:0}},Ef=(function(){function e(A,t){var r,n;this.animationDuration=nA(A,df,t.animationDuration),this.backgroundClip=nA(A,YB,t.backgroundClip),this.backgroundColor=nA(A,zB,t.backgroundColor),this.backgroundImage=nA(A,ic,t.backgroundImage),this.backgroundOrigin=nA(A,sc,t.backgroundOrigin),this.backgroundPosition=nA(A,ac,t.backgroundPosition),this.backgroundRepeat=nA(A,oc,t.backgroundRepeat),this.backgroundSize=nA(A,cc,t.backgroundSize),this.borderTopColor=nA(A,lc,t.borderTopColor),this.borderRightColor=nA(A,uc,t.borderRightColor),this.borderBottomColor=nA(A,gc,t.borderBottomColor),this.borderLeftColor=nA(A,wc,t.borderLeftColor),this.borderTopLeftRadius=nA(A,hc,t.borderTopLeftRadius),this.borderTopRightRadius=nA(A,Cc,t.borderTopRightRadius),this.borderBottomRightRadius=nA(A,xc,t.borderBottomRightRadius),this.borderBottomLeftRadius=nA(A,dc,t.borderBottomLeftRadius),this.borderTopStyle=nA(A,Qc,t.borderTopStyle),this.borderRightStyle=nA(A,Fc,t.borderRightStyle),this.borderBottomStyle=nA(A,Uc,t.borderBottomStyle),this.borderLeftStyle=nA(A,vc,t.borderLeftStyle),this.borderTopWidth=nA(A,pc,t.borderTopWidth),this.borderRightWidth=nA(A,Ec,t.borderRightWidth),this.borderBottomWidth=nA(A,Hc,t.borderBottomWidth),this.borderLeftWidth=nA(A,yc,t.borderLeftWidth),this.boxShadow=nA(A,Ff,t.boxShadow),this.color=nA(A,mc,t.color),this.direction=nA(A,Ic,t.direction),this.display=nA(A,bc,t.display),this.float=nA(A,Kc,t.cssFloat),this.fontFamily=nA(A,ff,t.fontFamily),this.fontSize=nA(A,lf,t.fontSize),this.fontStyle=nA(A,wf,t.fontStyle),this.fontVariant=nA(A,gf,t.fontVariant),this.fontWeight=nA(A,uf,t.fontWeight),this.letterSpacing=nA(A,Lc,t.letterSpacing),this.lineBreak=nA(A,Sc,t.lineBreak),this.lineHeight=nA(A,_c,t.lineHeight),this.listStyleImage=nA(A,Tc,t.listStyleImage),this.listStylePosition=nA(A,Oc,t.listStylePosition),this.listStyleType=nA(A,wn,t.listStyleType),this.marginTop=nA(A,Rc,t.marginTop),this.marginRight=nA(A,Mc,t.marginRight),this.marginBottom=nA(A,kc,t.marginBottom),this.marginLeft=nA(A,Gc,t.marginLeft),this.opacity=nA(A,of,t.opacity);var s=nA(A,Nc,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=nA(A,Vc,t.overflowWrap),this.paddingTop=nA(A,Pc,t.paddingTop),this.paddingRight=nA(A,Xc,t.paddingRight),this.paddingBottom=nA(A,Wc,t.paddingBottom),this.paddingLeft=nA(A,Jc,t.paddingLeft),this.paintOrder=nA(A,Uf,t.paintOrder),this.position=nA(A,zc,t.position),this.textAlign=nA(A,Yc,t.textAlign),this.textDecorationColor=nA(A,Bf,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=nA(A,cf,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=nA(A,qc,t.textShadow),this.textTransform=nA(A,Zc,t.textTransform),this.transform=nA(A,jc,t.transform),this.transformOrigin=nA(A,tf,t.transformOrigin),this.visibility=nA(A,nf,t.visibility),this.webkitTextStrokeColor=nA(A,vf,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=nA(A,pf,t.webkitTextStrokeWidth),this.wordBreak=nA(A,sf,t.wordBreak),this.zIndex=nA(A,af,t.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},e.prototype.isTransparent=function(){return Ye(this.backgroundColor)},e.prototype.isTransformed=function(){return this.transform!==null},e.prototype.isPositioned=function(){return this.position!==0},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==0},e.prototype.isInlineLevel=function(){return OA(this.display,4)||OA(this.display,33554432)||OA(this.display,268435456)||OA(this.display,536870912)||OA(this.display,67108864)||OA(this.display,134217728)},e})(),Hf=(function(){function e(A,t){this.content=nA(A,hf,t.content),this.quotes=nA(A,Qf,t.quotes)}return e})(),ji=(function(){function e(A,t){this.counterIncrement=nA(A,Cf,t.counterIncrement),this.counterReset=nA(A,xf,t.counterReset)}return e})(),nA=function(e,A,t){var r=new pi,n=t!==null&&typeof t!="undefined"?t.toString():A.initialValue;r.write(n);var s=new Ei(r.read());switch(A.type){case 2:var a=s.parseComponentValue();return A.parse(e,EA(a)?a.value:A.initialValue);case 0:return A.parse(e,s.parseComponentValue());case 1:return A.parse(e,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(A.format){case"angle":return Tt.parse(e,s.parseComponentValue());case"color":return Je.parse(e,s.parseComponentValue());case"image":return gn.parse(e,s.parseComponentValue());case"length":var g=s.parseComponentValue();return Xe(g)?g:kA;case"length-percentage":var u=s.parseComponentValue();return LA(u)?u:kA;case"time":return qi.parse(e,s.parseComponentValue())}break}},yf="data-html2canvas-debug",mf=function(e){var A=e.getAttribute(yf);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},hn=function(e,A){var t=mf(e);return t===1||A===t},Fe=(function(){function e(A,t){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,hn(t,3))debugger;this.styles=new Ef(A,window.getComputedStyle(t,null)),bn(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=B(this.context,t),hn(t,4)&&(this.flags|=16)}return e})(),If="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",$i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",at=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Jt=0;Jt<$i.length;Jt++)at[$i.charCodeAt(Jt)]=Jt;for(var bf=function(e){var A=e.length*.75,t=e.length,r,n=0,s,a,g,u;e[e.length-1]==="="&&(A--,e[e.length-2]==="="&&A--);var H=typeof ArrayBuffer!="undefined"&&typeof Uint8Array!="undefined"&&typeof Uint8Array.prototype.slice!="undefined"?new ArrayBuffer(A):new Array(A),y=Array.isArray(H)?H:new Uint8Array(H);for(r=0;r<t;r+=4)s=at[e.charCodeAt(r)],a=at[e.charCodeAt(r+1)],g=at[e.charCodeAt(r+2)],u=at[e.charCodeAt(r+3)],y[n++]=s<<2|a>>4,y[n++]=(a&15)<<4|g>>2,y[n++]=(g&3)<<6|u&63;return H},Df=function(e){for(var A=e.length,t=[],r=0;r<A;r+=2)t.push(e[r+1]<<8|e[r]);return t},Kf=function(e){for(var A=e.length,t=[],r=0;r<A;r+=4)t.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return t},gr=5,Cn=11,xn=2,Lf=Cn-gr,As=65536>>gr,Sf=1<<gr,dn=Sf-1,_f=1024>>gr,Tf=As+_f,Of=Tf,Rf=32,Mf=Of+Rf,kf=65536>>Cn,Gf=1<<Lf,Nf=Gf-1,es=function(e,A,t){return e.slice?e.slice(A,t):new Uint16Array(Array.prototype.slice.call(e,A,t))},Vf=function(e,A,t){return e.slice?e.slice(A,t):new Uint32Array(Array.prototype.slice.call(e,A,t))},Pf=function(e,A){var t=bf(e),r=Array.isArray(t)?Kf(t):new Uint32Array(t),n=Array.isArray(t)?Df(t):new Uint16Array(t),s=24,a=es(n,s/2,r[4]/2),g=r[5]===2?es(n,(s+r[4])/2):Vf(r,Math.ceil((s+r[4])/4));return new Xf(r[0],r[1],r[2],r[3],a,g)},Xf=(function(){function e(A,t,r,n,s,a){this.initialValue=A,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return e.prototype.get=function(A){var t;if(A>=0){if(A<55296||A>56319&&A<=65535)return t=this.index[A>>gr],t=(t<<xn)+(A&dn),this.data[t];if(A<=65535)return t=this.index[As+(A-55296>>gr)],t=(t<<xn)+(A&dn),this.data[t];if(A<this.highStart)return t=Mf-kf+(A>>Cn),t=this.index[t],t+=A>>gr&Nf,t=this.index[t],t=(t<<xn)+(A&dn),this.data[t];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e})(),rs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Wf=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Yt=0;Yt<rs.length;Yt++)Wf[rs.charCodeAt(Yt)]=Yt;var Jf=1,Qn=2,Fn=3,ts=4,ns=5,Yf=7,is=8,Un=9,vn=10,ss=11,as=12,os=13,Bs=14,pn=15,zf=function(e){for(var A=[],t=0,r=e.length;t<r;){var n=e.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=e.charCodeAt(t++);(s&64512)===56320?A.push(((n&1023)<<10)+(s&1023)+65536):(A.push(n),t--)}else A.push(n)}return A},qf=function(){for(var e=[],A=0;A<arguments.length;A++)e[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var t=e.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=e[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Zf=Pf(If),ce="\xD7",En="\xF7",jf=function(e){return Zf.get(e)},$f=function(e,A,t){var r=t-2,n=A[r],s=A[t-1],a=A[t];if(s===Qn&&a===Fn)return ce;if(s===Qn||s===Fn||s===ts||a===Qn||a===Fn||a===ts)return En;if(s===is&&[is,Un,ss,as].indexOf(a)!==-1||(s===ss||s===Un)&&(a===Un||a===vn)||(s===as||s===vn)&&a===vn||a===os||a===ns||a===Yf||s===Jf)return ce;if(s===os&&a===Bs){for(;n===ns;)n=A[--r];if(n===Bs)return ce}if(s===pn&&a===pn){for(var g=0;n===pn;)g++,n=A[--r];if(g%2===0)return ce}return En},Al=function(e){var A=zf(e),t=A.length,r=0,n=0,s=A.map(jf);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=ce;r<t&&(a=$f(A,s,++r))===ce;);if(a!==ce||r===t){var g=qf.apply(null,A.slice(n,r));return n=r,{value:g,done:!1}}return{done:!0,value:null}}}},el=function(e){for(var A=Al(e),t=[],r;!(r=A.next()).done;)r.value&&t.push(r.value.slice());return t},rl=function(e){var A=123;if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var r=e.createElement("boundtest");r.style.height=A+"px",r.style.display="block",e.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(e.body.removeChild(r),s===A)return!0}}return!1},tl=function(e){var A=e.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",e.body.appendChild(A);var t=e.createRange();A.innerHTML=typeof"".repeat=="function"?"👨".repeat(10):"";var r=A.firstChild,n=U(r.data).map(function(u){return l(u)}),s=0,a={},g=n.every(function(u,H){t.setStart(r,s),t.setEnd(r,s+u.length);var y=t.getBoundingClientRect();s+=u.length;var m=y.x>a.x||y.y>a.y;return a=y,H===0?!0:m});return e.body.removeChild(A),g},nl=function(){return typeof new Image().crossOrigin!="undefined"},il=function(){return typeof new XMLHttpRequest().responseType=="string"},sl=function(e){var A=new Image,t=e.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;A.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(A,0,0),t.toDataURL()}catch{return!1}return!0},cs=function(e){return e[0]===0&&e[1]===255&&e[2]===0&&e[3]===255},al=function(e){var A=e.createElement("canvas"),t=100;A.width=t,A.height=t;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=A.toDataURL();n.src=s;var a=Hn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),fs(a).then(function(g){r.drawImage(g,0,0);var u=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var H=e.createElement("div");return H.style.backgroundImage="url("+s+")",H.style.height=t+"px",cs(u)?fs(Hn(t,t,0,0,H)):Promise.reject(!1)}).then(function(g){return r.drawImage(g,0,0),cs(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},Hn=function(e,A,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),g=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",e.toString()),a.setAttributeNS(null,"height",A.toString()),g.setAttributeNS(null,"width","100%"),g.setAttributeNS(null,"height","100%"),g.setAttributeNS(null,"x",t.toString()),g.setAttributeNS(null,"y",r.toString()),g.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(g),g.appendChild(n),a},fs=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){return A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},GA={get SUPPORT_RANGE_BOUNDS(){var e=rl(document);return Object.defineProperty(GA,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_WORD_BREAKING(){var e=GA.SUPPORT_RANGE_BOUNDS&&tl(document);return Object.defineProperty(GA,"SUPPORT_WORD_BREAKING",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=sl(document);return Object.defineProperty(GA,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e=typeof Array.from=="function"&&typeof window.fetch=="function"?al(document):Promise.resolve(!1);return Object.defineProperty(GA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=nl();return Object.defineProperty(GA,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=il();return Object.defineProperty(GA,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(GA,"SUPPORT_CORS_XHR",{value:e}),e},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var e=!!(typeof Intl!="undefined"&&Intl.Segmenter);return Object.defineProperty(GA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:e}),e}},ot=(function(){function e(A,t){this.text=A,this.bounds=t}return e})(),ol=function(e,A,t,r){var n=fl(A,t),s=[],a=0;return n.forEach(function(g){if(t.textDecorationLine.length||g.trim().length>0)if(GA.SUPPORT_RANGE_BOUNDS){var u=ls(r,a,g.length).getClientRects();if(u.length>1){var H=yn(g),y=0;H.forEach(function(_){s.push(new ot(_,h.fromDOMRectList(e,ls(r,y+a,_.length).getClientRects()))),y+=_.length})}else s.push(new ot(g,h.fromDOMRectList(e,u)))}else{var m=r.splitText(g.length);s.push(new ot(g,Bl(e,r))),r=m}else GA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(g.length));a+=g.length}),s},Bl=function(e,A){var t=A.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var n=A.parentNode;if(n){n.replaceChild(r,A);var s=B(e,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return h.EMPTY},ls=function(e,A,t){var r=e.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(e,A),n.setEnd(e,A+t),n},yn=function(e){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(e)).map(function(t){return t.segment})}return el(e)},cl=function(e,A){if(GA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(e)).map(function(r){return r.segment})}return ul(e,A)},fl=function(e,A){return A.letterSpacing!==0?yn(e):cl(e,A)},ll=[32,160,4961,65792,65793,4153,4241],ul=function(e,A){for(var t=Mo(e,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),g=U(a),u="";g.forEach(function(H){ll.indexOf(H)===-1?u+=l(H):(u.length&&r.push(u),r.push(l(H)),u="")}),u.length&&r.push(u)}};!(n=t.next()).done;)s();return r},gl=(function(){function e(A,t,r){this.text=wl(t.data,r.textTransform),this.textBounds=ol(A,this.text,r,t)}return e})(),wl=function(e,A){switch(A){case 1:return e.toLowerCase();case 3:return e.replace(hl,Cl);case 2:return e.toUpperCase();default:return e}},hl=/(^|\s|:|-|\(|\))([a-z])/g,Cl=function(e,A,t){return e.length>0?A+t.toUpperCase():e},us=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return A})(Fe),gs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return A})(Fe),ws=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=new XMLSerializer,a=B(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return A})(Fe),hs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),mn=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return A})(Fe),xl=[{type:15,flags:0,unit:"px",number:3}],dl=[{type:16,flags:0,number:50}],Ql=function(e){return e.width>e.height?new h(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new h(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},Fl=function(e){var A=e.type===Ul?new Array(e.value.length+1).join("\u2022"):e.value;return A.length===0?e.placeholder||"":A},zt="checkbox",qt="radio",Ul="password",Cs=707406591,In=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=Fl(r),(n.type===zt||n.type===qt)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=Ql(n.bounds)),n.type){case zt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=xl;break;case qt:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=dl;break}return n}return A})(Fe),xs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return A})(Fe),ds=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.value=r.value,n}return A})(Fe),Qs=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Us(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?it(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):ye.TRANSPARENT,a=r.contentWindow.document.body?it(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):ye.TRANSPARENT;n.backgroundColor=Ye(s)?Ye(a)?n.styles.backgroundColor:a:s}}catch{}return n}return A})(Fe),vl=["OL","UL","MENU"],Zt=function(e,A,t,r){for(var n=A.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,vs(n)&&n.data.trim().length>0)t.textNodes.push(new gl(e,n,t.styles));else if(Tr(n))if(Is(n)&&n.assignedNodes)n.assignedNodes().forEach(function(g){return Zt(e,g,t,r)});else{var a=Fs(e,n);a.styles.isVisible()&&(pl(n,a,r)?a.flags|=4:El(a.styles)&&(a.flags|=2),vl.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?Zt(e,n.shadowRoot,a,r):!$t(n)&&!ps(n)&&!A0(n)&&Zt(e,n,a,r))}},Fs=function(e,A){return Kn(A)?new us(e,A):Es(A)?new gs(e,A):ps(A)?new ws(e,A):Hl(A)?new hs(e,A):yl(A)?new mn(e,A):ml(A)?new In(e,A):A0(A)?new xs(e,A):$t(A)?new ds(e,A):ys(A)?new Qs(e,A):new Fe(e,A)},Us=function(e,A){var t=Fs(e,A);return t.flags|=4,Zt(e,A,t,t),t},pl=function(e,A,t){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Dn(e)&&t.styles.isTransparent()},El=function(e){return e.isPositioned()||e.isFloating()},vs=function(e){return e.nodeType===Node.TEXT_NODE},Tr=function(e){return e.nodeType===Node.ELEMENT_NODE},bn=function(e){return Tr(e)&&typeof e.style!="undefined"&&!jt(e)},jt=function(e){return typeof e.className=="object"},Hl=function(e){return e.tagName==="LI"},yl=function(e){return e.tagName==="OL"},ml=function(e){return e.tagName==="INPUT"},Il=function(e){return e.tagName==="HTML"},ps=function(e){return e.tagName==="svg"},Dn=function(e){return e.tagName==="BODY"},Es=function(e){return e.tagName==="CANVAS"},Hs=function(e){return e.tagName==="VIDEO"},Kn=function(e){return e.tagName==="IMG"},ys=function(e){return e.tagName==="IFRAME"},ms=function(e){return e.tagName==="STYLE"},bl=function(e){return e.tagName==="SCRIPT"},$t=function(e){return e.tagName==="TEXTAREA"},A0=function(e){return e.tagName==="SELECT"},Is=function(e){return e.tagName==="SLOT"},bs=function(e){return e.tagName.indexOf("-")>0},Dl=(function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(A){var t=this.counters[A];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(A){var t=this.counters[A];return t||[]},e.prototype.pop=function(A){var t=this;A.forEach(function(r){return t.counters[r].pop()})},e.prototype.parse=function(A){var t=this,r=A.counterIncrement,n=A.counterReset,s=!0;r!==null&&r.forEach(function(g){var u=t.counters[g.counter];u&&g.increment!==0&&(s=!1,u.length||u.push(1),u[Math.max(0,u.length-1)]+=g.increment)});var a=[];return s&&n.forEach(function(g){var u=t.counters[g.counter];a.push(g.counter),u||(u=t.counters[g.counter]=[]),u.push(g.reset)}),a},e})(),Ds={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Ks={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Kl={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},Ll={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},Or=function(e,A,t,r,n,s){return e<A||e>t?ct(e,n,s.length>0):r.integers.reduce(function(a,g,u){for(;e>=g;)e-=g,a+=r.values[u];return a},"")+s},Ls=function(e,A,t,r){var n="";do t||e--,n=r(e)+n,e/=A;while(e*A>=A);return n},DA=function(e,A,t,r,n){var s=t-A+1;return(e<0?"-":"")+(Ls(Math.abs(e),s,r,function(a){return l(Math.floor(a%s)+A)})+n)},wr=function(e,A,t){t===void 0&&(t=". ");var r=A.length;return Ls(Math.abs(e),r,!1,function(n){return A[Math.floor(n%r)]})+t},Rr=1,qe=2,Ze=4,Bt=8,me=function(e,A,t,r,n,s){if(e<-9999||e>9999)return ct(e,4,n.length>0);var a=Math.abs(e),g=n;if(a===0)return A[0]+g;for(var u=0;a>0&&u<=4;u++){var H=a%10;H===0&&OA(s,Rr)&&g!==""?g=A[H]+g:H>1||H===1&&u===0||H===1&&u===1&&OA(s,qe)||H===1&&u===1&&OA(s,Ze)&&e>100||H===1&&u>1&&OA(s,Bt)?g=A[H]+(u>0?t[u-1]:"")+g:H===1&&u>0&&(g=t[u-1]+g),a=Math.floor(a/10)}return(e<0?r:"")+g},Ss="\u5341\u767E\u5343\u842C",_s="\u62FE\u4F70\u4EDF\u842C",Ts="\u30DE\u30A4\u30CA\u30B9",Ln="\uB9C8\uC774\uB108\uC2A4",ct=function(e,A,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(A){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var g=DA(e,48,57,!0,r);return g.length<4?"0"+g:g;case 4:return wr(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Or(e,1,3999,Ds,3,r).toLowerCase();case 7:return Or(e,1,3999,Ds,3,r);case 8:return DA(e,945,969,!1,r);case 9:return DA(e,97,122,!1,r);case 10:return DA(e,65,90,!1,r);case 11:return DA(e,1632,1641,!0,r);case 12:case 49:return Or(e,1,9999,Ks,3,r);case 35:return Or(e,1,9999,Ks,3,r).toLowerCase();case 13:return DA(e,2534,2543,!0,r);case 14:case 30:return DA(e,6112,6121,!0,r);case 15:return wr(e,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return wr(e,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Ss,"\u8CA0",n,qe|Ze|Bt);case 47:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",_s,"\u8CA0",n,Rr|qe|Ze|Bt);case 42:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Ss,"\u8D1F",n,qe|Ze|Bt);case 41:return me(e,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",_s,"\u8D1F",n,Rr|qe|Ze|Bt);case 26:return me(e,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Ts,n,0);case 25:return me(e,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Ts,n,Rr|qe|Ze);case 31:return me(e,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Ln,s,Rr|qe|Ze);case 33:return me(e,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Ln,s,0);case 32:return me(e,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Ln,s,Rr|qe|Ze);case 18:return DA(e,2406,2415,!0,r);case 20:return Or(e,1,19999,Ll,3,r);case 21:return DA(e,2790,2799,!0,r);case 22:return DA(e,2662,2671,!0,r);case 22:return Or(e,1,10999,Kl,3,r);case 23:return wr(e,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return wr(e,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return DA(e,3302,3311,!0,r);case 28:return wr(e,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",n);case 29:return wr(e,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",n);case 34:return DA(e,3792,3801,!0,r);case 37:return DA(e,6160,6169,!0,r);case 38:return DA(e,4160,4169,!0,r);case 39:return DA(e,2918,2927,!0,r);case 40:return DA(e,1776,1785,!0,r);case 43:return DA(e,3046,3055,!0,r);case 44:return DA(e,3174,3183,!0,r);case 45:return DA(e,3664,3673,!0,r);case 46:return DA(e,3872,3881,!0,r);default:return DA(e,48,57,!0,r)}},Os="data-html2canvas-ignore",Rs=(function(){function e(A,t,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Dl,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return e.prototype.toIFrame=function(A,t){var r=this,n=Sl(A,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=A.defaultView.pageXOffset,a=A.defaultView.pageYOffset,g=n.contentWindow,u=g.document,H=Ol(n).then(function(){return c(r,void 0,void 0,function(){var y,m;return Q(this,function(_){switch(_.label){case 0:return this.scrolledElements.forEach(Gl),g&&(g.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(g.scrollY!==t.top||g.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(g.scrollX-t.left,g.scrollY-t.top,0,0))),y=this.options.onclone,m=this.clonedReferenceElement,typeof m=="undefined"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:u.fonts&&u.fonts.ready?[4,u.fonts.ready]:[3,2];case 1:_.sent(),_.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Tl(u)]:[3,4];case 3:_.sent(),_.label=4;case 4:return typeof y=="function"?[2,Promise.resolve().then(function(){return y(u,m)}).then(function(){return n})]:[2,n]}})})});return u.open(),u.write(Ml(document.doctype)+"<html></html>"),kl(this.referenceElement.ownerDocument,s,a),u.replaceChild(u.adoptNode(this.documentElement),u.documentElement),u.close(),H},e.prototype.createElementClone=function(A){if(hn(A,2))debugger;if(Es(A))return this.createCanvasClone(A);if(Hs(A))return this.createVideoClone(A);if(ms(A))return this.createStyleClone(A);var t=A.cloneNode(!1);return Kn(t)&&(Kn(A)&&A.currentSrc&&A.currentSrc!==A.src&&(t.src=A.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),bs(t)?this.createCustomElementClone(t):t},e.prototype.createCustomElementClone=function(A){var t=document.createElement("html2canvascustomelement");return Sn(A.style,t),t},e.prototype.createStyleClone=function(A){try{var t=A.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=A.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return A.cloneNode(!1)},e.prototype.createCanvasClone=function(A){var t;if(this.options.inlineImages&&A.ownerDocument){var r=A.ownerDocument.createElement("img");try{return r.src=A.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var n=A.cloneNode(!1);try{n.width=A.width,n.height=A.height;var s=A.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,A.width,A.height),0,0);else{var g=(t=A.getContext("webgl2"))!==null&&t!==void 0?t:A.getContext("webgl");if(g){var u=g.getContextAttributes();(u==null?void 0:u.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}a.drawImage(A,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return n},e.prototype.createVideoClone=function(A){var t=A.ownerDocument.createElement("canvas");t.width=A.offsetWidth,t.height=A.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(A,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var n=A.ownerDocument.createElement("canvas");return n.width=A.offsetWidth,n.height=A.offsetHeight,n},e.prototype.appendChildNode=function(A,t,r){(!Tr(t)||!bl(t)&&!t.hasAttribute(Os)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Tr(t)||!ms(t))&&A.appendChild(this.cloneNode(t,r))},e.prototype.cloneChildNodes=function(A,t,r){for(var n=this,s=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;s;s=s.nextSibling)if(Tr(s)&&Is(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(g){return n.appendChildNode(t,g,r)})}else this.appendChildNode(t,s,r)},e.prototype.cloneNode=function(A,t){if(vs(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&Tr(A)&&(bn(A)||jt(A))){var n=this.createElementClone(A);n.style.transitionProperty="none";var s=r.getComputedStyle(A),a=r.getComputedStyle(A,":before"),g=r.getComputedStyle(A,":after");this.referenceElement===A&&bn(n)&&(this.clonedReferenceElement=n),Dn(n)&&Pl(n);var u=this.counters.parse(new ji(this.context,s)),H=this.resolvePseudoContent(A,n,a,ft.BEFORE);bs(A)&&(t=!0),Hs(A)||this.cloneChildNodes(A,n,t),H&&n.insertBefore(H,n.firstChild);var y=this.resolvePseudoContent(A,n,g,ft.AFTER);return y&&n.appendChild(y),this.counters.pop(u),(s&&(this.options.copyStyles||jt(A))&&!ys(A)||t)&&Sn(s,n),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([n,A.scrollLeft,A.scrollTop]),($t(A)||A0(A))&&($t(n)||A0(n))&&(n.value=A.value),n}return A.cloneNode(!1)},e.prototype.resolvePseudoContent=function(A,t,r,n){var s=this;if(r){var a=r.content,g=t.ownerDocument;if(!(!g||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new ji(this.context,r));var u=new Hf(this.context,r),H=g.createElement("html2canvaspseudoelement");Sn(r,H),u.content.forEach(function(m){if(m.type===0)H.appendChild(g.createTextNode(m.value));else if(m.type===22){var _=g.createElement("img");_.src=m.value,_.style.opacity="1",H.appendChild(_)}else if(m.type===18){if(m.name==="attr"){var tA=m.values.filter(EA);tA.length&&H.appendChild(g.createTextNode(A.getAttribute(tA[0].value)||""))}else if(m.name==="counter"){var z=m.values.filter(Sr),j=z[0],uA=z[1];if(j&&EA(j)){var sA=s.counters.getCounterValue(j.value),iA=uA&&EA(uA)?wn.parse(s.context,uA.value):3;H.appendChild(g.createTextNode(ct(sA,iA,!1)))}}else if(m.name==="counters"){var UA=m.values.filter(Sr),j=UA[0],wA=UA[1],uA=UA[2];if(j&&EA(j)){var BA=s.counters.getCounterValues(j.value),AA=uA&&EA(uA)?wn.parse(s.context,uA.value):3,QA=wA&&wA.type===0?wA.value:"",FA=BA.map(function($A){return ct($A,AA,!1)}).join(QA);H.appendChild(g.createTextNode(FA))}}}else if(m.type===20)switch(m.value){case"open-quote":H.appendChild(g.createTextNode(Zi(u.quotes,s.quoteDepth++,!0)));break;case"close-quote":H.appendChild(g.createTextNode(Zi(u.quotes,--s.quoteDepth,!1)));break;default:H.appendChild(g.createTextNode(m.value))}}),H.className=_n+" "+Tn;var y=n===ft.BEFORE?" "+_n:" "+Tn;return jt(t)?t.className.baseValue+=y:t.className+=y,H}}},e.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},e})(),ft;(function(e){e[e.BEFORE=0]="BEFORE",e[e.AFTER=1]="AFTER"})(ft||(ft={}));var Sl=function(e,A){var t=e.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=A.width.toString(),t.height=A.height.toString(),t.scrolling="no",t.setAttribute(Os,"true"),e.body.appendChild(t),t},_l=function(e){return new Promise(function(A){if(e.complete){A();return}if(!e.src){A();return}e.onload=A,e.onerror=A})},Tl=function(e){return Promise.all([].slice.call(e.images,0).map(_l))},Ol=function(e){return new Promise(function(A,t){var r=e.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=e.onload=function(){r.onload=e.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),A(e))},50)}})},Rl=["all","d","content"],Sn=function(e,A){for(var t=e.length-1;t>=0;t--){var r=e.item(t);Rl.indexOf(r)===-1&&A.style.setProperty(r,e.getPropertyValue(r))}return A},Ml=function(e){var A="";return e&&(A+="<!DOCTYPE ",e.name&&(A+=e.name),e.internalSubset&&(A+=e.internalSubset),e.publicId&&(A+='"'+e.publicId+'"'),e.systemId&&(A+='"'+e.systemId+'"'),A+=">"),A},kl=function(e,A,t){e&&e.defaultView&&(A!==e.defaultView.pageXOffset||t!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(A,t)},Gl=function(e){var A=e[0],t=e[1],r=e[2];A.scrollLeft=t,A.scrollTop=r},Nl=":before",Vl=":after",_n="___html2canvas___pseudoelement_before",Tn="___html2canvas___pseudoelement_after",Ms=`{
|
|
2
2
|
content: "" !important;
|
|
3
3
|
display: none !important;
|
|
4
|
-
}`,
|
|
5
|
-
.`+ws+lh+Ko)},hh=function(e,A){var n=e.ownerDocument;if(n){var t=n.createElement("style");t.textContent=A,e.appendChild(t)}},To=(function(){function e(){}return e.getOrigin=function(A){var n=e._link;return n?(n.href=A,n.href=n.href,n.protocol+n.hostname+n.port):"about:blank"},e.isSameOrigin=function(A){return e.getOrigin(A)===e._origin},e.setContext=function(A){e._link=A.document.createElement("a"),e._origin=e.getOrigin(A.location.href)},e._origin="about:blank",e})(),gh=(function(){function e(A,n){this.context=A,this._options=n,this._cache={}}return e.prototype.addImage=function(A){var n=Promise.resolve();return this.has(A)||(xs(A)||xh(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),n},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return a(this,void 0,void 0,function(){var n,t,o,B,c=this;return f(this,function(w){switch(w.label){case 0:return n=To.isSameOrigin(A),t=!Cs(A)&&this._options.useCORS===!0&&VA.SUPPORT_CORS_IMAGES&&!n,o=!Cs(A)&&!n&&!xs(A)&&typeof this._options.proxy=="string"&&VA.SUPPORT_CORS_XHR&&!t,!n&&this._options.allowTaint===!1&&!Cs(A)&&!xs(A)&&!o&&!t?[2]:(B=A,o?[4,this.proxy(B)]:[3,2]);case 1:B=w.sent(),w.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(d,m){var y=new Image;y.onload=function(){return d(y)},y.onerror=m,(ph(B)||t)&&(y.crossOrigin="anonymous"),y.src=B,y.complete===!0&&setTimeout(function(){return d(y)},500),c._options.imageTimeout>0&&setTimeout(function(){return m("Timed out ("+c._options.imageTimeout+"ms) loading image")},c._options.imageTimeout)})];case 3:return[2,w.sent()]}})})},e.prototype.has=function(A){return typeof this._cache[A]!="undefined"},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(A){var n=this,t=this._options.proxy;if(!t)throw new Error("No proxy defined");var o=A.substring(0,256);return new Promise(function(B,c){var w=VA.SUPPORT_RESPONSE_TYPE?"blob":"text",d=new XMLHttpRequest;d.onload=function(){if(d.status===200)if(w==="text")B(d.response);else{var H=new FileReader;H.addEventListener("load",function(){return B(H.result)},!1),H.addEventListener("error",function(K){return c(K)},!1),H.readAsDataURL(d.response)}else c("Failed to proxy resource "+o+" with status code "+d.status)},d.onerror=c;var m=t.indexOf("?")>-1?"&":"?";if(d.open("GET",""+t+m+"url="+encodeURIComponent(A)+"&responseType="+w),w!=="text"&&d instanceof XMLHttpRequest&&(d.responseType=w),n._options.imageTimeout){var y=n._options.imageTimeout;d.timeout=y,d.ontimeout=function(){return c("Timed out ("+y+"ms) proxying "+o)}}d.send()})},e})(),dh=/^data:image\/svg\+xml/i,wh=/^data:image\/.*;base64,/i,Ch=/^data:image\/.*/i,xh=function(e){return VA.SUPPORT_SVG_DRAWING||!Qh(e)},Cs=function(e){return Ch.test(e)},ph=function(e){return wh.test(e)},xs=function(e){return e.substr(0,4)==="blob"},Qh=function(e){return e.substr(-3).toLowerCase()==="svg"||dh.test(e)},$=(function(){function e(A,n){this.type=0,this.x=A,this.y=n}return e.prototype.add=function(A,n){return new e(this.x+A,this.y+n)},e})(),jt=function(e,A,n){return new $(e.x+(A.x-e.x)*n,e.y+(A.y-e.y)*n)},bn=(function(){function e(A,n,t,o){this.type=1,this.start=A,this.startControl=n,this.endControl=t,this.end=o}return e.prototype.subdivide=function(A,n){var t=jt(this.start,this.startControl,A),o=jt(this.startControl,this.endControl,A),B=jt(this.endControl,this.end,A),c=jt(t,o,A),w=jt(o,B,A),d=jt(c,w,A);return n?new e(this.start,t,c,d):new e(d,w,B,this.end)},e.prototype.add=function(A,n){return new e(this.start.add(A,n),this.startControl.add(A,n),this.endControl.add(A,n),this.end.add(A,n))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e})(),ge=function(e){return e.type===1},Fh=(function(){function e(A){var n=A.styles,t=A.bounds,o=Fr(n.borderTopLeftRadius,t.width,t.height),B=o[0],c=o[1],w=Fr(n.borderTopRightRadius,t.width,t.height),d=w[0],m=w[1],y=Fr(n.borderBottomRightRadius,t.width,t.height),H=y[0],K=y[1],rA=Fr(n.borderBottomLeftRadius,t.width,t.height),q=rA[0],j=rA[1],uA=[];uA.push((B+d)/t.width),uA.push((q+H)/t.width),uA.push((c+j)/t.height),uA.push((m+K)/t.height);var sA=Math.max.apply(Math,uA);sA>1&&(B/=sA,c/=sA,d/=sA,m/=sA,H/=sA,K/=sA,q/=sA,j/=sA);var iA=t.width-d,UA=t.height-K,dA=t.width-H,BA=t.height-j,AA=n.borderTopWidth,QA=n.borderRightWidth,FA=n.borderBottomWidth,cA=n.borderLeftWidth,TA=IA(n.paddingTop,A.bounds.width),te=IA(n.paddingRight,A.bounds.width),ae=IA(n.paddingBottom,A.bounds.width),yA=IA(n.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=B>0||c>0?_A(t.left+cA/3,t.top+AA/3,B-cA/3,c-AA/3,vA.TOP_LEFT):new $(t.left+cA/3,t.top+AA/3),this.topRightBorderDoubleOuterBox=B>0||c>0?_A(t.left+iA,t.top+AA/3,d-QA/3,m-AA/3,vA.TOP_RIGHT):new $(t.left+t.width-QA/3,t.top+AA/3),this.bottomRightBorderDoubleOuterBox=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA/3,K-FA/3,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA/3,t.top+t.height-FA/3),this.bottomLeftBorderDoubleOuterBox=q>0||j>0?_A(t.left+cA/3,t.top+BA,q-cA/3,j-FA/3,vA.BOTTOM_LEFT):new $(t.left+cA/3,t.top+t.height-FA/3),this.topLeftBorderDoubleInnerBox=B>0||c>0?_A(t.left+cA*2/3,t.top+AA*2/3,B-cA*2/3,c-AA*2/3,vA.TOP_LEFT):new $(t.left+cA*2/3,t.top+AA*2/3),this.topRightBorderDoubleInnerBox=B>0||c>0?_A(t.left+iA,t.top+AA*2/3,d-QA*2/3,m-AA*2/3,vA.TOP_RIGHT):new $(t.left+t.width-QA*2/3,t.top+AA*2/3),this.bottomRightBorderDoubleInnerBox=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA*2/3,K-FA*2/3,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA*2/3,t.top+t.height-FA*2/3),this.bottomLeftBorderDoubleInnerBox=q>0||j>0?_A(t.left+cA*2/3,t.top+BA,q-cA*2/3,j-FA*2/3,vA.BOTTOM_LEFT):new $(t.left+cA*2/3,t.top+t.height-FA*2/3),this.topLeftBorderStroke=B>0||c>0?_A(t.left+cA/2,t.top+AA/2,B-cA/2,c-AA/2,vA.TOP_LEFT):new $(t.left+cA/2,t.top+AA/2),this.topRightBorderStroke=B>0||c>0?_A(t.left+iA,t.top+AA/2,d-QA/2,m-AA/2,vA.TOP_RIGHT):new $(t.left+t.width-QA/2,t.top+AA/2),this.bottomRightBorderStroke=H>0||K>0?_A(t.left+dA,t.top+UA,H-QA/2,K-FA/2,vA.BOTTOM_RIGHT):new $(t.left+t.width-QA/2,t.top+t.height-FA/2),this.bottomLeftBorderStroke=q>0||j>0?_A(t.left+cA/2,t.top+BA,q-cA/2,j-FA/2,vA.BOTTOM_LEFT):new $(t.left+cA/2,t.top+t.height-FA/2),this.topLeftBorderBox=B>0||c>0?_A(t.left,t.top,B,c,vA.TOP_LEFT):new $(t.left,t.top),this.topRightBorderBox=d>0||m>0?_A(t.left+iA,t.top,d,m,vA.TOP_RIGHT):new $(t.left+t.width,t.top),this.bottomRightBorderBox=H>0||K>0?_A(t.left+dA,t.top+UA,H,K,vA.BOTTOM_RIGHT):new $(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=q>0||j>0?_A(t.left,t.top+BA,q,j,vA.BOTTOM_LEFT):new $(t.left,t.top+t.height),this.topLeftPaddingBox=B>0||c>0?_A(t.left+cA,t.top+AA,Math.max(0,B-cA),Math.max(0,c-AA),vA.TOP_LEFT):new $(t.left+cA,t.top+AA),this.topRightPaddingBox=d>0||m>0?_A(t.left+Math.min(iA,t.width-QA),t.top+AA,iA>t.width+QA?0:Math.max(0,d-QA),Math.max(0,m-AA),vA.TOP_RIGHT):new $(t.left+t.width-QA,t.top+AA),this.bottomRightPaddingBox=H>0||K>0?_A(t.left+Math.min(dA,t.width-cA),t.top+Math.min(UA,t.height-FA),Math.max(0,H-QA),Math.max(0,K-FA),vA.BOTTOM_RIGHT):new $(t.left+t.width-QA,t.top+t.height-FA),this.bottomLeftPaddingBox=q>0||j>0?_A(t.left+cA,t.top+Math.min(BA,t.height-FA),Math.max(0,q-cA),Math.max(0,j-FA),vA.BOTTOM_LEFT):new $(t.left+cA,t.top+t.height-FA),this.topLeftContentBox=B>0||c>0?_A(t.left+cA+yA,t.top+AA+TA,Math.max(0,B-(cA+yA)),Math.max(0,c-(AA+TA)),vA.TOP_LEFT):new $(t.left+cA+yA,t.top+AA+TA),this.topRightContentBox=d>0||m>0?_A(t.left+Math.min(iA,t.width+cA+yA),t.top+AA+TA,iA>t.width+cA+yA?0:d-cA+yA,m-(AA+TA),vA.TOP_RIGHT):new $(t.left+t.width-(QA+te),t.top+AA+TA),this.bottomRightContentBox=H>0||K>0?_A(t.left+Math.min(dA,t.width-(cA+yA)),t.top+Math.min(UA,t.height+AA+TA),Math.max(0,H-(QA+te)),K-(FA+ae),vA.BOTTOM_RIGHT):new $(t.left+t.width-(QA+te),t.top+t.height-(FA+ae)),this.bottomLeftContentBox=q>0||j>0?_A(t.left+cA+yA,t.top+BA,Math.max(0,q-(cA+yA)),j-(FA+ae),vA.BOTTOM_LEFT):new $(t.left+cA+yA,t.top+t.height-(FA+ae))}return e})(),vA;(function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=1]="TOP_RIGHT",e[e.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",e[e.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(vA||(vA={}));var _A=function(e,A,n,t,o){var B=4*((Math.sqrt(2)-1)/3),c=n*B,w=t*B,d=e+n,m=A+t;switch(o){case vA.TOP_LEFT:return new bn(new $(e,m),new $(e,m-w),new $(d-c,A),new $(d,A));case vA.TOP_RIGHT:return new bn(new $(e,A),new $(e+c,A),new $(d,m-w),new $(d,m));case vA.BOTTOM_RIGHT:return new bn(new $(d,A),new $(d,A+w),new $(e+c,m),new $(e,m));case vA.BOTTOM_LEFT:default:return new bn(new $(d,m),new $(d-c,m),new $(e,A+w),new $(e,A))}},In=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Uh=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},Dn=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},vh=(function(){function e(A,n,t){this.offsetX=A,this.offsetY=n,this.matrix=t,this.type=0,this.target=6}return e})(),_n=(function(){function e(A,n){this.path=A,this.target=n,this.type=1}return e})(),Eh=(function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e})(),mh=function(e){return e.type===0},Oo=function(e){return e.type===1},yh=function(e){return e.type===2},ko=function(e,A){return e.length===A.length?e.some(function(n,t){return n===A[t]}):!1},Hh=function(e,A,n,t,o){return e.map(function(B,c){switch(c){case 0:return B.add(A,n);case 1:return B.add(A+t,n);case 2:return B.add(A+t,n+o);case 3:return B.add(A,n+o)}return B})},Ro=(function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e})(),Mo=(function(){function e(A,n){if(this.container=A,this.parent=n,this.effects=[],this.curves=new Fh(this.container),this.container.styles.opacity<1&&this.effects.push(new Eh(this.container.styles.opacity)),this.container.styles.transform!==null){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,o=this.container.bounds.top+this.container.styles.transformOrigin[1].number,B=this.container.styles.transform;this.effects.push(new vh(t,o,B))}if(this.container.styles.overflowX!==0){var c=In(this.curves),w=Dn(this.curves);ko(c,w)?this.effects.push(new _n(c,6)):(this.effects.push(new _n(c,2)),this.effects.push(new _n(w,4)))}}return e.prototype.getEffects=function(A){for(var n=[2,3].indexOf(this.container.styles.position)===-1,t=this.parent,o=this.effects.slice(0);t;){var B=t.effects.filter(function(d){return!Oo(d)});if(n||t.container.styles.position!==0||!t.parent){if(o.unshift.apply(o,B),n=[2,3].indexOf(t.container.styles.position)===-1,t.container.styles.overflowX!==0){var c=In(t.curves),w=Dn(t.curves);ko(c,w)||o.unshift(new _n(w,6))}}else o.unshift.apply(o,B);t=t.parent}return o.filter(function(d){return RA(d.target,A)})},e})(),ps=function(e,A,n,t){e.container.elements.forEach(function(o){var B=RA(o.flags,4),c=RA(o.flags,2),w=new Mo(o,e);RA(o.styles.display,2048)&&t.push(w);var d=RA(o.flags,8)?[]:t;if(B||c){var m=B||o.styles.isPositioned()?n:A,y=new Ro(w);if(o.styles.isPositioned()||o.styles.opacity<1||o.styles.isTransformed()){var H=o.styles.zIndex.order;if(H<0){var K=0;m.negativeZIndex.some(function(q,j){return H>q.element.container.styles.zIndex.order?(K=j,!1):K>0}),m.negativeZIndex.splice(K,0,y)}else if(H>0){var rA=0;m.positiveZIndex.some(function(q,j){return H>=q.element.container.styles.zIndex.order?(rA=j+1,!1):rA>0}),m.positiveZIndex.splice(rA,0,y)}else m.zeroOrAutoZIndexOrTransformedOrOpacity.push(y)}else o.styles.isFloating()?m.nonPositionedFloats.push(y):m.nonPositionedInlineLevel.push(y);ps(w,y,B?y:n,d)}else o.styles.isInlineLevel()?A.inlineLevel.push(w):A.nonInlineLevel.push(w),ps(w,A,n,d);RA(o.flags,8)&&No(o,d)})},No=function(e,A){for(var n=e instanceof Bs?e.start:1,t=e instanceof Bs?e.reversed:!1,o=0;o<A.length;o++){var B=A[o];B.container instanceof fo&&typeof B.container.value=="number"&&B.container.value!==0&&(n=B.container.value),B.listValue=Hr(n,B.container.styles.listStyleType,!0),n+=t?-1:1}},bh=function(e){var A=new Mo(e,null),n=new Ro(A),t=[];return ps(A,n,n,t),No(A.container,t),n},Go=function(e,A){switch(A){case 0:return de(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return de(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return de(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);default:return de(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},Ih=function(e,A){switch(A){case 0:return de(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return de(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return de(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);default:return de(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},Dh=function(e,A){switch(A){case 0:return de(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return de(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return de(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);default:return de(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},_h=function(e,A){switch(A){case 0:return Sn(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return Sn(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return Sn(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);default:return Sn(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},Sn=function(e,A){var n=[];return ge(e)?n.push(e.subdivide(.5,!1)):n.push(e),ge(A)?n.push(A.subdivide(.5,!0)):n.push(A),n},de=function(e,A,n,t){var o=[];return ge(e)?o.push(e.subdivide(.5,!1)):o.push(e),ge(n)?o.push(n.subdivide(.5,!0)):o.push(n),ge(t)?o.push(t.subdivide(.5,!0).reverse()):o.push(t),ge(A)?o.push(A.subdivide(.5,!1).reverse()):o.push(A),o},Vo=function(e){var A=e.bounds,n=e.styles;return A.add(n.borderLeftWidth,n.borderTopWidth,-(n.borderRightWidth+n.borderLeftWidth),-(n.borderTopWidth+n.borderBottomWidth))},Ln=function(e){var A=e.styles,n=e.bounds,t=IA(A.paddingLeft,n.width),o=IA(A.paddingRight,n.width),B=IA(A.paddingTop,n.width),c=IA(A.paddingBottom,n.width);return n.add(t+A.borderLeftWidth,B+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+t+o),-(A.borderTopWidth+A.borderBottomWidth+B+c))},Sh=function(e,A){return e===0?A.bounds:e===2?Ln(A):Vo(A)},Lh=function(e,A){return e===0?A.bounds:e===2?Ln(A):Vo(A)},Qs=function(e,A,n){var t=Sh(Ar(e.styles.backgroundOrigin,A),e),o=Lh(Ar(e.styles.backgroundClip,A),e),B=Kh(Ar(e.styles.backgroundSize,A),n,t),c=B[0],w=B[1],d=Fr(Ar(e.styles.backgroundPosition,A),t.width-c,t.height-w),m=Th(Ar(e.styles.backgroundRepeat,A),d,B,t,o),y=Math.round(t.left+d[0]),H=Math.round(t.top+d[1]);return[m,y,H,c,w]},$t=function(e){return mA(e)&&e.value===Yt.AUTO},Kn=function(e){return typeof e=="number"},Kh=function(e,A,n){var t=A[0],o=A[1],B=A[2],c=e[0],w=e[1];if(!c)return[0,0];if(KA(c)&&w&&KA(w))return[IA(c,n.width),IA(w,n.height)];var d=Kn(B);if(mA(c)&&(c.value===Yt.CONTAIN||c.value===Yt.COVER)){if(Kn(B)){var m=n.width/n.height;return m<B!=(c.value===Yt.COVER)?[n.width,n.width/B]:[n.height*B,n.height]}return[n.width,n.height]}var y=Kn(t),H=Kn(o),K=y||H;if($t(c)&&(!w||$t(w))){if(y&&H)return[t,o];if(!d&&!K)return[n.width,n.height];if(K&&d){var rA=y?t:o*B,q=H?o:t/B;return[rA,q]}var j=y?t:n.width,uA=H?o:n.height;return[j,uA]}if(d){var sA=0,iA=0;return KA(c)?sA=IA(c,n.width):KA(w)&&(iA=IA(w,n.height)),$t(c)?sA=iA*B:(!w||$t(w))&&(iA=sA/B),[sA,iA]}var UA=null,dA=null;if(KA(c)?UA=IA(c,n.width):w&&KA(w)&&(dA=IA(w,n.height)),UA!==null&&(!w||$t(w))&&(dA=y&&H?UA/t*o:n.height),dA!==null&&$t(c)&&(UA=y&&H?dA/o*t:n.width),UA!==null&&dA!==null)return[UA,dA];throw new Error("Unable to calculate background-size for element")},Ar=function(e,A){var n=e[A];return typeof n=="undefined"?e[0]:n},Th=function(e,A,n,t,o){var B=A[0],c=A[1],w=n[0],d=n[1];switch(e){case 2:return[new $(Math.round(t.left),Math.round(t.top+c)),new $(Math.round(t.left+t.width),Math.round(t.top+c)),new $(Math.round(t.left+t.width),Math.round(d+t.top+c)),new $(Math.round(t.left),Math.round(d+t.top+c))];case 3:return[new $(Math.round(t.left+B),Math.round(t.top)),new $(Math.round(t.left+B+w),Math.round(t.top)),new $(Math.round(t.left+B+w),Math.round(t.height+t.top)),new $(Math.round(t.left+B),Math.round(t.height+t.top))];case 1:return[new $(Math.round(t.left+B),Math.round(t.top+c)),new $(Math.round(t.left+B+w),Math.round(t.top+c)),new $(Math.round(t.left+B+w),Math.round(t.top+c+d)),new $(Math.round(t.left+B),Math.round(t.top+c+d))];default:return[new $(Math.round(o.left),Math.round(o.top)),new $(Math.round(o.left+o.width),Math.round(o.top)),new $(Math.round(o.left+o.width),Math.round(o.height+o.top)),new $(Math.round(o.left),Math.round(o.height+o.top))]}},Oh="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Po="Hidden Text",kh=(function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,n){var t=this._document.createElement("div"),o=this._document.createElement("img"),B=this._document.createElement("span"),c=this._document.body;t.style.visibility="hidden",t.style.fontFamily=A,t.style.fontSize=n,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",c.appendChild(t),o.src=Oh,o.width=1,o.height=1,o.style.margin="0",o.style.padding="0",o.style.verticalAlign="baseline",B.style.fontFamily=A,B.style.fontSize=n,B.style.margin="0",B.style.padding="0",B.appendChild(this._document.createTextNode(Po)),t.appendChild(B),t.appendChild(o);var w=o.offsetTop-B.offsetTop+2;t.removeChild(B),t.appendChild(this._document.createTextNode(Po)),t.style.lineHeight="normal",o.style.verticalAlign="super";var d=o.offsetTop-t.offsetTop+2;return c.removeChild(t),{baseline:w,middle:d}},e.prototype.getMetrics=function(A,n){var t=A+" "+n;return typeof this._data[t]=="undefined"&&(this._data[t]=this.parseMetrics(A,n)),this._data[t]},e})(),Xo=(function(){function e(A,n){this.context=A,this.options=n}return e})(),Rh=1e4,Mh=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o._activeEffects=[],o.canvas=t.canvas?t.canvas:document.createElement("canvas"),o.ctx=o.canvas.getContext("2d"),t.canvas||(o.canvas.width=Math.floor(t.width*t.scale),o.canvas.height=Math.floor(t.height*t.scale),o.canvas.style.width=t.width+"px",o.canvas.style.height=t.height+"px"),o.fontMetrics=new kh(document),o.ctx.scale(o.options.scale,o.options.scale),o.ctx.translate(-t.x,-t.y),o.ctx.textBaseline="bottom",o._activeEffects=[],o.context.logger.debug("Canvas renderer initialized ("+t.width+"x"+t.height+") with scale "+t.scale),o}return A.prototype.applyEffects=function(n){for(var t=this;this._activeEffects.length;)this.popEffect();n.forEach(function(o){return t.applyEffect(o)})},A.prototype.applyEffect=function(n){this.ctx.save(),yh(n)&&(this.ctx.globalAlpha=n.opacity),mh(n)&&(this.ctx.translate(n.offsetX,n.offsetY),this.ctx.transform(n.matrix[0],n.matrix[1],n.matrix[2],n.matrix[3],n.matrix[4],n.matrix[5]),this.ctx.translate(-n.offsetX,-n.offsetY)),Oo(n)&&(this.path(n.path),this.ctx.clip()),this._activeEffects.push(n)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(n){return a(this,void 0,void 0,function(){var t;return f(this,function(o){switch(o.label){case 0:return t=n.element.container.styles,t.isVisible()?[4,this.renderStackContent(n)]:[3,2];case 1:o.sent(),o.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(n){return a(this,void 0,void 0,function(){return f(this,function(t){switch(t.label){case 0:if(RA(n.container.flags,16))debugger;return n.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(n)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(n)];case 2:t.sent(),t.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(n,t,o){var B=this;if(t===0)this.ctx.fillText(n.text,n.bounds.left,n.bounds.top+o);else{var c=as(n.text);c.reduce(function(w,d){return B.ctx.fillText(d,w,n.bounds.top+o),w+B.ctx.measureText(d).width},n.bounds.left)}},A.prototype.createFontStyle=function(n){var t=n.fontVariant.filter(function(c){return c==="normal"||c==="small-caps"}).join(""),o=Xh(n.fontFamily).join(", "),B=Qr(n.fontSize)?""+n.fontSize.number+n.fontSize.unit:n.fontSize.number+"px";return[[n.fontStyle,t,n.fontWeight,B,o].join(" "),o,B]},A.prototype.renderTextNode=function(n,t){return a(this,void 0,void 0,function(){var o,B,c,w,d,m,y,H,K=this;return f(this,function(rA){return o=this.createFontStyle(t),B=o[0],c=o[1],w=o[2],this.ctx.font=B,this.ctx.direction=t.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",d=this.fontMetrics.getMetrics(c,w),m=d.baseline,y=d.middle,H=t.paintOrder,n.textBounds.forEach(function(q){H.forEach(function(j){switch(j){case 0:K.ctx.fillStyle=NA(t.color),K.renderTextWithLetterSpacing(q,t.letterSpacing,m);var uA=t.textShadow;uA.length&&q.text.trim().length&&(uA.slice(0).reverse().forEach(function(sA){K.ctx.shadowColor=NA(sA.color),K.ctx.shadowOffsetX=sA.offsetX.number*K.options.scale,K.ctx.shadowOffsetY=sA.offsetY.number*K.options.scale,K.ctx.shadowBlur=sA.blur.number,K.renderTextWithLetterSpacing(q,t.letterSpacing,m)}),K.ctx.shadowColor="",K.ctx.shadowOffsetX=0,K.ctx.shadowOffsetY=0,K.ctx.shadowBlur=0),t.textDecorationLine.length&&(K.ctx.fillStyle=NA(t.textDecorationColor||t.color),t.textDecorationLine.forEach(function(sA){switch(sA){case 1:K.ctx.fillRect(q.bounds.left,Math.round(q.bounds.top+m),q.bounds.width,1);break;case 2:K.ctx.fillRect(q.bounds.left,Math.round(q.bounds.top),q.bounds.width,1);break;case 3:K.ctx.fillRect(q.bounds.left,Math.ceil(q.bounds.top+y),q.bounds.width,1);break}}));break;case 1:t.webkitTextStrokeWidth&&q.text.trim().length&&(K.ctx.strokeStyle=NA(t.webkitTextStrokeColor),K.ctx.lineWidth=t.webkitTextStrokeWidth,K.ctx.lineJoin=window.chrome?"miter":"round",K.ctx.strokeText(q.text,q.bounds.left,q.bounds.top+m)),K.ctx.strokeStyle="",K.ctx.lineWidth=0,K.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(n,t,o){if(o&&n.intrinsicWidth>0&&n.intrinsicHeight>0){var B=Ln(n),c=Dn(t);this.path(c),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(o,0,0,n.intrinsicWidth,n.intrinsicHeight,B.left,B.top,B.width,B.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d,iA,iA,m,y,H,K,dA,rA,q,BA,j,uA,sA,iA,UA,dA,BA;return f(this,function(AA){switch(AA.label){case 0:this.applyEffects(n.getEffects(4)),t=n.container,o=n.curves,B=t.styles,c=0,w=t.textNodes,AA.label=1;case 1:return c<w.length?(d=w[c],[4,this.renderTextNode(d,B)]):[3,4];case 2:AA.sent(),AA.label=3;case 3:return c++,[3,1];case 4:if(!(t instanceof ao))return[3,8];AA.label=5;case 5:return AA.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return iA=AA.sent(),this.renderReplacedElement(t,o,iA),[3,8];case 7:return AA.sent(),this.context.logger.error("Error loading image "+t.src),[3,8];case 8:if(t instanceof Bo&&this.renderReplacedElement(t,o,t.canvas),!(t instanceof co))return[3,12];AA.label=9;case 9:return AA.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return iA=AA.sent(),this.renderReplacedElement(t,o,iA),[3,12];case 11:return AA.sent(),this.context.logger.error("Error loading svg "+t.svg.substring(0,255)),[3,12];case 12:return t instanceof go&&t.tree?(m=new A(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}),[4,m.render(t.tree)]):[3,14];case 13:y=AA.sent(),t.width&&t.height&&this.ctx.drawImage(y,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),AA.label=14;case 14:if(t instanceof cs&&(H=Math.min(t.bounds.width,t.bounds.height),t.type===Un?t.checked&&(this.ctx.save(),this.path([new $(t.bounds.left+H*.39363,t.bounds.top+H*.79),new $(t.bounds.left+H*.16,t.bounds.top+H*.5549),new $(t.bounds.left+H*.27347,t.bounds.top+H*.44071),new $(t.bounds.left+H*.39694,t.bounds.top+H*.5649),new $(t.bounds.left+H*.72983,t.bounds.top+H*.23),new $(t.bounds.left+H*.84,t.bounds.top+H*.34085),new $(t.bounds.left+H*.39363,t.bounds.top+H*.79)]),this.ctx.fillStyle=NA(lo),this.ctx.fill(),this.ctx.restore()):t.type===vn&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+H/2,t.bounds.top+H/2,H/4,0,Math.PI*2,!0),this.ctx.fillStyle=NA(lo),this.ctx.fill(),this.ctx.restore())),Nh(t)&&t.value.length){switch(K=this.createFontStyle(B),dA=K[0],rA=K[1],q=this.fontMetrics.getMetrics(dA,rA).baseline,this.ctx.font=dA,this.ctx.fillStyle=NA(B.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Vh(t.styles.textAlign),BA=Ln(t),j=0,t.styles.textAlign){case 1:j+=BA.width/2;break;case 2:j+=BA.width;break}uA=BA.add(j,0,0,-BA.height/2+1),this.ctx.save(),this.path([new $(BA.left,BA.top),new $(BA.left+BA.width,BA.top),new $(BA.left+BA.width,BA.top+BA.height),new $(BA.left,BA.top+BA.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new mr(t.value,uA),B.letterSpacing,q),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!RA(t.styles.display,2048))return[3,20];if(t.styles.listStyleImage===null)return[3,19];if(sA=t.styles.listStyleImage,sA.type!==0)return[3,18];iA=void 0,UA=sA.url,AA.label=15;case 15:return AA.trys.push([15,17,,18]),[4,this.context.cache.match(UA)];case 16:return iA=AA.sent(),this.ctx.drawImage(iA,t.bounds.left-(iA.width+10),t.bounds.top),[3,18];case 17:return AA.sent(),this.context.logger.error("Error loading list-style-image "+UA),[3,18];case 18:return[3,20];case 19:n.listValue&&t.styles.listStyleType!==-1&&(dA=this.createFontStyle(B)[0],this.ctx.font=dA,this.ctx.fillStyle=NA(B.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",BA=new C(t.bounds.left,t.bounds.top+IA(t.styles.paddingTop,t.bounds.width),t.bounds.width,V0(B.lineHeight,B.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new mr(n.listValue,BA),B.letterSpacing,V0(B.lineHeight,B.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),AA.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(n){return a(this,void 0,void 0,function(){var t,o,sA,B,c,sA,w,d,sA,m,y,sA,H,K,sA,rA,q,sA,j,uA,sA;return f(this,function(iA){switch(iA.label){case 0:if(RA(n.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(n.element)];case 1:iA.sent(),t=0,o=n.negativeZIndex,iA.label=2;case 2:return t<o.length?(sA=o[t],[4,this.renderStack(sA)]):[3,5];case 3:iA.sent(),iA.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(n.element)];case 6:iA.sent(),B=0,c=n.nonInlineLevel,iA.label=7;case 7:return B<c.length?(sA=c[B],[4,this.renderNode(sA)]):[3,10];case 8:iA.sent(),iA.label=9;case 9:return B++,[3,7];case 10:w=0,d=n.nonPositionedFloats,iA.label=11;case 11:return w<d.length?(sA=d[w],[4,this.renderStack(sA)]):[3,14];case 12:iA.sent(),iA.label=13;case 13:return w++,[3,11];case 14:m=0,y=n.nonPositionedInlineLevel,iA.label=15;case 15:return m<y.length?(sA=y[m],[4,this.renderStack(sA)]):[3,18];case 16:iA.sent(),iA.label=17;case 17:return m++,[3,15];case 18:H=0,K=n.inlineLevel,iA.label=19;case 19:return H<K.length?(sA=K[H],[4,this.renderNode(sA)]):[3,22];case 20:iA.sent(),iA.label=21;case 21:return H++,[3,19];case 22:rA=0,q=n.zeroOrAutoZIndexOrTransformedOrOpacity,iA.label=23;case 23:return rA<q.length?(sA=q[rA],[4,this.renderStack(sA)]):[3,26];case 24:iA.sent(),iA.label=25;case 25:return rA++,[3,23];case 26:j=0,uA=n.positiveZIndex,iA.label=27;case 27:return j<uA.length?(sA=uA[j],[4,this.renderStack(sA)]):[3,30];case 28:iA.sent(),iA.label=29;case 29:return j++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(n){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(n.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(n){this.ctx.beginPath(),this.formatPath(n),this.ctx.closePath()},A.prototype.formatPath=function(n){var t=this;n.forEach(function(o,B){var c=ge(o)?o.start:o;B===0?t.ctx.moveTo(c.x,c.y):t.ctx.lineTo(c.x,c.y),ge(o)&&t.ctx.bezierCurveTo(o.startControl.x,o.startControl.y,o.endControl.x,o.endControl.y,o.end.x,o.end.y)})},A.prototype.renderRepeat=function(n,t,o,B){this.path(n),this.ctx.fillStyle=t,this.ctx.translate(o,B),this.ctx.fill(),this.ctx.translate(-o,-B)},A.prototype.resizeImage=function(n,t,o){var B;if(n.width===t&&n.height===o)return n;var c=(B=this.canvas.ownerDocument)!==null&&B!==void 0?B:document,w=c.createElement("canvas");w.width=Math.max(1,t),w.height=Math.max(1,o);var d=w.getContext("2d");return d.drawImage(n,0,0,n.width,n.height,0,0,t,o),w},A.prototype.renderBackgroundImage=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d;return f(this,function(m){switch(m.label){case 0:t=n.styles.backgroundImage.length-1,o=function(y){var H,K,rA,TA,re,ne,yA,PA,FA,q,TA,re,ne,yA,PA,j,uA,sA,iA,UA,dA,BA,AA,QA,FA,cA,TA,te,ae,yA,PA,st,re,ne,yt,ye,ot,Ht,bt,Le,It,Ke;return f(this,function(er){switch(er.label){case 0:if(y.type!==0)return[3,5];H=void 0,K=y.url,er.label=1;case 1:return er.trys.push([1,3,,4]),[4,B.context.cache.match(K)];case 2:return H=er.sent(),[3,4];case 3:return er.sent(),B.context.logger.error("Error loading background-image "+K),[3,4];case 4:return H&&(rA=Qs(n,t,[H.width,H.height,H.width/H.height]),TA=rA[0],re=rA[1],ne=rA[2],yA=rA[3],PA=rA[4],FA=B.ctx.createPattern(B.resizeImage(H,yA,PA),"repeat"),B.renderRepeat(TA,FA,re,ne)),[3,6];case 5:mf(y)?(q=Qs(n,t,[null,null,null]),TA=q[0],re=q[1],ne=q[2],yA=q[3],PA=q[4],j=Qf(y.angle,yA,PA),uA=j[0],sA=j[1],iA=j[2],UA=j[3],dA=j[4],BA=document.createElement("canvas"),BA.width=yA,BA.height=PA,AA=BA.getContext("2d"),QA=AA.createLinearGradient(sA,UA,iA,dA),_0(y.stops,uA).forEach(function(Ir){return QA.addColorStop(Ir.stop,NA(Ir.color))}),AA.fillStyle=QA,AA.fillRect(0,0,yA,PA),yA>0&&PA>0&&(FA=B.ctx.createPattern(BA,"repeat"),B.renderRepeat(TA,FA,re,ne))):yf(y)&&(cA=Qs(n,t,[null,null,null]),TA=cA[0],te=cA[1],ae=cA[2],yA=cA[3],PA=cA[4],st=y.position.length===0?[Ji]:y.position,re=IA(st[0],yA),ne=IA(st[st.length-1],PA),yt=Ff(y,re,ne,yA,PA),ye=yt[0],ot=yt[1],ye>0&&ot>0&&(Ht=B.ctx.createRadialGradient(te+re,ae+ne,0,te+re,ae+ne,ye),_0(y.stops,ye*2).forEach(function(Ir){return Ht.addColorStop(Ir.stop,NA(Ir.color))}),B.path(TA),B.ctx.fillStyle=Ht,ye!==ot?(bt=n.bounds.left+.5*n.bounds.width,Le=n.bounds.top+.5*n.bounds.height,It=ot/ye,Ke=1/It,B.ctx.save(),B.ctx.translate(bt,Le),B.ctx.transform(1,0,0,It,0,0),B.ctx.translate(-bt,-Le),B.ctx.fillRect(te,Ke*(ae-Le)+Le,yA,PA*Ke),B.ctx.restore()):B.ctx.fill())),er.label=6;case 6:return t--,[2]}})},B=this,c=0,w=n.styles.backgroundImage.slice(0).reverse(),m.label=1;case 1:return c<w.length?(d=w[c],[5,o(d)]):[3,4];case 2:m.sent(),m.label=3;case 3:return c++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(n,t,o){return a(this,void 0,void 0,function(){return f(this,function(B){return this.path(Go(o,t)),this.ctx.fillStyle=NA(n),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(n,t,o,B){return a(this,void 0,void 0,function(){var c,w;return f(this,function(d){switch(d.label){case 0:return t<3?[4,this.renderSolidBorder(n,o,B)]:[3,2];case 1:return d.sent(),[2];case 2:return c=Ih(B,o),this.path(c),this.ctx.fillStyle=NA(n),this.ctx.fill(),w=Dh(B,o),this.path(w),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(n){return a(this,void 0,void 0,function(){var t,o,B,c,w,d,m,y,H=this;return f(this,function(K){switch(K.label){case 0:return this.applyEffects(n.getEffects(2)),t=n.container.styles,o=!tt(t.backgroundColor)||t.backgroundImage.length,B=[{style:t.borderTopStyle,color:t.borderTopColor,width:t.borderTopWidth},{style:t.borderRightStyle,color:t.borderRightColor,width:t.borderRightWidth},{style:t.borderBottomStyle,color:t.borderBottomColor,width:t.borderBottomWidth},{style:t.borderLeftStyle,color:t.borderLeftColor,width:t.borderLeftWidth}],c=Gh(Ar(t.backgroundClip,0),n.curves),o||t.boxShadow.length?(this.ctx.save(),this.path(c),this.ctx.clip(),tt(t.backgroundColor)||(this.ctx.fillStyle=NA(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(n.container)]):[3,2];case 1:K.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach(function(rA){H.ctx.save();var q=In(n.curves),j=rA.inset?0:Rh,uA=Hh(q,-j+(rA.inset?1:-1)*rA.spread.number,(rA.inset?1:-1)*rA.spread.number,rA.spread.number*(rA.inset?-2:2),rA.spread.number*(rA.inset?-2:2));rA.inset?(H.path(q),H.ctx.clip(),H.mask(uA)):(H.mask(q),H.ctx.clip(),H.path(uA)),H.ctx.shadowOffsetX=rA.offsetX.number+j,H.ctx.shadowOffsetY=rA.offsetY.number,H.ctx.shadowColor=NA(rA.color),H.ctx.shadowBlur=rA.blur.number,H.ctx.fillStyle=rA.inset?NA(rA.color):"rgba(0,0,0,1)",H.ctx.fill(),H.ctx.restore()}),K.label=2;case 2:w=0,d=0,m=B,K.label=3;case 3:return d<m.length?(y=m[d],y.style!==0&&!tt(y.color)&&y.width>0?y.style!==2?[3,5]:[4,this.renderDashedDottedBorder(y.color,y.width,w,n.curves,2)]:[3,11]):[3,13];case 4:return K.sent(),[3,11];case 5:return y.style!==3?[3,7]:[4,this.renderDashedDottedBorder(y.color,y.width,w,n.curves,3)];case 6:return K.sent(),[3,11];case 7:return y.style!==4?[3,9]:[4,this.renderDoubleBorder(y.color,y.width,w,n.curves)];case 8:return K.sent(),[3,11];case 9:return[4,this.renderSolidBorder(y.color,w,n.curves)];case 10:K.sent(),K.label=11;case 11:w++,K.label=12;case 12:return d++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(n,t,o,B,c){return a(this,void 0,void 0,function(){var w,d,m,y,H,K,rA,q,j,uA,sA,iA,UA,dA,BA,AA,BA,AA;return f(this,function(QA){return this.ctx.save(),w=_h(B,o),d=Go(B,o),c===2&&(this.path(d),this.ctx.clip()),ge(d[0])?(m=d[0].start.x,y=d[0].start.y):(m=d[0].x,y=d[0].y),ge(d[1])?(H=d[1].end.x,K=d[1].end.y):(H=d[1].x,K=d[1].y),o===0||o===2?rA=Math.abs(m-H):rA=Math.abs(y-K),this.ctx.beginPath(),c===3?this.formatPath(w):this.formatPath(d.slice(0,2)),q=t<3?t*3:t*2,j=t<3?t*2:t,c===3&&(q=t,j=t),uA=!0,rA<=q*2?uA=!1:rA<=q*2+j?(sA=rA/(2*q+j),q*=sA,j*=sA):(iA=Math.floor((rA+j)/(q+j)),UA=(rA-iA*q)/(iA-1),dA=(rA-(iA+1)*q)/iA,j=dA<=0||Math.abs(j-UA)<Math.abs(j-dA)?UA:dA),uA&&(c===3?this.ctx.setLineDash([0,q+j]):this.ctx.setLineDash([q,j])),c===3?(this.ctx.lineCap="round",this.ctx.lineWidth=t):this.ctx.lineWidth=t*2+1.1,this.ctx.strokeStyle=NA(n),this.ctx.stroke(),this.ctx.setLineDash([]),c===2&&(ge(d[0])&&(BA=d[3],AA=d[0],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke()),ge(d[1])&&(BA=d[1],AA=d[2],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(n){return a(this,void 0,void 0,function(){var t;return f(this,function(o){switch(o.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=NA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),t=bh(n),[4,this.renderStack(t)];case 1:return o.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(Xo),Nh=function(e){return e instanceof ho||e instanceof uo?!0:e instanceof cs&&e.type!==vn&&e.type!==Un},Gh=function(e,A){switch(e){case 0:return In(A);case 2:return Uh(A);default:return Dn(A)}},Vh=function(e){switch(e){case 1:return"center";case 2:return"right";default:return"left"}},Ph=["-apple-system","system-ui"],Xh=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Ph.indexOf(A)===-1}):e},Wh=(function(e){r(A,e);function A(n,t){var o=e.call(this,n,t)||this;return o.canvas=t.canvas?t.canvas:document.createElement("canvas"),o.ctx=o.canvas.getContext("2d"),o.options=t,o.canvas.width=Math.floor(t.width*t.scale),o.canvas.height=Math.floor(t.height*t.scale),o.canvas.style.width=t.width+"px",o.canvas.style.height=t.height+"px",o.ctx.scale(o.options.scale,o.options.scale),o.ctx.translate(-t.x,-t.y),o.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+t.width+"x"+t.height+" at "+t.x+","+t.y+") with scale "+t.scale),o}return A.prototype.render=function(n){return a(this,void 0,void 0,function(){var t,o;return f(this,function(B){switch(B.label){case 0:return t=os(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,n),[4,Jh(t)];case 1:return o=B.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=NA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(o,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(Xo),Jh=function(e){return new Promise(function(A,n){var t=new Image;t.onload=function(){A(t)},t.onerror=n,t.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Yh=(function(){function e(A){var n=A.id,t=A.enabled;this.id=n,this.enabled=t,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.getTime=function(){return Date.now()-this.start},e.prototype.info=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&typeof window!="undefined"&&window.console&&typeof console.info=="function"&&console.info.apply(console,u([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],n=0;n<arguments.length;n++)A[n]=arguments[n];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.error=="function"?console.error.apply(console,u([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e})(),qh=(function(){function e(A,n){var t;this.windowBounds=n,this.instanceName="#"+e.instanceCount++,this.logger=new Yh({id:this.instanceName,enabled:A.logging}),this.cache=(t=A.cache)!==null&&t!==void 0?t:new gh(this,A)}return e.instanceCount=1,e})(),zh=function(e,A){return A===void 0&&(A={}),Zh(e,A)};typeof window!="undefined"&&To.setContext(window);var Zh=function(e,A){return a(void 0,void 0,void 0,function(){var n,t,o,B,c,w,d,m,y,H,K,rA,q,j,uA,sA,iA,UA,dA,BA,QA,AA,QA,FA,cA,TA,te,ae,yA,PA,st,re,ne,yt,ye,ot,Ht,bt,Le,It;return f(this,function(Ke){switch(Ke.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(n=e.ownerDocument,!n)throw new Error("Element is not attached to a Document");if(t=n.defaultView,!t)throw new Error("Document is not attached to a Window");return o={allowTaint:(FA=A.allowTaint)!==null&&FA!==void 0?FA:!1,imageTimeout:(cA=A.imageTimeout)!==null&&cA!==void 0?cA:15e3,proxy:A.proxy,useCORS:(TA=A.useCORS)!==null&&TA!==void 0?TA:!1},B=i({logging:(te=A.logging)!==null&&te!==void 0?te:!0,cache:A.cache},o),c={windowWidth:(ae=A.windowWidth)!==null&&ae!==void 0?ae:t.innerWidth,windowHeight:(yA=A.windowHeight)!==null&&yA!==void 0?yA:t.innerHeight,scrollX:(PA=A.scrollX)!==null&&PA!==void 0?PA:t.pageXOffset,scrollY:(st=A.scrollY)!==null&&st!==void 0?st:t.pageYOffset},w=new C(c.scrollX,c.scrollY,c.windowWidth,c.windowHeight),d=new qh(B,w),m=(re=A.foreignObjectRendering)!==null&&re!==void 0?re:!1,y={allowTaint:(ne=A.allowTaint)!==null&&ne!==void 0?ne:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:m,copyStyles:m},d.logger.debug("Starting document clone with size "+w.width+"x"+w.height+" scrolled to "+-w.left+","+-w.top),H=new Lo(d,e,y),K=H.clonedReferenceElement,K?[4,H.toIFrame(n,w)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return rA=Ke.sent(),q=ls(K)||ju(K)?h(K.ownerDocument):l(d,K),j=q.width,uA=q.height,sA=q.left,iA=q.top,UA=jh(d,K,A.backgroundColor),dA={canvas:A.canvas,backgroundColor:UA,scale:(ye=(yt=A.scale)!==null&&yt!==void 0?yt:t.devicePixelRatio)!==null&&ye!==void 0?ye:1,x:((ot=A.x)!==null&&ot!==void 0?ot:0)+sA,y:((Ht=A.y)!==null&&Ht!==void 0?Ht:0)+iA,width:(bt=A.width)!==null&&bt!==void 0?bt:Math.ceil(j),height:(Le=A.height)!==null&&Le!==void 0?Le:Math.ceil(uA)},m?(d.logger.debug("Document cloned, using foreign object rendering"),QA=new Wh(d,dA),[4,QA.render(K)]):[3,3];case 2:return BA=Ke.sent(),[3,5];case 3:return d.logger.debug("Document cloned, element located at "+sA+","+iA+" with size "+j+"x"+uA+" using computed rendering"),d.logger.debug("Starting DOM parsing"),AA=Co(d,K),UA===AA.styles.backgroundColor&&(AA.styles.backgroundColor=_e.TRANSPARENT),d.logger.debug("Starting renderer for element at "+dA.x+","+dA.y+" with size "+dA.width+"x"+dA.height),QA=new Mh(d,dA),[4,QA.render(AA)];case 4:BA=Ke.sent(),Ke.label=5;case 5:return(!((It=A.removeContainer)!==null&&It!==void 0)||It)&&(Lo.destroy(rA)||d.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),d.logger.debug("Finished rendering"),[2,BA]}})})},jh=function(e,A,n){var t=A.ownerDocument,o=t.documentElement?Ur(e,getComputedStyle(t.documentElement).backgroundColor):_e.TRANSPARENT,B=t.body?Ur(e,getComputedStyle(t.body).backgroundColor):_e.TRANSPARENT,c=typeof n=="string"?Ur(e,n):n===null?_e.TRANSPARENT:4294967295;return A===t.documentElement?tt(o)?tt(B)?c:B:o:c};return zh}))});var xe=Object.create(null);xe.open="0";xe.close="1";xe.ping="2";xe.pong="3";xe.message="4";xe.upgrade="5";xe.noop="6";var Dr=Object.create(null);Object.keys(xe).forEach(s=>{Dr[xe[s]]=s});var _r={type:"error",data:"parser error"};var zo=typeof Blob=="function"||typeof Blob!="undefined"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",Zo=typeof ArrayBuffer=="function",jo=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s&&s.buffer instanceof ArrayBuffer,Sr=({type:s,data:r},i,a)=>zo&&r instanceof Blob?i?a(r):Yo(r,a):Zo&&(r instanceof ArrayBuffer||jo(r))?i?a(r):Yo(new Blob([r]),a):a(xe[s]+(r||"")),Yo=(s,r)=>{let i=new FileReader;return i.onload=function(){let a=i.result.split(",")[1];r("b"+(a||""))},i.readAsDataURL(s)};function qo(s){return s instanceof Uint8Array?s:s instanceof ArrayBuffer?new Uint8Array(s):new Uint8Array(s.buffer,s.byteOffset,s.byteLength)}var Us;function $o(s,r){if(zo&&s.data instanceof Blob)return s.data.arrayBuffer().then(qo).then(r);if(Zo&&(s.data instanceof ArrayBuffer||jo(s.data)))return r(qo(s.data));Sr(s,!1,i=>{Us||(Us=new TextEncoder),r(Us.encode(i))})}var Aa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Lr=typeof Uint8Array=="undefined"?[]:new Uint8Array(256);for(let s=0;s<Aa.length;s++)Lr[Aa.charCodeAt(s)]=s;var ea=s=>{let r=s.length*.75,i=s.length,a,f=0,u,C,l,h;s[s.length-1]==="="&&(r--,s[s.length-2]==="="&&r--);let Q=new ArrayBuffer(r),g=new Uint8Array(Q);for(a=0;a<i;a+=4)u=Lr[s.charCodeAt(a)],C=Lr[s.charCodeAt(a+1)],l=Lr[s.charCodeAt(a+2)],h=Lr[s.charCodeAt(a+3)],g[f++]=u<<2|C>>4,g[f++]=(C&15)<<4|l>>2,g[f++]=(l&3)<<6|h&63;return Q};var sg=typeof ArrayBuffer=="function",Kr=(s,r)=>{if(typeof s!="string")return{type:"message",data:ta(s,r)};let i=s.charAt(0);return i==="b"?{type:"message",data:og(s.substring(1),r)}:Dr[i]?s.length>1?{type:Dr[i],data:s.substring(1)}:{type:Dr[i]}:_r},og=(s,r)=>{if(sg){let i=ea(s);return ta(i,r)}else return{base64:!0,data:s}},ta=(s,r)=>r==="blob"?s instanceof Blob?s:new Blob([s]):s instanceof ArrayBuffer?s:s.buffer;var ra="",na=(s,r)=>{let i=s.length,a=new Array(i),f=0;s.forEach((u,C)=>{Sr(u,!1,l=>{a[C]=l,++f===i&&r(a.join(ra))})})},ia=(s,r)=>{let i=s.split(ra),a=[];for(let f=0;f<i.length;f++){let u=Kr(i[f],r);if(a.push(u),u.type==="error")break}return a};function sa(){return new TransformStream({transform(s,r){$o(s,i=>{let a=i.length,f;if(a<126)f=new Uint8Array(1),new DataView(f.buffer).setUint8(0,a);else if(a<65536){f=new Uint8Array(3);let u=new DataView(f.buffer);u.setUint8(0,126),u.setUint16(1,a)}else{f=new Uint8Array(9);let u=new DataView(f.buffer);u.setUint8(0,127),u.setBigUint64(1,BigInt(a))}s.data&&typeof s.data!="string"&&(f[0]|=128),r.enqueue(f),r.enqueue(i)})}})}var vs;function Tn(s){return s.reduce((r,i)=>r+i.length,0)}function On(s,r){if(s[0].length===r)return s.shift();let i=new Uint8Array(r),a=0;for(let f=0;f<r;f++)i[f]=s[0][a++],a===s[0].length&&(s.shift(),a=0);return s.length&&a<s[0].length&&(s[0]=s[0].slice(a)),i}function oa(s,r){vs||(vs=new TextDecoder);let i=[],a=0,f=-1,u=!1;return new TransformStream({transform(C,l){for(i.push(C);;){if(a===0){if(Tn(i)<1)break;let h=On(i,1);u=(h[0]&128)===128,f=h[0]&127,f<126?a=3:f===126?a=1:a=2}else if(a===1){if(Tn(i)<2)break;let h=On(i,2);f=new DataView(h.buffer,h.byteOffset,h.length).getUint16(0),a=3}else if(a===2){if(Tn(i)<8)break;let h=On(i,8),Q=new DataView(h.buffer,h.byteOffset,h.length),g=Q.getUint32(0);if(g>Math.pow(2,21)-1){l.enqueue(_r);break}f=g*Math.pow(2,32)+Q.getUint32(4),a=3}else{if(Tn(i)<f)break;let h=On(i,f);l.enqueue(Kr(u?h:vs.decode(h),r)),a=0}if(f===0||f>s){l.enqueue(_r);break}}}})}var Es=4;function DA(s){if(s)return ag(s)}function ag(s){for(var r in DA.prototype)s[r]=DA.prototype[r];return s}DA.prototype.on=DA.prototype.addEventListener=function(s,r){return this._callbacks=this._callbacks||{},(this._callbacks["$"+s]=this._callbacks["$"+s]||[]).push(r),this};DA.prototype.once=function(s,r){function i(){this.off(s,i),r.apply(this,arguments)}return i.fn=r,this.on(s,i),this};DA.prototype.off=DA.prototype.removeListener=DA.prototype.removeAllListeners=DA.prototype.removeEventListener=function(s,r){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var i=this._callbacks["$"+s];if(!i)return this;if(arguments.length==1)return delete this._callbacks["$"+s],this;for(var a,f=0;f<i.length;f++)if(a=i[f],a===r||a.fn===r){i.splice(f,1);break}return i.length===0&&delete this._callbacks["$"+s],this};DA.prototype.emit=function(s){this._callbacks=this._callbacks||{};for(var r=new Array(arguments.length-1),i=this._callbacks["$"+s],a=1;a<arguments.length;a++)r[a-1]=arguments[a];if(i){i=i.slice(0);for(var a=0,f=i.length;a<f;++a)i[a].apply(this,r)}return this};DA.prototype.emitReserved=DA.prototype.emit;DA.prototype.listeners=function(s){return this._callbacks=this._callbacks||{},this._callbacks["$"+s]||[]};DA.prototype.hasListeners=function(s){return!!this.listeners(s).length};var Te=typeof Promise=="function"&&typeof Promise.resolve=="function"?r=>Promise.resolve().then(r):(r,i)=>i(r,0),zA=typeof self!="undefined"?self:typeof window!="undefined"?window:Function("return this")(),aa="arraybuffer";function kn(s,...r){return r.reduce((i,a)=>(s.hasOwnProperty(a)&&(i[a]=s[a]),i),{})}var Bg=zA.setTimeout,cg=zA.clearTimeout;function Oe(s,r){r.useNativeTimers?(s.setTimeoutFn=Bg.bind(zA),s.clearTimeoutFn=cg.bind(zA)):(s.setTimeoutFn=zA.setTimeout.bind(zA),s.clearTimeoutFn=zA.clearTimeout.bind(zA))}var fg=1.33;function Ba(s){return typeof s=="string"?lg(s):Math.ceil((s.byteLength||s.size)*fg)}function lg(s){let r=0,i=0;for(let a=0,f=s.length;a<f;a++)r=s.charCodeAt(a),r<128?i+=1:r<2048?i+=2:r<55296||r>=57344?i+=3:(a++,i+=4);return i}function Rn(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function ca(s){let r="";for(let i in s)s.hasOwnProperty(i)&&(r.length&&(r+="&"),r+=encodeURIComponent(i)+"="+encodeURIComponent(s[i]));return r}function fa(s){let r={},i=s.split("&");for(let a=0,f=i.length;a<f;a++){let u=i[a].split("=");r[decodeURIComponent(u[0])]=decodeURIComponent(u[1])}return r}var Mn=class extends Error{constructor(r,i,a){super(r),this.description=i,this.context=a,this.type="TransportError"}},ke=class extends DA{constructor(r){super(),this.writable=!1,Oe(this,r),this.opts=r,this.query=r.query,this.socket=r.socket,this.supportsBinary=!r.forceBase64}onError(r,i,a){return super.emitReserved("error",new Mn(r,i,a)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(r){this.readyState==="open"&&this.write(r)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(r){let i=Kr(r,this.socket.binaryType);this.onPacket(i)}onPacket(r){super.emitReserved("packet",r)}onClose(r){this.readyState="closed",super.emitReserved("close",r)}pause(r){}createUri(r,i={}){return r+"://"+this._hostname()+this._port()+this.opts.path+this._query(i)}_hostname(){let r=this.opts.hostname;return r.indexOf(":")===-1?r:"["+r+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(r){let i=ca(r);return i.length?"?"+i:""}};var Tr=class extends ke{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(r){this.readyState="pausing";let i=()=>{this.readyState="paused",r()};if(this._polling||!this.writable){let a=0;this._polling&&(a++,this.once("pollComplete",function(){--a||i()})),this.writable||(a++,this.once("drain",function(){--a||i()}))}else i()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(r){let i=a=>{if(this.readyState==="opening"&&a.type==="open"&&this.onOpen(),a.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(a)};ia(r,this.socket.binaryType).forEach(i),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){let r=()=>{this.write([{type:"close"}])};this.readyState==="open"?r():this.once("open",r)}write(r){this.writable=!1,na(r,i=>{this.doWrite(i,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let r=this.opts.secure?"https":"http",i=this.query||{};return this.opts.timestampRequests!==!1&&(i[this.opts.timestampParam]=Rn()),!this.supportsBinary&&!i.sid&&(i.b64=1),this.createUri(r,i)}};var la=!1;try{la=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch{}var ua=la;function ug(){}var ms=class extends Tr{constructor(r){if(super(r),typeof location!="undefined"){let i=location.protocol==="https:",a=location.port;a||(a=i?"443":"80"),this.xd=typeof location!="undefined"&&r.hostname!==location.hostname||a!==r.port}}doWrite(r,i){let a=this.request({method:"POST",data:r});a.on("success",i),a.on("error",(f,u)=>{this.onError("xhr post error",f,u)})}doPoll(){let r=this.request();r.on("data",this.onData.bind(this)),r.on("error",(i,a)=>{this.onError("xhr poll error",i,a)}),this.pollXhr=r}},at=class s extends DA{constructor(r,i,a){super(),this.createRequest=r,Oe(this,a),this._opts=a,this._method=a.method||"GET",this._uri=i,this._data=a.data!==void 0?a.data:null,this._create()}_create(){var r;let i=kn(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");i.xdomain=!!this._opts.xd;let a=this._xhr=this.createRequest(i);try{a.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){a.setDisableHeaderCheck&&a.setDisableHeaderCheck(!0);for(let f in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(f)&&a.setRequestHeader(f,this._opts.extraHeaders[f])}}catch{}if(this._method==="POST")try{a.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{a.setRequestHeader("Accept","*/*")}catch{}(r=this._opts.cookieJar)===null||r===void 0||r.addCookies(a),"withCredentials"in a&&(a.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(a.timeout=this._opts.requestTimeout),a.onreadystatechange=()=>{var f;a.readyState===3&&((f=this._opts.cookieJar)===null||f===void 0||f.parseCookies(a.getResponseHeader("set-cookie"))),a.readyState===4&&(a.status===200||a.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof a.status=="number"?a.status:0)},0))},a.send(this._data)}catch(f){this.setTimeoutFn(()=>{this._onError(f)},0);return}typeof document!="undefined"&&(this._index=s.requestsCount++,s.requests[this._index]=this)}_onError(r){this.emitReserved("error",r,this._xhr),this._cleanup(!0)}_cleanup(r){if(!(typeof this._xhr=="undefined"||this._xhr===null)){if(this._xhr.onreadystatechange=ug,r)try{this._xhr.abort()}catch{}typeof document!="undefined"&&delete s.requests[this._index],this._xhr=null}}_onLoad(){let r=this._xhr.responseText;r!==null&&(this.emitReserved("data",r),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};at.requestsCount=0;at.requests={};if(typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",ha);else if(typeof addEventListener=="function"){let s="onpagehide"in zA?"pagehide":"unload";addEventListener(s,ha,!1)}}function ha(){for(let s in at.requests)at.requests.hasOwnProperty(s)&&at.requests[s].abort()}var hg=(function(){let s=ga({xdomain:!1});return s&&s.responseType!==null})(),Bt=class extends ms{constructor(r){super(r);let i=r&&r.forceBase64;this.supportsBinary=hg&&!i}request(r={}){return Object.assign(r,{xd:this.xd},this.opts),new at(ga,this.uri(),r)}};function ga(s){let r=s.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!r||ua))return new XMLHttpRequest}catch{}if(!r)try{return new zA[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}var da=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",Hs=class extends ke{get name(){return"websocket"}doOpen(){let r=this.uri(),i=this.opts.protocols,a=da?{}:kn(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(a.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(r,i,a)}catch(f){return this.emitReserved("error",f)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=r=>this.onClose({description:"websocket connection closed",context:r}),this.ws.onmessage=r=>this.onData(r.data),this.ws.onerror=r=>this.onError("websocket error",r)}write(r){this.writable=!1;for(let i=0;i<r.length;i++){let a=r[i],f=i===r.length-1;Sr(a,this.supportsBinary,u=>{try{this.doWrite(a,u)}catch{}f&&Te(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){let r=this.opts.secure?"wss":"ws",i=this.query||{};return this.opts.timestampRequests&&(i[this.opts.timestampParam]=Rn()),this.supportsBinary||(i.b64=1),this.createUri(r,i)}},ys=zA.WebSocket||zA.MozWebSocket,ct=class extends Hs{createSocket(r,i,a){return da?new ys(r,i,a):i?new ys(r,i):new ys(r)}doWrite(r,i){this.ws.send(i)}};var tr=class extends ke{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(r){return this.emitReserved("error",r)}this._transport.closed.then(()=>{this.onClose()}).catch(r=>{this.onError("webtransport error",r)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(r=>{let i=oa(Number.MAX_SAFE_INTEGER,this.socket.binaryType),a=r.readable.pipeThrough(i).getReader(),f=sa();f.readable.pipeTo(r.writable),this._writer=f.writable.getWriter();let u=()=>{a.read().then(({done:l,value:h})=>{l||(this.onPacket(h),u())}).catch(l=>{})};u();let C={type:"open"};this.query.sid&&(C.data=`{"sid":"${this.query.sid}"}`),this._writer.write(C).then(()=>this.onOpen())})})}write(r){this.writable=!1;for(let i=0;i<r.length;i++){let a=r[i],f=i===r.length-1;this._writer.write(a).then(()=>{f&&Te(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var r;(r=this._transport)===null||r===void 0||r.close()}};var bs={websocket:ct,webtransport:tr,polling:Bt};var gg=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,dg=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function rr(s){if(s.length>8e3)throw"URI too long";let r=s,i=s.indexOf("["),a=s.indexOf("]");i!=-1&&a!=-1&&(s=s.substring(0,i)+s.substring(i,a).replace(/:/g,";")+s.substring(a,s.length));let f=gg.exec(s||""),u={},C=14;for(;C--;)u[dg[C]]=f[C]||"";return i!=-1&&a!=-1&&(u.source=r,u.host=u.host.substring(1,u.host.length-1).replace(/;/g,":"),u.authority=u.authority.replace("[","").replace("]","").replace(/;/g,":"),u.ipv6uri=!0),u.pathNames=wg(u,u.path),u.queryKey=Cg(u,u.query),u}function wg(s,r){let i=/\/{2,9}/g,a=r.replace(i,"/").split("/");return(r.slice(0,1)=="/"||r.length===0)&&a.splice(0,1),r.slice(-1)=="/"&&a.splice(a.length-1,1),a}function Cg(s,r){let i={};return r.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(a,f,u){f&&(i[f]=u)}),i}var Is=typeof addEventListener=="function"&&typeof removeEventListener=="function",Nn=[];Is&&addEventListener("offline",()=>{Nn.forEach(s=>s())},!1);var Dt=class s extends DA{constructor(r,i){if(super(),this.binaryType=aa,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,r&&typeof r=="object"&&(i=r,r=null),r){let a=rr(r);i.hostname=a.host,i.secure=a.protocol==="https"||a.protocol==="wss",i.port=a.port,a.query&&(i.query=a.query)}else i.host&&(i.hostname=rr(i.host).host);Oe(this,i),this.secure=i.secure!=null?i.secure:typeof location!="undefined"&&location.protocol==="https:",i.hostname&&!i.port&&(i.port=this.secure?"443":"80"),this.hostname=i.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=i.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},i.transports.forEach(a=>{let f=a.prototype.name;this.transports.push(f),this._transportsByName[f]=a}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},i),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=fa(this.opts.query)),Is&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Nn.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(r){let i=Object.assign({},this.opts.query);i.EIO=Es,i.transport=r,this.id&&(i.sid=this.id);let a=Object.assign({},this.opts,{query:i,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[r]);return new this._transportsByName[r](a)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let r=this.opts.rememberUpgrade&&s.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let i=this.createTransport(r);i.open(),this.setTransport(i)}setTransport(r){this.transport&&this.transport.removeAllListeners(),this.transport=r,r.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",i=>this._onClose("transport close",i))}onOpen(){this.readyState="open",s.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(r){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",r),this.emitReserved("heartbeat"),r.type){case"open":this.onHandshake(JSON.parse(r.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let i=new Error("server error");i.code=r.data,this._onError(i);break;case"message":this.emitReserved("data",r.data),this.emitReserved("message",r.data);break}}onHandshake(r){this.emitReserved("handshake",r),this.id=r.sid,this.transport.query.sid=r.sid,this._pingInterval=r.pingInterval,this._pingTimeout=r.pingTimeout,this._maxPayload=r.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let r=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+r,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},r),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){let r=this._getWritablePackets();this.transport.send(r),this._prevBufferLen=r.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let i=1;for(let a=0;a<this.writeBuffer.length;a++){let f=this.writeBuffer[a].data;if(f&&(i+=Ba(f)),a>0&&i>this._maxPayload)return this.writeBuffer.slice(0,a);i+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let r=Date.now()>this._pingTimeoutTime;return r&&(this._pingTimeoutTime=0,Te(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),r}write(r,i,a){return this._sendPacket("message",r,i,a),this}send(r,i,a){return this._sendPacket("message",r,i,a),this}_sendPacket(r,i,a,f){if(typeof i=="function"&&(f=i,i=void 0),typeof a=="function"&&(f=a,a=null),this.readyState==="closing"||this.readyState==="closed")return;a=a||{},a.compress=a.compress!==!1;let u={type:r,data:i,options:a};this.emitReserved("packetCreate",u),this.writeBuffer.push(u),f&&this.once("flush",f),this.flush()}close(){let r=()=>{this._onClose("forced close"),this.transport.close()},i=()=>{this.off("upgrade",i),this.off("upgradeError",i),r()},a=()=>{this.once("upgrade",i),this.once("upgradeError",i)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?a():r()}):this.upgrading?a():r()),this}_onError(r){if(s.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",r),this._onClose("transport error",r)}_onClose(r,i){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Is&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let a=Nn.indexOf(this._offlineEventListener);a!==-1&&Nn.splice(a,1)}this.readyState="closed",this.id=null,this.emitReserved("close",r,i),this.writeBuffer=[],this._prevBufferLen=0}}};Dt.protocol=Es;var Gn=class extends Dt{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let r=0;r<this._upgrades.length;r++)this._probe(this._upgrades[r])}_probe(r){let i=this.createTransport(r),a=!1;Dt.priorWebsocketSuccess=!1;let f=()=>{a||(i.send([{type:"ping",data:"probe"}]),i.once("packet",U=>{if(!a)if(U.type==="pong"&&U.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",i),!i)return;Dt.priorWebsocketSuccess=i.name==="websocket",this.transport.pause(()=>{a||this.readyState!=="closed"&&(g(),this.setTransport(i),i.send([{type:"upgrade"}]),this.emitReserved("upgrade",i),i=null,this.upgrading=!1,this.flush())})}else{let x=new Error("probe error");x.transport=i.name,this.emitReserved("upgradeError",x)}}))};function u(){a||(a=!0,g(),i.close(),i=null)}let C=U=>{let x=new Error("probe error: "+U);x.transport=i.name,u(),this.emitReserved("upgradeError",x)};function l(){C("transport closed")}function h(){C("socket closed")}function Q(U){i&&U.name!==i.name&&u()}let g=()=>{i.removeListener("open",f),i.removeListener("error",C),i.removeListener("close",l),this.off("close",h),this.off("upgrading",Q)};i.once("open",f),i.once("error",C),i.once("close",l),this.once("close",h),this.once("upgrading",Q),this._upgrades.indexOf("webtransport")!==-1&&r!=="webtransport"?this.setTimeoutFn(()=>{a||i.open()},200):i.open()}onHandshake(r){this._upgrades=this._filterUpgrades(r.upgrades),super.onHandshake(r)}_filterUpgrades(r){let i=[];for(let a=0;a<r.length;a++)~this.transports.indexOf(r[a])&&i.push(r[a]);return i}},nr=class extends Gn{constructor(r,i={}){let a=typeof r=="object"?r:i;(!a.transports||a.transports&&typeof a.transports[0]=="string")&&(a.transports=(a.transports||["polling","websocket","webtransport"]).map(f=>bs[f]).filter(f=>!!f)),super(r,a)}};var jd=nr.protocol;function wa(s,r="",i){let a=s;i=i||typeof location!="undefined"&&location,s==null&&(s=i.protocol+"//"+i.host),typeof s=="string"&&(s.charAt(0)==="/"&&(s.charAt(1)==="/"?s=i.protocol+s:s=i.host+s),/^(https?|wss?):\/\//.test(s)||(typeof i!="undefined"?s=i.protocol+"//"+s:s="https://"+s),a=rr(s)),a.port||(/^(http|ws)$/.test(a.protocol)?a.port="80":/^(http|ws)s$/.test(a.protocol)&&(a.port="443")),a.path=a.path||"/";let u=a.host.indexOf(":")!==-1?"["+a.host+"]":a.host;return a.id=a.protocol+"://"+u+":"+a.port+r,a.href=a.protocol+"://"+u+(i&&i.port===a.port?"":":"+a.port),a}var Ts={};ng(Ts,{Decoder:()=>Ls,Encoder:()=>Ss,PacketType:()=>hA,isPacketValid:()=>Hg,protocol:()=>Fa});var pg=typeof ArrayBuffer=="function",Qg=s=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(s):s.buffer instanceof ArrayBuffer,Ca=Object.prototype.toString,Fg=typeof Blob=="function"||typeof Blob!="undefined"&&Ca.call(Blob)==="[object BlobConstructor]",Ug=typeof File=="function"||typeof File!="undefined"&&Ca.call(File)==="[object FileConstructor]";function kr(s){return pg&&(s instanceof ArrayBuffer||Qg(s))||Fg&&s instanceof Blob||Ug&&s instanceof File}function Or(s,r){if(!s||typeof s!="object")return!1;if(Array.isArray(s)){for(let i=0,a=s.length;i<a;i++)if(Or(s[i]))return!0;return!1}if(kr(s))return!0;if(s.toJSON&&typeof s.toJSON=="function"&&arguments.length===1)return Or(s.toJSON(),!0);for(let i in s)if(Object.prototype.hasOwnProperty.call(s,i)&&Or(s[i]))return!0;return!1}function xa(s){let r=[],i=s.data,a=s;return a.data=Ds(i,r),a.attachments=r.length,{packet:a,buffers:r}}function Ds(s,r){if(!s)return s;if(kr(s)){let i={_placeholder:!0,num:r.length};return r.push(s),i}else if(Array.isArray(s)){let i=new Array(s.length);for(let a=0;a<s.length;a++)i[a]=Ds(s[a],r);return i}else if(typeof s=="object"&&!(s instanceof Date)){let i={};for(let a in s)Object.prototype.hasOwnProperty.call(s,a)&&(i[a]=Ds(s[a],r));return i}return s}function pa(s,r){return s.data=_s(s.data,r),delete s.attachments,s}function _s(s,r){if(!s)return s;if(s&&s._placeholder===!0){if(typeof s.num=="number"&&s.num>=0&&s.num<r.length)return r[s.num];throw new Error("illegal attachments")}else if(Array.isArray(s))for(let i=0;i<s.length;i++)s[i]=_s(s[i],r);else if(typeof s=="object")for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&(s[i]=_s(s[i],r));return s}var Qa=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],Fa=5,hA;(function(s){s[s.CONNECT=0]="CONNECT",s[s.DISCONNECT=1]="DISCONNECT",s[s.EVENT=2]="EVENT",s[s.ACK=3]="ACK",s[s.CONNECT_ERROR=4]="CONNECT_ERROR",s[s.BINARY_EVENT=5]="BINARY_EVENT",s[s.BINARY_ACK=6]="BINARY_ACK"})(hA||(hA={}));var Ss=class{constructor(r){this.replacer=r}encode(r){return(r.type===hA.EVENT||r.type===hA.ACK)&&Or(r)?this.encodeAsBinary({type:r.type===hA.EVENT?hA.BINARY_EVENT:hA.BINARY_ACK,nsp:r.nsp,data:r.data,id:r.id}):[this.encodeAsString(r)]}encodeAsString(r){let i=""+r.type;return(r.type===hA.BINARY_EVENT||r.type===hA.BINARY_ACK)&&(i+=r.attachments+"-"),r.nsp&&r.nsp!=="/"&&(i+=r.nsp+","),r.id!=null&&(i+=r.id),r.data!=null&&(i+=JSON.stringify(r.data,this.replacer)),i}encodeAsBinary(r){let i=xa(r),a=this.encodeAsString(i.packet),f=i.buffers;return f.unshift(a),f}},Ls=class s extends DA{constructor(r){super(),this.reviver=r}add(r){let i;if(typeof r=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");i=this.decodeString(r);let a=i.type===hA.BINARY_EVENT;a||i.type===hA.BINARY_ACK?(i.type=a?hA.EVENT:hA.ACK,this.reconstructor=new Ks(i),i.attachments===0&&super.emitReserved("decoded",i)):super.emitReserved("decoded",i)}else if(kr(r)||r.base64)if(this.reconstructor)i=this.reconstructor.takeBinaryData(r),i&&(this.reconstructor=null,super.emitReserved("decoded",i));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+r)}decodeString(r){let i=0,a={type:Number(r.charAt(0))};if(hA[a.type]===void 0)throw new Error("unknown packet type "+a.type);if(a.type===hA.BINARY_EVENT||a.type===hA.BINARY_ACK){let u=i+1;for(;r.charAt(++i)!=="-"&&i!=r.length;);let C=r.substring(u,i);if(C!=Number(C)||r.charAt(i)!=="-")throw new Error("Illegal attachments");a.attachments=Number(C)}if(r.charAt(i+1)==="/"){let u=i+1;for(;++i&&!(r.charAt(i)===","||i===r.length););a.nsp=r.substring(u,i)}else a.nsp="/";let f=r.charAt(i+1);if(f!==""&&Number(f)==f){let u=i+1;for(;++i;){let C=r.charAt(i);if(C==null||Number(C)!=C){--i;break}if(i===r.length)break}a.id=Number(r.substring(u,i+1))}if(r.charAt(++i)){let u=this.tryParse(r.substr(i));if(s.isPayloadValid(a.type,u))a.data=u;else throw new Error("invalid payload")}return a}tryParse(r){try{return JSON.parse(r,this.reviver)}catch{return!1}}static isPayloadValid(r,i){switch(r){case hA.CONNECT:return Vn(i);case hA.DISCONNECT:return i===void 0;case hA.CONNECT_ERROR:return typeof i=="string"||Vn(i);case hA.EVENT:case hA.BINARY_EVENT:return Array.isArray(i)&&(typeof i[0]=="number"||typeof i[0]=="string"&&Qa.indexOf(i[0])===-1);case hA.ACK:case hA.BINARY_ACK:return Array.isArray(i)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},Ks=class{constructor(r){this.packet=r,this.buffers=[],this.reconPack=r}takeBinaryData(r){if(this.buffers.push(r),this.buffers.length===this.reconPack.attachments){let i=pa(this.reconPack,this.buffers);return this.finishedReconstruction(),i}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function vg(s){return typeof s=="string"}var Eg=Number.isInteger||function(s){return typeof s=="number"&&isFinite(s)&&Math.floor(s)===s};function mg(s){return s===void 0||Eg(s)}function Vn(s){return Object.prototype.toString.call(s)==="[object Object]"}function yg(s,r){switch(s){case hA.CONNECT:return r===void 0||Vn(r);case hA.DISCONNECT:return r===void 0;case hA.EVENT:return Array.isArray(r)&&(typeof r[0]=="number"||typeof r[0]=="string"&&Qa.indexOf(r[0])===-1);case hA.ACK:return Array.isArray(r);case hA.CONNECT_ERROR:return typeof r=="string"||Vn(r);default:return!1}}function Hg(s){return vg(s.nsp)&&mg(s.id)&&yg(s.type,s.data)}function Be(s,r,i){return s.on(r,i),function(){s.off(r,i)}}var bg=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),ir=class extends DA{constructor(r,i,a){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=r,this.nsp=i,a&&a.auth&&(this.auth=a.auth),this._opts=Object.assign({},a),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let r=this.io;this.subs=[Be(r,"open",this.onopen.bind(this)),Be(r,"packet",this.onpacket.bind(this)),Be(r,"error",this.onerror.bind(this)),Be(r,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...r){return r.unshift("message"),this.emit.apply(this,r),this}emit(r,...i){var a,f,u;if(bg.hasOwnProperty(r))throw new Error('"'+r.toString()+'" is a reserved event name');if(i.unshift(r),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(i),this;let C={type:hA.EVENT,data:i};if(C.options={},C.options.compress=this.flags.compress!==!1,typeof i[i.length-1]=="function"){let g=this.ids++,U=i.pop();this._registerAckCallback(g,U),C.id=g}let l=(f=(a=this.io.engine)===null||a===void 0?void 0:a.transport)===null||f===void 0?void 0:f.writable,h=this.connected&&!(!((u=this.io.engine)===null||u===void 0)&&u._hasPingExpired());return this.flags.volatile&&!l||(h?(this.notifyOutgoingListeners(C),this.packet(C)):this.sendBuffer.push(C)),this.flags={},this}_registerAckCallback(r,i){var a;let f=(a=this.flags.timeout)!==null&&a!==void 0?a:this._opts.ackTimeout;if(f===void 0){this.acks[r]=i;return}let u=this.io.setTimeoutFn(()=>{delete this.acks[r];for(let l=0;l<this.sendBuffer.length;l++)this.sendBuffer[l].id===r&&this.sendBuffer.splice(l,1);i.call(this,new Error("operation has timed out"))},f),C=(...l)=>{this.io.clearTimeoutFn(u),i.apply(this,l)};C.withError=!0,this.acks[r]=C}emitWithAck(r,...i){return new Promise((a,f)=>{let u=(C,l)=>C?f(C):a(l);u.withError=!0,i.push(u),this.emit(r,...i)})}_addToQueue(r){let i;typeof r[r.length-1]=="function"&&(i=r.pop());let a={id:this._queueSeq++,tryCount:0,pending:!1,args:r,flags:Object.assign({fromQueue:!0},this.flags)};r.push((f,...u)=>(this._queue[0],f!==null?a.tryCount>this._opts.retries&&(this._queue.shift(),i&&i(f)):(this._queue.shift(),i&&i(null,...u)),a.pending=!1,this._drainQueue())),this._queue.push(a),this._drainQueue()}_drainQueue(r=!1){if(!this.connected||this._queue.length===0)return;let i=this._queue[0];i.pending&&!r||(i.pending=!0,i.tryCount++,this.flags=i.flags,this.emit.apply(this,i.args))}packet(r){r.nsp=this.nsp,this.io._packet(r)}onopen(){typeof this.auth=="function"?this.auth(r=>{this._sendConnectPacket(r)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(r){this.packet({type:hA.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},r):r})}onerror(r){this.connected||this.emitReserved("connect_error",r)}onclose(r,i){this.connected=!1,delete this.id,this.emitReserved("disconnect",r,i),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(r=>{if(!this.sendBuffer.some(a=>String(a.id)===r)){let a=this.acks[r];delete this.acks[r],a.withError&&a.call(this,new Error("socket has been disconnected"))}})}onpacket(r){if(r.nsp===this.nsp)switch(r.type){case hA.CONNECT:r.data&&r.data.sid?this.onconnect(r.data.sid,r.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case hA.EVENT:case hA.BINARY_EVENT:this.onevent(r);break;case hA.ACK:case hA.BINARY_ACK:this.onack(r);break;case hA.DISCONNECT:this.ondisconnect();break;case hA.CONNECT_ERROR:this.destroy();let a=new Error(r.data.message);a.data=r.data.data,this.emitReserved("connect_error",a);break}}onevent(r){let i=r.data||[];r.id!=null&&i.push(this.ack(r.id)),this.connected?this.emitEvent(i):this.receiveBuffer.push(Object.freeze(i))}emitEvent(r){if(this._anyListeners&&this._anyListeners.length){let i=this._anyListeners.slice();for(let a of i)a.apply(this,r)}super.emit.apply(this,r),this._pid&&r.length&&typeof r[r.length-1]=="string"&&(this._lastOffset=r[r.length-1])}ack(r){let i=this,a=!1;return function(...f){a||(a=!0,i.packet({type:hA.ACK,id:r,data:f}))}}onack(r){let i=this.acks[r.id];typeof i=="function"&&(delete this.acks[r.id],i.withError&&r.data.unshift(null),i.apply(this,r.data))}onconnect(r,i){this.id=r,this.recovered=i&&this._pid===i,this._pid=i,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(r=>this.emitEvent(r)),this.receiveBuffer=[],this.sendBuffer.forEach(r=>{this.notifyOutgoingListeners(r),this.packet(r)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(r=>r()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:hA.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(r){return this.flags.compress=r,this}get volatile(){return this.flags.volatile=!0,this}timeout(r){return this.flags.timeout=r,this}onAny(r){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(r),this}prependAny(r){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(r),this}offAny(r){if(!this._anyListeners)return this;if(r){let i=this._anyListeners;for(let a=0;a<i.length;a++)if(r===i[a])return i.splice(a,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(r){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(r),this}prependAnyOutgoing(r){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(r),this}offAnyOutgoing(r){if(!this._anyOutgoingListeners)return this;if(r){let i=this._anyOutgoingListeners;for(let a=0;a<i.length;a++)if(r===i[a])return i.splice(a,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(r){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let i=this._anyOutgoingListeners.slice();for(let a of i)a.apply(this,r.data)}}};function _t(s){s=s||{},this.ms=s.min||100,this.max=s.max||1e4,this.factor=s.factor||2,this.jitter=s.jitter>0&&s.jitter<=1?s.jitter:0,this.attempts=0}_t.prototype.duration=function(){var s=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var r=Math.random(),i=Math.floor(r*this.jitter*s);s=(Math.floor(r*10)&1)==0?s-i:s+i}return Math.min(s,this.max)|0};_t.prototype.reset=function(){this.attempts=0};_t.prototype.setMin=function(s){this.ms=s};_t.prototype.setMax=function(s){this.max=s};_t.prototype.setJitter=function(s){this.jitter=s};var sr=class extends DA{constructor(r,i){var a;super(),this.nsps={},this.subs=[],r&&typeof r=="object"&&(i=r,r=void 0),i=i||{},i.path=i.path||"/socket.io",this.opts=i,Oe(this,i),this.reconnection(i.reconnection!==!1),this.reconnectionAttempts(i.reconnectionAttempts||1/0),this.reconnectionDelay(i.reconnectionDelay||1e3),this.reconnectionDelayMax(i.reconnectionDelayMax||5e3),this.randomizationFactor((a=i.randomizationFactor)!==null&&a!==void 0?a:.5),this.backoff=new _t({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(i.timeout==null?2e4:i.timeout),this._readyState="closed",this.uri=r;let f=i.parser||Ts;this.encoder=new f.Encoder,this.decoder=new f.Decoder,this._autoConnect=i.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(r){return arguments.length?(this._reconnection=!!r,r||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(r){return r===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=r,this)}reconnectionDelay(r){var i;return r===void 0?this._reconnectionDelay:(this._reconnectionDelay=r,(i=this.backoff)===null||i===void 0||i.setMin(r),this)}randomizationFactor(r){var i;return r===void 0?this._randomizationFactor:(this._randomizationFactor=r,(i=this.backoff)===null||i===void 0||i.setJitter(r),this)}reconnectionDelayMax(r){var i;return r===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=r,(i=this.backoff)===null||i===void 0||i.setMax(r),this)}timeout(r){return arguments.length?(this._timeout=r,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(r){if(~this._readyState.indexOf("open"))return this;this.engine=new nr(this.uri,this.opts);let i=this.engine,a=this;this._readyState="opening",this.skipReconnect=!1;let f=Be(i,"open",function(){a.onopen(),r&&r()}),u=l=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",l),r?r(l):this.maybeReconnectOnOpen()},C=Be(i,"error",u);if(this._timeout!==!1){let l=this._timeout,h=this.setTimeoutFn(()=>{f(),u(new Error("timeout")),i.close()},l);this.opts.autoUnref&&h.unref(),this.subs.push(()=>{this.clearTimeoutFn(h)})}return this.subs.push(f),this.subs.push(C),this}connect(r){return this.open(r)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");let r=this.engine;this.subs.push(Be(r,"ping",this.onping.bind(this)),Be(r,"data",this.ondata.bind(this)),Be(r,"error",this.onerror.bind(this)),Be(r,"close",this.onclose.bind(this)),Be(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(r){try{this.decoder.add(r)}catch(i){this.onclose("parse error",i)}}ondecoded(r){Te(()=>{this.emitReserved("packet",r)},this.setTimeoutFn)}onerror(r){this.emitReserved("error",r)}socket(r,i){let a=this.nsps[r];return a?this._autoConnect&&!a.active&&a.connect():(a=new ir(this,r,i),this.nsps[r]=a),a}_destroy(r){let i=Object.keys(this.nsps);for(let a of i)if(this.nsps[a].active)return;this._close()}_packet(r){let i=this.encoder.encode(r);for(let a=0;a<i.length;a++)this.engine.write(i[a],r.options)}cleanup(){this.subs.forEach(r=>r()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(r,i){var a;this.cleanup(),(a=this.engine)===null||a===void 0||a.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",r,i),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let r=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let i=this.backoff.duration();this._reconnecting=!0;let a=this.setTimeoutFn(()=>{r.skipReconnect||(this.emitReserved("reconnect_attempt",r.backoff.attempts),!r.skipReconnect&&r.open(f=>{f?(r._reconnecting=!1,r.reconnect(),this.emitReserved("reconnect_error",f)):r.onreconnect()}))},i);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}}onreconnect(){let r=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",r)}};var Rr={};function Mr(s,r){typeof s=="object"&&(r=s,s=void 0),r=r||{};let i=wa(s,r.path||"/socket.io"),a=i.source,f=i.id,u=i.path,C=Rr[f]&&u in Rr[f].nsps,l=r.forceNew||r["force new connection"]||r.multiplex===!1||C,h;return l?h=new sr(a,r):(Rr[f]||(Rr[f]=new sr(a,r)),h=Rr[f]),i.query&&!r.query&&(r.query=i.queryKey),h.socket(i.path,r)}Object.assign(Mr,{Manager:sr,Socket:ir,io:Mr,connect:Mr});var $B=Jo(DB()),Ac=Jo(_B());var Ig="2.0.7",Dg=500,SB="user-agent",cr="",LB="?",LA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},se="browser",Ne="cpu",be="device",Qe="engine",ce="os",fr="result",M="name",T="type",N="vendor",G="version",ZA="architecture",qr="major",R="model",_i="console",fA="mobile",HA="tablet",OA="smarttv",He="wearable",Hi="xr",Yr="embedded",or="inapp",$s="brands",Lt="formFactors",A0="fullVersionList",lr="platform",e0="platformVersion",Ti="bitness",dt="sec-ch-ua",_g=dt+"-full-version-list",Sg=dt+"-arch",Lg=dt+"-"+Ti,Kg=dt+"-form-factors",Tg=dt+"-"+fA,Og=dt+"-"+R,YB=dt+"-"+lr,kg=YB+"-version",qB=[$s,A0,fA,R,lr,e0,ZA,Lt,Ti],bi="Amazon",ar="Apple",KB="ASUS",TB="BlackBerry",St="Google",OB="Huawei",Ns="Lenovo",kB="Honor",Ii="LG",Gs="Microsoft",Vs="Motorola",RB="Nvidia",MB="OnePlus",Ps="OPPO",Gr="Samsung",NB="Sharp",Vr="Sony",Xs="Xiaomi",Ws="Zebra",GB="Chrome",VB="Chromium",ut="Chromecast",Si="Edge",Pr="Firefox",Xr="Opera",Js="Facebook",PB="Sogou",Br="Mobile ",Wr=" Browser",qs="Windows",Rg=typeof window!==LA.UNDEFINED,ie=Rg&&window.navigator?window.navigator:void 0,Kt=ie&&ie.userAgentData?ie.userAgentData:void 0,Mg=function(s,r){var i={},a=r;if(!Li(r)){a={};for(var f in r)for(var u in r[f])a[u]=r[f][u].concat(a[u]?a[u]:[])}for(var C in s)i[C]=a[C]&&a[C].length%2===0?a[C].concat(s[C]):s[C];return i},Oi=function(s){for(var r={},i=0;i<s.length;i++)r[s[i].toUpperCase()]=s[i];return r},zs=function(s,r){if(typeof s===LA.OBJECT&&s.length>0){for(var i in s)if(ht(r)==ht(s[i]))return!0;return!1}return zr(s)?ht(r)==ht(s):!1},Li=function(s,r){for(var i in s)return/^(browser|cpu|device|engine|os)$/.test(i)||(r?Li(s[i]):!1)},zr=function(s){return typeof s===LA.STRING},Ys=function(s){if(s){for(var r=[],i=ur(/\\?\"/g,s).split(","),a=0;a<i.length;a++)if(i[a].indexOf(";")>-1){var f=Ki(i[a]).split(";v=");r[a]={brand:f[0],version:f[1]}}else r[a]=Ki(i[a]);return r}},ht=function(s){return zr(s)?s.toLowerCase():s},Zs=function(s){return zr(s)?ur(/[^\d\.]/g,s).split(".")[0]:void 0},Me=function(s){for(var r in s)if(s.hasOwnProperty(r)){var i=s[r];typeof i==LA.OBJECT&&i.length==2?this[i[0]]=i[1]:this[i]=void 0}return this},ur=function(s,r){return zr(r)?r.replace(s,cr):r},Jr=function(s){return ur(/\\?\"/g,s)},Ki=function(s,r){return s=ur(/^\s\s*/,String(s)),typeof r===LA.UNDEFINED?s:s.substring(0,r)},js=function(s,r){if(!(!s||!r))for(var i=0,a,f,u,C,l,h;i<r.length&&!l;){var Q=r[i],g=r[i+1];for(a=f=0;a<Q.length&&!l&&Q[a];)if(l=Q[a++].exec(s),l)for(u=0;u<g.length;u++)h=l[++f],C=g[u],typeof C===LA.OBJECT&&C.length>0?C.length===2?typeof C[1]==LA.FUNCTION?this[C[0]]=C[1].call(this,h):this[C[0]]=C[1]:C.length>=3&&(typeof C[1]===LA.FUNCTION&&!(C[1].exec&&C[1].test)?C.length>3?this[C[0]]=h?C[1].apply(this,C.slice(2)):void 0:this[C[0]]=h?C[1].call(this,h,C[2]):void 0:C.length==3?this[C[0]]=h?h.replace(C[1],C[2]):void 0:C.length==4?this[C[0]]=h?C[3].call(this,h.replace(C[1],C[2])):void 0:C.length>4&&(this[C[0]]=h?C[3].apply(this,[h.replace(C[1],C[2])].concat(C.slice(4))):void 0)):this[C]=h||void 0;i+=2}},pe=function(s,r){for(var i in r)if(typeof r[i]===LA.OBJECT&&r[i].length>0){for(var a=0;a<r[i].length;a++)if(zs(r[i][a],s))return i===LB?void 0:i}else if(zs(r[i],s))return i===LB?void 0:i;return r.hasOwnProperty("*")?r["*"]:s},XB={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},WB={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Ng={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},JB={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[G,[M,Br+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[G,[M,Si+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[G,[M,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[M,G],[/opios[\/ ]+([\w\.]+)/i],[G,[M,Xr+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[G,[M,Xr+" GX"]],[/\bopr\/([\w\.]+)/i],[G,[M,Xr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[G,[M,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[G,[M,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(atlas|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser|palemoon)\/([-\w\.]+)/i,/(heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[M,G],[/quark(?:pc)?\/([-\w\.]+)/i],[G,[M,"Quark"]],[/\bddg\/([\w\.]+)/i],[G,[M,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[G,[M,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[G,[M,"WeChat"]],[/konqueror\/([\w\.]+)/i],[G,[M,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[G,[M,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[G,[M,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[G,[M,"Smart "+Ns+Wr]],[/(avast|avg)\/([\w\.]+)/i],[[M,/(.+)/,"$1 Secure"+Wr],G],[/\bfocus\/([\w\.]+)/i],[G,[M,Pr+" Focus"]],[/\bopt\/([\w\.]+)/i],[G,[M,Xr+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[G,[M,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[G,[M,"Dolphin"]],[/coast\/([\w\.]+)/i],[G,[M,Xr+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[G,[M,"MIUI"+Wr]],[/fxios\/([\w\.-]+)/i],[G,[M,Br+Pr]],[/\bqihoobrowser\/?([\w\.]*)/i],[G,[M,"360"]],[/\b(qq)\/([\w\.]+)/i],[[M,/(.+)/,"$1Browser"],G],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[M,/(.+)/,"$1"+Wr],G],[/samsungbrowser\/([\w\.]+)/i],[G,[M,Gr+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[G,[M,PB+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[M,PB+" Mobile"],G],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[M,G],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[M],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[G,M],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[M,Js],G,[T,or]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[M,G,[T,or]],[/\bgsa\/([\w\.]+) .*safari\//i],[G,[M,"GSA"],[T,or]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[G,[M,"TikTok"],[T,or]],[/\[(linkedin)app\]/i],[M,[T,or]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[M,/(.+)/,"Zalo"],G,[T,or]],[/(chromium)[\/ ]([-\w\.]+)/i],[M,G],[/headlesschrome(?:\/([\w\.]+)| )/i],[G,[M,GB+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[G,[M,Si+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[M,GB+" WebView"],G],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[G,[M,"Android"+Wr]],[/chrome\/([\w\.]+) mobile/i],[G,[M,Br+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[M,G],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[G,[M,Br+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[M,Br+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[G,M],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[M,[G,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[M,G],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[M,Br+Pr],G],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[M,"Netscape"],G],[/(wolvic|librewolf)\/([\w\.]+)/i],[M,G],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[G,[M,Pr+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[M,[G,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[M,[G,/[^\d\.]+./,cr]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[ZA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[ZA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[ZA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[ZA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[ZA,"arm"]],[/ sun4\w[;\)]/i],[[ZA,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[ZA,/ower/,cr,ht]],[/mc680.0/i],[[ZA,"68k"]],[/winnt.+\[axp/i],[[ZA,"alpha"]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[R,[N,Gr],[T,HA]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[R,[N,Gr],[T,fA]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[R,[N,ar],[T,fA]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[R,[N,ar],[T,HA]],[/(macintosh);/i],[R,[N,ar]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[R,[N,NB],[T,fA]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[R,[N,kB],[T,HA]],[/honor([-\w ]+)[;\)]/i],[R,[N,kB],[T,fA]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[R,[N,OB],[T,HA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[R,[N,OB],[T,fA]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[R,/_/g," "],[N,Xs],[T,HA]],[/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/oid[^\)]+; (redmi[\-_ ]?(?:note|k)?[\w_ ]+|m?[12]\d[01]\d\w{3,6}|poco[\w ]+|(shark )?\w{3}-[ah]0|qin ?[1-3](s\+|ultra| pro)?)( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[R,/_/g," "],[N,Xs],[T,fA]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[R,[N,MB],[T,fA]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[R,[N,Ps],[T,fA]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[R,[N,pe,{OnePlus:["203","304","403","404","413","415"],"*":Ps}],[T,HA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[R,[N,"BLU"],[T,fA]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[R,[N,"Vivo"],[T,fA]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[R,[N,"Realme"],[T,fA]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[R,[N,Ns],[T,HA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[R,[N,Ns],[T,fA]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[R,[N,Vs],[T,fA]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[R,[N,Vs],[T,HA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[R,[N,Ii],[T,HA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[R,[N,Ii],[T,fA]],[/(nokia) (t[12][01])/i],[N,R,[T,HA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[R,/_/g," "],[T,fA],[N,"Nokia"]],[/(pixel (c|tablet))\b/i],[R,[N,St],[T,HA]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[R,[N,St],[T,fA]],[/(google) (pixelbook( go)?)/i],[N,R],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[R,[N,Vr],[T,fA]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[R,"Xperia Tablet"],[N,Vr],[T,HA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[R,[N,bi],[T,HA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[R,/(.+)/g,"Fire Phone $1"],[N,bi],[T,fA]],[/(playbook);[-\w\),; ]+(rim)/i],[R,N,[T,HA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[R,[N,TB],[T,fA]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[R,[N,KB],[T,HA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[R,[N,KB],[T,fA]],[/(nexus 9)/i],[R,[N,"HTC"],[T,HA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[N,[R,/_/g," "],[T,fA]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[R,[N,"TCL"],[T,HA]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[R,[N,"TCL"],[T,fA]],[/(itel) ((\w+))/i],[[N,ht],R,[T,pe,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[R,[N,"Acer"],[T,HA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[R,[N,"Meizu"],[T,fA]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[R,[N,"Ulefone"],[T,fA]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[R,[N,"Energizer"],[T,fA]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[R,[N,"Cat"],[T,fA]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[R,[N,"Smartfren"],[T,fA]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[R,[N,"Nothing"],[T,fA]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[R,[N,"Archos"],[T,HA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[R,[N,"Archos"],[T,fA]],[/; (n159v)/i],[R,[N,"HMD"],[T,fA]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[N,R,[T,HA]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[N,R,[T,fA]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[N,R,[T,HA]],[/(surface duo)/i],[R,[N,Gs],[T,HA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[R,[N,"Fairphone"],[T,fA]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[R,[N,RB],[T,HA]],[/(sprint) (\w+)/i],[N,R,[T,fA]],[/(kin\.[onetw]{3})/i],[[R,/\./g," "],[N,Gs],[T,fA]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[R,[N,Ws],[T,HA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[R,[N,Ws],[T,fA]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[N,[T,OA]],[/hbbtv.+maple;(\d+)/i],[[R,/^/,"SmartTV"],[N,Gr],[T,OA]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[N,R,[T,OA]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[N,Ii],[T,OA]],[/(apple) ?tv/i],[N,[R,ar+" TV"],[T,OA]],[/crkey.*devicetype\/chromecast/i],[[R,ut+" Third Generation"],[N,St],[T,OA]],[/crkey.*devicetype\/([^/]*)/i],[[R,/^/,"Chromecast "],[N,St],[T,OA]],[/fuchsia.*crkey/i],[[R,ut+" Nest Hub"],[N,St],[T,OA]],[/crkey/i],[[R,ut],[N,St],[T,OA]],[/(portaltv)/i],[R,[N,Js],[T,OA]],[/droid.+aft(\w+)( bui|\))/i],[R,[N,bi],[T,OA]],[/(shield \w+ tv)/i],[R,[N,RB],[T,OA]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[R,[N,NB],[T,OA]],[/(bravia[\w ]+)( bui|\))/i],[R,[N,Vr],[T,OA]],[/(mi(tv|box)-?\w+) bui/i],[R,[N,Xs],[T,OA]],[/Hbbtv.*(technisat) (.*);/i],[N,R,[T,OA]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[N,/.+\/(\w+)/,"$1",pe,{LG:"lge"}],[R,Ki],[T,OA]],[/(playstation \w+)/i],[R,[N,Vr],[T,_i]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[R,[N,Gs],[T,_i]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[N,pe,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],R,[T,_i]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[R,[N,Gr],[T,He]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[N,R,[T,He]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[R,[N,Ps],[T,He]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[R,[N,ar],[T,He]],[/(opwwe\d{3})/i],[R,[N,MB],[T,He]],[/(moto 360)/i],[R,[N,Vs],[T,He]],[/(smartwatch 3)/i],[R,[N,Vr],[T,He]],[/(g watch r)/i],[R,[N,Ii],[T,He]],[/droid.+; (wt63?0{2,3})\)/i],[R,[N,Ws],[T,He]],[/droid.+; (glass) \d/i],[R,[N,St],[T,Hi]],[/(pico) ([\w ]+) os\d/i],[N,R,[T,Hi]],[/(quest( \d| pro)?s?).+vr/i],[R,[N,Js],[T,Hi]],[/mobile vr; rv.+firefox/i],[[T,Hi]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[N,[T,Yr]],[/(aeobc)\b/i],[R,[N,bi],[T,Yr]],[/(homepod).+mac os/i],[R,[N,ar],[T,Yr]],[/windows iot/i],[[T,Yr]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[R,[T,OA]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[T,OA]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[R,[T,pe,{mobile:"Mobile",xr:"VR","*":HA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[T,HA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[T,fA]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[R,[N,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[G,[M,Si+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[M,G],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[G,[M,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[M,G],[/ladybird\//i],[[M,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[G,M]],os:[[/(windows nt) (6\.[23]); arm/i],[[M,/N/,"R"],[G,pe,XB]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[M,G],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[G,/(;|\))/g,"",pe,XB],[M,qs]],[/(windows ce)\/?([\d\.]*)/i],[M,G],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone)|.+apple ?tv)|ip(?:ad|hone)(?: |.+i(?:pad)?)os|apple ?tv.+ios)[\/ ]([\w\.]+)/i,/\btvos ?([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[G,/_/g,"."],[M,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[M,"macOS"],[G,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[G,[M,ut+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[G,[M,ut+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[G,[M,ut+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[G,[M,ut+" Linux"]],[/crkey\/([\d\.]+)/i],[G,[M,ut]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[G,M],[/(ubuntu) ([\w\.]+) like android/i],[[M,/(.+)/,"$1 Touch"],G],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[M,G],[/\(bb(10);/i],[G,[M,TB]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[G,[M,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[G,[M,Pr+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[G,[M,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[G,pe,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[M,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[G,[M,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[M,"Chrome OS"],G],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[M,G],[/(sunos) ?([\d\.]*)/i],[[M,"Solaris"],G],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[M,G]]},Di=(function(){var s={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Me.call(s.init,[[se,[M,G,qr,T]],[Ne,[ZA]],[be,[T,R,N]],[Qe,[M,G]],[ce,[M,G]]]),Me.call(s.isIgnore,[[se,[G,qr]],[Qe,[G]],[ce,[G]]]),Me.call(s.isIgnoreRgx,[[se,/ ?browser$/i],[ce,/ ?os$/i]]),Me.call(s.toString,[[se,[M,G]],[Ne,[ZA]],[be,[N,R]],[Qe,[M,G]],[ce,[M,G]]]),s})(),Gg=function(s,r){var i=Di.init[r],a=Di.isIgnore[r]||0,f=Di.isIgnoreRgx[r]||0,u=Di.toString[r]||0;function C(){Me.call(this,i)}return C.prototype.getItem=function(){return s},C.prototype.withClientHints=function(){return Kt?Kt.getHighEntropyValues(qB).then(function(l){return s.setCH(new zB(l,!1)).parseCH().get()}):s.parseCH().get()},C.prototype.withFeatureCheck=function(){return s.detectFeature().get()},r!=fr&&(C.prototype.is=function(l){var h=!1;for(var Q in this)if(this.hasOwnProperty(Q)&&!zs(a,Q)&&ht(f?ur(f,this[Q]):this[Q])==ht(f?ur(f,l):l)){if(h=!0,l!=LA.UNDEFINED)break}else if(l==LA.UNDEFINED&&h){h=!h;break}return h},C.prototype.toString=function(){var l=cr;for(var h in u)typeof this[u[h]]!==LA.UNDEFINED&&(l+=(l?" ":cr)+this[u[h]]);return l||LA.UNDEFINED}),C.prototype.then=function(l){var h=this,Q=function(){for(var U in h)h.hasOwnProperty(U)&&(this[U]=h[U])};Q.prototype={is:C.prototype.is,toString:C.prototype.toString,withClientHints:C.prototype.withClientHints,withFeatureCheck:C.prototype.withFeatureCheck};var g=new Q;return l(g),g},new C};function zB(s,r){if(s=s||{},Me.call(this,qB),r)Me.call(this,[[$s,Ys(s[dt])],[A0,Ys(s[_g])],[fA,/\?1/.test(s[Tg])],[R,Jr(s[Og])],[lr,Jr(s[YB])],[e0,Jr(s[kg])],[ZA,Jr(s[Sg])],[Lt,Ys(s[Kg])],[Ti,Jr(s[Lg])]]);else for(var i in s)this.hasOwnProperty(i)&&typeof s[i]!==LA.UNDEFINED&&(this[i]=s[i])}function gt(s,r,i,a){return Me.call(this,[["itemType",s],["ua",r],["uaCH",a],["rgxMap",i],["data",Gg(this,s)]]),this}gt.prototype.get=function(s){return s?this.data.hasOwnProperty(s)?this.data[s]:void 0:this.data};gt.prototype.set=function(s,r){return this.data[s]=r,this};gt.prototype.setCH=function(s){return this.uaCH=s,this};gt.prototype.detectFeature=function(){if(ie&&ie.userAgent==this.ua)switch(this.itemType){case se:ie.brave&&typeof ie.brave.isBrave==LA.FUNCTION&&this.set(M,"Brave");break;case be:!this.get(T)&&Kt&&Kt[fA]&&this.set(T,fA),this.get(R)=="Macintosh"&&ie&&typeof ie.standalone!==LA.UNDEFINED&&ie.maxTouchPoints&&ie.maxTouchPoints>2&&this.set(R,"iPad").set(T,HA);break;case ce:!this.get(M)&&Kt&&Kt[lr]&&this.set(M,Kt[lr]);break;case fr:var s=this.data,r=function(i){return s[i].getItem().detectFeature().get()};this.set(se,r(se)).set(Ne,r(Ne)).set(be,r(be)).set(Qe,r(Qe)).set(ce,r(ce))}return this};gt.prototype.parseUA=function(){switch(this.itemType!=fr&&js.call(this.data,this.ua,this.rgxMap),this.itemType){case se:this.set(qr,Zs(this.get(G)));break;case ce:if(this.get(M)=="iOS"&&this.get(G)=="18.6"){var s=/\) Version\/([\d\.]+)/.exec(this.ua);s&&parseInt(s[1].substring(0,2),10)>=26&&this.set(G,s[1])}break}return this};gt.prototype.parseCH=function(){var s=this.uaCH,r=this.rgxMap;switch(this.itemType){case se:case Qe:var i=s[A0]||s[$s],a;if(i)for(var f=0;f<i.length;f++){var u=i[f].brand||i[f],C=i[f].version;this.itemType==se&&!/not.a.brand/i.test(u)&&(!a||/Chrom/.test(a)&&u!=VB||a==Si&&/WebView2/.test(u))&&(u=pe(u,Ng),a=this.get(M),a&&!/Chrom/.test(a)&&/Chrom/.test(u)||this.set(M,u).set(G,C).set(qr,Zs(C)),a=u),this.itemType==Qe&&u==VB&&this.set(G,C)}break;case Ne:var l=s[ZA];l&&(l&&s[Ti]=="64"&&(l+="64"),js.call(this.data,l+";",r));break;case be:if(s[fA]&&this.set(T,fA),s[R]&&(this.set(R,s[R]),!this.get(T)||!this.get(N))){var h={};js.call(h,"droid 9; "+s[R]+")",r),!this.get(T)&&h.type&&this.set(T,h.type),!this.get(N)&&h.vendor&&this.set(N,h.vendor)}if(s[Lt]){var Q;if(typeof s[Lt]!="string")for(var g=0;!Q&&g<s[Lt].length;)Q=pe(s[Lt][g++],WB);else Q=pe(s[Lt],WB);this.set(T,Q)}break;case ce:var U=s[lr];if(U){var x=s[e0];U==qs&&(x=parseInt(Zs(x),10)>=13?"11":"10"),this.set(M,U).set(G,x)}this.get(M)==qs&&s[R]=="Xbox"&&this.set(M,"Xbox").set(G,void 0);break;case fr:var E=this.data,v=function(I){return E[I].getItem().setCH(s).parseCH().get()};this.set(se,v(se)).set(Ne,v(Ne)).set(be,v(be)).set(Qe,v(Qe)).set(ce,v(ce))}return this};function Ie(s,r,i){if(typeof s===LA.OBJECT?(Li(s,!0)?(typeof r===LA.OBJECT&&(i=r),r=s):(i=s,r=void 0),s=void 0):typeof s===LA.STRING&&!Li(r,!0)&&(i=r,r=void 0),i)if(typeof i.append===LA.FUNCTION){var a={};i.forEach(function(g,U){a[String(U).toLowerCase()]=g}),i=a}else{var f={};for(var u in i)i.hasOwnProperty(u)&&(f[String(u).toLowerCase()]=i[u]);i=f}if(!(this instanceof Ie))return new Ie(s,r,i).getResult();var C=typeof s===LA.STRING?s:i&&i[SB]?i[SB]:ie&&ie.userAgent?ie.userAgent:cr,l=new zB(i,!0),h=r?Mg(JB,r):JB,Q=function(g){return g==fr?function(){return new gt(g,C,h,l).set("ua",C).set(se,this.getBrowser()).set(Ne,this.getCPU()).set(be,this.getDevice()).set(Qe,this.getEngine()).set(ce,this.getOS()).get()}:function(){return new gt(g,C,h[g],l).parseUA().get()}};return Me.call(this,[["getBrowser",Q(se)],["getCPU",Q(Ne)],["getDevice",Q(be)],["getEngine",Q(Qe)],["getOS",Q(ce)],["getResult",Q(fr)],["getUA",function(){return C}],["setUA",function(g){return zr(g)&&(C=Ki(g,Dg)),this}]]).setUA(C),this}Ie.VERSION=Ig;Ie.BROWSER=Oi([M,G,qr,T]);Ie.CPU=Oi([ZA]);Ie.DEVICE=Oi([R,N,T,_i,fA,OA,HA,He,Yr]);Ie.ENGINE=Ie.OS=Oi([M,G]);var Pg=Ie;function ZB(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var t0=class{constructor(){this.cfg=null,this.socket=null,this.socketReady=!1,this.deviceId=null,this.sessionId=null,this.sessionReady=!1,this._booting=!1,this._disabled=!1,this.pendingEvents=[],this.scrollFired=!1,this._initialized=!1,this._sentSessionUpdate=!1,this._sentUserUpdate=!1,this.indexId=0,this._indexKey=null,this._lastShotAt=0,this._shotInFlight=!1}init(r){var u,C,l;if(typeof window=="undefined"||this._initialized)return;this._initialized=!0;let i=r.organization||r.orgId,a={enabled:!1,apiUrl:(C=(u=r.screenActivity)==null?void 0:u.apiUrl)!=null?C:`${r.socketUrl}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["page_view","click","form_start","form_submit","scroll","view_search_results","custom_event"],throttleMs:2e3,jpegQuality:.7},f=typeof r.screenActivity=="object"?{...a,...r.screenActivity}:{...a};if(this.cfg={apiKey:r.apiKey,organization:i,socketUrl:"https://api.twinalyze.com",debug:!0,encrypt:!0,persistSession:r.persistSession!==!1,sessionKey:"twinalyze_session_id",responseSuffix:r.responseSuffix||":res",responseTimeoutMs:r.responseTimeoutMs||15e3,source:r.source||"web",indexId:(l=r.indexId)!=null?l:null,enhancedMeasurement:{pageViews:!0,scrolls:!0,outboundClicks:!0,siteSearch:{params:["q","s","search","query"]},formInteractions:!0,fileDownloads:{extensions:["pdf","zip","apk","doc","docx","xls","xlsx","ppt","pptx"]},...r.enhancedMeasurement||{}},apiBaseUrl:r.apiBaseUrl||r.endpoint||r.socketUrl,screenActivity:f},!this.cfg.apiKey||!this.cfg.organization){console.log("[Twinalyze] \u274C Missing apiKey / organization / socketUrl");return}this.deviceId=this._getOrCreateDeviceId(),this.cfg.persistSession&&(this.sessionId=sessionStorage.getItem(this.cfg.sessionKey)||null),this._connectSocket(),this._setupEnhancedMeasurement()}track(r,i={}){var a;if(!this._disabled){if((a=this.cfg)!=null&&a.debug&&console.log("[Twinalyze][CUSTOM]",r,i),!this.sessionReady){this.pendingEvents.push({eventName:r,properties:{...this._pageContext(),...i},ts:Date.now(),eventType:"custom"});return}this._emitEventAdd(r,{...this._pageContext(),...i},"custom")}}_connectSocket(){if(this.socket)return;let r={transports:["websocket"],reconnection:!0,reconnectionAttempts:1/0,reconnectionDelay:2e3,reconnectionDelayMax:1e4,timeout:2e4,path:"/socket.io/",auth:{"x-api-key":this.cfg.apiKey,"x-organization-id":this.cfg.organization,"x-app-version-name":this.cfg.appVersionName||"not_found","x-analytics-sdk-version":this.cfg.analyticsSdkVersion||this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":this.cfg.adAnalyticsSdkVersion||"not_found","x-app-package-name":this.cfg.appPackageName||location.hostname,"x-platform":"web","x-sdk-version":this.cfg.version||"1.0.0"},extraHeaders:{Origin:this.cfg.socketUrl,"x-api-key":this.cfg.apiKey,"x-organization-id":this.cfg.organization,"x-app-version-name":this.cfg.appVersionName||"not_found","x-analytics-sdk-version":this.cfg.analyticsSdkVersion||this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":this.cfg.adAnalyticsSdkVersion||"not_found","x-app-package-name":this.cfg.appPackageName||location.hostname,"x-platform":"web","x-sdk-version":this.cfg.version||"1.0.0"},methods:["GET","POST"]};this.socket=Mr(this.cfg.socketUrl,r),this.socket.on("connect",async()=>{this.socketReady=!0,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u2705 connected CHANGED NEW 1",{id:this.socket.id,transport:this.socket.io.engine.transport.name}),await this._startFlow()}),this.socket.on("disconnect",i=>{this.socketReady=!1,this.sessionReady=!1,this._booting=!1,this._sentSessionUpdate=!1,this._sentUserUpdate=!1,this._resetIndexId(),this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C disconnected:",i)}),this.socket.on("connect_error",i=>{this.socketReady=!1,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C connect_error:",(i==null?void 0:i.message)||i)}),this.socket.on("sdk_upgrade_warning",i=>{i&&i.message?(console.log("SDK Upgrade Warning:",i.message),alert(i.message),i.updateUrl&&confirm("A new SDK version is available. Do you want to upgrade now?")&&(window.location.href=i.updateUrl)):console.error("Received invalid data in sdk_upgrade_warning event:",i)})}_initIndexId(){this._indexKey=`twinalyze_event_index_${this.sessionId}`;let r=sessionStorage.getItem(this._indexKey);this.indexId=r?parseInt(r,10):0,Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){let r=this.indexId;return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),r}_resetIndexId(){this.indexId=0,this._indexKey&&sessionStorage.removeItem(this._indexKey),this._indexKey=null}_normalizeHttpBase(r){return String(r||"").replace(/^ws:\/\//,"http://").replace(/^wss:\/\//,"https://").replace(/\/$/,"")}async _startFlow(){if(!this._disabled&&this.socketReady&&!this._booting){this._booting=!0;try{let r=await this._request("user|userCheckApp",{apiKey:this.cfg.apiKey,organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCheckRes:",r);let i=r&&r.success===!0&&(r.status===1||r.status==="1"),a=!!(r!=null&&r.debugScreenshotCapture);if(this.cfg.screenActivity.enabled=a,!i){this._disabled=!0,this.sessionReady=!1,this.cfg.screenActivity.enabled=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (userCheck failed)");return}let f=await this._request("user|userExistsApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] userExistsRes:",f),!!!(f&&f.success===!0&&f.userRegister===!0)){let l=await this._request("user|web|userCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCreateRes:",l),l&&l.success===!1&&(console.log("[Twinalyze][FLOW] \u{1F6D1} userCreate failed, continuing..."),this.sessionReady=!0)}this.sessionId||(this.sessionId=`sess_${ZB()}`,this.cfg.persistSession&&sessionStorage.setItem(this.cfg.sessionKey,this.sessionId));let C=await this._request("session|web|sessionCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,socketId:this.socket.id,uniqueSessionId:this.sessionId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] sessionCreateRes:",C),C&&C.success===!1){this._disabled=!0,this.sessionReady=!1;return}this.sessionReady=!0,this._initIndexId(),this._flushPendingEvents()}finally{this._booting=!1}}}_request(r,i){let a=this.cfg.responseTimeoutMs,f=[],u=this.cfg.responseSuffix;f.push(`${r}${u}`),f.push(`${r}Res`),f.push(`${r}Response`),f.push(r);let C=[...new Set(f)];return new Promise(l=>{if(!this.socketReady)return l(null);let h=!1,Q=()=>{C.forEach(E=>this.socket.off(E,g)),clearTimeout(U)},g=E=>{h||(h=!0,Q(),l(E))};C.forEach(E=>this.socket.on(E,g));let U=setTimeout(()=>{h||(h=!0,Q(),l(null))},a),x=this.cfg.encrypt?this._encrypt(i):i;this.socket.emit(r,x)})}_encrypt(r){return $B.default.AES.encrypt(JSON.stringify(r),"3Xn8vQp2Lm9sAa7ZkT1yCw5eR0uH6dJ4").toString()}async _waitForRenderStable(){var i;await new Promise(a=>requestAnimationFrame(()=>requestAnimationFrame(a)));try{(i=document.fonts)!=null&&i.ready&&await document.fonts.ready}catch{}let r=Array.from(document.images||[]).filter(a=>!a.complete);await Promise.allSettled(r.map(a=>new Promise(f=>{a.addEventListener("load",f,{once:!0}),a.addEventListener("error",f,{once:!0})})))}async _captureViewportJpegBlob(){var u,C,l;await this._waitForRenderStable();let r=(((u=this.cfg.screenActivity)==null?void 0:u.capture)||"viewport")==="viewport",i=Math.min(2,window.devicePixelRatio||1),a=await(0,Ac.default)(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...r?{x:window.scrollX,y:window.scrollY,width:window.innerWidth,height:window.innerHeight}:{x:0,y:0,width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight},scale:i,onclone:h=>{let Q=h.createElement("style");Q.textContent=`
|
|
4
|
+
}`,Pl=function(e){Xl(e,"."+_n+Nl+Ms+`
|
|
5
|
+
.`+Tn+Vl+Ms)},Xl=function(e,A){var t=e.ownerDocument;if(t){var r=t.createElement("style");r.textContent=A,e.appendChild(r)}},ks=(function(){function e(){}return e.getOrigin=function(A){var t=e._link;return t?(t.href=A,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},e.isSameOrigin=function(A){return e.getOrigin(A)===e._origin},e.setContext=function(A){e._link=A.document.createElement("a"),e._origin=e.getOrigin(A.location.href)},e._origin="about:blank",e})(),Wl=(function(){function e(A,t){this.context=A,this._options=t,this._cache={}}return e.prototype.addImage=function(A){var t=Promise.resolve();return this.has(A)||(Rn(A)||ql(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),t},e.prototype.match=function(A){return this._cache[A]},e.prototype.loadImage=function(A){return c(this,void 0,void 0,function(){var t,r,n,s,a=this;return Q(this,function(g){switch(g.label){case 0:return t=ks.isSameOrigin(A),r=!On(A)&&this._options.useCORS===!0&&GA.SUPPORT_CORS_IMAGES&&!t,n=!On(A)&&!t&&!Rn(A)&&typeof this._options.proxy=="string"&&GA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!On(A)&&!Rn(A)&&!n&&!r?[2]:(s=A,n?[4,this.proxy(s)]:[3,2]);case 1:s=g.sent(),g.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(u,H){var y=new Image;y.onload=function(){return u(y)},y.onerror=H,(Zl(s)||r)&&(y.crossOrigin="anonymous"),y.src=s,y.complete===!0&&setTimeout(function(){return u(y)},500),a._options.imageTimeout>0&&setTimeout(function(){return H("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,g.sent()]}})})},e.prototype.has=function(A){return typeof this._cache[A]!="undefined"},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(A){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=A.substring(0,256);return new Promise(function(s,a){var g=GA.SUPPORT_RESPONSE_TYPE?"blob":"text",u=new XMLHttpRequest;u.onload=function(){if(u.status===200)if(g==="text")s(u.response);else{var m=new FileReader;m.addEventListener("load",function(){return s(m.result)},!1),m.addEventListener("error",function(_){return a(_)},!1),m.readAsDataURL(u.response)}else a("Failed to proxy resource "+n+" with status code "+u.status)},u.onerror=a;var H=r.indexOf("?")>-1?"&":"?";if(u.open("GET",""+r+H+"url="+encodeURIComponent(A)+"&responseType="+g),g!=="text"&&u instanceof XMLHttpRequest&&(u.responseType=g),t._options.imageTimeout){var y=t._options.imageTimeout;u.timeout=y,u.ontimeout=function(){return a("Timed out ("+y+"ms) proxying "+n)}}u.send()})},e})(),Jl=/^data:image\/svg\+xml/i,Yl=/^data:image\/.*;base64,/i,zl=/^data:image\/.*/i,ql=function(e){return GA.SUPPORT_SVG_DRAWING||!jl(e)},On=function(e){return zl.test(e)},Zl=function(e){return Yl.test(e)},Rn=function(e){return e.substr(0,4)==="blob"},jl=function(e){return e.substr(-3).toLowerCase()==="svg"||Jl.test(e)},$=(function(){function e(A,t){this.type=0,this.x=A,this.y=t}return e.prototype.add=function(A,t){return new e(this.x+A,this.y+t)},e})(),Mr=function(e,A,t){return new $(e.x+(A.x-e.x)*t,e.y+(A.y-e.y)*t)},e0=(function(){function e(A,t,r,n){this.type=1,this.start=A,this.startControl=t,this.endControl=r,this.end=n}return e.prototype.subdivide=function(A,t){var r=Mr(this.start,this.startControl,A),n=Mr(this.startControl,this.endControl,A),s=Mr(this.endControl,this.end,A),a=Mr(r,n,A),g=Mr(n,s,A),u=Mr(a,g,A);return t?new e(this.start,r,a,u):new e(u,g,s,this.end)},e.prototype.add=function(A,t){return new e(this.start.add(A,t),this.startControl.add(A,t),this.endControl.add(A,t),this.end.add(A,t))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e})(),fe=function(e){return e.type===1},$l=(function(){function e(A){var t=A.styles,r=A.bounds,n=nt(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],g=nt(t.borderTopRightRadius,r.width,r.height),u=g[0],H=g[1],y=nt(t.borderBottomRightRadius,r.width,r.height),m=y[0],_=y[1],tA=nt(t.borderBottomLeftRadius,r.width,r.height),z=tA[0],j=tA[1],uA=[];uA.push((s+u)/r.width),uA.push((z+m)/r.width),uA.push((a+j)/r.height),uA.push((H+_)/r.height);var sA=Math.max.apply(Math,uA);sA>1&&(s/=sA,a/=sA,u/=sA,H/=sA,m/=sA,_/=sA,z/=sA,j/=sA);var iA=r.width-u,UA=r.height-_,wA=r.width-m,BA=r.height-j,AA=t.borderTopWidth,QA=t.borderRightWidth,FA=t.borderBottomWidth,cA=t.borderLeftWidth,SA=IA(t.paddingTop,A.bounds.width),$A=IA(t.paddingRight,A.bounds.width),ie=IA(t.paddingBottom,A.bounds.width),HA=IA(t.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?bA(r.left+cA/3,r.top+AA/3,s-cA/3,a-AA/3,vA.TOP_LEFT):new $(r.left+cA/3,r.top+AA/3),this.topRightBorderDoubleOuterBox=s>0||a>0?bA(r.left+iA,r.top+AA/3,u-QA/3,H-AA/3,vA.TOP_RIGHT):new $(r.left+r.width-QA/3,r.top+AA/3),this.bottomRightBorderDoubleOuterBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/3,_-FA/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/3,r.top+r.height-FA/3),this.bottomLeftBorderDoubleOuterBox=z>0||j>0?bA(r.left+cA/3,r.top+BA,z-cA/3,j-FA/3,vA.BOTTOM_LEFT):new $(r.left+cA/3,r.top+r.height-FA/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?bA(r.left+cA*2/3,r.top+AA*2/3,s-cA*2/3,a-AA*2/3,vA.TOP_LEFT):new $(r.left+cA*2/3,r.top+AA*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?bA(r.left+iA,r.top+AA*2/3,u-QA*2/3,H-AA*2/3,vA.TOP_RIGHT):new $(r.left+r.width-QA*2/3,r.top+AA*2/3),this.bottomRightBorderDoubleInnerBox=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA*2/3,_-FA*2/3,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA*2/3,r.top+r.height-FA*2/3),this.bottomLeftBorderDoubleInnerBox=z>0||j>0?bA(r.left+cA*2/3,r.top+BA,z-cA*2/3,j-FA*2/3,vA.BOTTOM_LEFT):new $(r.left+cA*2/3,r.top+r.height-FA*2/3),this.topLeftBorderStroke=s>0||a>0?bA(r.left+cA/2,r.top+AA/2,s-cA/2,a-AA/2,vA.TOP_LEFT):new $(r.left+cA/2,r.top+AA/2),this.topRightBorderStroke=s>0||a>0?bA(r.left+iA,r.top+AA/2,u-QA/2,H-AA/2,vA.TOP_RIGHT):new $(r.left+r.width-QA/2,r.top+AA/2),this.bottomRightBorderStroke=m>0||_>0?bA(r.left+wA,r.top+UA,m-QA/2,_-FA/2,vA.BOTTOM_RIGHT):new $(r.left+r.width-QA/2,r.top+r.height-FA/2),this.bottomLeftBorderStroke=z>0||j>0?bA(r.left+cA/2,r.top+BA,z-cA/2,j-FA/2,vA.BOTTOM_LEFT):new $(r.left+cA/2,r.top+r.height-FA/2),this.topLeftBorderBox=s>0||a>0?bA(r.left,r.top,s,a,vA.TOP_LEFT):new $(r.left,r.top),this.topRightBorderBox=u>0||H>0?bA(r.left+iA,r.top,u,H,vA.TOP_RIGHT):new $(r.left+r.width,r.top),this.bottomRightBorderBox=m>0||_>0?bA(r.left+wA,r.top+UA,m,_,vA.BOTTOM_RIGHT):new $(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=z>0||j>0?bA(r.left,r.top+BA,z,j,vA.BOTTOM_LEFT):new $(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?bA(r.left+cA,r.top+AA,Math.max(0,s-cA),Math.max(0,a-AA),vA.TOP_LEFT):new $(r.left+cA,r.top+AA),this.topRightPaddingBox=u>0||H>0?bA(r.left+Math.min(iA,r.width-QA),r.top+AA,iA>r.width+QA?0:Math.max(0,u-QA),Math.max(0,H-AA),vA.TOP_RIGHT):new $(r.left+r.width-QA,r.top+AA),this.bottomRightPaddingBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-cA),r.top+Math.min(UA,r.height-FA),Math.max(0,m-QA),Math.max(0,_-FA),vA.BOTTOM_RIGHT):new $(r.left+r.width-QA,r.top+r.height-FA),this.bottomLeftPaddingBox=z>0||j>0?bA(r.left+cA,r.top+Math.min(BA,r.height-FA),Math.max(0,z-cA),Math.max(0,j-FA),vA.BOTTOM_LEFT):new $(r.left+cA,r.top+r.height-FA),this.topLeftContentBox=s>0||a>0?bA(r.left+cA+HA,r.top+AA+SA,Math.max(0,s-(cA+HA)),Math.max(0,a-(AA+SA)),vA.TOP_LEFT):new $(r.left+cA+HA,r.top+AA+SA),this.topRightContentBox=u>0||H>0?bA(r.left+Math.min(iA,r.width+cA+HA),r.top+AA+SA,iA>r.width+cA+HA?0:u-cA+HA,H-(AA+SA),vA.TOP_RIGHT):new $(r.left+r.width-(QA+$A),r.top+AA+SA),this.bottomRightContentBox=m>0||_>0?bA(r.left+Math.min(wA,r.width-(cA+HA)),r.top+Math.min(UA,r.height+AA+SA),Math.max(0,m-(QA+$A)),_-(FA+ie),vA.BOTTOM_RIGHT):new $(r.left+r.width-(QA+$A),r.top+r.height-(FA+ie)),this.bottomLeftContentBox=z>0||j>0?bA(r.left+cA+HA,r.top+BA,Math.max(0,z-(cA+HA)),j-(FA+ie),vA.BOTTOM_LEFT):new $(r.left+cA+HA,r.top+r.height-(FA+ie))}return e})(),vA;(function(e){e[e.TOP_LEFT=0]="TOP_LEFT",e[e.TOP_RIGHT=1]="TOP_RIGHT",e[e.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",e[e.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(vA||(vA={}));var bA=function(e,A,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,g=r*s,u=e+t,H=A+r;switch(n){case vA.TOP_LEFT:return new e0(new $(e,H),new $(e,H-g),new $(u-a,A),new $(u,A));case vA.TOP_RIGHT:return new e0(new $(e,A),new $(e+a,A),new $(u,H-g),new $(u,H));case vA.BOTTOM_RIGHT:return new e0(new $(u,A),new $(u,A+g),new $(e+a,H),new $(e,H));case vA.BOTTOM_LEFT:default:return new e0(new $(u,H),new $(u-a,H),new $(e,A+g),new $(e,A))}},r0=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},Au=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},t0=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},eu=(function(){function e(A,t,r){this.offsetX=A,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return e})(),n0=(function(){function e(A,t){this.path=A,this.target=t,this.type=1}return e})(),ru=(function(){function e(A){this.opacity=A,this.type=2,this.target=6}return e})(),tu=function(e){return e.type===0},Gs=function(e){return e.type===1},nu=function(e){return e.type===2},Ns=function(e,A){return e.length===A.length?e.some(function(t,r){return t===A[r]}):!1},iu=function(e,A,t,r,n){return e.map(function(s,a){switch(a){case 0:return s.add(A,t);case 1:return s.add(A+r,t);case 2:return s.add(A+r,t+n);case 3:return s.add(A,t+n)}return s})},Vs=(function(){function e(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e})(),Ps=(function(){function e(A,t){if(this.container=A,this.parent=t,this.effects=[],this.curves=new $l(this.container),this.container.styles.opacity<1&&this.effects.push(new ru(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new eu(r,n,s))}if(this.container.styles.overflowX!==0){var a=r0(this.curves),g=t0(this.curves);Ns(a,g)?this.effects.push(new n0(a,6)):(this.effects.push(new n0(a,2)),this.effects.push(new n0(g,4)))}}return e.prototype.getEffects=function(A){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(u){return!Gs(u)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=r0(r.curves),g=t0(r.curves);Ns(a,g)||n.unshift(new n0(g,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(u){return OA(u.target,A)})},e})(),Mn=function(e,A,t,r){e.container.elements.forEach(function(n){var s=OA(n.flags,4),a=OA(n.flags,2),g=new Ps(n,e);OA(n.styles.display,2048)&&r.push(g);var u=OA(n.flags,8)?[]:r;if(s||a){var H=s||n.styles.isPositioned()?t:A,y=new Vs(g);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var m=n.styles.zIndex.order;if(m<0){var _=0;H.negativeZIndex.some(function(z,j){return m>z.element.container.styles.zIndex.order?(_=j,!1):_>0}),H.negativeZIndex.splice(_,0,y)}else if(m>0){var tA=0;H.positiveZIndex.some(function(z,j){return m>=z.element.container.styles.zIndex.order?(tA=j+1,!1):tA>0}),H.positiveZIndex.splice(tA,0,y)}else H.zeroOrAutoZIndexOrTransformedOrOpacity.push(y)}else n.styles.isFloating()?H.nonPositionedFloats.push(y):H.nonPositionedInlineLevel.push(y);Mn(g,y,s?y:t,u)}else n.styles.isInlineLevel()?A.inlineLevel.push(g):A.nonInlineLevel.push(g),Mn(g,A,t,u);OA(n.flags,8)&&Xs(n,u)})},Xs=function(e,A){for(var t=e instanceof mn?e.start:1,r=e instanceof mn?e.reversed:!1,n=0;n<A.length;n++){var s=A[n];s.container instanceof hs&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=ct(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},su=function(e){var A=new Ps(e,null),t=new Vs(A),r=[];return Mn(A,t,t,r),Xs(A.container,r),t},Ws=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},au=function(e,A){switch(A){case 0:return le(e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox,e.topRightBorderBox,e.topRightBorderDoubleOuterBox);case 1:return le(e.topRightBorderBox,e.topRightBorderDoubleOuterBox,e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox);case 2:return le(e.bottomRightBorderBox,e.bottomRightBorderDoubleOuterBox,e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox);default:return le(e.bottomLeftBorderBox,e.bottomLeftBorderDoubleOuterBox,e.topLeftBorderBox,e.topLeftBorderDoubleOuterBox)}},ou=function(e,A){switch(A){case 0:return le(e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox,e.topRightBorderDoubleInnerBox,e.topRightPaddingBox);case 1:return le(e.topRightBorderDoubleInnerBox,e.topRightPaddingBox,e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox);case 2:return le(e.bottomRightBorderDoubleInnerBox,e.bottomRightPaddingBox,e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox);default:return le(e.bottomLeftBorderDoubleInnerBox,e.bottomLeftPaddingBox,e.topLeftBorderDoubleInnerBox,e.topLeftPaddingBox)}},Bu=function(e,A){switch(A){case 0:return i0(e.topLeftBorderStroke,e.topRightBorderStroke);case 1:return i0(e.topRightBorderStroke,e.bottomRightBorderStroke);case 2:return i0(e.bottomRightBorderStroke,e.bottomLeftBorderStroke);default:return i0(e.bottomLeftBorderStroke,e.topLeftBorderStroke)}},i0=function(e,A){var t=[];return fe(e)?t.push(e.subdivide(.5,!1)):t.push(e),fe(A)?t.push(A.subdivide(.5,!0)):t.push(A),t},le=function(e,A,t,r){var n=[];return fe(e)?n.push(e.subdivide(.5,!1)):n.push(e),fe(t)?n.push(t.subdivide(.5,!0)):n.push(t),fe(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),fe(A)?n.push(A.subdivide(.5,!1).reverse()):n.push(A),n},Js=function(e){var A=e.bounds,t=e.styles;return A.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},s0=function(e){var A=e.styles,t=e.bounds,r=IA(A.paddingLeft,t.width),n=IA(A.paddingRight,t.width),s=IA(A.paddingTop,t.width),a=IA(A.paddingBottom,t.width);return t.add(r+A.borderLeftWidth,s+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+n),-(A.borderTopWidth+A.borderBottomWidth+s+a))},cu=function(e,A){return e===0?A.bounds:e===2?s0(A):Js(A)},fu=function(e,A){return e===0?A.bounds:e===2?s0(A):Js(A)},kn=function(e,A,t){var r=cu(Gr(e.styles.backgroundOrigin,A),e),n=fu(Gr(e.styles.backgroundClip,A),e),s=lu(Gr(e.styles.backgroundSize,A),t,r),a=s[0],g=s[1],u=nt(Gr(e.styles.backgroundPosition,A),r.width-a,r.height-g),H=uu(Gr(e.styles.backgroundRepeat,A),u,s,r,n),y=Math.round(r.left+u[0]),m=Math.round(r.top+u[1]);return[H,y,m,a,g]},kr=function(e){return EA(e)&&e.value===_r.AUTO},a0=function(e){return typeof e=="number"},lu=function(e,A,t){var r=A[0],n=A[1],s=A[2],a=e[0],g=e[1];if(!a)return[0,0];if(LA(a)&&g&&LA(g))return[IA(a,t.width),IA(g,t.height)];var u=a0(s);if(EA(a)&&(a.value===_r.CONTAIN||a.value===_r.COVER)){if(a0(s)){var H=t.width/t.height;return H<s!=(a.value===_r.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var y=a0(r),m=a0(n),_=y||m;if(kr(a)&&(!g||kr(g))){if(y&&m)return[r,n];if(!u&&!_)return[t.width,t.height];if(_&&u){var tA=y?r:n*s,z=m?n:r/s;return[tA,z]}var j=y?r:t.width,uA=m?n:t.height;return[j,uA]}if(u){var sA=0,iA=0;return LA(a)?sA=IA(a,t.width):LA(g)&&(iA=IA(g,t.height)),kr(a)?sA=iA*s:(!g||kr(g))&&(iA=sA/s),[sA,iA]}var UA=null,wA=null;if(LA(a)?UA=IA(a,t.width):g&&LA(g)&&(wA=IA(g,t.height)),UA!==null&&(!g||kr(g))&&(wA=y&&m?UA/r*n:t.height),wA!==null&&kr(a)&&(UA=y&&m?wA/n*r:t.width),UA!==null&&wA!==null)return[UA,wA];throw new Error("Unable to calculate background-size for element")},Gr=function(e,A){var t=e[A];return typeof t=="undefined"?e[0]:t},uu=function(e,A,t,r,n){var s=A[0],a=A[1],g=t[0],u=t[1];switch(e){case 2:return[new $(Math.round(r.left),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(r.top+a)),new $(Math.round(r.left+r.width),Math.round(u+r.top+a)),new $(Math.round(r.left),Math.round(u+r.top+a))];case 3:return[new $(Math.round(r.left+s),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.top)),new $(Math.round(r.left+s+g),Math.round(r.height+r.top)),new $(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new $(Math.round(r.left+s),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a)),new $(Math.round(r.left+s+g),Math.round(r.top+a+u)),new $(Math.round(r.left+s),Math.round(r.top+a+u))];default:return[new $(Math.round(n.left),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.top)),new $(Math.round(n.left+n.width),Math.round(n.height+n.top)),new $(Math.round(n.left),Math.round(n.height+n.top))]}},gu="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Ys="Hidden Text",wu=(function(){function e(A){this._data={},this._document=A}return e.prototype.parseMetrics=function(A,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=gu,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=A,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Ys)),r.appendChild(s),r.appendChild(n);var g=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(Ys)),r.style.lineHeight="normal",n.style.verticalAlign="super";var u=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:g,middle:u}},e.prototype.getMetrics=function(A,t){var r=A+" "+t;return typeof this._data[r]=="undefined"&&(this._data[r]=this.parseMetrics(A,t)),this._data[r]},e})(),zs=(function(){function e(A,t){this.context=A,this.options=t}return e})(),hu=1e4,Cu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new wu(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return A.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},A.prototype.applyEffect=function(t){this.ctx.save(),nu(t)&&(this.ctx.globalAlpha=t.opacity),tu(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Gs(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(t){return c(this,void 0,void 0,function(){return Q(this,function(r){switch(r.label){case 0:if(OA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=yn(t.text);a.reduce(function(g,u){return s.ctx.fillText(u,g,t.bounds.top+n),g+s.ctx.measureText(u).width},t.bounds.left)}},A.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=Uu(t.fontFamily).join(", "),s=tt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},A.prototype.renderTextNode=function(t,r){return c(this,void 0,void 0,function(){var n,s,a,g,u,H,y,m,_=this;return Q(this,function(tA){return n=this.createFontStyle(r),s=n[0],a=n[1],g=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",u=this.fontMetrics.getMetrics(a,g),H=u.baseline,y=u.middle,m=r.paintOrder,t.textBounds.forEach(function(z){m.forEach(function(j){switch(j){case 0:_.ctx.fillStyle=MA(r.color),_.renderTextWithLetterSpacing(z,r.letterSpacing,H);var uA=r.textShadow;uA.length&&z.text.trim().length&&(uA.slice(0).reverse().forEach(function(sA){_.ctx.shadowColor=MA(sA.color),_.ctx.shadowOffsetX=sA.offsetX.number*_.options.scale,_.ctx.shadowOffsetY=sA.offsetY.number*_.options.scale,_.ctx.shadowBlur=sA.blur.number,_.renderTextWithLetterSpacing(z,r.letterSpacing,H)}),_.ctx.shadowColor="",_.ctx.shadowOffsetX=0,_.ctx.shadowOffsetY=0,_.ctx.shadowBlur=0),r.textDecorationLine.length&&(_.ctx.fillStyle=MA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(sA){switch(sA){case 1:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top+H),z.bounds.width,1);break;case 2:_.ctx.fillRect(z.bounds.left,Math.round(z.bounds.top),z.bounds.width,1);break;case 3:_.ctx.fillRect(z.bounds.left,Math.ceil(z.bounds.top+y),z.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&z.text.trim().length&&(_.ctx.strokeStyle=MA(r.webkitTextStrokeColor),_.ctx.lineWidth=r.webkitTextStrokeWidth,_.ctx.lineJoin=window.chrome?"miter":"round",_.ctx.strokeText(z.text,z.bounds.left,z.bounds.top+H)),_.ctx.strokeStyle="",_.ctx.lineWidth=0,_.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=s0(t),a=t0(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,iA,iA,H,y,m,_,wA,tA,z,BA,j,uA,sA,iA,UA,wA,BA;return Q(this,function(AA){switch(AA.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,g=r.textNodes,AA.label=1;case 1:return a<g.length?(u=g[a],[4,this.renderTextNode(u,s)]):[3,4];case 2:AA.sent(),AA.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof us))return[3,8];AA.label=5;case 5:return AA.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,8];case 7:return AA.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof gs&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof ws))return[3,12];AA.label=9;case 9:return AA.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return iA=AA.sent(),this.renderReplacedElement(r,n,iA),[3,12];case 11:return AA.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Qs&&r.tree?(H=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,H.render(r.tree)]):[3,14];case 13:y=AA.sent(),r.width&&r.height&&this.ctx.drawImage(y,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),AA.label=14;case 14:if(r instanceof In&&(m=Math.min(r.bounds.width,r.bounds.height),r.type===zt?r.checked&&(this.ctx.save(),this.path([new $(r.bounds.left+m*.39363,r.bounds.top+m*.79),new $(r.bounds.left+m*.16,r.bounds.top+m*.5549),new $(r.bounds.left+m*.27347,r.bounds.top+m*.44071),new $(r.bounds.left+m*.39694,r.bounds.top+m*.5649),new $(r.bounds.left+m*.72983,r.bounds.top+m*.23),new $(r.bounds.left+m*.84,r.bounds.top+m*.34085),new $(r.bounds.left+m*.39363,r.bounds.top+m*.79)]),this.ctx.fillStyle=MA(Cs),this.ctx.fill(),this.ctx.restore()):r.type===qt&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+m/2,r.bounds.top+m/2,m/4,0,Math.PI*2,!0),this.ctx.fillStyle=MA(Cs),this.ctx.fill(),this.ctx.restore())),xu(r)&&r.value.length){switch(_=this.createFontStyle(s),wA=_[0],tA=_[1],z=this.fontMetrics.getMetrics(wA,tA).baseline,this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Qu(r.styles.textAlign),BA=s0(r),j=0,r.styles.textAlign){case 1:j+=BA.width/2;break;case 2:j+=BA.width;break}uA=BA.add(j,0,0,-BA.height/2+1),this.ctx.save(),this.path([new $(BA.left,BA.top),new $(BA.left+BA.width,BA.top),new $(BA.left+BA.width,BA.top+BA.height),new $(BA.left,BA.top+BA.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new ot(r.value,uA),s.letterSpacing,z),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!OA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(sA=r.styles.listStyleImage,sA.type!==0)return[3,18];iA=void 0,UA=sA.url,AA.label=15;case 15:return AA.trys.push([15,17,,18]),[4,this.context.cache.match(UA)];case 16:return iA=AA.sent(),this.ctx.drawImage(iA,r.bounds.left-(iA.width+10),r.bounds.top),[3,18];case 17:return AA.sent(),this.context.logger.error("Error loading list-style-image "+UA),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(wA=this.createFontStyle(s)[0],this.ctx.font=wA,this.ctx.fillStyle=MA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",BA=new h(r.bounds.left,r.bounds.top+IA(r.styles.paddingTop,r.bounds.width),r.bounds.width,Yi(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new ot(t.listValue,BA),s.letterSpacing,Yi(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),AA.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(t){return c(this,void 0,void 0,function(){var r,n,sA,s,a,sA,g,u,sA,H,y,sA,m,_,sA,tA,z,sA,j,uA,sA;return Q(this,function(iA){switch(iA.label){case 0:if(OA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:iA.sent(),r=0,n=t.negativeZIndex,iA.label=2;case 2:return r<n.length?(sA=n[r],[4,this.renderStack(sA)]):[3,5];case 3:iA.sent(),iA.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:iA.sent(),s=0,a=t.nonInlineLevel,iA.label=7;case 7:return s<a.length?(sA=a[s],[4,this.renderNode(sA)]):[3,10];case 8:iA.sent(),iA.label=9;case 9:return s++,[3,7];case 10:g=0,u=t.nonPositionedFloats,iA.label=11;case 11:return g<u.length?(sA=u[g],[4,this.renderStack(sA)]):[3,14];case 12:iA.sent(),iA.label=13;case 13:return g++,[3,11];case 14:H=0,y=t.nonPositionedInlineLevel,iA.label=15;case 15:return H<y.length?(sA=y[H],[4,this.renderStack(sA)]):[3,18];case 16:iA.sent(),iA.label=17;case 17:return H++,[3,15];case 18:m=0,_=t.inlineLevel,iA.label=19;case 19:return m<_.length?(sA=_[m],[4,this.renderNode(sA)]):[3,22];case 20:iA.sent(),iA.label=21;case 21:return m++,[3,19];case 22:tA=0,z=t.zeroOrAutoZIndexOrTransformedOrOpacity,iA.label=23;case 23:return tA<z.length?(sA=z[tA],[4,this.renderStack(sA)]):[3,26];case 24:iA.sent(),iA.label=25;case 25:return tA++,[3,23];case 26:j=0,uA=t.positiveZIndex,iA.label=27;case 27:return j<uA.length?(sA=uA[j],[4,this.renderStack(sA)]):[3,30];case 28:iA.sent(),iA.label=29;case 29:return j++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},A.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=fe(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),fe(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},A.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},A.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,g=a.createElement("canvas");g.width=Math.max(1,r),g.height=Math.max(1,n);var u=g.getContext("2d");return u.drawImage(t,0,0,t.width,t.height,0,0,r,n),g},A.prototype.renderBackgroundImage=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u;return Q(this,function(H){switch(H.label){case 0:r=t.styles.backgroundImage.length-1,n=function(y){var m,_,tA,SA,Ae,ee,HA,NA,FA,z,SA,Ae,ee,HA,NA,j,uA,sA,iA,UA,wA,BA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr,be;return Q(this,function(Nr){switch(Nr.label){case 0:if(y.type!==0)return[3,5];m=void 0,_=y.url,Nr.label=1;case 1:return Nr.trys.push([1,3,,4]),[4,s.context.cache.match(_)];case 2:return m=Nr.sent(),[3,4];case 3:return Nr.sent(),s.context.logger.error("Error loading background-image "+_),[3,4];case 4:return m&&(tA=kn(t,r,[m.width,m.height,m.width/m.height]),SA=tA[0],Ae=tA[1],ee=tA[2],HA=tA[3],NA=tA[4],FA=s.ctx.createPattern(s.resizeImage(m,HA,NA),"repeat"),s.renderRepeat(SA,FA,Ae,ee)),[3,6];case 5:rc(y)?(z=kn(t,r,[null,null,null]),SA=z[0],Ae=z[1],ee=z[2],HA=z[3],NA=z[4],j=ZB(y.angle,HA,NA),uA=j[0],sA=j[1],iA=j[2],UA=j[3],wA=j[4],BA=document.createElement("canvas"),BA.width=HA,BA.height=NA,AA=BA.getContext("2d"),QA=AA.createLinearGradient(sA,UA,iA,wA),Oi(y.stops,uA).forEach(function(lt){return QA.addColorStop(lt.stop,MA(lt.color))}),AA.fillStyle=QA,AA.fillRect(0,0,HA,NA),HA>0&&NA>0&&(FA=s.ctx.createPattern(BA,"repeat"),s.renderRepeat(SA,FA,Ae,ee))):tc(y)&&(cA=kn(t,r,[null,null,null]),SA=cA[0],$A=cA[1],ie=cA[2],HA=cA[3],NA=cA[4],je=y.position.length===0?[ln]:y.position,Ae=IA(je[0],HA),ee=IA(je[je.length-1],NA),hr=jB(y,Ae,ee,HA,NA),Ue=hr[0],$e=hr[1],Ue>0&&$e>0&&(Cr=s.ctx.createRadialGradient($A+Ae,ie+ee,0,$A+Ae,ie+ee,Ue),Oi(y.stops,Ue*2).forEach(function(lt){return Cr.addColorStop(lt.stop,MA(lt.color))}),s.path(SA),s.ctx.fillStyle=Cr,Ue!==$e?(xr=t.bounds.left+.5*t.bounds.width,Ie=t.bounds.top+.5*t.bounds.height,dr=$e/Ue,be=1/dr,s.ctx.save(),s.ctx.translate(xr,Ie),s.ctx.transform(1,0,0,dr,0,0),s.ctx.translate(-xr,-Ie),s.ctx.fillRect($A,be*(ie-Ie)+Ie,HA,NA*be),s.ctx.restore()):s.ctx.fill())),Nr.label=6;case 6:return r--,[2]}})},s=this,a=0,g=t.styles.backgroundImage.slice(0).reverse(),H.label=1;case 1:return a<g.length?(u=g[a],[5,n(u)]):[3,4];case 2:H.sent(),H.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(t,r,n){return c(this,void 0,void 0,function(){return Q(this,function(s){return this.path(Ws(n,r)),this.ctx.fillStyle=MA(t),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(t,r,n,s){return c(this,void 0,void 0,function(){var a,g;return Q(this,function(u){switch(u.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return u.sent(),[2];case 2:return a=au(s,n),this.path(a),this.ctx.fillStyle=MA(t),this.ctx.fill(),g=ou(s,n),this.path(g),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(t){return c(this,void 0,void 0,function(){var r,n,s,a,g,u,H,y,m=this;return Q(this,function(_){switch(_.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!Ye(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=du(Gr(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),Ye(r.backgroundColor)||(this.ctx.fillStyle=MA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:_.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(tA){m.ctx.save();var z=r0(t.curves),j=tA.inset?0:hu,uA=iu(z,-j+(tA.inset?1:-1)*tA.spread.number,(tA.inset?1:-1)*tA.spread.number,tA.spread.number*(tA.inset?-2:2),tA.spread.number*(tA.inset?-2:2));tA.inset?(m.path(z),m.ctx.clip(),m.mask(uA)):(m.mask(z),m.ctx.clip(),m.path(uA)),m.ctx.shadowOffsetX=tA.offsetX.number+j,m.ctx.shadowOffsetY=tA.offsetY.number,m.ctx.shadowColor=MA(tA.color),m.ctx.shadowBlur=tA.blur.number,m.ctx.fillStyle=tA.inset?MA(tA.color):"rgba(0,0,0,1)",m.ctx.fill(),m.ctx.restore()}),_.label=2;case 2:g=0,u=0,H=s,_.label=3;case 3:return u<H.length?(y=H[u],y.style!==0&&!Ye(y.color)&&y.width>0?y.style!==2?[3,5]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,2)]:[3,11]):[3,13];case 4:return _.sent(),[3,11];case 5:return y.style!==3?[3,7]:[4,this.renderDashedDottedBorder(y.color,y.width,g,t.curves,3)];case 6:return _.sent(),[3,11];case 7:return y.style!==4?[3,9]:[4,this.renderDoubleBorder(y.color,y.width,g,t.curves)];case 8:return _.sent(),[3,11];case 9:return[4,this.renderSolidBorder(y.color,g,t.curves)];case 10:_.sent(),_.label=11;case 11:g++,_.label=12;case 12:return u++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return c(this,void 0,void 0,function(){var g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,AA,BA,AA;return Q(this,function(QA){return this.ctx.save(),g=Bu(s,n),u=Ws(s,n),a===2&&(this.path(u),this.ctx.clip()),fe(u[0])?(H=u[0].start.x,y=u[0].start.y):(H=u[0].x,y=u[0].y),fe(u[1])?(m=u[1].end.x,_=u[1].end.y):(m=u[1].x,_=u[1].y),n===0||n===2?tA=Math.abs(H-m):tA=Math.abs(y-_),this.ctx.beginPath(),a===3?this.formatPath(g):this.formatPath(u.slice(0,2)),z=r<3?r*3:r*2,j=r<3?r*2:r,a===3&&(z=r,j=r),uA=!0,tA<=z*2?uA=!1:tA<=z*2+j?(sA=tA/(2*z+j),z*=sA,j*=sA):(iA=Math.floor((tA+j)/(z+j)),UA=(tA-iA*z)/(iA-1),wA=(tA-(iA+1)*z)/iA,j=wA<=0||Math.abs(j-UA)<Math.abs(j-wA)?UA:wA),uA&&(a===3?this.ctx.setLineDash([0,z+j]):this.ctx.setLineDash([z,j])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=MA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(fe(u[0])&&(BA=u[3],AA=u[0],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke()),fe(u[1])&&(BA=u[1],AA=u[2],this.ctx.beginPath(),this.formatPath([new $(BA.end.x,BA.end.y),new $(AA.start.x,AA.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(t){return c(this,void 0,void 0,function(){var r;return Q(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=su(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(zs),xu=function(e){return e instanceof ds||e instanceof xs?!0:e instanceof In&&e.type!==qt&&e.type!==zt},du=function(e,A){switch(e){case 0:return r0(A);case 2:return Au(A);default:return t0(A)}},Qu=function(e){switch(e){case 1:return"center";case 2:return"right";default:return"left"}},Fu=["-apple-system","system-ui"],Uu=function(e){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?e.filter(function(A){return Fu.indexOf(A)===-1}):e},vu=(function(e){i(A,e);function A(t,r){var n=e.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return A.prototype.render=function(t){return c(this,void 0,void 0,function(){var r,n;return Q(this,function(s){switch(s.label){case 0:return r=Hn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,pu(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=MA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(zs),pu=function(e){return new Promise(function(A,t){var r=new Image;r.onload=function(){A(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(e))})},Eu=(function(){function e(A){var t=A.id,r=A.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return e.prototype.debug=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,x([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.getTime=function(){return Date.now()-this.start},e.prototype.info=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&typeof window!="undefined"&&window.console&&typeof console.info=="function"&&console.info.apply(console,x([this.id,this.getTime()+"ms"],A))},e.prototype.warn=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,x([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.prototype.error=function(){for(var A=[],t=0;t<arguments.length;t++)A[t]=arguments[t];this.enabled&&(typeof window!="undefined"&&window.console&&typeof console.error=="function"?console.error.apply(console,x([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},e.instances={},e})(),Hu=(function(){function e(A,t){var r;this.windowBounds=t,this.instanceName="#"+e.instanceCount++,this.logger=new Eu({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new Wl(this,A)}return e.instanceCount=1,e})(),yu=function(e,A){return A===void 0&&(A={}),mu(e,A)};typeof window!="undefined"&&ks.setContext(window);var mu=function(e,A){return c(void 0,void 0,void 0,function(){var t,r,n,s,a,g,u,H,y,m,_,tA,z,j,uA,sA,iA,UA,wA,BA,QA,AA,QA,FA,cA,SA,$A,ie,HA,NA,je,Ae,ee,hr,Ue,$e,Cr,xr,Ie,dr;return Q(this,function(be){switch(be.label){case 0:if(!e||typeof e!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=e.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(FA=A.allowTaint)!==null&&FA!==void 0?FA:!1,imageTimeout:(cA=A.imageTimeout)!==null&&cA!==void 0?cA:15e3,proxy:A.proxy,useCORS:(SA=A.useCORS)!==null&&SA!==void 0?SA:!1},s=f({logging:($A=A.logging)!==null&&$A!==void 0?$A:!0,cache:A.cache},n),a={windowWidth:(ie=A.windowWidth)!==null&&ie!==void 0?ie:r.innerWidth,windowHeight:(HA=A.windowHeight)!==null&&HA!==void 0?HA:r.innerHeight,scrollX:(NA=A.scrollX)!==null&&NA!==void 0?NA:r.pageXOffset,scrollY:(je=A.scrollY)!==null&&je!==void 0?je:r.pageYOffset},g=new h(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),u=new Hu(s,g),H=(Ae=A.foreignObjectRendering)!==null&&Ae!==void 0?Ae:!1,y={allowTaint:(ee=A.allowTaint)!==null&&ee!==void 0?ee:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:H,copyStyles:H},u.logger.debug("Starting document clone with size "+g.width+"x"+g.height+" scrolled to "+-g.left+","+-g.top),m=new Rs(u,e,y),_=m.clonedReferenceElement,_?[4,m.toIFrame(t,g)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return tA=be.sent(),z=Dn(_)||Il(_)?w(_.ownerDocument):B(u,_),j=z.width,uA=z.height,sA=z.left,iA=z.top,UA=Iu(u,_,A.backgroundColor),wA={canvas:A.canvas,backgroundColor:UA,scale:(Ue=(hr=A.scale)!==null&&hr!==void 0?hr:r.devicePixelRatio)!==null&&Ue!==void 0?Ue:1,x:(($e=A.x)!==null&&$e!==void 0?$e:0)+sA,y:((Cr=A.y)!==null&&Cr!==void 0?Cr:0)+iA,width:(xr=A.width)!==null&&xr!==void 0?xr:Math.ceil(j),height:(Ie=A.height)!==null&&Ie!==void 0?Ie:Math.ceil(uA)},H?(u.logger.debug("Document cloned, using foreign object rendering"),QA=new vu(u,wA),[4,QA.render(_)]):[3,3];case 2:return BA=be.sent(),[3,5];case 3:return u.logger.debug("Document cloned, element located at "+sA+","+iA+" with size "+j+"x"+uA+" using computed rendering"),u.logger.debug("Starting DOM parsing"),AA=Us(u,_),UA===AA.styles.backgroundColor&&(AA.styles.backgroundColor=ye.TRANSPARENT),u.logger.debug("Starting renderer for element at "+wA.x+","+wA.y+" with size "+wA.width+"x"+wA.height),QA=new Cu(u,wA),[4,QA.render(AA)];case 4:BA=be.sent(),be.label=5;case 5:return(!((dr=A.removeContainer)!==null&&dr!==void 0)||dr)&&(Rs.destroy(tA)||u.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),u.logger.debug("Finished rendering"),[2,BA]}})})},Iu=function(e,A,t){var r=A.ownerDocument,n=r.documentElement?it(e,getComputedStyle(r.documentElement).backgroundColor):ye.TRANSPARENT,s=r.body?it(e,getComputedStyle(r.body).backgroundColor):ye.TRANSPARENT,a=typeof t=="string"?it(e,t):t===null?ye.TRANSPARENT:4294967295;return A===r.documentElement?Ye(n)?Ye(s)?a:s:n:a};return yu}))});var vt=js(ao()),Do=js(oo());var Tu="2.0.7",Ou=500,Bo="user-agent",Wr="",co="?",KA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},te="browser",Le="cpu",pe="device",he="engine",se="os",Jr="result",k="name",T="type",G="vendor",N="version",YA="architecture",Ft="major",M="model",q0="console",fA="mobile",yA="tablet",_A="smarttv",ve="wearable",W0="xr",Qt="embedded",Vr="inapp",ti="brands",Fr="formFactors",ni="fullVersionList",Yr="platform",ii="platformVersion",An="bitness",ir="sec-ch-ua",Ru=ir+"-full-version-list",Mu=ir+"-arch",ku=ir+"-"+An,Gu=ir+"-form-factors",Nu=ir+"-"+fA,Vu=ir+"-"+M,Eo=ir+"-"+Yr,Pu=Eo+"-version",Ho=[ti,ni,fA,M,Yr,ii,YA,Fr,An],J0="Amazon",Pr="Apple",fo="ASUS",lo="BlackBerry",Qr="Google",uo="Huawei",Xn="Lenovo",go="Honor",Y0="LG",Wn="Microsoft",Jn="Motorola",wo="Nvidia",ho="OnePlus",Yn="OPPO",gt="Samsung",Co="Sharp",wt="Sony",zn="Xiaomi",qn="Zebra",xo="Chrome",Qo="Chromium",rr="Chromecast",Z0="Edge",ht="Firefox",Ct="Opera",Zn="Facebook",Fo="Sogou",Xr="Mobile ",xt=" Browser",$n="Windows",Xu=typeof window!==KA.UNDEFINED,re=Xu&&window.navigator?window.navigator:void 0,Ur=re&&re.userAgentData?re.userAgentData:void 0,Wu=function(o,i){var f={},c=i;if(!j0(i)){c={};for(var Q in i)for(var x in i[Q])c[x]=i[Q][x].concat(c[x]?c[x]:[])}for(var h in o)f[h]=c[h]&&c[h].length%2===0?c[h].concat(o[h]):o[h];return f},en=function(o){for(var i={},f=0;f<o.length;f++)i[o[f].toUpperCase()]=o[f];return i},Ai=function(o,i){if(typeof o===KA.OBJECT&&o.length>0){for(var f in o)if(tr(i)==tr(o[f]))return!0;return!1}return Ut(o)?tr(i)==tr(o):!1},j0=function(o,i){for(var f in o)return/^(browser|cpu|device|engine|os)$/.test(f)||(i?j0(o[f]):!1)},Ut=function(o){return typeof o===KA.STRING},jn=function(o){if(o){for(var i=[],f=zr(/\\?\"/g,o).split(","),c=0;c<f.length;c++)if(f[c].indexOf(";")>-1){var Q=$0(f[c]).split(";v=");i[c]={brand:Q[0],version:Q[1]}}else i[c]=$0(f[c]);return i}},tr=function(o){return Ut(o)?o.toLowerCase():o},ei=function(o){return Ut(o)?zr(/[^\d\.]/g,o).split(".")[0]:void 0},Ke=function(o){for(var i in o)if(o.hasOwnProperty(i)){var f=o[i];typeof f==KA.OBJECT&&f.length==2?this[f[0]]=f[1]:this[f]=void 0}return this},zr=function(o,i){return Ut(i)?i.replace(o,Wr):i},dt=function(o){return zr(/\\?\"/g,o)},$0=function(o,i){return o=zr(/^\s\s*/,String(o)),typeof i===KA.UNDEFINED?o:o.substring(0,i)},ri=function(o,i){if(!(!o||!i))for(var f=0,c,Q,x,h,B,w;f<i.length&&!B;){var U=i[f],l=i[f+1];for(c=Q=0;c<U.length&&!B&&U[c];)if(B=U[c++].exec(o),B)for(x=0;x<l.length;x++)w=B[++Q],h=l[x],typeof h===KA.OBJECT&&h.length>0?h.length===2?typeof h[1]==KA.FUNCTION?this[h[0]]=h[1].call(this,w):this[h[0]]=h[1]:h.length>=3&&(typeof h[1]===KA.FUNCTION&&!(h[1].exec&&h[1].test)?h.length>3?this[h[0]]=w?h[1].apply(this,h.slice(2)):void 0:this[h[0]]=w?h[1].call(this,w,h[2]):void 0:h.length==3?this[h[0]]=w?w.replace(h[1],h[2]):void 0:h.length==4?this[h[0]]=w?h[3].call(this,w.replace(h[1],h[2])):void 0:h.length>4&&(this[h[0]]=w?h[3].apply(this,[w.replace(h[1],h[2])].concat(h.slice(4))):void 0)):this[h]=w||void 0;f+=2}},we=function(o,i){for(var f in i)if(typeof i[f]===KA.OBJECT&&i[f].length>0){for(var c=0;c<i[f].length;c++)if(Ai(i[f][c],o))return f===co?void 0:f}else if(Ai(i[f],o))return f===co?void 0:f;return i.hasOwnProperty("*")?i["*"]:o},Uo={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2","8.1":"6.3",10:["6.4","10.0"],NT:""},vo={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},Ju={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},po={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[N,[k,Xr+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[N,[k,Z0+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[N,[k,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[k,N],[/opios[\/ ]+([\w\.]+)/i],[N,[k,Ct+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[N,[k,Ct+" GX"]],[/\bopr\/([\w\.]+)/i],[N,[k,Ct]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[N,[k,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[N,[k,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(atlas|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser|palemoon)\/([-\w\.]+)/i,/(heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[k,N],[/quark(?:pc)?\/([-\w\.]+)/i],[N,[k,"Quark"]],[/\bddg\/([\w\.]+)/i],[N,[k,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[N,[k,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[N,[k,"WeChat"]],[/konqueror\/([\w\.]+)/i],[N,[k,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[N,[k,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[N,[k,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[N,[k,"Smart "+Xn+xt]],[/(avast|avg)\/([\w\.]+)/i],[[k,/(.+)/,"$1 Secure"+xt],N],[/\bfocus\/([\w\.]+)/i],[N,[k,ht+" Focus"]],[/\bopt\/([\w\.]+)/i],[N,[k,Ct+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[N,[k,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[N,[k,"Dolphin"]],[/coast\/([\w\.]+)/i],[N,[k,Ct+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[N,[k,"MIUI"+xt]],[/fxios\/([\w\.-]+)/i],[N,[k,Xr+ht]],[/\bqihoobrowser\/?([\w\.]*)/i],[N,[k,"360"]],[/\b(qq)\/([\w\.]+)/i],[[k,/(.+)/,"$1Browser"],N],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[k,/(.+)/,"$1"+xt],N],[/samsungbrowser\/([\w\.]+)/i],[N,[k,gt+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[N,[k,Fo+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[k,Fo+" Mobile"],N],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[k,N],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[k],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[N,k],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[k,Zn],N,[T,Vr]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[k,N,[T,Vr]],[/\bgsa\/([\w\.]+) .*safari\//i],[N,[k,"GSA"],[T,Vr]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[N,[k,"TikTok"],[T,Vr]],[/\[(linkedin)app\]/i],[k,[T,Vr]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[k,/(.+)/,"Zalo"],N,[T,Vr]],[/(chromium)[\/ ]([-\w\.]+)/i],[k,N],[/headlesschrome(?:\/([\w\.]+)| )/i],[N,[k,xo+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[N,[k,Z0+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[k,xo+" WebView"],N],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[N,[k,"Android"+xt]],[/chrome\/([\w\.]+) mobile/i],[N,[k,Xr+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[k,N],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[N,[k,Xr+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[k,Xr+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[N,k],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[k,[N,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[k,N],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[k,Xr+ht],N],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[k,"Netscape"],N],[/(wolvic|librewolf)\/([\w\.]+)/i],[k,N],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[N,[k,ht+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[k,[N,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[k,[N,/[^\d\.]+./,Wr]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[YA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[YA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[YA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[YA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[YA,"arm"]],[/ sun4\w[;\)]/i],[[YA,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[YA,/ower/,Wr,tr]],[/mc680.0/i],[[YA,"68k"]],[/winnt.+\[axp/i],[[YA,"alpha"]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[M,[G,gt],[T,yA]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[M,[G,gt],[T,fA]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[M,[G,Pr],[T,fA]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[M,[G,Pr],[T,yA]],[/(macintosh);/i],[M,[G,Pr]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[M,[G,Co],[T,fA]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[M,[G,go],[T,yA]],[/honor([-\w ]+)[;\)]/i],[M,[G,go],[T,fA]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[M,[G,uo],[T,yA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[M,[G,uo],[T,fA]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[M,/_/g," "],[G,zn],[T,yA]],[/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/oid[^\)]+; (redmi[\-_ ]?(?:note|k)?[\w_ ]+|m?[12]\d[01]\d\w{3,6}|poco[\w ]+|(shark )?\w{3}-[ah]0|qin ?[1-3](s\+|ultra| pro)?)( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[M,/_/g," "],[G,zn],[T,fA]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[M,[G,ho],[T,fA]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[M,[G,Yn],[T,fA]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[M,[G,we,{OnePlus:["203","304","403","404","413","415"],"*":Yn}],[T,yA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[M,[G,"BLU"],[T,fA]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[M,[G,"Vivo"],[T,fA]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[M,[G,"Realme"],[T,fA]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[M,[G,Xn],[T,yA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[M,[G,Xn],[T,fA]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[M,[G,Jn],[T,fA]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[M,[G,Jn],[T,yA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[M,[G,Y0],[T,yA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[M,[G,Y0],[T,fA]],[/(nokia) (t[12][01])/i],[G,M,[T,yA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[M,/_/g," "],[T,fA],[G,"Nokia"]],[/(pixel (c|tablet))\b/i],[M,[G,Qr],[T,yA]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[M,[G,Qr],[T,fA]],[/(google) (pixelbook( go)?)/i],[G,M],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[M,[G,wt],[T,fA]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[M,"Xperia Tablet"],[G,wt],[T,yA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[M,[G,J0],[T,yA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[M,/(.+)/g,"Fire Phone $1"],[G,J0],[T,fA]],[/(playbook);[-\w\),; ]+(rim)/i],[M,G,[T,yA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[M,[G,lo],[T,fA]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[M,[G,fo],[T,yA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[M,[G,fo],[T,fA]],[/(nexus 9)/i],[M,[G,"HTC"],[T,yA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[G,[M,/_/g," "],[T,fA]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[M,[G,"TCL"],[T,yA]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[M,[G,"TCL"],[T,fA]],[/(itel) ((\w+))/i],[[G,tr],M,[T,we,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[M,[G,"Acer"],[T,yA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[M,[G,"Meizu"],[T,fA]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[M,[G,"Ulefone"],[T,fA]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[M,[G,"Energizer"],[T,fA]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[M,[G,"Cat"],[T,fA]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[M,[G,"Smartfren"],[T,fA]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[M,[G,"Nothing"],[T,fA]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[M,[G,"Archos"],[T,yA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[M,[G,"Archos"],[T,fA]],[/; (n159v)/i],[M,[G,"HMD"],[T,fA]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[G,M,[T,yA]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[G,M,[T,fA]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[G,M,[T,yA]],[/(surface duo)/i],[M,[G,Wn],[T,yA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[M,[G,"Fairphone"],[T,fA]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[M,[G,wo],[T,yA]],[/(sprint) (\w+)/i],[G,M,[T,fA]],[/(kin\.[onetw]{3})/i],[[M,/\./g," "],[G,Wn],[T,fA]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[M,[G,qn],[T,yA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[M,[G,qn],[T,fA]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[G,[T,_A]],[/hbbtv.+maple;(\d+)/i],[[M,/^/,"SmartTV"],[G,gt],[T,_A]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[G,M,[T,_A]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[G,Y0],[T,_A]],[/(apple) ?tv/i],[G,[M,Pr+" TV"],[T,_A]],[/crkey.*devicetype\/chromecast/i],[[M,rr+" Third Generation"],[G,Qr],[T,_A]],[/crkey.*devicetype\/([^/]*)/i],[[M,/^/,"Chromecast "],[G,Qr],[T,_A]],[/fuchsia.*crkey/i],[[M,rr+" Nest Hub"],[G,Qr],[T,_A]],[/crkey/i],[[M,rr],[G,Qr],[T,_A]],[/(portaltv)/i],[M,[G,Zn],[T,_A]],[/droid.+aft(\w+)( bui|\))/i],[M,[G,J0],[T,_A]],[/(shield \w+ tv)/i],[M,[G,wo],[T,_A]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[M,[G,Co],[T,_A]],[/(bravia[\w ]+)( bui|\))/i],[M,[G,wt],[T,_A]],[/(mi(tv|box)-?\w+) bui/i],[M,[G,zn],[T,_A]],[/Hbbtv.*(technisat) (.*);/i],[G,M,[T,_A]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[G,/.+\/(\w+)/,"$1",we,{LG:"lge"}],[M,$0],[T,_A]],[/(playstation \w+)/i],[M,[G,wt],[T,q0]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[M,[G,Wn],[T,q0]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[G,we,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],M,[T,q0]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[M,[G,gt],[T,ve]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[G,M,[T,ve]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[M,[G,Yn],[T,ve]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[M,[G,Pr],[T,ve]],[/(opwwe\d{3})/i],[M,[G,ho],[T,ve]],[/(moto 360)/i],[M,[G,Jn],[T,ve]],[/(smartwatch 3)/i],[M,[G,wt],[T,ve]],[/(g watch r)/i],[M,[G,Y0],[T,ve]],[/droid.+; (wt63?0{2,3})\)/i],[M,[G,qn],[T,ve]],[/droid.+; (glass) \d/i],[M,[G,Qr],[T,W0]],[/(pico) ([\w ]+) os\d/i],[G,M,[T,W0]],[/(quest( \d| pro)?s?).+vr/i],[M,[G,Zn],[T,W0]],[/mobile vr; rv.+firefox/i],[[T,W0]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[G,[T,Qt]],[/(aeobc)\b/i],[M,[G,J0],[T,Qt]],[/(homepod).+mac os/i],[M,[G,Pr],[T,Qt]],[/windows iot/i],[[T,Qt]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[M,[T,_A]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[T,_A]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[M,[T,we,{mobile:"Mobile",xr:"VR","*":yA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[T,yA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[T,fA]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[M,[G,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[N,[k,Z0+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[k,N],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[N,[k,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[k,N],[/ladybird\//i],[[k,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[N,k]],os:[[/(windows nt) (6\.[23]); arm/i],[[k,/N/,"R"],[N,we,Uo]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[k,N],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[N,/(;|\))/g,"",we,Uo],[k,$n]],[/(windows ce)\/?([\d\.]*)/i],[k,N],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone)|.+apple ?tv)|ip(?:ad|hone)(?: |.+i(?:pad)?)os|apple ?tv.+ios)[\/ ]([\w\.]+)/i,/\btvos ?([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[N,/_/g,"."],[k,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[k,"macOS"],[N,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[N,[k,rr+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[N,[k,rr+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[N,[k,rr+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[N,[k,rr+" Linux"]],[/crkey\/([\d\.]+)/i],[N,[k,rr]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[N,k],[/(ubuntu) ([\w\.]+) like android/i],[[k,/(.+)/,"$1 Touch"],N],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[k,N],[/\(bb(10);/i],[N,[k,lo]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[N,[k,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[N,[k,ht+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[N,[k,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[N,we,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[k,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[N,[k,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[k,"Chrome OS"],N],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[k,N],[/(sunos) ?([\d\.]*)/i],[[k,"Solaris"],N],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[k,N]]},z0=(function(){var o={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ke.call(o.init,[[te,[k,N,Ft,T]],[Le,[YA]],[pe,[T,M,G]],[he,[k,N]],[se,[k,N]]]),Ke.call(o.isIgnore,[[te,[N,Ft]],[he,[N]],[se,[N]]]),Ke.call(o.isIgnoreRgx,[[te,/ ?browser$/i],[se,/ ?os$/i]]),Ke.call(o.toString,[[te,[k,N]],[Le,[YA]],[pe,[G,M]],[he,[k,N]],[se,[k,N]]]),o})(),Yu=function(o,i){var f=z0.init[i],c=z0.isIgnore[i]||0,Q=z0.isIgnoreRgx[i]||0,x=z0.toString[i]||0;function h(){Ke.call(this,f)}return h.prototype.getItem=function(){return o},h.prototype.withClientHints=function(){return Ur?Ur.getHighEntropyValues(Ho).then(function(B){return o.setCH(new yo(B,!1)).parseCH().get()}):o.parseCH().get()},h.prototype.withFeatureCheck=function(){return o.detectFeature().get()},i!=Jr&&(h.prototype.is=function(B){var w=!1;for(var U in this)if(this.hasOwnProperty(U)&&!Ai(c,U)&&tr(Q?zr(Q,this[U]):this[U])==tr(Q?zr(Q,B):B)){if(w=!0,B!=KA.UNDEFINED)break}else if(B==KA.UNDEFINED&&w){w=!w;break}return w},h.prototype.toString=function(){var B=Wr;for(var w in x)typeof this[x[w]]!==KA.UNDEFINED&&(B+=(B?" ":Wr)+this[x[w]]);return B||KA.UNDEFINED}),h.prototype.then=function(B){var w=this,U=function(){for(var v in w)w.hasOwnProperty(v)&&(this[v]=w[v])};U.prototype={is:h.prototype.is,toString:h.prototype.toString,withClientHints:h.prototype.withClientHints,withFeatureCheck:h.prototype.withFeatureCheck};var l=new U;return B(l),l},new h};function yo(o,i){if(o=o||{},Ke.call(this,Ho),i)Ke.call(this,[[ti,jn(o[ir])],[ni,jn(o[Ru])],[fA,/\?1/.test(o[Nu])],[M,dt(o[Vu])],[Yr,dt(o[Eo])],[ii,dt(o[Pu])],[YA,dt(o[Mu])],[Fr,jn(o[Gu])],[An,dt(o[ku])]]);else for(var f in o)this.hasOwnProperty(f)&&typeof o[f]!==KA.UNDEFINED&&(this[f]=o[f])}function nr(o,i,f,c){return Ke.call(this,[["itemType",o],["ua",i],["uaCH",c],["rgxMap",f],["data",Yu(this,o)]]),this}nr.prototype.get=function(o){return o?this.data.hasOwnProperty(o)?this.data[o]:void 0:this.data};nr.prototype.set=function(o,i){return this.data[o]=i,this};nr.prototype.setCH=function(o){return this.uaCH=o,this};nr.prototype.detectFeature=function(){if(re&&re.userAgent==this.ua)switch(this.itemType){case te:re.brave&&typeof re.brave.isBrave==KA.FUNCTION&&this.set(k,"Brave");break;case pe:!this.get(T)&&Ur&&Ur[fA]&&this.set(T,fA),this.get(M)=="Macintosh"&&re&&typeof re.standalone!==KA.UNDEFINED&&re.maxTouchPoints&&re.maxTouchPoints>2&&this.set(M,"iPad").set(T,yA);break;case se:!this.get(k)&&Ur&&Ur[Yr]&&this.set(k,Ur[Yr]);break;case Jr:var o=this.data,i=function(f){return o[f].getItem().detectFeature().get()};this.set(te,i(te)).set(Le,i(Le)).set(pe,i(pe)).set(he,i(he)).set(se,i(se))}return this};nr.prototype.parseUA=function(){switch(this.itemType!=Jr&&ri.call(this.data,this.ua,this.rgxMap),this.itemType){case te:this.set(Ft,ei(this.get(N)));break;case se:if(this.get(k)=="iOS"&&this.get(N)=="18.6"){var o=/\) Version\/([\d\.]+)/.exec(this.ua);o&&parseInt(o[1].substring(0,2),10)>=26&&this.set(N,o[1])}break}return this};nr.prototype.parseCH=function(){var o=this.uaCH,i=this.rgxMap;switch(this.itemType){case te:case he:var f=o[ni]||o[ti],c;if(f)for(var Q=0;Q<f.length;Q++){var x=f[Q].brand||f[Q],h=f[Q].version;this.itemType==te&&!/not.a.brand/i.test(x)&&(!c||/Chrom/.test(c)&&x!=Qo||c==Z0&&/WebView2/.test(x))&&(x=we(x,Ju),c=this.get(k),c&&!/Chrom/.test(c)&&/Chrom/.test(x)||this.set(k,x).set(N,h).set(Ft,ei(h)),c=x),this.itemType==he&&x==Qo&&this.set(N,h)}break;case Le:var B=o[YA];B&&(B&&o[An]=="64"&&(B+="64"),ri.call(this.data,B+";",i));break;case pe:if(o[fA]&&this.set(T,fA),o[M]&&(this.set(M,o[M]),!this.get(T)||!this.get(G))){var w={};ri.call(w,"droid 9; "+o[M]+")",i),!this.get(T)&&w.type&&this.set(T,w.type),!this.get(G)&&w.vendor&&this.set(G,w.vendor)}if(o[Fr]){var U;if(typeof o[Fr]!="string")for(var l=0;!U&&l<o[Fr].length;)U=we(o[Fr][l++],vo);else U=we(o[Fr],vo);this.set(T,U)}break;case se:var v=o[Yr];if(v){var C=o[ii];v==$n&&(C=parseInt(ei(C),10)>=13?"11":"10"),this.set(k,v).set(N,C)}this.get(k)==$n&&o[M]=="Xbox"&&this.set(k,"Xbox").set(N,void 0);break;case Jr:var E=this.data,p=function(b){return E[b].getItem().setCH(o).parseCH().get()};this.set(te,p(te)).set(Le,p(Le)).set(pe,p(pe)).set(he,p(he)).set(se,p(se))}return this};function Ee(o,i,f){if(typeof o===KA.OBJECT?(j0(o,!0)?(typeof i===KA.OBJECT&&(f=i),i=o):(f=o,i=void 0),o=void 0):typeof o===KA.STRING&&!j0(i,!0)&&(f=i,i=void 0),f)if(typeof f.append===KA.FUNCTION){var c={};f.forEach(function(l,v){c[String(v).toLowerCase()]=l}),f=c}else{var Q={};for(var x in f)f.hasOwnProperty(x)&&(Q[String(x).toLowerCase()]=f[x]);f=Q}if(!(this instanceof Ee))return new Ee(o,i,f).getResult();var h=typeof o===KA.STRING?o:f&&f[Bo]?f[Bo]:re&&re.userAgent?re.userAgent:Wr,B=new yo(f,!0),w=i?Wu(po,i):po,U=function(l){return l==Jr?function(){return new nr(l,h,w,B).set("ua",h).set(te,this.getBrowser()).set(Le,this.getCPU()).set(pe,this.getDevice()).set(he,this.getEngine()).set(se,this.getOS()).get()}:function(){return new nr(l,h,w[l],B).parseUA().get()}};return Ke.call(this,[["getBrowser",U(te)],["getCPU",U(Le)],["getDevice",U(pe)],["getEngine",U(he)],["getOS",U(se)],["getResult",U(Jr)],["getUA",function(){return h}],["setUA",function(l){return Ut(l)&&(h=$0(l,Ou)),this}]]).setUA(h),this}Ee.VERSION=Tu;Ee.BROWSER=en([k,N,Ft,T]);Ee.CPU=en([YA]);Ee.DEVICE=en([M,G,T,q0,fA,_A,yA,ve,Qt]);Ee.ENGINE=Ee.OS=en([k,N]);var mo=Ee;function Io(){return typeof crypto!="undefined"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var qu=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let i=Math.random()*16|0;return(o==="x"?i:i&3|8).toString(16)}),si=o=>o===null||typeof o!="object"?JSON.stringify(o):Array.isArray(o)?"["+o.map(si).join(",")+"]":"{"+Object.keys(o).filter(f=>o[f]!==void 0).sort().map(f=>JSON.stringify(f)+":"+si(o[f])).join(",")+"}",ai=class{constructor(){this.cfg=null,this.deviceId=null,this.sessionId=null,this.sessionReady=!1,this._booting=!1,this._disabled=!1,this.pendingEvents=[],this.batchQueue=[],this.scrollFired=!1,this._initialized=!1,this._flushTimer=null,this.indexId=0,this._indexKey=null,this._lastShotAt=0,this._shotInFlight=!1,this.batchConfig={eventsBatchSize:10,flushIntervalMs:5e3,sessionTimeout:3e5}}init(i){var h,B,w;if(typeof window=="undefined"||this._initialized)return;this._initialized=!0;let f=i.apiBaseUrl||i.endpoint||i.socketUrl||"https://api.twinalyze.com",c=f.endsWith("/")?f.slice(0,-1):f,Q={enabled:!1,apiUrl:(B=(h=i.screenActivity)==null?void 0:h.apiUrl)!=null?B:`${c}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["pageView","elementClick","formStart","formSubmit","scrollDepth","searchResultsView","customEvent"],throttleMs:2e3,jpegQuality:.7},x=typeof i.screenActivity=="object"?{...Q,...i.screenActivity}:{...Q};if(this.cfg={apiKey:i.apiKey,secretKey:i.secretKey,version:i.version,apiBaseUrl:c,debug:i.debug!==!1,encrypt:i.encrypt!==!1,persistSession:i.persistSession!==!1,sessionKey:"twinalyze_session_id",source:i.source||"web",indexId:(w=i.indexId)!=null?w:null,enhancedMeasurement:{pageViews:!0,scrolls:!0,outboundClicks:!0,siteSearch:{params:["q","s","search","query"]},formInteractions:!0,fileDownloads:{extensions:["pdf","zip","apk","doc","docx","xls","xlsx","ppt","pptx"]},...i.enhancedMeasurement||{}},screenActivity:x},!this.cfg.apiKey){console.log("[Twinalyze] \u274C Missing apiKey");return}this.deviceId=this._getOrCreateDeviceId(),this.cfg.persistSession&&(this.sessionId=sessionStorage.getItem(this.cfg.sessionKey)||null),this.sessionId||(this.sessionId=`sess_${Io()}`,this.cfg.persistSession&&sessionStorage.setItem(this.cfg.sessionKey,this.sessionId)),this._setupEnhancedMeasurement(),this._loadAndSendUnsentEvents(),this._setupVisibilityAndUnloadHandlers(),this._startFlow()}track(i,f={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.manualEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][CUSTOM]",i,f),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:{...this._pageContext(),...f},ts:Date.now(),eventType:"manual"});return}this._emitEventAdd(i,{...this._pageContext(),...f},"manual")}}async _startFlow(){if(!this._disabled&&!this._booting){this._booting=!0;try{let i=await this._fetchApi("/api/web/sdk/init",{});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] initRes: HAR HAR MAHADEV",i),!i||i.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.screenActivity.enabled=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (init failed)");return}let f=i.data||{};this.cfg.screenActivity.enabled=!!f.debugScreenshotCapture,f.eventData?(this.cfg.autoEventStatus=f.eventData.autoEventStatus!==!1,this.cfg.manualEventStatus=f.eventData.manualEventStatus!==!1):(this.cfg.autoEventStatus=!0,this.cfg.manualEventStatus=!0),f.eventsBatchConfig&&(this.batchConfig={eventsBatchSize:f.eventsBatchConfig.eventsBatchSize||10,flushIntervalMs:f.eventsBatchConfig.flushIntervalMs||5e3,sessionTimeout:f.eventsBatchConfig.sessionTimeout||3e5}),this._initIndexId();let c={properties:this._userProperties(),deviceProperties:this._deviceProperties()},Q=await this._fetchApi("/api/web/sdk/identify",c);if(this.cfg.debug&&console.log("[Twinalyze][FLOW] identifyRes:",Q),!Q||Q.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (identify failed)");return}this.sessionReady=!0,this.pendingEvents.length>0&&this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>this._emitEventAdd(h.eventName,h.properties||{},h.eventType||"auto"))}finally{this._booting=!1}}}async _fetchApi(i,f){let c=`${this.cfg.apiBaseUrl}${i}`,Q=qu(),x=new Date().toISOString(),h=f?JSON.stringify(f):"{}",B=si(JSON.parse(h)),w=vt.default.SHA256(B).toString(vt.default.enc.Hex),l=["POST",i,x,Q,this.deviceId,w].join(`
|
|
6
|
+
`),v=this.cfg.secretKey||"",C=vt.default.HmacSHA256(l,v).toString(vt.default.enc.Hex);this.cfg.debug&&console.log("[Twinalyze][API] Request signing trace:",{endpoint:i,nonce:Q,timestamp:x,canonicalBody:B,bodyHash:w,baseString:l,signature:C});let E={"Content-Type":"application/json","x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"1.0.0","x-app-package-name":window.location.href,"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"v1.0.15","x-timestamp":x,"x-nonce":Q,"x-signature":C};try{return await(await fetch(c,{method:"POST",headers:E,body:h,keepalive:!0})).json()}catch(p){return this.cfg.debug&&console.log(`[Twinalyze][API] Error calling ${i}:`,p),null}}async _waitForRenderStable(){var f;await new Promise(c=>requestAnimationFrame(()=>requestAnimationFrame(c)));try{(f=document.fonts)!=null&&f.ready&&await document.fonts.ready}catch{}let i=Array.from(document.images||[]).filter(c=>!c.complete);await Promise.allSettled(i.map(c=>new Promise(Q=>{c.addEventListener("load",Q,{once:!0}),c.addEventListener("error",Q,{once:!0})})))}async _captureViewportJpegBlob(){var x,h,B;await this._waitForRenderStable();let i=(((x=this.cfg.screenActivity)==null?void 0:x.capture)||"viewport")==="viewport",f=Math.min(2,window.devicePixelRatio||1),c=await(0,Do.default)(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...i?{x:window.scrollX,y:window.scrollY,width:window.innerWidth,height:window.innerHeight}:{x:0,y:0,width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight},scale:f,onclone:w=>{let U=w.createElement("style");U.textContent=`
|
|
6
7
|
* { animation: none !important; transition: none !important; caret-color: transparent !important; }
|
|
7
|
-
`,h.head.appendChild(Q)}}),f=(l=(C=this.cfg.screenActivity)==null?void 0:C.maxWidth)!=null?l:1280;if(a.width>f){let h=f/a.width,Q=document.createElement("canvas");return Q.width=Math.round(a.width*h),Q.height=Math.round(a.height*h),Q.getContext("2d").drawImage(a,0,0,Q.width,Q.height),await new Promise(g=>{var U,x;return Q.toBlob(g,"image/jpeg",(x=(U=this.cfg.screenActivity)==null?void 0:U.jpegQuality)!=null?x:.7)})}return await new Promise(h=>{var Q,g;return a.toBlob(h,"image/jpeg",(g=(Q=this.cfg.screenActivity)==null?void 0:Q.jpegQuality)!=null?g:.7)})}async _uploadScreenActivity({eventName:r,properties:i}){var u,C,l;if(!((u=this.cfg.screenActivity)!=null&&u.enabled)||!this.sessionReady)return;let a=Date.now(),f=(l=(C=this.cfg.screenActivity)==null?void 0:C.throttleMs)!=null?l:2e3;if(!(a-this._lastShotAt<f)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=a;try{let h=await this._captureViewportJpegBlob();if(!h)return;let Q=new FormData;Q.append("apiKey",this.cfg.apiKey),Q.append("organization",this.cfg.organization),Q.append("screenName",document.title||"unknown"),Q.append("identifier",JSON.stringify(i||{})),Q.append("description",r||"event"),Q.append("image",h,`shot_${Date.now()}.jpg`),await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",body:Q,keepalive:!0})}catch(h){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(h==null?void 0:h.message)||h)}finally{this._shotInFlight=!1}}}_emitSessionUpdateOnce(){if(!this.sessionReady||this._sentSessionUpdate)return;this._sentSessionUpdate=!0;let r={apiKey:this.cfg.apiKey,deviceId:this.deviceId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization},i=this.cfg.encrypt?this._encrypt(r):r;this.socket.emit("session|sessionUpdateApp",i),this.cfg.debug&&console.log("[Twinalyze] \u2705 sessionUpdate sent")}_emitUserUpdateOnce(){if(!this.sessionReady||this._sentUserUpdate)return;this._sentUserUpdate=!0;let r={apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization},i=this.cfg.encrypt?this._encrypt(r):r;this.socket.emit("user|userUpdateApp",i),this.cfg.debug&&console.log("[Twinalyze] \u2705 userUpdate sent")}_emitEventAdd(r,i={},a="auto"){if(!this.sessionReady)return;this._indexKey==null&&this._initIndexId();let f=this._nextIndexId(),u={socketId:this.socket.id,date:new Date().toISOString(),eventType:a,uniqueSessionId:this.sessionId,deviceId:this.deviceId,eventName:r,properties:i,apiKey:this.cfg.apiKey,source:this.cfg.source,indexId:f,organization:this.cfg.organization};console.log("payload session|web|sessionEventAddApp",u);let C=this.cfg.encrypt?this._encrypt(u):u;this.socket.emit("session|web|sessionEventAddApp",C),this._uploadScreenActivity({eventName:r,properties:i}),this.cfg.debug&&console.log("[Twinalyze][EVENT_ADD]",r,i,f)}_flushPendingEvents(){if(!this.sessionReady||!this.pendingEvents.length)return;this.pendingEvents.splice(0,this.pendingEvents.length).forEach(i=>this._emitEventAdd(i.eventName,i.properties||{},i.eventType||"auto"))}_trackAuto(r,i={}){var a;if(!this._disabled){if((a=this.cfg)!=null&&a.debug&&console.log("[Twinalyze][AUTO]",r,i),!this.sessionReady){this.pendingEvents.push({eventName:r,properties:i,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(r,i,"auto")}}_setupEnhancedMeasurement(){let r=this.cfg.enhancedMeasurement||{};if(r.pageViews){let i=this._pageViewInfo();this._trackAuto("page_view",i);let a=()=>{this.scrollFired=!1;let C=this._pageViewInfo();this._trackAuto("page_view",C),this._fireSiteSearch()},f=history.pushState,u=history.replaceState;history.pushState=(...C)=>{f.apply(history,C),a()},history.replaceState=(...C)=>{u.apply(history,C),a()},window.addEventListener("popstate",a)}if(r.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let i=document.documentElement,a=window.scrollY||i.scrollTop,f=i.scrollHeight-i.clientHeight;if(f<=0)return;let u=Math.round(a/f*100);u>=90&&(this.scrollFired=!0,this._trackAuto("scroll",{percent_scrolled:u,...this._pageContext()}))},{passive:!0}),r.outboundClicks&&document.addEventListener("click",i=>{var h,Q,g;let a=this._getClickTarget(i);if(!a)return;let f=a.el,u=(f.tagName||"").toLowerCase(),C=this._getTextFromElement(f),l={click_type:a.kind,element_tag:u,element_text:C||"not_found",element_id:f.id||null,element_name:((h=f.getAttribute)==null?void 0:h.call(f,"name"))||null,element_role:((Q=f.getAttribute)==null?void 0:Q.call(f,"role"))||null,element_classes:f.className&&typeof f.className=="string"?f.className.slice(0,120):null,element_path:this._cssPath(f),...this._pageContext&&this._pageContext()||{}};if(a.kind==="link"){let U=f.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(U))return;let x;try{x=new URL(f.href)}catch{return}l.link_url=x.href,l.link_domain=x.hostname,l.link_path=x.pathname,l.outbound=x.hostname!==location.hostname}a.kind==="button"&&(l.button_type=((g=f.getAttribute)==null?void 0:g.call(f,"type"))||null,l.disabled=!!f.disabled),this._trackAuto("click",l)},!0),r.siteSearch&&this._fireSiteSearch(),r.formInteractions){let i=new WeakSet;document.addEventListener("focusin",a=>{let f=a.target&&a.target.closest?a.target.closest("form"):null;!f||i.has(f)||(i.add(f),this._trackAuto("form_start",{form_id:f.id||void 0,form_name:f.getAttribute("name")||void 0,form_action:f.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",a=>{let f=a.target;f&&this._trackAuto("form_submit",{form_id:f.id||void 0,form_name:f.getAttribute("name")||void 0,form_action:f.action||void 0,form_destination:location.href,...this._pageContext()})},!0)}if(r.fileDownloads&&r.fileDownloads.extensions){let i=r.fileDownloads.extensions.map(a=>String(a).toLowerCase());document.addEventListener("click",a=>{let f=a.target&&a.target.closest?a.target.closest("a"):null;if(!f||!f.href)return;let u=f.href.split("?")[0].toLowerCase(),C=u.split(".").pop()||"";i.includes(C)&&this._trackAuto("file_download",{link_url:f.href,file_extension:C,file_name:u.split("/").pop()})},!0)}}_fireSiteSearch(){let r=this.cfg.enhancedMeasurement||{};if(!r.siteSearch)return;let i=r.siteSearch.params||["q","s","search","query"],a=new URLSearchParams(location.search),f=i.find(C=>a.get(C)),u=f?a.get(f):null;u&&u.trim()&&this._trackAuto("view_search_results",{search_term:u.trim(),search_param:f,page_path:location.pathname,...this._pageContext()})}_getTextFromElement(r){var u,C;if(!r)return null;let i=(u=r.getAttribute)==null?void 0:u.call(r,"aria-label");if(i&&i.trim())return i.trim();let a=(C=r.getAttribute)==null?void 0:C.call(r,"title");if(a&&a.trim())return a.trim();let f=(r.innerText||r.textContent||"").trim();return f?f.length>80?f.slice(0,80):f:null}_cssPath(r){if(!r||!r.tagName)return null;let i=[],a=r,f=0;for(;a&&a.nodeType===1&&f<5;){let u=a.tagName.toLowerCase();if(a.id){u+=`#${a.id}`,i.unshift(u);break}let C=a.className&&typeof a.className=="string"?a.className.trim().split(/\s+/).slice(0,2).join("."):"";C&&(u+=`.${C}`),i.unshift(u),a=a.parentElement,f++}return i.join(" > ")}_getClickTarget(r){let i=typeof r.composedPath=="function"?r.composedPath():null,a=i&&i.length?i[0]:r.target,f=(Q,g)=>Q&&Q.closest?Q.closest(g):null,u=f(a,"a[href]");if(u)return{el:u,kind:"link"};let C=f(a,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(C)return{el:C,kind:"button"};let l=f(a,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(l)return{el:l,kind:"dropdown_item"};let h=f(a,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return h?{el:h,kind:"interactive"}:null}_deviceProperties(){var u,C,l,h,Q,g,U,x;let i=new Pg(navigator.userAgent).getResult(),a=navigator.connection||navigator.mozConnection||navigator.webkitConnection,f=(C=(u=window.matchMedia)==null?void 0:u.call(window,"(prefers-color-scheme: dark)"))!=null&&C.matches?"dark":"light";return{device_type:((l=i.device)==null?void 0:l.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),os_name:((h=i.os)==null?void 0:h.name)||"not_found",os_version:((Q=i.os)==null?void 0:Q.version)||"not_found",browser_name:((g=i.browser)==null?void 0:g.name)||"not_found",browser_version:((U=i.browser)==null?void 0:U.version)||"not_found",sdk:"web",sdk_version:((x=this.cfg)==null?void 0:x.version)||"not_found",device_screen_mode:f,screen_w:String(screen.width),screen_h:String(screen.height),viewport_w:String(window.innerWidth),viewport_h:String(window.innerHeight),density:String(window.devicePixelRatio||1),color_depth:String(screen.colorDepth||"not_found"),device_language:navigator.language||"not_found",timezone:Intl.DateTimeFormat().resolvedOptions().timeZone||"not_found",cores:navigator.hardwareConcurrency!=null?String(navigator.hardwareConcurrency):"not_found",memory_gb:navigator.deviceMemory!=null?String(navigator.deviceMemory):"not_found",touch_points:navigator.maxTouchPoints!=null?String(navigator.maxTouchPoints):"0",is_data_on:navigator.onLine?"true":"false",connection_effective_type:(a==null?void 0:a.effectiveType)||"not_found",connection_downlink:(a==null?void 0:a.downlink)!=null?String(a.downlink):"not_found",connection_rtt:(a==null?void 0:a.rtt)!=null?String(a.rtt):"not_found",connection_save_data:(a==null?void 0:a.saveData)!=null?String(a.saveData):"not_found",user_agent:navigator.userAgent}}_userProperties(){let r=new URL(location.href),i=r.searchParams,a=u=>i.get(u),f="not_found";return{landing_url:r.href,referrer:[{utm_source:a("utm_source")||f},{utm_medium:a("utm_medium")||f},{utm_campaign:a("utm_campaign")||f},{utm_term:a("utm_term")||f},{utm_content:a("utm_content")||f}],gclid:a("gclid")||f,fbclid:a("fbclid")||f,msclkid:a("msclkid")||f,language_pref:navigator.language||f}}_getOrCreateDeviceId(){let r="twinalyze_device_id",i=localStorage.getItem(r);if(i)return i;let a=ZB();return localStorage.setItem(r,a),a}_pageContext(){let r="twinalyze_last_page_location",i=location.href,a=location.hostname,f=location.pathname,u=document.title,l=sessionStorage.getItem(r)||document.referrer||null,h="direct";if(l)try{h=new URL(l).hostname===a?"internal":"external"}catch{h="external"}return{page_domain:a,page_location:i,page_url:i,page_path:f,page_title:u,previous_page_location:l,previous_page_type:h}}_pageViewInfo(){let r="twinalyze_last_page_location",i="twinalyze_page_counter",a="twinalyze_last_counted_path",f=this._pageContext(),u=f.page_path,C=sessionStorage.getItem(a),l=parseInt(sessionStorage.getItem(i)||"0",10);return Number.isNaN(l)&&(l=0),C!==u?(l+=1,sessionStorage.setItem(i,String(l)),sessionStorage.setItem(a,u)):sessionStorage.setItem(i,String(l)),sessionStorage.setItem(r,f.page_location),{page_counter:l,...f}}},jB=new t0,Xg=["init","track"],Wg=Object.fromEntries(Xg.map(s=>[s,jB[s].bind(jB)]));var ec=Wg;var r0=ec;typeof window!="undefined"&&(window.twinalyze=r0,window.TwinalyzeAnalytics=r0);var Pw=r0;})();
|
|
8
|
+
`,w.head.appendChild(U)}}),Q=(B=(h=this.cfg.screenActivity)==null?void 0:h.maxWidth)!=null?B:1280;if(c.width>Q){let w=Q/c.width,U=document.createElement("canvas");return U.width=Math.round(c.width*w),U.height=Math.round(c.height*w),U.getContext("2d").drawImage(c,0,0,U.width,U.height),await new Promise(l=>{var v,C;return U.toBlob(l,"image/jpeg",(C=(v=this.cfg.screenActivity)==null?void 0:v.jpegQuality)!=null?C:.7)})}return await new Promise(w=>{var U,l;return c.toBlob(w,"image/jpeg",(l=(U=this.cfg.screenActivity)==null?void 0:U.jpegQuality)!=null?l:.7)})}async _uploadScreenActivity({eventName:i,properties:f}){var x,h,B;if(!((x=this.cfg.screenActivity)!=null&&x.enabled)||!this.sessionReady)return;let c=Date.now(),Q=(B=(h=this.cfg.screenActivity)==null?void 0:h.throttleMs)!=null?B:2e3;if(!(c-this._lastShotAt<Q)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=c;try{let w=await this._captureViewportJpegBlob();if(!w)return;let U=new FormData;U.append("apiKey",this.cfg.apiKey),U.append("screenName",document.title||"unknown"),U.append("identifier",JSON.stringify(f||{})),U.append("description",i||"event"),U.append("image",w,`shot_${Date.now()}.jpg`);let l={"x-deviceId":this.deviceId,"x-api-key":this.cfg.apiKey,"x-analytics-sdk-version":this.cfg.version||"1.0.0","x-ad-analytics-sdk-version":"1.0.0","x-app-package-name":window.location.href,"x-platform":"javascript","x-app-version-name":"1.0.0","x-app-version-mode":this.cfg.debug?"debug":"release","x-sdk-version":"v1.0.15"};await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",headers:l,body:U,keepalive:!0})}catch(w){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(w==null?void 0:w.message)||w)}finally{this._shotInFlight=!1}}}_emitEventAdd(i,f={},c="auto"){if(!this.sessionReady)return;this._indexKey==null&&this._initIndexId();let Q=this._nextIndexId(),x={uniqueSessionId:this.sessionId,date:new Date().toISOString(),eventType:c,eventName:i,properties:{...f,eventName:i},indexId:Q,source:this.cfg.source};this.batchQueue.length===0&&(this._flushTimer&&clearTimeout(this._flushTimer),this._flushTimer=setTimeout(()=>this._flushBatchQueue(),this.batchConfig.flushIntervalMs)),this.batchQueue.push(x),this._uploadScreenActivity({eventName:i,properties:f}),this.cfg.debug&&console.log("[Twinalyze][EVENT_QUEUED]",i,f,Q),this.batchQueue.length>=this.batchConfig.eventsBatchSize&&this._flushBatchQueue()}async _flushBatchQueue(){if(this._flushTimer&&(clearTimeout(this._flushTimer),this._flushTimer=null),!this.sessionReady||!this.batchQueue.length)return;let i=this.batchQueue.splice(0,this.batchQueue.length);this.cfg.debug&&console.log(`[Twinalyze][FLUSHING] ${i.length} events...`);let f={eventsBatch:[{events:i.map(Q=>({appInfo:{appVersion:this.cfg.version||"1.0.0",platform:"javascript"},date:Q.date,eventName:Q.eventName,eventType:Q.eventType,indexId:Q.indexId,properties:Q.properties})),startDate:i[0].date,uniqueSessionId:this.sessionId}]},c=await this._fetchApi("/api/web/sdk/eventsBatch",f);this.cfg.debug&&console.log("[Twinalyze][FLUSH_RES]",c),(!c||c.success===!1)&&this.cfg.debug&&console.log("[Twinalyze][FLUSH_FAIL] events dropped")}_trackAuto(i,f={}){var c;if(!this._disabled&&!(this.cfg&&this.cfg.autoEventStatus===!1)){if((c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze][AUTO]",i,f),!this.sessionReady){this.pendingEvents.push({eventName:i,properties:f,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(i,f,"auto")}}_setupEnhancedMeasurement(){let i=this.cfg.enhancedMeasurement||{};if(i.pageViews){let f=this._pageViewInfo();this._trackAuto("pageView",f);let c=()=>{this.scrollFired=!1;let h=this._pageViewInfo();this._trackAuto("pageView",h),this._fireSiteSearch()},Q=history.pushState,x=history.replaceState;history.pushState=(...h)=>{Q.apply(history,h),c()},history.replaceState=(...h)=>{x.apply(history,h),c()},window.addEventListener("popstate",c)}if(i.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let f=document.documentElement,c=window.scrollY||f.scrollTop,Q=f.scrollHeight-f.clientHeight;if(Q<=0)return;let x=Math.round(c/Q*100);x>=90&&(this.scrollFired=!0,this._trackAuto("scrollDepth",{scrollPercent:x,...this._pageContext()}))},{passive:!0}),i.outboundClicks&&document.addEventListener("click",f=>{var w,U,l;let c=this._getClickTarget(f);if(!c)return;let Q=c.el,x=(Q.tagName||"").toLowerCase(),h=this._getTextFromElement(Q),B={clickType:c.kind,elementTag:x,elementText:h||"not_found",elementId:Q.id||null,elementName:((w=Q.getAttribute)==null?void 0:w.call(Q,"name"))||null,elementRole:((U=Q.getAttribute)==null?void 0:U.call(Q,"role"))||null,elementClass:Q.className&&typeof Q.className=="string"?Q.className.slice(0,120):null,elementSelector:this._cssPath(Q),...this._pageContext&&this._pageContext()||{}};if(c.kind==="link"){let v=Q.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(v))return;let C;try{C=new URL(Q.href)}catch{return}B.linkUrl=C.href,B.linkDomain=C.hostname,B.linkPath=C.pathname,B.isOutbound=C.hostname!==location.hostname}c.kind==="button"&&(B.buttonType=((l=Q.getAttribute)==null?void 0:l.call(Q,"type"))||null,B.disabled=!!Q.disabled),this._trackAuto("elementClick",B)},!0),i.siteSearch&&this._fireSiteSearch(),i.formInteractions){let f=new WeakSet;document.addEventListener("focusin",c=>{let Q=c.target&&c.target.closest?c.target.closest("form"):null;!Q||f.has(Q)||(f.add(Q),this._trackAuto("formStart",{formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,formActionUrl:Q.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",c=>{let Q=c.target;Q&&this._trackAuto("formSubmit",{formId:Q.id||void 0,formName:Q.getAttribute("name")||void 0,formActionUrl:Q.action||void 0,formDestinationUrl:location.href,formStatus:"success",...this._pageContext()})},!0)}if(i.fileDownloads&&i.fileDownloads.extensions){let f=i.fileDownloads.extensions.map(c=>String(c).toLowerCase());document.addEventListener("click",c=>{let Q=c.target&&c.target.closest?c.target.closest("a"):null;if(!Q||!Q.href)return;let x=Q.href.split("?")[0].toLowerCase(),h=x.split(".").pop()||"";f.includes(h)&&this._trackAuto("fileDownload",{linkUrl:Q.href,fileExtension:h,fileName:x.split("/").pop(),...this._pageContext()})},!0)}}_fireSiteSearch(){let i=this.cfg.enhancedMeasurement||{};if(!i.siteSearch)return;let f=i.siteSearch.params||["q","s","search","query"],c=new URLSearchParams(location.search),Q=f.find(h=>c.get(h)),x=Q?c.get(Q):null;x&&x.trim()&&this._trackAuto("searchResultsView",{searchTerm:x.trim(),searchKey:Q,searchUrl:location.href,...this._pageContext()})}_getTextFromElement(i){var x,h;if(!i)return null;let f=(x=i.getAttribute)==null?void 0:x.call(i,"aria-label");if(f&&f.trim())return f.trim();let c=(h=i.getAttribute)==null?void 0:h.call(i,"title");if(c&&c.trim())return c.trim();let Q=(i.innerText||i.textContent||"").trim();return Q?Q.length>80?Q.slice(0,80):Q:null}_cssPath(i){if(!i||!i.tagName)return null;let f=[],c=i,Q=0;for(;c&&c.nodeType===1&&Q<5;){let x=c.tagName.toLowerCase();if(c.id){x+=`#${c.id}`,f.unshift(x);break}let h=c.className&&typeof c.className=="string"?c.className.trim().split(/\s+/).slice(0,2).join("."):"";h&&(x+=`.${h}`),f.unshift(x),c=c.parentElement,Q++}return f.join(" > ")}_getClickTarget(i){let f=typeof i.composedPath=="function"?i.composedPath():null,c=f&&f.length?f[0]:i.target,Q=(U,l)=>U&&U.closest?U.closest(l):null,x=Q(c,"a[href]");if(x)return{el:x,kind:"link"};let h=Q(c,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(h)return{el:h,kind:"button"};let B=Q(c,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(B)return{el:B,kind:"dropdown_item"};let w=Q(c,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return w?{el:w,kind:"interactive"}:null}_deviceProperties(){var x,h,B,w,U,l,v;let f=new mo(navigator.userAgent).getResult(),c=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return{device_screen_mode:(h=(x=window.matchMedia)==null?void 0:x.call(window,"(prefers-color-scheme: dark)"))!=null&&h.matches?"dark":"light",is_data_on:navigator.onLine?"true":"false",screen_width:String(screen.width),screen_height:String(screen.height),viewport_width:String(window.innerWidth),viewport_height:String(window.innerHeight),color_depth:String(screen.colorDepth||"not_found"),browser_name:((B=f.browser)==null?void 0:B.name)||"not_found",browser_version:((w=f.browser)==null?void 0:w.version)||"not_found",os_name:((U=f.os)==null?void 0:U.name)||"not_found",os_version:((l=f.os)==null?void 0:l.version)||"not_found",app_language:navigator.language||"not_found",cpu_cores:navigator.hardwareConcurrency!=null?String(navigator.hardwareConcurrency):"not_found",touch_points:navigator.maxTouchPoints!=null?String(navigator.maxTouchPoints):"0",network_type:(c==null?void 0:c.effectiveType)||"not_found",network_speed_mbps:(c==null?void 0:c.downlink)!=null?String(c.downlink):"not_found",network_latency_ms:(c==null?void 0:c.rtt)!=null?String(c.rtt):"not_found",data_saver_enabled:(c==null?void 0:c.saveData)!=null?String(c.saveData):"not_found",user_agent:navigator.userAgent,analytics_version:((v=this.cfg)==null?void 0:v.version)||"not_found"}}_normalizeUrl(i){if(!i)return i;try{let f=new URL(i),c=new URLSearchParams,Q=["source","medium","campaign","term","content"];for(let[x,h]of f.searchParams.entries())x.toLowerCase().startsWith("utm")?c.set(x.toLowerCase(),h):Q.includes(x.toLowerCase())?c.set("utm_"+x.toLowerCase(),h):c.set(x,h);return f.search=c.toString(),f.href}catch{return i}}_userProperties(){var w;let f=new mo(navigator.userAgent).getResult(),c=this._normalizeUrl(location.href),x=new URL(c).searchParams,h=U=>x.get(U),B="not_found";return{device_type:((w=f.device)==null?void 0:w.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),density:String(window.devicePixelRatio||1),timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone||"not_found",ram:navigator.deviceMemory!=null?String(navigator.deviceMemory):"not_found",device_language:navigator.language||"not_found",landing_url:c,utm_source:h("utm_source")||B,utm_medium:h("utm_medium")||B,utm_campaign:h("utm_campaign")||B,utm_term:h("utm_term")||B,utm_content:h("utm_content")||B,utm_gclid:h("gclid")||B,utm_fbclid:h("fbclid")||B,utm_msclkid:h("msclkid")||B}}_initIndexId(){this._indexKey=`twinalyze_index_${this.sessionId}`,this.indexId=parseInt(sessionStorage.getItem(this._indexKey)||"0",10),Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),this.indexId}_getOrCreateDeviceId(){let i="twinalyze_device_id",f=localStorage.getItem(i);if(f)return f;let c=Io();return localStorage.setItem(i,c),c}_pageContext(){let i="twinalyze_last_page_location",f=this._normalizeUrl(location.href),c=location.hostname,Q=location.pathname,x=document.title,B=sessionStorage.getItem(i)||document.referrer||null,w="direct";if(B)try{w=new URL(B).hostname===c?"internal":"external"}catch{w="external"}return{pageDomain:c,pageUrl:f,pagePath:Q,pageTitle:x,referrerUrl:B&&this._normalizeUrl(B),referrerType:w}}_pageViewInfo(){let i="twinalyze_last_page_location",f="twinalyze_page_counter",c="twinalyze_last_counted_path",Q=this._pageContext(),x=Q.pagePath,h=sessionStorage.getItem(c),B=parseInt(sessionStorage.getItem(f)||"0",10);return Number.isNaN(B)&&(B=0),h!==x?(B+=1,sessionStorage.setItem(f,String(B)),sessionStorage.setItem(c,x)):sessionStorage.setItem(f,String(B)),sessionStorage.setItem(i,Q.pageUrl),{pageCount:B,...Q}}_saveUnsentEvents(){var i;try{let f=[...this.pendingEvents,...this.batchQueue];f.length>0?localStorage.setItem("twinalyze_unsent_events",JSON.stringify(f)):localStorage.removeItem("twinalyze_unsent_events")}catch(f){(i=this.cfg)!=null&&i.debug&&console.log("[Twinalyze] Error saving unsent events:",f)}}_loadAndSendUnsentEvents(){var i,f;try{let c=localStorage.getItem("twinalyze_unsent_events");if(c){let Q=JSON.parse(c);localStorage.removeItem("twinalyze_unsent_events"),Array.isArray(Q)&&Q.length>0&&((i=this.cfg)!=null&&i.debug&&console.log(`[Twinalyze] Loaded ${Q.length} unsent events from localStorage`),Q.forEach(x=>{this.sessionReady?this._emitEventAdd(x.eventName,x.properties||{},x.eventType||"auto"):this.pendingEvents.push(x)}))}}catch(c){(f=this.cfg)!=null&&f.debug&&console.log("[Twinalyze] Error loading unsent events:",c)}}_setupVisibilityAndUnloadHandlers(){let i=()=>{var c,Q;(c=this.cfg)!=null&&c.debug&&console.log("[Twinalyze] Visibility changed or page hiding. Flushing events...");let f=this.sessionReady;!this.sessionReady&&this.pendingEvents.length>0&&((Q=this.cfg)!=null&&Q.debug&&console.log("[Twinalyze] Force flushing pending events on unload..."),this.pendingEvents.splice(0,this.pendingEvents.length).forEach(h=>{this._indexKey==null&&this._initIndexId();let B=this._nextIndexId();this.batchQueue.push({uniqueSessionId:this.sessionId,date:new Date(h.ts||Date.now()).toISOString(),eventType:h.eventType||"auto",eventName:h.eventName,properties:{...h.properties,eventName:h.eventName},indexId:B,source:this.cfg.source})}),this.sessionReady=!0),this.batchQueue.length>0&&this._flushBatchQueue(),f||(this.sessionReady=f),this._saveUnsentEvents()};document.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&i()}),window.addEventListener("pagehide",()=>{i()})}},bo=new ai,Zu=["init","track"],ju=Object.fromEntries(Zu.map(o=>[o,bo[o].bind(bo)]));var Ko=ju;var oi=Ko;typeof window!="undefined"&&(window.twinalyze=oi,window.TwinalyzeAnalytics=oi);var ig=oi;})();
|
|
8
9
|
/*! Bundled license information:
|
|
9
10
|
|
|
10
11
|
crypto-js/ripemd160.js:
|