@twinalyze/web-analytics 1.0.9 → 1.0.10

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.
@@ -1,21 +1,21 @@
1
- var TwinalyzeAnalytics=(()=>{var du=Object.create;var hi=Object.defineProperty;var gu=Object.getOwnPropertyDescriptor;var wu=Object.getOwnPropertyNames;var pu=Object.getPrototypeOf,Cu=Object.prototype.hasOwnProperty;var eA=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(A,e)=>(typeof require<"u"?require:A)[e]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var W=(t,A)=>()=>(A||t((A={exports:{}}).exports,A),A.exports),xu=(t,A)=>{for(var e in A)hi(t,e,{get:A[e],enumerable:!0})},Fu=(t,A,e,r)=>{if(A&&typeof A=="object"||typeof A=="function")for(let s of wu(A))!Cu.call(t,s)&&s!==e&&hi(t,s,{get:()=>A[s],enumerable:!(r=gu(A,s))||r.enumerable});return t};var pA=(t,A,e)=>(e=t!=null?du(pu(t)):{},Fu(A||!t||!t.__esModule?hi(e,"default",{value:t,enumerable:!0}):e,t));var Da=W((bF,Ia)=>{var ft=eA("fs"),Ha=eA("url"),Qu=eA("child_process").spawn;Ia.exports=di;di.XMLHttpRequest=di;function di(t){"use strict";t=t||{};var A=this,e=eA("http"),r=eA("https"),s,n,i={},o=!1,a={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},f=Object.assign({},a),c=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","content-transfer-encoding","cookie","cookie2","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"],B=["TRACE","TRACK","CONNECT"],l=!1,d=!1,u=!1,w={};this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.readyState=this.UNSENT,this.onreadystatechange=null,this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),this.status=null,this.statusText=null;var x=function(p){return o||p&&c.indexOf(p.toLowerCase())===-1},h=function(p){return p&&B.indexOf(p)===-1};this.open=function(p,C,Q,F,m){if(this.abort(),d=!1,u=!1,!h(p))throw new Error("SecurityError: Request method not allowed");i={method:p,url:C.toString(),async:typeof Q!="boolean"?!0:Q,user:F||null,password:m||null},g(this.OPENED)},this.setDisableHeaderCheck=function(p){o=p},this.setRequestHeader=function(p,C){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!x(p))return console.warn('Refused to set unsafe header "'+p+'"'),!1;if(l)throw new Error("INVALID_STATE_ERR: send flag is true");return f[p]=C,!0},this.getResponseHeader=function(p){return typeof p=="string"&&this.readyState>this.OPENED&&n.headers[p.toLowerCase()]&&!d?n.headers[p.toLowerCase()]:null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||d)return"";var p="";for(var C in n.headers)C!=="set-cookie"&&C!=="set-cookie2"&&(p+=C+": "+n.headers[C]+`\r
2
- `);return p.substr(0,p.length-2)},this.getRequestHeader=function(p){return typeof p=="string"&&f[p]?f[p]:""},this.send=function(p){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: connection must be opened before send() is called");if(l)throw new Error("INVALID_STATE_ERR: send has already been called");var C=!1,Q=!1,F=Ha.parse(i.url),m;switch(F.protocol){case"https:":C=!0;case"http:":m=F.hostname;break;case"file:":Q=!0;break;case void 0:case"":m="localhost";break;default:throw new Error("Protocol not supported.")}if(Q){if(i.method!=="GET")throw new Error("XMLHttpRequest: Only GET method is supported");if(i.async)ft.readFile(unescape(F.pathname),function(q,AA){q?A.handleError(q,q.errno||-1):(A.status=200,A.responseText=AA.toString("utf8"),A.response=AA,g(A.DONE))});else try{this.response=ft.readFileSync(unescape(F.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,g(A.DONE)}catch(q){this.handleError(q,q.errno||-1)}return}var E=F.port||(C?443:80),v=F.pathname+(F.search?F.search:"");if(f.Host=m,C&&E===443||E===80||(f.Host+=":"+F.port),i.user){typeof i.password>"u"&&(i.password="");var R=new Buffer(i.user+":"+i.password);f.Authorization="Basic "+R.toString("base64")}if(i.method==="GET"||i.method==="HEAD")p=null;else if(p){f["Content-Length"]=Buffer.isBuffer(p)?p.length:Buffer.byteLength(p);var U=Object.keys(f);U.some(function(q){return q.toLowerCase()==="content-type"})||(f["Content-Type"]="text/plain;charset=UTF-8")}else i.method==="POST"&&(f["Content-Length"]=0);var K=t.agent||!1,D={host:m,port:E,path:v,method:i.method,headers:f,agent:K};if(C&&(D.pfx=t.pfx,D.key=t.key,D.passphrase=t.passphrase,D.cert=t.cert,D.ca=t.ca,D.ciphers=t.ciphers,D.rejectUnauthorized=t.rejectUnauthorized!==!1),d=!1,i.async){var _=C?r.request:e.request;l=!0,A.dispatchEvent("readystatechange");var V=function(q){if(n=q,n.statusCode===302||n.statusCode===303||n.statusCode===307){i.url=n.headers.location;var AA=Ha.parse(i.url);m=AA.hostname;var X={hostname:AA.hostname,port:AA.port,path:AA.path,method:n.statusCode===303?"GET":i.method,headers:f};C&&(X.pfx=t.pfx,X.key=t.key,X.passphrase=t.passphrase,X.cert=t.cert,X.ca=t.ca,X.ciphers=t.ciphers,X.rejectUnauthorized=t.rejectUnauthorized!==!1),s=_(X,V).on("error",N),s.end();return}g(A.HEADERS_RECEIVED),A.status=n.statusCode,n.on("data",function(UA){if(UA){var me=Buffer.from(UA);A.response=Buffer.concat([A.response,me])}l&&g(A.LOADING)}),n.on("end",function(){l&&(l=!1,g(A.DONE),A.responseText=A.response.toString("utf8"))}),n.on("error",function(UA){A.handleError(UA)})},N=function(q){if(s.reusedSocket&&q.code==="ECONNRESET")return _(D,V).on("error",N);A.handleError(q)};s=_(D,V).on("error",N),t.autoUnref&&s.on("socket",q=>{q.unref()}),p&&s.write(p),s.end(),A.dispatchEvent("loadstart")}else{var G=".node-xmlhttprequest-content-"+process.pid,J=".node-xmlhttprequest-sync-"+process.pid;ft.writeFileSync(J,"","utf8");for(var y="var http = require('http'), https = require('https'), fs = require('fs');var doRequest = http"+(C?"s":"")+".request;var options = "+JSON.stringify(D)+";var responseText = '';var responseData = Buffer.alloc(0);var req = doRequest(options, function(response) {response.on('data', function(chunk) { var data = Buffer.from(chunk); responseText += data.toString('utf8'); responseData = Buffer.concat([responseData, data]);});response.on('end', function() {fs.writeFileSync('"+G+"', JSON.stringify({err: null, data: {statusCode: response.statusCode, headers: response.headers, text: responseText, data: responseData.toString('base64')}}), 'utf8');fs.unlinkSync('"+J+"');});response.on('error', function(error) {fs.writeFileSync('"+G+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+J+"');});}).on('error', function(error) {fs.writeFileSync('"+G+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+J+"');});"+(p?"req.write('"+JSON.stringify(p).slice(1,-1).replace(/'/g,"\\'")+"');":"")+"req.end();",S=Qu(process.argv[0],["-e",y]),O;ft.existsSync(J););if(A.responseText=ft.readFileSync(G,"utf8"),S.stdin.end(),ft.unlinkSync(G),A.responseText.match(/^NODE-XMLHTTPREQUEST-ERROR:/)){var I=JSON.parse(A.responseText.replace(/^NODE-XMLHTTPREQUEST-ERROR:/,""));A.handleError(I,503)}else{A.status=A.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:([0-9]*),.*/,"$1");var Z=JSON.parse(A.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:[0-9]*,(.*)/,"$1"));n={statusCode:A.status,headers:Z.data.headers},A.responseText=Z.data.text,A.response=Buffer.from(Z.data.data,"base64"),g(A.DONE,!0)}}},this.handleError=function(p,C){this.status=C||0,this.statusText=p,this.responseText=p.stack,d=!0,g(this.DONE)},this.abort=function(){s&&(s.abort(),s=null),f=Object.assign({},a),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),d=u=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||l)&&this.readyState!==this.DONE&&(l=!1,g(this.DONE)),this.readyState=this.UNSENT},this.addEventListener=function(p,C){p in w||(w[p]=[]),w[p].push(C)},this.removeEventListener=function(p,C){p in w&&(w[p]=w[p].filter(function(Q){return Q!==C}))},this.dispatchEvent=function(p){if(typeof A["on"+p]=="function"&&(this.readyState===this.DONE&&i.async?setTimeout(function(){A["on"+p]()},0):A["on"+p]()),p in w)for(let C=0,Q=w[p].length;C<Q;C++)this.readyState===this.DONE?setTimeout(function(){w[p][C].call(A)},0):w[p][C].call(A)};var g=function(p){if(!(A.readyState===p||A.readyState===A.UNSENT&&u)&&(A.readyState=p,(i.async||A.readyState<A.OPENED||A.readyState===A.DONE)&&A.dispatchEvent("readystatechange"),A.readyState===A.DONE)){let C;u?C="abort":d?C="error":C="load",A.dispatchEvent(C),A.dispatchEvent("loadend")}}}});var qa=W((GF,Xa)=>{var Bt=1e3,lt=Bt*60,ut=lt*60,Xe=ut*24,_u=Xe*7,Hu=Xe*365.25;Xa.exports=function(t,A){A=A||{};var e=typeof t;if(e==="string"&&t.length>0)return Iu(t);if(e==="number"&&isFinite(t))return A.long?Su(t):Du(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function Iu(t){if(t=String(t),!(t.length>100)){var A=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(A){var e=parseFloat(A[1]),r=(A[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return e*Hu;case"weeks":case"week":case"w":return e*_u;case"days":case"day":case"d":return e*Xe;case"hours":case"hour":case"hrs":case"hr":case"h":return e*ut;case"minutes":case"minute":case"mins":case"min":case"m":return e*lt;case"seconds":case"second":case"secs":case"sec":case"s":return e*Bt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}function Du(t){var A=Math.abs(t);return A>=Xe?Math.round(t/Xe)+"d":A>=ut?Math.round(t/ut)+"h":A>=lt?Math.round(t/lt)+"m":A>=Bt?Math.round(t/Bt)+"s":t+"ms"}function Su(t){var A=Math.abs(t);return A>=Xe?os(t,A,Xe,"day"):A>=ut?os(t,A,ut,"hour"):A>=lt?os(t,A,lt,"minute"):A>=Bt?os(t,A,Bt,"second"):t+" ms"}function os(t,A,e,r){var s=A>=e*1.5;return Math.round(t/e)+" "+r+(s?"s":"")}});var xi=W((VF,Ja)=>{function Lu(t){e.debug=e,e.default=e,e.coerce=a,e.disable=i,e.enable=s,e.enabled=o,e.humanize=qa(),e.destroy=f,Object.keys(t).forEach(c=>{e[c]=t[c]}),e.names=[],e.skips=[],e.formatters={};function A(c){let B=0;for(let l=0;l<c.length;l++)B=(B<<5)-B+c.charCodeAt(l),B|=0;return e.colors[Math.abs(B)%e.colors.length]}e.selectColor=A;function e(c){let B,l=null,d,u;function w(...x){if(!w.enabled)return;let h=w,g=Number(new Date),p=g-(B||g);h.diff=p,h.prev=B,h.curr=g,B=g,x[0]=e.coerce(x[0]),typeof x[0]!="string"&&x.unshift("%O");let C=0;x[0]=x[0].replace(/%([a-zA-Z%])/g,(F,m)=>{if(F==="%%")return"%";C++;let E=e.formatters[m];if(typeof E=="function"){let v=x[C];F=E.call(h,v),x.splice(C,1),C--}return F}),e.formatArgs.call(h,x),(h.log||e.log).apply(h,x)}return w.namespace=c,w.useColors=e.useColors(),w.color=e.selectColor(c),w.extend=r,w.destroy=e.destroy,Object.defineProperty(w,"enabled",{enumerable:!0,configurable:!1,get:()=>l!==null?l:(d!==e.namespaces&&(d=e.namespaces,u=e.enabled(c)),u),set:x=>{l=x}}),typeof e.init=="function"&&e.init(w),w}function r(c,B){let l=e(this.namespace+(typeof B>"u"?":":B)+c);return l.log=this.log,l}function s(c){e.save(c),e.namespaces=c,e.names=[],e.skips=[];let B=(typeof c=="string"?c:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let l of B)l[0]==="-"?e.skips.push(l.slice(1)):e.names.push(l)}function n(c,B){let l=0,d=0,u=-1,w=0;for(;l<c.length;)if(d<B.length&&(B[d]===c[l]||B[d]==="*"))B[d]==="*"?(u=d,w=l,d++):(l++,d++);else if(u!==-1)d=u+1,w++,l=w;else return!1;for(;d<B.length&&B[d]==="*";)d++;return d===B.length}function i(){let c=[...e.names,...e.skips.map(B=>"-"+B)].join(",");return e.enable(""),c}function o(c){for(let B of e.skips)if(n(c,B))return!1;for(let B of e.names)if(n(c,B))return!0;return!1}function a(c){return c instanceof Error?c.stack||c.message:c}function f(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return e.enable(e.load()),e}Ja.exports=Lu});var Ya=W((IA,as)=>{IA.formatArgs=Ku;IA.save=ku;IA.load=Ou;IA.useColors=Tu;IA.storage=Ru();IA.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();IA.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Tu(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Ku(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+as.exports.humanize(this.diff),!this.useColors)return;let A="color: "+this.color;t.splice(1,0,A,"color: inherit");let e=0,r=0;t[0].replace(/%[a-zA-Z%]/g,s=>{s!=="%%"&&(e++,s==="%c"&&(r=e))}),t.splice(r,0,A)}IA.log=console.debug||console.log||(()=>{});function ku(t){try{t?IA.storage.setItem("debug",t):IA.storage.removeItem("debug")}catch{}}function Ou(){let t;try{t=IA.storage.getItem("debug")||IA.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function Ru(){try{return localStorage}catch{}}as.exports=xi()(IA);var{formatters:Nu}=as.exports;Nu.j=function(t){try{return JSON.stringify(t)}catch(A){return"[UnexpectedJSONParseError]: "+A.message}}});var Za=W((CA,fs)=>{var Mu=eA("tty"),cs=eA("util");CA.init=Ju;CA.log=Wu;CA.formatArgs=Gu;CA.save=Xu;CA.load=qu;CA.useColors=Pu;CA.destroy=cs.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");CA.colors=[6,2,3,4,5,1];try{let t=eA("supports-color");t&&(t.stderr||t).level>=2&&(CA.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}CA.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,A)=>{let e=A.substring(6).toLowerCase().replace(/_([a-z])/g,(s,n)=>n.toUpperCase()),r=process.env[A];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),t[e]=r,t},{});function Pu(){return"colors"in CA.inspectOpts?!!CA.inspectOpts.colors:Mu.isatty(process.stderr.fd)}function Gu(t){let{namespace:A,useColors:e}=this;if(e){let r=this.color,s="\x1B[3"+(r<8?r:"8;5;"+r),n=` ${s};1m${A} \x1B[0m`;t[0]=n+t[0].split(`
1
+ var TwinalyzeAnalytics=(()=>{var gu=Object.create;var hi=Object.defineProperty;var wu=Object.getOwnPropertyDescriptor;var pu=Object.getOwnPropertyNames;var Cu=Object.getPrototypeOf,xu=Object.prototype.hasOwnProperty;var eA=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(A,e)=>(typeof require<"u"?require:A)[e]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var W=(t,A)=>()=>(A||t((A={exports:{}}).exports,A),A.exports),Fu=(t,A)=>{for(var e in A)hi(t,e,{get:A[e],enumerable:!0})},Qu=(t,A,e,r)=>{if(A&&typeof A=="object"||typeof A=="function")for(let s of pu(A))!xu.call(t,s)&&s!==e&&hi(t,s,{get:()=>A[s],enumerable:!(r=wu(A,s))||r.enumerable});return t};var pA=(t,A,e)=>(e=t!=null?gu(Cu(t)):{},Qu(A||!t||!t.__esModule?hi(e,"default",{value:t,enumerable:!0}):e,t));var Da=W((HF,Ia)=>{var ft=eA("fs"),Ha=eA("url"),vu=eA("child_process").spawn;Ia.exports=di;di.XMLHttpRequest=di;function di(t){"use strict";t=t||{};var A=this,e=eA("http"),r=eA("https"),s,n,i={},o=!1,a={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},f=Object.assign({},a),c=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","content-transfer-encoding","cookie","cookie2","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"],B=["TRACE","TRACK","CONNECT"],l=!1,d=!1,u=!1,w={};this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.readyState=this.UNSENT,this.onreadystatechange=null,this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),this.status=null,this.statusText=null;var x=function(p){return o||p&&c.indexOf(p.toLowerCase())===-1},h=function(p){return p&&B.indexOf(p)===-1};this.open=function(p,C,Q,F,m){if(this.abort(),d=!1,u=!1,!h(p))throw new Error("SecurityError: Request method not allowed");i={method:p,url:C.toString(),async:typeof Q!="boolean"?!0:Q,user:F||null,password:m||null},g(this.OPENED)},this.setDisableHeaderCheck=function(p){o=p},this.setRequestHeader=function(p,C){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!x(p))return console.warn('Refused to set unsafe header "'+p+'"'),!1;if(l)throw new Error("INVALID_STATE_ERR: send flag is true");return f[p]=C,!0},this.getResponseHeader=function(p){return typeof p=="string"&&this.readyState>this.OPENED&&n.headers[p.toLowerCase()]&&!d?n.headers[p.toLowerCase()]:null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||d)return"";var p="";for(var C in n.headers)C!=="set-cookie"&&C!=="set-cookie2"&&(p+=C+": "+n.headers[C]+`\r
2
+ `);return p.substr(0,p.length-2)},this.getRequestHeader=function(p){return typeof p=="string"&&f[p]?f[p]:""},this.send=function(p){if(this.readyState!=this.OPENED)throw new Error("INVALID_STATE_ERR: connection must be opened before send() is called");if(l)throw new Error("INVALID_STATE_ERR: send has already been called");var C=!1,Q=!1,F=Ha.parse(i.url),m;switch(F.protocol){case"https:":C=!0;case"http:":m=F.hostname;break;case"file:":Q=!0;break;case void 0:case"":m="localhost";break;default:throw new Error("Protocol not supported.")}if(Q){if(i.method!=="GET")throw new Error("XMLHttpRequest: Only GET method is supported");if(i.async)ft.readFile(unescape(F.pathname),function(q,AA){q?A.handleError(q,q.errno||-1):(A.status=200,A.responseText=AA.toString("utf8"),A.response=AA,g(A.DONE))});else try{this.response=ft.readFileSync(unescape(F.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,g(A.DONE)}catch(q){this.handleError(q,q.errno||-1)}return}var E=F.port||(C?443:80),v=F.pathname+(F.search?F.search:"");if(f.Host=m,C&&E===443||E===80||(f.Host+=":"+F.port),i.user){typeof i.password>"u"&&(i.password="");var R=new Buffer(i.user+":"+i.password);f.Authorization="Basic "+R.toString("base64")}if(i.method==="GET"||i.method==="HEAD")p=null;else if(p){f["Content-Length"]=Buffer.isBuffer(p)?p.length:Buffer.byteLength(p);var U=Object.keys(f);U.some(function(q){return q.toLowerCase()==="content-type"})||(f["Content-Type"]="text/plain;charset=UTF-8")}else i.method==="POST"&&(f["Content-Length"]=0);var K=t.agent||!1,D={host:m,port:E,path:v,method:i.method,headers:f,agent:K};if(C&&(D.pfx=t.pfx,D.key=t.key,D.passphrase=t.passphrase,D.cert=t.cert,D.ca=t.ca,D.ciphers=t.ciphers,D.rejectUnauthorized=t.rejectUnauthorized!==!1),d=!1,i.async){var _=C?r.request:e.request;l=!0,A.dispatchEvent("readystatechange");var V=function(q){if(n=q,n.statusCode===302||n.statusCode===303||n.statusCode===307){i.url=n.headers.location;var AA=Ha.parse(i.url);m=AA.hostname;var X={hostname:AA.hostname,port:AA.port,path:AA.path,method:n.statusCode===303?"GET":i.method,headers:f};C&&(X.pfx=t.pfx,X.key=t.key,X.passphrase=t.passphrase,X.cert=t.cert,X.ca=t.ca,X.ciphers=t.ciphers,X.rejectUnauthorized=t.rejectUnauthorized!==!1),s=_(X,V).on("error",N),s.end();return}g(A.HEADERS_RECEIVED),A.status=n.statusCode,n.on("data",function(UA){if(UA){var me=Buffer.from(UA);A.response=Buffer.concat([A.response,me])}l&&g(A.LOADING)}),n.on("end",function(){l&&(l=!1,g(A.DONE),A.responseText=A.response.toString("utf8"))}),n.on("error",function(UA){A.handleError(UA)})},N=function(q){if(s.reusedSocket&&q.code==="ECONNRESET")return _(D,V).on("error",N);A.handleError(q)};s=_(D,V).on("error",N),t.autoUnref&&s.on("socket",q=>{q.unref()}),p&&s.write(p),s.end(),A.dispatchEvent("loadstart")}else{var G=".node-xmlhttprequest-content-"+process.pid,J=".node-xmlhttprequest-sync-"+process.pid;ft.writeFileSync(J,"","utf8");for(var y="var http = require('http'), https = require('https'), fs = require('fs');var doRequest = http"+(C?"s":"")+".request;var options = "+JSON.stringify(D)+";var responseText = '';var responseData = Buffer.alloc(0);var req = doRequest(options, function(response) {response.on('data', function(chunk) { var data = Buffer.from(chunk); responseText += data.toString('utf8'); responseData = Buffer.concat([responseData, data]);});response.on('end', function() {fs.writeFileSync('"+G+"', JSON.stringify({err: null, data: {statusCode: response.statusCode, headers: response.headers, text: responseText, data: responseData.toString('base64')}}), 'utf8');fs.unlinkSync('"+J+"');});response.on('error', function(error) {fs.writeFileSync('"+G+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+J+"');});}).on('error', function(error) {fs.writeFileSync('"+G+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+J+"');});"+(p?"req.write('"+JSON.stringify(p).slice(1,-1).replace(/'/g,"\\'")+"');":"")+"req.end();",S=vu(process.argv[0],["-e",y]),O;ft.existsSync(J););if(A.responseText=ft.readFileSync(G,"utf8"),S.stdin.end(),ft.unlinkSync(G),A.responseText.match(/^NODE-XMLHTTPREQUEST-ERROR:/)){var I=JSON.parse(A.responseText.replace(/^NODE-XMLHTTPREQUEST-ERROR:/,""));A.handleError(I,503)}else{A.status=A.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:([0-9]*),.*/,"$1");var Z=JSON.parse(A.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:[0-9]*,(.*)/,"$1"));n={statusCode:A.status,headers:Z.data.headers},A.responseText=Z.data.text,A.response=Buffer.from(Z.data.data,"base64"),g(A.DONE,!0)}}},this.handleError=function(p,C){this.status=C||0,this.statusText=p,this.responseText=p.stack,d=!0,g(this.DONE)},this.abort=function(){s&&(s.abort(),s=null),f=Object.assign({},a),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),d=u=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||l)&&this.readyState!==this.DONE&&(l=!1,g(this.DONE)),this.readyState=this.UNSENT},this.addEventListener=function(p,C){p in w||(w[p]=[]),w[p].push(C)},this.removeEventListener=function(p,C){p in w&&(w[p]=w[p].filter(function(Q){return Q!==C}))},this.dispatchEvent=function(p){if(typeof A["on"+p]=="function"&&(this.readyState===this.DONE&&i.async?setTimeout(function(){A["on"+p]()},0):A["on"+p]()),p in w)for(let C=0,Q=w[p].length;C<Q;C++)this.readyState===this.DONE?setTimeout(function(){w[p][C].call(A)},0):w[p][C].call(A)};var g=function(p){if(!(A.readyState===p||A.readyState===A.UNSENT&&u)&&(A.readyState=p,(i.async||A.readyState<A.OPENED||A.readyState===A.DONE)&&A.dispatchEvent("readystatechange"),A.readyState===A.DONE)){let C;u?C="abort":d?C="error":C="load",A.dispatchEvent(C),A.dispatchEvent("loadend")}}}});var qa=W((WF,Xa)=>{var Bt=1e3,lt=Bt*60,ut=lt*60,Xe=ut*24,Hu=Xe*7,Iu=Xe*365.25;Xa.exports=function(t,A){A=A||{};var e=typeof t;if(e==="string"&&t.length>0)return Du(t);if(e==="number"&&isFinite(t))return A.long?Lu(t):Su(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function Du(t){if(t=String(t),!(t.length>100)){var A=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(A){var e=parseFloat(A[1]),r=(A[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return e*Iu;case"weeks":case"week":case"w":return e*Hu;case"days":case"day":case"d":return e*Xe;case"hours":case"hour":case"hrs":case"hr":case"h":return e*ut;case"minutes":case"minute":case"mins":case"min":case"m":return e*lt;case"seconds":case"second":case"secs":case"sec":case"s":return e*Bt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}function Su(t){var A=Math.abs(t);return A>=Xe?Math.round(t/Xe)+"d":A>=ut?Math.round(t/ut)+"h":A>=lt?Math.round(t/lt)+"m":A>=Bt?Math.round(t/Bt)+"s":t+"ms"}function Lu(t){var A=Math.abs(t);return A>=Xe?os(t,A,Xe,"day"):A>=ut?os(t,A,ut,"hour"):A>=lt?os(t,A,lt,"minute"):A>=Bt?os(t,A,Bt,"second"):t+" ms"}function os(t,A,e,r){var s=A>=e*1.5;return Math.round(t/e)+" "+r+(s?"s":"")}});var xi=W((XF,Ja)=>{function Tu(t){e.debug=e,e.default=e,e.coerce=a,e.disable=i,e.enable=s,e.enabled=o,e.humanize=qa(),e.destroy=f,Object.keys(t).forEach(c=>{e[c]=t[c]}),e.names=[],e.skips=[],e.formatters={};function A(c){let B=0;for(let l=0;l<c.length;l++)B=(B<<5)-B+c.charCodeAt(l),B|=0;return e.colors[Math.abs(B)%e.colors.length]}e.selectColor=A;function e(c){let B,l=null,d,u;function w(...x){if(!w.enabled)return;let h=w,g=Number(new Date),p=g-(B||g);h.diff=p,h.prev=B,h.curr=g,B=g,x[0]=e.coerce(x[0]),typeof x[0]!="string"&&x.unshift("%O");let C=0;x[0]=x[0].replace(/%([a-zA-Z%])/g,(F,m)=>{if(F==="%%")return"%";C++;let E=e.formatters[m];if(typeof E=="function"){let v=x[C];F=E.call(h,v),x.splice(C,1),C--}return F}),e.formatArgs.call(h,x),(h.log||e.log).apply(h,x)}return w.namespace=c,w.useColors=e.useColors(),w.color=e.selectColor(c),w.extend=r,w.destroy=e.destroy,Object.defineProperty(w,"enabled",{enumerable:!0,configurable:!1,get:()=>l!==null?l:(d!==e.namespaces&&(d=e.namespaces,u=e.enabled(c)),u),set:x=>{l=x}}),typeof e.init=="function"&&e.init(w),w}function r(c,B){let l=e(this.namespace+(typeof B>"u"?":":B)+c);return l.log=this.log,l}function s(c){e.save(c),e.namespaces=c,e.names=[],e.skips=[];let B=(typeof c=="string"?c:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let l of B)l[0]==="-"?e.skips.push(l.slice(1)):e.names.push(l)}function n(c,B){let l=0,d=0,u=-1,w=0;for(;l<c.length;)if(d<B.length&&(B[d]===c[l]||B[d]==="*"))B[d]==="*"?(u=d,w=l,d++):(l++,d++);else if(u!==-1)d=u+1,w++,l=w;else return!1;for(;d<B.length&&B[d]==="*";)d++;return d===B.length}function i(){let c=[...e.names,...e.skips.map(B=>"-"+B)].join(",");return e.enable(""),c}function o(c){for(let B of e.skips)if(n(c,B))return!1;for(let B of e.names)if(n(c,B))return!0;return!1}function a(c){return c instanceof Error?c.stack||c.message:c}function f(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return e.enable(e.load()),e}Ja.exports=Tu});var Ya=W((IA,as)=>{IA.formatArgs=ku;IA.save=Ou;IA.load=Ru;IA.useColors=Ku;IA.storage=Nu();IA.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();IA.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Ku(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function ku(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+as.exports.humanize(this.diff),!this.useColors)return;let A="color: "+this.color;t.splice(1,0,A,"color: inherit");let e=0,r=0;t[0].replace(/%[a-zA-Z%]/g,s=>{s!=="%%"&&(e++,s==="%c"&&(r=e))}),t.splice(r,0,A)}IA.log=console.debug||console.log||(()=>{});function Ou(t){try{t?IA.storage.setItem("debug",t):IA.storage.removeItem("debug")}catch{}}function Ru(){let t;try{t=IA.storage.getItem("debug")||IA.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function Nu(){try{return localStorage}catch{}}as.exports=xi()(IA);var{formatters:Mu}=as.exports;Mu.j=function(t){try{return JSON.stringify(t)}catch(A){return"[UnexpectedJSONParseError]: "+A.message}}});var Za=W((CA,fs)=>{var Pu=eA("tty"),cs=eA("util");CA.init=Yu;CA.log=Xu;CA.formatArgs=Vu;CA.save=qu;CA.load=Ju;CA.useColors=Gu;CA.destroy=cs.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");CA.colors=[6,2,3,4,5,1];try{let t=eA("supports-color");t&&(t.stderr||t).level>=2&&(CA.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}CA.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,A)=>{let e=A.substring(6).toLowerCase().replace(/_([a-z])/g,(s,n)=>n.toUpperCase()),r=process.env[A];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),t[e]=r,t},{});function Gu(){return"colors"in CA.inspectOpts?!!CA.inspectOpts.colors:Pu.isatty(process.stderr.fd)}function Vu(t){let{namespace:A,useColors:e}=this;if(e){let r=this.color,s="\x1B[3"+(r<8?r:"8;5;"+r),n=` ${s};1m${A} \x1B[0m`;t[0]=n+t[0].split(`
3
3
  `).join(`
4
- `+n),t.push(s+"m+"+fs.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Vu()+A+" "+t[0]}function Vu(){return CA.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Wu(...t){return process.stderr.write(cs.formatWithOptions(CA.inspectOpts,...t)+`
5
- `)}function Xu(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function qu(){return process.env.DEBUG}function Ju(t){t.inspectOpts={};let A=Object.keys(CA.inspectOpts);for(let e=0;e<A.length;e++)t.inspectOpts[A[e]]=CA.inspectOpts[A[e]]}fs.exports=xi()(CA);var{formatters:za}=fs.exports;za.o=function(t){return this.inspectOpts.colors=this.useColors,cs.inspect(t,this.inspectOpts).split(`
6
- `).map(A=>A.trim()).join(" ")};za.O=function(t){return this.inspectOpts.colors=this.useColors,cs.inspect(t,this.inspectOpts)}});var PA=W((WF,Fi)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Fi.exports=Ya():Fi.exports=Za()});var de=W((BQ,i0)=>{"use strict";var s0=["nodebuffer","arraybuffer","fragments"],n0=typeof Blob<"u";n0&&s0.push("blob");i0.exports={BINARY_TYPES:s0,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:n0,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var sr=W((lQ,us)=>{"use strict";var{EMPTY_BUFFER:$u}=de(),Ei=Buffer[Symbol.species];function Ah(t,A){if(t.length===0)return $u;if(t.length===1)return t[0];let e=Buffer.allocUnsafe(A),r=0;for(let s=0;s<t.length;s++){let n=t[s];e.set(n,r),r+=n.length}return r<A?new Ei(e.buffer,e.byteOffset,r):e}function o0(t,A,e,r,s){for(let n=0;n<s;n++)e[r+n]=t[n]^A[n&3]}function a0(t,A){for(let e=0;e<t.length;e++)t[e]^=A[e&3]}function eh(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Ui(t){if(Ui.readOnly=!0,Buffer.isBuffer(t))return t;let A;return t instanceof ArrayBuffer?A=new Ei(t):ArrayBuffer.isView(t)?A=new Ei(t.buffer,t.byteOffset,t.byteLength):(A=Buffer.from(t),Ui.readOnly=!1),A}us.exports={concat:Ah,mask:o0,toArrayBuffer:eh,toBuffer:Ui,unmask:a0};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=eA("bufferutil");us.exports.mask=function(A,e,r,s,n){n<48?o0(A,e,r,s,n):t.mask(A,e,r,s,n)},us.exports.unmask=function(A,e){A.length<32?a0(A,e):t.unmask(A,e)}}catch{}});var B0=W((uQ,f0)=>{"use strict";var c0=Symbol("kDone"),mi=Symbol("kRun"),yi=class{constructor(A){this[c0]=()=>{this.pending--,this[mi]()},this.concurrency=A||1/0,this.jobs=[],this.pending=0}add(A){this.jobs.push(A),this[mi]()}[mi](){if(this.pending!==this.concurrency&&this.jobs.length){let A=this.jobs.shift();this.pending++,A(this[c0])}}};f0.exports=yi});var ir=W((hQ,d0)=>{"use strict";var nr=eA("zlib"),l0=sr(),th=B0(),{kStatusCode:u0}=de(),rh=Buffer[Symbol.species],sh=Buffer.from([0,0,255,255]),ds=Symbol("permessage-deflate"),ge=Symbol("total-length"),dt=Symbol("callback"),_e=Symbol("buffers"),gt=Symbol("error"),hs,bi=class{constructor(A,e,r){if(this._maxPayload=r|0,this._options=A||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!e,this._deflate=null,this._inflate=null,this.params=null,!hs){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;hs=new th(s)}}static get extensionName(){return"permessage-deflate"}offer(){let A={};return this._options.serverNoContextTakeover&&(A.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(A.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(A.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?A.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(A.client_max_window_bits=!0),A}accept(A){return A=this.normalizeParams(A),this.params=this._isServer?this.acceptAsServer(A):this.acceptAsClient(A),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let A=this._deflate[dt];this._deflate.close(),this._deflate=null,A&&A(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(A){let e=this._options,r=A.find(s=>!(e.serverNoContextTakeover===!1&&s.server_no_context_takeover||s.server_max_window_bits&&(e.serverMaxWindowBits===!1||typeof e.serverMaxWindowBits=="number"&&e.serverMaxWindowBits>s.server_max_window_bits)||typeof e.clientMaxWindowBits=="number"&&!s.client_max_window_bits));if(!r)throw new Error("None of the extension offers can be accepted");return e.serverNoContextTakeover&&(r.server_no_context_takeover=!0),e.clientNoContextTakeover&&(r.client_no_context_takeover=!0),typeof e.serverMaxWindowBits=="number"&&(r.server_max_window_bits=e.serverMaxWindowBits),typeof e.clientMaxWindowBits=="number"?r.client_max_window_bits=e.clientMaxWindowBits:(r.client_max_window_bits===!0||e.clientMaxWindowBits===!1)&&delete r.client_max_window_bits,r}acceptAsClient(A){let e=A[0];if(this._options.clientNoContextTakeover===!1&&e.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!e.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(e.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&e.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return e}normalizeParams(A){return A.forEach(e=>{Object.keys(e).forEach(r=>{let s=e[r];if(s.length>1)throw new Error(`Parameter "${r}" must have only a single value`);if(s=s[0],r==="client_max_window_bits"){if(s!==!0){let n=+s;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${r}": ${s}`);s=n}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${r}": ${s}`)}else if(r==="server_max_window_bits"){let n=+s;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${r}": ${s}`);s=n}else if(r==="client_no_context_takeover"||r==="server_no_context_takeover"){if(s!==!0)throw new TypeError(`Invalid value for parameter "${r}": ${s}`)}else throw new Error(`Unknown parameter "${r}"`);e[r]=s})}),A}decompress(A,e,r){hs.add(s=>{this._decompress(A,e,(n,i)=>{s(),r(n,i)})})}compress(A,e,r){hs.add(s=>{this._compress(A,e,(n,i)=>{s(),r(n,i)})})}_decompress(A,e,r){let s=this._isServer?"client":"server";if(!this._inflate){let n=`${s}_max_window_bits`,i=typeof this.params[n]!="number"?nr.Z_DEFAULT_WINDOWBITS:this.params[n];this._inflate=nr.createInflateRaw({...this._options.zlibInflateOptions,windowBits:i}),this._inflate[ds]=this,this._inflate[ge]=0,this._inflate[_e]=[],this._inflate.on("error",ih),this._inflate.on("data",h0)}this._inflate[dt]=r,this._inflate.write(A),e&&this._inflate.write(sh),this._inflate.flush(()=>{let n=this._inflate[gt];if(n){this._inflate.close(),this._inflate=null,r(n);return}let i=l0.concat(this._inflate[_e],this._inflate[ge]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[ge]=0,this._inflate[_e]=[],e&&this.params[`${s}_no_context_takeover`]&&this._inflate.reset()),r(null,i)})}_compress(A,e,r){let s=this._isServer?"server":"client";if(!this._deflate){let n=`${s}_max_window_bits`,i=typeof this.params[n]!="number"?nr.Z_DEFAULT_WINDOWBITS:this.params[n];this._deflate=nr.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:i}),this._deflate[ge]=0,this._deflate[_e]=[],this._deflate.on("data",nh)}this._deflate[dt]=r,this._deflate.write(A),this._deflate.flush(nr.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let n=l0.concat(this._deflate[_e],this._deflate[ge]);e&&(n=new rh(n.buffer,n.byteOffset,n.length-4)),this._deflate[dt]=null,this._deflate[ge]=0,this._deflate[_e]=[],e&&this.params[`${s}_no_context_takeover`]&&this._deflate.reset(),r(null,n)})}};d0.exports=bi;function nh(t){this[_e].push(t),this[ge]+=t.length}function h0(t){if(this[ge]+=t.length,this[ds]._maxPayload<1||this[ge]<=this[ds]._maxPayload){this[_e].push(t);return}this[gt]=new RangeError("Max payload size exceeded"),this[gt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[gt][u0]=1009,this.removeListener("data",h0),this.reset()}function ih(t){if(this[ds]._inflate=null,this[gt]){this[dt](this[gt]);return}t[u0]=1007,this[dt](t)}});var wt=W((dQ,gs)=>{"use strict";var{isUtf8:g0}=eA("buffer"),{hasBlob:oh}=de(),ah=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function ch(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function _i(t){let A=t.length,e=0;for(;e<A;)if((t[e]&128)===0)e++;else if((t[e]&224)===192){if(e+1===A||(t[e+1]&192)!==128||(t[e]&254)===192)return!1;e+=2}else if((t[e]&240)===224){if(e+2>=A||(t[e+1]&192)!==128||(t[e+2]&192)!==128||t[e]===224&&(t[e+1]&224)===128||t[e]===237&&(t[e+1]&224)===160)return!1;e+=3}else if((t[e]&248)===240){if(e+3>=A||(t[e+1]&192)!==128||(t[e+2]&192)!==128||(t[e+3]&192)!==128||t[e]===240&&(t[e+1]&240)===128||t[e]===244&&t[e+1]>143||t[e]>244)return!1;e+=4}else return!1;return!0}function fh(t){return oh&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}gs.exports={isBlob:fh,isValidStatusCode:ch,isValidUTF8:_i,tokenChars:ah};if(g0)gs.exports.isValidUTF8=function(t){return t.length<24?_i(t):g0(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=eA("utf-8-validate");gs.exports.isValidUTF8=function(A){return A.length<32?_i(A):t(A)}}catch{}});var Li=W((gQ,v0)=>{"use strict";var{Writable:Bh}=eA("stream"),w0=ir(),{BINARY_TYPES:lh,EMPTY_BUFFER:p0,kStatusCode:uh,kWebSocket:hh}=de(),{concat:Hi,toArrayBuffer:dh,unmask:gh}=sr(),{isValidStatusCode:wh,isValidUTF8:C0}=wt(),ws=Buffer[Symbol.species],GA=0,x0=1,F0=2,Q0=3,Ii=4,Di=5,ps=6,Si=class extends Bh{constructor(A={}){super(),this._allowSynchronousEvents=A.allowSynchronousEvents!==void 0?A.allowSynchronousEvents:!0,this._binaryType=A.binaryType||lh[0],this._extensions=A.extensions||{},this._isServer=!!A.isServer,this._maxPayload=A.maxPayload|0,this._skipUTF8Validation=!!A.skipUTF8Validation,this[hh]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=GA}_write(A,e,r){if(this._opcode===8&&this._state==GA)return r();this._bufferedBytes+=A.length,this._buffers.push(A),this.startLoop(r)}consume(A){if(this._bufferedBytes-=A,A===this._buffers[0].length)return this._buffers.shift();if(A<this._buffers[0].length){let r=this._buffers[0];return this._buffers[0]=new ws(r.buffer,r.byteOffset+A,r.length-A),new ws(r.buffer,r.byteOffset,A)}let e=Buffer.allocUnsafe(A);do{let r=this._buffers[0],s=e.length-A;A>=r.length?e.set(this._buffers.shift(),s):(e.set(new Uint8Array(r.buffer,r.byteOffset,A),s),this._buffers[0]=new ws(r.buffer,r.byteOffset+A,r.length-A)),A-=r.length}while(A>0);return e}startLoop(A){this._loop=!0;do switch(this._state){case GA:this.getInfo(A);break;case x0:this.getPayloadLength16(A);break;case F0:this.getPayloadLength64(A);break;case Q0:this.getMask();break;case Ii:this.getData(A);break;case Di:case ps:this._loop=!1;return}while(this._loop);this._errored||A()}getInfo(A){if(this._bufferedBytes<2){this._loop=!1;return}let e=this.consume(2);if((e[0]&48)!==0){let s=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");A(s);return}let r=(e[0]&64)===64;if(r&&!this._extensions[w0.extensionName]){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(this._fin=(e[0]&128)===128,this._opcode=e[0]&15,this._payloadLength=e[1]&127,this._opcode===0){if(r){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(!this._fragmented){let s=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}this._compressed=r}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let s=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");A(s);return}if(r){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let s=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");A(s);return}}else{let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(e[1]&128)===128,this._isServer){if(!this._masked){let s=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");A(s);return}}else if(this._masked){let s=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");A(s);return}this._payloadLength===126?this._state=x0:this._payloadLength===127?this._state=F0:this.haveLength(A)}getPayloadLength16(A){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(A)}getPayloadLength64(A){if(this._bufferedBytes<8){this._loop=!1;return}let e=this.consume(8),r=e.readUInt32BE(0);if(r>Math.pow(2,21)-1){let s=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");A(s);return}this._payloadLength=r*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength(A)}haveLength(A){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let e=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");A(e);return}this._masked?this._state=Q0:this._state=Ii}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Ii}getData(A){let e=p0;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}e=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&gh(e,this._mask)}if(this._opcode>7){this.controlMessage(e,A);return}if(this._compressed){this._state=Di,this.decompress(e,A);return}e.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(e)),this.dataMessage(A)}decompress(A,e){this._extensions[w0.extensionName].decompress(A,this._fin,(s,n)=>{if(s)return e(s);if(n.length){if(this._messageLength+=n.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let i=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(i);return}this._fragments.push(n)}this.dataMessage(e),this._state===GA&&this.startLoop(e)})}dataMessage(A){if(!this._fin){this._state=GA;return}let e=this._messageLength,r=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let s;this._binaryType==="nodebuffer"?s=Hi(r,e):this._binaryType==="arraybuffer"?s=dh(Hi(r,e)):this._binaryType==="blob"?s=new Blob(r):s=r,this._allowSynchronousEvents?(this.emit("message",s,!0),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit("message",s,!0),this._state=GA,this.startLoop(A)}))}else{let s=Hi(r,e);if(!this._skipUTF8Validation&&!C0(s)){let n=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");A(n);return}this._state===Di||this._allowSynchronousEvents?(this.emit("message",s,!1),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit("message",s,!1),this._state=GA,this.startLoop(A)}))}}controlMessage(A,e){if(this._opcode===8){if(A.length===0)this._loop=!1,this.emit("conclude",1005,p0),this.end();else{let r=A.readUInt16BE(0);if(!wh(r)){let n=this.createError(RangeError,`invalid status code ${r}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");e(n);return}let s=new ws(A.buffer,A.byteOffset+2,A.length-2);if(!this._skipUTF8Validation&&!C0(s)){let n=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(n);return}this._loop=!1,this.emit("conclude",r,s),this.end()}this._state=GA;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",A),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",A),this._state=GA,this.startLoop(e)}))}createError(A,e,r,s,n){this._loop=!1,this._errored=!0;let i=new A(r?`Invalid WebSocket frame: ${e}`:e);return Error.captureStackTrace(i,this.createError),i.code=n,i[uh]=s,i}};v0.exports=Si});var ki=W((pQ,m0)=>{"use strict";var{Duplex:wQ}=eA("stream"),{randomFillSync:ph}=eA("crypto"),E0=ir(),{EMPTY_BUFFER:Ch,kWebSocket:xh,NOOP:Fh}=de(),{isBlob:pt,isValidStatusCode:Qh}=wt(),{mask:U0,toBuffer:qe}=sr(),VA=Symbol("kByteLength"),vh=Buffer.alloc(4),Cs=8*1024,Je,Ct=Cs,$A=0,Eh=1,Uh=2,Ti=class t{constructor(A,e,r){this._extensions=e||{},r&&(this._generateMask=r,this._maskBuffer=Buffer.alloc(4)),this._socket=A,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=$A,this.onerror=Fh,this[xh]=void 0}static frame(A,e){let r,s=!1,n=2,i=!1;e.mask&&(r=e.maskBuffer||vh,e.generateMask?e.generateMask(r):(Ct===Cs&&(Je===void 0&&(Je=Buffer.alloc(Cs)),ph(Je,0,Cs),Ct=0),r[0]=Je[Ct++],r[1]=Je[Ct++],r[2]=Je[Ct++],r[3]=Je[Ct++]),i=(r[0]|r[1]|r[2]|r[3])===0,n=6);let o;typeof A=="string"?(!e.mask||i)&&e[VA]!==void 0?o=e[VA]:(A=Buffer.from(A),o=A.length):(o=A.length,s=e.mask&&e.readOnly&&!i);let a=o;o>=65536?(n+=8,a=127):o>125&&(n+=2,a=126);let f=Buffer.allocUnsafe(s?o+n:n);return f[0]=e.fin?e.opcode|128:e.opcode,e.rsv1&&(f[0]|=64),f[1]=a,a===126?f.writeUInt16BE(o,2):a===127&&(f[2]=f[3]=0,f.writeUIntBE(o,4,6)),e.mask?(f[1]|=128,f[n-4]=r[0],f[n-3]=r[1],f[n-2]=r[2],f[n-1]=r[3],i?[f,A]:s?(U0(A,r,f,n,o),[f]):(U0(A,r,A,0,o),[f,A])):[f,A]}close(A,e,r,s){let n;if(A===void 0)n=Ch;else{if(typeof A!="number"||!Qh(A))throw new TypeError("First argument must be a valid error code number");if(e===void 0||!e.length)n=Buffer.allocUnsafe(2),n.writeUInt16BE(A,0);else{let o=Buffer.byteLength(e);if(o>123)throw new RangeError("The message must not be greater than 123 bytes");n=Buffer.allocUnsafe(2+o),n.writeUInt16BE(A,0),typeof e=="string"?n.write(e,2):n.set(e,2)}}let i={[VA]:n.length,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==$A?this.enqueue([this.dispatch,n,!1,i,s]):this.sendFrame(t.frame(n,i),s)}ping(A,e,r){let s,n;if(typeof A=="string"?(s=Buffer.byteLength(A),n=!1):pt(A)?(s=A.size,n=!1):(A=qe(A),s=A.length,n=qe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let i={[VA]:s,fin:!0,generateMask:this._generateMask,mask:e,maskBuffer:this._maskBuffer,opcode:9,readOnly:n,rsv1:!1};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,!1,i,r]):this.getBlobData(A,!1,i,r):this._state!==$A?this.enqueue([this.dispatch,A,!1,i,r]):this.sendFrame(t.frame(A,i),r)}pong(A,e,r){let s,n;if(typeof A=="string"?(s=Buffer.byteLength(A),n=!1):pt(A)?(s=A.size,n=!1):(A=qe(A),s=A.length,n=qe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let i={[VA]:s,fin:!0,generateMask:this._generateMask,mask:e,maskBuffer:this._maskBuffer,opcode:10,readOnly:n,rsv1:!1};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,!1,i,r]):this.getBlobData(A,!1,i,r):this._state!==$A?this.enqueue([this.dispatch,A,!1,i,r]):this.sendFrame(t.frame(A,i),r)}send(A,e,r){let s=this._extensions[E0.extensionName],n=e.binary?2:1,i=e.compress,o,a;typeof A=="string"?(o=Buffer.byteLength(A),a=!1):pt(A)?(o=A.size,a=!1):(A=qe(A),o=A.length,a=qe.readOnly),this._firstFragment?(this._firstFragment=!1,i&&s&&s.params[s._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(i=o>=s._threshold),this._compress=i):(i=!1,n=0),e.fin&&(this._firstFragment=!0);let f={[VA]:o,fin:e.fin,generateMask:this._generateMask,mask:e.mask,maskBuffer:this._maskBuffer,opcode:n,readOnly:a,rsv1:i};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,this._compress,f,r]):this.getBlobData(A,this._compress,f,r):this._state!==$A?this.enqueue([this.dispatch,A,this._compress,f,r]):this.dispatch(A,this._compress,f,r)}getBlobData(A,e,r,s){this._bufferedBytes+=r[VA],this._state=Uh,A.arrayBuffer().then(n=>{if(this._socket.destroyed){let o=new Error("The socket was closed while the blob was being read");process.nextTick(Ki,this,o,s);return}this._bufferedBytes-=r[VA];let i=qe(n);e?this.dispatch(i,e,r,s):(this._state=$A,this.sendFrame(t.frame(i,r),s),this.dequeue())}).catch(n=>{process.nextTick(mh,this,n,s)})}dispatch(A,e,r,s){if(!e){this.sendFrame(t.frame(A,r),s);return}let n=this._extensions[E0.extensionName];this._bufferedBytes+=r[VA],this._state=Eh,n.compress(A,r.fin,(i,o)=>{if(this._socket.destroyed){let a=new Error("The socket was closed while data was being compressed");Ki(this,a,s);return}this._bufferedBytes-=r[VA],this._state=$A,r.readOnly=!1,this.sendFrame(t.frame(o,r),s),this.dequeue()})}dequeue(){for(;this._state===$A&&this._queue.length;){let A=this._queue.shift();this._bufferedBytes-=A[3][VA],Reflect.apply(A[0],this,A.slice(1))}}enqueue(A){this._bufferedBytes+=A[3][VA],this._queue.push(A)}sendFrame(A,e){A.length===2?(this._socket.cork(),this._socket.write(A[0]),this._socket.write(A[1],e),this._socket.uncork()):this._socket.write(A[0],e)}};m0.exports=Ti;function Ki(t,A,e){typeof e=="function"&&e(A);for(let r=0;r<t._queue.length;r++){let s=t._queue[r],n=s[s.length-1];typeof n=="function"&&n(A)}}function mh(t,A,e){Ki(t,A,e),t.onerror(A)}});var T0=W((CQ,L0)=>{"use strict";var{kForOnEventAttribute:or,kListener:Oi}=de(),y0=Symbol("kCode"),b0=Symbol("kData"),_0=Symbol("kError"),H0=Symbol("kMessage"),I0=Symbol("kReason"),xt=Symbol("kTarget"),D0=Symbol("kType"),S0=Symbol("kWasClean"),we=class{constructor(A){this[xt]=null,this[D0]=A}get target(){return this[xt]}get type(){return this[D0]}};Object.defineProperty(we.prototype,"target",{enumerable:!0});Object.defineProperty(we.prototype,"type",{enumerable:!0});var Ye=class extends we{constructor(A,e={}){super(A),this[y0]=e.code===void 0?0:e.code,this[I0]=e.reason===void 0?"":e.reason,this[S0]=e.wasClean===void 0?!1:e.wasClean}get code(){return this[y0]}get reason(){return this[I0]}get wasClean(){return this[S0]}};Object.defineProperty(Ye.prototype,"code",{enumerable:!0});Object.defineProperty(Ye.prototype,"reason",{enumerable:!0});Object.defineProperty(Ye.prototype,"wasClean",{enumerable:!0});var Ft=class extends we{constructor(A,e={}){super(A),this[_0]=e.error===void 0?null:e.error,this[H0]=e.message===void 0?"":e.message}get error(){return this[_0]}get message(){return this[H0]}};Object.defineProperty(Ft.prototype,"error",{enumerable:!0});Object.defineProperty(Ft.prototype,"message",{enumerable:!0});var ar=class extends we{constructor(A,e={}){super(A),this[b0]=e.data===void 0?null:e.data}get data(){return this[b0]}};Object.defineProperty(ar.prototype,"data",{enumerable:!0});var yh={addEventListener(t,A,e={}){for(let s of this.listeners(t))if(!e[or]&&s[Oi]===A&&!s[or])return;let r;if(t==="message")r=function(n,i){let o=new ar("message",{data:i?n:n.toString()});o[xt]=this,xs(A,this,o)};else if(t==="close")r=function(n,i){let o=new Ye("close",{code:n,reason:i.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});o[xt]=this,xs(A,this,o)};else if(t==="error")r=function(n){let i=new Ft("error",{error:n,message:n.message});i[xt]=this,xs(A,this,i)};else if(t==="open")r=function(){let n=new we("open");n[xt]=this,xs(A,this,n)};else return;r[or]=!!e[or],r[Oi]=A,e.once?this.once(t,r):this.on(t,r)},removeEventListener(t,A){for(let e of this.listeners(t))if(e[Oi]===A&&!e[or]){this.removeListener(t,e);break}}};L0.exports={CloseEvent:Ye,ErrorEvent:Ft,Event:we,EventTarget:yh,MessageEvent:ar};function xs(t,A,e){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,e):t.call(A,e)}});var Ri=W((xQ,K0)=>{"use strict";var{tokenChars:cr}=wt();function se(t,A,e){t[A]===void 0?t[A]=[e]:t[A].push(e)}function bh(t){let A=Object.create(null),e=Object.create(null),r=!1,s=!1,n=!1,i,o,a=-1,f=-1,c=-1,B=0;for(;B<t.length;B++)if(f=t.charCodeAt(B),i===void 0)if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(B!==0&&(f===32||f===9))c===-1&&a!==-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B);let d=t.slice(a,c);f===44?(se(A,d,e),e=Object.create(null)):i=d,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${B}`);else if(o===void 0)if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(f===32||f===9)c===-1&&a!==-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B),se(e,t.slice(a,c),!0),f===44&&(se(A,i,e),e=Object.create(null),i=void 0),a=c=-1}else if(f===61&&a!==-1&&c===-1)o=t.slice(a,B),a=c=-1;else throw new SyntaxError(`Unexpected character at index ${B}`);else if(s){if(cr[f]!==1)throw new SyntaxError(`Unexpected character at index ${B}`);a===-1?a=B:r||(r=!0),s=!1}else if(n)if(cr[f]===1)a===-1&&(a=B);else if(f===34&&a!==-1)n=!1,c=B;else if(f===92)s=!0;else throw new SyntaxError(`Unexpected character at index ${B}`);else if(f===34&&t.charCodeAt(B-1)===61)n=!0;else if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(a!==-1&&(f===32||f===9))c===-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B);let d=t.slice(a,c);r&&(d=d.replace(/\\/g,""),r=!1),se(e,o,d),f===44&&(se(A,i,e),e=Object.create(null),i=void 0),o=void 0,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${B}`);if(a===-1||n||f===32||f===9)throw new SyntaxError("Unexpected end of input");c===-1&&(c=B);let l=t.slice(a,c);return i===void 0?se(A,l,e):(o===void 0?se(e,l,!0):r?se(e,o,l.replace(/\\/g,"")):se(e,o,l),se(A,i,e)),A}function _h(t){return Object.keys(t).map(A=>{let e=t[A];return Array.isArray(e)||(e=[e]),e.map(r=>[A].concat(Object.keys(r).map(s=>{let n=r[s];return Array.isArray(n)||(n=[n]),n.map(i=>i===!0?s:`${s}=${i}`).join("; ")})).join("; ")).join(", ")}).join(", ")}K0.exports={format:_h,parse:bh}});var Es=W((vQ,J0)=>{"use strict";var Hh=eA("events"),Ih=eA("https"),Dh=eA("http"),R0=eA("net"),Sh=eA("tls"),{randomBytes:Lh,createHash:Th}=eA("crypto"),{Duplex:FQ,Readable:QQ}=eA("stream"),{URL:Ni}=eA("url"),He=ir(),Kh=Li(),kh=ki(),{isBlob:Oh}=wt(),{BINARY_TYPES:k0,EMPTY_BUFFER:Fs,GUID:Rh,kForOnEventAttribute:Mi,kListener:Nh,kStatusCode:Mh,kWebSocket:xA,NOOP:N0}=de(),{EventTarget:{addEventListener:Ph,removeEventListener:Gh}}=T0(),{format:Vh,parse:Wh}=Ri(),{toBuffer:Xh}=sr(),qh=30*1e3,M0=Symbol("kAborted"),Pi=[8,13],pe=["CONNECTING","OPEN","CLOSING","CLOSED"],Jh=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,aA=class t extends Hh{constructor(A,e,r){super(),this._binaryType=k0[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Fs,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,A!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,e===void 0?e=[]:Array.isArray(e)||(typeof e=="object"&&e!==null?(r=e,e=[]):e=[e]),P0(this,A,e,r)):(this._autoPong=r.autoPong,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(A){k0.includes(A)&&(this._binaryType=A,this._receiver&&(this._receiver._binaryType=A))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(A,e,r){let s=new Kh({allowSynchronousEvents:r.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:r.maxPayload,skipUTF8Validation:r.skipUTF8Validation}),n=new kh(A,this._extensions,r.generateMask);this._receiver=s,this._sender=n,this._socket=A,s[xA]=this,n[xA]=this,A[xA]=this,s.on("conclude",Zh),s.on("drain",jh),s.on("error",$h),s.on("message",Ad),s.on("ping",ed),s.on("pong",td),n.onerror=rd,A.setTimeout&&A.setTimeout(0),A.setNoDelay&&A.setNoDelay(),e.length>0&&A.unshift(e),A.on("close",W0),A.on("data",vs),A.on("end",X0),A.on("error",q0),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[He.extensionName]&&this._extensions[He.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(A,e){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){kA(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(A,e,!this._isServer,r=>{r||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),V0(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof A=="function"?(r=A,A=e=void 0):typeof e=="function"&&(r=e,e=void 0),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}e===void 0&&(e=!this._isServer),this._sender.ping(A||Fs,e,r)}pong(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof A=="function"?(r=A,A=e=void 0):typeof e=="function"&&(r=e,e=void 0),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}e===void 0&&(e=!this._isServer),this._sender.pong(A||Fs,e,r)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"&&(r=e,e={}),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}let s={binary:typeof A!="string",mask:!this._isServer,compress:!0,fin:!0,...e};this._extensions[He.extensionName]||(s.compress=!1),this._sender.send(A||Fs,s,r)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){kA(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(aA,"CONNECTING",{enumerable:!0,value:pe.indexOf("CONNECTING")});Object.defineProperty(aA.prototype,"CONNECTING",{enumerable:!0,value:pe.indexOf("CONNECTING")});Object.defineProperty(aA,"OPEN",{enumerable:!0,value:pe.indexOf("OPEN")});Object.defineProperty(aA.prototype,"OPEN",{enumerable:!0,value:pe.indexOf("OPEN")});Object.defineProperty(aA,"CLOSING",{enumerable:!0,value:pe.indexOf("CLOSING")});Object.defineProperty(aA.prototype,"CLOSING",{enumerable:!0,value:pe.indexOf("CLOSING")});Object.defineProperty(aA,"CLOSED",{enumerable:!0,value:pe.indexOf("CLOSED")});Object.defineProperty(aA.prototype,"CLOSED",{enumerable:!0,value:pe.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(aA.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(aA.prototype,`on${t}`,{enumerable:!0,get(){for(let A of this.listeners(t))if(A[Mi])return A[Nh];return null},set(A){for(let e of this.listeners(t))if(e[Mi]){this.removeListener(t,e);break}typeof A=="function"&&this.addEventListener(t,A,{[Mi]:!0})}})});aA.prototype.addEventListener=Ph;aA.prototype.removeEventListener=Gh;J0.exports=aA;function P0(t,A,e,r){let s={allowSynchronousEvents:!0,autoPong:!0,protocolVersion:Pi[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...r,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(t._autoPong=s.autoPong,!Pi.includes(s.protocolVersion))throw new RangeError(`Unsupported protocol version: ${s.protocolVersion} (supported versions: ${Pi.join(", ")})`);let n;if(A instanceof Ni)n=A;else try{n=new Ni(A)}catch{throw new SyntaxError(`Invalid URL: ${A}`)}n.protocol==="http:"?n.protocol="ws:":n.protocol==="https:"&&(n.protocol="wss:"),t._url=n.href;let i=n.protocol==="wss:",o=n.protocol==="ws+unix:",a;if(n.protocol!=="ws:"&&!i&&!o?a=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:o&&!n.pathname?a="The URL's pathname is empty":n.hash&&(a="The URL contains a fragment identifier"),a){let w=new SyntaxError(a);if(t._redirects===0)throw w;Qs(t,w);return}let f=i?443:80,c=Lh(16).toString("base64"),B=i?Ih.request:Dh.request,l=new Set,d;if(s.createConnection=s.createConnection||(i?zh:Yh),s.defaultPort=s.defaultPort||f,s.port=n.port||f,s.host=n.hostname.startsWith("[")?n.hostname.slice(1,-1):n.hostname,s.headers={...s.headers,"Sec-WebSocket-Version":s.protocolVersion,"Sec-WebSocket-Key":c,Connection:"Upgrade",Upgrade:"websocket"},s.path=n.pathname+n.search,s.timeout=s.handshakeTimeout,s.perMessageDeflate&&(d=new He(s.perMessageDeflate!==!0?s.perMessageDeflate:{},!1,s.maxPayload),s.headers["Sec-WebSocket-Extensions"]=Vh({[He.extensionName]:d.offer()})),e.length){for(let w of e){if(typeof w!="string"||!Jh.test(w)||l.has(w))throw new SyntaxError("An invalid or duplicated subprotocol was specified");l.add(w)}s.headers["Sec-WebSocket-Protocol"]=e.join(",")}if(s.origin&&(s.protocolVersion<13?s.headers["Sec-WebSocket-Origin"]=s.origin:s.headers.Origin=s.origin),(n.username||n.password)&&(s.auth=`${n.username}:${n.password}`),o){let w=s.path.split(":");s.socketPath=w[0],s.path=w[1]}let u;if(s.followRedirects){if(t._redirects===0){t._originalIpc=o,t._originalSecure=i,t._originalHostOrSocketPath=o?s.socketPath:n.host;let w=r&&r.headers;if(r={...r,headers:{}},w)for(let[x,h]of Object.entries(w))r.headers[x.toLowerCase()]=h}else if(t.listenerCount("redirect")===0){let w=o?t._originalIpc?s.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:n.host===t._originalHostOrSocketPath;(!w||t._originalSecure&&!i)&&(delete s.headers.authorization,delete s.headers.cookie,w||delete s.headers.host,s.auth=void 0)}s.auth&&!r.headers.authorization&&(r.headers.authorization="Basic "+Buffer.from(s.auth).toString("base64")),u=t._req=B(s),t._redirects&&t.emit("redirect",t.url,u)}else u=t._req=B(s);s.timeout&&u.on("timeout",()=>{kA(t,u,"Opening handshake has timed out")}),u.on("error",w=>{u===null||u[M0]||(u=t._req=null,Qs(t,w))}),u.on("response",w=>{let x=w.headers.location,h=w.statusCode;if(x&&s.followRedirects&&h>=300&&h<400){if(++t._redirects>s.maxRedirects){kA(t,u,"Maximum redirects exceeded");return}u.abort();let g;try{g=new Ni(x,A)}catch{let C=new SyntaxError(`Invalid URL: ${x}`);Qs(t,C);return}P0(t,g,e,r)}else t.emit("unexpected-response",u,w)||kA(t,u,`Unexpected server response: ${w.statusCode}`)}),u.on("upgrade",(w,x,h)=>{if(t.emit("upgrade",w),t.readyState!==aA.CONNECTING)return;u=t._req=null;let g=w.headers.upgrade;if(g===void 0||g.toLowerCase()!=="websocket"){kA(t,x,"Invalid Upgrade header");return}let p=Th("sha1").update(c+Rh).digest("base64");if(w.headers["sec-websocket-accept"]!==p){kA(t,x,"Invalid Sec-WebSocket-Accept header");return}let C=w.headers["sec-websocket-protocol"],Q;if(C!==void 0?l.size?l.has(C)||(Q="Server sent an invalid subprotocol"):Q="Server sent a subprotocol but none was requested":l.size&&(Q="Server sent no subprotocol"),Q){kA(t,x,Q);return}C&&(t._protocol=C);let F=w.headers["sec-websocket-extensions"];if(F!==void 0){if(!d){kA(t,x,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let m;try{m=Wh(F)}catch{kA(t,x,"Invalid Sec-WebSocket-Extensions header");return}let E=Object.keys(m);if(E.length!==1||E[0]!==He.extensionName){kA(t,x,"Server indicated an extension that was not requested");return}try{d.accept(m[He.extensionName])}catch{kA(t,x,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[He.extensionName]=d}t.setSocket(x,h,{allowSynchronousEvents:s.allowSynchronousEvents,generateMask:s.generateMask,maxPayload:s.maxPayload,skipUTF8Validation:s.skipUTF8Validation})}),s.finishRequest?s.finishRequest(u,t):u.end()}function Qs(t,A){t._readyState=aA.CLOSING,t._errorEmitted=!0,t.emit("error",A),t.emitClose()}function Yh(t){return t.path=t.socketPath,R0.connect(t)}function zh(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=R0.isIP(t.host)?"":t.host),Sh.connect(t)}function kA(t,A,e){t._readyState=aA.CLOSING;let r=new Error(e);Error.captureStackTrace(r,kA),A.setHeader?(A[M0]=!0,A.abort(),A.socket&&!A.socket.destroyed&&A.socket.destroy(),process.nextTick(Qs,t,r)):(A.destroy(r),A.once("error",t.emit.bind(t,"error")),A.once("close",t.emitClose.bind(t)))}function Gi(t,A,e){if(A){let r=Oh(A)?A.size:Xh(A).length;t._socket?t._sender._bufferedBytes+=r:t._bufferedAmount+=r}if(e){let r=new Error(`WebSocket is not open: readyState ${t.readyState} (${pe[t.readyState]})`);process.nextTick(e,r)}}function Zh(t,A){let e=this[xA];e._closeFrameReceived=!0,e._closeMessage=A,e._closeCode=t,e._socket[xA]!==void 0&&(e._socket.removeListener("data",vs),process.nextTick(G0,e._socket),t===1005?e.close():e.close(t,A))}function jh(){let t=this[xA];t.isPaused||t._socket.resume()}function $h(t){let A=this[xA];A._socket[xA]!==void 0&&(A._socket.removeListener("data",vs),process.nextTick(G0,A._socket),A.close(t[Mh])),A._errorEmitted||(A._errorEmitted=!0,A.emit("error",t))}function O0(){this[xA].emitClose()}function Ad(t,A){this[xA].emit("message",t,A)}function ed(t){let A=this[xA];A._autoPong&&A.pong(t,!this._isServer,N0),A.emit("ping",t)}function td(t){this[xA].emit("pong",t)}function G0(t){t.resume()}function rd(t){let A=this[xA];A.readyState!==aA.CLOSED&&(A.readyState===aA.OPEN&&(A._readyState=aA.CLOSING,V0(A)),this._socket.end(),A._errorEmitted||(A._errorEmitted=!0,A.emit("error",t)))}function V0(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),qh)}function W0(){let t=this[xA];this.removeListener("close",W0),this.removeListener("data",vs),this.removeListener("end",X0),t._readyState=aA.CLOSING;let A;!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&(A=t._socket.read())!==null&&t._receiver.write(A),t._receiver.end(),this[xA]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",O0),t._receiver.on("finish",O0))}function vs(t){this[xA]._receiver.write(t)||this.pause()}function X0(){let t=this[xA];t._readyState=aA.CLOSING,t._receiver.end(),this.end()}function q0(){let t=this[xA];this.removeListener("error",q0),this.on("error",N0),t&&(t._readyState=aA.CLOSING,this.destroy())}});var j0=W((UQ,Z0)=>{"use strict";var EQ=Es(),{Duplex:sd}=eA("stream");function Y0(t){t.emit("close")}function nd(){!this.destroyed&&this._writableState.finished&&this.destroy()}function z0(t){this.removeListener("error",z0),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function id(t,A){let e=!0,r=new sd({...A,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(n,i){let o=!i&&r._readableState.objectMode?n.toString():n;r.push(o)||t.pause()}),t.once("error",function(n){r.destroyed||(e=!1,r.destroy(n))}),t.once("close",function(){r.destroyed||r.push(null)}),r._destroy=function(s,n){if(t.readyState===t.CLOSED){n(s),process.nextTick(Y0,r);return}let i=!1;t.once("error",function(a){i=!0,n(a)}),t.once("close",function(){i||n(s),process.nextTick(Y0,r)}),e&&t.terminate()},r._final=function(s){if(t.readyState===t.CONNECTING){t.once("open",function(){r._final(s)});return}t._socket!==null&&(t._socket._writableState.finished?(s(),r._readableState.endEmitted&&r.destroy()):(t._socket.once("finish",function(){s()}),t.close()))},r._read=function(){t.isPaused&&t.resume()},r._write=function(s,n,i){if(t.readyState===t.CONNECTING){t.once("open",function(){r._write(s,n,i)});return}t.send(s,i)},r.on("end",nd),r.on("error",z0),r}Z0.exports=id});var Ac=W((mQ,$0)=>{"use strict";var{tokenChars:od}=wt();function ad(t){let A=new Set,e=-1,r=-1,s=0;for(s;s<t.length;s++){let i=t.charCodeAt(s);if(r===-1&&od[i]===1)e===-1&&(e=s);else if(s!==0&&(i===32||i===9))r===-1&&e!==-1&&(r=s);else if(i===44){if(e===-1)throw new SyntaxError(`Unexpected character at index ${s}`);r===-1&&(r=s);let o=t.slice(e,r);if(A.has(o))throw new SyntaxError(`The "${o}" subprotocol is duplicated`);A.add(o),e=r=-1}else throw new SyntaxError(`Unexpected character at index ${s}`)}if(e===-1||r!==-1)throw new SyntaxError("Unexpected end of input");let n=t.slice(e,s);if(A.has(n))throw new SyntaxError(`The "${n}" subprotocol is duplicated`);return A.add(n),A}$0.exports={parse:ad}});var oc=W((bQ,ic)=>{"use strict";var cd=eA("events"),Us=eA("http"),{Duplex:yQ}=eA("stream"),{createHash:fd}=eA("crypto"),ec=Ri(),ze=ir(),Bd=Ac(),ld=Es(),{GUID:ud,kWebSocket:hd}=de(),dd=/^[+/0-9A-Za-z]{22}==$/,tc=0,rc=1,nc=2,Vi=class extends cd{constructor(A,e){if(super(),A={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:ld,...A},A.port==null&&!A.server&&!A.noServer||A.port!=null&&(A.server||A.noServer)||A.server&&A.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(A.port!=null?(this._server=Us.createServer((r,s)=>{let n=Us.STATUS_CODES[426];s.writeHead(426,{"Content-Length":n.length,"Content-Type":"text/plain"}),s.end(n)}),this._server.listen(A.port,A.host,A.backlog,e)):A.server&&(this._server=A.server),this._server){let r=this.emit.bind(this,"connection");this._removeListeners=gd(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(s,n,i)=>{this.handleUpgrade(s,n,i,r)}})}A.perMessageDeflate===!0&&(A.perMessageDeflate={}),A.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=A,this._state=tc}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(A){if(this._state===nc){A&&this.once("close",()=>{A(new Error("The server is not running"))}),process.nextTick(fr,this);return}if(A&&this.once("close",A),this._state!==rc)if(this._state=rc,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(fr,this):process.nextTick(fr,this);else{let e=this._server;this._removeListeners(),this._removeListeners=this._server=null,e.close(()=>{fr(this)})}}shouldHandle(A){if(this.options.path){let e=A.url.indexOf("?");if((e!==-1?A.url.slice(0,e):A.url)!==this.options.path)return!1}return!0}handleUpgrade(A,e,r,s){e.on("error",sc);let n=A.headers["sec-websocket-key"],i=A.headers.upgrade,o=+A.headers["sec-websocket-version"];if(A.method!=="GET"){Ze(this,A,e,405,"Invalid HTTP method");return}if(i===void 0||i.toLowerCase()!=="websocket"){Ze(this,A,e,400,"Invalid Upgrade header");return}if(n===void 0||!dd.test(n)){Ze(this,A,e,400,"Missing or invalid Sec-WebSocket-Key header");return}if(o!==13&&o!==8){Ze(this,A,e,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(A)){Br(e,400);return}let a=A.headers["sec-websocket-protocol"],f=new Set;if(a!==void 0)try{f=Bd.parse(a)}catch{Ze(this,A,e,400,"Invalid Sec-WebSocket-Protocol header");return}let c=A.headers["sec-websocket-extensions"],B={};if(this.options.perMessageDeflate&&c!==void 0){let l=new ze(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let d=ec.parse(c);d[ze.extensionName]&&(l.accept(d[ze.extensionName]),B[ze.extensionName]=l)}catch{Ze(this,A,e,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let l={origin:A.headers[`${o===8?"sec-websocket-origin":"origin"}`],secure:!!(A.socket.authorized||A.socket.encrypted),req:A};if(this.options.verifyClient.length===2){this.options.verifyClient(l,(d,u,w,x)=>{if(!d)return Br(e,u||401,w,x);this.completeUpgrade(B,n,f,A,e,r,s)});return}if(!this.options.verifyClient(l))return Br(e,401)}this.completeUpgrade(B,n,f,A,e,r,s)}completeUpgrade(A,e,r,s,n,i,o){if(!n.readable||!n.writable)return n.destroy();if(n[hd])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>tc)return Br(n,503);let f=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${fd("sha1").update(e+ud).digest("base64")}`],c=new this.options.WebSocket(null,void 0,this.options);if(r.size){let B=this.options.handleProtocols?this.options.handleProtocols(r,s):r.values().next().value;B&&(f.push(`Sec-WebSocket-Protocol: ${B}`),c._protocol=B)}if(A[ze.extensionName]){let B=A[ze.extensionName].params,l=ec.format({[ze.extensionName]:[B]});f.push(`Sec-WebSocket-Extensions: ${l}`),c._extensions=A}this.emit("headers",f,s),n.write(f.concat(`\r
4
+ `+n),t.push(s+"m+"+fs.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Wu()+A+" "+t[0]}function Wu(){return CA.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Xu(...t){return process.stderr.write(cs.formatWithOptions(CA.inspectOpts,...t)+`
5
+ `)}function qu(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function Ju(){return process.env.DEBUG}function Yu(t){t.inspectOpts={};let A=Object.keys(CA.inspectOpts);for(let e=0;e<A.length;e++)t.inspectOpts[A[e]]=CA.inspectOpts[A[e]]}fs.exports=xi()(CA);var{formatters:za}=fs.exports;za.o=function(t){return this.inspectOpts.colors=this.useColors,cs.inspect(t,this.inspectOpts).split(`
6
+ `).map(A=>A.trim()).join(" ")};za.O=function(t){return this.inspectOpts.colors=this.useColors,cs.inspect(t,this.inspectOpts)}});var PA=W((qF,Fi)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Fi.exports=Ya():Fi.exports=Za()});var de=W((uQ,i0)=>{"use strict";var s0=["nodebuffer","arraybuffer","fragments"],n0=typeof Blob<"u";n0&&s0.push("blob");i0.exports={BINARY_TYPES:s0,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:n0,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var sr=W((hQ,us)=>{"use strict";var{EMPTY_BUFFER:Ah}=de(),Ei=Buffer[Symbol.species];function eh(t,A){if(t.length===0)return Ah;if(t.length===1)return t[0];let e=Buffer.allocUnsafe(A),r=0;for(let s=0;s<t.length;s++){let n=t[s];e.set(n,r),r+=n.length}return r<A?new Ei(e.buffer,e.byteOffset,r):e}function o0(t,A,e,r,s){for(let n=0;n<s;n++)e[r+n]=t[n]^A[n&3]}function a0(t,A){for(let e=0;e<t.length;e++)t[e]^=A[e&3]}function th(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function Ui(t){if(Ui.readOnly=!0,Buffer.isBuffer(t))return t;let A;return t instanceof ArrayBuffer?A=new Ei(t):ArrayBuffer.isView(t)?A=new Ei(t.buffer,t.byteOffset,t.byteLength):(A=Buffer.from(t),Ui.readOnly=!1),A}us.exports={concat:eh,mask:o0,toArrayBuffer:th,toBuffer:Ui,unmask:a0};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=eA("bufferutil");us.exports.mask=function(A,e,r,s,n){n<48?o0(A,e,r,s,n):t.mask(A,e,r,s,n)},us.exports.unmask=function(A,e){A.length<32?a0(A,e):t.unmask(A,e)}}catch{}});var B0=W((dQ,f0)=>{"use strict";var c0=Symbol("kDone"),mi=Symbol("kRun"),yi=class{constructor(A){this[c0]=()=>{this.pending--,this[mi]()},this.concurrency=A||1/0,this.jobs=[],this.pending=0}add(A){this.jobs.push(A),this[mi]()}[mi](){if(this.pending!==this.concurrency&&this.jobs.length){let A=this.jobs.shift();this.pending++,A(this[c0])}}};f0.exports=yi});var ir=W((gQ,d0)=>{"use strict";var nr=eA("zlib"),l0=sr(),rh=B0(),{kStatusCode:u0}=de(),sh=Buffer[Symbol.species],nh=Buffer.from([0,0,255,255]),ds=Symbol("permessage-deflate"),ge=Symbol("total-length"),dt=Symbol("callback"),_e=Symbol("buffers"),gt=Symbol("error"),hs,bi=class{constructor(A,e,r){if(this._maxPayload=r|0,this._options=A||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!e,this._deflate=null,this._inflate=null,this.params=null,!hs){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;hs=new rh(s)}}static get extensionName(){return"permessage-deflate"}offer(){let A={};return this._options.serverNoContextTakeover&&(A.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(A.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(A.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?A.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(A.client_max_window_bits=!0),A}accept(A){return A=this.normalizeParams(A),this.params=this._isServer?this.acceptAsServer(A):this.acceptAsClient(A),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let A=this._deflate[dt];this._deflate.close(),this._deflate=null,A&&A(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(A){let e=this._options,r=A.find(s=>!(e.serverNoContextTakeover===!1&&s.server_no_context_takeover||s.server_max_window_bits&&(e.serverMaxWindowBits===!1||typeof e.serverMaxWindowBits=="number"&&e.serverMaxWindowBits>s.server_max_window_bits)||typeof e.clientMaxWindowBits=="number"&&!s.client_max_window_bits));if(!r)throw new Error("None of the extension offers can be accepted");return e.serverNoContextTakeover&&(r.server_no_context_takeover=!0),e.clientNoContextTakeover&&(r.client_no_context_takeover=!0),typeof e.serverMaxWindowBits=="number"&&(r.server_max_window_bits=e.serverMaxWindowBits),typeof e.clientMaxWindowBits=="number"?r.client_max_window_bits=e.clientMaxWindowBits:(r.client_max_window_bits===!0||e.clientMaxWindowBits===!1)&&delete r.client_max_window_bits,r}acceptAsClient(A){let e=A[0];if(this._options.clientNoContextTakeover===!1&&e.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!e.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(e.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&e.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return e}normalizeParams(A){return A.forEach(e=>{Object.keys(e).forEach(r=>{let s=e[r];if(s.length>1)throw new Error(`Parameter "${r}" must have only a single value`);if(s=s[0],r==="client_max_window_bits"){if(s!==!0){let n=+s;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${r}": ${s}`);s=n}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${r}": ${s}`)}else if(r==="server_max_window_bits"){let n=+s;if(!Number.isInteger(n)||n<8||n>15)throw new TypeError(`Invalid value for parameter "${r}": ${s}`);s=n}else if(r==="client_no_context_takeover"||r==="server_no_context_takeover"){if(s!==!0)throw new TypeError(`Invalid value for parameter "${r}": ${s}`)}else throw new Error(`Unknown parameter "${r}"`);e[r]=s})}),A}decompress(A,e,r){hs.add(s=>{this._decompress(A,e,(n,i)=>{s(),r(n,i)})})}compress(A,e,r){hs.add(s=>{this._compress(A,e,(n,i)=>{s(),r(n,i)})})}_decompress(A,e,r){let s=this._isServer?"client":"server";if(!this._inflate){let n=`${s}_max_window_bits`,i=typeof this.params[n]!="number"?nr.Z_DEFAULT_WINDOWBITS:this.params[n];this._inflate=nr.createInflateRaw({...this._options.zlibInflateOptions,windowBits:i}),this._inflate[ds]=this,this._inflate[ge]=0,this._inflate[_e]=[],this._inflate.on("error",oh),this._inflate.on("data",h0)}this._inflate[dt]=r,this._inflate.write(A),e&&this._inflate.write(nh),this._inflate.flush(()=>{let n=this._inflate[gt];if(n){this._inflate.close(),this._inflate=null,r(n);return}let i=l0.concat(this._inflate[_e],this._inflate[ge]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[ge]=0,this._inflate[_e]=[],e&&this.params[`${s}_no_context_takeover`]&&this._inflate.reset()),r(null,i)})}_compress(A,e,r){let s=this._isServer?"server":"client";if(!this._deflate){let n=`${s}_max_window_bits`,i=typeof this.params[n]!="number"?nr.Z_DEFAULT_WINDOWBITS:this.params[n];this._deflate=nr.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:i}),this._deflate[ge]=0,this._deflate[_e]=[],this._deflate.on("data",ih)}this._deflate[dt]=r,this._deflate.write(A),this._deflate.flush(nr.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let n=l0.concat(this._deflate[_e],this._deflate[ge]);e&&(n=new sh(n.buffer,n.byteOffset,n.length-4)),this._deflate[dt]=null,this._deflate[ge]=0,this._deflate[_e]=[],e&&this.params[`${s}_no_context_takeover`]&&this._deflate.reset(),r(null,n)})}};d0.exports=bi;function ih(t){this[_e].push(t),this[ge]+=t.length}function h0(t){if(this[ge]+=t.length,this[ds]._maxPayload<1||this[ge]<=this[ds]._maxPayload){this[_e].push(t);return}this[gt]=new RangeError("Max payload size exceeded"),this[gt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[gt][u0]=1009,this.removeListener("data",h0),this.reset()}function oh(t){if(this[ds]._inflate=null,this[gt]){this[dt](this[gt]);return}t[u0]=1007,this[dt](t)}});var wt=W((wQ,gs)=>{"use strict";var{isUtf8:g0}=eA("buffer"),{hasBlob:ah}=de(),ch=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function fh(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function _i(t){let A=t.length,e=0;for(;e<A;)if((t[e]&128)===0)e++;else if((t[e]&224)===192){if(e+1===A||(t[e+1]&192)!==128||(t[e]&254)===192)return!1;e+=2}else if((t[e]&240)===224){if(e+2>=A||(t[e+1]&192)!==128||(t[e+2]&192)!==128||t[e]===224&&(t[e+1]&224)===128||t[e]===237&&(t[e+1]&224)===160)return!1;e+=3}else if((t[e]&248)===240){if(e+3>=A||(t[e+1]&192)!==128||(t[e+2]&192)!==128||(t[e+3]&192)!==128||t[e]===240&&(t[e+1]&240)===128||t[e]===244&&t[e+1]>143||t[e]>244)return!1;e+=4}else return!1;return!0}function Bh(t){return ah&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}gs.exports={isBlob:Bh,isValidStatusCode:fh,isValidUTF8:_i,tokenChars:ch};if(g0)gs.exports.isValidUTF8=function(t){return t.length<24?_i(t):g0(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=eA("utf-8-validate");gs.exports.isValidUTF8=function(A){return A.length<32?_i(A):t(A)}}catch{}});var Li=W((pQ,v0)=>{"use strict";var{Writable:lh}=eA("stream"),w0=ir(),{BINARY_TYPES:uh,EMPTY_BUFFER:p0,kStatusCode:hh,kWebSocket:dh}=de(),{concat:Hi,toArrayBuffer:gh,unmask:wh}=sr(),{isValidStatusCode:ph,isValidUTF8:C0}=wt(),ws=Buffer[Symbol.species],GA=0,x0=1,F0=2,Q0=3,Ii=4,Di=5,ps=6,Si=class extends lh{constructor(A={}){super(),this._allowSynchronousEvents=A.allowSynchronousEvents!==void 0?A.allowSynchronousEvents:!0,this._binaryType=A.binaryType||uh[0],this._extensions=A.extensions||{},this._isServer=!!A.isServer,this._maxPayload=A.maxPayload|0,this._skipUTF8Validation=!!A.skipUTF8Validation,this[dh]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=GA}_write(A,e,r){if(this._opcode===8&&this._state==GA)return r();this._bufferedBytes+=A.length,this._buffers.push(A),this.startLoop(r)}consume(A){if(this._bufferedBytes-=A,A===this._buffers[0].length)return this._buffers.shift();if(A<this._buffers[0].length){let r=this._buffers[0];return this._buffers[0]=new ws(r.buffer,r.byteOffset+A,r.length-A),new ws(r.buffer,r.byteOffset,A)}let e=Buffer.allocUnsafe(A);do{let r=this._buffers[0],s=e.length-A;A>=r.length?e.set(this._buffers.shift(),s):(e.set(new Uint8Array(r.buffer,r.byteOffset,A),s),this._buffers[0]=new ws(r.buffer,r.byteOffset+A,r.length-A)),A-=r.length}while(A>0);return e}startLoop(A){this._loop=!0;do switch(this._state){case GA:this.getInfo(A);break;case x0:this.getPayloadLength16(A);break;case F0:this.getPayloadLength64(A);break;case Q0:this.getMask();break;case Ii:this.getData(A);break;case Di:case ps:this._loop=!1;return}while(this._loop);this._errored||A()}getInfo(A){if(this._bufferedBytes<2){this._loop=!1;return}let e=this.consume(2);if((e[0]&48)!==0){let s=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");A(s);return}let r=(e[0]&64)===64;if(r&&!this._extensions[w0.extensionName]){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(this._fin=(e[0]&128)===128,this._opcode=e[0]&15,this._payloadLength=e[1]&127,this._opcode===0){if(r){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(!this._fragmented){let s=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}this._compressed=r}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let s=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");A(s);return}if(r){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");A(s);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let s=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");A(s);return}}else{let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");A(s);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(e[1]&128)===128,this._isServer){if(!this._masked){let s=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");A(s);return}}else if(this._masked){let s=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");A(s);return}this._payloadLength===126?this._state=x0:this._payloadLength===127?this._state=F0:this.haveLength(A)}getPayloadLength16(A){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(A)}getPayloadLength64(A){if(this._bufferedBytes<8){this._loop=!1;return}let e=this.consume(8),r=e.readUInt32BE(0);if(r>Math.pow(2,21)-1){let s=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");A(s);return}this._payloadLength=r*Math.pow(2,32)+e.readUInt32BE(4),this.haveLength(A)}haveLength(A){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let e=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");A(e);return}this._masked?this._state=Q0:this._state=Ii}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Ii}getData(A){let e=p0;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}e=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&wh(e,this._mask)}if(this._opcode>7){this.controlMessage(e,A);return}if(this._compressed){this._state=Di,this.decompress(e,A);return}e.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(e)),this.dataMessage(A)}decompress(A,e){this._extensions[w0.extensionName].decompress(A,this._fin,(s,n)=>{if(s)return e(s);if(n.length){if(this._messageLength+=n.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let i=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(i);return}this._fragments.push(n)}this.dataMessage(e),this._state===GA&&this.startLoop(e)})}dataMessage(A){if(!this._fin){this._state=GA;return}let e=this._messageLength,r=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let s;this._binaryType==="nodebuffer"?s=Hi(r,e):this._binaryType==="arraybuffer"?s=gh(Hi(r,e)):this._binaryType==="blob"?s=new Blob(r):s=r,this._allowSynchronousEvents?(this.emit("message",s,!0),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit("message",s,!0),this._state=GA,this.startLoop(A)}))}else{let s=Hi(r,e);if(!this._skipUTF8Validation&&!C0(s)){let n=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");A(n);return}this._state===Di||this._allowSynchronousEvents?(this.emit("message",s,!1),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit("message",s,!1),this._state=GA,this.startLoop(A)}))}}controlMessage(A,e){if(this._opcode===8){if(A.length===0)this._loop=!1,this.emit("conclude",1005,p0),this.end();else{let r=A.readUInt16BE(0);if(!ph(r)){let n=this.createError(RangeError,`invalid status code ${r}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");e(n);return}let s=new ws(A.buffer,A.byteOffset+2,A.length-2);if(!this._skipUTF8Validation&&!C0(s)){let n=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(n);return}this._loop=!1,this.emit("conclude",r,s),this.end()}this._state=GA;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",A),this._state=GA):(this._state=ps,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",A),this._state=GA,this.startLoop(e)}))}createError(A,e,r,s,n){this._loop=!1,this._errored=!0;let i=new A(r?`Invalid WebSocket frame: ${e}`:e);return Error.captureStackTrace(i,this.createError),i.code=n,i[hh]=s,i}};v0.exports=Si});var ki=W((xQ,m0)=>{"use strict";var{Duplex:CQ}=eA("stream"),{randomFillSync:Ch}=eA("crypto"),E0=ir(),{EMPTY_BUFFER:xh,kWebSocket:Fh,NOOP:Qh}=de(),{isBlob:pt,isValidStatusCode:vh}=wt(),{mask:U0,toBuffer:qe}=sr(),VA=Symbol("kByteLength"),Eh=Buffer.alloc(4),Cs=8*1024,Je,Ct=Cs,$A=0,Uh=1,mh=2,Ti=class t{constructor(A,e,r){this._extensions=e||{},r&&(this._generateMask=r,this._maskBuffer=Buffer.alloc(4)),this._socket=A,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=$A,this.onerror=Qh,this[Fh]=void 0}static frame(A,e){let r,s=!1,n=2,i=!1;e.mask&&(r=e.maskBuffer||Eh,e.generateMask?e.generateMask(r):(Ct===Cs&&(Je===void 0&&(Je=Buffer.alloc(Cs)),Ch(Je,0,Cs),Ct=0),r[0]=Je[Ct++],r[1]=Je[Ct++],r[2]=Je[Ct++],r[3]=Je[Ct++]),i=(r[0]|r[1]|r[2]|r[3])===0,n=6);let o;typeof A=="string"?(!e.mask||i)&&e[VA]!==void 0?o=e[VA]:(A=Buffer.from(A),o=A.length):(o=A.length,s=e.mask&&e.readOnly&&!i);let a=o;o>=65536?(n+=8,a=127):o>125&&(n+=2,a=126);let f=Buffer.allocUnsafe(s?o+n:n);return f[0]=e.fin?e.opcode|128:e.opcode,e.rsv1&&(f[0]|=64),f[1]=a,a===126?f.writeUInt16BE(o,2):a===127&&(f[2]=f[3]=0,f.writeUIntBE(o,4,6)),e.mask?(f[1]|=128,f[n-4]=r[0],f[n-3]=r[1],f[n-2]=r[2],f[n-1]=r[3],i?[f,A]:s?(U0(A,r,f,n,o),[f]):(U0(A,r,A,0,o),[f,A])):[f,A]}close(A,e,r,s){let n;if(A===void 0)n=xh;else{if(typeof A!="number"||!vh(A))throw new TypeError("First argument must be a valid error code number");if(e===void 0||!e.length)n=Buffer.allocUnsafe(2),n.writeUInt16BE(A,0);else{let o=Buffer.byteLength(e);if(o>123)throw new RangeError("The message must not be greater than 123 bytes");n=Buffer.allocUnsafe(2+o),n.writeUInt16BE(A,0),typeof e=="string"?n.write(e,2):n.set(e,2)}}let i={[VA]:n.length,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==$A?this.enqueue([this.dispatch,n,!1,i,s]):this.sendFrame(t.frame(n,i),s)}ping(A,e,r){let s,n;if(typeof A=="string"?(s=Buffer.byteLength(A),n=!1):pt(A)?(s=A.size,n=!1):(A=qe(A),s=A.length,n=qe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let i={[VA]:s,fin:!0,generateMask:this._generateMask,mask:e,maskBuffer:this._maskBuffer,opcode:9,readOnly:n,rsv1:!1};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,!1,i,r]):this.getBlobData(A,!1,i,r):this._state!==$A?this.enqueue([this.dispatch,A,!1,i,r]):this.sendFrame(t.frame(A,i),r)}pong(A,e,r){let s,n;if(typeof A=="string"?(s=Buffer.byteLength(A),n=!1):pt(A)?(s=A.size,n=!1):(A=qe(A),s=A.length,n=qe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let i={[VA]:s,fin:!0,generateMask:this._generateMask,mask:e,maskBuffer:this._maskBuffer,opcode:10,readOnly:n,rsv1:!1};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,!1,i,r]):this.getBlobData(A,!1,i,r):this._state!==$A?this.enqueue([this.dispatch,A,!1,i,r]):this.sendFrame(t.frame(A,i),r)}send(A,e,r){let s=this._extensions[E0.extensionName],n=e.binary?2:1,i=e.compress,o,a;typeof A=="string"?(o=Buffer.byteLength(A),a=!1):pt(A)?(o=A.size,a=!1):(A=qe(A),o=A.length,a=qe.readOnly),this._firstFragment?(this._firstFragment=!1,i&&s&&s.params[s._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(i=o>=s._threshold),this._compress=i):(i=!1,n=0),e.fin&&(this._firstFragment=!0);let f={[VA]:o,fin:e.fin,generateMask:this._generateMask,mask:e.mask,maskBuffer:this._maskBuffer,opcode:n,readOnly:a,rsv1:i};pt(A)?this._state!==$A?this.enqueue([this.getBlobData,A,this._compress,f,r]):this.getBlobData(A,this._compress,f,r):this._state!==$A?this.enqueue([this.dispatch,A,this._compress,f,r]):this.dispatch(A,this._compress,f,r)}getBlobData(A,e,r,s){this._bufferedBytes+=r[VA],this._state=mh,A.arrayBuffer().then(n=>{if(this._socket.destroyed){let o=new Error("The socket was closed while the blob was being read");process.nextTick(Ki,this,o,s);return}this._bufferedBytes-=r[VA];let i=qe(n);e?this.dispatch(i,e,r,s):(this._state=$A,this.sendFrame(t.frame(i,r),s),this.dequeue())}).catch(n=>{process.nextTick(yh,this,n,s)})}dispatch(A,e,r,s){if(!e){this.sendFrame(t.frame(A,r),s);return}let n=this._extensions[E0.extensionName];this._bufferedBytes+=r[VA],this._state=Uh,n.compress(A,r.fin,(i,o)=>{if(this._socket.destroyed){let a=new Error("The socket was closed while data was being compressed");Ki(this,a,s);return}this._bufferedBytes-=r[VA],this._state=$A,r.readOnly=!1,this.sendFrame(t.frame(o,r),s),this.dequeue()})}dequeue(){for(;this._state===$A&&this._queue.length;){let A=this._queue.shift();this._bufferedBytes-=A[3][VA],Reflect.apply(A[0],this,A.slice(1))}}enqueue(A){this._bufferedBytes+=A[3][VA],this._queue.push(A)}sendFrame(A,e){A.length===2?(this._socket.cork(),this._socket.write(A[0]),this._socket.write(A[1],e),this._socket.uncork()):this._socket.write(A[0],e)}};m0.exports=Ti;function Ki(t,A,e){typeof e=="function"&&e(A);for(let r=0;r<t._queue.length;r++){let s=t._queue[r],n=s[s.length-1];typeof n=="function"&&n(A)}}function yh(t,A,e){Ki(t,A,e),t.onerror(A)}});var T0=W((FQ,L0)=>{"use strict";var{kForOnEventAttribute:or,kListener:Oi}=de(),y0=Symbol("kCode"),b0=Symbol("kData"),_0=Symbol("kError"),H0=Symbol("kMessage"),I0=Symbol("kReason"),xt=Symbol("kTarget"),D0=Symbol("kType"),S0=Symbol("kWasClean"),we=class{constructor(A){this[xt]=null,this[D0]=A}get target(){return this[xt]}get type(){return this[D0]}};Object.defineProperty(we.prototype,"target",{enumerable:!0});Object.defineProperty(we.prototype,"type",{enumerable:!0});var Ye=class extends we{constructor(A,e={}){super(A),this[y0]=e.code===void 0?0:e.code,this[I0]=e.reason===void 0?"":e.reason,this[S0]=e.wasClean===void 0?!1:e.wasClean}get code(){return this[y0]}get reason(){return this[I0]}get wasClean(){return this[S0]}};Object.defineProperty(Ye.prototype,"code",{enumerable:!0});Object.defineProperty(Ye.prototype,"reason",{enumerable:!0});Object.defineProperty(Ye.prototype,"wasClean",{enumerable:!0});var Ft=class extends we{constructor(A,e={}){super(A),this[_0]=e.error===void 0?null:e.error,this[H0]=e.message===void 0?"":e.message}get error(){return this[_0]}get message(){return this[H0]}};Object.defineProperty(Ft.prototype,"error",{enumerable:!0});Object.defineProperty(Ft.prototype,"message",{enumerable:!0});var ar=class extends we{constructor(A,e={}){super(A),this[b0]=e.data===void 0?null:e.data}get data(){return this[b0]}};Object.defineProperty(ar.prototype,"data",{enumerable:!0});var bh={addEventListener(t,A,e={}){for(let s of this.listeners(t))if(!e[or]&&s[Oi]===A&&!s[or])return;let r;if(t==="message")r=function(n,i){let o=new ar("message",{data:i?n:n.toString()});o[xt]=this,xs(A,this,o)};else if(t==="close")r=function(n,i){let o=new Ye("close",{code:n,reason:i.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});o[xt]=this,xs(A,this,o)};else if(t==="error")r=function(n){let i=new Ft("error",{error:n,message:n.message});i[xt]=this,xs(A,this,i)};else if(t==="open")r=function(){let n=new we("open");n[xt]=this,xs(A,this,n)};else return;r[or]=!!e[or],r[Oi]=A,e.once?this.once(t,r):this.on(t,r)},removeEventListener(t,A){for(let e of this.listeners(t))if(e[Oi]===A&&!e[or]){this.removeListener(t,e);break}}};L0.exports={CloseEvent:Ye,ErrorEvent:Ft,Event:we,EventTarget:bh,MessageEvent:ar};function xs(t,A,e){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,e):t.call(A,e)}});var Ri=W((QQ,K0)=>{"use strict";var{tokenChars:cr}=wt();function se(t,A,e){t[A]===void 0?t[A]=[e]:t[A].push(e)}function _h(t){let A=Object.create(null),e=Object.create(null),r=!1,s=!1,n=!1,i,o,a=-1,f=-1,c=-1,B=0;for(;B<t.length;B++)if(f=t.charCodeAt(B),i===void 0)if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(B!==0&&(f===32||f===9))c===-1&&a!==-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B);let d=t.slice(a,c);f===44?(se(A,d,e),e=Object.create(null)):i=d,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${B}`);else if(o===void 0)if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(f===32||f===9)c===-1&&a!==-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B),se(e,t.slice(a,c),!0),f===44&&(se(A,i,e),e=Object.create(null),i=void 0),a=c=-1}else if(f===61&&a!==-1&&c===-1)o=t.slice(a,B),a=c=-1;else throw new SyntaxError(`Unexpected character at index ${B}`);else if(s){if(cr[f]!==1)throw new SyntaxError(`Unexpected character at index ${B}`);a===-1?a=B:r||(r=!0),s=!1}else if(n)if(cr[f]===1)a===-1&&(a=B);else if(f===34&&a!==-1)n=!1,c=B;else if(f===92)s=!0;else throw new SyntaxError(`Unexpected character at index ${B}`);else if(f===34&&t.charCodeAt(B-1)===61)n=!0;else if(c===-1&&cr[f]===1)a===-1&&(a=B);else if(a!==-1&&(f===32||f===9))c===-1&&(c=B);else if(f===59||f===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${B}`);c===-1&&(c=B);let d=t.slice(a,c);r&&(d=d.replace(/\\/g,""),r=!1),se(e,o,d),f===44&&(se(A,i,e),e=Object.create(null),i=void 0),o=void 0,a=c=-1}else throw new SyntaxError(`Unexpected character at index ${B}`);if(a===-1||n||f===32||f===9)throw new SyntaxError("Unexpected end of input");c===-1&&(c=B);let l=t.slice(a,c);return i===void 0?se(A,l,e):(o===void 0?se(e,l,!0):r?se(e,o,l.replace(/\\/g,"")):se(e,o,l),se(A,i,e)),A}function Hh(t){return Object.keys(t).map(A=>{let e=t[A];return Array.isArray(e)||(e=[e]),e.map(r=>[A].concat(Object.keys(r).map(s=>{let n=r[s];return Array.isArray(n)||(n=[n]),n.map(i=>i===!0?s:`${s}=${i}`).join("; ")})).join("; ")).join(", ")}).join(", ")}K0.exports={format:Hh,parse:_h}});var Es=W((UQ,J0)=>{"use strict";var Ih=eA("events"),Dh=eA("https"),Sh=eA("http"),R0=eA("net"),Lh=eA("tls"),{randomBytes:Th,createHash:Kh}=eA("crypto"),{Duplex:vQ,Readable:EQ}=eA("stream"),{URL:Ni}=eA("url"),He=ir(),kh=Li(),Oh=ki(),{isBlob:Rh}=wt(),{BINARY_TYPES:k0,EMPTY_BUFFER:Fs,GUID:Nh,kForOnEventAttribute:Mi,kListener:Mh,kStatusCode:Ph,kWebSocket:xA,NOOP:N0}=de(),{EventTarget:{addEventListener:Gh,removeEventListener:Vh}}=T0(),{format:Wh,parse:Xh}=Ri(),{toBuffer:qh}=sr(),Jh=30*1e3,M0=Symbol("kAborted"),Pi=[8,13],pe=["CONNECTING","OPEN","CLOSING","CLOSED"],Yh=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,aA=class t extends Ih{constructor(A,e,r){super(),this._binaryType=k0[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Fs,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,A!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,e===void 0?e=[]:Array.isArray(e)||(typeof e=="object"&&e!==null?(r=e,e=[]):e=[e]),P0(this,A,e,r)):(this._autoPong=r.autoPong,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(A){k0.includes(A)&&(this._binaryType=A,this._receiver&&(this._receiver._binaryType=A))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(A,e,r){let s=new kh({allowSynchronousEvents:r.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:r.maxPayload,skipUTF8Validation:r.skipUTF8Validation}),n=new Oh(A,this._extensions,r.generateMask);this._receiver=s,this._sender=n,this._socket=A,s[xA]=this,n[xA]=this,A[xA]=this,s.on("conclude",jh),s.on("drain",$h),s.on("error",Ad),s.on("message",ed),s.on("ping",td),s.on("pong",rd),n.onerror=sd,A.setTimeout&&A.setTimeout(0),A.setNoDelay&&A.setNoDelay(),e.length>0&&A.unshift(e),A.on("close",W0),A.on("data",vs),A.on("end",X0),A.on("error",q0),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[He.extensionName]&&this._extensions[He.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(A,e){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){kA(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(A,e,!this._isServer,r=>{r||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),V0(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof A=="function"?(r=A,A=e=void 0):typeof e=="function"&&(r=e,e=void 0),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}e===void 0&&(e=!this._isServer),this._sender.ping(A||Fs,e,r)}pong(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof A=="function"?(r=A,A=e=void 0):typeof e=="function"&&(r=e,e=void 0),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}e===void 0&&(e=!this._isServer),this._sender.pong(A||Fs,e,r)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(A,e,r){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"&&(r=e,e={}),typeof A=="number"&&(A=A.toString()),this.readyState!==t.OPEN){Gi(this,A,r);return}let s={binary:typeof A!="string",mask:!this._isServer,compress:!0,fin:!0,...e};this._extensions[He.extensionName]||(s.compress=!1),this._sender.send(A||Fs,s,r)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){kA(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(aA,"CONNECTING",{enumerable:!0,value:pe.indexOf("CONNECTING")});Object.defineProperty(aA.prototype,"CONNECTING",{enumerable:!0,value:pe.indexOf("CONNECTING")});Object.defineProperty(aA,"OPEN",{enumerable:!0,value:pe.indexOf("OPEN")});Object.defineProperty(aA.prototype,"OPEN",{enumerable:!0,value:pe.indexOf("OPEN")});Object.defineProperty(aA,"CLOSING",{enumerable:!0,value:pe.indexOf("CLOSING")});Object.defineProperty(aA.prototype,"CLOSING",{enumerable:!0,value:pe.indexOf("CLOSING")});Object.defineProperty(aA,"CLOSED",{enumerable:!0,value:pe.indexOf("CLOSED")});Object.defineProperty(aA.prototype,"CLOSED",{enumerable:!0,value:pe.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(aA.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(aA.prototype,`on${t}`,{enumerable:!0,get(){for(let A of this.listeners(t))if(A[Mi])return A[Mh];return null},set(A){for(let e of this.listeners(t))if(e[Mi]){this.removeListener(t,e);break}typeof A=="function"&&this.addEventListener(t,A,{[Mi]:!0})}})});aA.prototype.addEventListener=Gh;aA.prototype.removeEventListener=Vh;J0.exports=aA;function P0(t,A,e,r){let s={allowSynchronousEvents:!0,autoPong:!0,protocolVersion:Pi[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...r,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(t._autoPong=s.autoPong,!Pi.includes(s.protocolVersion))throw new RangeError(`Unsupported protocol version: ${s.protocolVersion} (supported versions: ${Pi.join(", ")})`);let n;if(A instanceof Ni)n=A;else try{n=new Ni(A)}catch{throw new SyntaxError(`Invalid URL: ${A}`)}n.protocol==="http:"?n.protocol="ws:":n.protocol==="https:"&&(n.protocol="wss:"),t._url=n.href;let i=n.protocol==="wss:",o=n.protocol==="ws+unix:",a;if(n.protocol!=="ws:"&&!i&&!o?a=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:o&&!n.pathname?a="The URL's pathname is empty":n.hash&&(a="The URL contains a fragment identifier"),a){let w=new SyntaxError(a);if(t._redirects===0)throw w;Qs(t,w);return}let f=i?443:80,c=Th(16).toString("base64"),B=i?Dh.request:Sh.request,l=new Set,d;if(s.createConnection=s.createConnection||(i?Zh:zh),s.defaultPort=s.defaultPort||f,s.port=n.port||f,s.host=n.hostname.startsWith("[")?n.hostname.slice(1,-1):n.hostname,s.headers={...s.headers,"Sec-WebSocket-Version":s.protocolVersion,"Sec-WebSocket-Key":c,Connection:"Upgrade",Upgrade:"websocket"},s.path=n.pathname+n.search,s.timeout=s.handshakeTimeout,s.perMessageDeflate&&(d=new He(s.perMessageDeflate!==!0?s.perMessageDeflate:{},!1,s.maxPayload),s.headers["Sec-WebSocket-Extensions"]=Wh({[He.extensionName]:d.offer()})),e.length){for(let w of e){if(typeof w!="string"||!Yh.test(w)||l.has(w))throw new SyntaxError("An invalid or duplicated subprotocol was specified");l.add(w)}s.headers["Sec-WebSocket-Protocol"]=e.join(",")}if(s.origin&&(s.protocolVersion<13?s.headers["Sec-WebSocket-Origin"]=s.origin:s.headers.Origin=s.origin),(n.username||n.password)&&(s.auth=`${n.username}:${n.password}`),o){let w=s.path.split(":");s.socketPath=w[0],s.path=w[1]}let u;if(s.followRedirects){if(t._redirects===0){t._originalIpc=o,t._originalSecure=i,t._originalHostOrSocketPath=o?s.socketPath:n.host;let w=r&&r.headers;if(r={...r,headers:{}},w)for(let[x,h]of Object.entries(w))r.headers[x.toLowerCase()]=h}else if(t.listenerCount("redirect")===0){let w=o?t._originalIpc?s.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:n.host===t._originalHostOrSocketPath;(!w||t._originalSecure&&!i)&&(delete s.headers.authorization,delete s.headers.cookie,w||delete s.headers.host,s.auth=void 0)}s.auth&&!r.headers.authorization&&(r.headers.authorization="Basic "+Buffer.from(s.auth).toString("base64")),u=t._req=B(s),t._redirects&&t.emit("redirect",t.url,u)}else u=t._req=B(s);s.timeout&&u.on("timeout",()=>{kA(t,u,"Opening handshake has timed out")}),u.on("error",w=>{u===null||u[M0]||(u=t._req=null,Qs(t,w))}),u.on("response",w=>{let x=w.headers.location,h=w.statusCode;if(x&&s.followRedirects&&h>=300&&h<400){if(++t._redirects>s.maxRedirects){kA(t,u,"Maximum redirects exceeded");return}u.abort();let g;try{g=new Ni(x,A)}catch{let C=new SyntaxError(`Invalid URL: ${x}`);Qs(t,C);return}P0(t,g,e,r)}else t.emit("unexpected-response",u,w)||kA(t,u,`Unexpected server response: ${w.statusCode}`)}),u.on("upgrade",(w,x,h)=>{if(t.emit("upgrade",w),t.readyState!==aA.CONNECTING)return;u=t._req=null;let g=w.headers.upgrade;if(g===void 0||g.toLowerCase()!=="websocket"){kA(t,x,"Invalid Upgrade header");return}let p=Kh("sha1").update(c+Nh).digest("base64");if(w.headers["sec-websocket-accept"]!==p){kA(t,x,"Invalid Sec-WebSocket-Accept header");return}let C=w.headers["sec-websocket-protocol"],Q;if(C!==void 0?l.size?l.has(C)||(Q="Server sent an invalid subprotocol"):Q="Server sent a subprotocol but none was requested":l.size&&(Q="Server sent no subprotocol"),Q){kA(t,x,Q);return}C&&(t._protocol=C);let F=w.headers["sec-websocket-extensions"];if(F!==void 0){if(!d){kA(t,x,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let m;try{m=Xh(F)}catch{kA(t,x,"Invalid Sec-WebSocket-Extensions header");return}let E=Object.keys(m);if(E.length!==1||E[0]!==He.extensionName){kA(t,x,"Server indicated an extension that was not requested");return}try{d.accept(m[He.extensionName])}catch{kA(t,x,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[He.extensionName]=d}t.setSocket(x,h,{allowSynchronousEvents:s.allowSynchronousEvents,generateMask:s.generateMask,maxPayload:s.maxPayload,skipUTF8Validation:s.skipUTF8Validation})}),s.finishRequest?s.finishRequest(u,t):u.end()}function Qs(t,A){t._readyState=aA.CLOSING,t._errorEmitted=!0,t.emit("error",A),t.emitClose()}function zh(t){return t.path=t.socketPath,R0.connect(t)}function Zh(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=R0.isIP(t.host)?"":t.host),Lh.connect(t)}function kA(t,A,e){t._readyState=aA.CLOSING;let r=new Error(e);Error.captureStackTrace(r,kA),A.setHeader?(A[M0]=!0,A.abort(),A.socket&&!A.socket.destroyed&&A.socket.destroy(),process.nextTick(Qs,t,r)):(A.destroy(r),A.once("error",t.emit.bind(t,"error")),A.once("close",t.emitClose.bind(t)))}function Gi(t,A,e){if(A){let r=Rh(A)?A.size:qh(A).length;t._socket?t._sender._bufferedBytes+=r:t._bufferedAmount+=r}if(e){let r=new Error(`WebSocket is not open: readyState ${t.readyState} (${pe[t.readyState]})`);process.nextTick(e,r)}}function jh(t,A){let e=this[xA];e._closeFrameReceived=!0,e._closeMessage=A,e._closeCode=t,e._socket[xA]!==void 0&&(e._socket.removeListener("data",vs),process.nextTick(G0,e._socket),t===1005?e.close():e.close(t,A))}function $h(){let t=this[xA];t.isPaused||t._socket.resume()}function Ad(t){let A=this[xA];A._socket[xA]!==void 0&&(A._socket.removeListener("data",vs),process.nextTick(G0,A._socket),A.close(t[Ph])),A._errorEmitted||(A._errorEmitted=!0,A.emit("error",t))}function O0(){this[xA].emitClose()}function ed(t,A){this[xA].emit("message",t,A)}function td(t){let A=this[xA];A._autoPong&&A.pong(t,!this._isServer,N0),A.emit("ping",t)}function rd(t){this[xA].emit("pong",t)}function G0(t){t.resume()}function sd(t){let A=this[xA];A.readyState!==aA.CLOSED&&(A.readyState===aA.OPEN&&(A._readyState=aA.CLOSING,V0(A)),this._socket.end(),A._errorEmitted||(A._errorEmitted=!0,A.emit("error",t)))}function V0(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),Jh)}function W0(){let t=this[xA];this.removeListener("close",W0),this.removeListener("data",vs),this.removeListener("end",X0),t._readyState=aA.CLOSING;let A;!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&(A=t._socket.read())!==null&&t._receiver.write(A),t._receiver.end(),this[xA]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",O0),t._receiver.on("finish",O0))}function vs(t){this[xA]._receiver.write(t)||this.pause()}function X0(){let t=this[xA];t._readyState=aA.CLOSING,t._receiver.end(),this.end()}function q0(){let t=this[xA];this.removeListener("error",q0),this.on("error",N0),t&&(t._readyState=aA.CLOSING,this.destroy())}});var j0=W((yQ,Z0)=>{"use strict";var mQ=Es(),{Duplex:nd}=eA("stream");function Y0(t){t.emit("close")}function id(){!this.destroyed&&this._writableState.finished&&this.destroy()}function z0(t){this.removeListener("error",z0),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function od(t,A){let e=!0,r=new nd({...A,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(n,i){let o=!i&&r._readableState.objectMode?n.toString():n;r.push(o)||t.pause()}),t.once("error",function(n){r.destroyed||(e=!1,r.destroy(n))}),t.once("close",function(){r.destroyed||r.push(null)}),r._destroy=function(s,n){if(t.readyState===t.CLOSED){n(s),process.nextTick(Y0,r);return}let i=!1;t.once("error",function(a){i=!0,n(a)}),t.once("close",function(){i||n(s),process.nextTick(Y0,r)}),e&&t.terminate()},r._final=function(s){if(t.readyState===t.CONNECTING){t.once("open",function(){r._final(s)});return}t._socket!==null&&(t._socket._writableState.finished?(s(),r._readableState.endEmitted&&r.destroy()):(t._socket.once("finish",function(){s()}),t.close()))},r._read=function(){t.isPaused&&t.resume()},r._write=function(s,n,i){if(t.readyState===t.CONNECTING){t.once("open",function(){r._write(s,n,i)});return}t.send(s,i)},r.on("end",id),r.on("error",z0),r}Z0.exports=od});var Ac=W((bQ,$0)=>{"use strict";var{tokenChars:ad}=wt();function cd(t){let A=new Set,e=-1,r=-1,s=0;for(s;s<t.length;s++){let i=t.charCodeAt(s);if(r===-1&&ad[i]===1)e===-1&&(e=s);else if(s!==0&&(i===32||i===9))r===-1&&e!==-1&&(r=s);else if(i===44){if(e===-1)throw new SyntaxError(`Unexpected character at index ${s}`);r===-1&&(r=s);let o=t.slice(e,r);if(A.has(o))throw new SyntaxError(`The "${o}" subprotocol is duplicated`);A.add(o),e=r=-1}else throw new SyntaxError(`Unexpected character at index ${s}`)}if(e===-1||r!==-1)throw new SyntaxError("Unexpected end of input");let n=t.slice(e,s);if(A.has(n))throw new SyntaxError(`The "${n}" subprotocol is duplicated`);return A.add(n),A}$0.exports={parse:cd}});var oc=W((HQ,ic)=>{"use strict";var fd=eA("events"),Us=eA("http"),{Duplex:_Q}=eA("stream"),{createHash:Bd}=eA("crypto"),ec=Ri(),ze=ir(),ld=Ac(),ud=Es(),{GUID:hd,kWebSocket:dd}=de(),gd=/^[+/0-9A-Za-z]{22}==$/,tc=0,rc=1,nc=2,Vi=class extends fd{constructor(A,e){if(super(),A={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:ud,...A},A.port==null&&!A.server&&!A.noServer||A.port!=null&&(A.server||A.noServer)||A.server&&A.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(A.port!=null?(this._server=Us.createServer((r,s)=>{let n=Us.STATUS_CODES[426];s.writeHead(426,{"Content-Length":n.length,"Content-Type":"text/plain"}),s.end(n)}),this._server.listen(A.port,A.host,A.backlog,e)):A.server&&(this._server=A.server),this._server){let r=this.emit.bind(this,"connection");this._removeListeners=wd(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(s,n,i)=>{this.handleUpgrade(s,n,i,r)}})}A.perMessageDeflate===!0&&(A.perMessageDeflate={}),A.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=A,this._state=tc}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(A){if(this._state===nc){A&&this.once("close",()=>{A(new Error("The server is not running"))}),process.nextTick(fr,this);return}if(A&&this.once("close",A),this._state!==rc)if(this._state=rc,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(fr,this):process.nextTick(fr,this);else{let e=this._server;this._removeListeners(),this._removeListeners=this._server=null,e.close(()=>{fr(this)})}}shouldHandle(A){if(this.options.path){let e=A.url.indexOf("?");if((e!==-1?A.url.slice(0,e):A.url)!==this.options.path)return!1}return!0}handleUpgrade(A,e,r,s){e.on("error",sc);let n=A.headers["sec-websocket-key"],i=A.headers.upgrade,o=+A.headers["sec-websocket-version"];if(A.method!=="GET"){Ze(this,A,e,405,"Invalid HTTP method");return}if(i===void 0||i.toLowerCase()!=="websocket"){Ze(this,A,e,400,"Invalid Upgrade header");return}if(n===void 0||!gd.test(n)){Ze(this,A,e,400,"Missing or invalid Sec-WebSocket-Key header");return}if(o!==13&&o!==8){Ze(this,A,e,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(A)){Br(e,400);return}let a=A.headers["sec-websocket-protocol"],f=new Set;if(a!==void 0)try{f=ld.parse(a)}catch{Ze(this,A,e,400,"Invalid Sec-WebSocket-Protocol header");return}let c=A.headers["sec-websocket-extensions"],B={};if(this.options.perMessageDeflate&&c!==void 0){let l=new ze(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let d=ec.parse(c);d[ze.extensionName]&&(l.accept(d[ze.extensionName]),B[ze.extensionName]=l)}catch{Ze(this,A,e,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let l={origin:A.headers[`${o===8?"sec-websocket-origin":"origin"}`],secure:!!(A.socket.authorized||A.socket.encrypted),req:A};if(this.options.verifyClient.length===2){this.options.verifyClient(l,(d,u,w,x)=>{if(!d)return Br(e,u||401,w,x);this.completeUpgrade(B,n,f,A,e,r,s)});return}if(!this.options.verifyClient(l))return Br(e,401)}this.completeUpgrade(B,n,f,A,e,r,s)}completeUpgrade(A,e,r,s,n,i,o){if(!n.readable||!n.writable)return n.destroy();if(n[dd])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>tc)return Br(n,503);let f=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Bd("sha1").update(e+hd).digest("base64")}`],c=new this.options.WebSocket(null,void 0,this.options);if(r.size){let B=this.options.handleProtocols?this.options.handleProtocols(r,s):r.values().next().value;B&&(f.push(`Sec-WebSocket-Protocol: ${B}`),c._protocol=B)}if(A[ze.extensionName]){let B=A[ze.extensionName].params,l=ec.format({[ze.extensionName]:[B]});f.push(`Sec-WebSocket-Extensions: ${l}`),c._extensions=A}this.emit("headers",f,s),n.write(f.concat(`\r
7
7
  `).join(`\r
8
- `)),n.removeListener("error",sc),c.setSocket(n,i,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(c),c.on("close",()=>{this.clients.delete(c),this._shouldEmitClose&&!this.clients.size&&process.nextTick(fr,this)})),o(c,s)}};ic.exports=Vi;function gd(t,A){for(let e of Object.keys(A))t.on(e,A[e]);return function(){for(let r of Object.keys(A))t.removeListener(r,A[r])}}function fr(t){t._state=nc,t.emit("close")}function sc(){this.destroy()}function Br(t,A,e,r){e=e||Us.STATUS_CODES[A],r={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(e),...r},t.once("finish",t.destroy),t.end(`HTTP/1.1 ${A} ${Us.STATUS_CODES[A]}\r
8
+ `)),n.removeListener("error",sc),c.setSocket(n,i,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(c),c.on("close",()=>{this.clients.delete(c),this._shouldEmitClose&&!this.clients.size&&process.nextTick(fr,this)})),o(c,s)}};ic.exports=Vi;function wd(t,A){for(let e of Object.keys(A))t.on(e,A[e]);return function(){for(let r of Object.keys(A))t.removeListener(r,A[r])}}function fr(t){t._state=nc,t.emit("close")}function sc(){this.destroy()}function Br(t,A,e,r){e=e||Us.STATUS_CODES[A],r={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(e),...r},t.once("finish",t.destroy),t.end(`HTTP/1.1 ${A} ${Us.STATUS_CODES[A]}\r
9
9
  `+Object.keys(r).map(s=>`${s}: ${r[s]}`).join(`\r
10
10
  `)+`\r
11
11
  \r
12
- `+e)}function Ze(t,A,e,r,s,n){if(t.listenerCount("wsClientError")){let i=new Error(s);Error.captureStackTrace(i,Ze),t.emit("wsClientError",i,e,A)}else Br(e,r,s,n)}});var j=W((_s,Ec)=>{(function(t,A){typeof _s=="object"?Ec.exports=_s=A():typeof define=="function"&&define.amd?define([],A):t.CryptoJS=A()})(_s,function(){var t=t||(function(A,e){var r;if(typeof window<"u"&&window.crypto&&(r=window.crypto),typeof self<"u"&&self.crypto&&(r=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(r=globalThis.crypto),!r&&typeof window<"u"&&window.msCrypto&&(r=window.msCrypto),!r&&typeof global<"u"&&global.crypto&&(r=global.crypto),!r&&typeof eA=="function")try{r=eA("crypto")}catch{}var s=function(){if(r){if(typeof r.getRandomValues=="function")try{return r.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof r.randomBytes=="function")try{return r.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},n=Object.create||(function(){function h(){}return function(g){var p;return h.prototype=g,p=new h,h.prototype=null,p}})(),i={},o=i.lib={},a=o.Base=(function(){return{extend:function(h){var g=n(this);return h&&g.mixIn(h),(!g.hasOwnProperty("init")||this.init===g.init)&&(g.init=function(){g.$super.init.apply(this,arguments)}),g.init.prototype=g,g.$super=this,g},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var g in h)h.hasOwnProperty(g)&&(this[g]=h[g]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),f=o.WordArray=a.extend({init:function(h,g){h=this.words=h||[],g!=e?this.sigBytes=g:this.sigBytes=h.length*4},toString:function(h){return(h||B).stringify(this)},concat:function(h){var g=this.words,p=h.words,C=this.sigBytes,Q=h.sigBytes;if(this.clamp(),C%4)for(var F=0;F<Q;F++){var m=p[F>>>2]>>>24-F%4*8&255;g[C+F>>>2]|=m<<24-(C+F)%4*8}else for(var E=0;E<Q;E+=4)g[C+E>>>2]=p[E>>>2];return this.sigBytes+=Q,this},clamp:function(){var h=this.words,g=this.sigBytes;h[g>>>2]&=4294967295<<32-g%4*8,h.length=A.ceil(g/4)},clone:function(){var h=a.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var g=[],p=0;p<h;p+=4)g.push(s());return new f.init(g,h)}}),c=i.enc={},B=c.Hex={stringify:function(h){for(var g=h.words,p=h.sigBytes,C=[],Q=0;Q<p;Q++){var F=g[Q>>>2]>>>24-Q%4*8&255;C.push((F>>>4).toString(16)),C.push((F&15).toString(16))}return C.join("")},parse:function(h){for(var g=h.length,p=[],C=0;C<g;C+=2)p[C>>>3]|=parseInt(h.substr(C,2),16)<<24-C%8*4;return new f.init(p,g/2)}},l=c.Latin1={stringify:function(h){for(var g=h.words,p=h.sigBytes,C=[],Q=0;Q<p;Q++){var F=g[Q>>>2]>>>24-Q%4*8&255;C.push(String.fromCharCode(F))}return C.join("")},parse:function(h){for(var g=h.length,p=[],C=0;C<g;C++)p[C>>>2]|=(h.charCodeAt(C)&255)<<24-C%4*8;return new f.init(p,g)}},d=c.Utf8={stringify:function(h){try{return decodeURIComponent(escape(l.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return l.parse(unescape(encodeURIComponent(h)))}},u=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new f.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=d.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var g,p=this._data,C=p.words,Q=p.sigBytes,F=this.blockSize,m=F*4,E=Q/m;h?E=A.ceil(E):E=A.max((E|0)-this._minBufferSize,0);var v=E*F,R=A.min(v*4,Q);if(v){for(var U=0;U<v;U+=F)this._doProcessBlock(C,U);g=C.splice(0,v),p.sigBytes-=R}return new f.init(g,R)},clone:function(){var h=a.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0}),w=o.Hasher=u.extend({cfg:a.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){u.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var g=this._doFinalize();return g},blockSize:512/32,_createHelper:function(h){return function(g,p){return new h.init(p).finalize(g)}},_createHmacHelper:function(h){return function(g,p){return new x.HMAC.init(h,p).finalize(g)}}}),x=i.algo={};return i})(Math);return t})});var pr=W((Hs,Uc)=>{(function(t,A){typeof Hs=="object"?Uc.exports=Hs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Hs,function(t){return(function(A){var e=t,r=e.lib,s=r.Base,n=r.WordArray,i=e.x64={},o=i.Word=s.extend({init:function(f,c){this.high=f,this.low=c}}),a=i.WordArray=s.extend({init:function(f,c){f=this.words=f||[],c!=A?this.sigBytes=c:this.sigBytes=f.length*8},toX32:function(){for(var f=this.words,c=f.length,B=[],l=0;l<c;l++){var d=f[l];B.push(d.high),B.push(d.low)}return n.create(B,this.sigBytes)},clone:function(){for(var f=s.clone.call(this),c=f.words=this.words.slice(0),B=c.length,l=0;l<B;l++)c[l]=c[l].clone();return f}})})(),t})});var yc=W((Is,mc)=>{(function(t,A){typeof Is=="object"?mc.exports=Is=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Is,function(t){return(function(){if(typeof ArrayBuffer=="function"){var A=t,e=A.lib,r=e.WordArray,s=r.init,n=r.init=function(i){if(i instanceof ArrayBuffer&&(i=new Uint8Array(i)),(i instanceof Int8Array||typeof Uint8ClampedArray<"u"&&i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)&&(i=new Uint8Array(i.buffer,i.byteOffset,i.byteLength)),i instanceof Uint8Array){for(var o=i.byteLength,a=[],f=0;f<o;f++)a[f>>>2]|=i[f]<<24-f%4*8;s.call(this,a,o)}else s.apply(this,arguments)};n.prototype=r}})(),t.lib.WordArray})});var _c=W((Ds,bc)=>{(function(t,A){typeof Ds=="object"?bc.exports=Ds=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ds,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Utf16=s.Utf16BE={stringify:function(o){for(var a=o.words,f=o.sigBytes,c=[],B=0;B<f;B+=2){var l=a[B>>>2]>>>16-B%4*8&65535;c.push(String.fromCharCode(l))}return c.join("")},parse:function(o){for(var a=o.length,f=[],c=0;c<a;c++)f[c>>>1]|=o.charCodeAt(c)<<16-c%2*16;return r.create(f,a*2)}};s.Utf16LE={stringify:function(o){for(var a=o.words,f=o.sigBytes,c=[],B=0;B<f;B+=2){var l=i(a[B>>>2]>>>16-B%4*8&65535);c.push(String.fromCharCode(l))}return c.join("")},parse:function(o){for(var a=o.length,f=[],c=0;c<a;c++)f[c>>>1]|=i(o.charCodeAt(c)<<16-c%2*16);return r.create(f,a*2)}};function i(o){return o<<8&4278255360|o>>>8&16711935}})(),t.enc.Utf16})});var Ie=W((Ss,Hc)=>{(function(t,A){typeof Ss=="object"?Hc.exports=Ss=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ss,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Base64={stringify:function(o){var a=o.words,f=o.sigBytes,c=this._map;o.clamp();for(var B=[],l=0;l<f;l+=3)for(var d=a[l>>>2]>>>24-l%4*8&255,u=a[l+1>>>2]>>>24-(l+1)%4*8&255,w=a[l+2>>>2]>>>24-(l+2)%4*8&255,x=d<<16|u<<8|w,h=0;h<4&&l+h*.75<f;h++)B.push(c.charAt(x>>>6*(3-h)&63));var g=c.charAt(64);if(g)for(;B.length%4;)B.push(g);return B.join("")},parse:function(o){var a=o.length,f=this._map,c=this._reverseMap;if(!c){c=this._reverseMap=[];for(var B=0;B<f.length;B++)c[f.charCodeAt(B)]=B}var l=f.charAt(64);if(l){var d=o.indexOf(l);d!==-1&&(a=d)}return i(o,a,c)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function i(o,a,f){for(var c=[],B=0,l=0;l<a;l++)if(l%4){var d=f[o.charCodeAt(l-1)]<<l%4*2,u=f[o.charCodeAt(l)]>>>6-l%4*2,w=d|u;c[B>>>2]|=w<<24-B%4*8,B++}return r.create(c,B)}})(),t.enc.Base64})});var Dc=W((Ls,Ic)=>{(function(t,A){typeof Ls=="object"?Ic.exports=Ls=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ls,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Base64url={stringify:function(o,a){a===void 0&&(a=!0);var f=o.words,c=o.sigBytes,B=a?this._safe_map:this._map;o.clamp();for(var l=[],d=0;d<c;d+=3)for(var u=f[d>>>2]>>>24-d%4*8&255,w=f[d+1>>>2]>>>24-(d+1)%4*8&255,x=f[d+2>>>2]>>>24-(d+2)%4*8&255,h=u<<16|w<<8|x,g=0;g<4&&d+g*.75<c;g++)l.push(B.charAt(h>>>6*(3-g)&63));var p=B.charAt(64);if(p)for(;l.length%4;)l.push(p);return l.join("")},parse:function(o,a){a===void 0&&(a=!0);var f=o.length,c=a?this._safe_map:this._map,B=this._reverseMap;if(!B){B=this._reverseMap=[];for(var l=0;l<c.length;l++)B[c.charCodeAt(l)]=l}var d=c.charAt(64);if(d){var u=o.indexOf(d);u!==-1&&(f=u)}return i(o,f,B)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function i(o,a,f){for(var c=[],B=0,l=0;l<a;l++)if(l%4){var d=f[o.charCodeAt(l-1)]<<l%4*2,u=f[o.charCodeAt(l)]>>>6-l%4*2,w=d|u;c[B>>>2]|=w<<24-B%4*8,B++}return r.create(c,B)}})(),t.enc.Base64url})});var De=W((Ts,Sc)=>{(function(t,A){typeof Ts=="object"?Sc.exports=Ts=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ts,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=[];(function(){for(var d=0;d<64;d++)o[d]=A.abs(A.sin(d+1))*4294967296|0})();var a=i.MD5=n.extend({_doReset:function(){this._hash=new s.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(d,u){for(var w=0;w<16;w++){var x=u+w,h=d[x];d[x]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360}var g=this._hash.words,p=d[u+0],C=d[u+1],Q=d[u+2],F=d[u+3],m=d[u+4],E=d[u+5],v=d[u+6],R=d[u+7],U=d[u+8],K=d[u+9],D=d[u+10],_=d[u+11],V=d[u+12],N=d[u+13],G=d[u+14],J=d[u+15],y=g[0],S=g[1],O=g[2],I=g[3];y=f(y,S,O,I,p,7,o[0]),I=f(I,y,S,O,C,12,o[1]),O=f(O,I,y,S,Q,17,o[2]),S=f(S,O,I,y,F,22,o[3]),y=f(y,S,O,I,m,7,o[4]),I=f(I,y,S,O,E,12,o[5]),O=f(O,I,y,S,v,17,o[6]),S=f(S,O,I,y,R,22,o[7]),y=f(y,S,O,I,U,7,o[8]),I=f(I,y,S,O,K,12,o[9]),O=f(O,I,y,S,D,17,o[10]),S=f(S,O,I,y,_,22,o[11]),y=f(y,S,O,I,V,7,o[12]),I=f(I,y,S,O,N,12,o[13]),O=f(O,I,y,S,G,17,o[14]),S=f(S,O,I,y,J,22,o[15]),y=c(y,S,O,I,C,5,o[16]),I=c(I,y,S,O,v,9,o[17]),O=c(O,I,y,S,_,14,o[18]),S=c(S,O,I,y,p,20,o[19]),y=c(y,S,O,I,E,5,o[20]),I=c(I,y,S,O,D,9,o[21]),O=c(O,I,y,S,J,14,o[22]),S=c(S,O,I,y,m,20,o[23]),y=c(y,S,O,I,K,5,o[24]),I=c(I,y,S,O,G,9,o[25]),O=c(O,I,y,S,F,14,o[26]),S=c(S,O,I,y,U,20,o[27]),y=c(y,S,O,I,N,5,o[28]),I=c(I,y,S,O,Q,9,o[29]),O=c(O,I,y,S,R,14,o[30]),S=c(S,O,I,y,V,20,o[31]),y=B(y,S,O,I,E,4,o[32]),I=B(I,y,S,O,U,11,o[33]),O=B(O,I,y,S,_,16,o[34]),S=B(S,O,I,y,G,23,o[35]),y=B(y,S,O,I,C,4,o[36]),I=B(I,y,S,O,m,11,o[37]),O=B(O,I,y,S,R,16,o[38]),S=B(S,O,I,y,D,23,o[39]),y=B(y,S,O,I,N,4,o[40]),I=B(I,y,S,O,p,11,o[41]),O=B(O,I,y,S,F,16,o[42]),S=B(S,O,I,y,v,23,o[43]),y=B(y,S,O,I,K,4,o[44]),I=B(I,y,S,O,V,11,o[45]),O=B(O,I,y,S,J,16,o[46]),S=B(S,O,I,y,Q,23,o[47]),y=l(y,S,O,I,p,6,o[48]),I=l(I,y,S,O,R,10,o[49]),O=l(O,I,y,S,G,15,o[50]),S=l(S,O,I,y,E,21,o[51]),y=l(y,S,O,I,V,6,o[52]),I=l(I,y,S,O,F,10,o[53]),O=l(O,I,y,S,D,15,o[54]),S=l(S,O,I,y,C,21,o[55]),y=l(y,S,O,I,U,6,o[56]),I=l(I,y,S,O,J,10,o[57]),O=l(O,I,y,S,v,15,o[58]),S=l(S,O,I,y,N,21,o[59]),y=l(y,S,O,I,m,6,o[60]),I=l(I,y,S,O,_,10,o[61]),O=l(O,I,y,S,Q,15,o[62]),S=l(S,O,I,y,K,21,o[63]),g[0]=g[0]+y|0,g[1]=g[1]+S|0,g[2]=g[2]+O|0,g[3]=g[3]+I|0},_doFinalize:function(){var d=this._data,u=d.words,w=this._nDataBytes*8,x=d.sigBytes*8;u[x>>>5]|=128<<24-x%32;var h=A.floor(w/4294967296),g=w;u[(x+64>>>9<<4)+15]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,u[(x+64>>>9<<4)+14]=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,d.sigBytes=(u.length+1)*4,this._process();for(var p=this._hash,C=p.words,Q=0;Q<4;Q++){var F=C[Q];C[Q]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360}return p},clone:function(){var d=n.clone.call(this);return d._hash=this._hash.clone(),d}});function f(d,u,w,x,h,g,p){var C=d+(u&w|~u&x)+h+p;return(C<<g|C>>>32-g)+u}function c(d,u,w,x,h,g,p){var C=d+(u&x|w&~x)+h+p;return(C<<g|C>>>32-g)+u}function B(d,u,w,x,h,g,p){var C=d+(u^w^x)+h+p;return(C<<g|C>>>32-g)+u}function l(d,u,w,x,h,g,p){var C=d+(w^(u|~x))+h+p;return(C<<g|C>>>32-g)+u}e.MD5=n._createHelper(a),e.HmacMD5=n._createHmacHelper(a)})(Math),t.MD5})});var eo=W((Ks,Lc)=>{(function(t,A){typeof Ks=="object"?Lc.exports=Ks=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ks,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=e.Hasher,n=A.algo,i=[],o=n.SHA1=s.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,f){for(var c=this._hash.words,B=c[0],l=c[1],d=c[2],u=c[3],w=c[4],x=0;x<80;x++){if(x<16)i[x]=a[f+x]|0;else{var h=i[x-3]^i[x-8]^i[x-14]^i[x-16];i[x]=h<<1|h>>>31}var g=(B<<5|B>>>27)+w+i[x];x<20?g+=(l&d|~l&u)+1518500249:x<40?g+=(l^d^u)+1859775393:x<60?g+=(l&d|l&u|d&u)-1894007588:g+=(l^d^u)-899497514,w=u,u=d,d=l<<30|l>>>2,l=B,B=g}c[0]=c[0]+B|0,c[1]=c[1]+l|0,c[2]=c[2]+d|0,c[3]=c[3]+u|0,c[4]=c[4]+w|0},_doFinalize:function(){var a=this._data,f=a.words,c=this._nDataBytes*8,B=a.sigBytes*8;return f[B>>>5]|=128<<24-B%32,f[(B+64>>>9<<4)+14]=Math.floor(c/4294967296),f[(B+64>>>9<<4)+15]=c,a.sigBytes=f.length*4,this._process(),this._hash},clone:function(){var a=s.clone.call(this);return a._hash=this._hash.clone(),a}});A.SHA1=s._createHelper(o),A.HmacSHA1=s._createHmacHelper(o)})(),t.SHA1})});var Os=W((ks,Tc)=>{(function(t,A){typeof ks=="object"?Tc.exports=ks=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(ks,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=[],a=[];(function(){function B(w){for(var x=A.sqrt(w),h=2;h<=x;h++)if(!(w%h))return!1;return!0}function l(w){return(w-(w|0))*4294967296|0}for(var d=2,u=0;u<64;)B(d)&&(u<8&&(o[u]=l(A.pow(d,1/2))),a[u]=l(A.pow(d,1/3)),u++),d++})();var f=[],c=i.SHA256=n.extend({_doReset:function(){this._hash=new s.init(o.slice(0))},_doProcessBlock:function(B,l){for(var d=this._hash.words,u=d[0],w=d[1],x=d[2],h=d[3],g=d[4],p=d[5],C=d[6],Q=d[7],F=0;F<64;F++){if(F<16)f[F]=B[l+F]|0;else{var m=f[F-15],E=(m<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,v=f[F-2],R=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;f[F]=E+f[F-7]+R+f[F-16]}var U=g&p^~g&C,K=u&w^u&x^w&x,D=(u<<30|u>>>2)^(u<<19|u>>>13)^(u<<10|u>>>22),_=(g<<26|g>>>6)^(g<<21|g>>>11)^(g<<7|g>>>25),V=Q+_+U+a[F]+f[F],N=D+K;Q=C,C=p,p=g,g=h+V|0,h=x,x=w,w=u,u=V+N|0}d[0]=d[0]+u|0,d[1]=d[1]+w|0,d[2]=d[2]+x|0,d[3]=d[3]+h|0,d[4]=d[4]+g|0,d[5]=d[5]+p|0,d[6]=d[6]+C|0,d[7]=d[7]+Q|0},_doFinalize:function(){var B=this._data,l=B.words,d=this._nDataBytes*8,u=B.sigBytes*8;return l[u>>>5]|=128<<24-u%32,l[(u+64>>>9<<4)+14]=A.floor(d/4294967296),l[(u+64>>>9<<4)+15]=d,B.sigBytes=l.length*4,this._process(),this._hash},clone:function(){var B=n.clone.call(this);return B._hash=this._hash.clone(),B}});e.SHA256=n._createHelper(c),e.HmacSHA256=n._createHmacHelper(c)})(Math),t.SHA256})});var kc=W((Rs,Kc)=>{(function(t,A,e){typeof Rs=="object"?Kc.exports=Rs=A(j(),Os()):typeof define=="function"&&define.amd?define(["./core","./sha256"],A):A(t.CryptoJS)})(Rs,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.algo,n=s.SHA256,i=s.SHA224=n.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var o=n._doFinalize.call(this);return o.sigBytes-=4,o}});A.SHA224=n._createHelper(i),A.HmacSHA224=n._createHmacHelper(i)})(),t.SHA224})});var to=W((Ns,Oc)=>{(function(t,A,e){typeof Ns=="object"?Oc.exports=Ns=A(j(),pr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],A):A(t.CryptoJS)})(Ns,function(t){return(function(){var A=t,e=A.lib,r=e.Hasher,s=A.x64,n=s.Word,i=s.WordArray,o=A.algo;function a(){return n.create.apply(n,arguments)}var f=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],c=[];(function(){for(var l=0;l<80;l++)c[l]=a()})();var B=o.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(l,d){for(var u=this._hash.words,w=u[0],x=u[1],h=u[2],g=u[3],p=u[4],C=u[5],Q=u[6],F=u[7],m=w.high,E=w.low,v=x.high,R=x.low,U=h.high,K=h.low,D=g.high,_=g.low,V=p.high,N=p.low,G=C.high,J=C.low,y=Q.high,S=Q.low,O=F.high,I=F.low,Z=m,q=E,AA=v,X=R,UA=U,me=K,li=D,qt=_,YA=V,TA=N,As=G,Jt=J,es=y,Yt=S,ui=O,zt=I,zA=0;zA<80;zA++){var MA,ye,ts=c[zA];if(zA<16)ye=ts.high=l[d+zA*2]|0,MA=ts.low=l[d+zA*2+1]|0;else{var pa=c[zA-15],at=pa.high,Zt=pa.low,tu=(at>>>1|Zt<<31)^(at>>>8|Zt<<24)^at>>>7,Ca=(Zt>>>1|at<<31)^(Zt>>>8|at<<24)^(Zt>>>7|at<<25),xa=c[zA-2],ct=xa.high,jt=xa.low,ru=(ct>>>19|jt<<13)^(ct<<3|jt>>>29)^ct>>>6,Fa=(jt>>>19|ct<<13)^(jt<<3|ct>>>29)^(jt>>>6|ct<<26),Qa=c[zA-7],su=Qa.high,nu=Qa.low,va=c[zA-16],iu=va.high,Ea=va.low;MA=Ca+nu,ye=tu+su+(MA>>>0<Ca>>>0?1:0),MA=MA+Fa,ye=ye+ru+(MA>>>0<Fa>>>0?1:0),MA=MA+Ea,ye=ye+iu+(MA>>>0<Ea>>>0?1:0),ts.high=ye,ts.low=MA}var ou=YA&As^~YA&es,Ua=TA&Jt^~TA&Yt,au=Z&AA^Z&UA^AA&UA,cu=q&X^q&me^X&me,fu=(Z>>>28|q<<4)^(Z<<30|q>>>2)^(Z<<25|q>>>7),ma=(q>>>28|Z<<4)^(q<<30|Z>>>2)^(q<<25|Z>>>7),Bu=(YA>>>14|TA<<18)^(YA>>>18|TA<<14)^(YA<<23|TA>>>9),lu=(TA>>>14|YA<<18)^(TA>>>18|YA<<14)^(TA<<23|YA>>>9),ya=f[zA],uu=ya.high,ba=ya.low,KA=zt+lu,be=ui+Bu+(KA>>>0<zt>>>0?1:0),KA=KA+Ua,be=be+ou+(KA>>>0<Ua>>>0?1:0),KA=KA+ba,be=be+uu+(KA>>>0<ba>>>0?1:0),KA=KA+MA,be=be+ye+(KA>>>0<MA>>>0?1:0),_a=ma+cu,hu=fu+au+(_a>>>0<ma>>>0?1:0);ui=es,zt=Yt,es=As,Yt=Jt,As=YA,Jt=TA,TA=qt+KA|0,YA=li+be+(TA>>>0<qt>>>0?1:0)|0,li=UA,qt=me,UA=AA,me=X,AA=Z,X=q,q=KA+_a|0,Z=be+hu+(q>>>0<KA>>>0?1:0)|0}E=w.low=E+q,w.high=m+Z+(E>>>0<q>>>0?1:0),R=x.low=R+X,x.high=v+AA+(R>>>0<X>>>0?1:0),K=h.low=K+me,h.high=U+UA+(K>>>0<me>>>0?1:0),_=g.low=_+qt,g.high=D+li+(_>>>0<qt>>>0?1:0),N=p.low=N+TA,p.high=V+YA+(N>>>0<TA>>>0?1:0),J=C.low=J+Jt,C.high=G+As+(J>>>0<Jt>>>0?1:0),S=Q.low=S+Yt,Q.high=y+es+(S>>>0<Yt>>>0?1:0),I=F.low=I+zt,F.high=O+ui+(I>>>0<zt>>>0?1:0)},_doFinalize:function(){var l=this._data,d=l.words,u=this._nDataBytes*8,w=l.sigBytes*8;d[w>>>5]|=128<<24-w%32,d[(w+128>>>10<<5)+30]=Math.floor(u/4294967296),d[(w+128>>>10<<5)+31]=u,l.sigBytes=d.length*4,this._process();var x=this._hash.toX32();return x},clone:function(){var l=r.clone.call(this);return l._hash=this._hash.clone(),l},blockSize:1024/32});A.SHA512=r._createHelper(B),A.HmacSHA512=r._createHmacHelper(B)})(),t.SHA512})});var Nc=W((Ms,Rc)=>{(function(t,A,e){typeof Ms=="object"?Rc.exports=Ms=A(j(),pr(),to()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],A):A(t.CryptoJS)})(Ms,function(t){return(function(){var A=t,e=A.x64,r=e.Word,s=e.WordArray,n=A.algo,i=n.SHA512,o=n.SHA384=i.extend({_doReset:function(){this._hash=new s.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var a=i._doFinalize.call(this);return a.sigBytes-=16,a}});A.SHA384=i._createHelper(o),A.HmacSHA384=i._createHmacHelper(o)})(),t.SHA384})});var Pc=W((Ps,Mc)=>{(function(t,A,e){typeof Ps=="object"?Mc.exports=Ps=A(j(),pr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],A):A(t.CryptoJS)})(Ps,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.x64,o=i.Word,a=e.algo,f=[],c=[],B=[];(function(){for(var u=1,w=0,x=0;x<24;x++){f[u+5*w]=(x+1)*(x+2)/2%64;var h=w%5,g=(2*u+3*w)%5;u=h,w=g}for(var u=0;u<5;u++)for(var w=0;w<5;w++)c[u+5*w]=w+(2*u+3*w)%5*5;for(var p=1,C=0;C<24;C++){for(var Q=0,F=0,m=0;m<7;m++){if(p&1){var E=(1<<m)-1;E<32?F^=1<<E:Q^=1<<E-32}p&128?p=p<<1^113:p<<=1}B[C]=o.create(Q,F)}})();var l=[];(function(){for(var u=0;u<25;u++)l[u]=o.create()})();var d=a.SHA3=n.extend({cfg:n.cfg.extend({outputLength:512}),_doReset:function(){for(var u=this._state=[],w=0;w<25;w++)u[w]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(u,w){for(var x=this._state,h=this.blockSize/2,g=0;g<h;g++){var p=u[w+2*g],C=u[w+2*g+1];p=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,C=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360;var Q=x[g];Q.high^=C,Q.low^=p}for(var F=0;F<24;F++){for(var m=0;m<5;m++){for(var E=0,v=0,R=0;R<5;R++){var Q=x[m+5*R];E^=Q.high,v^=Q.low}var U=l[m];U.high=E,U.low=v}for(var m=0;m<5;m++)for(var K=l[(m+4)%5],D=l[(m+1)%5],_=D.high,V=D.low,E=K.high^(_<<1|V>>>31),v=K.low^(V<<1|_>>>31),R=0;R<5;R++){var Q=x[m+5*R];Q.high^=E,Q.low^=v}for(var N=1;N<25;N++){var E,v,Q=x[N],G=Q.high,J=Q.low,y=f[N];y<32?(E=G<<y|J>>>32-y,v=J<<y|G>>>32-y):(E=J<<y-32|G>>>64-y,v=G<<y-32|J>>>64-y);var S=l[c[N]];S.high=E,S.low=v}var O=l[0],I=x[0];O.high=I.high,O.low=I.low;for(var m=0;m<5;m++)for(var R=0;R<5;R++){var N=m+5*R,Q=x[N],Z=l[N],q=l[(m+1)%5+5*R],AA=l[(m+2)%5+5*R];Q.high=Z.high^~q.high&AA.high,Q.low=Z.low^~q.low&AA.low}var Q=x[0],X=B[F];Q.high^=X.high,Q.low^=X.low}},_doFinalize:function(){var u=this._data,w=u.words,x=this._nDataBytes*8,h=u.sigBytes*8,g=this.blockSize*32;w[h>>>5]|=1<<24-h%32,w[(A.ceil((h+1)/g)*g>>>5)-1]|=128,u.sigBytes=w.length*4,this._process();for(var p=this._state,C=this.cfg.outputLength/8,Q=C/8,F=[],m=0;m<Q;m++){var E=p[m],v=E.high,R=E.low;v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,R=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,F.push(R),F.push(v)}return new s.init(F,C)},clone:function(){for(var u=n.clone.call(this),w=u._state=this._state.slice(0),x=0;x<25;x++)w[x]=w[x].clone();return u}});e.SHA3=n._createHelper(d),e.HmacSHA3=n._createHmacHelper(d)})(Math),t.SHA3})});var Vc=W((Gs,Gc)=>{(function(t,A){typeof Gs=="object"?Gc.exports=Gs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Gs,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=s.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]),a=s.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]),f=s.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]),c=s.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]),B=s.create([0,1518500249,1859775393,2400959708,2840853838]),l=s.create([1352829926,1548603684,1836072691,2053994217,0]),d=i.RIPEMD160=n.extend({_doReset:function(){this._hash=s.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(C,Q){for(var F=0;F<16;F++){var m=Q+F,E=C[m];C[m]=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360}var v=this._hash.words,R=B.words,U=l.words,K=o.words,D=a.words,_=f.words,V=c.words,N,G,J,y,S,O,I,Z,q,AA;O=N=v[0],I=G=v[1],Z=J=v[2],q=y=v[3],AA=S=v[4];for(var X,F=0;F<80;F+=1)X=N+C[Q+K[F]]|0,F<16?X+=u(G,J,y)+R[0]:F<32?X+=w(G,J,y)+R[1]:F<48?X+=x(G,J,y)+R[2]:F<64?X+=h(G,J,y)+R[3]:X+=g(G,J,y)+R[4],X=X|0,X=p(X,_[F]),X=X+S|0,N=S,S=y,y=p(J,10),J=G,G=X,X=O+C[Q+D[F]]|0,F<16?X+=g(I,Z,q)+U[0]:F<32?X+=h(I,Z,q)+U[1]:F<48?X+=x(I,Z,q)+U[2]:F<64?X+=w(I,Z,q)+U[3]:X+=u(I,Z,q)+U[4],X=X|0,X=p(X,V[F]),X=X+AA|0,O=AA,AA=q,q=p(Z,10),Z=I,I=X;X=v[1]+J+q|0,v[1]=v[2]+y+AA|0,v[2]=v[3]+S+O|0,v[3]=v[4]+N+I|0,v[4]=v[0]+G+Z|0,v[0]=X},_doFinalize:function(){var C=this._data,Q=C.words,F=this._nDataBytes*8,m=C.sigBytes*8;Q[m>>>5]|=128<<24-m%32,Q[(m+64>>>9<<4)+14]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,C.sigBytes=(Q.length+1)*4,this._process();for(var E=this._hash,v=E.words,R=0;R<5;R++){var U=v[R];v[R]=(U<<8|U>>>24)&16711935|(U<<24|U>>>8)&4278255360}return E},clone:function(){var C=n.clone.call(this);return C._hash=this._hash.clone(),C}});function u(C,Q,F){return C^Q^F}function w(C,Q,F){return C&Q|~C&F}function x(C,Q,F){return(C|~Q)^F}function h(C,Q,F){return C&F|Q&~F}function g(C,Q,F){return C^(Q|~F)}function p(C,Q){return C<<Q|C>>>32-Q}e.RIPEMD160=n._createHelper(d),e.HmacRIPEMD160=n._createHmacHelper(d)})(Math),t.RIPEMD160})});var Ws=W((Vs,Wc)=>{(function(t,A){typeof Vs=="object"?Wc.exports=Vs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Vs,function(t){(function(){var A=t,e=A.lib,r=e.Base,s=A.enc,n=s.Utf8,i=A.algo,o=i.HMAC=r.extend({init:function(a,f){a=this._hasher=new a.init,typeof f=="string"&&(f=n.parse(f));var c=a.blockSize,B=c*4;f.sigBytes>B&&(f=a.finalize(f)),f.clamp();for(var l=this._oKey=f.clone(),d=this._iKey=f.clone(),u=l.words,w=d.words,x=0;x<c;x++)u[x]^=1549556828,w[x]^=909522486;l.sigBytes=d.sigBytes=B,this.reset()},reset:function(){var a=this._hasher;a.reset(),a.update(this._iKey)},update:function(a){return this._hasher.update(a),this},finalize:function(a){var f=this._hasher,c=f.finalize(a);f.reset();var B=f.finalize(this._oKey.clone().concat(c));return B}})})()})});var qc=W((Xs,Xc)=>{(function(t,A,e){typeof Xs=="object"?Xc.exports=Xs=A(j(),Os(),Ws()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],A):A(t.CryptoJS)})(Xs,function(t){return(function(){var A=t,e=A.lib,r=e.Base,s=e.WordArray,n=A.algo,i=n.SHA256,o=n.HMAC,a=n.PBKDF2=r.extend({cfg:r.extend({keySize:128/32,hasher:i,iterations:25e4}),init:function(f){this.cfg=this.cfg.extend(f)},compute:function(f,c){for(var B=this.cfg,l=o.create(B.hasher,f),d=s.create(),u=s.create([1]),w=d.words,x=u.words,h=B.keySize,g=B.iterations;w.length<h;){var p=l.update(c).finalize(u);l.reset();for(var C=p.words,Q=C.length,F=p,m=1;m<g;m++){F=l.finalize(F),l.reset();for(var E=F.words,v=0;v<Q;v++)C[v]^=E[v]}d.concat(p),x[0]++}return d.sigBytes=h*4,d}});A.PBKDF2=function(f,c,B){return a.create(B).compute(f,c)}})(),t.PBKDF2})});var Ce=W((qs,Jc)=>{(function(t,A,e){typeof qs=="object"?Jc.exports=qs=A(j(),eo(),Ws()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],A):A(t.CryptoJS)})(qs,function(t){return(function(){var A=t,e=A.lib,r=e.Base,s=e.WordArray,n=A.algo,i=n.MD5,o=n.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:i,iterations:1}),init:function(a){this.cfg=this.cfg.extend(a)},compute:function(a,f){for(var c,B=this.cfg,l=B.hasher.create(),d=s.create(),u=d.words,w=B.keySize,x=B.iterations;u.length<w;){c&&l.update(c),c=l.update(a).finalize(f),l.reset();for(var h=1;h<x;h++)c=l.finalize(c),l.reset();d.concat(c)}return d.sigBytes=w*4,d}});A.EvpKDF=function(a,f,c){return o.create(c).compute(a,f)}})(),t.EvpKDF})});var gA=W((Js,Yc)=>{(function(t,A,e){typeof Js=="object"?Yc.exports=Js=A(j(),Ce()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],A):A(t.CryptoJS)})(Js,function(t){t.lib.Cipher||(function(A){var e=t,r=e.lib,s=r.Base,n=r.WordArray,i=r.BufferedBlockAlgorithm,o=e.enc,a=o.Utf8,f=o.Base64,c=e.algo,B=c.EvpKDF,l=r.Cipher=i.extend({cfg:s.extend(),createEncryptor:function(U,K){return this.create(this._ENC_XFORM_MODE,U,K)},createDecryptor:function(U,K){return this.create(this._DEC_XFORM_MODE,U,K)},init:function(U,K,D){this.cfg=this.cfg.extend(D),this._xformMode=U,this._key=K,this.reset()},reset:function(){i.reset.call(this),this._doReset()},process:function(U){return this._append(U),this._process()},finalize:function(U){U&&this._append(U);var K=this._doFinalize();return K},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function U(K){return typeof K=="string"?R:m}return function(K){return{encrypt:function(D,_,V){return U(_).encrypt(K,D,_,V)},decrypt:function(D,_,V){return U(_).decrypt(K,D,_,V)}}}})()}),d=r.StreamCipher=l.extend({_doFinalize:function(){var U=this._process(!0);return U},blockSize:1}),u=e.mode={},w=r.BlockCipherMode=s.extend({createEncryptor:function(U,K){return this.Encryptor.create(U,K)},createDecryptor:function(U,K){return this.Decryptor.create(U,K)},init:function(U,K){this._cipher=U,this._iv=K}}),x=u.CBC=(function(){var U=w.extend();U.Encryptor=U.extend({processBlock:function(D,_){var V=this._cipher,N=V.blockSize;K.call(this,D,_,N),V.encryptBlock(D,_),this._prevBlock=D.slice(_,_+N)}}),U.Decryptor=U.extend({processBlock:function(D,_){var V=this._cipher,N=V.blockSize,G=D.slice(_,_+N);V.decryptBlock(D,_),K.call(this,D,_,N),this._prevBlock=G}});function K(D,_,V){var N,G=this._iv;G?(N=G,this._iv=A):N=this._prevBlock;for(var J=0;J<V;J++)D[_+J]^=N[J]}return U})(),h=e.pad={},g=h.Pkcs7={pad:function(U,K){for(var D=K*4,_=D-U.sigBytes%D,V=_<<24|_<<16|_<<8|_,N=[],G=0;G<_;G+=4)N.push(V);var J=n.create(N,_);U.concat(J)},unpad:function(U){var K=U.words[U.sigBytes-1>>>2]&255;U.sigBytes-=K}},p=r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:x,padding:g}),reset:function(){var U;l.reset.call(this);var K=this.cfg,D=K.iv,_=K.mode;this._xformMode==this._ENC_XFORM_MODE?U=_.createEncryptor:(U=_.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==U?this._mode.init(this,D&&D.words):(this._mode=U.call(_,this,D&&D.words),this._mode.__creator=U)},_doProcessBlock:function(U,K){this._mode.processBlock(U,K)},_doFinalize:function(){var U,K=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(K.pad(this._data,this.blockSize),U=this._process(!0)):(U=this._process(!0),K.unpad(U)),U},blockSize:128/32}),C=r.CipherParams=s.extend({init:function(U){this.mixIn(U)},toString:function(U){return(U||this.formatter).stringify(this)}}),Q=e.format={},F=Q.OpenSSL={stringify:function(U){var K,D=U.ciphertext,_=U.salt;return _?K=n.create([1398893684,1701076831]).concat(_).concat(D):K=D,K.toString(f)},parse:function(U){var K,D=f.parse(U),_=D.words;return _[0]==1398893684&&_[1]==1701076831&&(K=n.create(_.slice(2,4)),_.splice(0,4),D.sigBytes-=16),C.create({ciphertext:D,salt:K})}},m=r.SerializableCipher=s.extend({cfg:s.extend({format:F}),encrypt:function(U,K,D,_){_=this.cfg.extend(_);var V=U.createEncryptor(D,_),N=V.finalize(K),G=V.cfg;return C.create({ciphertext:N,key:D,iv:G.iv,algorithm:U,mode:G.mode,padding:G.padding,blockSize:U.blockSize,formatter:_.format})},decrypt:function(U,K,D,_){_=this.cfg.extend(_),K=this._parse(K,_.format);var V=U.createDecryptor(D,_).finalize(K.ciphertext);return V},_parse:function(U,K){return typeof U=="string"?K.parse(U,this):U}}),E=e.kdf={},v=E.OpenSSL={execute:function(U,K,D,_,V){if(_||(_=n.random(64/8)),V)var N=B.create({keySize:K+D,hasher:V}).compute(U,_);else var N=B.create({keySize:K+D}).compute(U,_);var G=n.create(N.words.slice(K),D*4);return N.sigBytes=K*4,C.create({key:N,iv:G,salt:_})}},R=r.PasswordBasedCipher=m.extend({cfg:m.cfg.extend({kdf:v}),encrypt:function(U,K,D,_){_=this.cfg.extend(_);var V=_.kdf.execute(D,U.keySize,U.ivSize,_.salt,_.hasher);_.iv=V.iv;var N=m.encrypt.call(this,U,K,V.key,_);return N.mixIn(V),N},decrypt:function(U,K,D,_){_=this.cfg.extend(_),K=this._parse(K,_.format);var V=_.kdf.execute(D,U.keySize,U.ivSize,K.salt,_.hasher);_.iv=V.iv;var N=m.decrypt.call(this,U,K,V.key,_);return N}})})()})});var Zc=W((Ys,zc)=>{(function(t,A,e){typeof Ys=="object"?zc.exports=Ys=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(Ys,function(t){return t.mode.CFB=(function(){var A=t.lib.BlockCipherMode.extend();A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize;e.call(this,r,s,i,n),this._prevBlock=r.slice(s,s+i)}}),A.Decryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=r.slice(s,s+i);e.call(this,r,s,i,n),this._prevBlock=o}});function e(r,s,n,i){var o,a=this._iv;a?(o=a.slice(0),this._iv=void 0):o=this._prevBlock,i.encryptBlock(o,0);for(var f=0;f<n;f++)r[s+f]^=o[f]}return A})(),t.mode.CFB})});var $c=W((zs,jc)=>{(function(t,A,e){typeof zs=="object"?jc.exports=zs=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(zs,function(t){return t.mode.CTR=(function(){var A=t.lib.BlockCipherMode.extend(),e=A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=this._iv,a=this._counter;o&&(a=this._counter=o.slice(0),this._iv=void 0);var f=a.slice(0);n.encryptBlock(f,0),a[i-1]=a[i-1]+1|0;for(var c=0;c<i;c++)r[s+c]^=f[c]}});return A.Decryptor=e,A})(),t.mode.CTR})});var ef=W((Zs,Af)=>{(function(t,A,e){typeof Zs=="object"?Af.exports=Zs=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(Zs,function(t){return t.mode.CTRGladman=(function(){var A=t.lib.BlockCipherMode.extend();function e(n){if((n>>24&255)===255){var i=n>>16&255,o=n>>8&255,a=n&255;i===255?(i=0,o===255?(o=0,a===255?a=0:++a):++o):++i,n=0,n+=i<<16,n+=o<<8,n+=a}else n+=1<<24;return n}function r(n){return(n[0]=e(n[0]))===0&&(n[1]=e(n[1])),n}var s=A.Encryptor=A.extend({processBlock:function(n,i){var o=this._cipher,a=o.blockSize,f=this._iv,c=this._counter;f&&(c=this._counter=f.slice(0),this._iv=void 0),r(c);var B=c.slice(0);o.encryptBlock(B,0);for(var l=0;l<a;l++)n[i+l]^=B[l]}});return A.Decryptor=s,A})(),t.mode.CTRGladman})});var rf=W((js,tf)=>{(function(t,A,e){typeof js=="object"?tf.exports=js=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(js,function(t){return t.mode.OFB=(function(){var A=t.lib.BlockCipherMode.extend(),e=A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),n.encryptBlock(a,0);for(var f=0;f<i;f++)r[s+f]^=a[f]}});return A.Decryptor=e,A})(),t.mode.OFB})});var nf=W(($s,sf)=>{(function(t,A,e){typeof $s=="object"?sf.exports=$s=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})($s,function(t){return t.mode.ECB=(function(){var A=t.lib.BlockCipherMode.extend();return A.Encryptor=A.extend({processBlock:function(e,r){this._cipher.encryptBlock(e,r)}}),A.Decryptor=A.extend({processBlock:function(e,r){this._cipher.decryptBlock(e,r)}}),A})(),t.mode.ECB})});var af=W((An,of)=>{(function(t,A,e){typeof An=="object"?of.exports=An=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(An,function(t){return t.pad.AnsiX923={pad:function(A,e){var r=A.sigBytes,s=e*4,n=s-r%s,i=r+n-1;A.clamp(),A.words[i>>>2]|=n<<24-i%4*8,A.sigBytes+=n},unpad:function(A){var e=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=e}},t.pad.Ansix923})});var ff=W((en,cf)=>{(function(t,A,e){typeof en=="object"?cf.exports=en=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(en,function(t){return t.pad.Iso10126={pad:function(A,e){var r=e*4,s=r-A.sigBytes%r;A.concat(t.lib.WordArray.random(s-1)).concat(t.lib.WordArray.create([s<<24],1))},unpad:function(A){var e=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=e}},t.pad.Iso10126})});var lf=W((tn,Bf)=>{(function(t,A,e){typeof tn=="object"?Bf.exports=tn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(tn,function(t){return t.pad.Iso97971={pad:function(A,e){A.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(A,e)},unpad:function(A){t.pad.ZeroPadding.unpad(A),A.sigBytes--}},t.pad.Iso97971})});var hf=W((rn,uf)=>{(function(t,A,e){typeof rn=="object"?uf.exports=rn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(rn,function(t){return t.pad.ZeroPadding={pad:function(A,e){var r=e*4;A.clamp(),A.sigBytes+=r-(A.sigBytes%r||r)},unpad:function(A){for(var e=A.words,r=A.sigBytes-1,r=A.sigBytes-1;r>=0;r--)if(e[r>>>2]>>>24-r%4*8&255){A.sigBytes=r+1;break}}},t.pad.ZeroPadding})});var gf=W((sn,df)=>{(function(t,A,e){typeof sn=="object"?df.exports=sn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(sn,function(t){return t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding})});var pf=W((nn,wf)=>{(function(t,A,e){typeof nn=="object"?wf.exports=nn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(nn,function(t){return(function(A){var e=t,r=e.lib,s=r.CipherParams,n=e.enc,i=n.Hex,o=e.format,a=o.Hex={stringify:function(f){return f.ciphertext.toString(i)},parse:function(f){var c=i.parse(f);return s.create({ciphertext:c})}}})(),t.format.Hex})});var xf=W((on,Cf)=>{(function(t,A,e){typeof on=="object"?Cf.exports=on=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(on,function(t){return(function(){var A=t,e=A.lib,r=e.BlockCipher,s=A.algo,n=[],i=[],o=[],a=[],f=[],c=[],B=[],l=[],d=[],u=[];(function(){for(var h=[],g=0;g<256;g++)g<128?h[g]=g<<1:h[g]=g<<1^283;for(var p=0,C=0,g=0;g<256;g++){var Q=C^C<<1^C<<2^C<<3^C<<4;Q=Q>>>8^Q&255^99,n[p]=Q,i[Q]=p;var F=h[p],m=h[F],E=h[m],v=h[Q]*257^Q*16843008;o[p]=v<<24|v>>>8,a[p]=v<<16|v>>>16,f[p]=v<<8|v>>>24,c[p]=v;var v=E*16843009^m*65537^F*257^p*16843008;B[Q]=v<<24|v>>>8,l[Q]=v<<16|v>>>16,d[Q]=v<<8|v>>>24,u[Q]=v,p?(p=F^h[h[h[E^F]]],C^=h[h[C]]):p=C=1}})();var w=[0,1,2,4,8,16,32,64,128,27,54],x=s.AES=r.extend({_doReset:function(){var h;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var g=this._keyPriorReset=this._key,p=g.words,C=g.sigBytes/4,Q=this._nRounds=C+6,F=(Q+1)*4,m=this._keySchedule=[],E=0;E<F;E++)E<C?m[E]=p[E]:(h=m[E-1],E%C?C>6&&E%C==4&&(h=n[h>>>24]<<24|n[h>>>16&255]<<16|n[h>>>8&255]<<8|n[h&255]):(h=h<<8|h>>>24,h=n[h>>>24]<<24|n[h>>>16&255]<<16|n[h>>>8&255]<<8|n[h&255],h^=w[E/C|0]<<24),m[E]=m[E-C]^h);for(var v=this._invKeySchedule=[],R=0;R<F;R++){var E=F-R;if(R%4)var h=m[E];else var h=m[E-4];R<4||E<=4?v[R]=h:v[R]=B[n[h>>>24]]^l[n[h>>>16&255]]^d[n[h>>>8&255]]^u[n[h&255]]}}},encryptBlock:function(h,g){this._doCryptBlock(h,g,this._keySchedule,o,a,f,c,n)},decryptBlock:function(h,g){var p=h[g+1];h[g+1]=h[g+3],h[g+3]=p,this._doCryptBlock(h,g,this._invKeySchedule,B,l,d,u,i);var p=h[g+1];h[g+1]=h[g+3],h[g+3]=p},_doCryptBlock:function(h,g,p,C,Q,F,m,E){for(var v=this._nRounds,R=h[g]^p[0],U=h[g+1]^p[1],K=h[g+2]^p[2],D=h[g+3]^p[3],_=4,V=1;V<v;V++){var N=C[R>>>24]^Q[U>>>16&255]^F[K>>>8&255]^m[D&255]^p[_++],G=C[U>>>24]^Q[K>>>16&255]^F[D>>>8&255]^m[R&255]^p[_++],J=C[K>>>24]^Q[D>>>16&255]^F[R>>>8&255]^m[U&255]^p[_++],y=C[D>>>24]^Q[R>>>16&255]^F[U>>>8&255]^m[K&255]^p[_++];R=N,U=G,K=J,D=y}var N=(E[R>>>24]<<24|E[U>>>16&255]<<16|E[K>>>8&255]<<8|E[D&255])^p[_++],G=(E[U>>>24]<<24|E[K>>>16&255]<<16|E[D>>>8&255]<<8|E[R&255])^p[_++],J=(E[K>>>24]<<24|E[D>>>16&255]<<16|E[R>>>8&255]<<8|E[U&255])^p[_++],y=(E[D>>>24]<<24|E[R>>>16&255]<<16|E[U>>>8&255]<<8|E[K&255])^p[_++];h[g]=N,h[g+1]=G,h[g+2]=J,h[g+3]=y},keySize:256/32});A.AES=r._createHelper(x)})(),t.AES})});var Qf=W((an,Ff)=>{(function(t,A,e){typeof an=="object"?Ff.exports=an=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(an,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=e.BlockCipher,n=A.algo,i=[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],o=[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],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],f=[{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}],c=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],B=n.DES=s.extend({_doReset:function(){for(var w=this._key,x=w.words,h=[],g=0;g<56;g++){var p=i[g]-1;h[g]=x[p>>>5]>>>31-p%32&1}for(var C=this._subKeys=[],Q=0;Q<16;Q++){for(var F=C[Q]=[],m=a[Q],g=0;g<24;g++)F[g/6|0]|=h[(o[g]-1+m)%28]<<31-g%6,F[4+(g/6|0)]|=h[28+(o[g+24]-1+m)%28]<<31-g%6;F[0]=F[0]<<1|F[0]>>>31;for(var g=1;g<7;g++)F[g]=F[g]>>>(g-1)*4+3;F[7]=F[7]<<5|F[7]>>>27}for(var E=this._invSubKeys=[],g=0;g<16;g++)E[g]=C[15-g]},encryptBlock:function(w,x){this._doCryptBlock(w,x,this._subKeys)},decryptBlock:function(w,x){this._doCryptBlock(w,x,this._invSubKeys)},_doCryptBlock:function(w,x,h){this._lBlock=w[x],this._rBlock=w[x+1],l.call(this,4,252645135),l.call(this,16,65535),d.call(this,2,858993459),d.call(this,8,16711935),l.call(this,1,1431655765);for(var g=0;g<16;g++){for(var p=h[g],C=this._lBlock,Q=this._rBlock,F=0,m=0;m<8;m++)F|=f[m][((Q^p[m])&c[m])>>>0];this._lBlock=Q,this._rBlock=C^F}var E=this._lBlock;this._lBlock=this._rBlock,this._rBlock=E,l.call(this,1,1431655765),d.call(this,8,16711935),d.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),w[x]=this._lBlock,w[x+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function l(w,x){var h=(this._lBlock>>>w^this._rBlock)&x;this._rBlock^=h,this._lBlock^=h<<w}function d(w,x){var h=(this._rBlock>>>w^this._lBlock)&x;this._lBlock^=h,this._rBlock^=h<<w}A.DES=s._createHelper(B);var u=n.TripleDES=s.extend({_doReset:function(){var w=this._key,x=w.words;if(x.length!==2&&x.length!==4&&x.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var h=x.slice(0,2),g=x.length<4?x.slice(0,2):x.slice(2,4),p=x.length<6?x.slice(0,2):x.slice(4,6);this._des1=B.createEncryptor(r.create(h)),this._des2=B.createEncryptor(r.create(g)),this._des3=B.createEncryptor(r.create(p))},encryptBlock:function(w,x){this._des1.encryptBlock(w,x),this._des2.decryptBlock(w,x),this._des3.encryptBlock(w,x)},decryptBlock:function(w,x){this._des3.decryptBlock(w,x),this._des2.encryptBlock(w,x),this._des1.decryptBlock(w,x)},keySize:192/32,ivSize:64/32,blockSize:64/32});A.TripleDES=s._createHelper(u)})(),t.TripleDES})});var Ef=W((cn,vf)=>{(function(t,A,e){typeof cn=="object"?vf.exports=cn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(cn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=s.RC4=r.extend({_doReset:function(){for(var a=this._key,f=a.words,c=a.sigBytes,B=this._S=[],l=0;l<256;l++)B[l]=l;for(var l=0,d=0;l<256;l++){var u=l%c,w=f[u>>>2]>>>24-u%4*8&255;d=(d+B[l]+w)%256;var x=B[l];B[l]=B[d],B[d]=x}this._i=this._j=0},_doProcessBlock:function(a,f){a[f]^=i.call(this)},keySize:256/32,ivSize:0});function i(){for(var a=this._S,f=this._i,c=this._j,B=0,l=0;l<4;l++){f=(f+1)%256,c=(c+a[f])%256;var d=a[f];a[f]=a[c],a[c]=d,B|=a[(a[f]+a[c])%256]<<24-l*8}return this._i=f,this._j=c,B}A.RC4=r._createHelper(n);var o=s.RC4Drop=n.extend({cfg:n.cfg.extend({drop:192}),_doReset:function(){n._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)i.call(this)}});A.RC4Drop=r._createHelper(o)})(),t.RC4})});var mf=W((fn,Uf)=>{(function(t,A,e){typeof fn=="object"?Uf.exports=fn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(fn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=[],i=[],o=[],a=s.Rabbit=r.extend({_doReset:function(){for(var c=this._key.words,B=this.cfg.iv,l=0;l<4;l++)c[l]=(c[l]<<8|c[l]>>>24)&16711935|(c[l]<<24|c[l]>>>8)&4278255360;var d=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],u=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var l=0;l<4;l++)f.call(this);for(var l=0;l<8;l++)u[l]^=d[l+4&7];if(B){var w=B.words,x=w[0],h=w[1],g=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,C=g>>>16|p&4294901760,Q=p<<16|g&65535;u[0]^=g,u[1]^=C,u[2]^=p,u[3]^=Q,u[4]^=g,u[5]^=C,u[6]^=p,u[7]^=Q;for(var l=0;l<4;l++)f.call(this)}},_doProcessBlock:function(c,B){var l=this._X;f.call(this),n[0]=l[0]^l[5]>>>16^l[3]<<16,n[1]=l[2]^l[7]>>>16^l[5]<<16,n[2]=l[4]^l[1]>>>16^l[7]<<16,n[3]=l[6]^l[3]>>>16^l[1]<<16;for(var d=0;d<4;d++)n[d]=(n[d]<<8|n[d]>>>24)&16711935|(n[d]<<24|n[d]>>>8)&4278255360,c[B+d]^=n[d]},blockSize:128/32,ivSize:64/32});function f(){for(var c=this._X,B=this._C,l=0;l<8;l++)i[l]=B[l];B[0]=B[0]+1295307597+this._b|0,B[1]=B[1]+3545052371+(B[0]>>>0<i[0]>>>0?1:0)|0,B[2]=B[2]+886263092+(B[1]>>>0<i[1]>>>0?1:0)|0,B[3]=B[3]+1295307597+(B[2]>>>0<i[2]>>>0?1:0)|0,B[4]=B[4]+3545052371+(B[3]>>>0<i[3]>>>0?1:0)|0,B[5]=B[5]+886263092+(B[4]>>>0<i[4]>>>0?1:0)|0,B[6]=B[6]+1295307597+(B[5]>>>0<i[5]>>>0?1:0)|0,B[7]=B[7]+3545052371+(B[6]>>>0<i[6]>>>0?1:0)|0,this._b=B[7]>>>0<i[7]>>>0?1:0;for(var l=0;l<8;l++){var d=c[l]+B[l],u=d&65535,w=d>>>16,x=((u*u>>>17)+u*w>>>15)+w*w,h=((d&4294901760)*d|0)+((d&65535)*d|0);o[l]=x^h}c[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,c[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,c[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,c[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,c[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,c[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,c[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,c[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}A.Rabbit=r._createHelper(a)})(),t.Rabbit})});var bf=W((Bn,yf)=>{(function(t,A,e){typeof Bn=="object"?yf.exports=Bn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(Bn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=[],i=[],o=[],a=s.RabbitLegacy=r.extend({_doReset:function(){var c=this._key.words,B=this.cfg.iv,l=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],d=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var u=0;u<4;u++)f.call(this);for(var u=0;u<8;u++)d[u]^=l[u+4&7];if(B){var w=B.words,x=w[0],h=w[1],g=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,C=g>>>16|p&4294901760,Q=p<<16|g&65535;d[0]^=g,d[1]^=C,d[2]^=p,d[3]^=Q,d[4]^=g,d[5]^=C,d[6]^=p,d[7]^=Q;for(var u=0;u<4;u++)f.call(this)}},_doProcessBlock:function(c,B){var l=this._X;f.call(this),n[0]=l[0]^l[5]>>>16^l[3]<<16,n[1]=l[2]^l[7]>>>16^l[5]<<16,n[2]=l[4]^l[1]>>>16^l[7]<<16,n[3]=l[6]^l[3]>>>16^l[1]<<16;for(var d=0;d<4;d++)n[d]=(n[d]<<8|n[d]>>>24)&16711935|(n[d]<<24|n[d]>>>8)&4278255360,c[B+d]^=n[d]},blockSize:128/32,ivSize:64/32});function f(){for(var c=this._X,B=this._C,l=0;l<8;l++)i[l]=B[l];B[0]=B[0]+1295307597+this._b|0,B[1]=B[1]+3545052371+(B[0]>>>0<i[0]>>>0?1:0)|0,B[2]=B[2]+886263092+(B[1]>>>0<i[1]>>>0?1:0)|0,B[3]=B[3]+1295307597+(B[2]>>>0<i[2]>>>0?1:0)|0,B[4]=B[4]+3545052371+(B[3]>>>0<i[3]>>>0?1:0)|0,B[5]=B[5]+886263092+(B[4]>>>0<i[4]>>>0?1:0)|0,B[6]=B[6]+1295307597+(B[5]>>>0<i[5]>>>0?1:0)|0,B[7]=B[7]+3545052371+(B[6]>>>0<i[6]>>>0?1:0)|0,this._b=B[7]>>>0<i[7]>>>0?1:0;for(var l=0;l<8;l++){var d=c[l]+B[l],u=d&65535,w=d>>>16,x=((u*u>>>17)+u*w>>>15)+w*w,h=((d&4294901760)*d|0)+((d&65535)*d|0);o[l]=x^h}c[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,c[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,c[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,c[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,c[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,c[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,c[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,c[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}A.RabbitLegacy=r._createHelper(a)})(),t.RabbitLegacy})});var Hf=W((ln,_f)=>{(function(t,A,e){typeof ln=="object"?_f.exports=ln=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(ln,function(t){return(function(){var A=t,e=A.lib,r=e.BlockCipher,s=A.algo;let n=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[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 a={pbox:[],sbox:[]};function f(u,w){let x=w>>24&255,h=w>>16&255,g=w>>8&255,p=w&255,C=u.sbox[0][x]+u.sbox[1][h];return C=C^u.sbox[2][g],C=C+u.sbox[3][p],C}function c(u,w,x){let h=w,g=x,p;for(let C=0;C<n;++C)h=h^u.pbox[C],g=f(u,h)^g,p=h,h=g,g=p;return p=h,h=g,g=p,g=g^u.pbox[n],h=h^u.pbox[n+1],{left:h,right:g}}function B(u,w,x){let h=w,g=x,p;for(let C=n+1;C>1;--C)h=h^u.pbox[C],g=f(u,h)^g,p=h,h=g,g=p;return p=h,h=g,g=p,g=g^u.pbox[1],h=h^u.pbox[0],{left:h,right:g}}function l(u,w,x){for(let Q=0;Q<4;Q++){u.sbox[Q]=[];for(let F=0;F<256;F++)u.sbox[Q][F]=o[Q][F]}let h=0;for(let Q=0;Q<n+2;Q++)u.pbox[Q]=i[Q]^w[h],h++,h>=x&&(h=0);let g=0,p=0,C=0;for(let Q=0;Q<n+2;Q+=2)C=c(u,g,p),g=C.left,p=C.right,u.pbox[Q]=g,u.pbox[Q+1]=p;for(let Q=0;Q<4;Q++)for(let F=0;F<256;F+=2)C=c(u,g,p),g=C.left,p=C.right,u.sbox[Q][F]=g,u.sbox[Q][F+1]=p;return!0}var d=s.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var u=this._keyPriorReset=this._key,w=u.words,x=u.sigBytes/4;l(a,w,x)}},encryptBlock:function(u,w){var x=c(a,u[w],u[w+1]);u[w]=x.left,u[w+1]=x.right},decryptBlock:function(u,w){var x=B(a,u[w],u[w+1]);u[w]=x.left,u[w+1]=x.right},blockSize:64/32,keySize:128/32,ivSize:64/32});A.Blowfish=r._createHelper(d)})(),t.Blowfish})});var Df=W((un,If)=>{(function(t,A,e){typeof un=="object"?If.exports=un=A(j(),pr(),yc(),_c(),Ie(),Dc(),De(),eo(),Os(),kc(),to(),Nc(),Pc(),Vc(),Ws(),qc(),Ce(),gA(),Zc(),$c(),ef(),rf(),nf(),af(),ff(),lf(),hf(),gf(),pf(),xf(),Qf(),Ef(),mf(),bf(),Hf()):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"],A):t.CryptoJS=A(t.CryptoJS)})(un,function(t){return t})});var vi=pA(Da(),1);var ZA=Object.create(null);ZA.open="0";ZA.close="1";ZA.ping="2";ZA.pong="3";ZA.message="4";ZA.upgrade="5";ZA.noop="6";var $t=Object.create(null);Object.keys(ZA).forEach(t=>{$t[ZA[t]]=t});var Ar={type:"error",data:"parser error"};var er=({type:t,data:A},e,r)=>A instanceof ArrayBuffer||ArrayBuffer.isView(A)?r(e?A:"b"+Sa(A,!0).toString("base64")):r(ZA[t]+(A||"")),Sa=(t,A)=>Buffer.isBuffer(t)||t instanceof Uint8Array&&!A?t:t instanceof ArrayBuffer?Buffer.from(t):Buffer.from(t.buffer,t.byteOffset,t.byteLength),gi;function La(t,A){if(t.data instanceof ArrayBuffer||ArrayBuffer.isView(t.data))return A(Sa(t.data,!1));er(t,!0,e=>{gi||(gi=new TextEncoder),A(gi.encode(e))})}var tr=(t,A)=>{if(typeof t!="string")return{type:"message",data:Ta(t,A)};let e=t.charAt(0);if(e==="b"){let r=Buffer.from(t.substring(1),"base64");return{type:"message",data:Ta(r,A)}}return $t[e]?t.length>1?{type:$t[e],data:t.substring(1)}:{type:$t[e]}:Ar},Ta=(t,A)=>A==="arraybuffer"?t instanceof ArrayBuffer?t:Buffer.isBuffer(t)?t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength):t.buffer:Buffer.isBuffer(t)?t:Buffer.from(t);var Ka="",ka=(t,A)=>{let e=t.length,r=new Array(e),s=0;t.forEach((n,i)=>{er(n,!1,o=>{r[i]=o,++s===e&&A(r.join(Ka))})})},Oa=(t,A)=>{let e=t.split(Ka),r=[];for(let s=0;s<e.length;s++){let n=tr(e[s],A);if(r.push(n),n.type==="error")break}return r};function Ra(){return new TransformStream({transform(t,A){La(t,e=>{let r=e.length,s;if(r<126)s=new Uint8Array(1),new DataView(s.buffer).setUint8(0,r);else if(r<65536){s=new Uint8Array(3);let n=new DataView(s.buffer);n.setUint8(0,126),n.setUint16(1,r)}else{s=new Uint8Array(9);let n=new DataView(s.buffer);n.setUint8(0,127),n.setBigUint64(1,BigInt(r))}t.data&&typeof t.data!="string"&&(s[0]|=128),A.enqueue(s),A.enqueue(e)})}})}var wi;function rs(t){return t.reduce((A,e)=>A+e.length,0)}function ss(t,A){if(t[0].length===A)return t.shift();let e=new Uint8Array(A),r=0;for(let s=0;s<A;s++)e[s]=t[0][r++],r===t[0].length&&(t.shift(),r=0);return t.length&&r<t[0].length&&(t[0]=t[0].slice(r)),e}function Na(t,A){wi||(wi=new TextDecoder);let e=[],r=0,s=-1,n=!1;return new TransformStream({transform(i,o){for(e.push(i);;){if(r===0){if(rs(e)<1)break;let a=ss(e,1);n=(a[0]&128)===128,s=a[0]&127,s<126?r=3:s===126?r=1:r=2}else if(r===1){if(rs(e)<2)break;let a=ss(e,2);s=new DataView(a.buffer,a.byteOffset,a.length).getUint16(0),r=3}else if(r===2){if(rs(e)<8)break;let a=ss(e,8),f=new DataView(a.buffer,a.byteOffset,a.length),c=f.getUint32(0);if(c>Math.pow(2,21)-1){o.enqueue(Ar);break}s=c*Math.pow(2,32)+f.getUint32(4),r=3}else{if(rs(e)<s)break;let a=ss(e,s);o.enqueue(tr(n?a:wi.decode(a),A)),r=0}if(s===0||s>t){o.enqueue(Ar);break}}}})}var pi=4;function iA(t){if(t)return vu(t)}function vu(t){for(var A in iA.prototype)t[A]=iA.prototype[A];return t}iA.prototype.on=iA.prototype.addEventListener=function(t,A){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(A),this};iA.prototype.once=function(t,A){function e(){this.off(t,e),A.apply(this,arguments)}return e.fn=A,this.on(t,e),this};iA.prototype.off=iA.prototype.removeListener=iA.prototype.removeAllListeners=iA.prototype.removeEventListener=function(t,A){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var e=this._callbacks["$"+t];if(!e)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var r,s=0;s<e.length;s++)if(r=e[s],r===A||r.fn===A){e.splice(s,1);break}return e.length===0&&delete this._callbacks["$"+t],this};iA.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var A=new Array(arguments.length-1),e=this._callbacks["$"+t],r=1;r<arguments.length;r++)A[r-1]=arguments[r];if(e){e=e.slice(0);for(var r=0,s=e.length;r<s;++r)e[r].apply(this,A)}return this};iA.prototype.emitReserved=iA.prototype.emit;iA.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]};iA.prototype.hasListeners=function(t){return!!this.listeners(t).length};var Be=process.nextTick,bA=global,Ma="nodebuffer";function Pa(){return new Ci}function Eu(t){let A=t.split("; "),e=A[0].indexOf("=");if(e===-1)return;let r=A[0].substring(0,e).trim();if(!r.length)return;let s=A[0].substring(e+1).trim();s.charCodeAt(0)===34&&(s=s.slice(1,-1));let n={name:r,value:s};for(let i=1;i<A.length;i++){let o=A[i].split("=");if(o.length!==2)continue;let a=o[0].trim(),f=o[1].trim();switch(a){case"Expires":n.expires=new Date(f);break;case"Max-Age":let c=new Date;c.setUTCSeconds(c.getUTCSeconds()+parseInt(f,10)),n.expires=c;break;default:}}return n}var Ci=class{constructor(){this._cookies=new Map}parseCookies(A){A&&A.forEach(e=>{let r=Eu(e);r&&this._cookies.set(r.name,r)})}get cookies(){let A=Date.now();return this._cookies.forEach((e,r)=>{var s;((s=e.expires)===null||s===void 0?void 0:s.getTime())<A&&this._cookies.delete(r)}),this._cookies.entries()}addCookies(A){let e=[];for(let[r,s]of this.cookies)e.push(`${r}=${s.value}`);e.length&&(A.setDisableHeaderCheck(!0),A.setRequestHeader("cookie",e.join("; ")))}appendCookies(A){for(let[e,r]of this.cookies)A.append("cookie",`${e}=${r.value}`)}};function ns(t,...A){return A.reduce((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e),{})}var Uu=bA.setTimeout,mu=bA.clearTimeout;function le(t,A){A.useNativeTimers?(t.setTimeoutFn=Uu.bind(bA),t.clearTimeoutFn=mu.bind(bA)):(t.setTimeoutFn=bA.setTimeout.bind(bA),t.clearTimeoutFn=bA.clearTimeout.bind(bA))}var yu=1.33;function Ga(t){return typeof t=="string"?bu(t):Math.ceil((t.byteLength||t.size)*yu)}function bu(t){let A=0,e=0;for(let r=0,s=t.length;r<s;r++)A=t.charCodeAt(r),A<128?e+=1:A<2048?e+=2:A<55296||A>=57344?e+=3:(r++,e+=4);return e}function is(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Va(t){let A="";for(let e in t)t.hasOwnProperty(e)&&(A.length&&(A+="&"),A+=encodeURIComponent(e)+"="+encodeURIComponent(t[e]));return A}function Wa(t){let A={},e=t.split("&");for(let r=0,s=e.length;r<s;r++){let n=e[r].split("=");A[decodeURIComponent(n[0])]=decodeURIComponent(n[1])}return A}var ja=pA(PA(),1),Yu=(0,ja.default)("engine.io-client:transport"),Bs=class extends Error{constructor(A,e,r){super(A),this.description=e,this.context=r,this.type="TransportError"}},ue=class extends iA{constructor(A){super(),this.writable=!1,le(this,A),this.opts=A,this.query=A.query,this.socket=A.socket,this.supportsBinary=!A.forceBase64}onError(A,e,r){return super.emitReserved("error",new Bs(A,e,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(A){this.readyState==="open"?this.write(A):Yu("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(A){let e=tr(A,this.socket.binaryType);this.onPacket(e)}onPacket(A){super.emitReserved("packet",A)}onClose(A){this.readyState="closed",super.emitReserved("close",A)}pause(A){}createUri(A,e={}){return A+"://"+this._hostname()+this._port()+this.opts.path+this._query(e)}_hostname(){let A=this.opts.hostname;return A.indexOf(":")===-1?A:"["+A+"]"}_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(A){let e=Va(A);return e.length?"?"+e:""}};var $a=pA(PA(),1),jA=(0,$a.default)("engine.io-client:polling"),rr=class extends ue{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(A){this.readyState="pausing";let e=()=>{jA("paused"),this.readyState="paused",A()};if(this._polling||!this.writable){let r=0;this._polling&&(jA("we are currently polling - waiting to pause"),r++,this.once("pollComplete",function(){jA("pre-pause polling complete"),--r||e()})),this.writable||(jA("we are currently writing - waiting to pause"),r++,this.once("drain",function(){jA("pre-pause writing complete"),--r||e()}))}else e()}_poll(){jA("polling"),this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(A){jA("polling got data %s",A);let e=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};Oa(A,this.socket.binaryType).forEach(e),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"?this._poll():jA('ignoring poll - transport state "%s"',this.readyState))}doClose(){let A=()=>{jA("writing close packet"),this.write([{type:"close"}])};this.readyState==="open"?(jA("transport open - closing"),A()):(jA("transport not open - deferring close"),this.once("open",A))}write(A){this.writable=!1,ka(A,e=>{this.doWrite(e,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let A=this.opts.secure?"https":"http",e=this.query||{};return this.opts.timestampRequests!==!1&&(e[this.opts.timestampParam]=is()),!this.supportsBinary&&!e.sid&&(e.b64=1),this.createUri(A,e)}};var A0=!1;try{A0=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}var e0=A0;var r0=pA(PA(),1),Qi=(0,r0.default)("engine.io-client:polling");function zu(){}var ls=class extends rr{constructor(A){if(super(A),typeof location<"u"){let e=location.protocol==="https:",r=location.port;r||(r=e?"443":"80"),this.xd=typeof location<"u"&&A.hostname!==location.hostname||r!==A.port}}doWrite(A,e){let r=this.request({method:"POST",data:A});r.on("success",e),r.on("error",(s,n)=>{this.onError("xhr post error",s,n)})}doPoll(){Qi("xhr poll");let A=this.request();A.on("data",this.onData.bind(this)),A.on("error",(e,r)=>{this.onError("xhr poll error",e,r)}),this.pollXhr=A}},he=class t extends iA{constructor(A,e,r){super(),this.createRequest=A,le(this,r),this._opts=r,this._method=r.method||"GET",this._uri=e,this._data=r.data!==void 0?r.data:null,this._create()}_create(){var A;let e=ns(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this._opts.xd;let r=this._xhr=this.createRequest(e);try{Qi("xhr open %s: %s",this._method,this._uri),r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let s in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(s)&&r.setRequestHeader(s,this._opts.extraHeaders[s])}}catch{}if(this._method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(A=this._opts.cookieJar)===null||A===void 0||A.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var s;r.readyState===3&&((s=this._opts.cookieJar)===null||s===void 0||s.parseCookies(r.getResponseHeader("set-cookie"))),r.readyState===4&&(r.status===200||r.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof r.status=="number"?r.status:0)},0))},Qi("xhr data %s",this._data),r.send(this._data)}catch(s){this.setTimeoutFn(()=>{this._onError(s)},0);return}typeof document<"u"&&(this._index=t.requestsCount++,t.requests[this._index]=this)}_onError(A){this.emitReserved("error",A,this._xhr),this._cleanup(!0)}_cleanup(A){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=zu,A)try{this._xhr.abort()}catch{}typeof document<"u"&&delete t.requests[this._index],this._xhr=null}}_onLoad(){let A=this._xhr.responseText;A!==null&&(this.emitReserved("data",A),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};he.requestsCount=0;he.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",t0);else if(typeof addEventListener=="function"){let t="onpagehide"in bA?"pagehide":"unload";addEventListener(t,t0,!1)}}function t0(){for(let t in he.requests)he.requests.hasOwnProperty(t)&&he.requests[t].abort()}var oQ=(function(){let t=Zu({xdomain:!1});return t&&t.responseType!==null})();function Zu(t){let A=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!A||e0))return new XMLHttpRequest}catch{}if(!A)try{return new bA[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}var ju=vi.default||vi,ht=class extends ls{request(A={}){var e;return Object.assign(A,{xd:this.xd,cookieJar:(e=this.socket)===null||e===void 0?void 0:e._cookieJar},this.opts),new he(r=>new ju(r),this.uri(),A)}};var wd=pA(j0(),1),pd=pA(Li(),1),Cd=pA(ki(),1),Wi=pA(Es(),1),xd=pA(oc(),1);var ac=pA(PA(),1),Qd=(0,ac.default)("engine.io-client:websocket"),vd=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",ms=class extends ue{get name(){return"websocket"}doOpen(){let A=this.uri(),e=this.opts.protocols,r=vd?{}:ns(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(A,e,r)}catch(s){return this.emitReserved("error",s)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=A=>this.onClose({description:"websocket connection closed",context:A}),this.ws.onmessage=A=>this.onData(A.data),this.ws.onerror=A=>this.onError("websocket error",A)}write(A){this.writable=!1;for(let e=0;e<A.length;e++){let r=A[e],s=e===A.length-1;er(r,this.supportsBinary,n=>{try{this.doWrite(r,n)}catch{Qd("websocket closed before onclose event")}s&&Be(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){let A=this.opts.secure?"wss":"ws",e=this.query||{};return this.opts.timestampRequests&&(e[this.opts.timestampParam]=is()),this.supportsBinary||(e.b64=1),this.createUri(A,e)}},SQ=bA.WebSocket||bA.MozWebSocket;var Qt=class extends ms{createSocket(A,e,r){var s;if(!((s=this.socket)===null||s===void 0)&&s._cookieJar){r.headers=r.headers||{},r.headers.cookie=typeof r.headers.cookie=="string"?[r.headers.cookie]:r.headers.cookie||[];for(let[n,i]of this.socket._cookieJar.cookies)r.headers.cookie.push(`${n}=${i.value}`)}return new Wi.default(A,e,r)}doWrite(A,e){let r={};A.options&&(r.compress=A.options.compress),this.opts.perMessageDeflate&&(typeof e=="string"?Buffer.byteLength(e):e.length)<this.opts.perMessageDeflate.threshold&&(r.compress=!1),this.ws.send(e,r)}};var cc=pA(PA(),1),lr=(0,cc.default)("engine.io-client:webtransport"),vt=class extends ue{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(A){return this.emitReserved("error",A)}this._transport.closed.then(()=>{lr("transport closed gracefully"),this.onClose()}).catch(A=>{lr("transport closed due to %s",A),this.onError("webtransport error",A)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(A=>{let e=Na(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=A.readable.pipeThrough(e).getReader(),s=Ra();s.readable.pipeTo(A.writable),this._writer=s.writable.getWriter();let n=()=>{r.read().then(({done:o,value:a})=>{if(o){lr("session is closed");return}lr("received chunk: %o",a),this.onPacket(a),n()}).catch(o=>{lr("an error occurred while reading: %s",o)})};n();let i={type:"open"};this.query.sid&&(i.data=`{"sid":"${this.query.sid}"}`),this._writer.write(i).then(()=>this.onOpen())})})}write(A){this.writable=!1;for(let e=0;e<A.length;e++){let r=A[e],s=e===A.length-1;this._writer.write(r).then(()=>{s&&Be(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var A;(A=this._transport)===null||A===void 0||A.close()}};var Xi={websocket:Qt,webtransport:vt,polling:ht};var Ed=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Ud=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Et(t){if(t.length>8e3)throw"URI too long";let A=t,e=t.indexOf("["),r=t.indexOf("]");e!=-1&&r!=-1&&(t=t.substring(0,e)+t.substring(e,r).replace(/:/g,";")+t.substring(r,t.length));let s=Ed.exec(t||""),n={},i=14;for(;i--;)n[Ud[i]]=s[i]||"";return e!=-1&&r!=-1&&(n.source=A,n.host=n.host.substring(1,n.host.length-1).replace(/;/g,":"),n.authority=n.authority.replace("[","").replace("]","").replace(/;/g,":"),n.ipv6uri=!0),n.pathNames=md(n,n.path),n.queryKey=yd(n,n.query),n}function md(t,A){let e=/\/{2,9}/g,r=A.replace(e,"/").split("/");return(A.slice(0,1)=="/"||A.length===0)&&r.splice(0,1),A.slice(-1)=="/"&&r.splice(r.length-1,1),r}function yd(t,A){let e={};return A.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,s,n){s&&(e[s]=n)}),e}var fc=pA(PA(),1),nA=(0,fc.default)("engine.io-client:socket"),qi=typeof addEventListener=="function"&&typeof removeEventListener=="function",ur=[];qi&&addEventListener("offline",()=>{nA("closing %d connection(s) because the network was lost",ur.length),ur.forEach(t=>t())},!1);var je=class t extends iA{constructor(A,e){if(super(),this.binaryType=Ma,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,A&&typeof A=="object"&&(e=A,A=null),A){let r=Et(A);e.hostname=r.host,e.secure=r.protocol==="https"||r.protocol==="wss",e.port=r.port,r.query&&(e.query=r.query)}else e.host&&(e.hostname=Et(e.host).host);le(this,e),this.secure=e.secure!=null?e.secure:typeof location<"u"&&location.protocol==="https:",e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.hostname=e.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=e.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},e.transports.forEach(r=>{let s=r.prototype.name;this.transports.push(s),this._transportsByName[s]=r}),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},e),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Wa(this.opts.query)),qi&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(nA("adding listener for the 'offline' event"),this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},ur.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=Pa()),this._open()}createTransport(A){nA('creating transport "%s"',A);let e=Object.assign({},this.opts.query);e.EIO=pi,e.transport=A,this.id&&(e.sid=this.id);let r=Object.assign({},this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[A]);return nA("options: %j",r),new this._transportsByName[A](r)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let A=this.opts.rememberUpgrade&&t.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let e=this.createTransport(A);e.open(),this.setTransport(e)}setTransport(A){nA("setting transport %s",A.name),this.transport&&(nA("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=A,A.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",e=>this._onClose("transport close",e))}onOpen(){nA("socket open"),this.readyState="open",t.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(A){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(nA('socket receive: type "%s", data "%s"',A.type,A.data),this.emitReserved("packet",A),this.emitReserved("heartbeat"),A.type){case"open":this.onHandshake(JSON.parse(A.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let e=new Error("server error");e.code=A.data,this._onError(e);break;case"message":this.emitReserved("data",A.data),this.emitReserved("message",A.data);break}else nA('packet received with socket readyState "%s"',this.readyState)}onHandshake(A){this.emitReserved("handshake",A),this.id=A.sid,this.transport.query.sid=A.sid,this._pingInterval=A.pingInterval,this._pingTimeout=A.pingTimeout,this._maxPayload=A.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let A=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+A,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},A),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 A=this._getWritablePackets();nA("flushing %d packets in socket",A.length),this.transport.send(A),this._prevBufferLen=A.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let e=1;for(let r=0;r<this.writeBuffer.length;r++){let s=this.writeBuffer[r].data;if(s&&(e+=Ga(s)),r>0&&e>this._maxPayload)return nA("only send %d out of %d packets",r,this.writeBuffer.length),this.writeBuffer.slice(0,r);e+=2}return nA("payload size is %d (max: %d)",e,this._maxPayload),this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let A=Date.now()>this._pingTimeoutTime;return A&&(nA("throttled timer detected, scheduling connection close"),this._pingTimeoutTime=0,Be(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),A}write(A,e,r){return this._sendPacket("message",A,e,r),this}send(A,e,r){return this._sendPacket("message",A,e,r),this}_sendPacket(A,e,r,s){if(typeof e=="function"&&(s=e,e=void 0),typeof r=="function"&&(s=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;let n={type:A,data:e,options:r};this.emitReserved("packetCreate",n),this.writeBuffer.push(n),s&&this.once("flush",s),this.flush()}close(){let A=()=>{this._onClose("forced close"),nA("socket closing - telling transport to close"),this.transport.close()},e=()=>{this.off("upgrade",e),this.off("upgradeError",e),A()},r=()=>{this.once("upgrade",e),this.once("upgradeError",e)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():A()}):this.upgrading?r():A()),this}_onError(A){if(nA("socket error %j",A),t.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return nA("trying next transport"),this.transports.shift(),this._open();this.emitReserved("error",A),this._onClose("transport error",A)}_onClose(A,e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(nA('socket close with reason: "%s"',A),this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),qi&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let r=ur.indexOf(this._offlineEventListener);r!==-1&&(nA("removing listener for the 'offline' event"),ur.splice(r,1))}this.readyState="closed",this.id=null,this.emitReserved("close",A,e),this.writeBuffer=[],this._prevBufferLen=0}}};je.protocol=pi;var ys=class extends je{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade){nA("starting upgrade probes");for(let A=0;A<this._upgrades.length;A++)this._probe(this._upgrades[A])}}_probe(A){nA('probing transport "%s"',A);let e=this.createTransport(A),r=!1;je.priorWebsocketSuccess=!1;let s=()=>{r||(nA('probe transport "%s" opened',A),e.send([{type:"ping",data:"probe"}]),e.once("packet",B=>{if(!r)if(B.type==="pong"&&B.data==="probe"){if(nA('probe transport "%s" pong',A),this.upgrading=!0,this.emitReserved("upgrading",e),!e)return;je.priorWebsocketSuccess=e.name==="websocket",nA('pausing current transport "%s"',this.transport.name),this.transport.pause(()=>{r||this.readyState!=="closed"&&(nA("changing transport and sending upgrade packet"),c(),this.setTransport(e),e.send([{type:"upgrade"}]),this.emitReserved("upgrade",e),e=null,this.upgrading=!1,this.flush())})}else{nA('probe transport "%s" failed',A);let l=new Error("probe error");l.transport=e.name,this.emitReserved("upgradeError",l)}}))};function n(){r||(r=!0,c(),e.close(),e=null)}let i=B=>{let l=new Error("probe error: "+B);l.transport=e.name,n(),nA('probe transport "%s" failed because of error: %s',A,B),this.emitReserved("upgradeError",l)};function o(){i("transport closed")}function a(){i("socket closed")}function f(B){e&&B.name!==e.name&&(nA('"%s" works - aborting "%s"',B.name,e.name),n())}let c=()=>{e.removeListener("open",s),e.removeListener("error",i),e.removeListener("close",o),this.off("close",a),this.off("upgrading",f)};e.once("open",s),e.once("error",i),e.once("close",o),this.once("close",a),this.once("upgrading",f),this._upgrades.indexOf("webtransport")!==-1&&A!=="webtransport"?this.setTimeoutFn(()=>{r||e.open()},200):e.open()}onHandshake(A){this._upgrades=this._filterUpgrades(A.upgrades),super.onHandshake(A)}_filterUpgrades(A){let e=[];for(let r=0;r<A.length;r++)~this.transports.indexOf(A[r])&&e.push(A[r]);return e}},Ut=class extends ys{constructor(A,e={}){let r=typeof A=="object"?A:e;(!r.transports||r.transports&&typeof r.transports[0]=="string")&&(r.transports=(r.transports||["polling","websocket","webtransport"]).map(s=>Xi[s]).filter(s=>!!s)),super(A,r)}};var r1=Ut.protocol;var lc=pA(PA(),1),Bc=(0,lc.default)("socket.io-client:url");function uc(t,A="",e){let r=t;e=e||typeof location<"u"&&location,t==null&&(t=e.protocol+"//"+e.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=e.protocol+t:t=e.host+t),/^(https?|wss?):\/\//.test(t)||(Bc("protocol-less url %s",t),typeof e<"u"?t=e.protocol+"//"+t:t="https://"+t),Bc("parse %s",t),r=Et(t)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";let n=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+n+":"+r.port+A,r.href=r.protocol+"://"+n+(e&&e.port===r.port?"":":"+r.port),r}var Ao={};xu(Ao,{Decoder:()=>ji,Encoder:()=>Zi,PacketType:()=>z,isPacketValid:()=>Rd,protocol:()=>Cc});var Id=typeof ArrayBuffer=="function",Dd=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,hc=Object.prototype.toString,Sd=typeof Blob=="function"||typeof Blob<"u"&&hc.call(Blob)==="[object BlobConstructor]",Ld=typeof File=="function"||typeof File<"u"&&hc.call(File)==="[object FileConstructor]";function dr(t){return Id&&(t instanceof ArrayBuffer||Dd(t))||Sd&&t instanceof Blob||Ld&&t instanceof File}function hr(t,A){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let e=0,r=t.length;e<r;e++)if(hr(t[e]))return!0;return!1}if(dr(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return hr(t.toJSON(),!0);for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&hr(t[e]))return!0;return!1}function dc(t){let A=[],e=t.data,r=t;return r.data=Ji(e,A),r.attachments=A.length,{packet:r,buffers:A}}function Ji(t,A){if(!t)return t;if(dr(t)){let e={_placeholder:!0,num:A.length};return A.push(t),e}else if(Array.isArray(t)){let e=new Array(t.length);for(let r=0;r<t.length;r++)e[r]=Ji(t[r],A);return e}else if(typeof t=="object"&&!(t instanceof Date)){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=Ji(t[r],A));return e}return t}function gc(t,A){return t.data=Yi(t.data,A),delete t.attachments,t}function Yi(t,A){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<A.length)return A[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let e=0;e<t.length;e++)t[e]=Yi(t[e],A);else if(typeof t=="object")for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(t[e]=Yi(t[e],A));return t}var wc=pA(PA(),1),zi=(0,wc.default)("socket.io-parser"),pc=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],Cc=5,z;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(z||(z={}));var Zi=class{constructor(A){this.replacer=A}encode(A){return zi("encoding packet %j",A),(A.type===z.EVENT||A.type===z.ACK)&&hr(A)?this.encodeAsBinary({type:A.type===z.EVENT?z.BINARY_EVENT:z.BINARY_ACK,nsp:A.nsp,data:A.data,id:A.id}):[this.encodeAsString(A)]}encodeAsString(A){let e=""+A.type;return(A.type===z.BINARY_EVENT||A.type===z.BINARY_ACK)&&(e+=A.attachments+"-"),A.nsp&&A.nsp!=="/"&&(e+=A.nsp+","),A.id!=null&&(e+=A.id),A.data!=null&&(e+=JSON.stringify(A.data,this.replacer)),zi("encoded %j as %s",A,e),e}encodeAsBinary(A){let e=dc(A),r=this.encodeAsString(e.packet),s=e.buffers;return s.unshift(r),s}},ji=class t extends iA{constructor(A){super(),this.reviver=A}add(A){let e;if(typeof A=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");e=this.decodeString(A);let r=e.type===z.BINARY_EVENT;r||e.type===z.BINARY_ACK?(e.type=r?z.EVENT:z.ACK,this.reconstructor=new $i(e),e.attachments===0&&super.emitReserved("decoded",e)):super.emitReserved("decoded",e)}else if(dr(A)||A.base64)if(this.reconstructor)e=this.reconstructor.takeBinaryData(A),e&&(this.reconstructor=null,super.emitReserved("decoded",e));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+A)}decodeString(A){let e=0,r={type:Number(A.charAt(0))};if(z[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===z.BINARY_EVENT||r.type===z.BINARY_ACK){let n=e+1;for(;A.charAt(++e)!=="-"&&e!=A.length;);let i=A.substring(n,e);if(i!=Number(i)||A.charAt(e)!=="-")throw new Error("Illegal attachments");r.attachments=Number(i)}if(A.charAt(e+1)==="/"){let n=e+1;for(;++e&&!(A.charAt(e)===","||e===A.length););r.nsp=A.substring(n,e)}else r.nsp="/";let s=A.charAt(e+1);if(s!==""&&Number(s)==s){let n=e+1;for(;++e;){let i=A.charAt(e);if(i==null||Number(i)!=i){--e;break}if(e===A.length)break}r.id=Number(A.substring(n,e+1))}if(A.charAt(++e)){let n=this.tryParse(A.substr(e));if(t.isPayloadValid(r.type,n))r.data=n;else throw new Error("invalid payload")}return zi("decoded %s as %j",A,r),r}tryParse(A){try{return JSON.parse(A,this.reviver)}catch{return!1}}static isPayloadValid(A,e){switch(A){case z.CONNECT:return bs(e);case z.DISCONNECT:return e===void 0;case z.CONNECT_ERROR:return typeof e=="string"||bs(e);case z.EVENT:case z.BINARY_EVENT:return Array.isArray(e)&&(typeof e[0]=="number"||typeof e[0]=="string"&&pc.indexOf(e[0])===-1);case z.ACK:case z.BINARY_ACK:return Array.isArray(e)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},$i=class{constructor(A){this.packet=A,this.buffers=[],this.reconPack=A}takeBinaryData(A){if(this.buffers.push(A),this.buffers.length===this.reconPack.attachments){let e=gc(this.reconPack,this.buffers);return this.finishedReconstruction(),e}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function Td(t){return typeof t=="string"}var Kd=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};function kd(t){return t===void 0||Kd(t)}function bs(t){return Object.prototype.toString.call(t)==="[object Object]"}function Od(t,A){switch(t){case z.CONNECT:return A===void 0||bs(A);case z.DISCONNECT:return A===void 0;case z.EVENT:return Array.isArray(A)&&(typeof A[0]=="number"||typeof A[0]=="string"&&pc.indexOf(A[0])===-1);case z.ACK:return Array.isArray(A);case z.CONNECT_ERROR:return typeof A=="string"||bs(A);default:return!1}}function Rd(t){return Td(t.nsp)&&kd(t.id)&&Od(t.type,t.data)}function OA(t,A,e){return t.on(A,e),function(){t.off(A,e)}}var xc=pA(PA(),1),uA=(0,xc.default)("socket.io-client:socket"),Nd=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),mt=class extends iA{constructor(A,e,r){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=A,this.nsp=e,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let A=this.io;this.subs=[OA(A,"open",this.onopen.bind(this)),OA(A,"packet",this.onpacket.bind(this)),OA(A,"error",this.onerror.bind(this)),OA(A,"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(...A){return A.unshift("message"),this.emit.apply(this,A),this}emit(A,...e){var r,s,n;if(Nd.hasOwnProperty(A))throw new Error('"'+A.toString()+'" is a reserved event name');if(e.unshift(A),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(e),this;let i={type:z.EVENT,data:e};if(i.options={},i.options.compress=this.flags.compress!==!1,typeof e[e.length-1]=="function"){let c=this.ids++;uA("emitting packet with ack id %d",c);let B=e.pop();this._registerAckCallback(c,B),i.id=c}let o=(s=(r=this.io.engine)===null||r===void 0?void 0:r.transport)===null||s===void 0?void 0:s.writable,a=this.connected&&!(!((n=this.io.engine)===null||n===void 0)&&n._hasPingExpired());return this.flags.volatile&&!o?uA("discard packet as the transport is not currently writable"):a?(this.notifyOutgoingListeners(i),this.packet(i)):this.sendBuffer.push(i),this.flags={},this}_registerAckCallback(A,e){var r;let s=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(s===void 0){this.acks[A]=e;return}let n=this.io.setTimeoutFn(()=>{delete this.acks[A];for(let o=0;o<this.sendBuffer.length;o++)this.sendBuffer[o].id===A&&(uA("removing packet with ack id %d from the buffer",A),this.sendBuffer.splice(o,1));uA("event with ack id %d has timed out after %d ms",A,s),e.call(this,new Error("operation has timed out"))},s),i=(...o)=>{this.io.clearTimeoutFn(n),e.apply(this,o)};i.withError=!0,this.acks[A]=i}emitWithAck(A,...e){return new Promise((r,s)=>{let n=(i,o)=>i?s(i):r(o);n.withError=!0,e.push(n),this.emit(A,...e)})}_addToQueue(A){let e;typeof A[A.length-1]=="function"&&(e=A.pop());let r={id:this._queueSeq++,tryCount:0,pending:!1,args:A,flags:Object.assign({fromQueue:!0},this.flags)};A.push((s,...n)=>r!==this._queue[0]?uA("packet [%d] already acknowledged",r.id):(s!==null?r.tryCount>this._opts.retries&&(uA("packet [%d] is discarded after %d tries",r.id,r.tryCount),this._queue.shift(),e&&e(s)):(uA("packet [%d] was successfully sent",r.id),this._queue.shift(),e&&e(null,...n)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(A=!1){if(uA("draining queue"),!this.connected||this._queue.length===0)return;let e=this._queue[0];if(e.pending&&!A){uA("packet [%d] has already been sent and is waiting for an ack",e.id);return}e.pending=!0,e.tryCount++,uA("sending packet [%d] (try n\xB0%d)",e.id,e.tryCount),this.flags=e.flags,this.emit.apply(this,e.args)}packet(A){A.nsp=this.nsp,this.io._packet(A)}onopen(){uA("transport is open - connecting"),typeof this.auth=="function"?this.auth(A=>{this._sendConnectPacket(A)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(A){this.packet({type:z.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},A):A})}onerror(A){this.connected||this.emitReserved("connect_error",A)}onclose(A,e){uA("close (%s)",A),this.connected=!1,delete this.id,this.emitReserved("disconnect",A,e),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(A=>{if(!this.sendBuffer.some(r=>String(r.id)===A)){let r=this.acks[A];delete this.acks[A],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(A){if(A.nsp===this.nsp)switch(A.type){case z.CONNECT:A.data&&A.data.sid?this.onconnect(A.data.sid,A.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 z.EVENT:case z.BINARY_EVENT:this.onevent(A);break;case z.ACK:case z.BINARY_ACK:this.onack(A);break;case z.DISCONNECT:this.ondisconnect();break;case z.CONNECT_ERROR:this.destroy();let r=new Error(A.data.message);r.data=A.data.data,this.emitReserved("connect_error",r);break}}onevent(A){let e=A.data||[];uA("emitting event %j",e),A.id!=null&&(uA("attaching ack callback to event"),e.push(this.ack(A.id))),this.connected?this.emitEvent(e):this.receiveBuffer.push(Object.freeze(e))}emitEvent(A){if(this._anyListeners&&this._anyListeners.length){let e=this._anyListeners.slice();for(let r of e)r.apply(this,A)}super.emit.apply(this,A),this._pid&&A.length&&typeof A[A.length-1]=="string"&&(this._lastOffset=A[A.length-1])}ack(A){let e=this,r=!1;return function(...s){r||(r=!0,uA("sending ack %j",s),e.packet({type:z.ACK,id:A,data:s}))}}onack(A){let e=this.acks[A.id];if(typeof e!="function"){uA("bad ack %s",A.id);return}delete this.acks[A.id],uA("calling ack %s with %j",A.id,A.data),e.withError&&A.data.unshift(null),e.apply(this,A.data)}onconnect(A,e){uA("socket connected with id %s",A),this.id=A,this.recovered=e&&this._pid===e,this._pid=e,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(A=>this.emitEvent(A)),this.receiveBuffer=[],this.sendBuffer.forEach(A=>{this.notifyOutgoingListeners(A),this.packet(A)}),this.sendBuffer=[]}ondisconnect(){uA("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(A=>A()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&(uA("performing disconnect (%s)",this.nsp),this.packet({type:z.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(A){return this.flags.compress=A,this}get volatile(){return this.flags.volatile=!0,this}timeout(A){return this.flags.timeout=A,this}onAny(A){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(A),this}prependAny(A){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(A),this}offAny(A){if(!this._anyListeners)return this;if(A){let e=this._anyListeners;for(let r=0;r<e.length;r++)if(A===e[r])return e.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(A){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(A),this}prependAnyOutgoing(A){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(A),this}offAnyOutgoing(A){if(!this._anyOutgoingListeners)return this;if(A){let e=this._anyOutgoingListeners;for(let r=0;r<e.length;r++)if(A===e[r])return e.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(A){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let e=this._anyOutgoingListeners.slice();for(let r of e)r.apply(this,A.data)}}};function $e(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}$e.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var A=Math.random(),e=Math.floor(A*this.jitter*t);t=(Math.floor(A*10)&1)==0?t-e:t+e}return Math.min(t,this.max)|0};$e.prototype.reset=function(){this.attempts=0};$e.prototype.setMin=function(t){this.ms=t};$e.prototype.setMax=function(t){this.max=t};$e.prototype.setJitter=function(t){this.jitter=t};var Fc=pA(PA(),1),QA=(0,Fc.default)("socket.io-client:manager"),yt=class extends iA{constructor(A,e){var r;super(),this.nsps={},this.subs=[],A&&typeof A=="object"&&(e=A,A=void 0),e=e||{},e.path=e.path||"/socket.io",this.opts=e,le(this,e),this.reconnection(e.reconnection!==!1),this.reconnectionAttempts(e.reconnectionAttempts||1/0),this.reconnectionDelay(e.reconnectionDelay||1e3),this.reconnectionDelayMax(e.reconnectionDelayMax||5e3),this.randomizationFactor((r=e.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new $e({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(e.timeout==null?2e4:e.timeout),this._readyState="closed",this.uri=A;let s=e.parser||Ao;this.encoder=new s.Encoder,this.decoder=new s.Decoder,this._autoConnect=e.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(A){return arguments.length?(this._reconnection=!!A,A||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(A){return A===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=A,this)}reconnectionDelay(A){var e;return A===void 0?this._reconnectionDelay:(this._reconnectionDelay=A,(e=this.backoff)===null||e===void 0||e.setMin(A),this)}randomizationFactor(A){var e;return A===void 0?this._randomizationFactor:(this._randomizationFactor=A,(e=this.backoff)===null||e===void 0||e.setJitter(A),this)}reconnectionDelayMax(A){var e;return A===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=A,(e=this.backoff)===null||e===void 0||e.setMax(A),this)}timeout(A){return arguments.length?(this._timeout=A,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(A){if(QA("readyState %s",this._readyState),~this._readyState.indexOf("open"))return this;QA("opening %s",this.uri),this.engine=new Ut(this.uri,this.opts);let e=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;let s=OA(e,"open",function(){r.onopen(),A&&A()}),n=o=>{QA("error"),this.cleanup(),this._readyState="closed",this.emitReserved("error",o),A?A(o):this.maybeReconnectOnOpen()},i=OA(e,"error",n);if(this._timeout!==!1){let o=this._timeout;QA("connect attempt will timeout after %d",o);let a=this.setTimeoutFn(()=>{QA("connect attempt timed out after %d",o),s(),n(new Error("timeout")),e.close()},o);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}return this.subs.push(s),this.subs.push(i),this}connect(A){return this.open(A)}onopen(){QA("open"),this.cleanup(),this._readyState="open",this.emitReserved("open");let A=this.engine;this.subs.push(OA(A,"ping",this.onping.bind(this)),OA(A,"data",this.ondata.bind(this)),OA(A,"error",this.onerror.bind(this)),OA(A,"close",this.onclose.bind(this)),OA(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(A){try{this.decoder.add(A)}catch(e){this.onclose("parse error",e)}}ondecoded(A){Be(()=>{this.emitReserved("packet",A)},this.setTimeoutFn)}onerror(A){QA("error",A),this.emitReserved("error",A)}socket(A,e){let r=this.nsps[A];return r?this._autoConnect&&!r.active&&r.connect():(r=new mt(this,A,e),this.nsps[A]=r),r}_destroy(A){let e=Object.keys(this.nsps);for(let r of e)if(this.nsps[r].active){QA("socket %s is still active, skipping close",r);return}this._close()}_packet(A){QA("writing packet %j",A);let e=this.encoder.encode(A);for(let r=0;r<e.length;r++)this.engine.write(e[r],A.options)}cleanup(){QA("cleanup"),this.subs.forEach(A=>A()),this.subs.length=0,this.decoder.destroy()}_close(){QA("disconnect"),this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(A,e){var r;QA("closed due to %s",A),this.cleanup(),(r=this.engine)===null||r===void 0||r.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",A,e),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let A=this;if(this.backoff.attempts>=this._reconnectionAttempts)QA("reconnect failed"),this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let e=this.backoff.duration();QA("will wait %dms before reconnect attempt",e),this._reconnecting=!0;let r=this.setTimeoutFn(()=>{A.skipReconnect||(QA("attempting reconnect"),this.emitReserved("reconnect_attempt",A.backoff.attempts),!A.skipReconnect&&A.open(s=>{s?(QA("reconnect attempt error"),A._reconnecting=!1,A.reconnect(),this.emitReserved("reconnect_error",s)):(QA("reconnect success"),A.onreconnect())}))},e);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){let A=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",A)}};var vc=pA(PA(),1),Qc=(0,vc.default)("socket.io-client"),gr={};function wr(t,A){typeof t=="object"&&(A=t,t=void 0),A=A||{};let e=uc(t,A.path||"/socket.io"),r=e.source,s=e.id,n=e.path,i=gr[s]&&n in gr[s].nsps,o=A.forceNew||A["force new connection"]||A.multiplex===!1||i,a;return o?(Qc("ignoring socket cache for %s",r),a=new yt(r,A)):(gr[s]||(Qc("new io instance for %s",r),gr[s]=new yt(r,A)),a=gr[s]),e.query&&!A.query&&(A.query=e.queryKey),a.socket(e.path,A)}Object.assign(wr,{Manager:yt,Socket:mt,io:wr,connect:wr});var eu=pA(Df());var Uo=function(t,A){return Uo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])},Uo(t,A)};function ee(t,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");Uo(t,A);function e(){this.constructor=t}t.prototype=A===null?Object.create(A):(e.prototype=A.prototype,new e)}var mo=function(){return mo=Object.assign||function(A){for(var e,r=1,s=arguments.length;r<s;r++){e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(A[n]=e[n])}return A},mo.apply(this,arguments)};function _A(t,A,e,r){function s(n){return n instanceof e?n:new e(function(i){i(n)})}return new(e||(e=Promise))(function(n,i){function o(c){try{f(r.next(c))}catch(B){i(B)}}function a(c){try{f(r.throw(c))}catch(B){i(B)}}function f(c){c.done?n(c.value):s(c.value).then(o,a)}f((r=r.apply(t,A||[])).next())})}function mA(t,A){var e={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},r,s,n,i;return i={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function o(f){return function(c){return a([f,c])}}function a(f){if(r)throw new TypeError("Generator is already executing.");for(;e;)try{if(r=1,s&&(n=f[0]&2?s.return:f[0]?s.throw||((n=s.return)&&n.call(s),0):s.next)&&!(n=n.call(s,f[1])).done)return n;switch(s=0,n&&(f=[f[0]&2,n.value]),f[0]){case 0:case 1:n=f;break;case 4:return e.label++,{value:f[1],done:!1};case 5:e.label++,s=f[1],f=[0];continue;case 7:f=e.ops.pop(),e.trys.pop();continue;default:if(n=e.trys,!(n=n.length>0&&n[n.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!n||f[1]>n[0]&&f[1]<n[3])){e.label=f[1];break}if(f[0]===6&&e.label<n[1]){e.label=n[1],n=f;break}if(n&&e.label<n[2]){e.label=n[2],e.ops.push(f);break}n[2]&&e.ops.pop(),e.trys.pop();continue}f=A.call(t,e)}catch(c){f=[6,c],s=0}finally{r=n=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function hn(t,A,e){if(e||arguments.length===2)for(var r=0,s=A.length,n;r<s;r++)(n||!(r in A))&&(n||(n=Array.prototype.slice.call(A,0,r)),n[r]=A[r]);return t.concat(n||A)}var ve=(function(){function t(A,e,r,s){this.left=A,this.top=e,this.width=r,this.height=s}return t.prototype.add=function(A,e,r,s){return new t(this.left+A,this.top+e,this.width+r,this.height+s)},t.fromClientRect=function(A,e){return new t(e.left+A.windowBounds.left,e.top+A.windowBounds.top,e.width,e.height)},t.fromDOMRectList=function(A,e){var r=Array.from(e).find(function(s){return s.width!==0});return r?new t(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):t.EMPTY},t.EMPTY=new t(0,0,0,0),t})(),Xn=function(t,A){return ve.fromClientRect(t,A.getBoundingClientRect())},Md=function(t){var A=t.body,e=t.documentElement;if(!A||!e)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,e.scrollWidth),Math.max(A.offsetWidth,e.offsetWidth),Math.max(A.clientWidth,e.clientWidth)),s=Math.max(Math.max(A.scrollHeight,e.scrollHeight),Math.max(A.offsetHeight,e.offsetHeight),Math.max(A.clientHeight,e.clientHeight));return new ve(0,0,r,s)},qn=function(t){for(var A=[],e=0,r=t.length;e<r;){var s=t.charCodeAt(e++);if(s>=55296&&s<=56319&&e<r){var n=t.charCodeAt(e++);(n&64512)===56320?A.push(((s&1023)<<10)+(n&1023)+65536):(A.push(s),e--)}else A.push(s)}return A},BA=function(){for(var t=[],A=0;A<arguments.length;A++)t[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,t);var e=t.length;if(!e)return"";for(var r=[],s=-1,n="";++s<e;){var i=t[s];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(s+1===e||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},Sf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Pd=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Cr=0;Cr<Sf.length;Cr++)Pd[Sf.charCodeAt(Cr)]=Cr;var Cr,Lf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",br=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(xr=0;xr<Lf.length;xr++)br[Lf.charCodeAt(xr)]=xr;var xr,Gd=function(t){var A=t.length*.75,e=t.length,r,s=0,n,i,o,a;t[t.length-1]==="="&&(A--,t[t.length-2]==="="&&A--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(f)?f:new Uint8Array(f);for(r=0;r<e;r+=4)n=br[t.charCodeAt(r)],i=br[t.charCodeAt(r+1)],o=br[t.charCodeAt(r+2)],a=br[t.charCodeAt(r+3)],c[s++]=n<<2|i>>4,c[s++]=(i&15)<<4|o>>2,c[s++]=(o&3)<<6|a&63;return f},Vd=function(t){for(var A=t.length,e=[],r=0;r<A;r+=2)e.push(t[r+1]<<8|t[r]);return e},Wd=function(t){for(var A=t.length,e=[],r=0;r<A;r+=4)e.push(t[r+3]<<24|t[r+2]<<16|t[r+1]<<8|t[r]);return e},rt=5,Jo=11,ro=2,Xd=Jo-rt,DB=65536>>rt,qd=1<<rt,so=qd-1,Jd=1024>>rt,Yd=DB+Jd,zd=Yd,Zd=32,jd=zd+Zd,$d=65536>>Jo,Ag=1<<Xd,eg=Ag-1,Tf=function(t,A,e){return t.slice?t.slice(A,e):new Uint16Array(Array.prototype.slice.call(t,A,e))},tg=function(t,A,e){return t.slice?t.slice(A,e):new Uint32Array(Array.prototype.slice.call(t,A,e))},rg=function(t,A){var e=Gd(t),r=Array.isArray(e)?Wd(e):new Uint32Array(e),s=Array.isArray(e)?Vd(e):new Uint16Array(e),n=24,i=Tf(s,n/2,r[4]/2),o=r[5]===2?Tf(s,(n+r[4])/2):tg(r,Math.ceil((n+r[4])/4));return new sg(r[0],r[1],r[2],r[3],i,o)},sg=(function(){function t(A,e,r,s,n,i){this.initialValue=A,this.errorValue=e,this.highStart=r,this.highValueIndex=s,this.index=n,this.data=i}return t.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=this.index[A>>rt],e=(e<<ro)+(A&so),this.data[e];if(A<=65535)return e=this.index[DB+(A-55296>>rt)],e=(e<<ro)+(A&so),this.data[e];if(A<this.highStart)return e=jd-$d+(A>>Jo),e=this.index[e],e+=A>>rt&eg,e=this.index[e],e=(e<<ro)+(A&so),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},t})(),Kf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ng=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Fr=0;Fr<Kf.length;Fr++)ng[Kf.charCodeAt(Fr)]=Fr;var Fr,ig="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==",kf=50,og=1,SB=2,LB=3,ag=4,cg=5,Of=7,TB=8,Rf=9,Ke=10,yo=11,Nf=12,bo=13,fg=14,_r=15,_o=16,dn=17,Qr=18,Bg=19,Mf=20,Ho=21,vr=22,no=23,bt=24,RA=25,Hr=26,Ir=27,_t=28,lg=29,et=30,ug=31,gn=32,wn=33,Io=34,Do=35,So=36,Nr=37,Lo=38,Dn=39,Sn=40,io=41,KB=42,hg=43,dg=[9001,65288],kB="!",$="\xD7",pn="\xF7",To=rg(ig),xe=[et,So],Ko=[og,SB,LB,cg],OB=[Ke,TB],Pf=[Ir,Hr],gg=Ko.concat(OB),Gf=[Lo,Dn,Sn,Io,Do],wg=[_r,bo],pg=function(t,A){A===void 0&&(A="strict");var e=[],r=[],s=[];return t.forEach(function(n,i){var o=To.get(n);if(o>kf?(s.push(!0),o-=kf):s.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(n)!==-1)return r.push(i),e.push(_o);if(o===ag||o===yo){if(i===0)return r.push(i),e.push(et);var a=e[i-1];return gg.indexOf(a)===-1?(r.push(r[i-1]),e.push(a)):(r.push(i),e.push(et))}if(r.push(i),o===ug)return e.push(A==="strict"?Ho:Nr);if(o===KB||o===lg)return e.push(et);if(o===hg)return n>=131072&&n<=196605||n>=196608&&n<=262141?e.push(Nr):e.push(et);e.push(o)}),[r,e,s]},oo=function(t,A,e,r){var s=r[e];if(Array.isArray(t)?t.indexOf(s)!==-1:t===s)for(var n=e;n<=r.length;){n++;var i=r[n];if(i===A)return!0;if(i!==Ke)break}if(s===Ke)for(var n=e;n>0;){n--;var o=r[n];if(Array.isArray(t)?t.indexOf(o)!==-1:t===o)for(var a=e;a<=r.length;){a++;var i=r[a];if(i===A)return!0;if(i!==Ke)break}if(o!==Ke)break}return!1},Vf=function(t,A){for(var e=t;e>=0;){var r=A[e];if(r===Ke)e--;else return r}return 0},Cg=function(t,A,e,r,s){if(e[r]===0)return $;var n=r-1;if(Array.isArray(s)&&s[n]===!0)return $;var i=n-1,o=n+1,a=A[n],f=i>=0?A[i]:0,c=A[o];if(a===SB&&c===LB)return $;if(Ko.indexOf(a)!==-1)return kB;if(Ko.indexOf(c)!==-1||OB.indexOf(c)!==-1)return $;if(Vf(n,A)===TB)return pn;if(To.get(t[n])===yo||(a===gn||a===wn)&&To.get(t[o])===yo||a===Of||c===Of||a===Rf||[Ke,bo,_r].indexOf(a)===-1&&c===Rf||[dn,Qr,Bg,bt,_t].indexOf(c)!==-1||Vf(n,A)===vr||oo(no,vr,n,A)||oo([dn,Qr],Ho,n,A)||oo(Nf,Nf,n,A))return $;if(a===Ke)return pn;if(a===no||c===no)return $;if(c===_o||a===_o)return pn;if([bo,_r,Ho].indexOf(c)!==-1||a===fg||f===So&&wg.indexOf(a)!==-1||a===_t&&c===So||c===Mf||xe.indexOf(c)!==-1&&a===RA||xe.indexOf(a)!==-1&&c===RA||a===Ir&&[Nr,gn,wn].indexOf(c)!==-1||[Nr,gn,wn].indexOf(a)!==-1&&c===Hr||xe.indexOf(a)!==-1&&Pf.indexOf(c)!==-1||Pf.indexOf(a)!==-1&&xe.indexOf(c)!==-1||[Ir,Hr].indexOf(a)!==-1&&(c===RA||[vr,_r].indexOf(c)!==-1&&A[o+1]===RA)||[vr,_r].indexOf(a)!==-1&&c===RA||a===RA&&[RA,_t,bt].indexOf(c)!==-1)return $;if([RA,_t,bt,dn,Qr].indexOf(c)!==-1)for(var B=n;B>=0;){var l=A[B];if(l===RA)return $;if([_t,bt].indexOf(l)!==-1)B--;else break}if([Ir,Hr].indexOf(c)!==-1)for(var B=[dn,Qr].indexOf(a)!==-1?i:n;B>=0;){var l=A[B];if(l===RA)return $;if([_t,bt].indexOf(l)!==-1)B--;else break}if(Lo===a&&[Lo,Dn,Io,Do].indexOf(c)!==-1||[Dn,Io].indexOf(a)!==-1&&[Dn,Sn].indexOf(c)!==-1||[Sn,Do].indexOf(a)!==-1&&c===Sn||Gf.indexOf(a)!==-1&&[Mf,Hr].indexOf(c)!==-1||Gf.indexOf(c)!==-1&&a===Ir||xe.indexOf(a)!==-1&&xe.indexOf(c)!==-1||a===bt&&xe.indexOf(c)!==-1||xe.concat(RA).indexOf(a)!==-1&&c===vr&&dg.indexOf(t[o])===-1||xe.concat(RA).indexOf(c)!==-1&&a===Qr)return $;if(a===io&&c===io){for(var d=e[n],u=1;d>0&&(d--,A[d]===io);)u++;if(u%2!==0)return $}return a===gn&&c===wn?$:pn},xg=function(t,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var e=pg(t,A.lineBreak),r=e[0],s=e[1],n=e[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(s=s.map(function(o){return[RA,et,KB].indexOf(o)!==-1?Nr:o}));var i=A.wordBreak==="keep-all"?n.map(function(o,a){return o&&t[a]>=19968&&t[a]<=40959}):void 0;return[r,s,i]},Fg=(function(){function t(A,e,r,s){this.codePoints=A,this.required=e===kB,this.start=r,this.end=s}return t.prototype.slice=function(){return BA.apply(void 0,this.codePoints.slice(this.start,this.end))},t})(),Qg=function(t,A){var e=qn(t),r=xg(e,A),s=r[0],n=r[1],i=r[2],o=e.length,a=0,f=0;return{next:function(){if(f>=o)return{done:!0,value:null};for(var c=$;f<o&&(c=Cg(e,n,s,++f,i))===$;);if(c!==$||f===o){var B=new Fg(e,c,a,f);return a=f,{value:B,done:!1}}return{done:!0,value:null}}}},vg=1,Eg=2,Gr=4,Wf=8,Kn=10,Xf=47,Tr=92,Ug=9,mg=32,Cn=34,Er=61,yg=35,bg=36,_g=37,xn=39,Fn=40,Ur=41,Hg=95,DA=45,Ig=33,Dg=60,Sg=62,Lg=64,Tg=91,Kg=93,kg=61,Og=123,Qn=63,Rg=125,qf=124,Ng=126,Mg=128,Jf=65533,ao=42,tt=43,Pg=44,Gg=58,Vg=59,Mr=46,Wg=0,Xg=8,qg=11,Jg=14,Yg=31,zg=127,ne=-1,RB=48,NB=97,MB=101,Zg=102,jg=117,$g=122,PB=65,GB=69,VB=70,Aw=85,ew=90,yA=function(t){return t>=RB&&t<=57},tw=function(t){return t>=55296&&t<=57343},Ht=function(t){return yA(t)||t>=PB&&t<=VB||t>=NB&&t<=Zg},rw=function(t){return t>=NB&&t<=$g},sw=function(t){return t>=PB&&t<=ew},nw=function(t){return rw(t)||sw(t)},iw=function(t){return t>=Mg},vn=function(t){return t===Kn||t===Ug||t===mg},kn=function(t){return nw(t)||iw(t)||t===Hg},Yf=function(t){return kn(t)||yA(t)||t===DA},ow=function(t){return t>=Wg&&t<=Xg||t===qg||t>=Jg&&t<=Yg||t===zg},Te=function(t,A){return t!==Tr?!1:A!==Kn},En=function(t,A,e){return t===DA?kn(A)||Te(A,e):kn(t)?!0:!!(t===Tr&&Te(t,A))},co=function(t,A,e){return t===tt||t===DA?yA(A)?!0:A===Mr&&yA(e):yA(t===Mr?A:t)},aw=function(t){var A=0,e=1;(t[A]===tt||t[A]===DA)&&(t[A]===DA&&(e=-1),A++);for(var r=[];yA(t[A]);)r.push(t[A++]);var s=r.length?parseInt(BA.apply(void 0,r),10):0;t[A]===Mr&&A++;for(var n=[];yA(t[A]);)n.push(t[A++]);var i=n.length,o=i?parseInt(BA.apply(void 0,n),10):0;(t[A]===GB||t[A]===MB)&&A++;var a=1;(t[A]===tt||t[A]===DA)&&(t[A]===DA&&(a=-1),A++);for(var f=[];yA(t[A]);)f.push(t[A++]);var c=f.length?parseInt(BA.apply(void 0,f),10):0;return e*(s+o*Math.pow(10,-i))*Math.pow(10,a*c)},cw={type:2},fw={type:3},Bw={type:4},lw={type:13},uw={type:8},hw={type:21},dw={type:9},gw={type:10},ww={type:11},pw={type:12},Cw={type:14},Un={type:23},xw={type:1},Fw={type:25},Qw={type:24},vw={type:26},Ew={type:27},Uw={type:28},mw={type:29},yw={type:31},ko={type:32},WB=(function(){function t(){this._value=[]}return t.prototype.write=function(A){this._value=this._value.concat(qn(A))},t.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==ko;)A.push(e),e=this.consumeToken();return A},t.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case Cn:return this.consumeStringToken(Cn);case yg:var e=this.peekCodePoint(0),r=this.peekCodePoint(1),s=this.peekCodePoint(2);if(Yf(e)||Te(r,s)){var n=En(e,r,s)?Eg:vg,i=this.consumeName();return{type:5,value:i,flags:n}}break;case bg:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),lw;break;case xn:return this.consumeStringToken(xn);case Fn:return cw;case Ur:return fw;case ao:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),Cw;break;case tt:if(co(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Pg:return Bw;case DA:var o=A,a=this.peekCodePoint(0),f=this.peekCodePoint(1);if(co(o,a,f))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(En(o,a,f))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(a===DA&&f===Sg)return this.consumeCodePoint(),this.consumeCodePoint(),Qw;break;case Mr:if(co(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Xf:if(this.peekCodePoint(0)===ao)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===ao&&(c=this.consumeCodePoint(),c===Xf))return this.consumeToken();if(c===ne)return this.consumeToken()}break;case Gg:return vw;case Vg:return Ew;case Dg:if(this.peekCodePoint(0)===Ig&&this.peekCodePoint(1)===DA&&this.peekCodePoint(2)===DA)return this.consumeCodePoint(),this.consumeCodePoint(),Fw;break;case Lg:var B=this.peekCodePoint(0),l=this.peekCodePoint(1),d=this.peekCodePoint(2);if(En(B,l,d)){var i=this.consumeName();return{type:7,value:i}}break;case Tg:return Uw;case Tr:if(Te(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case Kg:return mw;case kg:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),uw;break;case Og:return ww;case Rg:return pw;case jg:case Aw:var u=this.peekCodePoint(0),w=this.peekCodePoint(1);return u===tt&&(Ht(w)||w===Qn)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case qf:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),dw;if(this.peekCodePoint(0)===qf)return this.consumeCodePoint(),hw;break;case Ng:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),gw;break;case ne:return ko}return vn(A)?(this.consumeWhiteSpace(),yw):yA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):kn(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:BA(A)}},t.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A>"u"?-1:A},t.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},t.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},t.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();Ht(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var r=!1;e===Qn&&A.length<6;)A.push(e),e=this.consumeCodePoint(),r=!0;if(r){var s=parseInt(BA.apply(void 0,A.map(function(a){return a===Qn?RB:a})),16),n=parseInt(BA.apply(void 0,A.map(function(a){return a===Qn?VB:a})),16);return{type:30,start:s,end:n}}var i=parseInt(BA.apply(void 0,A),16);if(this.peekCodePoint(0)===DA&&Ht(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var o=[];Ht(e)&&o.length<6;)o.push(e),e=this.consumeCodePoint();var n=parseInt(BA.apply(void 0,o),16);return{type:30,start:i,end:n}}else return{type:30,start:i,end:i}},t.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===Fn?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Fn?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},t.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===ne)return{type:22,value:""};var e=this.peekCodePoint(0);if(e===xn||e===Cn){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===ne||this.peekCodePoint(0)===Ur)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),Un)}for(;;){var s=this.consumeCodePoint();if(s===ne||s===Ur)return{type:22,value:BA.apply(void 0,A)};if(vn(s))return this.consumeWhiteSpace(),this.peekCodePoint(0)===ne||this.peekCodePoint(0)===Ur?(this.consumeCodePoint(),{type:22,value:BA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Un);if(s===Cn||s===xn||s===Fn||ow(s))return this.consumeBadUrlRemnants(),Un;if(s===Tr)if(Te(s,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Un;else A.push(s)}},t.prototype.consumeWhiteSpace=function(){for(;vn(this.peekCodePoint(0));)this.consumeCodePoint()},t.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===Ur||A===ne)return;Te(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},t.prototype.consumeStringSlice=function(A){for(var e=5e4,r="";A>0;){var s=Math.min(e,A);r+=BA.apply(void 0,this._value.splice(0,s)),A-=s}return this._value.shift(),r},t.prototype.consumeStringToken=function(A){var e="",r=0;do{var s=this._value[r];if(s===ne||s===void 0||s===A)return e+=this.consumeStringSlice(r),{type:0,value:e};if(s===Kn)return this._value.splice(0,r),xw;if(s===Tr){var n=this._value[r+1];n!==ne&&n!==void 0&&(n===Kn?(e+=this.consumeStringSlice(r),r=-1,this._value.shift()):Te(s,n)&&(e+=this.consumeStringSlice(r),e+=BA(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},t.prototype.consumeNumber=function(){var A=[],e=Gr,r=this.peekCodePoint(0);for((r===tt||r===DA)&&A.push(this.consumeCodePoint());yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var s=this.peekCodePoint(1);if(r===Mr&&yA(s))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=Wf;yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),s=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((r===GB||r===MB)&&((s===tt||s===DA)&&yA(n)||yA(s)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=Wf;yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[aw(A),e]},t.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],r=A[1],s=this.peekCodePoint(0),n=this.peekCodePoint(1),i=this.peekCodePoint(2);if(En(s,n,i)){var o=this.consumeName();return{type:15,number:e,flags:r,unit:o}}return s===_g?(this.consumeCodePoint(),{type:16,number:e,flags:r}):{type:17,number:e,flags:r}},t.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Ht(A)){for(var e=BA(A);Ht(this.peekCodePoint(0))&&e.length<6;)e+=BA(this.consumeCodePoint());vn(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(e,16);return r===0||tw(r)||r>1114111?Jf:r}return A===ne?Jf:A},t.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(Yf(e))A+=BA(e);else if(Te(e,this.peekCodePoint(0)))A+=BA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(e),A}},t})(),XB=(function(){function t(A){this._tokens=A}return t.create=function(A){var e=new WB;return e.write(A),new t(e.read())},t.parseValue=function(A){return t.create(A).parseComponentValue()},t.parseValues=function(A){return t.create(A).parseComponentValues()},t.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 e=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},t.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(e.type===32)return A;A.push(e),A.push()}},t.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},t.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||_w(r,A))return e;this.reconsumeToken(r),e.values.push(this.consumeComponentValue()),r=this.consumeToken()}},t.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return e;this.reconsumeToken(r),e.values.push(this.consumeComponentValue())}},t.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A>"u"?ko:A},t.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},t})(),Vr=function(t){return t.type===15},Rt=function(t){return t.type===17},rA=function(t){return t.type===20},bw=function(t){return t.type===0},Oo=function(t,A){return rA(t)&&t.value===A},qB=function(t){return t.type!==31},Ot=function(t){return t.type!==31&&t.type!==4},ie=function(t){var A=[],e=[];return t.forEach(function(r){if(r.type===4){if(e.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(e),e=[];return}r.type!==31&&e.push(r)}),e.length&&A.push(e),A},_w=function(t,A){return A===11&&t.type===12||A===28&&t.type===29?!0:A===2&&t.type===3},Me=function(t){return t.type===17||t.type===15},hA=function(t){return t.type===16||Me(t)},JB=function(t){return t.length>1?[t[0],t[1]]:[t[0]]},EA={type:17,number:0,flags:Gr},Yo={type:16,number:50,flags:Gr},ke={type:16,number:100,flags:Gr},Dr=function(t,A,e){var r=t[0],s=t[1];return[oA(r,A),oA(typeof s<"u"?s:r,e)]},oA=function(t,A){if(t.type===16)return t.number/100*A;if(Vr(t))switch(t.unit){case"rem":case"em":return 16*t.number;default:return t.number}return t.number},YB="deg",zB="grad",ZB="rad",jB="turn",Jn={name:"angle",parse:function(t,A){if(A.type===15)switch(A.unit){case YB:return Math.PI*A.number/180;case zB:return Math.PI/200*A.number;case ZB:return A.number;case jB:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},$B=function(t){return t.type===15&&(t.unit===YB||t.unit===zB||t.unit===ZB||t.unit===jB)},Al=function(t){var A=t.filter(rA).map(function(e){return e.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[EA,EA];case"to top":case"bottom":return qA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[EA,ke];case"to right":case"left":return qA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[ke,ke];case"to bottom":case"top":return qA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[ke,EA];case"to left":case"right":return qA(270)}return 0},qA=function(t){return Math.PI*t/180},Re={name:"color",parse:function(t,A){if(A.type===18){var e=Hw[A.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return e(t,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),s=A.value.substring(1,2),n=A.value.substring(2,3);return Oe(parseInt(r+r,16),parseInt(s+s,16),parseInt(n+n,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),s=A.value.substring(1,2),n=A.value.substring(2,3),i=A.value.substring(3,4);return Oe(parseInt(r+r,16),parseInt(s+s,16),parseInt(n+n,16),parseInt(i+i,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),s=A.value.substring(2,4),n=A.value.substring(4,6);return Oe(parseInt(r,16),parseInt(s,16),parseInt(n,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),s=A.value.substring(2,4),n=A.value.substring(4,6),i=A.value.substring(6,8);return Oe(parseInt(r,16),parseInt(s,16),parseInt(n,16),parseInt(i,16)/255)}}if(A.type===20){var o=Qe[A.value.toUpperCase()];if(typeof o<"u")return o}return Qe.TRANSPARENT}},Ne=function(t){return(255&t)===0},FA=function(t){var A=255&t,e=255&t>>8,r=255&t>>16,s=255&t>>24;return A<255?"rgba("+s+","+r+","+e+","+A/255+")":"rgb("+s+","+r+","+e+")"},Oe=function(t,A,e,r){return(t<<24|A<<16|e<<8|Math.round(r*255)<<0)>>>0},zf=function(t,A){if(t.type===17)return t.number;if(t.type===16){var e=A===3?1:255;return A===3?t.number/100*e:Math.round(t.number/100*e)}return 0},Zf=function(t,A){var e=A.filter(Ot);if(e.length===3){var r=e.map(zf),s=r[0],n=r[1],i=r[2];return Oe(s,n,i,1)}if(e.length===4){var o=e.map(zf),s=o[0],n=o[1],i=o[2],a=o[3];return Oe(s,n,i,a)}return 0};function fo(t,A,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(A-t)*e*6+t:e<1/2?A:e<2/3?(A-t)*6*(2/3-e)+t:t}var jf=function(t,A){var e=A.filter(Ot),r=e[0],s=e[1],n=e[2],i=e[3],o=(r.type===17?qA(r.number):Jn.parse(t,r))/(Math.PI*2),a=hA(s)?s.number/100:0,f=hA(n)?n.number/100:0,c=typeof i<"u"&&hA(i)?oA(i,1):1;if(a===0)return Oe(f*255,f*255,f*255,1);var B=f<=.5?f*(a+1):f+a-f*a,l=f*2-B,d=fo(l,B,o+1/3),u=fo(l,B,o),w=fo(l,B,o-1/3);return Oe(d*255,u*255,w*255,c)},Hw={hsl:jf,hsla:jf,rgb:Zf,rgba:Zf},Kr=function(t,A){return Re.parse(t,XB.create(A).parseComponentValue())},Qe={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},Iw={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(t,A){return A.map(function(e){if(rA(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Dw={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Yn=function(t,A){var e=Re.parse(t,A[0]),r=A[1];return r&&hA(r)?{color:e,stop:r}:{color:e,stop:null}},$f=function(t,A){var e=t[0],r=t[t.length-1];e.stop===null&&(e.stop=EA),r.stop===null&&(r.stop=ke);for(var s=[],n=0,i=0;i<t.length;i++){var o=t[i].stop;if(o!==null){var a=oA(o,A);a>n?s.push(a):s.push(n),n=a}else s.push(null)}for(var f=null,i=0;i<s.length;i++){var c=s[i];if(c===null)f===null&&(f=i);else if(f!==null){for(var B=i-f,l=s[f-1],d=(c-l)/(B+1),u=1;u<=B;u++)s[f+u-1]=d*u;f=null}}return t.map(function(w,x){var h=w.color;return{color:h,stop:Math.max(Math.min(1,s[x]/A),0)}})},Sw=function(t,A,e){var r=A/2,s=e/2,n=oA(t[0],A)-r,i=s-oA(t[1],e);return(Math.atan2(i,n)+Math.PI*2)%(Math.PI*2)},Lw=function(t,A,e){var r=typeof t=="number"?t:Sw(t,A,e),s=Math.abs(A*Math.sin(r))+Math.abs(e*Math.cos(r)),n=A/2,i=e/2,o=s/2,a=Math.sin(r-Math.PI/2)*o,f=Math.cos(r-Math.PI/2)*o;return[s,n-f,n+f,i-a,i+a]},Ae=function(t,A){return Math.sqrt(t*t+A*A)},AB=function(t,A,e,r,s){var n=[[0,0],[0,A],[t,0],[t,A]];return n.reduce(function(i,o){var a=o[0],f=o[1],c=Ae(e-a,r-f);return(s?c<i.optimumDistance:c>i.optimumDistance)?{optimumCorner:o,optimumDistance:c}:i},{optimumDistance:s?1/0:-1/0,optimumCorner:null}).optimumCorner},Tw=function(t,A,e,r,s){var n=0,i=0;switch(t.size){case 0:t.shape===0?n=i=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(e),Math.abs(e-s)):t.shape===1&&(n=Math.min(Math.abs(A),Math.abs(A-r)),i=Math.min(Math.abs(e),Math.abs(e-s)));break;case 2:if(t.shape===0)n=i=Math.min(Ae(A,e),Ae(A,e-s),Ae(A-r,e),Ae(A-r,e-s));else if(t.shape===1){var o=Math.min(Math.abs(e),Math.abs(e-s))/Math.min(Math.abs(A),Math.abs(A-r)),a=AB(r,s,A,e,!0),f=a[0],c=a[1];n=Ae(f-A,(c-e)/o),i=o*n}break;case 1:t.shape===0?n=i=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(e),Math.abs(e-s)):t.shape===1&&(n=Math.max(Math.abs(A),Math.abs(A-r)),i=Math.max(Math.abs(e),Math.abs(e-s)));break;case 3:if(t.shape===0)n=i=Math.max(Ae(A,e),Ae(A,e-s),Ae(A-r,e),Ae(A-r,e-s));else if(t.shape===1){var o=Math.max(Math.abs(e),Math.abs(e-s))/Math.max(Math.abs(A),Math.abs(A-r)),B=AB(r,s,A,e,!1),f=B[0],c=B[1];n=Ae(f-A,(c-e)/o),i=o*n}break}return Array.isArray(t.size)&&(n=oA(t.size[0],r),i=t.size.length===2?oA(t.size[1],s):n),[n,i]},Kw=function(t,A){var e=qA(180),r=[];return ie(A).forEach(function(s,n){if(n===0){var i=s[0];if(i.type===20&&i.value==="to"){e=Al(s);return}else if($B(i)){e=Jn.parse(t,i);return}}var o=Yn(t,s);r.push(o)}),{angle:e,stops:r,type:1}},mn=function(t,A){var e=qA(180),r=[];return ie(A).forEach(function(s,n){if(n===0){var i=s[0];if(i.type===20&&["top","left","right","bottom"].indexOf(i.value)!==-1){e=Al(s);return}else if($B(i)){e=(Jn.parse(t,i)+qA(270))%qA(360);return}}var o=Yn(t,s);r.push(o)}),{angle:e,stops:r,type:1}},kw=function(t,A){var e=qA(180),r=[],s=1,n=0,i=3,o=[];return ie(A).forEach(function(a,f){var c=a[0];if(f===0){if(rA(c)&&c.value==="linear"){s=1;return}else if(rA(c)&&c.value==="radial"){s=2;return}}if(c.type===18){if(c.name==="from"){var B=Re.parse(t,c.values[0]);r.push({stop:EA,color:B})}else if(c.name==="to"){var B=Re.parse(t,c.values[0]);r.push({stop:ke,color:B})}else if(c.name==="color-stop"){var l=c.values.filter(Ot);if(l.length===2){var B=Re.parse(t,l[1]),d=l[0];Rt(d)&&r.push({stop:{type:16,number:d.number*100,flags:d.flags},color:B})}}}}),s===1?{angle:(e+qA(180))%qA(360),stops:r,type:s}:{size:i,shape:n,stops:r,position:o,type:s}},el="closest-side",tl="farthest-side",rl="closest-corner",sl="farthest-corner",nl="circle",il="ellipse",ol="cover",al="contain",Ow=function(t,A){var e=0,r=3,s=[],n=[];return ie(A).forEach(function(i,o){var a=!0;if(o===0){var f=!1;a=i.reduce(function(B,l){if(f)if(rA(l))switch(l.value){case"center":return n.push(Yo),B;case"top":case"left":return n.push(EA),B;case"right":case"bottom":return n.push(ke),B}else(hA(l)||Me(l))&&n.push(l);else if(rA(l))switch(l.value){case nl:return e=0,!1;case il:return e=1,!1;case"at":return f=!0,!1;case el:return r=0,!1;case ol:case tl:return r=1,!1;case al:case rl:return r=2,!1;case sl:return r=3,!1}else if(Me(l)||hA(l))return Array.isArray(r)||(r=[]),r.push(l),!1;return B},a)}if(a){var c=Yn(t,i);s.push(c)}}),{size:r,shape:e,stops:s,position:n,type:2}},yn=function(t,A){var e=0,r=3,s=[],n=[];return ie(A).forEach(function(i,o){var a=!0;if(o===0?a=i.reduce(function(c,B){if(rA(B))switch(B.value){case"center":return n.push(Yo),!1;case"top":case"left":return n.push(EA),!1;case"right":case"bottom":return n.push(ke),!1}else if(hA(B)||Me(B))return n.push(B),!1;return c},a):o===1&&(a=i.reduce(function(c,B){if(rA(B))switch(B.value){case nl:return e=0,!1;case il:return e=1,!1;case al:case el:return r=0,!1;case tl:return r=1,!1;case rl:return r=2,!1;case ol:case sl:return r=3,!1}else if(Me(B)||hA(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},a)),a){var f=Yn(t,i);s.push(f)}}),{size:r,shape:e,stops:s,position:n,type:2}},Rw=function(t){return t.type===1},Nw=function(t){return t.type===2},zo={name:"image",parse:function(t,A){if(A.type===22){var e={url:A.value,type:0};return t.cache.addImage(A.value),e}if(A.type===18){var r=cl[A.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(t,A.values)}throw new Error("Unsupported image type "+A.type)}};function Mw(t){return!(t.type===20&&t.value==="none")&&(t.type!==18||!!cl[t.name])}var cl={"linear-gradient":Kw,"-moz-linear-gradient":mn,"-ms-linear-gradient":mn,"-o-linear-gradient":mn,"-webkit-linear-gradient":mn,"radial-gradient":Ow,"-moz-radial-gradient":yn,"-ms-radial-gradient":yn,"-o-radial-gradient":yn,"-webkit-radial-gradient":yn,"-webkit-gradient":kw},Pw={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(t,A){if(A.length===0)return[];var e=A[0];return e.type===20&&e.value==="none"?[]:A.filter(function(r){return Ot(r)&&Mw(r)}).map(function(r){return zo.parse(t,r)})}},Gw={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(t,A){return A.map(function(e){if(rA(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Vw={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(t,A){return ie(A).map(function(e){return e.filter(hA)}).map(JB)}},Ww={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(t,A){return ie(A).map(function(e){return e.filter(rA).map(function(r){return r.value}).join(" ")}).map(Xw)}},Xw=function(t){switch(t){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}},kt;(function(t){t.AUTO="auto",t.CONTAIN="contain",t.COVER="cover"})(kt||(kt={}));var qw={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(t,A){return ie(A).map(function(e){return e.filter(Jw)})}},Jw=function(t){return rA(t)||hA(t)},zn=function(t){return{name:"border-"+t+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},Yw=zn("top"),zw=zn("right"),Zw=zn("bottom"),jw=zn("left"),Zn=function(t){return{name:"border-radius-"+t,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return JB(e.filter(hA))}}},$w=Zn("top-left"),Ap=Zn("top-right"),ep=Zn("bottom-right"),tp=Zn("bottom-left"),jn=function(t){return{name:"border-"+t+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},rp=jn("top"),sp=jn("right"),np=jn("bottom"),ip=jn("left"),$n=function(t){return{name:"border-"+t+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return Vr(e)?e.number:0}}},op=$n("top"),ap=$n("right"),cp=$n("bottom"),fp=$n("left"),Bp={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},lp={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(t,A){return A==="rtl"?1:0}},up={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).reduce(function(e,r){return e|hp(r.value)},0)}},hp=function(t){switch(t){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},dp={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},gp={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(t,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},On;(function(t){t.NORMAL="normal",t.STRICT="strict"})(On||(On={}));var wp={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){return A==="strict"?On.STRICT:On.NORMAL}},pp={name:"line-height",initialValue:"normal",prefix:!1,type:4},eB=function(t,A){return rA(t)&&t.value==="normal"?1.2*A:t.type===17?A*t.number:hA(t)?oA(t,A):A},Cp={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(t,A){return A.type===20&&A.value==="none"?null:zo.parse(t,A)}},xp={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(t,A){return A==="inside"?0:1}},Ro={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(t,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}}},Ai=function(t){return{name:"margin-"+t,initialValue:"0",prefix:!1,type:4}},Fp=Ai("top"),Qp=Ai("right"),vp=Ai("bottom"),Ep=Ai("left"),Up={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).map(function(e){switch(e.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},mp={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){return A==="break-word"?"break-word":"normal"}},ei=function(t){return{name:"padding-"+t,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},yp=ei("top"),bp=ei("right"),_p=ei("bottom"),Hp=ei("left"),Ip={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(t,A){switch(A){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Dp={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(t,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Sp={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.length===1&&Oo(A[0],"none")?[]:ie(A).map(function(e){for(var r={color:Qe.TRANSPARENT,offsetX:EA,offsetY:EA,blur:EA},s=0,n=0;n<e.length;n++){var i=e[n];Me(i)?(s===0?r.offsetX=i:s===1?r.offsetY=i:r.blur=i,s++):r.color=Re.parse(t,i)}return r})}},Lp={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Tp={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(t,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var e=Op[A.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return e(A.values)}return null}},Kp=function(t){var A=t.filter(function(e){return e.type===17}).map(function(e){return e.number});return A.length===6?A:null},kp=function(t){var A=t.filter(function(a){return a.type===17}).map(function(a){return a.number}),e=A[0],r=A[1];A[2],A[3];var s=A[4],n=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var i=A[12],o=A[13];return A[14],A[15],A.length===16?[e,r,s,n,i,o]:null},Op={matrix:Kp,matrix3d:kp},tB={type:16,number:50,flags:Gr},Rp=[tB,tB],Np={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(t,A){var e=A.filter(hA);return e.length!==2?Rp:[e[0],e[1]]}},Mp={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"hidden":return 1;case"collapse":return 2;default:return 0}}},kr;(function(t){t.NORMAL="normal",t.BREAK_ALL="break-all",t.KEEP_ALL="keep-all"})(kr||(kr={}));var Pp={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){switch(A){case"break-all":return kr.BREAK_ALL;case"keep-all":return kr.KEEP_ALL;default:return kr.NORMAL}}},Gp={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(t,A){if(A.type===20)return{auto:!0,order:0};if(Rt(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},fl={name:"time",parse:function(t,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")}},Vp={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(t,A){return Rt(A)?A.number:1}},Wp={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Xp={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).map(function(e){switch(e.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(e){return e!==0})}},qp={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(t,A){var e=[],r=[];return A.forEach(function(s){switch(s.type){case 20:case 0:e.push(s.value);break;case 17:e.push(s.number.toString());break;case 4:r.push(e.join(" ")),e.length=0;break}}),e.length&&r.push(e.join(" ")),r.map(function(s){return s.indexOf(" ")===-1?s:"'"+s+"'"})}},Jp={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},Yp={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(t,A){return Rt(A)?A.number:rA(A)&&A.value==="bold"?700:400}},zp={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.filter(rA).map(function(e){return e.value})}},Zp={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},wA=function(t,A){return(t&A)!==0},jp={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(t,A){if(A.length===0)return[];var e=A[0];return e.type===20&&e.value==="none"?[]:A}},$p={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return null;var e=A[0];if(e.type===20&&e.value==="none")return null;for(var r=[],s=A.filter(qB),n=0;n<s.length;n++){var i=s[n],o=s[n+1];if(i.type===20){var a=o&&Rt(o)?o.number:1;r.push({counter:i.value,increment:a})}}return r}},AC={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return[];for(var e=[],r=A.filter(qB),s=0;s<r.length;s++){var n=r[s],i=r[s+1];if(rA(n)&&n.value!=="none"){var o=i&&Rt(i)?i.number:0;e.push({counter:n.value,reset:o})}}return e}},eC={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(t,A){return A.filter(Vr).map(function(e){return fl.parse(t,e)})}},tC={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return null;var e=A[0];if(e.type===20&&e.value==="none")return null;var r=[],s=A.filter(bw);if(s.length%2!==0)return null;for(var n=0;n<s.length;n+=2){var i=s[n].value,o=s[n+1].value;r.push({open:i,close:o})}return r}},rB=function(t,A,e){if(!t)return"";var r=t[Math.min(A,t.length-1)];return r?e?r.open:r.close:""},rC={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.length===1&&Oo(A[0],"none")?[]:ie(A).map(function(e){for(var r={color:255,offsetX:EA,offsetY:EA,blur:EA,spread:EA,inset:!1},s=0,n=0;n<e.length;n++){var i=e[n];Oo(i,"inset")?r.inset=!0:Me(i)?(s===0?r.offsetX=i:s===1?r.offsetY=i:s===2?r.blur=i:r.spread=i,s++):r.color=Re.parse(t,i)}return r})}},sC={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(t,A){var e=[0,1,2],r=[];return A.filter(rA).forEach(function(s){switch(s.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),e.forEach(function(s){r.indexOf(s)===-1&&r.push(s)}),r}},nC={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},iC={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(t,A){return Vr(A)?A.number:0}},oC=(function(){function t(A,e){var r,s;this.animationDuration=P(A,eC,e.animationDuration),this.backgroundClip=P(A,Iw,e.backgroundClip),this.backgroundColor=P(A,Dw,e.backgroundColor),this.backgroundImage=P(A,Pw,e.backgroundImage),this.backgroundOrigin=P(A,Gw,e.backgroundOrigin),this.backgroundPosition=P(A,Vw,e.backgroundPosition),this.backgroundRepeat=P(A,Ww,e.backgroundRepeat),this.backgroundSize=P(A,qw,e.backgroundSize),this.borderTopColor=P(A,Yw,e.borderTopColor),this.borderRightColor=P(A,zw,e.borderRightColor),this.borderBottomColor=P(A,Zw,e.borderBottomColor),this.borderLeftColor=P(A,jw,e.borderLeftColor),this.borderTopLeftRadius=P(A,$w,e.borderTopLeftRadius),this.borderTopRightRadius=P(A,Ap,e.borderTopRightRadius),this.borderBottomRightRadius=P(A,ep,e.borderBottomRightRadius),this.borderBottomLeftRadius=P(A,tp,e.borderBottomLeftRadius),this.borderTopStyle=P(A,rp,e.borderTopStyle),this.borderRightStyle=P(A,sp,e.borderRightStyle),this.borderBottomStyle=P(A,np,e.borderBottomStyle),this.borderLeftStyle=P(A,ip,e.borderLeftStyle),this.borderTopWidth=P(A,op,e.borderTopWidth),this.borderRightWidth=P(A,ap,e.borderRightWidth),this.borderBottomWidth=P(A,cp,e.borderBottomWidth),this.borderLeftWidth=P(A,fp,e.borderLeftWidth),this.boxShadow=P(A,rC,e.boxShadow),this.color=P(A,Bp,e.color),this.direction=P(A,lp,e.direction),this.display=P(A,up,e.display),this.float=P(A,dp,e.cssFloat),this.fontFamily=P(A,qp,e.fontFamily),this.fontSize=P(A,Jp,e.fontSize),this.fontStyle=P(A,Zp,e.fontStyle),this.fontVariant=P(A,zp,e.fontVariant),this.fontWeight=P(A,Yp,e.fontWeight),this.letterSpacing=P(A,gp,e.letterSpacing),this.lineBreak=P(A,wp,e.lineBreak),this.lineHeight=P(A,pp,e.lineHeight),this.listStyleImage=P(A,Cp,e.listStyleImage),this.listStylePosition=P(A,xp,e.listStylePosition),this.listStyleType=P(A,Ro,e.listStyleType),this.marginTop=P(A,Fp,e.marginTop),this.marginRight=P(A,Qp,e.marginRight),this.marginBottom=P(A,vp,e.marginBottom),this.marginLeft=P(A,Ep,e.marginLeft),this.opacity=P(A,Vp,e.opacity);var n=P(A,Up,e.overflow);this.overflowX=n[0],this.overflowY=n[n.length>1?1:0],this.overflowWrap=P(A,mp,e.overflowWrap),this.paddingTop=P(A,yp,e.paddingTop),this.paddingRight=P(A,bp,e.paddingRight),this.paddingBottom=P(A,_p,e.paddingBottom),this.paddingLeft=P(A,Hp,e.paddingLeft),this.paintOrder=P(A,sC,e.paintOrder),this.position=P(A,Dp,e.position),this.textAlign=P(A,Ip,e.textAlign),this.textDecorationColor=P(A,Wp,(r=e.textDecorationColor)!==null&&r!==void 0?r:e.color),this.textDecorationLine=P(A,Xp,(s=e.textDecorationLine)!==null&&s!==void 0?s:e.textDecoration),this.textShadow=P(A,Sp,e.textShadow),this.textTransform=P(A,Lp,e.textTransform),this.transform=P(A,Tp,e.transform),this.transformOrigin=P(A,Np,e.transformOrigin),this.visibility=P(A,Mp,e.visibility),this.webkitTextStrokeColor=P(A,nC,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=P(A,iC,e.webkitTextStrokeWidth),this.wordBreak=P(A,Pp,e.wordBreak),this.zIndex=P(A,Gp,e.zIndex)}return t.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},t.prototype.isTransparent=function(){return Ne(this.backgroundColor)},t.prototype.isTransformed=function(){return this.transform!==null},t.prototype.isPositioned=function(){return this.position!==0},t.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},t.prototype.isFloating=function(){return this.float!==0},t.prototype.isInlineLevel=function(){return wA(this.display,4)||wA(this.display,33554432)||wA(this.display,268435456)||wA(this.display,536870912)||wA(this.display,67108864)||wA(this.display,134217728)},t})(),aC=(function(){function t(A,e){this.content=P(A,jp,e.content),this.quotes=P(A,tC,e.quotes)}return t})(),sB=(function(){function t(A,e){this.counterIncrement=P(A,$p,e.counterIncrement),this.counterReset=P(A,AC,e.counterReset)}return t})(),P=function(t,A,e){var r=new WB,s=e!==null&&typeof e<"u"?e.toString():A.initialValue;r.write(s);var n=new XB(r.read());switch(A.type){case 2:var i=n.parseComponentValue();return A.parse(t,rA(i)?i.value:A.initialValue);case 0:return A.parse(t,n.parseComponentValue());case 1:return A.parse(t,n.parseComponentValues());case 4:return n.parseComponentValue();case 3:switch(A.format){case"angle":return Jn.parse(t,n.parseComponentValue());case"color":return Re.parse(t,n.parseComponentValue());case"image":return zo.parse(t,n.parseComponentValue());case"length":var o=n.parseComponentValue();return Me(o)?o:EA;case"length-percentage":var a=n.parseComponentValue();return hA(a)?a:EA;case"time":return fl.parse(t,n.parseComponentValue())}break}},cC="data-html2canvas-debug",fC=function(t){var A=t.getAttribute(cC);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},No=function(t,A){var e=fC(t);return e===1||A===e},oe=(function(){function t(A,e){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,No(e,3))debugger;this.styles=new oC(A,window.getComputedStyle(e,null)),Go(e)&&(this.styles.animationDuration.some(function(r){return r>0})&&(e.style.animationDuration="0s"),this.styles.transform!==null&&(e.style.transform="none")),this.bounds=Xn(this.context,e),No(e,4)&&(this.flags|=16)}return t})(),BC="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",nB="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Sr=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(mr=0;mr<nB.length;mr++)Sr[nB.charCodeAt(mr)]=mr;var mr,lC=function(t){var A=t.length*.75,e=t.length,r,s=0,n,i,o,a;t[t.length-1]==="="&&(A--,t[t.length-2]==="="&&A--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(f)?f:new Uint8Array(f);for(r=0;r<e;r+=4)n=Sr[t.charCodeAt(r)],i=Sr[t.charCodeAt(r+1)],o=Sr[t.charCodeAt(r+2)],a=Sr[t.charCodeAt(r+3)],c[s++]=n<<2|i>>4,c[s++]=(i&15)<<4|o>>2,c[s++]=(o&3)<<6|a&63;return f},uC=function(t){for(var A=t.length,e=[],r=0;r<A;r+=2)e.push(t[r+1]<<8|t[r]);return e},hC=function(t){for(var A=t.length,e=[],r=0;r<A;r+=4)e.push(t[r+3]<<24|t[r+2]<<16|t[r+1]<<8|t[r]);return e},st=5,Zo=11,Bo=2,dC=Zo-st,Bl=65536>>st,gC=1<<st,lo=gC-1,wC=1024>>st,pC=Bl+wC,CC=pC,xC=32,FC=CC+xC,QC=65536>>Zo,vC=1<<dC,EC=vC-1,iB=function(t,A,e){return t.slice?t.slice(A,e):new Uint16Array(Array.prototype.slice.call(t,A,e))},UC=function(t,A,e){return t.slice?t.slice(A,e):new Uint32Array(Array.prototype.slice.call(t,A,e))},mC=function(t,A){var e=lC(t),r=Array.isArray(e)?hC(e):new Uint32Array(e),s=Array.isArray(e)?uC(e):new Uint16Array(e),n=24,i=iB(s,n/2,r[4]/2),o=r[5]===2?iB(s,(n+r[4])/2):UC(r,Math.ceil((n+r[4])/4));return new yC(r[0],r[1],r[2],r[3],i,o)},yC=(function(){function t(A,e,r,s,n,i){this.initialValue=A,this.errorValue=e,this.highStart=r,this.highValueIndex=s,this.index=n,this.data=i}return t.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=this.index[A>>st],e=(e<<Bo)+(A&lo),this.data[e];if(A<=65535)return e=this.index[Bl+(A-55296>>st)],e=(e<<Bo)+(A&lo),this.data[e];if(A<this.highStart)return e=FC-QC+(A>>Zo),e=this.index[e],e+=A>>st&EC,e=this.index[e],e=(e<<Bo)+(A&lo),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},t})(),oB="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bC=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(yr=0;yr<oB.length;yr++)bC[oB.charCodeAt(yr)]=yr;var yr,_C=1,uo=2,ho=3,aB=4,cB=5,HC=7,fB=8,go=9,wo=10,BB=11,lB=12,uB=13,hB=14,po=15,IC=function(t){for(var A=[],e=0,r=t.length;e<r;){var s=t.charCodeAt(e++);if(s>=55296&&s<=56319&&e<r){var n=t.charCodeAt(e++);(n&64512)===56320?A.push(((s&1023)<<10)+(n&1023)+65536):(A.push(s),e--)}else A.push(s)}return A},DC=function(){for(var t=[],A=0;A<arguments.length;A++)t[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,t);var e=t.length;if(!e)return"";for(var r=[],s=-1,n="";++s<e;){var i=t[s];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(s+1===e||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},SC=mC(BC),WA="\xD7",Co="\xF7",LC=function(t){return SC.get(t)},TC=function(t,A,e){var r=e-2,s=A[r],n=A[e-1],i=A[e];if(n===uo&&i===ho)return WA;if(n===uo||n===ho||n===aB||i===uo||i===ho||i===aB)return Co;if(n===fB&&[fB,go,BB,lB].indexOf(i)!==-1||(n===BB||n===go)&&(i===go||i===wo)||(n===lB||n===wo)&&i===wo||i===uB||i===cB||i===HC||n===_C)return WA;if(n===uB&&i===hB){for(;s===cB;)s=A[--r];if(s===hB)return WA}if(n===po&&i===po){for(var o=0;s===po;)o++,s=A[--r];if(o%2===0)return WA}return Co},KC=function(t){var A=IC(t),e=A.length,r=0,s=0,n=A.map(LC);return{next:function(){if(r>=e)return{done:!0,value:null};for(var i=WA;r<e&&(i=TC(A,n,++r))===WA;);if(i!==WA||r===e){var o=DC.apply(null,A.slice(s,r));return s=r,{value:o,done:!1}}return{done:!0,value:null}}}},kC=function(t){for(var A=KC(t),e=[],r;!(r=A.next()).done;)r.value&&e.push(r.value.slice());return e},OC=function(t){var A=123;if(t.createRange){var e=t.createRange();if(e.getBoundingClientRect){var r=t.createElement("boundtest");r.style.height=A+"px",r.style.display="block",t.body.appendChild(r),e.selectNode(r);var s=e.getBoundingClientRect(),n=Math.round(s.height);if(t.body.removeChild(r),n===A)return!0}}return!1},RC=function(t){var A=t.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",t.body.appendChild(A);var e=t.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,s=qn(r.data).map(function(a){return BA(a)}),n=0,i={},o=s.every(function(a,f){e.setStart(r,n),e.setEnd(r,n+a.length);var c=e.getBoundingClientRect();n+=a.length;var B=c.x>i.x||c.y>i.y;return i=c,f===0?!0:B});return t.body.removeChild(A),o},NC=function(){return typeof new Image().crossOrigin<"u"},MC=function(){return typeof new XMLHttpRequest().responseType=="string"},PC=function(t){var A=new Image,e=t.createElement("canvas"),r=e.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),e.toDataURL()}catch{return!1}return!0},dB=function(t){return t[0]===0&&t[1]===255&&t[2]===0&&t[3]===255},GC=function(t){var A=t.createElement("canvas"),e=100;A.width=e,A.height=e;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,e,e);var s=new Image,n=A.toDataURL();s.src=n;var i=Mo(e,e,0,0,s);return r.fillStyle="red",r.fillRect(0,0,e,e),gB(i).then(function(o){r.drawImage(o,0,0);var a=r.getImageData(0,0,e,e).data;r.fillStyle="red",r.fillRect(0,0,e,e);var f=t.createElement("div");return f.style.backgroundImage="url("+n+")",f.style.height=e+"px",dB(a)?gB(Mo(e,e,0,0,f)):Promise.reject(!1)}).then(function(o){return r.drawImage(o,0,0),dB(r.getImageData(0,0,e,e).data)}).catch(function(){return!1})},Mo=function(t,A,e,r,s){var n="http://www.w3.org/2000/svg",i=document.createElementNS(n,"svg"),o=document.createElementNS(n,"foreignObject");return i.setAttributeNS(null,"width",t.toString()),i.setAttributeNS(null,"height",A.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",e.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(o),o.appendChild(s),i},gB=function(t){return new Promise(function(A,e){var r=new Image;r.onload=function(){return A(r)},r.onerror=e,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(t))})},vA={get SUPPORT_RANGE_BOUNDS(){var t=OC(document);return Object.defineProperty(vA,"SUPPORT_RANGE_BOUNDS",{value:t}),t},get SUPPORT_WORD_BREAKING(){var t=vA.SUPPORT_RANGE_BOUNDS&&RC(document);return Object.defineProperty(vA,"SUPPORT_WORD_BREAKING",{value:t}),t},get SUPPORT_SVG_DRAWING(){var t=PC(document);return Object.defineProperty(vA,"SUPPORT_SVG_DRAWING",{value:t}),t},get SUPPORT_FOREIGNOBJECT_DRAWING(){var t=typeof Array.from=="function"&&typeof window.fetch=="function"?GC(document):Promise.resolve(!1);return Object.defineProperty(vA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:t}),t},get SUPPORT_CORS_IMAGES(){var t=NC();return Object.defineProperty(vA,"SUPPORT_CORS_IMAGES",{value:t}),t},get SUPPORT_RESPONSE_TYPE(){var t=MC();return Object.defineProperty(vA,"SUPPORT_RESPONSE_TYPE",{value:t}),t},get SUPPORT_CORS_XHR(){var t="withCredentials"in new XMLHttpRequest;return Object.defineProperty(vA,"SUPPORT_CORS_XHR",{value:t}),t},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var t=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(vA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:t}),t}},Or=(function(){function t(A,e){this.text=A,this.bounds=e}return t})(),VC=function(t,A,e,r){var s=qC(A,e),n=[],i=0;return s.forEach(function(o){if(e.textDecorationLine.length||o.trim().length>0)if(vA.SUPPORT_RANGE_BOUNDS){var a=wB(r,i,o.length).getClientRects();if(a.length>1){var f=jo(o),c=0;f.forEach(function(l){n.push(new Or(l,ve.fromDOMRectList(t,wB(r,c+i,l.length).getClientRects()))),c+=l.length})}else n.push(new Or(o,ve.fromDOMRectList(t,a)))}else{var B=r.splitText(o.length);n.push(new Or(o,WC(t,r))),r=B}else vA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(o.length));i+=o.length}),n},WC=function(t,A){var e=A.ownerDocument;if(e){var r=e.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var s=A.parentNode;if(s){s.replaceChild(r,A);var n=Xn(t,r);return r.firstChild&&s.replaceChild(r.firstChild,r),n}}return ve.EMPTY},wB=function(t,A,e){var r=t.ownerDocument;if(!r)throw new Error("Node has no owner document");var s=r.createRange();return s.setStart(t,A),s.setEnd(t,A+e),s},jo=function(t){if(vA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(t)).map(function(e){return e.segment})}return kC(t)},XC=function(t,A){if(vA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(t)).map(function(r){return r.segment})}return YC(t,A)},qC=function(t,A){return A.letterSpacing!==0?jo(t):XC(t,A)},JC=[32,160,4961,65792,65793,4153,4241],YC=function(t,A){for(var e=Qg(t,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],s,n=function(){if(s.value){var i=s.value.slice(),o=qn(i),a="";o.forEach(function(f){JC.indexOf(f)===-1?a+=BA(f):(a.length&&r.push(a),r.push(BA(f)),a="")}),a.length&&r.push(a)}};!(s=e.next()).done;)n();return r},zC=(function(){function t(A,e,r){this.text=ZC(e.data,r.textTransform),this.textBounds=VC(A,this.text,r,e)}return t})(),ZC=function(t,A){switch(A){case 1:return t.toLowerCase();case 3:return t.replace(jC,$C);case 2:return t.toUpperCase();default:return t}},jC=/(^|\s|:|-|\(|\))([a-z])/g,$C=function(t,A,e){return t.length>0?A+e.toUpperCase():t},ll=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.src=r.currentSrc||r.src,s.intrinsicWidth=r.naturalWidth,s.intrinsicHeight=r.naturalHeight,s.context.cache.addImage(s.src),s}return A})(oe),ul=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.canvas=r,s.intrinsicWidth=r.width,s.intrinsicHeight=r.height,s}return A})(oe),hl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this,n=new XMLSerializer,i=Xn(e,r);return r.setAttribute("width",i.width+"px"),r.setAttribute("height",i.height+"px"),s.svg="data:image/svg+xml,"+encodeURIComponent(n.serializeToString(r)),s.intrinsicWidth=r.width.baseVal.value,s.intrinsicHeight=r.height.baseVal.value,s.context.cache.addImage(s.svg),s}return A})(oe),dl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.value=r.value,s}return A})(oe),Po=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.start=r.start,s.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,s}return A})(oe),Ax=[{type:15,flags:0,unit:"px",number:3}],ex=[{type:16,flags:0,number:50}],tx=function(t){return t.width>t.height?new ve(t.left+(t.width-t.height)/2,t.top,t.height,t.height):t.width<t.height?new ve(t.left,t.top+(t.height-t.width)/2,t.width,t.width):t},rx=function(t){var A=t.type===sx?new Array(t.value.length+1).join("\u2022"):t.value;return A.length===0?t.placeholder||"":A},Rn="checkbox",Nn="radio",sx="password",pB=707406591,$o=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;switch(s.type=r.type.toLowerCase(),s.checked=r.checked,s.value=rx(r),(s.type===Rn||s.type===Nn)&&(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=tx(s.bounds)),s.type){case Rn:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=Ax;break;case Nn:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=ex;break}return s}return A})(oe),gl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this,n=r.options[r.selectedIndex||0];return s.value=n&&n.text||"",s}return A})(oe),wl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.value=r.value,s}return A})(oe),pl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;s.src=r.src,s.width=parseInt(r.width,10)||0,s.height=parseInt(r.height,10)||0,s.backgroundColor=s.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){s.tree=xl(e,r.contentWindow.document.documentElement);var n=r.contentWindow.document.documentElement?Kr(e,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):Qe.TRANSPARENT,i=r.contentWindow.document.body?Kr(e,getComputedStyle(r.contentWindow.document.body).backgroundColor):Qe.TRANSPARENT;s.backgroundColor=Ne(n)?Ne(i)?s.styles.backgroundColor:i:n}}catch{}return s}return A})(oe),nx=["OL","UL","MENU"],Ln=function(t,A,e,r){for(var s=A.firstChild,n=void 0;s;s=n)if(n=s.nextSibling,Fl(s)&&s.data.trim().length>0)e.textNodes.push(new zC(t,s,e.styles));else if(Kt(s))if(Ul(s)&&s.assignedNodes)s.assignedNodes().forEach(function(o){return Ln(t,o,e,r)});else{var i=Cl(t,s);i.styles.isVisible()&&(ix(s,i,r)?i.flags|=4:ox(i.styles)&&(i.flags|=2),nx.indexOf(s.tagName)!==-1&&(i.flags|=8),e.elements.push(i),s.slot,s.shadowRoot?Ln(t,s.shadowRoot,i,r):!Mn(s)&&!Ql(s)&&!Pn(s)&&Ln(t,s,i,r))}},Cl=function(t,A){return Vo(A)?new ll(t,A):vl(A)?new ul(t,A):Ql(A)?new hl(t,A):ax(A)?new dl(t,A):cx(A)?new Po(t,A):fx(A)?new $o(t,A):Pn(A)?new gl(t,A):Mn(A)?new wl(t,A):El(A)?new pl(t,A):new oe(t,A)},xl=function(t,A){var e=Cl(t,A);return e.flags|=4,Ln(t,A,e,e),e},ix=function(t,A,e){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Aa(t)&&e.styles.isTransparent()},ox=function(t){return t.isPositioned()||t.isFloating()},Fl=function(t){return t.nodeType===Node.TEXT_NODE},Kt=function(t){return t.nodeType===Node.ELEMENT_NODE},Go=function(t){return Kt(t)&&typeof t.style<"u"&&!Tn(t)},Tn=function(t){return typeof t.className=="object"},ax=function(t){return t.tagName==="LI"},cx=function(t){return t.tagName==="OL"},fx=function(t){return t.tagName==="INPUT"},Bx=function(t){return t.tagName==="HTML"},Ql=function(t){return t.tagName==="svg"},Aa=function(t){return t.tagName==="BODY"},vl=function(t){return t.tagName==="CANVAS"},CB=function(t){return t.tagName==="VIDEO"},Vo=function(t){return t.tagName==="IMG"},El=function(t){return t.tagName==="IFRAME"},xB=function(t){return t.tagName==="STYLE"},lx=function(t){return t.tagName==="SCRIPT"},Mn=function(t){return t.tagName==="TEXTAREA"},Pn=function(t){return t.tagName==="SELECT"},Ul=function(t){return t.tagName==="SLOT"},FB=function(t){return t.tagName.indexOf("-")>0},ux=(function(){function t(){this.counters={}}return t.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},t.prototype.getCounterValues=function(A){var e=this.counters[A];return e||[]},t.prototype.pop=function(A){var e=this;A.forEach(function(r){return e.counters[r].pop()})},t.prototype.parse=function(A){var e=this,r=A.counterIncrement,s=A.counterReset,n=!0;r!==null&&r.forEach(function(o){var a=e.counters[o.counter];a&&o.increment!==0&&(n=!1,a.length||a.push(1),a[Math.max(0,a.length-1)]+=o.increment)});var i=[];return n&&s.forEach(function(o){var a=e.counters[o.counter];i.push(o.counter),a||(a=e.counters[o.counter]=[]),a.push(o.reset)}),i},t})(),QB={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"]},vB={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"]},hx={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"]},dx={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"]},It=function(t,A,e,r,s,n){return t<A||t>e?Pr(t,s,n.length>0):r.integers.reduce(function(i,o,a){for(;t>=o;)t-=o,i+=r.values[a];return i},"")+n},ml=function(t,A,e,r){var s="";do e||t--,s=r(t)+s,t/=A;while(t*A>=A);return s},fA=function(t,A,e,r,s){var n=e-A+1;return(t<0?"-":"")+(ml(Math.abs(t),n,r,function(i){return BA(Math.floor(i%n)+A)})+s)},At=function(t,A,e){e===void 0&&(e=". ");var r=A.length;return ml(Math.abs(t),r,!1,function(s){return A[Math.floor(s%r)]})+e},Lt=1,Se=2,Le=4,Lr=8,Fe=function(t,A,e,r,s,n){if(t<-9999||t>9999)return Pr(t,4,s.length>0);var i=Math.abs(t),o=s;if(i===0)return A[0]+o;for(var a=0;i>0&&a<=4;a++){var f=i%10;f===0&&wA(n,Lt)&&o!==""?o=A[f]+o:f>1||f===1&&a===0||f===1&&a===1&&wA(n,Se)||f===1&&a===1&&wA(n,Le)&&t>100||f===1&&a>1&&wA(n,Lr)?o=A[f]+(a>0?e[a-1]:"")+o:f===1&&a>0&&(o=e[a-1]+o),i=Math.floor(i/10)}return(t<0?r:"")+o},EB="\u5341\u767E\u5343\u842C",UB="\u62FE\u4F70\u4EDF\u842C",mB="\u30DE\u30A4\u30CA\u30B9",xo="\uB9C8\uC774\uB108\uC2A4",Pr=function(t,A,e){var r=e?". ":"",s=e?"\u3001":"",n=e?", ":"",i=e?" ":"";switch(A){case 0:return"\u2022"+i;case 1:return"\u25E6"+i;case 2:return"\u25FE"+i;case 5:var o=fA(t,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return At(t,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",s);case 6:return It(t,1,3999,QB,3,r).toLowerCase();case 7:return It(t,1,3999,QB,3,r);case 8:return fA(t,945,969,!1,r);case 9:return fA(t,97,122,!1,r);case 10:return fA(t,65,90,!1,r);case 11:return fA(t,1632,1641,!0,r);case 12:case 49:return It(t,1,9999,vB,3,r);case 35:return It(t,1,9999,vB,3,r).toLowerCase();case 13:return fA(t,2534,2543,!0,r);case 14:case 30:return fA(t,6112,6121,!0,r);case 15:return At(t,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",s);case 16:return At(t,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",s);case 17:case 48:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",EB,"\u8CA0",s,Se|Le|Lr);case 47:return Fe(t,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",UB,"\u8CA0",s,Lt|Se|Le|Lr);case 42:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",EB,"\u8D1F",s,Se|Le|Lr);case 41:return Fe(t,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",UB,"\u8D1F",s,Lt|Se|Le|Lr);case 26:return Fe(t,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",mB,s,0);case 25:return Fe(t,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",mB,s,Lt|Se|Le);case 31:return Fe(t,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",xo,n,Lt|Se|Le);case 33:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",xo,n,0);case 32:return Fe(t,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",xo,n,Lt|Se|Le);case 18:return fA(t,2406,2415,!0,r);case 20:return It(t,1,19999,dx,3,r);case 21:return fA(t,2790,2799,!0,r);case 22:return fA(t,2662,2671,!0,r);case 22:return It(t,1,10999,hx,3,r);case 23:return At(t,"\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 At(t,"\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 fA(t,3302,3311,!0,r);case 28:return At(t,"\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",s);case 29:return At(t,"\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",s);case 34:return fA(t,3792,3801,!0,r);case 37:return fA(t,6160,6169,!0,r);case 38:return fA(t,4160,4169,!0,r);case 39:return fA(t,2918,2927,!0,r);case 40:return fA(t,1776,1785,!0,r);case 43:return fA(t,3046,3055,!0,r);case 44:return fA(t,3174,3183,!0,r);case 45:return fA(t,3664,3673,!0,r);case 46:return fA(t,3872,3881,!0,r);default:return fA(t,48,57,!0,r)}},yl="data-html2canvas-ignore",yB=(function(){function t(A,e,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=e,this.counters=new ux,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return t.prototype.toIFrame=function(A,e){var r=this,s=gx(A,e);if(!s.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,i=A.defaultView.pageYOffset,o=s.contentWindow,a=o.document,f=Cx(s).then(function(){return _A(r,void 0,void 0,function(){var c,B;return mA(this,function(l){switch(l.label){case 0:return this.scrolledElements.forEach(vx),o&&(o.scrollTo(e.left,e.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(o.scrollY!==e.top||o.scrollX!==e.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(o.scrollX-e.left,o.scrollY-e.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:a.fonts&&a.fonts.ready?[4,a.fonts.ready]:[3,2];case 1:l.sent(),l.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,px(a)]:[3,4];case 3:l.sent(),l.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(a,B)}).then(function(){return s})]:[2,s]}})})});return a.open(),a.write(Fx(document.doctype)+"<html></html>"),Qx(this.referenceElement.ownerDocument,n,i),a.replaceChild(a.adoptNode(this.documentElement),a.documentElement),a.close(),f},t.prototype.createElementClone=function(A){if(No(A,2))debugger;if(vl(A))return this.createCanvasClone(A);if(CB(A))return this.createVideoClone(A);if(xB(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return Vo(e)&&(Vo(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),e.loading==="lazy"&&(e.loading="eager")),FB(e)?this.createCustomElementClone(e):e},t.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return Fo(A.style,e),e},t.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var r=[].slice.call(e.cssRules,0).reduce(function(n,i){return i&&typeof i.cssText=="string"?n+i.cssText:n},""),s=A.cloneNode(!1);return s.textContent=r,s}}catch(n){if(this.context.logger.error("Unable to access cssRules property",n),n.name!=="SecurityError")throw n}return A.cloneNode(!1)},t.prototype.createCanvasClone=function(A){var e;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 s=A.cloneNode(!1);try{s.width=A.width,s.height=A.height;var n=A.getContext("2d"),i=s.getContext("2d");if(i)if(!this.options.allowTaint&&n)i.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var o=(e=A.getContext("webgl2"))!==null&&e!==void 0?e:A.getContext("webgl");if(o){var a=o.getContextAttributes();(a==null?void 0:a.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}i.drawImage(A,0,0)}return s}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return s},t.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var r=e.getContext("2d");try{return r&&(r.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||r.getImageData(0,0,e.width,e.height)),e}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var s=A.ownerDocument.createElement("canvas");return s.width=A.offsetWidth,s.height=A.offsetHeight,s},t.prototype.appendChildNode=function(A,e,r){(!Kt(e)||!lx(e)&&!e.hasAttribute(yl)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(e)))&&(!this.options.copyStyles||!Kt(e)||!xB(e))&&A.appendChild(this.cloneNode(e,r))},t.prototype.cloneChildNodes=function(A,e,r){for(var s=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(Kt(n)&&Ul(n)&&typeof n.assignedNodes=="function"){var i=n.assignedNodes();i.length&&i.forEach(function(o){return s.appendChildNode(e,o,r)})}else this.appendChildNode(e,n,r)},t.prototype.cloneNode=function(A,e){if(Fl(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&Kt(A)&&(Go(A)||Tn(A))){var s=this.createElementClone(A);s.style.transitionProperty="none";var n=r.getComputedStyle(A),i=r.getComputedStyle(A,":before"),o=r.getComputedStyle(A,":after");this.referenceElement===A&&Go(s)&&(this.clonedReferenceElement=s),Aa(s)&&mx(s);var a=this.counters.parse(new sB(this.context,n)),f=this.resolvePseudoContent(A,s,i,Rr.BEFORE);FB(A)&&(e=!0),CB(A)||this.cloneChildNodes(A,s,e),f&&s.insertBefore(f,s.firstChild);var c=this.resolvePseudoContent(A,s,o,Rr.AFTER);return c&&s.appendChild(c),this.counters.pop(a),(n&&(this.options.copyStyles||Tn(A))&&!El(A)||e)&&Fo(n,s),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([s,A.scrollLeft,A.scrollTop]),(Mn(A)||Pn(A))&&(Mn(s)||Pn(s))&&(s.value=A.value),s}return A.cloneNode(!1)},t.prototype.resolvePseudoContent=function(A,e,r,s){var n=this;if(r){var i=r.content,o=e.ownerDocument;if(!(!o||!i||i==="none"||i==="-moz-alt-content"||r.display==="none")){this.counters.parse(new sB(this.context,r));var a=new aC(this.context,r),f=o.createElement("html2canvaspseudoelement");Fo(r,f),a.content.forEach(function(B){if(B.type===0)f.appendChild(o.createTextNode(B.value));else if(B.type===22){var l=o.createElement("img");l.src=B.value,l.style.opacity="1",f.appendChild(l)}else if(B.type===18){if(B.name==="attr"){var d=B.values.filter(rA);d.length&&f.appendChild(o.createTextNode(A.getAttribute(d[0].value)||""))}else if(B.name==="counter"){var u=B.values.filter(Ot),w=u[0],x=u[1];if(w&&rA(w)){var h=n.counters.getCounterValue(w.value),g=x&&rA(x)?Ro.parse(n.context,x.value):3;f.appendChild(o.createTextNode(Pr(h,g,!1)))}}else if(B.name==="counters"){var p=B.values.filter(Ot),w=p[0],C=p[1],x=p[2];if(w&&rA(w)){var Q=n.counters.getCounterValues(w.value),F=x&&rA(x)?Ro.parse(n.context,x.value):3,m=C&&C.type===0?C.value:"",E=Q.map(function(U){return Pr(U,F,!1)}).join(m);f.appendChild(o.createTextNode(E))}}}else if(B.type===20)switch(B.value){case"open-quote":f.appendChild(o.createTextNode(rB(a.quotes,n.quoteDepth++,!0)));break;case"close-quote":f.appendChild(o.createTextNode(rB(a.quotes,--n.quoteDepth,!1)));break;default:f.appendChild(o.createTextNode(B.value))}}),f.className=Wo+" "+Xo;var c=s===Rr.BEFORE?" "+Wo:" "+Xo;return Tn(e)?e.className.baseValue+=c:e.className+=c,f}}},t.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},t})(),Rr;(function(t){t[t.BEFORE=0]="BEFORE",t[t.AFTER=1]="AFTER"})(Rr||(Rr={}));var gx=function(t,A){var e=t.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=A.width.toString(),e.height=A.height.toString(),e.scrolling="no",e.setAttribute(yl,"true"),t.body.appendChild(e),e},wx=function(t){return new Promise(function(A){if(t.complete){A();return}if(!t.src){A();return}t.onload=A,t.onerror=A})},px=function(t){return Promise.all([].slice.call(t.images,0).map(wx))},Cx=function(t){return new Promise(function(A,e){var r=t.contentWindow;if(!r)return e("No window assigned for iframe");var s=r.document;r.onload=t.onload=function(){r.onload=t.onload=null;var n=setInterval(function(){s.body.childNodes.length>0&&s.readyState==="complete"&&(clearInterval(n),A(t))},50)}})},xx=["all","d","content"],Fo=function(t,A){for(var e=t.length-1;e>=0;e--){var r=t.item(e);xx.indexOf(r)===-1&&A.style.setProperty(r,t.getPropertyValue(r))}return A},Fx=function(t){var A="";return t&&(A+="<!DOCTYPE ",t.name&&(A+=t.name),t.internalSubset&&(A+=t.internalSubset),t.publicId&&(A+='"'+t.publicId+'"'),t.systemId&&(A+='"'+t.systemId+'"'),A+=">"),A},Qx=function(t,A,e){t&&t.defaultView&&(A!==t.defaultView.pageXOffset||e!==t.defaultView.pageYOffset)&&t.defaultView.scrollTo(A,e)},vx=function(t){var A=t[0],e=t[1],r=t[2];A.scrollLeft=e,A.scrollTop=r},Ex=":before",Ux=":after",Wo="___html2canvas___pseudoelement_before",Xo="___html2canvas___pseudoelement_after",bB=`{
12
+ `+e)}function Ze(t,A,e,r,s,n){if(t.listenerCount("wsClientError")){let i=new Error(s);Error.captureStackTrace(i,Ze),t.emit("wsClientError",i,e,A)}else Br(e,r,s,n)}});var j=W((_s,Ec)=>{(function(t,A){typeof _s=="object"?Ec.exports=_s=A():typeof define=="function"&&define.amd?define([],A):t.CryptoJS=A()})(_s,function(){var t=t||(function(A,e){var r;if(typeof window<"u"&&window.crypto&&(r=window.crypto),typeof self<"u"&&self.crypto&&(r=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(r=globalThis.crypto),!r&&typeof window<"u"&&window.msCrypto&&(r=window.msCrypto),!r&&typeof global<"u"&&global.crypto&&(r=global.crypto),!r&&typeof eA=="function")try{r=eA("crypto")}catch{}var s=function(){if(r){if(typeof r.getRandomValues=="function")try{return r.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof r.randomBytes=="function")try{return r.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},n=Object.create||(function(){function h(){}return function(g){var p;return h.prototype=g,p=new h,h.prototype=null,p}})(),i={},o=i.lib={},a=o.Base=(function(){return{extend:function(h){var g=n(this);return h&&g.mixIn(h),(!g.hasOwnProperty("init")||this.init===g.init)&&(g.init=function(){g.$super.init.apply(this,arguments)}),g.init.prototype=g,g.$super=this,g},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var g in h)h.hasOwnProperty(g)&&(this[g]=h[g]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),f=o.WordArray=a.extend({init:function(h,g){h=this.words=h||[],g!=e?this.sigBytes=g:this.sigBytes=h.length*4},toString:function(h){return(h||B).stringify(this)},concat:function(h){var g=this.words,p=h.words,C=this.sigBytes,Q=h.sigBytes;if(this.clamp(),C%4)for(var F=0;F<Q;F++){var m=p[F>>>2]>>>24-F%4*8&255;g[C+F>>>2]|=m<<24-(C+F)%4*8}else for(var E=0;E<Q;E+=4)g[C+E>>>2]=p[E>>>2];return this.sigBytes+=Q,this},clamp:function(){var h=this.words,g=this.sigBytes;h[g>>>2]&=4294967295<<32-g%4*8,h.length=A.ceil(g/4)},clone:function(){var h=a.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var g=[],p=0;p<h;p+=4)g.push(s());return new f.init(g,h)}}),c=i.enc={},B=c.Hex={stringify:function(h){for(var g=h.words,p=h.sigBytes,C=[],Q=0;Q<p;Q++){var F=g[Q>>>2]>>>24-Q%4*8&255;C.push((F>>>4).toString(16)),C.push((F&15).toString(16))}return C.join("")},parse:function(h){for(var g=h.length,p=[],C=0;C<g;C+=2)p[C>>>3]|=parseInt(h.substr(C,2),16)<<24-C%8*4;return new f.init(p,g/2)}},l=c.Latin1={stringify:function(h){for(var g=h.words,p=h.sigBytes,C=[],Q=0;Q<p;Q++){var F=g[Q>>>2]>>>24-Q%4*8&255;C.push(String.fromCharCode(F))}return C.join("")},parse:function(h){for(var g=h.length,p=[],C=0;C<g;C++)p[C>>>2]|=(h.charCodeAt(C)&255)<<24-C%4*8;return new f.init(p,g)}},d=c.Utf8={stringify:function(h){try{return decodeURIComponent(escape(l.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return l.parse(unescape(encodeURIComponent(h)))}},u=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new f.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=d.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var g,p=this._data,C=p.words,Q=p.sigBytes,F=this.blockSize,m=F*4,E=Q/m;h?E=A.ceil(E):E=A.max((E|0)-this._minBufferSize,0);var v=E*F,R=A.min(v*4,Q);if(v){for(var U=0;U<v;U+=F)this._doProcessBlock(C,U);g=C.splice(0,v),p.sigBytes-=R}return new f.init(g,R)},clone:function(){var h=a.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0}),w=o.Hasher=u.extend({cfg:a.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){u.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var g=this._doFinalize();return g},blockSize:512/32,_createHelper:function(h){return function(g,p){return new h.init(p).finalize(g)}},_createHmacHelper:function(h){return function(g,p){return new x.HMAC.init(h,p).finalize(g)}}}),x=i.algo={};return i})(Math);return t})});var pr=W((Hs,Uc)=>{(function(t,A){typeof Hs=="object"?Uc.exports=Hs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Hs,function(t){return(function(A){var e=t,r=e.lib,s=r.Base,n=r.WordArray,i=e.x64={},o=i.Word=s.extend({init:function(f,c){this.high=f,this.low=c}}),a=i.WordArray=s.extend({init:function(f,c){f=this.words=f||[],c!=A?this.sigBytes=c:this.sigBytes=f.length*8},toX32:function(){for(var f=this.words,c=f.length,B=[],l=0;l<c;l++){var d=f[l];B.push(d.high),B.push(d.low)}return n.create(B,this.sigBytes)},clone:function(){for(var f=s.clone.call(this),c=f.words=this.words.slice(0),B=c.length,l=0;l<B;l++)c[l]=c[l].clone();return f}})})(),t})});var yc=W((Is,mc)=>{(function(t,A){typeof Is=="object"?mc.exports=Is=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Is,function(t){return(function(){if(typeof ArrayBuffer=="function"){var A=t,e=A.lib,r=e.WordArray,s=r.init,n=r.init=function(i){if(i instanceof ArrayBuffer&&(i=new Uint8Array(i)),(i instanceof Int8Array||typeof Uint8ClampedArray<"u"&&i instanceof Uint8ClampedArray||i instanceof Int16Array||i instanceof Uint16Array||i instanceof Int32Array||i instanceof Uint32Array||i instanceof Float32Array||i instanceof Float64Array)&&(i=new Uint8Array(i.buffer,i.byteOffset,i.byteLength)),i instanceof Uint8Array){for(var o=i.byteLength,a=[],f=0;f<o;f++)a[f>>>2]|=i[f]<<24-f%4*8;s.call(this,a,o)}else s.apply(this,arguments)};n.prototype=r}})(),t.lib.WordArray})});var _c=W((Ds,bc)=>{(function(t,A){typeof Ds=="object"?bc.exports=Ds=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ds,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Utf16=s.Utf16BE={stringify:function(o){for(var a=o.words,f=o.sigBytes,c=[],B=0;B<f;B+=2){var l=a[B>>>2]>>>16-B%4*8&65535;c.push(String.fromCharCode(l))}return c.join("")},parse:function(o){for(var a=o.length,f=[],c=0;c<a;c++)f[c>>>1]|=o.charCodeAt(c)<<16-c%2*16;return r.create(f,a*2)}};s.Utf16LE={stringify:function(o){for(var a=o.words,f=o.sigBytes,c=[],B=0;B<f;B+=2){var l=i(a[B>>>2]>>>16-B%4*8&65535);c.push(String.fromCharCode(l))}return c.join("")},parse:function(o){for(var a=o.length,f=[],c=0;c<a;c++)f[c>>>1]|=i(o.charCodeAt(c)<<16-c%2*16);return r.create(f,a*2)}};function i(o){return o<<8&4278255360|o>>>8&16711935}})(),t.enc.Utf16})});var Ie=W((Ss,Hc)=>{(function(t,A){typeof Ss=="object"?Hc.exports=Ss=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ss,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Base64={stringify:function(o){var a=o.words,f=o.sigBytes,c=this._map;o.clamp();for(var B=[],l=0;l<f;l+=3)for(var d=a[l>>>2]>>>24-l%4*8&255,u=a[l+1>>>2]>>>24-(l+1)%4*8&255,w=a[l+2>>>2]>>>24-(l+2)%4*8&255,x=d<<16|u<<8|w,h=0;h<4&&l+h*.75<f;h++)B.push(c.charAt(x>>>6*(3-h)&63));var g=c.charAt(64);if(g)for(;B.length%4;)B.push(g);return B.join("")},parse:function(o){var a=o.length,f=this._map,c=this._reverseMap;if(!c){c=this._reverseMap=[];for(var B=0;B<f.length;B++)c[f.charCodeAt(B)]=B}var l=f.charAt(64);if(l){var d=o.indexOf(l);d!==-1&&(a=d)}return i(o,a,c)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function i(o,a,f){for(var c=[],B=0,l=0;l<a;l++)if(l%4){var d=f[o.charCodeAt(l-1)]<<l%4*2,u=f[o.charCodeAt(l)]>>>6-l%4*2,w=d|u;c[B>>>2]|=w<<24-B%4*8,B++}return r.create(c,B)}})(),t.enc.Base64})});var Dc=W((Ls,Ic)=>{(function(t,A){typeof Ls=="object"?Ic.exports=Ls=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ls,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.enc,n=s.Base64url={stringify:function(o,a){a===void 0&&(a=!0);var f=o.words,c=o.sigBytes,B=a?this._safe_map:this._map;o.clamp();for(var l=[],d=0;d<c;d+=3)for(var u=f[d>>>2]>>>24-d%4*8&255,w=f[d+1>>>2]>>>24-(d+1)%4*8&255,x=f[d+2>>>2]>>>24-(d+2)%4*8&255,h=u<<16|w<<8|x,g=0;g<4&&d+g*.75<c;g++)l.push(B.charAt(h>>>6*(3-g)&63));var p=B.charAt(64);if(p)for(;l.length%4;)l.push(p);return l.join("")},parse:function(o,a){a===void 0&&(a=!0);var f=o.length,c=a?this._safe_map:this._map,B=this._reverseMap;if(!B){B=this._reverseMap=[];for(var l=0;l<c.length;l++)B[c.charCodeAt(l)]=l}var d=c.charAt(64);if(d){var u=o.indexOf(d);u!==-1&&(f=u)}return i(o,f,B)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function i(o,a,f){for(var c=[],B=0,l=0;l<a;l++)if(l%4){var d=f[o.charCodeAt(l-1)]<<l%4*2,u=f[o.charCodeAt(l)]>>>6-l%4*2,w=d|u;c[B>>>2]|=w<<24-B%4*8,B++}return r.create(c,B)}})(),t.enc.Base64url})});var De=W((Ts,Sc)=>{(function(t,A){typeof Ts=="object"?Sc.exports=Ts=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ts,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=[];(function(){for(var d=0;d<64;d++)o[d]=A.abs(A.sin(d+1))*4294967296|0})();var a=i.MD5=n.extend({_doReset:function(){this._hash=new s.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(d,u){for(var w=0;w<16;w++){var x=u+w,h=d[x];d[x]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360}var g=this._hash.words,p=d[u+0],C=d[u+1],Q=d[u+2],F=d[u+3],m=d[u+4],E=d[u+5],v=d[u+6],R=d[u+7],U=d[u+8],K=d[u+9],D=d[u+10],_=d[u+11],V=d[u+12],N=d[u+13],G=d[u+14],J=d[u+15],y=g[0],S=g[1],O=g[2],I=g[3];y=f(y,S,O,I,p,7,o[0]),I=f(I,y,S,O,C,12,o[1]),O=f(O,I,y,S,Q,17,o[2]),S=f(S,O,I,y,F,22,o[3]),y=f(y,S,O,I,m,7,o[4]),I=f(I,y,S,O,E,12,o[5]),O=f(O,I,y,S,v,17,o[6]),S=f(S,O,I,y,R,22,o[7]),y=f(y,S,O,I,U,7,o[8]),I=f(I,y,S,O,K,12,o[9]),O=f(O,I,y,S,D,17,o[10]),S=f(S,O,I,y,_,22,o[11]),y=f(y,S,O,I,V,7,o[12]),I=f(I,y,S,O,N,12,o[13]),O=f(O,I,y,S,G,17,o[14]),S=f(S,O,I,y,J,22,o[15]),y=c(y,S,O,I,C,5,o[16]),I=c(I,y,S,O,v,9,o[17]),O=c(O,I,y,S,_,14,o[18]),S=c(S,O,I,y,p,20,o[19]),y=c(y,S,O,I,E,5,o[20]),I=c(I,y,S,O,D,9,o[21]),O=c(O,I,y,S,J,14,o[22]),S=c(S,O,I,y,m,20,o[23]),y=c(y,S,O,I,K,5,o[24]),I=c(I,y,S,O,G,9,o[25]),O=c(O,I,y,S,F,14,o[26]),S=c(S,O,I,y,U,20,o[27]),y=c(y,S,O,I,N,5,o[28]),I=c(I,y,S,O,Q,9,o[29]),O=c(O,I,y,S,R,14,o[30]),S=c(S,O,I,y,V,20,o[31]),y=B(y,S,O,I,E,4,o[32]),I=B(I,y,S,O,U,11,o[33]),O=B(O,I,y,S,_,16,o[34]),S=B(S,O,I,y,G,23,o[35]),y=B(y,S,O,I,C,4,o[36]),I=B(I,y,S,O,m,11,o[37]),O=B(O,I,y,S,R,16,o[38]),S=B(S,O,I,y,D,23,o[39]),y=B(y,S,O,I,N,4,o[40]),I=B(I,y,S,O,p,11,o[41]),O=B(O,I,y,S,F,16,o[42]),S=B(S,O,I,y,v,23,o[43]),y=B(y,S,O,I,K,4,o[44]),I=B(I,y,S,O,V,11,o[45]),O=B(O,I,y,S,J,16,o[46]),S=B(S,O,I,y,Q,23,o[47]),y=l(y,S,O,I,p,6,o[48]),I=l(I,y,S,O,R,10,o[49]),O=l(O,I,y,S,G,15,o[50]),S=l(S,O,I,y,E,21,o[51]),y=l(y,S,O,I,V,6,o[52]),I=l(I,y,S,O,F,10,o[53]),O=l(O,I,y,S,D,15,o[54]),S=l(S,O,I,y,C,21,o[55]),y=l(y,S,O,I,U,6,o[56]),I=l(I,y,S,O,J,10,o[57]),O=l(O,I,y,S,v,15,o[58]),S=l(S,O,I,y,N,21,o[59]),y=l(y,S,O,I,m,6,o[60]),I=l(I,y,S,O,_,10,o[61]),O=l(O,I,y,S,Q,15,o[62]),S=l(S,O,I,y,K,21,o[63]),g[0]=g[0]+y|0,g[1]=g[1]+S|0,g[2]=g[2]+O|0,g[3]=g[3]+I|0},_doFinalize:function(){var d=this._data,u=d.words,w=this._nDataBytes*8,x=d.sigBytes*8;u[x>>>5]|=128<<24-x%32;var h=A.floor(w/4294967296),g=w;u[(x+64>>>9<<4)+15]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,u[(x+64>>>9<<4)+14]=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,d.sigBytes=(u.length+1)*4,this._process();for(var p=this._hash,C=p.words,Q=0;Q<4;Q++){var F=C[Q];C[Q]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360}return p},clone:function(){var d=n.clone.call(this);return d._hash=this._hash.clone(),d}});function f(d,u,w,x,h,g,p){var C=d+(u&w|~u&x)+h+p;return(C<<g|C>>>32-g)+u}function c(d,u,w,x,h,g,p){var C=d+(u&x|w&~x)+h+p;return(C<<g|C>>>32-g)+u}function B(d,u,w,x,h,g,p){var C=d+(u^w^x)+h+p;return(C<<g|C>>>32-g)+u}function l(d,u,w,x,h,g,p){var C=d+(w^(u|~x))+h+p;return(C<<g|C>>>32-g)+u}e.MD5=n._createHelper(a),e.HmacMD5=n._createHmacHelper(a)})(Math),t.MD5})});var eo=W((Ks,Lc)=>{(function(t,A){typeof Ks=="object"?Lc.exports=Ks=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Ks,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=e.Hasher,n=A.algo,i=[],o=n.SHA1=s.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,f){for(var c=this._hash.words,B=c[0],l=c[1],d=c[2],u=c[3],w=c[4],x=0;x<80;x++){if(x<16)i[x]=a[f+x]|0;else{var h=i[x-3]^i[x-8]^i[x-14]^i[x-16];i[x]=h<<1|h>>>31}var g=(B<<5|B>>>27)+w+i[x];x<20?g+=(l&d|~l&u)+1518500249:x<40?g+=(l^d^u)+1859775393:x<60?g+=(l&d|l&u|d&u)-1894007588:g+=(l^d^u)-899497514,w=u,u=d,d=l<<30|l>>>2,l=B,B=g}c[0]=c[0]+B|0,c[1]=c[1]+l|0,c[2]=c[2]+d|0,c[3]=c[3]+u|0,c[4]=c[4]+w|0},_doFinalize:function(){var a=this._data,f=a.words,c=this._nDataBytes*8,B=a.sigBytes*8;return f[B>>>5]|=128<<24-B%32,f[(B+64>>>9<<4)+14]=Math.floor(c/4294967296),f[(B+64>>>9<<4)+15]=c,a.sigBytes=f.length*4,this._process(),this._hash},clone:function(){var a=s.clone.call(this);return a._hash=this._hash.clone(),a}});A.SHA1=s._createHelper(o),A.HmacSHA1=s._createHmacHelper(o)})(),t.SHA1})});var Os=W((ks,Tc)=>{(function(t,A){typeof ks=="object"?Tc.exports=ks=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(ks,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=[],a=[];(function(){function B(w){for(var x=A.sqrt(w),h=2;h<=x;h++)if(!(w%h))return!1;return!0}function l(w){return(w-(w|0))*4294967296|0}for(var d=2,u=0;u<64;)B(d)&&(u<8&&(o[u]=l(A.pow(d,1/2))),a[u]=l(A.pow(d,1/3)),u++),d++})();var f=[],c=i.SHA256=n.extend({_doReset:function(){this._hash=new s.init(o.slice(0))},_doProcessBlock:function(B,l){for(var d=this._hash.words,u=d[0],w=d[1],x=d[2],h=d[3],g=d[4],p=d[5],C=d[6],Q=d[7],F=0;F<64;F++){if(F<16)f[F]=B[l+F]|0;else{var m=f[F-15],E=(m<<25|m>>>7)^(m<<14|m>>>18)^m>>>3,v=f[F-2],R=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;f[F]=E+f[F-7]+R+f[F-16]}var U=g&p^~g&C,K=u&w^u&x^w&x,D=(u<<30|u>>>2)^(u<<19|u>>>13)^(u<<10|u>>>22),_=(g<<26|g>>>6)^(g<<21|g>>>11)^(g<<7|g>>>25),V=Q+_+U+a[F]+f[F],N=D+K;Q=C,C=p,p=g,g=h+V|0,h=x,x=w,w=u,u=V+N|0}d[0]=d[0]+u|0,d[1]=d[1]+w|0,d[2]=d[2]+x|0,d[3]=d[3]+h|0,d[4]=d[4]+g|0,d[5]=d[5]+p|0,d[6]=d[6]+C|0,d[7]=d[7]+Q|0},_doFinalize:function(){var B=this._data,l=B.words,d=this._nDataBytes*8,u=B.sigBytes*8;return l[u>>>5]|=128<<24-u%32,l[(u+64>>>9<<4)+14]=A.floor(d/4294967296),l[(u+64>>>9<<4)+15]=d,B.sigBytes=l.length*4,this._process(),this._hash},clone:function(){var B=n.clone.call(this);return B._hash=this._hash.clone(),B}});e.SHA256=n._createHelper(c),e.HmacSHA256=n._createHmacHelper(c)})(Math),t.SHA256})});var kc=W((Rs,Kc)=>{(function(t,A,e){typeof Rs=="object"?Kc.exports=Rs=A(j(),Os()):typeof define=="function"&&define.amd?define(["./core","./sha256"],A):A(t.CryptoJS)})(Rs,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=A.algo,n=s.SHA256,i=s.SHA224=n.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var o=n._doFinalize.call(this);return o.sigBytes-=4,o}});A.SHA224=n._createHelper(i),A.HmacSHA224=n._createHmacHelper(i)})(),t.SHA224})});var to=W((Ns,Oc)=>{(function(t,A,e){typeof Ns=="object"?Oc.exports=Ns=A(j(),pr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],A):A(t.CryptoJS)})(Ns,function(t){return(function(){var A=t,e=A.lib,r=e.Hasher,s=A.x64,n=s.Word,i=s.WordArray,o=A.algo;function a(){return n.create.apply(n,arguments)}var f=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],c=[];(function(){for(var l=0;l<80;l++)c[l]=a()})();var B=o.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new n.init(1779033703,4089235720),new n.init(3144134277,2227873595),new n.init(1013904242,4271175723),new n.init(2773480762,1595750129),new n.init(1359893119,2917565137),new n.init(2600822924,725511199),new n.init(528734635,4215389547),new n.init(1541459225,327033209)])},_doProcessBlock:function(l,d){for(var u=this._hash.words,w=u[0],x=u[1],h=u[2],g=u[3],p=u[4],C=u[5],Q=u[6],F=u[7],m=w.high,E=w.low,v=x.high,R=x.low,U=h.high,K=h.low,D=g.high,_=g.low,V=p.high,N=p.low,G=C.high,J=C.low,y=Q.high,S=Q.low,O=F.high,I=F.low,Z=m,q=E,AA=v,X=R,UA=U,me=K,li=D,qt=_,YA=V,TA=N,As=G,Jt=J,es=y,Yt=S,ui=O,zt=I,zA=0;zA<80;zA++){var MA,ye,ts=c[zA];if(zA<16)ye=ts.high=l[d+zA*2]|0,MA=ts.low=l[d+zA*2+1]|0;else{var pa=c[zA-15],at=pa.high,Zt=pa.low,ru=(at>>>1|Zt<<31)^(at>>>8|Zt<<24)^at>>>7,Ca=(Zt>>>1|at<<31)^(Zt>>>8|at<<24)^(Zt>>>7|at<<25),xa=c[zA-2],ct=xa.high,jt=xa.low,su=(ct>>>19|jt<<13)^(ct<<3|jt>>>29)^ct>>>6,Fa=(jt>>>19|ct<<13)^(jt<<3|ct>>>29)^(jt>>>6|ct<<26),Qa=c[zA-7],nu=Qa.high,iu=Qa.low,va=c[zA-16],ou=va.high,Ea=va.low;MA=Ca+iu,ye=ru+nu+(MA>>>0<Ca>>>0?1:0),MA=MA+Fa,ye=ye+su+(MA>>>0<Fa>>>0?1:0),MA=MA+Ea,ye=ye+ou+(MA>>>0<Ea>>>0?1:0),ts.high=ye,ts.low=MA}var au=YA&As^~YA&es,Ua=TA&Jt^~TA&Yt,cu=Z&AA^Z&UA^AA&UA,fu=q&X^q&me^X&me,Bu=(Z>>>28|q<<4)^(Z<<30|q>>>2)^(Z<<25|q>>>7),ma=(q>>>28|Z<<4)^(q<<30|Z>>>2)^(q<<25|Z>>>7),lu=(YA>>>14|TA<<18)^(YA>>>18|TA<<14)^(YA<<23|TA>>>9),uu=(TA>>>14|YA<<18)^(TA>>>18|YA<<14)^(TA<<23|YA>>>9),ya=f[zA],hu=ya.high,ba=ya.low,KA=zt+uu,be=ui+lu+(KA>>>0<zt>>>0?1:0),KA=KA+Ua,be=be+au+(KA>>>0<Ua>>>0?1:0),KA=KA+ba,be=be+hu+(KA>>>0<ba>>>0?1:0),KA=KA+MA,be=be+ye+(KA>>>0<MA>>>0?1:0),_a=ma+fu,du=Bu+cu+(_a>>>0<ma>>>0?1:0);ui=es,zt=Yt,es=As,Yt=Jt,As=YA,Jt=TA,TA=qt+KA|0,YA=li+be+(TA>>>0<qt>>>0?1:0)|0,li=UA,qt=me,UA=AA,me=X,AA=Z,X=q,q=KA+_a|0,Z=be+du+(q>>>0<KA>>>0?1:0)|0}E=w.low=E+q,w.high=m+Z+(E>>>0<q>>>0?1:0),R=x.low=R+X,x.high=v+AA+(R>>>0<X>>>0?1:0),K=h.low=K+me,h.high=U+UA+(K>>>0<me>>>0?1:0),_=g.low=_+qt,g.high=D+li+(_>>>0<qt>>>0?1:0),N=p.low=N+TA,p.high=V+YA+(N>>>0<TA>>>0?1:0),J=C.low=J+Jt,C.high=G+As+(J>>>0<Jt>>>0?1:0),S=Q.low=S+Yt,Q.high=y+es+(S>>>0<Yt>>>0?1:0),I=F.low=I+zt,F.high=O+ui+(I>>>0<zt>>>0?1:0)},_doFinalize:function(){var l=this._data,d=l.words,u=this._nDataBytes*8,w=l.sigBytes*8;d[w>>>5]|=128<<24-w%32,d[(w+128>>>10<<5)+30]=Math.floor(u/4294967296),d[(w+128>>>10<<5)+31]=u,l.sigBytes=d.length*4,this._process();var x=this._hash.toX32();return x},clone:function(){var l=r.clone.call(this);return l._hash=this._hash.clone(),l},blockSize:1024/32});A.SHA512=r._createHelper(B),A.HmacSHA512=r._createHmacHelper(B)})(),t.SHA512})});var Nc=W((Ms,Rc)=>{(function(t,A,e){typeof Ms=="object"?Rc.exports=Ms=A(j(),pr(),to()):typeof define=="function"&&define.amd?define(["./core","./x64-core","./sha512"],A):A(t.CryptoJS)})(Ms,function(t){return(function(){var A=t,e=A.x64,r=e.Word,s=e.WordArray,n=A.algo,i=n.SHA512,o=n.SHA384=i.extend({_doReset:function(){this._hash=new s.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var a=i._doFinalize.call(this);return a.sigBytes-=16,a}});A.SHA384=i._createHelper(o),A.HmacSHA384=i._createHmacHelper(o)})(),t.SHA384})});var Pc=W((Ps,Mc)=>{(function(t,A,e){typeof Ps=="object"?Mc.exports=Ps=A(j(),pr()):typeof define=="function"&&define.amd?define(["./core","./x64-core"],A):A(t.CryptoJS)})(Ps,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.x64,o=i.Word,a=e.algo,f=[],c=[],B=[];(function(){for(var u=1,w=0,x=0;x<24;x++){f[u+5*w]=(x+1)*(x+2)/2%64;var h=w%5,g=(2*u+3*w)%5;u=h,w=g}for(var u=0;u<5;u++)for(var w=0;w<5;w++)c[u+5*w]=w+(2*u+3*w)%5*5;for(var p=1,C=0;C<24;C++){for(var Q=0,F=0,m=0;m<7;m++){if(p&1){var E=(1<<m)-1;E<32?F^=1<<E:Q^=1<<E-32}p&128?p=p<<1^113:p<<=1}B[C]=o.create(Q,F)}})();var l=[];(function(){for(var u=0;u<25;u++)l[u]=o.create()})();var d=a.SHA3=n.extend({cfg:n.cfg.extend({outputLength:512}),_doReset:function(){for(var u=this._state=[],w=0;w<25;w++)u[w]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(u,w){for(var x=this._state,h=this.blockSize/2,g=0;g<h;g++){var p=u[w+2*g],C=u[w+2*g+1];p=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,C=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360;var Q=x[g];Q.high^=C,Q.low^=p}for(var F=0;F<24;F++){for(var m=0;m<5;m++){for(var E=0,v=0,R=0;R<5;R++){var Q=x[m+5*R];E^=Q.high,v^=Q.low}var U=l[m];U.high=E,U.low=v}for(var m=0;m<5;m++)for(var K=l[(m+4)%5],D=l[(m+1)%5],_=D.high,V=D.low,E=K.high^(_<<1|V>>>31),v=K.low^(V<<1|_>>>31),R=0;R<5;R++){var Q=x[m+5*R];Q.high^=E,Q.low^=v}for(var N=1;N<25;N++){var E,v,Q=x[N],G=Q.high,J=Q.low,y=f[N];y<32?(E=G<<y|J>>>32-y,v=J<<y|G>>>32-y):(E=J<<y-32|G>>>64-y,v=G<<y-32|J>>>64-y);var S=l[c[N]];S.high=E,S.low=v}var O=l[0],I=x[0];O.high=I.high,O.low=I.low;for(var m=0;m<5;m++)for(var R=0;R<5;R++){var N=m+5*R,Q=x[N],Z=l[N],q=l[(m+1)%5+5*R],AA=l[(m+2)%5+5*R];Q.high=Z.high^~q.high&AA.high,Q.low=Z.low^~q.low&AA.low}var Q=x[0],X=B[F];Q.high^=X.high,Q.low^=X.low}},_doFinalize:function(){var u=this._data,w=u.words,x=this._nDataBytes*8,h=u.sigBytes*8,g=this.blockSize*32;w[h>>>5]|=1<<24-h%32,w[(A.ceil((h+1)/g)*g>>>5)-1]|=128,u.sigBytes=w.length*4,this._process();for(var p=this._state,C=this.cfg.outputLength/8,Q=C/8,F=[],m=0;m<Q;m++){var E=p[m],v=E.high,R=E.low;v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,R=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,F.push(R),F.push(v)}return new s.init(F,C)},clone:function(){for(var u=n.clone.call(this),w=u._state=this._state.slice(0),x=0;x<25;x++)w[x]=w[x].clone();return u}});e.SHA3=n._createHelper(d),e.HmacSHA3=n._createHmacHelper(d)})(Math),t.SHA3})});var Vc=W((Gs,Gc)=>{(function(t,A){typeof Gs=="object"?Gc.exports=Gs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Gs,function(t){return(function(A){var e=t,r=e.lib,s=r.WordArray,n=r.Hasher,i=e.algo,o=s.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]),a=s.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]),f=s.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]),c=s.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]),B=s.create([0,1518500249,1859775393,2400959708,2840853838]),l=s.create([1352829926,1548603684,1836072691,2053994217,0]),d=i.RIPEMD160=n.extend({_doReset:function(){this._hash=s.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(C,Q){for(var F=0;F<16;F++){var m=Q+F,E=C[m];C[m]=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360}var v=this._hash.words,R=B.words,U=l.words,K=o.words,D=a.words,_=f.words,V=c.words,N,G,J,y,S,O,I,Z,q,AA;O=N=v[0],I=G=v[1],Z=J=v[2],q=y=v[3],AA=S=v[4];for(var X,F=0;F<80;F+=1)X=N+C[Q+K[F]]|0,F<16?X+=u(G,J,y)+R[0]:F<32?X+=w(G,J,y)+R[1]:F<48?X+=x(G,J,y)+R[2]:F<64?X+=h(G,J,y)+R[3]:X+=g(G,J,y)+R[4],X=X|0,X=p(X,_[F]),X=X+S|0,N=S,S=y,y=p(J,10),J=G,G=X,X=O+C[Q+D[F]]|0,F<16?X+=g(I,Z,q)+U[0]:F<32?X+=h(I,Z,q)+U[1]:F<48?X+=x(I,Z,q)+U[2]:F<64?X+=w(I,Z,q)+U[3]:X+=u(I,Z,q)+U[4],X=X|0,X=p(X,V[F]),X=X+AA|0,O=AA,AA=q,q=p(Z,10),Z=I,I=X;X=v[1]+J+q|0,v[1]=v[2]+y+AA|0,v[2]=v[3]+S+O|0,v[3]=v[4]+N+I|0,v[4]=v[0]+G+Z|0,v[0]=X},_doFinalize:function(){var C=this._data,Q=C.words,F=this._nDataBytes*8,m=C.sigBytes*8;Q[m>>>5]|=128<<24-m%32,Q[(m+64>>>9<<4)+14]=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,C.sigBytes=(Q.length+1)*4,this._process();for(var E=this._hash,v=E.words,R=0;R<5;R++){var U=v[R];v[R]=(U<<8|U>>>24)&16711935|(U<<24|U>>>8)&4278255360}return E},clone:function(){var C=n.clone.call(this);return C._hash=this._hash.clone(),C}});function u(C,Q,F){return C^Q^F}function w(C,Q,F){return C&Q|~C&F}function x(C,Q,F){return(C|~Q)^F}function h(C,Q,F){return C&F|Q&~F}function g(C,Q,F){return C^(Q|~F)}function p(C,Q){return C<<Q|C>>>32-Q}e.RIPEMD160=n._createHelper(d),e.HmacRIPEMD160=n._createHmacHelper(d)})(Math),t.RIPEMD160})});var Ws=W((Vs,Wc)=>{(function(t,A){typeof Vs=="object"?Wc.exports=Vs=A(j()):typeof define=="function"&&define.amd?define(["./core"],A):A(t.CryptoJS)})(Vs,function(t){(function(){var A=t,e=A.lib,r=e.Base,s=A.enc,n=s.Utf8,i=A.algo,o=i.HMAC=r.extend({init:function(a,f){a=this._hasher=new a.init,typeof f=="string"&&(f=n.parse(f));var c=a.blockSize,B=c*4;f.sigBytes>B&&(f=a.finalize(f)),f.clamp();for(var l=this._oKey=f.clone(),d=this._iKey=f.clone(),u=l.words,w=d.words,x=0;x<c;x++)u[x]^=1549556828,w[x]^=909522486;l.sigBytes=d.sigBytes=B,this.reset()},reset:function(){var a=this._hasher;a.reset(),a.update(this._iKey)},update:function(a){return this._hasher.update(a),this},finalize:function(a){var f=this._hasher,c=f.finalize(a);f.reset();var B=f.finalize(this._oKey.clone().concat(c));return B}})})()})});var qc=W((Xs,Xc)=>{(function(t,A,e){typeof Xs=="object"?Xc.exports=Xs=A(j(),Os(),Ws()):typeof define=="function"&&define.amd?define(["./core","./sha256","./hmac"],A):A(t.CryptoJS)})(Xs,function(t){return(function(){var A=t,e=A.lib,r=e.Base,s=e.WordArray,n=A.algo,i=n.SHA256,o=n.HMAC,a=n.PBKDF2=r.extend({cfg:r.extend({keySize:128/32,hasher:i,iterations:25e4}),init:function(f){this.cfg=this.cfg.extend(f)},compute:function(f,c){for(var B=this.cfg,l=o.create(B.hasher,f),d=s.create(),u=s.create([1]),w=d.words,x=u.words,h=B.keySize,g=B.iterations;w.length<h;){var p=l.update(c).finalize(u);l.reset();for(var C=p.words,Q=C.length,F=p,m=1;m<g;m++){F=l.finalize(F),l.reset();for(var E=F.words,v=0;v<Q;v++)C[v]^=E[v]}d.concat(p),x[0]++}return d.sigBytes=h*4,d}});A.PBKDF2=function(f,c,B){return a.create(B).compute(f,c)}})(),t.PBKDF2})});var Ce=W((qs,Jc)=>{(function(t,A,e){typeof qs=="object"?Jc.exports=qs=A(j(),eo(),Ws()):typeof define=="function"&&define.amd?define(["./core","./sha1","./hmac"],A):A(t.CryptoJS)})(qs,function(t){return(function(){var A=t,e=A.lib,r=e.Base,s=e.WordArray,n=A.algo,i=n.MD5,o=n.EvpKDF=r.extend({cfg:r.extend({keySize:128/32,hasher:i,iterations:1}),init:function(a){this.cfg=this.cfg.extend(a)},compute:function(a,f){for(var c,B=this.cfg,l=B.hasher.create(),d=s.create(),u=d.words,w=B.keySize,x=B.iterations;u.length<w;){c&&l.update(c),c=l.update(a).finalize(f),l.reset();for(var h=1;h<x;h++)c=l.finalize(c),l.reset();d.concat(c)}return d.sigBytes=w*4,d}});A.EvpKDF=function(a,f,c){return o.create(c).compute(a,f)}})(),t.EvpKDF})});var gA=W((Js,Yc)=>{(function(t,A,e){typeof Js=="object"?Yc.exports=Js=A(j(),Ce()):typeof define=="function"&&define.amd?define(["./core","./evpkdf"],A):A(t.CryptoJS)})(Js,function(t){t.lib.Cipher||(function(A){var e=t,r=e.lib,s=r.Base,n=r.WordArray,i=r.BufferedBlockAlgorithm,o=e.enc,a=o.Utf8,f=o.Base64,c=e.algo,B=c.EvpKDF,l=r.Cipher=i.extend({cfg:s.extend(),createEncryptor:function(U,K){return this.create(this._ENC_XFORM_MODE,U,K)},createDecryptor:function(U,K){return this.create(this._DEC_XFORM_MODE,U,K)},init:function(U,K,D){this.cfg=this.cfg.extend(D),this._xformMode=U,this._key=K,this.reset()},reset:function(){i.reset.call(this),this._doReset()},process:function(U){return this._append(U),this._process()},finalize:function(U){U&&this._append(U);var K=this._doFinalize();return K},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function U(K){return typeof K=="string"?R:m}return function(K){return{encrypt:function(D,_,V){return U(_).encrypt(K,D,_,V)},decrypt:function(D,_,V){return U(_).decrypt(K,D,_,V)}}}})()}),d=r.StreamCipher=l.extend({_doFinalize:function(){var U=this._process(!0);return U},blockSize:1}),u=e.mode={},w=r.BlockCipherMode=s.extend({createEncryptor:function(U,K){return this.Encryptor.create(U,K)},createDecryptor:function(U,K){return this.Decryptor.create(U,K)},init:function(U,K){this._cipher=U,this._iv=K}}),x=u.CBC=(function(){var U=w.extend();U.Encryptor=U.extend({processBlock:function(D,_){var V=this._cipher,N=V.blockSize;K.call(this,D,_,N),V.encryptBlock(D,_),this._prevBlock=D.slice(_,_+N)}}),U.Decryptor=U.extend({processBlock:function(D,_){var V=this._cipher,N=V.blockSize,G=D.slice(_,_+N);V.decryptBlock(D,_),K.call(this,D,_,N),this._prevBlock=G}});function K(D,_,V){var N,G=this._iv;G?(N=G,this._iv=A):N=this._prevBlock;for(var J=0;J<V;J++)D[_+J]^=N[J]}return U})(),h=e.pad={},g=h.Pkcs7={pad:function(U,K){for(var D=K*4,_=D-U.sigBytes%D,V=_<<24|_<<16|_<<8|_,N=[],G=0;G<_;G+=4)N.push(V);var J=n.create(N,_);U.concat(J)},unpad:function(U){var K=U.words[U.sigBytes-1>>>2]&255;U.sigBytes-=K}},p=r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:x,padding:g}),reset:function(){var U;l.reset.call(this);var K=this.cfg,D=K.iv,_=K.mode;this._xformMode==this._ENC_XFORM_MODE?U=_.createEncryptor:(U=_.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==U?this._mode.init(this,D&&D.words):(this._mode=U.call(_,this,D&&D.words),this._mode.__creator=U)},_doProcessBlock:function(U,K){this._mode.processBlock(U,K)},_doFinalize:function(){var U,K=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(K.pad(this._data,this.blockSize),U=this._process(!0)):(U=this._process(!0),K.unpad(U)),U},blockSize:128/32}),C=r.CipherParams=s.extend({init:function(U){this.mixIn(U)},toString:function(U){return(U||this.formatter).stringify(this)}}),Q=e.format={},F=Q.OpenSSL={stringify:function(U){var K,D=U.ciphertext,_=U.salt;return _?K=n.create([1398893684,1701076831]).concat(_).concat(D):K=D,K.toString(f)},parse:function(U){var K,D=f.parse(U),_=D.words;return _[0]==1398893684&&_[1]==1701076831&&(K=n.create(_.slice(2,4)),_.splice(0,4),D.sigBytes-=16),C.create({ciphertext:D,salt:K})}},m=r.SerializableCipher=s.extend({cfg:s.extend({format:F}),encrypt:function(U,K,D,_){_=this.cfg.extend(_);var V=U.createEncryptor(D,_),N=V.finalize(K),G=V.cfg;return C.create({ciphertext:N,key:D,iv:G.iv,algorithm:U,mode:G.mode,padding:G.padding,blockSize:U.blockSize,formatter:_.format})},decrypt:function(U,K,D,_){_=this.cfg.extend(_),K=this._parse(K,_.format);var V=U.createDecryptor(D,_).finalize(K.ciphertext);return V},_parse:function(U,K){return typeof U=="string"?K.parse(U,this):U}}),E=e.kdf={},v=E.OpenSSL={execute:function(U,K,D,_,V){if(_||(_=n.random(64/8)),V)var N=B.create({keySize:K+D,hasher:V}).compute(U,_);else var N=B.create({keySize:K+D}).compute(U,_);var G=n.create(N.words.slice(K),D*4);return N.sigBytes=K*4,C.create({key:N,iv:G,salt:_})}},R=r.PasswordBasedCipher=m.extend({cfg:m.cfg.extend({kdf:v}),encrypt:function(U,K,D,_){_=this.cfg.extend(_);var V=_.kdf.execute(D,U.keySize,U.ivSize,_.salt,_.hasher);_.iv=V.iv;var N=m.encrypt.call(this,U,K,V.key,_);return N.mixIn(V),N},decrypt:function(U,K,D,_){_=this.cfg.extend(_),K=this._parse(K,_.format);var V=_.kdf.execute(D,U.keySize,U.ivSize,K.salt,_.hasher);_.iv=V.iv;var N=m.decrypt.call(this,U,K,V.key,_);return N}})})()})});var Zc=W((Ys,zc)=>{(function(t,A,e){typeof Ys=="object"?zc.exports=Ys=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(Ys,function(t){return t.mode.CFB=(function(){var A=t.lib.BlockCipherMode.extend();A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize;e.call(this,r,s,i,n),this._prevBlock=r.slice(s,s+i)}}),A.Decryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=r.slice(s,s+i);e.call(this,r,s,i,n),this._prevBlock=o}});function e(r,s,n,i){var o,a=this._iv;a?(o=a.slice(0),this._iv=void 0):o=this._prevBlock,i.encryptBlock(o,0);for(var f=0;f<n;f++)r[s+f]^=o[f]}return A})(),t.mode.CFB})});var $c=W((zs,jc)=>{(function(t,A,e){typeof zs=="object"?jc.exports=zs=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(zs,function(t){return t.mode.CTR=(function(){var A=t.lib.BlockCipherMode.extend(),e=A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=this._iv,a=this._counter;o&&(a=this._counter=o.slice(0),this._iv=void 0);var f=a.slice(0);n.encryptBlock(f,0),a[i-1]=a[i-1]+1|0;for(var c=0;c<i;c++)r[s+c]^=f[c]}});return A.Decryptor=e,A})(),t.mode.CTR})});var ef=W((Zs,Af)=>{(function(t,A,e){typeof Zs=="object"?Af.exports=Zs=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(Zs,function(t){return t.mode.CTRGladman=(function(){var A=t.lib.BlockCipherMode.extend();function e(n){if((n>>24&255)===255){var i=n>>16&255,o=n>>8&255,a=n&255;i===255?(i=0,o===255?(o=0,a===255?a=0:++a):++o):++i,n=0,n+=i<<16,n+=o<<8,n+=a}else n+=1<<24;return n}function r(n){return(n[0]=e(n[0]))===0&&(n[1]=e(n[1])),n}var s=A.Encryptor=A.extend({processBlock:function(n,i){var o=this._cipher,a=o.blockSize,f=this._iv,c=this._counter;f&&(c=this._counter=f.slice(0),this._iv=void 0),r(c);var B=c.slice(0);o.encryptBlock(B,0);for(var l=0;l<a;l++)n[i+l]^=B[l]}});return A.Decryptor=s,A})(),t.mode.CTRGladman})});var rf=W((js,tf)=>{(function(t,A,e){typeof js=="object"?tf.exports=js=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(js,function(t){return t.mode.OFB=(function(){var A=t.lib.BlockCipherMode.extend(),e=A.Encryptor=A.extend({processBlock:function(r,s){var n=this._cipher,i=n.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),n.encryptBlock(a,0);for(var f=0;f<i;f++)r[s+f]^=a[f]}});return A.Decryptor=e,A})(),t.mode.OFB})});var nf=W(($s,sf)=>{(function(t,A,e){typeof $s=="object"?sf.exports=$s=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})($s,function(t){return t.mode.ECB=(function(){var A=t.lib.BlockCipherMode.extend();return A.Encryptor=A.extend({processBlock:function(e,r){this._cipher.encryptBlock(e,r)}}),A.Decryptor=A.extend({processBlock:function(e,r){this._cipher.decryptBlock(e,r)}}),A})(),t.mode.ECB})});var af=W((An,of)=>{(function(t,A,e){typeof An=="object"?of.exports=An=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(An,function(t){return t.pad.AnsiX923={pad:function(A,e){var r=A.sigBytes,s=e*4,n=s-r%s,i=r+n-1;A.clamp(),A.words[i>>>2]|=n<<24-i%4*8,A.sigBytes+=n},unpad:function(A){var e=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=e}},t.pad.Ansix923})});var ff=W((en,cf)=>{(function(t,A,e){typeof en=="object"?cf.exports=en=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(en,function(t){return t.pad.Iso10126={pad:function(A,e){var r=e*4,s=r-A.sigBytes%r;A.concat(t.lib.WordArray.random(s-1)).concat(t.lib.WordArray.create([s<<24],1))},unpad:function(A){var e=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=e}},t.pad.Iso10126})});var lf=W((tn,Bf)=>{(function(t,A,e){typeof tn=="object"?Bf.exports=tn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(tn,function(t){return t.pad.Iso97971={pad:function(A,e){A.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(A,e)},unpad:function(A){t.pad.ZeroPadding.unpad(A),A.sigBytes--}},t.pad.Iso97971})});var hf=W((rn,uf)=>{(function(t,A,e){typeof rn=="object"?uf.exports=rn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(rn,function(t){return t.pad.ZeroPadding={pad:function(A,e){var r=e*4;A.clamp(),A.sigBytes+=r-(A.sigBytes%r||r)},unpad:function(A){for(var e=A.words,r=A.sigBytes-1,r=A.sigBytes-1;r>=0;r--)if(e[r>>>2]>>>24-r%4*8&255){A.sigBytes=r+1;break}}},t.pad.ZeroPadding})});var gf=W((sn,df)=>{(function(t,A,e){typeof sn=="object"?df.exports=sn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(sn,function(t){return t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding})});var pf=W((nn,wf)=>{(function(t,A,e){typeof nn=="object"?wf.exports=nn=A(j(),gA()):typeof define=="function"&&define.amd?define(["./core","./cipher-core"],A):A(t.CryptoJS)})(nn,function(t){return(function(A){var e=t,r=e.lib,s=r.CipherParams,n=e.enc,i=n.Hex,o=e.format,a=o.Hex={stringify:function(f){return f.ciphertext.toString(i)},parse:function(f){var c=i.parse(f);return s.create({ciphertext:c})}}})(),t.format.Hex})});var xf=W((on,Cf)=>{(function(t,A,e){typeof on=="object"?Cf.exports=on=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(on,function(t){return(function(){var A=t,e=A.lib,r=e.BlockCipher,s=A.algo,n=[],i=[],o=[],a=[],f=[],c=[],B=[],l=[],d=[],u=[];(function(){for(var h=[],g=0;g<256;g++)g<128?h[g]=g<<1:h[g]=g<<1^283;for(var p=0,C=0,g=0;g<256;g++){var Q=C^C<<1^C<<2^C<<3^C<<4;Q=Q>>>8^Q&255^99,n[p]=Q,i[Q]=p;var F=h[p],m=h[F],E=h[m],v=h[Q]*257^Q*16843008;o[p]=v<<24|v>>>8,a[p]=v<<16|v>>>16,f[p]=v<<8|v>>>24,c[p]=v;var v=E*16843009^m*65537^F*257^p*16843008;B[Q]=v<<24|v>>>8,l[Q]=v<<16|v>>>16,d[Q]=v<<8|v>>>24,u[Q]=v,p?(p=F^h[h[h[E^F]]],C^=h[h[C]]):p=C=1}})();var w=[0,1,2,4,8,16,32,64,128,27,54],x=s.AES=r.extend({_doReset:function(){var h;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var g=this._keyPriorReset=this._key,p=g.words,C=g.sigBytes/4,Q=this._nRounds=C+6,F=(Q+1)*4,m=this._keySchedule=[],E=0;E<F;E++)E<C?m[E]=p[E]:(h=m[E-1],E%C?C>6&&E%C==4&&(h=n[h>>>24]<<24|n[h>>>16&255]<<16|n[h>>>8&255]<<8|n[h&255]):(h=h<<8|h>>>24,h=n[h>>>24]<<24|n[h>>>16&255]<<16|n[h>>>8&255]<<8|n[h&255],h^=w[E/C|0]<<24),m[E]=m[E-C]^h);for(var v=this._invKeySchedule=[],R=0;R<F;R++){var E=F-R;if(R%4)var h=m[E];else var h=m[E-4];R<4||E<=4?v[R]=h:v[R]=B[n[h>>>24]]^l[n[h>>>16&255]]^d[n[h>>>8&255]]^u[n[h&255]]}}},encryptBlock:function(h,g){this._doCryptBlock(h,g,this._keySchedule,o,a,f,c,n)},decryptBlock:function(h,g){var p=h[g+1];h[g+1]=h[g+3],h[g+3]=p,this._doCryptBlock(h,g,this._invKeySchedule,B,l,d,u,i);var p=h[g+1];h[g+1]=h[g+3],h[g+3]=p},_doCryptBlock:function(h,g,p,C,Q,F,m,E){for(var v=this._nRounds,R=h[g]^p[0],U=h[g+1]^p[1],K=h[g+2]^p[2],D=h[g+3]^p[3],_=4,V=1;V<v;V++){var N=C[R>>>24]^Q[U>>>16&255]^F[K>>>8&255]^m[D&255]^p[_++],G=C[U>>>24]^Q[K>>>16&255]^F[D>>>8&255]^m[R&255]^p[_++],J=C[K>>>24]^Q[D>>>16&255]^F[R>>>8&255]^m[U&255]^p[_++],y=C[D>>>24]^Q[R>>>16&255]^F[U>>>8&255]^m[K&255]^p[_++];R=N,U=G,K=J,D=y}var N=(E[R>>>24]<<24|E[U>>>16&255]<<16|E[K>>>8&255]<<8|E[D&255])^p[_++],G=(E[U>>>24]<<24|E[K>>>16&255]<<16|E[D>>>8&255]<<8|E[R&255])^p[_++],J=(E[K>>>24]<<24|E[D>>>16&255]<<16|E[R>>>8&255]<<8|E[U&255])^p[_++],y=(E[D>>>24]<<24|E[R>>>16&255]<<16|E[U>>>8&255]<<8|E[K&255])^p[_++];h[g]=N,h[g+1]=G,h[g+2]=J,h[g+3]=y},keySize:256/32});A.AES=r._createHelper(x)})(),t.AES})});var Qf=W((an,Ff)=>{(function(t,A,e){typeof an=="object"?Ff.exports=an=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(an,function(t){return(function(){var A=t,e=A.lib,r=e.WordArray,s=e.BlockCipher,n=A.algo,i=[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],o=[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],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],f=[{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}],c=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],B=n.DES=s.extend({_doReset:function(){for(var w=this._key,x=w.words,h=[],g=0;g<56;g++){var p=i[g]-1;h[g]=x[p>>>5]>>>31-p%32&1}for(var C=this._subKeys=[],Q=0;Q<16;Q++){for(var F=C[Q]=[],m=a[Q],g=0;g<24;g++)F[g/6|0]|=h[(o[g]-1+m)%28]<<31-g%6,F[4+(g/6|0)]|=h[28+(o[g+24]-1+m)%28]<<31-g%6;F[0]=F[0]<<1|F[0]>>>31;for(var g=1;g<7;g++)F[g]=F[g]>>>(g-1)*4+3;F[7]=F[7]<<5|F[7]>>>27}for(var E=this._invSubKeys=[],g=0;g<16;g++)E[g]=C[15-g]},encryptBlock:function(w,x){this._doCryptBlock(w,x,this._subKeys)},decryptBlock:function(w,x){this._doCryptBlock(w,x,this._invSubKeys)},_doCryptBlock:function(w,x,h){this._lBlock=w[x],this._rBlock=w[x+1],l.call(this,4,252645135),l.call(this,16,65535),d.call(this,2,858993459),d.call(this,8,16711935),l.call(this,1,1431655765);for(var g=0;g<16;g++){for(var p=h[g],C=this._lBlock,Q=this._rBlock,F=0,m=0;m<8;m++)F|=f[m][((Q^p[m])&c[m])>>>0];this._lBlock=Q,this._rBlock=C^F}var E=this._lBlock;this._lBlock=this._rBlock,this._rBlock=E,l.call(this,1,1431655765),d.call(this,8,16711935),d.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),w[x]=this._lBlock,w[x+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function l(w,x){var h=(this._lBlock>>>w^this._rBlock)&x;this._rBlock^=h,this._lBlock^=h<<w}function d(w,x){var h=(this._rBlock>>>w^this._lBlock)&x;this._lBlock^=h,this._rBlock^=h<<w}A.DES=s._createHelper(B);var u=n.TripleDES=s.extend({_doReset:function(){var w=this._key,x=w.words;if(x.length!==2&&x.length!==4&&x.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var h=x.slice(0,2),g=x.length<4?x.slice(0,2):x.slice(2,4),p=x.length<6?x.slice(0,2):x.slice(4,6);this._des1=B.createEncryptor(r.create(h)),this._des2=B.createEncryptor(r.create(g)),this._des3=B.createEncryptor(r.create(p))},encryptBlock:function(w,x){this._des1.encryptBlock(w,x),this._des2.decryptBlock(w,x),this._des3.encryptBlock(w,x)},decryptBlock:function(w,x){this._des3.decryptBlock(w,x),this._des2.encryptBlock(w,x),this._des1.decryptBlock(w,x)},keySize:192/32,ivSize:64/32,blockSize:64/32});A.TripleDES=s._createHelper(u)})(),t.TripleDES})});var Ef=W((cn,vf)=>{(function(t,A,e){typeof cn=="object"?vf.exports=cn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(cn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=s.RC4=r.extend({_doReset:function(){for(var a=this._key,f=a.words,c=a.sigBytes,B=this._S=[],l=0;l<256;l++)B[l]=l;for(var l=0,d=0;l<256;l++){var u=l%c,w=f[u>>>2]>>>24-u%4*8&255;d=(d+B[l]+w)%256;var x=B[l];B[l]=B[d],B[d]=x}this._i=this._j=0},_doProcessBlock:function(a,f){a[f]^=i.call(this)},keySize:256/32,ivSize:0});function i(){for(var a=this._S,f=this._i,c=this._j,B=0,l=0;l<4;l++){f=(f+1)%256,c=(c+a[f])%256;var d=a[f];a[f]=a[c],a[c]=d,B|=a[(a[f]+a[c])%256]<<24-l*8}return this._i=f,this._j=c,B}A.RC4=r._createHelper(n);var o=s.RC4Drop=n.extend({cfg:n.cfg.extend({drop:192}),_doReset:function(){n._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)i.call(this)}});A.RC4Drop=r._createHelper(o)})(),t.RC4})});var mf=W((fn,Uf)=>{(function(t,A,e){typeof fn=="object"?Uf.exports=fn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(fn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=[],i=[],o=[],a=s.Rabbit=r.extend({_doReset:function(){for(var c=this._key.words,B=this.cfg.iv,l=0;l<4;l++)c[l]=(c[l]<<8|c[l]>>>24)&16711935|(c[l]<<24|c[l]>>>8)&4278255360;var d=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],u=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var l=0;l<4;l++)f.call(this);for(var l=0;l<8;l++)u[l]^=d[l+4&7];if(B){var w=B.words,x=w[0],h=w[1],g=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,C=g>>>16|p&4294901760,Q=p<<16|g&65535;u[0]^=g,u[1]^=C,u[2]^=p,u[3]^=Q,u[4]^=g,u[5]^=C,u[6]^=p,u[7]^=Q;for(var l=0;l<4;l++)f.call(this)}},_doProcessBlock:function(c,B){var l=this._X;f.call(this),n[0]=l[0]^l[5]>>>16^l[3]<<16,n[1]=l[2]^l[7]>>>16^l[5]<<16,n[2]=l[4]^l[1]>>>16^l[7]<<16,n[3]=l[6]^l[3]>>>16^l[1]<<16;for(var d=0;d<4;d++)n[d]=(n[d]<<8|n[d]>>>24)&16711935|(n[d]<<24|n[d]>>>8)&4278255360,c[B+d]^=n[d]},blockSize:128/32,ivSize:64/32});function f(){for(var c=this._X,B=this._C,l=0;l<8;l++)i[l]=B[l];B[0]=B[0]+1295307597+this._b|0,B[1]=B[1]+3545052371+(B[0]>>>0<i[0]>>>0?1:0)|0,B[2]=B[2]+886263092+(B[1]>>>0<i[1]>>>0?1:0)|0,B[3]=B[3]+1295307597+(B[2]>>>0<i[2]>>>0?1:0)|0,B[4]=B[4]+3545052371+(B[3]>>>0<i[3]>>>0?1:0)|0,B[5]=B[5]+886263092+(B[4]>>>0<i[4]>>>0?1:0)|0,B[6]=B[6]+1295307597+(B[5]>>>0<i[5]>>>0?1:0)|0,B[7]=B[7]+3545052371+(B[6]>>>0<i[6]>>>0?1:0)|0,this._b=B[7]>>>0<i[7]>>>0?1:0;for(var l=0;l<8;l++){var d=c[l]+B[l],u=d&65535,w=d>>>16,x=((u*u>>>17)+u*w>>>15)+w*w,h=((d&4294901760)*d|0)+((d&65535)*d|0);o[l]=x^h}c[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,c[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,c[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,c[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,c[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,c[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,c[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,c[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}A.Rabbit=r._createHelper(a)})(),t.Rabbit})});var bf=W((Bn,yf)=>{(function(t,A,e){typeof Bn=="object"?yf.exports=Bn=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(Bn,function(t){return(function(){var A=t,e=A.lib,r=e.StreamCipher,s=A.algo,n=[],i=[],o=[],a=s.RabbitLegacy=r.extend({_doReset:function(){var c=this._key.words,B=this.cfg.iv,l=this._X=[c[0],c[3]<<16|c[2]>>>16,c[1],c[0]<<16|c[3]>>>16,c[2],c[1]<<16|c[0]>>>16,c[3],c[2]<<16|c[1]>>>16],d=this._C=[c[2]<<16|c[2]>>>16,c[0]&4294901760|c[1]&65535,c[3]<<16|c[3]>>>16,c[1]&4294901760|c[2]&65535,c[0]<<16|c[0]>>>16,c[2]&4294901760|c[3]&65535,c[1]<<16|c[1]>>>16,c[3]&4294901760|c[0]&65535];this._b=0;for(var u=0;u<4;u++)f.call(this);for(var u=0;u<8;u++)d[u]^=l[u+4&7];if(B){var w=B.words,x=w[0],h=w[1],g=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,p=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,C=g>>>16|p&4294901760,Q=p<<16|g&65535;d[0]^=g,d[1]^=C,d[2]^=p,d[3]^=Q,d[4]^=g,d[5]^=C,d[6]^=p,d[7]^=Q;for(var u=0;u<4;u++)f.call(this)}},_doProcessBlock:function(c,B){var l=this._X;f.call(this),n[0]=l[0]^l[5]>>>16^l[3]<<16,n[1]=l[2]^l[7]>>>16^l[5]<<16,n[2]=l[4]^l[1]>>>16^l[7]<<16,n[3]=l[6]^l[3]>>>16^l[1]<<16;for(var d=0;d<4;d++)n[d]=(n[d]<<8|n[d]>>>24)&16711935|(n[d]<<24|n[d]>>>8)&4278255360,c[B+d]^=n[d]},blockSize:128/32,ivSize:64/32});function f(){for(var c=this._X,B=this._C,l=0;l<8;l++)i[l]=B[l];B[0]=B[0]+1295307597+this._b|0,B[1]=B[1]+3545052371+(B[0]>>>0<i[0]>>>0?1:0)|0,B[2]=B[2]+886263092+(B[1]>>>0<i[1]>>>0?1:0)|0,B[3]=B[3]+1295307597+(B[2]>>>0<i[2]>>>0?1:0)|0,B[4]=B[4]+3545052371+(B[3]>>>0<i[3]>>>0?1:0)|0,B[5]=B[5]+886263092+(B[4]>>>0<i[4]>>>0?1:0)|0,B[6]=B[6]+1295307597+(B[5]>>>0<i[5]>>>0?1:0)|0,B[7]=B[7]+3545052371+(B[6]>>>0<i[6]>>>0?1:0)|0,this._b=B[7]>>>0<i[7]>>>0?1:0;for(var l=0;l<8;l++){var d=c[l]+B[l],u=d&65535,w=d>>>16,x=((u*u>>>17)+u*w>>>15)+w*w,h=((d&4294901760)*d|0)+((d&65535)*d|0);o[l]=x^h}c[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,c[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,c[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,c[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,c[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,c[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,c[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,c[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}A.RabbitLegacy=r._createHelper(a)})(),t.RabbitLegacy})});var Hf=W((ln,_f)=>{(function(t,A,e){typeof ln=="object"?_f.exports=ln=A(j(),Ie(),De(),Ce(),gA()):typeof define=="function"&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],A):A(t.CryptoJS)})(ln,function(t){return(function(){var A=t,e=A.lib,r=e.BlockCipher,s=A.algo;let n=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[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 a={pbox:[],sbox:[]};function f(u,w){let x=w>>24&255,h=w>>16&255,g=w>>8&255,p=w&255,C=u.sbox[0][x]+u.sbox[1][h];return C=C^u.sbox[2][g],C=C+u.sbox[3][p],C}function c(u,w,x){let h=w,g=x,p;for(let C=0;C<n;++C)h=h^u.pbox[C],g=f(u,h)^g,p=h,h=g,g=p;return p=h,h=g,g=p,g=g^u.pbox[n],h=h^u.pbox[n+1],{left:h,right:g}}function B(u,w,x){let h=w,g=x,p;for(let C=n+1;C>1;--C)h=h^u.pbox[C],g=f(u,h)^g,p=h,h=g,g=p;return p=h,h=g,g=p,g=g^u.pbox[1],h=h^u.pbox[0],{left:h,right:g}}function l(u,w,x){for(let Q=0;Q<4;Q++){u.sbox[Q]=[];for(let F=0;F<256;F++)u.sbox[Q][F]=o[Q][F]}let h=0;for(let Q=0;Q<n+2;Q++)u.pbox[Q]=i[Q]^w[h],h++,h>=x&&(h=0);let g=0,p=0,C=0;for(let Q=0;Q<n+2;Q+=2)C=c(u,g,p),g=C.left,p=C.right,u.pbox[Q]=g,u.pbox[Q+1]=p;for(let Q=0;Q<4;Q++)for(let F=0;F<256;F+=2)C=c(u,g,p),g=C.left,p=C.right,u.sbox[Q][F]=g,u.sbox[Q][F+1]=p;return!0}var d=s.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var u=this._keyPriorReset=this._key,w=u.words,x=u.sigBytes/4;l(a,w,x)}},encryptBlock:function(u,w){var x=c(a,u[w],u[w+1]);u[w]=x.left,u[w+1]=x.right},decryptBlock:function(u,w){var x=B(a,u[w],u[w+1]);u[w]=x.left,u[w+1]=x.right},blockSize:64/32,keySize:128/32,ivSize:64/32});A.Blowfish=r._createHelper(d)})(),t.Blowfish})});var Df=W((un,If)=>{(function(t,A,e){typeof un=="object"?If.exports=un=A(j(),pr(),yc(),_c(),Ie(),Dc(),De(),eo(),Os(),kc(),to(),Nc(),Pc(),Vc(),Ws(),qc(),Ce(),gA(),Zc(),$c(),ef(),rf(),nf(),af(),ff(),lf(),hf(),gf(),pf(),xf(),Qf(),Ef(),mf(),bf(),Hf()):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"],A):t.CryptoJS=A(t.CryptoJS)})(un,function(t){return t})});var vi=pA(Da(),1);var ZA=Object.create(null);ZA.open="0";ZA.close="1";ZA.ping="2";ZA.pong="3";ZA.message="4";ZA.upgrade="5";ZA.noop="6";var $t=Object.create(null);Object.keys(ZA).forEach(t=>{$t[ZA[t]]=t});var Ar={type:"error",data:"parser error"};var er=({type:t,data:A},e,r)=>A instanceof ArrayBuffer||ArrayBuffer.isView(A)?r(e?A:"b"+Sa(A,!0).toString("base64")):r(ZA[t]+(A||"")),Sa=(t,A)=>Buffer.isBuffer(t)||t instanceof Uint8Array&&!A?t:t instanceof ArrayBuffer?Buffer.from(t):Buffer.from(t.buffer,t.byteOffset,t.byteLength),gi;function La(t,A){if(t.data instanceof ArrayBuffer||ArrayBuffer.isView(t.data))return A(Sa(t.data,!1));er(t,!0,e=>{gi||(gi=new TextEncoder),A(gi.encode(e))})}var tr=(t,A)=>{if(typeof t!="string")return{type:"message",data:Ta(t,A)};let e=t.charAt(0);if(e==="b"){let r=Buffer.from(t.substring(1),"base64");return{type:"message",data:Ta(r,A)}}return $t[e]?t.length>1?{type:$t[e],data:t.substring(1)}:{type:$t[e]}:Ar},Ta=(t,A)=>A==="arraybuffer"?t instanceof ArrayBuffer?t:Buffer.isBuffer(t)?t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength):t.buffer:Buffer.isBuffer(t)?t:Buffer.from(t);var Ka="",ka=(t,A)=>{let e=t.length,r=new Array(e),s=0;t.forEach((n,i)=>{er(n,!1,o=>{r[i]=o,++s===e&&A(r.join(Ka))})})},Oa=(t,A)=>{let e=t.split(Ka),r=[];for(let s=0;s<e.length;s++){let n=tr(e[s],A);if(r.push(n),n.type==="error")break}return r};function Ra(){return new TransformStream({transform(t,A){La(t,e=>{let r=e.length,s;if(r<126)s=new Uint8Array(1),new DataView(s.buffer).setUint8(0,r);else if(r<65536){s=new Uint8Array(3);let n=new DataView(s.buffer);n.setUint8(0,126),n.setUint16(1,r)}else{s=new Uint8Array(9);let n=new DataView(s.buffer);n.setUint8(0,127),n.setBigUint64(1,BigInt(r))}t.data&&typeof t.data!="string"&&(s[0]|=128),A.enqueue(s),A.enqueue(e)})}})}var wi;function rs(t){return t.reduce((A,e)=>A+e.length,0)}function ss(t,A){if(t[0].length===A)return t.shift();let e=new Uint8Array(A),r=0;for(let s=0;s<A;s++)e[s]=t[0][r++],r===t[0].length&&(t.shift(),r=0);return t.length&&r<t[0].length&&(t[0]=t[0].slice(r)),e}function Na(t,A){wi||(wi=new TextDecoder);let e=[],r=0,s=-1,n=!1;return new TransformStream({transform(i,o){for(e.push(i);;){if(r===0){if(rs(e)<1)break;let a=ss(e,1);n=(a[0]&128)===128,s=a[0]&127,s<126?r=3:s===126?r=1:r=2}else if(r===1){if(rs(e)<2)break;let a=ss(e,2);s=new DataView(a.buffer,a.byteOffset,a.length).getUint16(0),r=3}else if(r===2){if(rs(e)<8)break;let a=ss(e,8),f=new DataView(a.buffer,a.byteOffset,a.length),c=f.getUint32(0);if(c>Math.pow(2,21)-1){o.enqueue(Ar);break}s=c*Math.pow(2,32)+f.getUint32(4),r=3}else{if(rs(e)<s)break;let a=ss(e,s);o.enqueue(tr(n?a:wi.decode(a),A)),r=0}if(s===0||s>t){o.enqueue(Ar);break}}}})}var pi=4;function iA(t){if(t)return Eu(t)}function Eu(t){for(var A in iA.prototype)t[A]=iA.prototype[A];return t}iA.prototype.on=iA.prototype.addEventListener=function(t,A){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(A),this};iA.prototype.once=function(t,A){function e(){this.off(t,e),A.apply(this,arguments)}return e.fn=A,this.on(t,e),this};iA.prototype.off=iA.prototype.removeListener=iA.prototype.removeAllListeners=iA.prototype.removeEventListener=function(t,A){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var e=this._callbacks["$"+t];if(!e)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var r,s=0;s<e.length;s++)if(r=e[s],r===A||r.fn===A){e.splice(s,1);break}return e.length===0&&delete this._callbacks["$"+t],this};iA.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var A=new Array(arguments.length-1),e=this._callbacks["$"+t],r=1;r<arguments.length;r++)A[r-1]=arguments[r];if(e){e=e.slice(0);for(var r=0,s=e.length;r<s;++r)e[r].apply(this,A)}return this};iA.prototype.emitReserved=iA.prototype.emit;iA.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]};iA.prototype.hasListeners=function(t){return!!this.listeners(t).length};var Be=process.nextTick,bA=global,Ma="nodebuffer";function Pa(){return new Ci}function Uu(t){let A=t.split("; "),e=A[0].indexOf("=");if(e===-1)return;let r=A[0].substring(0,e).trim();if(!r.length)return;let s=A[0].substring(e+1).trim();s.charCodeAt(0)===34&&(s=s.slice(1,-1));let n={name:r,value:s};for(let i=1;i<A.length;i++){let o=A[i].split("=");if(o.length!==2)continue;let a=o[0].trim(),f=o[1].trim();switch(a){case"Expires":n.expires=new Date(f);break;case"Max-Age":let c=new Date;c.setUTCSeconds(c.getUTCSeconds()+parseInt(f,10)),n.expires=c;break;default:}}return n}var Ci=class{constructor(){this._cookies=new Map}parseCookies(A){A&&A.forEach(e=>{let r=Uu(e);r&&this._cookies.set(r.name,r)})}get cookies(){let A=Date.now();return this._cookies.forEach((e,r)=>{var s;((s=e.expires)===null||s===void 0?void 0:s.getTime())<A&&this._cookies.delete(r)}),this._cookies.entries()}addCookies(A){let e=[];for(let[r,s]of this.cookies)e.push(`${r}=${s.value}`);e.length&&(A.setDisableHeaderCheck(!0),A.setRequestHeader("cookie",e.join("; ")))}appendCookies(A){for(let[e,r]of this.cookies)A.append("cookie",`${e}=${r.value}`)}};function ns(t,...A){return A.reduce((e,r)=>(t.hasOwnProperty(r)&&(e[r]=t[r]),e),{})}var mu=bA.setTimeout,yu=bA.clearTimeout;function le(t,A){A.useNativeTimers?(t.setTimeoutFn=mu.bind(bA),t.clearTimeoutFn=yu.bind(bA)):(t.setTimeoutFn=bA.setTimeout.bind(bA),t.clearTimeoutFn=bA.clearTimeout.bind(bA))}var bu=1.33;function Ga(t){return typeof t=="string"?_u(t):Math.ceil((t.byteLength||t.size)*bu)}function _u(t){let A=0,e=0;for(let r=0,s=t.length;r<s;r++)A=t.charCodeAt(r),A<128?e+=1:A<2048?e+=2:A<55296||A>=57344?e+=3:(r++,e+=4);return e}function is(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Va(t){let A="";for(let e in t)t.hasOwnProperty(e)&&(A.length&&(A+="&"),A+=encodeURIComponent(e)+"="+encodeURIComponent(t[e]));return A}function Wa(t){let A={},e=t.split("&");for(let r=0,s=e.length;r<s;r++){let n=e[r].split("=");A[decodeURIComponent(n[0])]=decodeURIComponent(n[1])}return A}var ja=pA(PA(),1),zu=(0,ja.default)("engine.io-client:transport"),Bs=class extends Error{constructor(A,e,r){super(A),this.description=e,this.context=r,this.type="TransportError"}},ue=class extends iA{constructor(A){super(),this.writable=!1,le(this,A),this.opts=A,this.query=A.query,this.socket=A.socket,this.supportsBinary=!A.forceBase64}onError(A,e,r){return super.emitReserved("error",new Bs(A,e,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(A){this.readyState==="open"?this.write(A):zu("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(A){let e=tr(A,this.socket.binaryType);this.onPacket(e)}onPacket(A){super.emitReserved("packet",A)}onClose(A){this.readyState="closed",super.emitReserved("close",A)}pause(A){}createUri(A,e={}){return A+"://"+this._hostname()+this._port()+this.opts.path+this._query(e)}_hostname(){let A=this.opts.hostname;return A.indexOf(":")===-1?A:"["+A+"]"}_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(A){let e=Va(A);return e.length?"?"+e:""}};var $a=pA(PA(),1),jA=(0,$a.default)("engine.io-client:polling"),rr=class extends ue{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(A){this.readyState="pausing";let e=()=>{jA("paused"),this.readyState="paused",A()};if(this._polling||!this.writable){let r=0;this._polling&&(jA("we are currently polling - waiting to pause"),r++,this.once("pollComplete",function(){jA("pre-pause polling complete"),--r||e()})),this.writable||(jA("we are currently writing - waiting to pause"),r++,this.once("drain",function(){jA("pre-pause writing complete"),--r||e()}))}else e()}_poll(){jA("polling"),this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(A){jA("polling got data %s",A);let e=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};Oa(A,this.socket.binaryType).forEach(e),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"?this._poll():jA('ignoring poll - transport state "%s"',this.readyState))}doClose(){let A=()=>{jA("writing close packet"),this.write([{type:"close"}])};this.readyState==="open"?(jA("transport open - closing"),A()):(jA("transport not open - deferring close"),this.once("open",A))}write(A){this.writable=!1,ka(A,e=>{this.doWrite(e,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let A=this.opts.secure?"https":"http",e=this.query||{};return this.opts.timestampRequests!==!1&&(e[this.opts.timestampParam]=is()),!this.supportsBinary&&!e.sid&&(e.b64=1),this.createUri(A,e)}};var A0=!1;try{A0=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}var e0=A0;var r0=pA(PA(),1),Qi=(0,r0.default)("engine.io-client:polling");function Zu(){}var ls=class extends rr{constructor(A){if(super(A),typeof location<"u"){let e=location.protocol==="https:",r=location.port;r||(r=e?"443":"80"),this.xd=typeof location<"u"&&A.hostname!==location.hostname||r!==A.port}}doWrite(A,e){let r=this.request({method:"POST",data:A});r.on("success",e),r.on("error",(s,n)=>{this.onError("xhr post error",s,n)})}doPoll(){Qi("xhr poll");let A=this.request();A.on("data",this.onData.bind(this)),A.on("error",(e,r)=>{this.onError("xhr poll error",e,r)}),this.pollXhr=A}},he=class t extends iA{constructor(A,e,r){super(),this.createRequest=A,le(this,r),this._opts=r,this._method=r.method||"GET",this._uri=e,this._data=r.data!==void 0?r.data:null,this._create()}_create(){var A;let e=ns(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this._opts.xd;let r=this._xhr=this.createRequest(e);try{Qi("xhr open %s: %s",this._method,this._uri),r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let s in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(s)&&r.setRequestHeader(s,this._opts.extraHeaders[s])}}catch{}if(this._method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{r.setRequestHeader("Accept","*/*")}catch{}(A=this._opts.cookieJar)===null||A===void 0||A.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var s;r.readyState===3&&((s=this._opts.cookieJar)===null||s===void 0||s.parseCookies(r.getResponseHeader("set-cookie"))),r.readyState===4&&(r.status===200||r.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof r.status=="number"?r.status:0)},0))},Qi("xhr data %s",this._data),r.send(this._data)}catch(s){this.setTimeoutFn(()=>{this._onError(s)},0);return}typeof document<"u"&&(this._index=t.requestsCount++,t.requests[this._index]=this)}_onError(A){this.emitReserved("error",A,this._xhr),this._cleanup(!0)}_cleanup(A){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=Zu,A)try{this._xhr.abort()}catch{}typeof document<"u"&&delete t.requests[this._index],this._xhr=null}}_onLoad(){let A=this._xhr.responseText;A!==null&&(this.emitReserved("data",A),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};he.requestsCount=0;he.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",t0);else if(typeof addEventListener=="function"){let t="onpagehide"in bA?"pagehide":"unload";addEventListener(t,t0,!1)}}function t0(){for(let t in he.requests)he.requests.hasOwnProperty(t)&&he.requests[t].abort()}var cQ=(function(){let t=ju({xdomain:!1});return t&&t.responseType!==null})();function ju(t){let A=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!A||e0))return new XMLHttpRequest}catch{}if(!A)try{return new bA[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}var $u=vi.default||vi,ht=class extends ls{request(A={}){var e;return Object.assign(A,{xd:this.xd,cookieJar:(e=this.socket)===null||e===void 0?void 0:e._cookieJar},this.opts),new he(r=>new $u(r),this.uri(),A)}};var pd=pA(j0(),1),Cd=pA(Li(),1),xd=pA(ki(),1),Wi=pA(Es(),1),Fd=pA(oc(),1);var ac=pA(PA(),1),vd=(0,ac.default)("engine.io-client:websocket"),Ed=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative",ms=class extends ue{get name(){return"websocket"}doOpen(){let A=this.uri(),e=this.opts.protocols,r=Ed?{}:ns(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(A,e,r)}catch(s){return this.emitReserved("error",s)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=A=>this.onClose({description:"websocket connection closed",context:A}),this.ws.onmessage=A=>this.onData(A.data),this.ws.onerror=A=>this.onError("websocket error",A)}write(A){this.writable=!1;for(let e=0;e<A.length;e++){let r=A[e],s=e===A.length-1;er(r,this.supportsBinary,n=>{try{this.doWrite(r,n)}catch{vd("websocket closed before onclose event")}s&&Be(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){let A=this.opts.secure?"wss":"ws",e=this.query||{};return this.opts.timestampRequests&&(e[this.opts.timestampParam]=is()),this.supportsBinary||(e.b64=1),this.createUri(A,e)}},TQ=bA.WebSocket||bA.MozWebSocket;var Qt=class extends ms{createSocket(A,e,r){var s;if(!((s=this.socket)===null||s===void 0)&&s._cookieJar){r.headers=r.headers||{},r.headers.cookie=typeof r.headers.cookie=="string"?[r.headers.cookie]:r.headers.cookie||[];for(let[n,i]of this.socket._cookieJar.cookies)r.headers.cookie.push(`${n}=${i.value}`)}return new Wi.default(A,e,r)}doWrite(A,e){let r={};A.options&&(r.compress=A.options.compress),this.opts.perMessageDeflate&&(typeof e=="string"?Buffer.byteLength(e):e.length)<this.opts.perMessageDeflate.threshold&&(r.compress=!1),this.ws.send(e,r)}};var cc=pA(PA(),1),lr=(0,cc.default)("engine.io-client:webtransport"),vt=class extends ue{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(A){return this.emitReserved("error",A)}this._transport.closed.then(()=>{lr("transport closed gracefully"),this.onClose()}).catch(A=>{lr("transport closed due to %s",A),this.onError("webtransport error",A)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(A=>{let e=Na(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=A.readable.pipeThrough(e).getReader(),s=Ra();s.readable.pipeTo(A.writable),this._writer=s.writable.getWriter();let n=()=>{r.read().then(({done:o,value:a})=>{if(o){lr("session is closed");return}lr("received chunk: %o",a),this.onPacket(a),n()}).catch(o=>{lr("an error occurred while reading: %s",o)})};n();let i={type:"open"};this.query.sid&&(i.data=`{"sid":"${this.query.sid}"}`),this._writer.write(i).then(()=>this.onOpen())})})}write(A){this.writable=!1;for(let e=0;e<A.length;e++){let r=A[e],s=e===A.length-1;this._writer.write(r).then(()=>{s&&Be(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var A;(A=this._transport)===null||A===void 0||A.close()}};var Xi={websocket:Qt,webtransport:vt,polling:ht};var Ud=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,md=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Et(t){if(t.length>8e3)throw"URI too long";let A=t,e=t.indexOf("["),r=t.indexOf("]");e!=-1&&r!=-1&&(t=t.substring(0,e)+t.substring(e,r).replace(/:/g,";")+t.substring(r,t.length));let s=Ud.exec(t||""),n={},i=14;for(;i--;)n[md[i]]=s[i]||"";return e!=-1&&r!=-1&&(n.source=A,n.host=n.host.substring(1,n.host.length-1).replace(/;/g,":"),n.authority=n.authority.replace("[","").replace("]","").replace(/;/g,":"),n.ipv6uri=!0),n.pathNames=yd(n,n.path),n.queryKey=bd(n,n.query),n}function yd(t,A){let e=/\/{2,9}/g,r=A.replace(e,"/").split("/");return(A.slice(0,1)=="/"||A.length===0)&&r.splice(0,1),A.slice(-1)=="/"&&r.splice(r.length-1,1),r}function bd(t,A){let e={};return A.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,s,n){s&&(e[s]=n)}),e}var fc=pA(PA(),1),nA=(0,fc.default)("engine.io-client:socket"),qi=typeof addEventListener=="function"&&typeof removeEventListener=="function",ur=[];qi&&addEventListener("offline",()=>{nA("closing %d connection(s) because the network was lost",ur.length),ur.forEach(t=>t())},!1);var je=class t extends iA{constructor(A,e){if(super(),this.binaryType=Ma,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,A&&typeof A=="object"&&(e=A,A=null),A){let r=Et(A);e.hostname=r.host,e.secure=r.protocol==="https"||r.protocol==="wss",e.port=r.port,r.query&&(e.query=r.query)}else e.host&&(e.hostname=Et(e.host).host);le(this,e),this.secure=e.secure!=null?e.secure:typeof location<"u"&&location.protocol==="https:",e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.hostname=e.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=e.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},e.transports.forEach(r=>{let s=r.prototype.name;this.transports.push(s),this._transportsByName[s]=r}),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},e),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Wa(this.opts.query)),qi&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(nA("adding listener for the 'offline' event"),this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},ur.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=Pa()),this._open()}createTransport(A){nA('creating transport "%s"',A);let e=Object.assign({},this.opts.query);e.EIO=pi,e.transport=A,this.id&&(e.sid=this.id);let r=Object.assign({},this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[A]);return nA("options: %j",r),new this._transportsByName[A](r)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let A=this.opts.rememberUpgrade&&t.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let e=this.createTransport(A);e.open(),this.setTransport(e)}setTransport(A){nA("setting transport %s",A.name),this.transport&&(nA("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=A,A.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",e=>this._onClose("transport close",e))}onOpen(){nA("socket open"),this.readyState="open",t.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(A){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(nA('socket receive: type "%s", data "%s"',A.type,A.data),this.emitReserved("packet",A),this.emitReserved("heartbeat"),A.type){case"open":this.onHandshake(JSON.parse(A.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let e=new Error("server error");e.code=A.data,this._onError(e);break;case"message":this.emitReserved("data",A.data),this.emitReserved("message",A.data);break}else nA('packet received with socket readyState "%s"',this.readyState)}onHandshake(A){this.emitReserved("handshake",A),this.id=A.sid,this.transport.query.sid=A.sid,this._pingInterval=A.pingInterval,this._pingTimeout=A.pingTimeout,this._maxPayload=A.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let A=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+A,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},A),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 A=this._getWritablePackets();nA("flushing %d packets in socket",A.length),this.transport.send(A),this._prevBufferLen=A.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let e=1;for(let r=0;r<this.writeBuffer.length;r++){let s=this.writeBuffer[r].data;if(s&&(e+=Ga(s)),r>0&&e>this._maxPayload)return nA("only send %d out of %d packets",r,this.writeBuffer.length),this.writeBuffer.slice(0,r);e+=2}return nA("payload size is %d (max: %d)",e,this._maxPayload),this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let A=Date.now()>this._pingTimeoutTime;return A&&(nA("throttled timer detected, scheduling connection close"),this._pingTimeoutTime=0,Be(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),A}write(A,e,r){return this._sendPacket("message",A,e,r),this}send(A,e,r){return this._sendPacket("message",A,e,r),this}_sendPacket(A,e,r,s){if(typeof e=="function"&&(s=e,e=void 0),typeof r=="function"&&(s=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;let n={type:A,data:e,options:r};this.emitReserved("packetCreate",n),this.writeBuffer.push(n),s&&this.once("flush",s),this.flush()}close(){let A=()=>{this._onClose("forced close"),nA("socket closing - telling transport to close"),this.transport.close()},e=()=>{this.off("upgrade",e),this.off("upgradeError",e),A()},r=()=>{this.once("upgrade",e),this.once("upgradeError",e)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():A()}):this.upgrading?r():A()),this}_onError(A){if(nA("socket error %j",A),t.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return nA("trying next transport"),this.transports.shift(),this._open();this.emitReserved("error",A),this._onClose("transport error",A)}_onClose(A,e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(nA('socket close with reason: "%s"',A),this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),qi&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){let r=ur.indexOf(this._offlineEventListener);r!==-1&&(nA("removing listener for the 'offline' event"),ur.splice(r,1))}this.readyState="closed",this.id=null,this.emitReserved("close",A,e),this.writeBuffer=[],this._prevBufferLen=0}}};je.protocol=pi;var ys=class extends je{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade){nA("starting upgrade probes");for(let A=0;A<this._upgrades.length;A++)this._probe(this._upgrades[A])}}_probe(A){nA('probing transport "%s"',A);let e=this.createTransport(A),r=!1;je.priorWebsocketSuccess=!1;let s=()=>{r||(nA('probe transport "%s" opened',A),e.send([{type:"ping",data:"probe"}]),e.once("packet",B=>{if(!r)if(B.type==="pong"&&B.data==="probe"){if(nA('probe transport "%s" pong',A),this.upgrading=!0,this.emitReserved("upgrading",e),!e)return;je.priorWebsocketSuccess=e.name==="websocket",nA('pausing current transport "%s"',this.transport.name),this.transport.pause(()=>{r||this.readyState!=="closed"&&(nA("changing transport and sending upgrade packet"),c(),this.setTransport(e),e.send([{type:"upgrade"}]),this.emitReserved("upgrade",e),e=null,this.upgrading=!1,this.flush())})}else{nA('probe transport "%s" failed',A);let l=new Error("probe error");l.transport=e.name,this.emitReserved("upgradeError",l)}}))};function n(){r||(r=!0,c(),e.close(),e=null)}let i=B=>{let l=new Error("probe error: "+B);l.transport=e.name,n(),nA('probe transport "%s" failed because of error: %s',A,B),this.emitReserved("upgradeError",l)};function o(){i("transport closed")}function a(){i("socket closed")}function f(B){e&&B.name!==e.name&&(nA('"%s" works - aborting "%s"',B.name,e.name),n())}let c=()=>{e.removeListener("open",s),e.removeListener("error",i),e.removeListener("close",o),this.off("close",a),this.off("upgrading",f)};e.once("open",s),e.once("error",i),e.once("close",o),this.once("close",a),this.once("upgrading",f),this._upgrades.indexOf("webtransport")!==-1&&A!=="webtransport"?this.setTimeoutFn(()=>{r||e.open()},200):e.open()}onHandshake(A){this._upgrades=this._filterUpgrades(A.upgrades),super.onHandshake(A)}_filterUpgrades(A){let e=[];for(let r=0;r<A.length;r++)~this.transports.indexOf(A[r])&&e.push(A[r]);return e}},Ut=class extends ys{constructor(A,e={}){let r=typeof A=="object"?A:e;(!r.transports||r.transports&&typeof r.transports[0]=="string")&&(r.transports=(r.transports||["polling","websocket","webtransport"]).map(s=>Xi[s]).filter(s=>!!s)),super(A,r)}};var n1=Ut.protocol;var lc=pA(PA(),1),Bc=(0,lc.default)("socket.io-client:url");function uc(t,A="",e){let r=t;e=e||typeof location<"u"&&location,t==null&&(t=e.protocol+"//"+e.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=e.protocol+t:t=e.host+t),/^(https?|wss?):\/\//.test(t)||(Bc("protocol-less url %s",t),typeof e<"u"?t=e.protocol+"//"+t:t="https://"+t),Bc("parse %s",t),r=Et(t)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";let n=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+n+":"+r.port+A,r.href=r.protocol+"://"+n+(e&&e.port===r.port?"":":"+r.port),r}var Ao={};Fu(Ao,{Decoder:()=>ji,Encoder:()=>Zi,PacketType:()=>z,isPacketValid:()=>Nd,protocol:()=>Cc});var Dd=typeof ArrayBuffer=="function",Sd=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,hc=Object.prototype.toString,Ld=typeof Blob=="function"||typeof Blob<"u"&&hc.call(Blob)==="[object BlobConstructor]",Td=typeof File=="function"||typeof File<"u"&&hc.call(File)==="[object FileConstructor]";function dr(t){return Dd&&(t instanceof ArrayBuffer||Sd(t))||Ld&&t instanceof Blob||Td&&t instanceof File}function hr(t,A){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let e=0,r=t.length;e<r;e++)if(hr(t[e]))return!0;return!1}if(dr(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return hr(t.toJSON(),!0);for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&hr(t[e]))return!0;return!1}function dc(t){let A=[],e=t.data,r=t;return r.data=Ji(e,A),r.attachments=A.length,{packet:r,buffers:A}}function Ji(t,A){if(!t)return t;if(dr(t)){let e={_placeholder:!0,num:A.length};return A.push(t),e}else if(Array.isArray(t)){let e=new Array(t.length);for(let r=0;r<t.length;r++)e[r]=Ji(t[r],A);return e}else if(typeof t=="object"&&!(t instanceof Date)){let e={};for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=Ji(t[r],A));return e}return t}function gc(t,A){return t.data=Yi(t.data,A),delete t.attachments,t}function Yi(t,A){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<A.length)return A[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let e=0;e<t.length;e++)t[e]=Yi(t[e],A);else if(typeof t=="object")for(let e in t)Object.prototype.hasOwnProperty.call(t,e)&&(t[e]=Yi(t[e],A));return t}var wc=pA(PA(),1),zi=(0,wc.default)("socket.io-parser"),pc=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],Cc=5,z;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(z||(z={}));var Zi=class{constructor(A){this.replacer=A}encode(A){return zi("encoding packet %j",A),(A.type===z.EVENT||A.type===z.ACK)&&hr(A)?this.encodeAsBinary({type:A.type===z.EVENT?z.BINARY_EVENT:z.BINARY_ACK,nsp:A.nsp,data:A.data,id:A.id}):[this.encodeAsString(A)]}encodeAsString(A){let e=""+A.type;return(A.type===z.BINARY_EVENT||A.type===z.BINARY_ACK)&&(e+=A.attachments+"-"),A.nsp&&A.nsp!=="/"&&(e+=A.nsp+","),A.id!=null&&(e+=A.id),A.data!=null&&(e+=JSON.stringify(A.data,this.replacer)),zi("encoded %j as %s",A,e),e}encodeAsBinary(A){let e=dc(A),r=this.encodeAsString(e.packet),s=e.buffers;return s.unshift(r),s}},ji=class t extends iA{constructor(A){super(),this.reviver=A}add(A){let e;if(typeof A=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");e=this.decodeString(A);let r=e.type===z.BINARY_EVENT;r||e.type===z.BINARY_ACK?(e.type=r?z.EVENT:z.ACK,this.reconstructor=new $i(e),e.attachments===0&&super.emitReserved("decoded",e)):super.emitReserved("decoded",e)}else if(dr(A)||A.base64)if(this.reconstructor)e=this.reconstructor.takeBinaryData(A),e&&(this.reconstructor=null,super.emitReserved("decoded",e));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+A)}decodeString(A){let e=0,r={type:Number(A.charAt(0))};if(z[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===z.BINARY_EVENT||r.type===z.BINARY_ACK){let n=e+1;for(;A.charAt(++e)!=="-"&&e!=A.length;);let i=A.substring(n,e);if(i!=Number(i)||A.charAt(e)!=="-")throw new Error("Illegal attachments");r.attachments=Number(i)}if(A.charAt(e+1)==="/"){let n=e+1;for(;++e&&!(A.charAt(e)===","||e===A.length););r.nsp=A.substring(n,e)}else r.nsp="/";let s=A.charAt(e+1);if(s!==""&&Number(s)==s){let n=e+1;for(;++e;){let i=A.charAt(e);if(i==null||Number(i)!=i){--e;break}if(e===A.length)break}r.id=Number(A.substring(n,e+1))}if(A.charAt(++e)){let n=this.tryParse(A.substr(e));if(t.isPayloadValid(r.type,n))r.data=n;else throw new Error("invalid payload")}return zi("decoded %s as %j",A,r),r}tryParse(A){try{return JSON.parse(A,this.reviver)}catch{return!1}}static isPayloadValid(A,e){switch(A){case z.CONNECT:return bs(e);case z.DISCONNECT:return e===void 0;case z.CONNECT_ERROR:return typeof e=="string"||bs(e);case z.EVENT:case z.BINARY_EVENT:return Array.isArray(e)&&(typeof e[0]=="number"||typeof e[0]=="string"&&pc.indexOf(e[0])===-1);case z.ACK:case z.BINARY_ACK:return Array.isArray(e)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}},$i=class{constructor(A){this.packet=A,this.buffers=[],this.reconPack=A}takeBinaryData(A){if(this.buffers.push(A),this.buffers.length===this.reconPack.attachments){let e=gc(this.reconPack,this.buffers);return this.finishedReconstruction(),e}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}};function Kd(t){return typeof t=="string"}var kd=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};function Od(t){return t===void 0||kd(t)}function bs(t){return Object.prototype.toString.call(t)==="[object Object]"}function Rd(t,A){switch(t){case z.CONNECT:return A===void 0||bs(A);case z.DISCONNECT:return A===void 0;case z.EVENT:return Array.isArray(A)&&(typeof A[0]=="number"||typeof A[0]=="string"&&pc.indexOf(A[0])===-1);case z.ACK:return Array.isArray(A);case z.CONNECT_ERROR:return typeof A=="string"||bs(A);default:return!1}}function Nd(t){return Kd(t.nsp)&&Od(t.id)&&Rd(t.type,t.data)}function OA(t,A,e){return t.on(A,e),function(){t.off(A,e)}}var xc=pA(PA(),1),uA=(0,xc.default)("socket.io-client:socket"),Md=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),mt=class extends iA{constructor(A,e,r){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=A,this.nsp=e,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let A=this.io;this.subs=[OA(A,"open",this.onopen.bind(this)),OA(A,"packet",this.onpacket.bind(this)),OA(A,"error",this.onerror.bind(this)),OA(A,"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(...A){return A.unshift("message"),this.emit.apply(this,A),this}emit(A,...e){var r,s,n;if(Md.hasOwnProperty(A))throw new Error('"'+A.toString()+'" is a reserved event name');if(e.unshift(A),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(e),this;let i={type:z.EVENT,data:e};if(i.options={},i.options.compress=this.flags.compress!==!1,typeof e[e.length-1]=="function"){let c=this.ids++;uA("emitting packet with ack id %d",c);let B=e.pop();this._registerAckCallback(c,B),i.id=c}let o=(s=(r=this.io.engine)===null||r===void 0?void 0:r.transport)===null||s===void 0?void 0:s.writable,a=this.connected&&!(!((n=this.io.engine)===null||n===void 0)&&n._hasPingExpired());return this.flags.volatile&&!o?uA("discard packet as the transport is not currently writable"):a?(this.notifyOutgoingListeners(i),this.packet(i)):this.sendBuffer.push(i),this.flags={},this}_registerAckCallback(A,e){var r;let s=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(s===void 0){this.acks[A]=e;return}let n=this.io.setTimeoutFn(()=>{delete this.acks[A];for(let o=0;o<this.sendBuffer.length;o++)this.sendBuffer[o].id===A&&(uA("removing packet with ack id %d from the buffer",A),this.sendBuffer.splice(o,1));uA("event with ack id %d has timed out after %d ms",A,s),e.call(this,new Error("operation has timed out"))},s),i=(...o)=>{this.io.clearTimeoutFn(n),e.apply(this,o)};i.withError=!0,this.acks[A]=i}emitWithAck(A,...e){return new Promise((r,s)=>{let n=(i,o)=>i?s(i):r(o);n.withError=!0,e.push(n),this.emit(A,...e)})}_addToQueue(A){let e;typeof A[A.length-1]=="function"&&(e=A.pop());let r={id:this._queueSeq++,tryCount:0,pending:!1,args:A,flags:Object.assign({fromQueue:!0},this.flags)};A.push((s,...n)=>r!==this._queue[0]?uA("packet [%d] already acknowledged",r.id):(s!==null?r.tryCount>this._opts.retries&&(uA("packet [%d] is discarded after %d tries",r.id,r.tryCount),this._queue.shift(),e&&e(s)):(uA("packet [%d] was successfully sent",r.id),this._queue.shift(),e&&e(null,...n)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(A=!1){if(uA("draining queue"),!this.connected||this._queue.length===0)return;let e=this._queue[0];if(e.pending&&!A){uA("packet [%d] has already been sent and is waiting for an ack",e.id);return}e.pending=!0,e.tryCount++,uA("sending packet [%d] (try n\xB0%d)",e.id,e.tryCount),this.flags=e.flags,this.emit.apply(this,e.args)}packet(A){A.nsp=this.nsp,this.io._packet(A)}onopen(){uA("transport is open - connecting"),typeof this.auth=="function"?this.auth(A=>{this._sendConnectPacket(A)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(A){this.packet({type:z.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},A):A})}onerror(A){this.connected||this.emitReserved("connect_error",A)}onclose(A,e){uA("close (%s)",A),this.connected=!1,delete this.id,this.emitReserved("disconnect",A,e),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(A=>{if(!this.sendBuffer.some(r=>String(r.id)===A)){let r=this.acks[A];delete this.acks[A],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(A){if(A.nsp===this.nsp)switch(A.type){case z.CONNECT:A.data&&A.data.sid?this.onconnect(A.data.sid,A.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 z.EVENT:case z.BINARY_EVENT:this.onevent(A);break;case z.ACK:case z.BINARY_ACK:this.onack(A);break;case z.DISCONNECT:this.ondisconnect();break;case z.CONNECT_ERROR:this.destroy();let r=new Error(A.data.message);r.data=A.data.data,this.emitReserved("connect_error",r);break}}onevent(A){let e=A.data||[];uA("emitting event %j",e),A.id!=null&&(uA("attaching ack callback to event"),e.push(this.ack(A.id))),this.connected?this.emitEvent(e):this.receiveBuffer.push(Object.freeze(e))}emitEvent(A){if(this._anyListeners&&this._anyListeners.length){let e=this._anyListeners.slice();for(let r of e)r.apply(this,A)}super.emit.apply(this,A),this._pid&&A.length&&typeof A[A.length-1]=="string"&&(this._lastOffset=A[A.length-1])}ack(A){let e=this,r=!1;return function(...s){r||(r=!0,uA("sending ack %j",s),e.packet({type:z.ACK,id:A,data:s}))}}onack(A){let e=this.acks[A.id];if(typeof e!="function"){uA("bad ack %s",A.id);return}delete this.acks[A.id],uA("calling ack %s with %j",A.id,A.data),e.withError&&A.data.unshift(null),e.apply(this,A.data)}onconnect(A,e){uA("socket connected with id %s",A),this.id=A,this.recovered=e&&this._pid===e,this._pid=e,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(A=>this.emitEvent(A)),this.receiveBuffer=[],this.sendBuffer.forEach(A=>{this.notifyOutgoingListeners(A),this.packet(A)}),this.sendBuffer=[]}ondisconnect(){uA("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(A=>A()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&(uA("performing disconnect (%s)",this.nsp),this.packet({type:z.DISCONNECT})),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(A){return this.flags.compress=A,this}get volatile(){return this.flags.volatile=!0,this}timeout(A){return this.flags.timeout=A,this}onAny(A){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(A),this}prependAny(A){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(A),this}offAny(A){if(!this._anyListeners)return this;if(A){let e=this._anyListeners;for(let r=0;r<e.length;r++)if(A===e[r])return e.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(A){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(A),this}prependAnyOutgoing(A){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(A),this}offAnyOutgoing(A){if(!this._anyOutgoingListeners)return this;if(A){let e=this._anyOutgoingListeners;for(let r=0;r<e.length;r++)if(A===e[r])return e.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(A){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let e=this._anyOutgoingListeners.slice();for(let r of e)r.apply(this,A.data)}}};function $e(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}$e.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var A=Math.random(),e=Math.floor(A*this.jitter*t);t=(Math.floor(A*10)&1)==0?t-e:t+e}return Math.min(t,this.max)|0};$e.prototype.reset=function(){this.attempts=0};$e.prototype.setMin=function(t){this.ms=t};$e.prototype.setMax=function(t){this.max=t};$e.prototype.setJitter=function(t){this.jitter=t};var Fc=pA(PA(),1),QA=(0,Fc.default)("socket.io-client:manager"),yt=class extends iA{constructor(A,e){var r;super(),this.nsps={},this.subs=[],A&&typeof A=="object"&&(e=A,A=void 0),e=e||{},e.path=e.path||"/socket.io",this.opts=e,le(this,e),this.reconnection(e.reconnection!==!1),this.reconnectionAttempts(e.reconnectionAttempts||1/0),this.reconnectionDelay(e.reconnectionDelay||1e3),this.reconnectionDelayMax(e.reconnectionDelayMax||5e3),this.randomizationFactor((r=e.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new $e({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(e.timeout==null?2e4:e.timeout),this._readyState="closed",this.uri=A;let s=e.parser||Ao;this.encoder=new s.Encoder,this.decoder=new s.Decoder,this._autoConnect=e.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(A){return arguments.length?(this._reconnection=!!A,A||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(A){return A===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=A,this)}reconnectionDelay(A){var e;return A===void 0?this._reconnectionDelay:(this._reconnectionDelay=A,(e=this.backoff)===null||e===void 0||e.setMin(A),this)}randomizationFactor(A){var e;return A===void 0?this._randomizationFactor:(this._randomizationFactor=A,(e=this.backoff)===null||e===void 0||e.setJitter(A),this)}reconnectionDelayMax(A){var e;return A===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=A,(e=this.backoff)===null||e===void 0||e.setMax(A),this)}timeout(A){return arguments.length?(this._timeout=A,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(A){if(QA("readyState %s",this._readyState),~this._readyState.indexOf("open"))return this;QA("opening %s",this.uri),this.engine=new Ut(this.uri,this.opts);let e=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;let s=OA(e,"open",function(){r.onopen(),A&&A()}),n=o=>{QA("error"),this.cleanup(),this._readyState="closed",this.emitReserved("error",o),A?A(o):this.maybeReconnectOnOpen()},i=OA(e,"error",n);if(this._timeout!==!1){let o=this._timeout;QA("connect attempt will timeout after %d",o);let a=this.setTimeoutFn(()=>{QA("connect attempt timed out after %d",o),s(),n(new Error("timeout")),e.close()},o);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}return this.subs.push(s),this.subs.push(i),this}connect(A){return this.open(A)}onopen(){QA("open"),this.cleanup(),this._readyState="open",this.emitReserved("open");let A=this.engine;this.subs.push(OA(A,"ping",this.onping.bind(this)),OA(A,"data",this.ondata.bind(this)),OA(A,"error",this.onerror.bind(this)),OA(A,"close",this.onclose.bind(this)),OA(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(A){try{this.decoder.add(A)}catch(e){this.onclose("parse error",e)}}ondecoded(A){Be(()=>{this.emitReserved("packet",A)},this.setTimeoutFn)}onerror(A){QA("error",A),this.emitReserved("error",A)}socket(A,e){let r=this.nsps[A];return r?this._autoConnect&&!r.active&&r.connect():(r=new mt(this,A,e),this.nsps[A]=r),r}_destroy(A){let e=Object.keys(this.nsps);for(let r of e)if(this.nsps[r].active){QA("socket %s is still active, skipping close",r);return}this._close()}_packet(A){QA("writing packet %j",A);let e=this.encoder.encode(A);for(let r=0;r<e.length;r++)this.engine.write(e[r],A.options)}cleanup(){QA("cleanup"),this.subs.forEach(A=>A()),this.subs.length=0,this.decoder.destroy()}_close(){QA("disconnect"),this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(A,e){var r;QA("closed due to %s",A),this.cleanup(),(r=this.engine)===null||r===void 0||r.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",A,e),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let A=this;if(this.backoff.attempts>=this._reconnectionAttempts)QA("reconnect failed"),this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let e=this.backoff.duration();QA("will wait %dms before reconnect attempt",e),this._reconnecting=!0;let r=this.setTimeoutFn(()=>{A.skipReconnect||(QA("attempting reconnect"),this.emitReserved("reconnect_attempt",A.backoff.attempts),!A.skipReconnect&&A.open(s=>{s?(QA("reconnect attempt error"),A._reconnecting=!1,A.reconnect(),this.emitReserved("reconnect_error",s)):(QA("reconnect success"),A.onreconnect())}))},e);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){let A=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",A)}};var vc=pA(PA(),1),Qc=(0,vc.default)("socket.io-client"),gr={};function wr(t,A){typeof t=="object"&&(A=t,t=void 0),A=A||{};let e=uc(t,A.path||"/socket.io"),r=e.source,s=e.id,n=e.path,i=gr[s]&&n in gr[s].nsps,o=A.forceNew||A["force new connection"]||A.multiplex===!1||i,a;return o?(Qc("ignoring socket cache for %s",r),a=new yt(r,A)):(gr[s]||(Qc("new io instance for %s",r),gr[s]=new yt(r,A)),a=gr[s]),e.query&&!A.query&&(A.query=e.queryKey),a.socket(e.path,A)}Object.assign(wr,{Manager:yt,Socket:mt,io:wr,connect:wr});var tu=pA(Df());var Uo=function(t,A){return Uo=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])},Uo(t,A)};function ee(t,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");Uo(t,A);function e(){this.constructor=t}t.prototype=A===null?Object.create(A):(e.prototype=A.prototype,new e)}var mo=function(){return mo=Object.assign||function(A){for(var e,r=1,s=arguments.length;r<s;r++){e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(A[n]=e[n])}return A},mo.apply(this,arguments)};function _A(t,A,e,r){function s(n){return n instanceof e?n:new e(function(i){i(n)})}return new(e||(e=Promise))(function(n,i){function o(c){try{f(r.next(c))}catch(B){i(B)}}function a(c){try{f(r.throw(c))}catch(B){i(B)}}function f(c){c.done?n(c.value):s(c.value).then(o,a)}f((r=r.apply(t,A||[])).next())})}function mA(t,A){var e={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},r,s,n,i;return i={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function o(f){return function(c){return a([f,c])}}function a(f){if(r)throw new TypeError("Generator is already executing.");for(;e;)try{if(r=1,s&&(n=f[0]&2?s.return:f[0]?s.throw||((n=s.return)&&n.call(s),0):s.next)&&!(n=n.call(s,f[1])).done)return n;switch(s=0,n&&(f=[f[0]&2,n.value]),f[0]){case 0:case 1:n=f;break;case 4:return e.label++,{value:f[1],done:!1};case 5:e.label++,s=f[1],f=[0];continue;case 7:f=e.ops.pop(),e.trys.pop();continue;default:if(n=e.trys,!(n=n.length>0&&n[n.length-1])&&(f[0]===6||f[0]===2)){e=0;continue}if(f[0]===3&&(!n||f[1]>n[0]&&f[1]<n[3])){e.label=f[1];break}if(f[0]===6&&e.label<n[1]){e.label=n[1],n=f;break}if(n&&e.label<n[2]){e.label=n[2],e.ops.push(f);break}n[2]&&e.ops.pop(),e.trys.pop();continue}f=A.call(t,e)}catch(c){f=[6,c],s=0}finally{r=n=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}}function hn(t,A,e){if(e||arguments.length===2)for(var r=0,s=A.length,n;r<s;r++)(n||!(r in A))&&(n||(n=Array.prototype.slice.call(A,0,r)),n[r]=A[r]);return t.concat(n||A)}var ve=(function(){function t(A,e,r,s){this.left=A,this.top=e,this.width=r,this.height=s}return t.prototype.add=function(A,e,r,s){return new t(this.left+A,this.top+e,this.width+r,this.height+s)},t.fromClientRect=function(A,e){return new t(e.left+A.windowBounds.left,e.top+A.windowBounds.top,e.width,e.height)},t.fromDOMRectList=function(A,e){var r=Array.from(e).find(function(s){return s.width!==0});return r?new t(r.left+A.windowBounds.left,r.top+A.windowBounds.top,r.width,r.height):t.EMPTY},t.EMPTY=new t(0,0,0,0),t})(),Xn=function(t,A){return ve.fromClientRect(t,A.getBoundingClientRect())},Pd=function(t){var A=t.body,e=t.documentElement;if(!A||!e)throw new Error("Unable to get document size");var r=Math.max(Math.max(A.scrollWidth,e.scrollWidth),Math.max(A.offsetWidth,e.offsetWidth),Math.max(A.clientWidth,e.clientWidth)),s=Math.max(Math.max(A.scrollHeight,e.scrollHeight),Math.max(A.offsetHeight,e.offsetHeight),Math.max(A.clientHeight,e.clientHeight));return new ve(0,0,r,s)},qn=function(t){for(var A=[],e=0,r=t.length;e<r;){var s=t.charCodeAt(e++);if(s>=55296&&s<=56319&&e<r){var n=t.charCodeAt(e++);(n&64512)===56320?A.push(((s&1023)<<10)+(n&1023)+65536):(A.push(s),e--)}else A.push(s)}return A},BA=function(){for(var t=[],A=0;A<arguments.length;A++)t[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,t);var e=t.length;if(!e)return"";for(var r=[],s=-1,n="";++s<e;){var i=t[s];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(s+1===e||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},Sf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Gd=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Cr=0;Cr<Sf.length;Cr++)Gd[Sf.charCodeAt(Cr)]=Cr;var Cr,Lf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",br=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(xr=0;xr<Lf.length;xr++)br[Lf.charCodeAt(xr)]=xr;var xr,Vd=function(t){var A=t.length*.75,e=t.length,r,s=0,n,i,o,a;t[t.length-1]==="="&&(A--,t[t.length-2]==="="&&A--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(f)?f:new Uint8Array(f);for(r=0;r<e;r+=4)n=br[t.charCodeAt(r)],i=br[t.charCodeAt(r+1)],o=br[t.charCodeAt(r+2)],a=br[t.charCodeAt(r+3)],c[s++]=n<<2|i>>4,c[s++]=(i&15)<<4|o>>2,c[s++]=(o&3)<<6|a&63;return f},Wd=function(t){for(var A=t.length,e=[],r=0;r<A;r+=2)e.push(t[r+1]<<8|t[r]);return e},Xd=function(t){for(var A=t.length,e=[],r=0;r<A;r+=4)e.push(t[r+3]<<24|t[r+2]<<16|t[r+1]<<8|t[r]);return e},rt=5,Jo=11,ro=2,qd=Jo-rt,DB=65536>>rt,Jd=1<<rt,so=Jd-1,Yd=1024>>rt,zd=DB+Yd,Zd=zd,jd=32,$d=Zd+jd,Ag=65536>>Jo,eg=1<<qd,tg=eg-1,Tf=function(t,A,e){return t.slice?t.slice(A,e):new Uint16Array(Array.prototype.slice.call(t,A,e))},rg=function(t,A,e){return t.slice?t.slice(A,e):new Uint32Array(Array.prototype.slice.call(t,A,e))},sg=function(t,A){var e=Vd(t),r=Array.isArray(e)?Xd(e):new Uint32Array(e),s=Array.isArray(e)?Wd(e):new Uint16Array(e),n=24,i=Tf(s,n/2,r[4]/2),o=r[5]===2?Tf(s,(n+r[4])/2):rg(r,Math.ceil((n+r[4])/4));return new ng(r[0],r[1],r[2],r[3],i,o)},ng=(function(){function t(A,e,r,s,n,i){this.initialValue=A,this.errorValue=e,this.highStart=r,this.highValueIndex=s,this.index=n,this.data=i}return t.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=this.index[A>>rt],e=(e<<ro)+(A&so),this.data[e];if(A<=65535)return e=this.index[DB+(A-55296>>rt)],e=(e<<ro)+(A&so),this.data[e];if(A<this.highStart)return e=$d-Ag+(A>>Jo),e=this.index[e],e+=A>>rt&tg,e=this.index[e],e=(e<<ro)+(A&so),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},t})(),Kf="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ig=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Fr=0;Fr<Kf.length;Fr++)ig[Kf.charCodeAt(Fr)]=Fr;var Fr,og="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==",kf=50,ag=1,SB=2,LB=3,cg=4,fg=5,Of=7,TB=8,Rf=9,Ke=10,yo=11,Nf=12,bo=13,Bg=14,_r=15,_o=16,dn=17,Qr=18,lg=19,Mf=20,Ho=21,vr=22,no=23,bt=24,RA=25,Hr=26,Ir=27,_t=28,ug=29,et=30,hg=31,gn=32,wn=33,Io=34,Do=35,So=36,Nr=37,Lo=38,Dn=39,Sn=40,io=41,KB=42,dg=43,gg=[9001,65288],kB="!",$="\xD7",pn="\xF7",To=sg(og),xe=[et,So],Ko=[ag,SB,LB,fg],OB=[Ke,TB],Pf=[Ir,Hr],wg=Ko.concat(OB),Gf=[Lo,Dn,Sn,Io,Do],pg=[_r,bo],Cg=function(t,A){A===void 0&&(A="strict");var e=[],r=[],s=[];return t.forEach(function(n,i){var o=To.get(n);if(o>kf?(s.push(!0),o-=kf):s.push(!1),["normal","auto","loose"].indexOf(A)!==-1&&[8208,8211,12316,12448].indexOf(n)!==-1)return r.push(i),e.push(_o);if(o===cg||o===yo){if(i===0)return r.push(i),e.push(et);var a=e[i-1];return wg.indexOf(a)===-1?(r.push(r[i-1]),e.push(a)):(r.push(i),e.push(et))}if(r.push(i),o===hg)return e.push(A==="strict"?Ho:Nr);if(o===KB||o===ug)return e.push(et);if(o===dg)return n>=131072&&n<=196605||n>=196608&&n<=262141?e.push(Nr):e.push(et);e.push(o)}),[r,e,s]},oo=function(t,A,e,r){var s=r[e];if(Array.isArray(t)?t.indexOf(s)!==-1:t===s)for(var n=e;n<=r.length;){n++;var i=r[n];if(i===A)return!0;if(i!==Ke)break}if(s===Ke)for(var n=e;n>0;){n--;var o=r[n];if(Array.isArray(t)?t.indexOf(o)!==-1:t===o)for(var a=e;a<=r.length;){a++;var i=r[a];if(i===A)return!0;if(i!==Ke)break}if(o!==Ke)break}return!1},Vf=function(t,A){for(var e=t;e>=0;){var r=A[e];if(r===Ke)e--;else return r}return 0},xg=function(t,A,e,r,s){if(e[r]===0)return $;var n=r-1;if(Array.isArray(s)&&s[n]===!0)return $;var i=n-1,o=n+1,a=A[n],f=i>=0?A[i]:0,c=A[o];if(a===SB&&c===LB)return $;if(Ko.indexOf(a)!==-1)return kB;if(Ko.indexOf(c)!==-1||OB.indexOf(c)!==-1)return $;if(Vf(n,A)===TB)return pn;if(To.get(t[n])===yo||(a===gn||a===wn)&&To.get(t[o])===yo||a===Of||c===Of||a===Rf||[Ke,bo,_r].indexOf(a)===-1&&c===Rf||[dn,Qr,lg,bt,_t].indexOf(c)!==-1||Vf(n,A)===vr||oo(no,vr,n,A)||oo([dn,Qr],Ho,n,A)||oo(Nf,Nf,n,A))return $;if(a===Ke)return pn;if(a===no||c===no)return $;if(c===_o||a===_o)return pn;if([bo,_r,Ho].indexOf(c)!==-1||a===Bg||f===So&&pg.indexOf(a)!==-1||a===_t&&c===So||c===Mf||xe.indexOf(c)!==-1&&a===RA||xe.indexOf(a)!==-1&&c===RA||a===Ir&&[Nr,gn,wn].indexOf(c)!==-1||[Nr,gn,wn].indexOf(a)!==-1&&c===Hr||xe.indexOf(a)!==-1&&Pf.indexOf(c)!==-1||Pf.indexOf(a)!==-1&&xe.indexOf(c)!==-1||[Ir,Hr].indexOf(a)!==-1&&(c===RA||[vr,_r].indexOf(c)!==-1&&A[o+1]===RA)||[vr,_r].indexOf(a)!==-1&&c===RA||a===RA&&[RA,_t,bt].indexOf(c)!==-1)return $;if([RA,_t,bt,dn,Qr].indexOf(c)!==-1)for(var B=n;B>=0;){var l=A[B];if(l===RA)return $;if([_t,bt].indexOf(l)!==-1)B--;else break}if([Ir,Hr].indexOf(c)!==-1)for(var B=[dn,Qr].indexOf(a)!==-1?i:n;B>=0;){var l=A[B];if(l===RA)return $;if([_t,bt].indexOf(l)!==-1)B--;else break}if(Lo===a&&[Lo,Dn,Io,Do].indexOf(c)!==-1||[Dn,Io].indexOf(a)!==-1&&[Dn,Sn].indexOf(c)!==-1||[Sn,Do].indexOf(a)!==-1&&c===Sn||Gf.indexOf(a)!==-1&&[Mf,Hr].indexOf(c)!==-1||Gf.indexOf(c)!==-1&&a===Ir||xe.indexOf(a)!==-1&&xe.indexOf(c)!==-1||a===bt&&xe.indexOf(c)!==-1||xe.concat(RA).indexOf(a)!==-1&&c===vr&&gg.indexOf(t[o])===-1||xe.concat(RA).indexOf(c)!==-1&&a===Qr)return $;if(a===io&&c===io){for(var d=e[n],u=1;d>0&&(d--,A[d]===io);)u++;if(u%2!==0)return $}return a===gn&&c===wn?$:pn},Fg=function(t,A){A||(A={lineBreak:"normal",wordBreak:"normal"});var e=Cg(t,A.lineBreak),r=e[0],s=e[1],n=e[2];(A.wordBreak==="break-all"||A.wordBreak==="break-word")&&(s=s.map(function(o){return[RA,et,KB].indexOf(o)!==-1?Nr:o}));var i=A.wordBreak==="keep-all"?n.map(function(o,a){return o&&t[a]>=19968&&t[a]<=40959}):void 0;return[r,s,i]},Qg=(function(){function t(A,e,r,s){this.codePoints=A,this.required=e===kB,this.start=r,this.end=s}return t.prototype.slice=function(){return BA.apply(void 0,this.codePoints.slice(this.start,this.end))},t})(),vg=function(t,A){var e=qn(t),r=Fg(e,A),s=r[0],n=r[1],i=r[2],o=e.length,a=0,f=0;return{next:function(){if(f>=o)return{done:!0,value:null};for(var c=$;f<o&&(c=xg(e,n,s,++f,i))===$;);if(c!==$||f===o){var B=new Qg(e,c,a,f);return a=f,{value:B,done:!1}}return{done:!0,value:null}}}},Eg=1,Ug=2,Gr=4,Wf=8,Kn=10,Xf=47,Tr=92,mg=9,yg=32,Cn=34,Er=61,bg=35,_g=36,Hg=37,xn=39,Fn=40,Ur=41,Ig=95,DA=45,Dg=33,Sg=60,Lg=62,Tg=64,Kg=91,kg=93,Og=61,Rg=123,Qn=63,Ng=125,qf=124,Mg=126,Pg=128,Jf=65533,ao=42,tt=43,Gg=44,Vg=58,Wg=59,Mr=46,Xg=0,qg=8,Jg=11,Yg=14,zg=31,Zg=127,ne=-1,RB=48,NB=97,MB=101,jg=102,$g=117,Aw=122,PB=65,GB=69,VB=70,ew=85,tw=90,yA=function(t){return t>=RB&&t<=57},rw=function(t){return t>=55296&&t<=57343},Ht=function(t){return yA(t)||t>=PB&&t<=VB||t>=NB&&t<=jg},sw=function(t){return t>=NB&&t<=Aw},nw=function(t){return t>=PB&&t<=tw},iw=function(t){return sw(t)||nw(t)},ow=function(t){return t>=Pg},vn=function(t){return t===Kn||t===mg||t===yg},kn=function(t){return iw(t)||ow(t)||t===Ig},Yf=function(t){return kn(t)||yA(t)||t===DA},aw=function(t){return t>=Xg&&t<=qg||t===Jg||t>=Yg&&t<=zg||t===Zg},Te=function(t,A){return t!==Tr?!1:A!==Kn},En=function(t,A,e){return t===DA?kn(A)||Te(A,e):kn(t)?!0:!!(t===Tr&&Te(t,A))},co=function(t,A,e){return t===tt||t===DA?yA(A)?!0:A===Mr&&yA(e):yA(t===Mr?A:t)},cw=function(t){var A=0,e=1;(t[A]===tt||t[A]===DA)&&(t[A]===DA&&(e=-1),A++);for(var r=[];yA(t[A]);)r.push(t[A++]);var s=r.length?parseInt(BA.apply(void 0,r),10):0;t[A]===Mr&&A++;for(var n=[];yA(t[A]);)n.push(t[A++]);var i=n.length,o=i?parseInt(BA.apply(void 0,n),10):0;(t[A]===GB||t[A]===MB)&&A++;var a=1;(t[A]===tt||t[A]===DA)&&(t[A]===DA&&(a=-1),A++);for(var f=[];yA(t[A]);)f.push(t[A++]);var c=f.length?parseInt(BA.apply(void 0,f),10):0;return e*(s+o*Math.pow(10,-i))*Math.pow(10,a*c)},fw={type:2},Bw={type:3},lw={type:4},uw={type:13},hw={type:8},dw={type:21},gw={type:9},ww={type:10},pw={type:11},Cw={type:12},xw={type:14},Un={type:23},Fw={type:1},Qw={type:25},vw={type:24},Ew={type:26},Uw={type:27},mw={type:28},yw={type:29},bw={type:31},ko={type:32},WB=(function(){function t(){this._value=[]}return t.prototype.write=function(A){this._value=this._value.concat(qn(A))},t.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==ko;)A.push(e),e=this.consumeToken();return A},t.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case Cn:return this.consumeStringToken(Cn);case bg:var e=this.peekCodePoint(0),r=this.peekCodePoint(1),s=this.peekCodePoint(2);if(Yf(e)||Te(r,s)){var n=En(e,r,s)?Ug:Eg,i=this.consumeName();return{type:5,value:i,flags:n}}break;case _g:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),uw;break;case xn:return this.consumeStringToken(xn);case Fn:return fw;case Ur:return Bw;case ao:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),xw;break;case tt:if(co(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Gg:return lw;case DA:var o=A,a=this.peekCodePoint(0),f=this.peekCodePoint(1);if(co(o,a,f))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(En(o,a,f))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(a===DA&&f===Lg)return this.consumeCodePoint(),this.consumeCodePoint(),vw;break;case Mr:if(co(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case Xf:if(this.peekCodePoint(0)===ao)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===ao&&(c=this.consumeCodePoint(),c===Xf))return this.consumeToken();if(c===ne)return this.consumeToken()}break;case Vg:return Ew;case Wg:return Uw;case Sg:if(this.peekCodePoint(0)===Dg&&this.peekCodePoint(1)===DA&&this.peekCodePoint(2)===DA)return this.consumeCodePoint(),this.consumeCodePoint(),Qw;break;case Tg:var B=this.peekCodePoint(0),l=this.peekCodePoint(1),d=this.peekCodePoint(2);if(En(B,l,d)){var i=this.consumeName();return{type:7,value:i}}break;case Kg:return mw;case Tr:if(Te(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case kg:return yw;case Og:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),hw;break;case Rg:return pw;case Ng:return Cw;case $g:case ew:var u=this.peekCodePoint(0),w=this.peekCodePoint(1);return u===tt&&(Ht(w)||w===Qn)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case qf:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),gw;if(this.peekCodePoint(0)===qf)return this.consumeCodePoint(),dw;break;case Mg:if(this.peekCodePoint(0)===Er)return this.consumeCodePoint(),ww;break;case ne:return ko}return vn(A)?(this.consumeWhiteSpace(),bw):yA(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):kn(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:BA(A)}},t.prototype.consumeCodePoint=function(){var A=this._value.shift();return typeof A>"u"?-1:A},t.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},t.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},t.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();Ht(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var r=!1;e===Qn&&A.length<6;)A.push(e),e=this.consumeCodePoint(),r=!0;if(r){var s=parseInt(BA.apply(void 0,A.map(function(a){return a===Qn?RB:a})),16),n=parseInt(BA.apply(void 0,A.map(function(a){return a===Qn?VB:a})),16);return{type:30,start:s,end:n}}var i=parseInt(BA.apply(void 0,A),16);if(this.peekCodePoint(0)===DA&&Ht(this.peekCodePoint(1))){this.consumeCodePoint(),e=this.consumeCodePoint();for(var o=[];Ht(e)&&o.length<6;)o.push(e),e=this.consumeCodePoint();var n=parseInt(BA.apply(void 0,o),16);return{type:30,start:i,end:n}}else return{type:30,start:i,end:i}},t.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return A.toLowerCase()==="url"&&this.peekCodePoint(0)===Fn?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Fn?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},t.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===ne)return{type:22,value:""};var e=this.peekCodePoint(0);if(e===xn||e===Cn){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===ne||this.peekCodePoint(0)===Ur)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),Un)}for(;;){var s=this.consumeCodePoint();if(s===ne||s===Ur)return{type:22,value:BA.apply(void 0,A)};if(vn(s))return this.consumeWhiteSpace(),this.peekCodePoint(0)===ne||this.peekCodePoint(0)===Ur?(this.consumeCodePoint(),{type:22,value:BA.apply(void 0,A)}):(this.consumeBadUrlRemnants(),Un);if(s===Cn||s===xn||s===Fn||aw(s))return this.consumeBadUrlRemnants(),Un;if(s===Tr)if(Te(s,this.peekCodePoint(0)))A.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),Un;else A.push(s)}},t.prototype.consumeWhiteSpace=function(){for(;vn(this.peekCodePoint(0));)this.consumeCodePoint()},t.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(A===Ur||A===ne)return;Te(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},t.prototype.consumeStringSlice=function(A){for(var e=5e4,r="";A>0;){var s=Math.min(e,A);r+=BA.apply(void 0,this._value.splice(0,s)),A-=s}return this._value.shift(),r},t.prototype.consumeStringToken=function(A){var e="",r=0;do{var s=this._value[r];if(s===ne||s===void 0||s===A)return e+=this.consumeStringSlice(r),{type:0,value:e};if(s===Kn)return this._value.splice(0,r),Fw;if(s===Tr){var n=this._value[r+1];n!==ne&&n!==void 0&&(n===Kn?(e+=this.consumeStringSlice(r),r=-1,this._value.shift()):Te(s,n)&&(e+=this.consumeStringSlice(r),e+=BA(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},t.prototype.consumeNumber=function(){var A=[],e=Gr,r=this.peekCodePoint(0);for((r===tt||r===DA)&&A.push(this.consumeCodePoint());yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0);var s=this.peekCodePoint(1);if(r===Mr&&yA(s))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=Wf;yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());r=this.peekCodePoint(0),s=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((r===GB||r===MB)&&((s===tt||s===DA)&&yA(n)||yA(s)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=Wf;yA(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[cw(A),e]},t.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],r=A[1],s=this.peekCodePoint(0),n=this.peekCodePoint(1),i=this.peekCodePoint(2);if(En(s,n,i)){var o=this.consumeName();return{type:15,number:e,flags:r,unit:o}}return s===Hg?(this.consumeCodePoint(),{type:16,number:e,flags:r}):{type:17,number:e,flags:r}},t.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Ht(A)){for(var e=BA(A);Ht(this.peekCodePoint(0))&&e.length<6;)e+=BA(this.consumeCodePoint());vn(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(e,16);return r===0||rw(r)||r>1114111?Jf:r}return A===ne?Jf:A},t.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(Yf(e))A+=BA(e);else if(Te(e,this.peekCodePoint(0)))A+=BA(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(e),A}},t})(),XB=(function(){function t(A){this._tokens=A}return t.create=function(A){var e=new WB;return e.write(A),new t(e.read())},t.parseValue=function(A){return t.create(A).parseComponentValue()},t.parseValues=function(A){return t.create(A).parseComponentValues()},t.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 e=this.consumeComponentValue();do A=this.consumeToken();while(A.type===31);if(A.type===32)return e;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},t.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(e.type===32)return A;A.push(e),A.push()}},t.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},t.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},r=this.consumeToken();;){if(r.type===32||Hw(r,A))return e;this.reconsumeToken(r),e.values.push(this.consumeComponentValue()),r=this.consumeToken()}},t.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return e;this.reconsumeToken(r),e.values.push(this.consumeComponentValue())}},t.prototype.consumeToken=function(){var A=this._tokens.shift();return typeof A>"u"?ko:A},t.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},t})(),Vr=function(t){return t.type===15},Rt=function(t){return t.type===17},rA=function(t){return t.type===20},_w=function(t){return t.type===0},Oo=function(t,A){return rA(t)&&t.value===A},qB=function(t){return t.type!==31},Ot=function(t){return t.type!==31&&t.type!==4},ie=function(t){var A=[],e=[];return t.forEach(function(r){if(r.type===4){if(e.length===0)throw new Error("Error parsing function args, zero tokens for arg");A.push(e),e=[];return}r.type!==31&&e.push(r)}),e.length&&A.push(e),A},Hw=function(t,A){return A===11&&t.type===12||A===28&&t.type===29?!0:A===2&&t.type===3},Me=function(t){return t.type===17||t.type===15},hA=function(t){return t.type===16||Me(t)},JB=function(t){return t.length>1?[t[0],t[1]]:[t[0]]},EA={type:17,number:0,flags:Gr},Yo={type:16,number:50,flags:Gr},ke={type:16,number:100,flags:Gr},Dr=function(t,A,e){var r=t[0],s=t[1];return[oA(r,A),oA(typeof s<"u"?s:r,e)]},oA=function(t,A){if(t.type===16)return t.number/100*A;if(Vr(t))switch(t.unit){case"rem":case"em":return 16*t.number;default:return t.number}return t.number},YB="deg",zB="grad",ZB="rad",jB="turn",Jn={name:"angle",parse:function(t,A){if(A.type===15)switch(A.unit){case YB:return Math.PI*A.number/180;case zB:return Math.PI/200*A.number;case ZB:return A.number;case jB:return Math.PI*2*A.number}throw new Error("Unsupported angle type")}},$B=function(t){return t.type===15&&(t.unit===YB||t.unit===zB||t.unit===ZB||t.unit===jB)},Al=function(t){var A=t.filter(rA).map(function(e){return e.value}).join(" ");switch(A){case"to bottom right":case"to right bottom":case"left top":case"top left":return[EA,EA];case"to top":case"bottom":return qA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[EA,ke];case"to right":case"left":return qA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[ke,ke];case"to bottom":case"top":return qA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[ke,EA];case"to left":case"right":return qA(270)}return 0},qA=function(t){return Math.PI*t/180},Re={name:"color",parse:function(t,A){if(A.type===18){var e=Iw[A.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported color function "'+A.name+'"');return e(t,A.values)}if(A.type===5){if(A.value.length===3){var r=A.value.substring(0,1),s=A.value.substring(1,2),n=A.value.substring(2,3);return Oe(parseInt(r+r,16),parseInt(s+s,16),parseInt(n+n,16),1)}if(A.value.length===4){var r=A.value.substring(0,1),s=A.value.substring(1,2),n=A.value.substring(2,3),i=A.value.substring(3,4);return Oe(parseInt(r+r,16),parseInt(s+s,16),parseInt(n+n,16),parseInt(i+i,16)/255)}if(A.value.length===6){var r=A.value.substring(0,2),s=A.value.substring(2,4),n=A.value.substring(4,6);return Oe(parseInt(r,16),parseInt(s,16),parseInt(n,16),1)}if(A.value.length===8){var r=A.value.substring(0,2),s=A.value.substring(2,4),n=A.value.substring(4,6),i=A.value.substring(6,8);return Oe(parseInt(r,16),parseInt(s,16),parseInt(n,16),parseInt(i,16)/255)}}if(A.type===20){var o=Qe[A.value.toUpperCase()];if(typeof o<"u")return o}return Qe.TRANSPARENT}},Ne=function(t){return(255&t)===0},FA=function(t){var A=255&t,e=255&t>>8,r=255&t>>16,s=255&t>>24;return A<255?"rgba("+s+","+r+","+e+","+A/255+")":"rgb("+s+","+r+","+e+")"},Oe=function(t,A,e,r){return(t<<24|A<<16|e<<8|Math.round(r*255)<<0)>>>0},zf=function(t,A){if(t.type===17)return t.number;if(t.type===16){var e=A===3?1:255;return A===3?t.number/100*e:Math.round(t.number/100*e)}return 0},Zf=function(t,A){var e=A.filter(Ot);if(e.length===3){var r=e.map(zf),s=r[0],n=r[1],i=r[2];return Oe(s,n,i,1)}if(e.length===4){var o=e.map(zf),s=o[0],n=o[1],i=o[2],a=o[3];return Oe(s,n,i,a)}return 0};function fo(t,A,e){return e<0&&(e+=1),e>=1&&(e-=1),e<1/6?(A-t)*e*6+t:e<1/2?A:e<2/3?(A-t)*6*(2/3-e)+t:t}var jf=function(t,A){var e=A.filter(Ot),r=e[0],s=e[1],n=e[2],i=e[3],o=(r.type===17?qA(r.number):Jn.parse(t,r))/(Math.PI*2),a=hA(s)?s.number/100:0,f=hA(n)?n.number/100:0,c=typeof i<"u"&&hA(i)?oA(i,1):1;if(a===0)return Oe(f*255,f*255,f*255,1);var B=f<=.5?f*(a+1):f+a-f*a,l=f*2-B,d=fo(l,B,o+1/3),u=fo(l,B,o),w=fo(l,B,o-1/3);return Oe(d*255,u*255,w*255,c)},Iw={hsl:jf,hsla:jf,rgb:Zf,rgba:Zf},Kr=function(t,A){return Re.parse(t,XB.create(A).parseComponentValue())},Qe={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},Dw={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(t,A){return A.map(function(e){if(rA(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Sw={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Yn=function(t,A){var e=Re.parse(t,A[0]),r=A[1];return r&&hA(r)?{color:e,stop:r}:{color:e,stop:null}},$f=function(t,A){var e=t[0],r=t[t.length-1];e.stop===null&&(e.stop=EA),r.stop===null&&(r.stop=ke);for(var s=[],n=0,i=0;i<t.length;i++){var o=t[i].stop;if(o!==null){var a=oA(o,A);a>n?s.push(a):s.push(n),n=a}else s.push(null)}for(var f=null,i=0;i<s.length;i++){var c=s[i];if(c===null)f===null&&(f=i);else if(f!==null){for(var B=i-f,l=s[f-1],d=(c-l)/(B+1),u=1;u<=B;u++)s[f+u-1]=d*u;f=null}}return t.map(function(w,x){var h=w.color;return{color:h,stop:Math.max(Math.min(1,s[x]/A),0)}})},Lw=function(t,A,e){var r=A/2,s=e/2,n=oA(t[0],A)-r,i=s-oA(t[1],e);return(Math.atan2(i,n)+Math.PI*2)%(Math.PI*2)},Tw=function(t,A,e){var r=typeof t=="number"?t:Lw(t,A,e),s=Math.abs(A*Math.sin(r))+Math.abs(e*Math.cos(r)),n=A/2,i=e/2,o=s/2,a=Math.sin(r-Math.PI/2)*o,f=Math.cos(r-Math.PI/2)*o;return[s,n-f,n+f,i-a,i+a]},Ae=function(t,A){return Math.sqrt(t*t+A*A)},AB=function(t,A,e,r,s){var n=[[0,0],[0,A],[t,0],[t,A]];return n.reduce(function(i,o){var a=o[0],f=o[1],c=Ae(e-a,r-f);return(s?c<i.optimumDistance:c>i.optimumDistance)?{optimumCorner:o,optimumDistance:c}:i},{optimumDistance:s?1/0:-1/0,optimumCorner:null}).optimumCorner},Kw=function(t,A,e,r,s){var n=0,i=0;switch(t.size){case 0:t.shape===0?n=i=Math.min(Math.abs(A),Math.abs(A-r),Math.abs(e),Math.abs(e-s)):t.shape===1&&(n=Math.min(Math.abs(A),Math.abs(A-r)),i=Math.min(Math.abs(e),Math.abs(e-s)));break;case 2:if(t.shape===0)n=i=Math.min(Ae(A,e),Ae(A,e-s),Ae(A-r,e),Ae(A-r,e-s));else if(t.shape===1){var o=Math.min(Math.abs(e),Math.abs(e-s))/Math.min(Math.abs(A),Math.abs(A-r)),a=AB(r,s,A,e,!0),f=a[0],c=a[1];n=Ae(f-A,(c-e)/o),i=o*n}break;case 1:t.shape===0?n=i=Math.max(Math.abs(A),Math.abs(A-r),Math.abs(e),Math.abs(e-s)):t.shape===1&&(n=Math.max(Math.abs(A),Math.abs(A-r)),i=Math.max(Math.abs(e),Math.abs(e-s)));break;case 3:if(t.shape===0)n=i=Math.max(Ae(A,e),Ae(A,e-s),Ae(A-r,e),Ae(A-r,e-s));else if(t.shape===1){var o=Math.max(Math.abs(e),Math.abs(e-s))/Math.max(Math.abs(A),Math.abs(A-r)),B=AB(r,s,A,e,!1),f=B[0],c=B[1];n=Ae(f-A,(c-e)/o),i=o*n}break}return Array.isArray(t.size)&&(n=oA(t.size[0],r),i=t.size.length===2?oA(t.size[1],s):n),[n,i]},kw=function(t,A){var e=qA(180),r=[];return ie(A).forEach(function(s,n){if(n===0){var i=s[0];if(i.type===20&&i.value==="to"){e=Al(s);return}else if($B(i)){e=Jn.parse(t,i);return}}var o=Yn(t,s);r.push(o)}),{angle:e,stops:r,type:1}},mn=function(t,A){var e=qA(180),r=[];return ie(A).forEach(function(s,n){if(n===0){var i=s[0];if(i.type===20&&["top","left","right","bottom"].indexOf(i.value)!==-1){e=Al(s);return}else if($B(i)){e=(Jn.parse(t,i)+qA(270))%qA(360);return}}var o=Yn(t,s);r.push(o)}),{angle:e,stops:r,type:1}},Ow=function(t,A){var e=qA(180),r=[],s=1,n=0,i=3,o=[];return ie(A).forEach(function(a,f){var c=a[0];if(f===0){if(rA(c)&&c.value==="linear"){s=1;return}else if(rA(c)&&c.value==="radial"){s=2;return}}if(c.type===18){if(c.name==="from"){var B=Re.parse(t,c.values[0]);r.push({stop:EA,color:B})}else if(c.name==="to"){var B=Re.parse(t,c.values[0]);r.push({stop:ke,color:B})}else if(c.name==="color-stop"){var l=c.values.filter(Ot);if(l.length===2){var B=Re.parse(t,l[1]),d=l[0];Rt(d)&&r.push({stop:{type:16,number:d.number*100,flags:d.flags},color:B})}}}}),s===1?{angle:(e+qA(180))%qA(360),stops:r,type:s}:{size:i,shape:n,stops:r,position:o,type:s}},el="closest-side",tl="farthest-side",rl="closest-corner",sl="farthest-corner",nl="circle",il="ellipse",ol="cover",al="contain",Rw=function(t,A){var e=0,r=3,s=[],n=[];return ie(A).forEach(function(i,o){var a=!0;if(o===0){var f=!1;a=i.reduce(function(B,l){if(f)if(rA(l))switch(l.value){case"center":return n.push(Yo),B;case"top":case"left":return n.push(EA),B;case"right":case"bottom":return n.push(ke),B}else(hA(l)||Me(l))&&n.push(l);else if(rA(l))switch(l.value){case nl:return e=0,!1;case il:return e=1,!1;case"at":return f=!0,!1;case el:return r=0,!1;case ol:case tl:return r=1,!1;case al:case rl:return r=2,!1;case sl:return r=3,!1}else if(Me(l)||hA(l))return Array.isArray(r)||(r=[]),r.push(l),!1;return B},a)}if(a){var c=Yn(t,i);s.push(c)}}),{size:r,shape:e,stops:s,position:n,type:2}},yn=function(t,A){var e=0,r=3,s=[],n=[];return ie(A).forEach(function(i,o){var a=!0;if(o===0?a=i.reduce(function(c,B){if(rA(B))switch(B.value){case"center":return n.push(Yo),!1;case"top":case"left":return n.push(EA),!1;case"right":case"bottom":return n.push(ke),!1}else if(hA(B)||Me(B))return n.push(B),!1;return c},a):o===1&&(a=i.reduce(function(c,B){if(rA(B))switch(B.value){case nl:return e=0,!1;case il:return e=1,!1;case al:case el:return r=0,!1;case tl:return r=1,!1;case rl:return r=2,!1;case ol:case sl:return r=3,!1}else if(Me(B)||hA(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},a)),a){var f=Yn(t,i);s.push(f)}}),{size:r,shape:e,stops:s,position:n,type:2}},Nw=function(t){return t.type===1},Mw=function(t){return t.type===2},zo={name:"image",parse:function(t,A){if(A.type===22){var e={url:A.value,type:0};return t.cache.addImage(A.value),e}if(A.type===18){var r=cl[A.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+A.name+'"');return r(t,A.values)}throw new Error("Unsupported image type "+A.type)}};function Pw(t){return!(t.type===20&&t.value==="none")&&(t.type!==18||!!cl[t.name])}var cl={"linear-gradient":kw,"-moz-linear-gradient":mn,"-ms-linear-gradient":mn,"-o-linear-gradient":mn,"-webkit-linear-gradient":mn,"radial-gradient":Rw,"-moz-radial-gradient":yn,"-ms-radial-gradient":yn,"-o-radial-gradient":yn,"-webkit-radial-gradient":yn,"-webkit-gradient":Ow},Gw={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(t,A){if(A.length===0)return[];var e=A[0];return e.type===20&&e.value==="none"?[]:A.filter(function(r){return Ot(r)&&Pw(r)}).map(function(r){return zo.parse(t,r)})}},Vw={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(t,A){return A.map(function(e){if(rA(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Ww={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(t,A){return ie(A).map(function(e){return e.filter(hA)}).map(JB)}},Xw={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(t,A){return ie(A).map(function(e){return e.filter(rA).map(function(r){return r.value}).join(" ")}).map(qw)}},qw=function(t){switch(t){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}},kt;(function(t){t.AUTO="auto",t.CONTAIN="contain",t.COVER="cover"})(kt||(kt={}));var Jw={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(t,A){return ie(A).map(function(e){return e.filter(Yw)})}},Yw=function(t){return rA(t)||hA(t)},zn=function(t){return{name:"border-"+t+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},zw=zn("top"),Zw=zn("right"),jw=zn("bottom"),$w=zn("left"),Zn=function(t){return{name:"border-radius-"+t,initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return JB(e.filter(hA))}}},Ap=Zn("top-left"),ep=Zn("top-right"),tp=Zn("bottom-right"),rp=Zn("bottom-left"),jn=function(t){return{name:"border-"+t+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},sp=jn("top"),np=jn("right"),ip=jn("bottom"),op=jn("left"),$n=function(t){return{name:"border-"+t+"-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return Vr(e)?e.number:0}}},ap=$n("top"),cp=$n("right"),fp=$n("bottom"),Bp=$n("left"),lp={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},up={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(t,A){return A==="rtl"?1:0}},hp={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).reduce(function(e,r){return e|dp(r.value)},0)}},dp=function(t){switch(t){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},gp={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},wp={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(t,A){return A.type===20&&A.value==="normal"?0:A.type===17||A.type===15?A.number:0}},On;(function(t){t.NORMAL="normal",t.STRICT="strict"})(On||(On={}));var pp={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){return A==="strict"?On.STRICT:On.NORMAL}},Cp={name:"line-height",initialValue:"normal",prefix:!1,type:4},eB=function(t,A){return rA(t)&&t.value==="normal"?1.2*A:t.type===17?A*t.number:hA(t)?oA(t,A):A},xp={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(t,A){return A.type===20&&A.value==="none"?null:zo.parse(t,A)}},Fp={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(t,A){return A==="inside"?0:1}},Ro={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(t,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}}},Ai=function(t){return{name:"margin-"+t,initialValue:"0",prefix:!1,type:4}},Qp=Ai("top"),vp=Ai("right"),Ep=Ai("bottom"),Up=Ai("left"),mp={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).map(function(e){switch(e.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},yp={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){return A==="break-word"?"break-word":"normal"}},ei=function(t){return{name:"padding-"+t,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},bp=ei("top"),_p=ei("right"),Hp=ei("bottom"),Ip=ei("left"),Dp={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(t,A){switch(A){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},Sp={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(t,A){switch(A){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Lp={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.length===1&&Oo(A[0],"none")?[]:ie(A).map(function(e){for(var r={color:Qe.TRANSPARENT,offsetX:EA,offsetY:EA,blur:EA},s=0,n=0;n<e.length;n++){var i=e[n];Me(i)?(s===0?r.offsetX=i:s===1?r.offsetY=i:r.blur=i,s++):r.color=Re.parse(t,i)}return r})}},Tp={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},Kp={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(t,A){if(A.type===20&&A.value==="none")return null;if(A.type===18){var e=Rp[A.name];if(typeof e>"u")throw new Error('Attempting to parse an unsupported transform function "'+A.name+'"');return e(A.values)}return null}},kp=function(t){var A=t.filter(function(e){return e.type===17}).map(function(e){return e.number});return A.length===6?A:null},Op=function(t){var A=t.filter(function(a){return a.type===17}).map(function(a){return a.number}),e=A[0],r=A[1];A[2],A[3];var s=A[4],n=A[5];A[6],A[7],A[8],A[9],A[10],A[11];var i=A[12],o=A[13];return A[14],A[15],A.length===16?[e,r,s,n,i,o]:null},Rp={matrix:kp,matrix3d:Op},tB={type:16,number:50,flags:Gr},Np=[tB,tB],Mp={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(t,A){var e=A.filter(hA);return e.length!==2?Np:[e[0],e[1]]}},Pp={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(t,A){switch(A){case"hidden":return 1;case"collapse":return 2;default:return 0}}},kr;(function(t){t.NORMAL="normal",t.BREAK_ALL="break-all",t.KEEP_ALL="keep-all"})(kr||(kr={}));var Gp={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){switch(A){case"break-all":return kr.BREAK_ALL;case"keep-all":return kr.KEEP_ALL;default:return kr.NORMAL}}},Vp={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(t,A){if(A.type===20)return{auto:!0,order:0};if(Rt(A))return{auto:!1,order:A.number};throw new Error("Invalid z-index number parsed")}},fl={name:"time",parse:function(t,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")}},Wp={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(t,A){return Rt(A)?A.number:1}},Xp={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},qp={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(t,A){return A.filter(rA).map(function(e){switch(e.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(e){return e!==0})}},Jp={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(t,A){var e=[],r=[];return A.forEach(function(s){switch(s.type){case 20:case 0:e.push(s.value);break;case 17:e.push(s.number.toString());break;case 4:r.push(e.join(" ")),e.length=0;break}}),e.length&&r.push(e.join(" ")),r.map(function(s){return s.indexOf(" ")===-1?s:"'"+s+"'"})}},Yp={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},zp={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(t,A){return Rt(A)?A.number:rA(A)&&A.value==="bold"?700:400}},Zp={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.filter(rA).map(function(e){return e.value})}},jp={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(t,A){switch(A){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},wA=function(t,A){return(t&A)!==0},$p={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(t,A){if(A.length===0)return[];var e=A[0];return e.type===20&&e.value==="none"?[]:A}},AC={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return null;var e=A[0];if(e.type===20&&e.value==="none")return null;for(var r=[],s=A.filter(qB),n=0;n<s.length;n++){var i=s[n],o=s[n+1];if(i.type===20){var a=o&&Rt(o)?o.number:1;r.push({counter:i.value,increment:a})}}return r}},eC={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return[];for(var e=[],r=A.filter(qB),s=0;s<r.length;s++){var n=r[s],i=r[s+1];if(rA(n)&&n.value!=="none"){var o=i&&Rt(i)?i.number:0;e.push({counter:n.value,reset:o})}}return e}},tC={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(t,A){return A.filter(Vr).map(function(e){return fl.parse(t,e)})}},rC={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(t,A){if(A.length===0)return null;var e=A[0];if(e.type===20&&e.value==="none")return null;var r=[],s=A.filter(_w);if(s.length%2!==0)return null;for(var n=0;n<s.length;n+=2){var i=s[n].value,o=s[n+1].value;r.push({open:i,close:o})}return r}},rB=function(t,A,e){if(!t)return"";var r=t[Math.min(A,t.length-1)];return r?e?r.open:r.close:""},sC={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(t,A){return A.length===1&&Oo(A[0],"none")?[]:ie(A).map(function(e){for(var r={color:255,offsetX:EA,offsetY:EA,blur:EA,spread:EA,inset:!1},s=0,n=0;n<e.length;n++){var i=e[n];Oo(i,"inset")?r.inset=!0:Me(i)?(s===0?r.offsetX=i:s===1?r.offsetY=i:s===2?r.blur=i:r.spread=i,s++):r.color=Re.parse(t,i)}return r})}},nC={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(t,A){var e=[0,1,2],r=[];return A.filter(rA).forEach(function(s){switch(s.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),e.forEach(function(s){r.indexOf(s)===-1&&r.push(s)}),r}},iC={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},oC={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(t,A){return Vr(A)?A.number:0}},aC=(function(){function t(A,e){var r,s;this.animationDuration=P(A,tC,e.animationDuration),this.backgroundClip=P(A,Dw,e.backgroundClip),this.backgroundColor=P(A,Sw,e.backgroundColor),this.backgroundImage=P(A,Gw,e.backgroundImage),this.backgroundOrigin=P(A,Vw,e.backgroundOrigin),this.backgroundPosition=P(A,Ww,e.backgroundPosition),this.backgroundRepeat=P(A,Xw,e.backgroundRepeat),this.backgroundSize=P(A,Jw,e.backgroundSize),this.borderTopColor=P(A,zw,e.borderTopColor),this.borderRightColor=P(A,Zw,e.borderRightColor),this.borderBottomColor=P(A,jw,e.borderBottomColor),this.borderLeftColor=P(A,$w,e.borderLeftColor),this.borderTopLeftRadius=P(A,Ap,e.borderTopLeftRadius),this.borderTopRightRadius=P(A,ep,e.borderTopRightRadius),this.borderBottomRightRadius=P(A,tp,e.borderBottomRightRadius),this.borderBottomLeftRadius=P(A,rp,e.borderBottomLeftRadius),this.borderTopStyle=P(A,sp,e.borderTopStyle),this.borderRightStyle=P(A,np,e.borderRightStyle),this.borderBottomStyle=P(A,ip,e.borderBottomStyle),this.borderLeftStyle=P(A,op,e.borderLeftStyle),this.borderTopWidth=P(A,ap,e.borderTopWidth),this.borderRightWidth=P(A,cp,e.borderRightWidth),this.borderBottomWidth=P(A,fp,e.borderBottomWidth),this.borderLeftWidth=P(A,Bp,e.borderLeftWidth),this.boxShadow=P(A,sC,e.boxShadow),this.color=P(A,lp,e.color),this.direction=P(A,up,e.direction),this.display=P(A,hp,e.display),this.float=P(A,gp,e.cssFloat),this.fontFamily=P(A,Jp,e.fontFamily),this.fontSize=P(A,Yp,e.fontSize),this.fontStyle=P(A,jp,e.fontStyle),this.fontVariant=P(A,Zp,e.fontVariant),this.fontWeight=P(A,zp,e.fontWeight),this.letterSpacing=P(A,wp,e.letterSpacing),this.lineBreak=P(A,pp,e.lineBreak),this.lineHeight=P(A,Cp,e.lineHeight),this.listStyleImage=P(A,xp,e.listStyleImage),this.listStylePosition=P(A,Fp,e.listStylePosition),this.listStyleType=P(A,Ro,e.listStyleType),this.marginTop=P(A,Qp,e.marginTop),this.marginRight=P(A,vp,e.marginRight),this.marginBottom=P(A,Ep,e.marginBottom),this.marginLeft=P(A,Up,e.marginLeft),this.opacity=P(A,Wp,e.opacity);var n=P(A,mp,e.overflow);this.overflowX=n[0],this.overflowY=n[n.length>1?1:0],this.overflowWrap=P(A,yp,e.overflowWrap),this.paddingTop=P(A,bp,e.paddingTop),this.paddingRight=P(A,_p,e.paddingRight),this.paddingBottom=P(A,Hp,e.paddingBottom),this.paddingLeft=P(A,Ip,e.paddingLeft),this.paintOrder=P(A,nC,e.paintOrder),this.position=P(A,Sp,e.position),this.textAlign=P(A,Dp,e.textAlign),this.textDecorationColor=P(A,Xp,(r=e.textDecorationColor)!==null&&r!==void 0?r:e.color),this.textDecorationLine=P(A,qp,(s=e.textDecorationLine)!==null&&s!==void 0?s:e.textDecoration),this.textShadow=P(A,Lp,e.textShadow),this.textTransform=P(A,Tp,e.textTransform),this.transform=P(A,Kp,e.transform),this.transformOrigin=P(A,Mp,e.transformOrigin),this.visibility=P(A,Pp,e.visibility),this.webkitTextStrokeColor=P(A,iC,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=P(A,oC,e.webkitTextStrokeWidth),this.wordBreak=P(A,Gp,e.wordBreak),this.zIndex=P(A,Vp,e.zIndex)}return t.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},t.prototype.isTransparent=function(){return Ne(this.backgroundColor)},t.prototype.isTransformed=function(){return this.transform!==null},t.prototype.isPositioned=function(){return this.position!==0},t.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},t.prototype.isFloating=function(){return this.float!==0},t.prototype.isInlineLevel=function(){return wA(this.display,4)||wA(this.display,33554432)||wA(this.display,268435456)||wA(this.display,536870912)||wA(this.display,67108864)||wA(this.display,134217728)},t})(),cC=(function(){function t(A,e){this.content=P(A,$p,e.content),this.quotes=P(A,rC,e.quotes)}return t})(),sB=(function(){function t(A,e){this.counterIncrement=P(A,AC,e.counterIncrement),this.counterReset=P(A,eC,e.counterReset)}return t})(),P=function(t,A,e){var r=new WB,s=e!==null&&typeof e<"u"?e.toString():A.initialValue;r.write(s);var n=new XB(r.read());switch(A.type){case 2:var i=n.parseComponentValue();return A.parse(t,rA(i)?i.value:A.initialValue);case 0:return A.parse(t,n.parseComponentValue());case 1:return A.parse(t,n.parseComponentValues());case 4:return n.parseComponentValue();case 3:switch(A.format){case"angle":return Jn.parse(t,n.parseComponentValue());case"color":return Re.parse(t,n.parseComponentValue());case"image":return zo.parse(t,n.parseComponentValue());case"length":var o=n.parseComponentValue();return Me(o)?o:EA;case"length-percentage":var a=n.parseComponentValue();return hA(a)?a:EA;case"time":return fl.parse(t,n.parseComponentValue())}break}},fC="data-html2canvas-debug",BC=function(t){var A=t.getAttribute(fC);switch(A){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},No=function(t,A){var e=BC(t);return e===1||A===e},oe=(function(){function t(A,e){if(this.context=A,this.textNodes=[],this.elements=[],this.flags=0,No(e,3))debugger;this.styles=new aC(A,window.getComputedStyle(e,null)),Go(e)&&(this.styles.animationDuration.some(function(r){return r>0})&&(e.style.animationDuration="0s"),this.styles.transform!==null&&(e.style.transform="none")),this.bounds=Xn(this.context,e),No(e,4)&&(this.flags|=16)}return t})(),lC="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",nB="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Sr=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(mr=0;mr<nB.length;mr++)Sr[nB.charCodeAt(mr)]=mr;var mr,uC=function(t){var A=t.length*.75,e=t.length,r,s=0,n,i,o,a;t[t.length-1]==="="&&(A--,t[t.length-2]==="="&&A--);var f=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(A):new Array(A),c=Array.isArray(f)?f:new Uint8Array(f);for(r=0;r<e;r+=4)n=Sr[t.charCodeAt(r)],i=Sr[t.charCodeAt(r+1)],o=Sr[t.charCodeAt(r+2)],a=Sr[t.charCodeAt(r+3)],c[s++]=n<<2|i>>4,c[s++]=(i&15)<<4|o>>2,c[s++]=(o&3)<<6|a&63;return f},hC=function(t){for(var A=t.length,e=[],r=0;r<A;r+=2)e.push(t[r+1]<<8|t[r]);return e},dC=function(t){for(var A=t.length,e=[],r=0;r<A;r+=4)e.push(t[r+3]<<24|t[r+2]<<16|t[r+1]<<8|t[r]);return e},st=5,Zo=11,Bo=2,gC=Zo-st,Bl=65536>>st,wC=1<<st,lo=wC-1,pC=1024>>st,CC=Bl+pC,xC=CC,FC=32,QC=xC+FC,vC=65536>>Zo,EC=1<<gC,UC=EC-1,iB=function(t,A,e){return t.slice?t.slice(A,e):new Uint16Array(Array.prototype.slice.call(t,A,e))},mC=function(t,A,e){return t.slice?t.slice(A,e):new Uint32Array(Array.prototype.slice.call(t,A,e))},yC=function(t,A){var e=uC(t),r=Array.isArray(e)?dC(e):new Uint32Array(e),s=Array.isArray(e)?hC(e):new Uint16Array(e),n=24,i=iB(s,n/2,r[4]/2),o=r[5]===2?iB(s,(n+r[4])/2):mC(r,Math.ceil((n+r[4])/4));return new bC(r[0],r[1],r[2],r[3],i,o)},bC=(function(){function t(A,e,r,s,n,i){this.initialValue=A,this.errorValue=e,this.highStart=r,this.highValueIndex=s,this.index=n,this.data=i}return t.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=this.index[A>>st],e=(e<<Bo)+(A&lo),this.data[e];if(A<=65535)return e=this.index[Bl+(A-55296>>st)],e=(e<<Bo)+(A&lo),this.data[e];if(A<this.highStart)return e=QC-vC+(A>>Zo),e=this.index[e],e+=A>>st&UC,e=this.index[e],e=(e<<Bo)+(A&lo),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},t})(),oB="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",_C=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(yr=0;yr<oB.length;yr++)_C[oB.charCodeAt(yr)]=yr;var yr,HC=1,uo=2,ho=3,aB=4,cB=5,IC=7,fB=8,go=9,wo=10,BB=11,lB=12,uB=13,hB=14,po=15,DC=function(t){for(var A=[],e=0,r=t.length;e<r;){var s=t.charCodeAt(e++);if(s>=55296&&s<=56319&&e<r){var n=t.charCodeAt(e++);(n&64512)===56320?A.push(((s&1023)<<10)+(n&1023)+65536):(A.push(s),e--)}else A.push(s)}return A},SC=function(){for(var t=[],A=0;A<arguments.length;A++)t[A]=arguments[A];if(String.fromCodePoint)return String.fromCodePoint.apply(String,t);var e=t.length;if(!e)return"";for(var r=[],s=-1,n="";++s<e;){var i=t[s];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(s+1===e||r.length>16384)&&(n+=String.fromCharCode.apply(String,r),r.length=0)}return n},LC=yC(lC),WA="\xD7",Co="\xF7",TC=function(t){return LC.get(t)},KC=function(t,A,e){var r=e-2,s=A[r],n=A[e-1],i=A[e];if(n===uo&&i===ho)return WA;if(n===uo||n===ho||n===aB||i===uo||i===ho||i===aB)return Co;if(n===fB&&[fB,go,BB,lB].indexOf(i)!==-1||(n===BB||n===go)&&(i===go||i===wo)||(n===lB||n===wo)&&i===wo||i===uB||i===cB||i===IC||n===HC)return WA;if(n===uB&&i===hB){for(;s===cB;)s=A[--r];if(s===hB)return WA}if(n===po&&i===po){for(var o=0;s===po;)o++,s=A[--r];if(o%2===0)return WA}return Co},kC=function(t){var A=DC(t),e=A.length,r=0,s=0,n=A.map(TC);return{next:function(){if(r>=e)return{done:!0,value:null};for(var i=WA;r<e&&(i=KC(A,n,++r))===WA;);if(i!==WA||r===e){var o=SC.apply(null,A.slice(s,r));return s=r,{value:o,done:!1}}return{done:!0,value:null}}}},OC=function(t){for(var A=kC(t),e=[],r;!(r=A.next()).done;)r.value&&e.push(r.value.slice());return e},RC=function(t){var A=123;if(t.createRange){var e=t.createRange();if(e.getBoundingClientRect){var r=t.createElement("boundtest");r.style.height=A+"px",r.style.display="block",t.body.appendChild(r),e.selectNode(r);var s=e.getBoundingClientRect(),n=Math.round(s.height);if(t.body.removeChild(r),n===A)return!0}}return!1},NC=function(t){var A=t.createElement("boundtest");A.style.width="50px",A.style.display="block",A.style.fontSize="12px",A.style.letterSpacing="0px",A.style.wordSpacing="0px",t.body.appendChild(A);var e=t.createRange();A.innerHTML=typeof"".repeat=="function"?"&#128104;".repeat(10):"";var r=A.firstChild,s=qn(r.data).map(function(a){return BA(a)}),n=0,i={},o=s.every(function(a,f){e.setStart(r,n),e.setEnd(r,n+a.length);var c=e.getBoundingClientRect();n+=a.length;var B=c.x>i.x||c.y>i.y;return i=c,f===0?!0:B});return t.body.removeChild(A),o},MC=function(){return typeof new Image().crossOrigin<"u"},PC=function(){return typeof new XMLHttpRequest().responseType=="string"},GC=function(t){var A=new Image,e=t.createElement("canvas"),r=e.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),e.toDataURL()}catch{return!1}return!0},dB=function(t){return t[0]===0&&t[1]===255&&t[2]===0&&t[3]===255},VC=function(t){var A=t.createElement("canvas"),e=100;A.width=e,A.height=e;var r=A.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,e,e);var s=new Image,n=A.toDataURL();s.src=n;var i=Mo(e,e,0,0,s);return r.fillStyle="red",r.fillRect(0,0,e,e),gB(i).then(function(o){r.drawImage(o,0,0);var a=r.getImageData(0,0,e,e).data;r.fillStyle="red",r.fillRect(0,0,e,e);var f=t.createElement("div");return f.style.backgroundImage="url("+n+")",f.style.height=e+"px",dB(a)?gB(Mo(e,e,0,0,f)):Promise.reject(!1)}).then(function(o){return r.drawImage(o,0,0),dB(r.getImageData(0,0,e,e).data)}).catch(function(){return!1})},Mo=function(t,A,e,r,s){var n="http://www.w3.org/2000/svg",i=document.createElementNS(n,"svg"),o=document.createElementNS(n,"foreignObject");return i.setAttributeNS(null,"width",t.toString()),i.setAttributeNS(null,"height",A.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",e.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(o),o.appendChild(s),i},gB=function(t){return new Promise(function(A,e){var r=new Image;r.onload=function(){return A(r)},r.onerror=e,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(t))})},vA={get SUPPORT_RANGE_BOUNDS(){var t=RC(document);return Object.defineProperty(vA,"SUPPORT_RANGE_BOUNDS",{value:t}),t},get SUPPORT_WORD_BREAKING(){var t=vA.SUPPORT_RANGE_BOUNDS&&NC(document);return Object.defineProperty(vA,"SUPPORT_WORD_BREAKING",{value:t}),t},get SUPPORT_SVG_DRAWING(){var t=GC(document);return Object.defineProperty(vA,"SUPPORT_SVG_DRAWING",{value:t}),t},get SUPPORT_FOREIGNOBJECT_DRAWING(){var t=typeof Array.from=="function"&&typeof window.fetch=="function"?VC(document):Promise.resolve(!1);return Object.defineProperty(vA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:t}),t},get SUPPORT_CORS_IMAGES(){var t=MC();return Object.defineProperty(vA,"SUPPORT_CORS_IMAGES",{value:t}),t},get SUPPORT_RESPONSE_TYPE(){var t=PC();return Object.defineProperty(vA,"SUPPORT_RESPONSE_TYPE",{value:t}),t},get SUPPORT_CORS_XHR(){var t="withCredentials"in new XMLHttpRequest;return Object.defineProperty(vA,"SUPPORT_CORS_XHR",{value:t}),t},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var t=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(vA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:t}),t}},Or=(function(){function t(A,e){this.text=A,this.bounds=e}return t})(),WC=function(t,A,e,r){var s=JC(A,e),n=[],i=0;return s.forEach(function(o){if(e.textDecorationLine.length||o.trim().length>0)if(vA.SUPPORT_RANGE_BOUNDS){var a=wB(r,i,o.length).getClientRects();if(a.length>1){var f=jo(o),c=0;f.forEach(function(l){n.push(new Or(l,ve.fromDOMRectList(t,wB(r,c+i,l.length).getClientRects()))),c+=l.length})}else n.push(new Or(o,ve.fromDOMRectList(t,a)))}else{var B=r.splitText(o.length);n.push(new Or(o,XC(t,r))),r=B}else vA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(o.length));i+=o.length}),n},XC=function(t,A){var e=A.ownerDocument;if(e){var r=e.createElement("html2canvaswrapper");r.appendChild(A.cloneNode(!0));var s=A.parentNode;if(s){s.replaceChild(r,A);var n=Xn(t,r);return r.firstChild&&s.replaceChild(r.firstChild,r),n}}return ve.EMPTY},wB=function(t,A,e){var r=t.ownerDocument;if(!r)throw new Error("Node has no owner document");var s=r.createRange();return s.setStart(t,A),s.setEnd(t,A+e),s},jo=function(t){if(vA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var A=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(A.segment(t)).map(function(e){return e.segment})}return OC(t)},qC=function(t,A){if(vA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(e.segment(t)).map(function(r){return r.segment})}return zC(t,A)},JC=function(t,A){return A.letterSpacing!==0?jo(t):qC(t,A)},YC=[32,160,4961,65792,65793,4153,4241],zC=function(t,A){for(var e=vg(t,{lineBreak:A.lineBreak,wordBreak:A.overflowWrap==="break-word"?"break-word":A.wordBreak}),r=[],s,n=function(){if(s.value){var i=s.value.slice(),o=qn(i),a="";o.forEach(function(f){YC.indexOf(f)===-1?a+=BA(f):(a.length&&r.push(a),r.push(BA(f)),a="")}),a.length&&r.push(a)}};!(s=e.next()).done;)n();return r},ZC=(function(){function t(A,e,r){this.text=jC(e.data,r.textTransform),this.textBounds=WC(A,this.text,r,e)}return t})(),jC=function(t,A){switch(A){case 1:return t.toLowerCase();case 3:return t.replace($C,Ax);case 2:return t.toUpperCase();default:return t}},$C=/(^|\s|:|-|\(|\))([a-z])/g,Ax=function(t,A,e){return t.length>0?A+e.toUpperCase():t},ll=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.src=r.currentSrc||r.src,s.intrinsicWidth=r.naturalWidth,s.intrinsicHeight=r.naturalHeight,s.context.cache.addImage(s.src),s}return A})(oe),ul=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.canvas=r,s.intrinsicWidth=r.width,s.intrinsicHeight=r.height,s}return A})(oe),hl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this,n=new XMLSerializer,i=Xn(e,r);return r.setAttribute("width",i.width+"px"),r.setAttribute("height",i.height+"px"),s.svg="data:image/svg+xml,"+encodeURIComponent(n.serializeToString(r)),s.intrinsicWidth=r.width.baseVal.value,s.intrinsicHeight=r.height.baseVal.value,s.context.cache.addImage(s.svg),s}return A})(oe),dl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.value=r.value,s}return A})(oe),Po=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.start=r.start,s.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,s}return A})(oe),ex=[{type:15,flags:0,unit:"px",number:3}],tx=[{type:16,flags:0,number:50}],rx=function(t){return t.width>t.height?new ve(t.left+(t.width-t.height)/2,t.top,t.height,t.height):t.width<t.height?new ve(t.left,t.top+(t.height-t.width)/2,t.width,t.width):t},sx=function(t){var A=t.type===nx?new Array(t.value.length+1).join("\u2022"):t.value;return A.length===0?t.placeholder||"":A},Rn="checkbox",Nn="radio",nx="password",pB=707406591,$o=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;switch(s.type=r.type.toLowerCase(),s.checked=r.checked,s.value=sx(r),(s.type===Rn||s.type===Nn)&&(s.styles.backgroundColor=3739148031,s.styles.borderTopColor=s.styles.borderRightColor=s.styles.borderBottomColor=s.styles.borderLeftColor=2779096575,s.styles.borderTopWidth=s.styles.borderRightWidth=s.styles.borderBottomWidth=s.styles.borderLeftWidth=1,s.styles.borderTopStyle=s.styles.borderRightStyle=s.styles.borderBottomStyle=s.styles.borderLeftStyle=1,s.styles.backgroundClip=[0],s.styles.backgroundOrigin=[0],s.bounds=rx(s.bounds)),s.type){case Rn:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=ex;break;case Nn:s.styles.borderTopRightRadius=s.styles.borderTopLeftRadius=s.styles.borderBottomRightRadius=s.styles.borderBottomLeftRadius=tx;break}return s}return A})(oe),gl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this,n=r.options[r.selectedIndex||0];return s.value=n&&n.text||"",s}return A})(oe),wl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.value=r.value,s}return A})(oe),pl=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;s.src=r.src,s.width=parseInt(r.width,10)||0,s.height=parseInt(r.height,10)||0,s.backgroundColor=s.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){s.tree=xl(e,r.contentWindow.document.documentElement);var n=r.contentWindow.document.documentElement?Kr(e,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):Qe.TRANSPARENT,i=r.contentWindow.document.body?Kr(e,getComputedStyle(r.contentWindow.document.body).backgroundColor):Qe.TRANSPARENT;s.backgroundColor=Ne(n)?Ne(i)?s.styles.backgroundColor:i:n}}catch{}return s}return A})(oe),ix=["OL","UL","MENU"],Ln=function(t,A,e,r){for(var s=A.firstChild,n=void 0;s;s=n)if(n=s.nextSibling,Fl(s)&&s.data.trim().length>0)e.textNodes.push(new ZC(t,s,e.styles));else if(Kt(s))if(Ul(s)&&s.assignedNodes)s.assignedNodes().forEach(function(o){return Ln(t,o,e,r)});else{var i=Cl(t,s);i.styles.isVisible()&&(ox(s,i,r)?i.flags|=4:ax(i.styles)&&(i.flags|=2),ix.indexOf(s.tagName)!==-1&&(i.flags|=8),e.elements.push(i),s.slot,s.shadowRoot?Ln(t,s.shadowRoot,i,r):!Mn(s)&&!Ql(s)&&!Pn(s)&&Ln(t,s,i,r))}},Cl=function(t,A){return Vo(A)?new ll(t,A):vl(A)?new ul(t,A):Ql(A)?new hl(t,A):cx(A)?new dl(t,A):fx(A)?new Po(t,A):Bx(A)?new $o(t,A):Pn(A)?new gl(t,A):Mn(A)?new wl(t,A):El(A)?new pl(t,A):new oe(t,A)},xl=function(t,A){var e=Cl(t,A);return e.flags|=4,Ln(t,A,e,e),e},ox=function(t,A,e){return A.styles.isPositionedWithZIndex()||A.styles.opacity<1||A.styles.isTransformed()||Aa(t)&&e.styles.isTransparent()},ax=function(t){return t.isPositioned()||t.isFloating()},Fl=function(t){return t.nodeType===Node.TEXT_NODE},Kt=function(t){return t.nodeType===Node.ELEMENT_NODE},Go=function(t){return Kt(t)&&typeof t.style<"u"&&!Tn(t)},Tn=function(t){return typeof t.className=="object"},cx=function(t){return t.tagName==="LI"},fx=function(t){return t.tagName==="OL"},Bx=function(t){return t.tagName==="INPUT"},lx=function(t){return t.tagName==="HTML"},Ql=function(t){return t.tagName==="svg"},Aa=function(t){return t.tagName==="BODY"},vl=function(t){return t.tagName==="CANVAS"},CB=function(t){return t.tagName==="VIDEO"},Vo=function(t){return t.tagName==="IMG"},El=function(t){return t.tagName==="IFRAME"},xB=function(t){return t.tagName==="STYLE"},ux=function(t){return t.tagName==="SCRIPT"},Mn=function(t){return t.tagName==="TEXTAREA"},Pn=function(t){return t.tagName==="SELECT"},Ul=function(t){return t.tagName==="SLOT"},FB=function(t){return t.tagName.indexOf("-")>0},hx=(function(){function t(){this.counters={}}return t.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},t.prototype.getCounterValues=function(A){var e=this.counters[A];return e||[]},t.prototype.pop=function(A){var e=this;A.forEach(function(r){return e.counters[r].pop()})},t.prototype.parse=function(A){var e=this,r=A.counterIncrement,s=A.counterReset,n=!0;r!==null&&r.forEach(function(o){var a=e.counters[o.counter];a&&o.increment!==0&&(n=!1,a.length||a.push(1),a[Math.max(0,a.length-1)]+=o.increment)});var i=[];return n&&s.forEach(function(o){var a=e.counters[o.counter];i.push(o.counter),a||(a=e.counters[o.counter]=[]),a.push(o.reset)}),i},t})(),QB={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"]},vB={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"]},dx={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"]},gx={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"]},It=function(t,A,e,r,s,n){return t<A||t>e?Pr(t,s,n.length>0):r.integers.reduce(function(i,o,a){for(;t>=o;)t-=o,i+=r.values[a];return i},"")+n},ml=function(t,A,e,r){var s="";do e||t--,s=r(t)+s,t/=A;while(t*A>=A);return s},fA=function(t,A,e,r,s){var n=e-A+1;return(t<0?"-":"")+(ml(Math.abs(t),n,r,function(i){return BA(Math.floor(i%n)+A)})+s)},At=function(t,A,e){e===void 0&&(e=". ");var r=A.length;return ml(Math.abs(t),r,!1,function(s){return A[Math.floor(s%r)]})+e},Lt=1,Se=2,Le=4,Lr=8,Fe=function(t,A,e,r,s,n){if(t<-9999||t>9999)return Pr(t,4,s.length>0);var i=Math.abs(t),o=s;if(i===0)return A[0]+o;for(var a=0;i>0&&a<=4;a++){var f=i%10;f===0&&wA(n,Lt)&&o!==""?o=A[f]+o:f>1||f===1&&a===0||f===1&&a===1&&wA(n,Se)||f===1&&a===1&&wA(n,Le)&&t>100||f===1&&a>1&&wA(n,Lr)?o=A[f]+(a>0?e[a-1]:"")+o:f===1&&a>0&&(o=e[a-1]+o),i=Math.floor(i/10)}return(t<0?r:"")+o},EB="\u5341\u767E\u5343\u842C",UB="\u62FE\u4F70\u4EDF\u842C",mB="\u30DE\u30A4\u30CA\u30B9",xo="\uB9C8\uC774\uB108\uC2A4",Pr=function(t,A,e){var r=e?". ":"",s=e?"\u3001":"",n=e?", ":"",i=e?" ":"";switch(A){case 0:return"\u2022"+i;case 1:return"\u25E6"+i;case 2:return"\u25FE"+i;case 5:var o=fA(t,48,57,!0,r);return o.length<4?"0"+o:o;case 4:return At(t,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",s);case 6:return It(t,1,3999,QB,3,r).toLowerCase();case 7:return It(t,1,3999,QB,3,r);case 8:return fA(t,945,969,!1,r);case 9:return fA(t,97,122,!1,r);case 10:return fA(t,65,90,!1,r);case 11:return fA(t,1632,1641,!0,r);case 12:case 49:return It(t,1,9999,vB,3,r);case 35:return It(t,1,9999,vB,3,r).toLowerCase();case 13:return fA(t,2534,2543,!0,r);case 14:case 30:return fA(t,6112,6121,!0,r);case 15:return At(t,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",s);case 16:return At(t,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",s);case 17:case 48:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",EB,"\u8CA0",s,Se|Le|Lr);case 47:return Fe(t,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",UB,"\u8CA0",s,Lt|Se|Le|Lr);case 42:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",EB,"\u8D1F",s,Se|Le|Lr);case 41:return Fe(t,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",UB,"\u8D1F",s,Lt|Se|Le|Lr);case 26:return Fe(t,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",mB,s,0);case 25:return Fe(t,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",mB,s,Lt|Se|Le);case 31:return Fe(t,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",xo,n,Lt|Se|Le);case 33:return Fe(t,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",xo,n,0);case 32:return Fe(t,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",xo,n,Lt|Se|Le);case 18:return fA(t,2406,2415,!0,r);case 20:return It(t,1,19999,gx,3,r);case 21:return fA(t,2790,2799,!0,r);case 22:return fA(t,2662,2671,!0,r);case 22:return It(t,1,10999,dx,3,r);case 23:return At(t,"\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 At(t,"\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 fA(t,3302,3311,!0,r);case 28:return At(t,"\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",s);case 29:return At(t,"\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",s);case 34:return fA(t,3792,3801,!0,r);case 37:return fA(t,6160,6169,!0,r);case 38:return fA(t,4160,4169,!0,r);case 39:return fA(t,2918,2927,!0,r);case 40:return fA(t,1776,1785,!0,r);case 43:return fA(t,3046,3055,!0,r);case 44:return fA(t,3174,3183,!0,r);case 45:return fA(t,3664,3673,!0,r);case 46:return fA(t,3872,3881,!0,r);default:return fA(t,48,57,!0,r)}},yl="data-html2canvas-ignore",yB=(function(){function t(A,e,r){if(this.context=A,this.options=r,this.scrolledElements=[],this.referenceElement=e,this.counters=new hx,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return t.prototype.toIFrame=function(A,e){var r=this,s=wx(A,e);if(!s.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,i=A.defaultView.pageYOffset,o=s.contentWindow,a=o.document,f=xx(s).then(function(){return _A(r,void 0,void 0,function(){var c,B;return mA(this,function(l){switch(l.label){case 0:return this.scrolledElements.forEach(Ex),o&&(o.scrollTo(e.left,e.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(o.scrollY!==e.top||o.scrollX!==e.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(o.scrollX-e.left,o.scrollY-e.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:a.fonts&&a.fonts.ready?[4,a.fonts.ready]:[3,2];case 1:l.sent(),l.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Cx(a)]:[3,4];case 3:l.sent(),l.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(a,B)}).then(function(){return s})]:[2,s]}})})});return a.open(),a.write(Qx(document.doctype)+"<html></html>"),vx(this.referenceElement.ownerDocument,n,i),a.replaceChild(a.adoptNode(this.documentElement),a.documentElement),a.close(),f},t.prototype.createElementClone=function(A){if(No(A,2))debugger;if(vl(A))return this.createCanvasClone(A);if(CB(A))return this.createVideoClone(A);if(xB(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return Vo(e)&&(Vo(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),e.loading==="lazy"&&(e.loading="eager")),FB(e)?this.createCustomElementClone(e):e},t.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return Fo(A.style,e),e},t.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var r=[].slice.call(e.cssRules,0).reduce(function(n,i){return i&&typeof i.cssText=="string"?n+i.cssText:n},""),s=A.cloneNode(!1);return s.textContent=r,s}}catch(n){if(this.context.logger.error("Unable to access cssRules property",n),n.name!=="SecurityError")throw n}return A.cloneNode(!1)},t.prototype.createCanvasClone=function(A){var e;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 s=A.cloneNode(!1);try{s.width=A.width,s.height=A.height;var n=A.getContext("2d"),i=s.getContext("2d");if(i)if(!this.options.allowTaint&&n)i.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var o=(e=A.getContext("webgl2"))!==null&&e!==void 0?e:A.getContext("webgl");if(o){var a=o.getContextAttributes();(a==null?void 0:a.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}i.drawImage(A,0,0)}return s}catch{this.context.logger.info("Unable to clone canvas as it is tainted",A)}return s},t.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var r=e.getContext("2d");try{return r&&(r.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||r.getImageData(0,0,e.width,e.height)),e}catch{this.context.logger.info("Unable to clone video as it is tainted",A)}var s=A.ownerDocument.createElement("canvas");return s.width=A.offsetWidth,s.height=A.offsetHeight,s},t.prototype.appendChildNode=function(A,e,r){(!Kt(e)||!ux(e)&&!e.hasAttribute(yl)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(e)))&&(!this.options.copyStyles||!Kt(e)||!xB(e))&&A.appendChild(this.cloneNode(e,r))},t.prototype.cloneChildNodes=function(A,e,r){for(var s=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(Kt(n)&&Ul(n)&&typeof n.assignedNodes=="function"){var i=n.assignedNodes();i.length&&i.forEach(function(o){return s.appendChildNode(e,o,r)})}else this.appendChildNode(e,n,r)},t.prototype.cloneNode=function(A,e){if(Fl(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var r=A.ownerDocument.defaultView;if(r&&Kt(A)&&(Go(A)||Tn(A))){var s=this.createElementClone(A);s.style.transitionProperty="none";var n=r.getComputedStyle(A),i=r.getComputedStyle(A,":before"),o=r.getComputedStyle(A,":after");this.referenceElement===A&&Go(s)&&(this.clonedReferenceElement=s),Aa(s)&&yx(s);var a=this.counters.parse(new sB(this.context,n)),f=this.resolvePseudoContent(A,s,i,Rr.BEFORE);FB(A)&&(e=!0),CB(A)||this.cloneChildNodes(A,s,e),f&&s.insertBefore(f,s.firstChild);var c=this.resolvePseudoContent(A,s,o,Rr.AFTER);return c&&s.appendChild(c),this.counters.pop(a),(n&&(this.options.copyStyles||Tn(A))&&!El(A)||e)&&Fo(n,s),(A.scrollTop!==0||A.scrollLeft!==0)&&this.scrolledElements.push([s,A.scrollLeft,A.scrollTop]),(Mn(A)||Pn(A))&&(Mn(s)||Pn(s))&&(s.value=A.value),s}return A.cloneNode(!1)},t.prototype.resolvePseudoContent=function(A,e,r,s){var n=this;if(r){var i=r.content,o=e.ownerDocument;if(!(!o||!i||i==="none"||i==="-moz-alt-content"||r.display==="none")){this.counters.parse(new sB(this.context,r));var a=new cC(this.context,r),f=o.createElement("html2canvaspseudoelement");Fo(r,f),a.content.forEach(function(B){if(B.type===0)f.appendChild(o.createTextNode(B.value));else if(B.type===22){var l=o.createElement("img");l.src=B.value,l.style.opacity="1",f.appendChild(l)}else if(B.type===18){if(B.name==="attr"){var d=B.values.filter(rA);d.length&&f.appendChild(o.createTextNode(A.getAttribute(d[0].value)||""))}else if(B.name==="counter"){var u=B.values.filter(Ot),w=u[0],x=u[1];if(w&&rA(w)){var h=n.counters.getCounterValue(w.value),g=x&&rA(x)?Ro.parse(n.context,x.value):3;f.appendChild(o.createTextNode(Pr(h,g,!1)))}}else if(B.name==="counters"){var p=B.values.filter(Ot),w=p[0],C=p[1],x=p[2];if(w&&rA(w)){var Q=n.counters.getCounterValues(w.value),F=x&&rA(x)?Ro.parse(n.context,x.value):3,m=C&&C.type===0?C.value:"",E=Q.map(function(U){return Pr(U,F,!1)}).join(m);f.appendChild(o.createTextNode(E))}}}else if(B.type===20)switch(B.value){case"open-quote":f.appendChild(o.createTextNode(rB(a.quotes,n.quoteDepth++,!0)));break;case"close-quote":f.appendChild(o.createTextNode(rB(a.quotes,--n.quoteDepth,!1)));break;default:f.appendChild(o.createTextNode(B.value))}}),f.className=Wo+" "+Xo;var c=s===Rr.BEFORE?" "+Wo:" "+Xo;return Tn(e)?e.className.baseValue+=c:e.className+=c,f}}},t.destroy=function(A){return A.parentNode?(A.parentNode.removeChild(A),!0):!1},t})(),Rr;(function(t){t[t.BEFORE=0]="BEFORE",t[t.AFTER=1]="AFTER"})(Rr||(Rr={}));var wx=function(t,A){var e=t.createElement("iframe");return e.className="html2canvas-container",e.style.visibility="hidden",e.style.position="fixed",e.style.left="-10000px",e.style.top="0px",e.style.border="0",e.width=A.width.toString(),e.height=A.height.toString(),e.scrolling="no",e.setAttribute(yl,"true"),t.body.appendChild(e),e},px=function(t){return new Promise(function(A){if(t.complete){A();return}if(!t.src){A();return}t.onload=A,t.onerror=A})},Cx=function(t){return Promise.all([].slice.call(t.images,0).map(px))},xx=function(t){return new Promise(function(A,e){var r=t.contentWindow;if(!r)return e("No window assigned for iframe");var s=r.document;r.onload=t.onload=function(){r.onload=t.onload=null;var n=setInterval(function(){s.body.childNodes.length>0&&s.readyState==="complete"&&(clearInterval(n),A(t))},50)}})},Fx=["all","d","content"],Fo=function(t,A){for(var e=t.length-1;e>=0;e--){var r=t.item(e);Fx.indexOf(r)===-1&&A.style.setProperty(r,t.getPropertyValue(r))}return A},Qx=function(t){var A="";return t&&(A+="<!DOCTYPE ",t.name&&(A+=t.name),t.internalSubset&&(A+=t.internalSubset),t.publicId&&(A+='"'+t.publicId+'"'),t.systemId&&(A+='"'+t.systemId+'"'),A+=">"),A},vx=function(t,A,e){t&&t.defaultView&&(A!==t.defaultView.pageXOffset||e!==t.defaultView.pageYOffset)&&t.defaultView.scrollTo(A,e)},Ex=function(t){var A=t[0],e=t[1],r=t[2];A.scrollLeft=e,A.scrollTop=r},Ux=":before",mx=":after",Wo="___html2canvas___pseudoelement_before",Xo="___html2canvas___pseudoelement_after",bB=`{
13
13
  content: "" !important;
14
14
  display: none !important;
15
- }`,mx=function(t){yx(t,"."+Wo+Ex+bB+`
16
- .`+Xo+Ux+bB)},yx=function(t,A){var e=t.ownerDocument;if(e){var r=e.createElement("style");r.textContent=A,t.appendChild(r)}},bl=(function(){function t(){}return t.getOrigin=function(A){var e=t._link;return e?(e.href=A,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},t.isSameOrigin=function(A){return t.getOrigin(A)===t._origin},t.setContext=function(A){t._link=A.document.createElement("a"),t._origin=t.getOrigin(A.location.href)},t._origin="about:blank",t})(),bx=(function(){function t(A,e){this.context=A,this._options=e,this._cache={}}return t.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)||(vo(A)||Dx(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),e},t.prototype.match=function(A){return this._cache[A]},t.prototype.loadImage=function(A){return _A(this,void 0,void 0,function(){var e,r,s,n,i=this;return mA(this,function(o){switch(o.label){case 0:return e=bl.isSameOrigin(A),r=!Qo(A)&&this._options.useCORS===!0&&vA.SUPPORT_CORS_IMAGES&&!e,s=!Qo(A)&&!e&&!vo(A)&&typeof this._options.proxy=="string"&&vA.SUPPORT_CORS_XHR&&!r,!e&&this._options.allowTaint===!1&&!Qo(A)&&!vo(A)&&!s&&!r?[2]:(n=A,s?[4,this.proxy(n)]:[3,2]);case 1:n=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(a,f){var c=new Image;c.onload=function(){return a(c)},c.onerror=f,(Sx(n)||r)&&(c.crossOrigin="anonymous"),c.src=n,c.complete===!0&&setTimeout(function(){return a(c)},500),i._options.imageTimeout>0&&setTimeout(function(){return f("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},t.prototype.has=function(A){return typeof this._cache[A]<"u"},t.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},t.prototype.proxy=function(A){var e=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var s=A.substring(0,256);return new Promise(function(n,i){var o=vA.SUPPORT_RESPONSE_TYPE?"blob":"text",a=new XMLHttpRequest;a.onload=function(){if(a.status===200)if(o==="text")n(a.response);else{var B=new FileReader;B.addEventListener("load",function(){return n(B.result)},!1),B.addEventListener("error",function(l){return i(l)},!1),B.readAsDataURL(a.response)}else i("Failed to proxy resource "+s+" with status code "+a.status)},a.onerror=i;var f=r.indexOf("?")>-1?"&":"?";if(a.open("GET",""+r+f+"url="+encodeURIComponent(A)+"&responseType="+o),o!=="text"&&a instanceof XMLHttpRequest&&(a.responseType=o),e._options.imageTimeout){var c=e._options.imageTimeout;a.timeout=c,a.ontimeout=function(){return i("Timed out ("+c+"ms) proxying "+s)}}a.send()})},t})(),_x=/^data:image\/svg\+xml/i,Hx=/^data:image\/.*;base64,/i,Ix=/^data:image\/.*/i,Dx=function(t){return vA.SUPPORT_SVG_DRAWING||!Lx(t)},Qo=function(t){return Ix.test(t)},Sx=function(t){return Hx.test(t)},vo=function(t){return t.substr(0,4)==="blob"},Lx=function(t){return t.substr(-3).toLowerCase()==="svg"||_x.test(t)},M=(function(){function t(A,e){this.type=0,this.x=A,this.y=e}return t.prototype.add=function(A,e){return new t(this.x+A,this.y+e)},t})(),Dt=function(t,A,e){return new M(t.x+(A.x-t.x)*e,t.y+(A.y-t.y)*e)},bn=(function(){function t(A,e,r,s){this.type=1,this.start=A,this.startControl=e,this.endControl=r,this.end=s}return t.prototype.subdivide=function(A,e){var r=Dt(this.start,this.startControl,A),s=Dt(this.startControl,this.endControl,A),n=Dt(this.endControl,this.end,A),i=Dt(r,s,A),o=Dt(s,n,A),a=Dt(i,o,A);return e?new t(this.start,r,i,a):new t(a,o,n,this.end)},t.prototype.add=function(A,e){return new t(this.start.add(A,e),this.startControl.add(A,e),this.endControl.add(A,e),this.end.add(A,e))},t.prototype.reverse=function(){return new t(this.end,this.endControl,this.startControl,this.start)},t})(),XA=function(t){return t.type===1},Tx=(function(){function t(A){var e=A.styles,r=A.bounds,s=Dr(e.borderTopLeftRadius,r.width,r.height),n=s[0],i=s[1],o=Dr(e.borderTopRightRadius,r.width,r.height),a=o[0],f=o[1],c=Dr(e.borderBottomRightRadius,r.width,r.height),B=c[0],l=c[1],d=Dr(e.borderBottomLeftRadius,r.width,r.height),u=d[0],w=d[1],x=[];x.push((n+a)/r.width),x.push((u+B)/r.width),x.push((i+w)/r.height),x.push((f+l)/r.height);var h=Math.max.apply(Math,x);h>1&&(n/=h,i/=h,a/=h,f/=h,B/=h,l/=h,u/=h,w/=h);var g=r.width-a,p=r.height-l,C=r.width-B,Q=r.height-w,F=e.borderTopWidth,m=e.borderRightWidth,E=e.borderBottomWidth,v=e.borderLeftWidth,R=oA(e.paddingTop,A.bounds.width),U=oA(e.paddingRight,A.bounds.width),K=oA(e.paddingBottom,A.bounds.width),D=oA(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||i>0?cA(r.left+v/3,r.top+F/3,n-v/3,i-F/3,tA.TOP_LEFT):new M(r.left+v/3,r.top+F/3),this.topRightBorderDoubleOuterBox=n>0||i>0?cA(r.left+g,r.top+F/3,a-m/3,f-F/3,tA.TOP_RIGHT):new M(r.left+r.width-m/3,r.top+F/3),this.bottomRightBorderDoubleOuterBox=B>0||l>0?cA(r.left+C,r.top+p,B-m/3,l-E/3,tA.BOTTOM_RIGHT):new M(r.left+r.width-m/3,r.top+r.height-E/3),this.bottomLeftBorderDoubleOuterBox=u>0||w>0?cA(r.left+v/3,r.top+Q,u-v/3,w-E/3,tA.BOTTOM_LEFT):new M(r.left+v/3,r.top+r.height-E/3),this.topLeftBorderDoubleInnerBox=n>0||i>0?cA(r.left+v*2/3,r.top+F*2/3,n-v*2/3,i-F*2/3,tA.TOP_LEFT):new M(r.left+v*2/3,r.top+F*2/3),this.topRightBorderDoubleInnerBox=n>0||i>0?cA(r.left+g,r.top+F*2/3,a-m*2/3,f-F*2/3,tA.TOP_RIGHT):new M(r.left+r.width-m*2/3,r.top+F*2/3),this.bottomRightBorderDoubleInnerBox=B>0||l>0?cA(r.left+C,r.top+p,B-m*2/3,l-E*2/3,tA.BOTTOM_RIGHT):new M(r.left+r.width-m*2/3,r.top+r.height-E*2/3),this.bottomLeftBorderDoubleInnerBox=u>0||w>0?cA(r.left+v*2/3,r.top+Q,u-v*2/3,w-E*2/3,tA.BOTTOM_LEFT):new M(r.left+v*2/3,r.top+r.height-E*2/3),this.topLeftBorderStroke=n>0||i>0?cA(r.left+v/2,r.top+F/2,n-v/2,i-F/2,tA.TOP_LEFT):new M(r.left+v/2,r.top+F/2),this.topRightBorderStroke=n>0||i>0?cA(r.left+g,r.top+F/2,a-m/2,f-F/2,tA.TOP_RIGHT):new M(r.left+r.width-m/2,r.top+F/2),this.bottomRightBorderStroke=B>0||l>0?cA(r.left+C,r.top+p,B-m/2,l-E/2,tA.BOTTOM_RIGHT):new M(r.left+r.width-m/2,r.top+r.height-E/2),this.bottomLeftBorderStroke=u>0||w>0?cA(r.left+v/2,r.top+Q,u-v/2,w-E/2,tA.BOTTOM_LEFT):new M(r.left+v/2,r.top+r.height-E/2),this.topLeftBorderBox=n>0||i>0?cA(r.left,r.top,n,i,tA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=a>0||f>0?cA(r.left+g,r.top,a,f,tA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||l>0?cA(r.left+C,r.top+p,B,l,tA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=u>0||w>0?cA(r.left,r.top+Q,u,w,tA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=n>0||i>0?cA(r.left+v,r.top+F,Math.max(0,n-v),Math.max(0,i-F),tA.TOP_LEFT):new M(r.left+v,r.top+F),this.topRightPaddingBox=a>0||f>0?cA(r.left+Math.min(g,r.width-m),r.top+F,g>r.width+m?0:Math.max(0,a-m),Math.max(0,f-F),tA.TOP_RIGHT):new M(r.left+r.width-m,r.top+F),this.bottomRightPaddingBox=B>0||l>0?cA(r.left+Math.min(C,r.width-v),r.top+Math.min(p,r.height-E),Math.max(0,B-m),Math.max(0,l-E),tA.BOTTOM_RIGHT):new M(r.left+r.width-m,r.top+r.height-E),this.bottomLeftPaddingBox=u>0||w>0?cA(r.left+v,r.top+Math.min(Q,r.height-E),Math.max(0,u-v),Math.max(0,w-E),tA.BOTTOM_LEFT):new M(r.left+v,r.top+r.height-E),this.topLeftContentBox=n>0||i>0?cA(r.left+v+D,r.top+F+R,Math.max(0,n-(v+D)),Math.max(0,i-(F+R)),tA.TOP_LEFT):new M(r.left+v+D,r.top+F+R),this.topRightContentBox=a>0||f>0?cA(r.left+Math.min(g,r.width+v+D),r.top+F+R,g>r.width+v+D?0:a-v+D,f-(F+R),tA.TOP_RIGHT):new M(r.left+r.width-(m+U),r.top+F+R),this.bottomRightContentBox=B>0||l>0?cA(r.left+Math.min(C,r.width-(v+D)),r.top+Math.min(p,r.height+F+R),Math.max(0,B-(m+U)),l-(E+K),tA.BOTTOM_RIGHT):new M(r.left+r.width-(m+U),r.top+r.height-(E+K)),this.bottomLeftContentBox=u>0||w>0?cA(r.left+v+D,r.top+Q,Math.max(0,u-(v+D)),w-(E+K),tA.BOTTOM_LEFT):new M(r.left+v+D,r.top+r.height-(E+K))}return t})(),tA;(function(t){t[t.TOP_LEFT=0]="TOP_LEFT",t[t.TOP_RIGHT=1]="TOP_RIGHT",t[t.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",t[t.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(tA||(tA={}));var cA=function(t,A,e,r,s){var n=4*((Math.sqrt(2)-1)/3),i=e*n,o=r*n,a=t+e,f=A+r;switch(s){case tA.TOP_LEFT:return new bn(new M(t,f),new M(t,f-o),new M(a-i,A),new M(a,A));case tA.TOP_RIGHT:return new bn(new M(t,A),new M(t+i,A),new M(a,f-o),new M(a,f));case tA.BOTTOM_RIGHT:return new bn(new M(a,A),new M(a,A+o),new M(t+i,f),new M(t,f));case tA.BOTTOM_LEFT:default:return new bn(new M(a,f),new M(a-i,f),new M(t,A+o),new M(t,A))}},Gn=function(t){return[t.topLeftBorderBox,t.topRightBorderBox,t.bottomRightBorderBox,t.bottomLeftBorderBox]},Kx=function(t){return[t.topLeftContentBox,t.topRightContentBox,t.bottomRightContentBox,t.bottomLeftContentBox]},Vn=function(t){return[t.topLeftPaddingBox,t.topRightPaddingBox,t.bottomRightPaddingBox,t.bottomLeftPaddingBox]},kx=(function(){function t(A,e,r){this.offsetX=A,this.offsetY=e,this.matrix=r,this.type=0,this.target=6}return t})(),_n=(function(){function t(A,e){this.path=A,this.target=e,this.type=1}return t})(),Ox=(function(){function t(A){this.opacity=A,this.type=2,this.target=6}return t})(),Rx=function(t){return t.type===0},_l=function(t){return t.type===1},Nx=function(t){return t.type===2},_B=function(t,A){return t.length===A.length?t.some(function(e,r){return e===A[r]}):!1},Mx=function(t,A,e,r,s){return t.map(function(n,i){switch(i){case 0:return n.add(A,e);case 1:return n.add(A+r,e);case 2:return n.add(A+r,e+s);case 3:return n.add(A,e+s)}return n})},Hl=(function(){function t(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return t})(),Il=(function(){function t(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new Tx(this.container),this.container.styles.opacity<1&&this.effects.push(new Ox(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,s=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new kx(r,s,n))}if(this.container.styles.overflowX!==0){var i=Gn(this.curves),o=Vn(this.curves);_B(i,o)?this.effects.push(new _n(i,6)):(this.effects.push(new _n(i,2)),this.effects.push(new _n(o,4)))}}return t.prototype.getEffects=function(A){for(var e=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,s=this.effects.slice(0);r;){var n=r.effects.filter(function(a){return!_l(a)});if(e||r.container.styles.position!==0||!r.parent){if(s.unshift.apply(s,n),e=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var i=Gn(r.curves),o=Vn(r.curves);_B(i,o)||s.unshift(new _n(o,6))}}else s.unshift.apply(s,n);r=r.parent}return s.filter(function(a){return wA(a.target,A)})},t})(),qo=function(t,A,e,r){t.container.elements.forEach(function(s){var n=wA(s.flags,4),i=wA(s.flags,2),o=new Il(s,t);wA(s.styles.display,2048)&&r.push(o);var a=wA(s.flags,8)?[]:r;if(n||i){var f=n||s.styles.isPositioned()?e:A,c=new Hl(o);if(s.styles.isPositioned()||s.styles.opacity<1||s.styles.isTransformed()){var B=s.styles.zIndex.order;if(B<0){var l=0;f.negativeZIndex.some(function(u,w){return B>u.element.container.styles.zIndex.order?(l=w,!1):l>0}),f.negativeZIndex.splice(l,0,c)}else if(B>0){var d=0;f.positiveZIndex.some(function(u,w){return B>=u.element.container.styles.zIndex.order?(d=w+1,!1):d>0}),f.positiveZIndex.splice(d,0,c)}else f.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else s.styles.isFloating()?f.nonPositionedFloats.push(c):f.nonPositionedInlineLevel.push(c);qo(o,c,n?c:e,a)}else s.styles.isInlineLevel()?A.inlineLevel.push(o):A.nonInlineLevel.push(o),qo(o,A,e,a);wA(s.flags,8)&&Dl(s,a)})},Dl=function(t,A){for(var e=t instanceof Po?t.start:1,r=t instanceof Po?t.reversed:!1,s=0;s<A.length;s++){var n=A[s];n.container instanceof dl&&typeof n.container.value=="number"&&n.container.value!==0&&(e=n.container.value),n.listValue=Pr(e,n.container.styles.listStyleType,!0),e+=r?-1:1}},Px=function(t){var A=new Il(t,null),e=new Hl(A),r=[];return qo(A,e,e,r),Dl(A.container,r),e},HB=function(t,A){switch(A){case 0:return JA(t.topLeftBorderBox,t.topLeftPaddingBox,t.topRightBorderBox,t.topRightPaddingBox);case 1:return JA(t.topRightBorderBox,t.topRightPaddingBox,t.bottomRightBorderBox,t.bottomRightPaddingBox);case 2:return JA(t.bottomRightBorderBox,t.bottomRightPaddingBox,t.bottomLeftBorderBox,t.bottomLeftPaddingBox);default:return JA(t.bottomLeftBorderBox,t.bottomLeftPaddingBox,t.topLeftBorderBox,t.topLeftPaddingBox)}},Gx=function(t,A){switch(A){case 0:return JA(t.topLeftBorderBox,t.topLeftBorderDoubleOuterBox,t.topRightBorderBox,t.topRightBorderDoubleOuterBox);case 1:return JA(t.topRightBorderBox,t.topRightBorderDoubleOuterBox,t.bottomRightBorderBox,t.bottomRightBorderDoubleOuterBox);case 2:return JA(t.bottomRightBorderBox,t.bottomRightBorderDoubleOuterBox,t.bottomLeftBorderBox,t.bottomLeftBorderDoubleOuterBox);default:return JA(t.bottomLeftBorderBox,t.bottomLeftBorderDoubleOuterBox,t.topLeftBorderBox,t.topLeftBorderDoubleOuterBox)}},Vx=function(t,A){switch(A){case 0:return JA(t.topLeftBorderDoubleInnerBox,t.topLeftPaddingBox,t.topRightBorderDoubleInnerBox,t.topRightPaddingBox);case 1:return JA(t.topRightBorderDoubleInnerBox,t.topRightPaddingBox,t.bottomRightBorderDoubleInnerBox,t.bottomRightPaddingBox);case 2:return JA(t.bottomRightBorderDoubleInnerBox,t.bottomRightPaddingBox,t.bottomLeftBorderDoubleInnerBox,t.bottomLeftPaddingBox);default:return JA(t.bottomLeftBorderDoubleInnerBox,t.bottomLeftPaddingBox,t.topLeftBorderDoubleInnerBox,t.topLeftPaddingBox)}},Wx=function(t,A){switch(A){case 0:return Hn(t.topLeftBorderStroke,t.topRightBorderStroke);case 1:return Hn(t.topRightBorderStroke,t.bottomRightBorderStroke);case 2:return Hn(t.bottomRightBorderStroke,t.bottomLeftBorderStroke);default:return Hn(t.bottomLeftBorderStroke,t.topLeftBorderStroke)}},Hn=function(t,A){var e=[];return XA(t)?e.push(t.subdivide(.5,!1)):e.push(t),XA(A)?e.push(A.subdivide(.5,!0)):e.push(A),e},JA=function(t,A,e,r){var s=[];return XA(t)?s.push(t.subdivide(.5,!1)):s.push(t),XA(e)?s.push(e.subdivide(.5,!0)):s.push(e),XA(r)?s.push(r.subdivide(.5,!0).reverse()):s.push(r),XA(A)?s.push(A.subdivide(.5,!1).reverse()):s.push(A),s},Sl=function(t){var A=t.bounds,e=t.styles;return A.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},Wn=function(t){var A=t.styles,e=t.bounds,r=oA(A.paddingLeft,e.width),s=oA(A.paddingRight,e.width),n=oA(A.paddingTop,e.width),i=oA(A.paddingBottom,e.width);return e.add(r+A.borderLeftWidth,n+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+s),-(A.borderTopWidth+A.borderBottomWidth+n+i))},Xx=function(t,A){return t===0?A.bounds:t===2?Wn(A):Sl(A)},qx=function(t,A){return t===0?A.bounds:t===2?Wn(A):Sl(A)},Eo=function(t,A,e){var r=Xx(Tt(t.styles.backgroundOrigin,A),t),s=qx(Tt(t.styles.backgroundClip,A),t),n=Jx(Tt(t.styles.backgroundSize,A),e,r),i=n[0],o=n[1],a=Dr(Tt(t.styles.backgroundPosition,A),r.width-i,r.height-o),f=Yx(Tt(t.styles.backgroundRepeat,A),a,n,r,s),c=Math.round(r.left+a[0]),B=Math.round(r.top+a[1]);return[f,c,B,i,o]},St=function(t){return rA(t)&&t.value===kt.AUTO},In=function(t){return typeof t=="number"},Jx=function(t,A,e){var r=A[0],s=A[1],n=A[2],i=t[0],o=t[1];if(!i)return[0,0];if(hA(i)&&o&&hA(o))return[oA(i,e.width),oA(o,e.height)];var a=In(n);if(rA(i)&&(i.value===kt.CONTAIN||i.value===kt.COVER)){if(In(n)){var f=e.width/e.height;return f<n!=(i.value===kt.COVER)?[e.width,e.width/n]:[e.height*n,e.height]}return[e.width,e.height]}var c=In(r),B=In(s),l=c||B;if(St(i)&&(!o||St(o))){if(c&&B)return[r,s];if(!a&&!l)return[e.width,e.height];if(l&&a){var d=c?r:s*n,u=B?s:r/n;return[d,u]}var w=c?r:e.width,x=B?s:e.height;return[w,x]}if(a){var h=0,g=0;return hA(i)?h=oA(i,e.width):hA(o)&&(g=oA(o,e.height)),St(i)?h=g*n:(!o||St(o))&&(g=h/n),[h,g]}var p=null,C=null;if(hA(i)?p=oA(i,e.width):o&&hA(o)&&(C=oA(o,e.height)),p!==null&&(!o||St(o))&&(C=c&&B?p/r*s:e.height),C!==null&&St(i)&&(p=c&&B?C/s*r:e.width),p!==null&&C!==null)return[p,C];throw new Error("Unable to calculate background-size for element")},Tt=function(t,A){var e=t[A];return typeof e>"u"?t[0]:e},Yx=function(t,A,e,r,s){var n=A[0],i=A[1],o=e[0],a=e[1];switch(t){case 2:return[new M(Math.round(r.left),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(a+r.top+i)),new M(Math.round(r.left),Math.round(a+r.top+i))];case 3:return[new M(Math.round(r.left+n),Math.round(r.top)),new M(Math.round(r.left+n+o),Math.round(r.top)),new M(Math.round(r.left+n+o),Math.round(r.height+r.top)),new M(Math.round(r.left+n),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+n),Math.round(r.top+i)),new M(Math.round(r.left+n+o),Math.round(r.top+i)),new M(Math.round(r.left+n+o),Math.round(r.top+i+a)),new M(Math.round(r.left+n),Math.round(r.top+i+a))];default:return[new M(Math.round(s.left),Math.round(s.top)),new M(Math.round(s.left+s.width),Math.round(s.top)),new M(Math.round(s.left+s.width),Math.round(s.height+s.top)),new M(Math.round(s.left),Math.round(s.height+s.top))]}},zx="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",IB="Hidden Text",Zx=(function(){function t(A){this._data={},this._document=A}return t.prototype.parseMetrics=function(A,e){var r=this._document.createElement("div"),s=this._document.createElement("img"),n=this._document.createElement("span"),i=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=e,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",i.appendChild(r),s.src=zx,s.width=1,s.height=1,s.style.margin="0",s.style.padding="0",s.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=e,n.style.margin="0",n.style.padding="0",n.appendChild(this._document.createTextNode(IB)),r.appendChild(n),r.appendChild(s);var o=s.offsetTop-n.offsetTop+2;r.removeChild(n),r.appendChild(this._document.createTextNode(IB)),r.style.lineHeight="normal",s.style.verticalAlign="super";var a=s.offsetTop-r.offsetTop+2;return i.removeChild(r),{baseline:o,middle:a}},t.prototype.getMetrics=function(A,e){var r=A+" "+e;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(A,e)),this._data[r]},t})(),Ll=(function(){function t(A,e){this.context=A,this.options=e}return t})(),jx=1e4,$x=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s._activeEffects=[],s.canvas=r.canvas?r.canvas:document.createElement("canvas"),s.ctx=s.canvas.getContext("2d"),r.canvas||(s.canvas.width=Math.floor(r.width*r.scale),s.canvas.height=Math.floor(r.height*r.scale),s.canvas.style.width=r.width+"px",s.canvas.style.height=r.height+"px"),s.fontMetrics=new Zx(document),s.ctx.scale(s.options.scale,s.options.scale),s.ctx.translate(-r.x,-r.y),s.ctx.textBaseline="bottom",s._activeEffects=[],s.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),s}return A.prototype.applyEffects=function(e){for(var r=this;this._activeEffects.length;)this.popEffect();e.forEach(function(s){return r.applyEffect(s)})},A.prototype.applyEffect=function(e){this.ctx.save(),Nx(e)&&(this.ctx.globalAlpha=e.opacity),Rx(e)&&(this.ctx.translate(e.offsetX,e.offsetY),this.ctx.transform(e.matrix[0],e.matrix[1],e.matrix[2],e.matrix[3],e.matrix[4],e.matrix[5]),this.ctx.translate(-e.offsetX,-e.offsetY)),_l(e)&&(this.path(e.path),this.ctx.clip()),this._activeEffects.push(e)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(e){return _A(this,void 0,void 0,function(){var r;return mA(this,function(s){switch(s.label){case 0:return r=e.element.container.styles,r.isVisible()?[4,this.renderStackContent(e)]:[3,2];case 1:s.sent(),s.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(e){return _A(this,void 0,void 0,function(){return mA(this,function(r){switch(r.label){case 0:if(wA(e.container.flags,16))debugger;return e.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(e)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(e)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(e,r,s){var n=this;if(r===0)this.ctx.fillText(e.text,e.bounds.left,e.bounds.top+s);else{var i=jo(e.text);i.reduce(function(o,a){return n.ctx.fillText(a,o,e.bounds.top+s),o+n.ctx.measureText(a).width},e.bounds.left)}},A.prototype.createFontStyle=function(e){var r=e.fontVariant.filter(function(i){return i==="normal"||i==="small-caps"}).join(""),s=sF(e.fontFamily).join(", "),n=Vr(e.fontSize)?""+e.fontSize.number+e.fontSize.unit:e.fontSize.number+"px";return[[e.fontStyle,r,e.fontWeight,n,s].join(" "),s,n]},A.prototype.renderTextNode=function(e,r){return _A(this,void 0,void 0,function(){var s,n,i,o,a,f,c,B,l=this;return mA(this,function(d){return s=this.createFontStyle(r),n=s[0],i=s[1],o=s[2],this.ctx.font=n,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",a=this.fontMetrics.getMetrics(i,o),f=a.baseline,c=a.middle,B=r.paintOrder,e.textBounds.forEach(function(u){B.forEach(function(w){switch(w){case 0:l.ctx.fillStyle=FA(r.color),l.renderTextWithLetterSpacing(u,r.letterSpacing,f);var x=r.textShadow;x.length&&u.text.trim().length&&(x.slice(0).reverse().forEach(function(h){l.ctx.shadowColor=FA(h.color),l.ctx.shadowOffsetX=h.offsetX.number*l.options.scale,l.ctx.shadowOffsetY=h.offsetY.number*l.options.scale,l.ctx.shadowBlur=h.blur.number,l.renderTextWithLetterSpacing(u,r.letterSpacing,f)}),l.ctx.shadowColor="",l.ctx.shadowOffsetX=0,l.ctx.shadowOffsetY=0,l.ctx.shadowBlur=0),r.textDecorationLine.length&&(l.ctx.fillStyle=FA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(h){switch(h){case 1:l.ctx.fillRect(u.bounds.left,Math.round(u.bounds.top+f),u.bounds.width,1);break;case 2:l.ctx.fillRect(u.bounds.left,Math.round(u.bounds.top),u.bounds.width,1);break;case 3:l.ctx.fillRect(u.bounds.left,Math.ceil(u.bounds.top+c),u.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&u.text.trim().length&&(l.ctx.strokeStyle=FA(r.webkitTextStrokeColor),l.ctx.lineWidth=r.webkitTextStrokeWidth,l.ctx.lineJoin=window.chrome?"miter":"round",l.ctx.strokeText(u.text,u.bounds.left,u.bounds.top+f)),l.ctx.strokeStyle="",l.ctx.lineWidth=0,l.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(e,r,s){if(s&&e.intrinsicWidth>0&&e.intrinsicHeight>0){var n=Wn(e),i=Vn(r);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(s,0,0,e.intrinsicWidth,e.intrinsicHeight,n.left,n.top,n.width,n.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a,g,g,f,c,B,l,C,d,u,Q,w,x,h,g,p,C,Q;return mA(this,function(F){switch(F.label){case 0:this.applyEffects(e.getEffects(4)),r=e.container,s=e.curves,n=r.styles,i=0,o=r.textNodes,F.label=1;case 1:return i<o.length?(a=o[i],[4,this.renderTextNode(a,n)]):[3,4];case 2:F.sent(),F.label=3;case 3:return i++,[3,1];case 4:if(!(r instanceof ll))return[3,8];F.label=5;case 5:return F.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return g=F.sent(),this.renderReplacedElement(r,s,g),[3,8];case 7:return F.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ul&&this.renderReplacedElement(r,s,r.canvas),!(r instanceof hl))return[3,12];F.label=9;case 9:return F.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return g=F.sent(),this.renderReplacedElement(r,s,g),[3,12];case 11:return F.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof pl&&r.tree?(f=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,f.render(r.tree)]):[3,14];case 13:c=F.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),F.label=14;case 14:if(r instanceof $o&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Rn?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+B*.39363,r.bounds.top+B*.79),new M(r.bounds.left+B*.16,r.bounds.top+B*.5549),new M(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new M(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new M(r.bounds.left+B*.72983,r.bounds.top+B*.23),new M(r.bounds.left+B*.84,r.bounds.top+B*.34085),new M(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=FA(pB),this.ctx.fill(),this.ctx.restore()):r.type===Nn&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=FA(pB),this.ctx.fill(),this.ctx.restore())),AF(r)&&r.value.length){switch(l=this.createFontStyle(n),C=l[0],d=l[1],u=this.fontMetrics.getMetrics(C,d).baseline,this.ctx.font=C,this.ctx.fillStyle=FA(n.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=tF(r.styles.textAlign),Q=Wn(r),w=0,r.styles.textAlign){case 1:w+=Q.width/2;break;case 2:w+=Q.width;break}x=Q.add(w,0,0,-Q.height/2+1),this.ctx.save(),this.path([new M(Q.left,Q.top),new M(Q.left+Q.width,Q.top),new M(Q.left+Q.width,Q.top+Q.height),new M(Q.left,Q.top+Q.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Or(r.value,x),n.letterSpacing,u),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!wA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(h=r.styles.listStyleImage,h.type!==0)return[3,18];g=void 0,p=h.url,F.label=15;case 15:return F.trys.push([15,17,,18]),[4,this.context.cache.match(p)];case 16:return g=F.sent(),this.ctx.drawImage(g,r.bounds.left-(g.width+10),r.bounds.top),[3,18];case 17:return F.sent(),this.context.logger.error("Error loading list-style-image "+p),[3,18];case 18:return[3,20];case 19:e.listValue&&r.styles.listStyleType!==-1&&(C=this.createFontStyle(n)[0],this.ctx.font=C,this.ctx.fillStyle=FA(n.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",Q=new ve(r.bounds.left,r.bounds.top+oA(r.styles.paddingTop,r.bounds.width),r.bounds.width,eB(n.lineHeight,n.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Or(e.listValue,Q),n.letterSpacing,eB(n.lineHeight,n.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),F.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(e){return _A(this,void 0,void 0,function(){var r,s,h,n,i,h,o,a,h,f,c,h,B,l,h,d,u,h,w,x,h;return mA(this,function(g){switch(g.label){case 0:if(wA(e.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(e.element)];case 1:g.sent(),r=0,s=e.negativeZIndex,g.label=2;case 2:return r<s.length?(h=s[r],[4,this.renderStack(h)]):[3,5];case 3:g.sent(),g.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(e.element)];case 6:g.sent(),n=0,i=e.nonInlineLevel,g.label=7;case 7:return n<i.length?(h=i[n],[4,this.renderNode(h)]):[3,10];case 8:g.sent(),g.label=9;case 9:return n++,[3,7];case 10:o=0,a=e.nonPositionedFloats,g.label=11;case 11:return o<a.length?(h=a[o],[4,this.renderStack(h)]):[3,14];case 12:g.sent(),g.label=13;case 13:return o++,[3,11];case 14:f=0,c=e.nonPositionedInlineLevel,g.label=15;case 15:return f<c.length?(h=c[f],[4,this.renderStack(h)]):[3,18];case 16:g.sent(),g.label=17;case 17:return f++,[3,15];case 18:B=0,l=e.inlineLevel,g.label=19;case 19:return B<l.length?(h=l[B],[4,this.renderNode(h)]):[3,22];case 20:g.sent(),g.label=21;case 21:return B++,[3,19];case 22:d=0,u=e.zeroOrAutoZIndexOrTransformedOrOpacity,g.label=23;case 23:return d<u.length?(h=u[d],[4,this.renderStack(h)]):[3,26];case 24:g.sent(),g.label=25;case 25:return d++,[3,23];case 26:w=0,x=e.positiveZIndex,g.label=27;case 27:return w<x.length?(h=x[w],[4,this.renderStack(h)]):[3,30];case 28:g.sent(),g.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(e){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(e.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(e){this.ctx.beginPath(),this.formatPath(e),this.ctx.closePath()},A.prototype.formatPath=function(e){var r=this;e.forEach(function(s,n){var i=XA(s)?s.start:s;n===0?r.ctx.moveTo(i.x,i.y):r.ctx.lineTo(i.x,i.y),XA(s)&&r.ctx.bezierCurveTo(s.startControl.x,s.startControl.y,s.endControl.x,s.endControl.y,s.end.x,s.end.y)})},A.prototype.renderRepeat=function(e,r,s,n){this.path(e),this.ctx.fillStyle=r,this.ctx.translate(s,n),this.ctx.fill(),this.ctx.translate(-s,-n)},A.prototype.resizeImage=function(e,r,s){var n;if(e.width===r&&e.height===s)return e;var i=(n=this.canvas.ownerDocument)!==null&&n!==void 0?n:document,o=i.createElement("canvas");o.width=Math.max(1,r),o.height=Math.max(1,s);var a=o.getContext("2d");return a.drawImage(e,0,0,e.width,e.height,0,0,r,s),o},A.prototype.renderBackgroundImage=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a;return mA(this,function(f){switch(f.label){case 0:r=e.styles.backgroundImage.length-1,s=function(c){var B,l,d,R,N,G,D,_,E,u,R,N,G,D,_,w,x,h,g,p,C,Q,F,m,E,v,R,U,K,D,_,V,N,G,J,y,S,O,I,Z,q,AA;return mA(this,function(X){switch(X.label){case 0:if(c.type!==0)return[3,5];B=void 0,l=c.url,X.label=1;case 1:return X.trys.push([1,3,,4]),[4,n.context.cache.match(l)];case 2:return B=X.sent(),[3,4];case 3:return X.sent(),n.context.logger.error("Error loading background-image "+l),[3,4];case 4:return B&&(d=Eo(e,r,[B.width,B.height,B.width/B.height]),R=d[0],N=d[1],G=d[2],D=d[3],_=d[4],E=n.ctx.createPattern(n.resizeImage(B,D,_),"repeat"),n.renderRepeat(R,E,N,G)),[3,6];case 5:Rw(c)?(u=Eo(e,r,[null,null,null]),R=u[0],N=u[1],G=u[2],D=u[3],_=u[4],w=Lw(c.angle,D,_),x=w[0],h=w[1],g=w[2],p=w[3],C=w[4],Q=document.createElement("canvas"),Q.width=D,Q.height=_,F=Q.getContext("2d"),m=F.createLinearGradient(h,p,g,C),$f(c.stops,x).forEach(function(UA){return m.addColorStop(UA.stop,FA(UA.color))}),F.fillStyle=m,F.fillRect(0,0,D,_),D>0&&_>0&&(E=n.ctx.createPattern(Q,"repeat"),n.renderRepeat(R,E,N,G))):Nw(c)&&(v=Eo(e,r,[null,null,null]),R=v[0],U=v[1],K=v[2],D=v[3],_=v[4],V=c.position.length===0?[Yo]:c.position,N=oA(V[0],D),G=oA(V[V.length-1],_),J=Tw(c,N,G,D,_),y=J[0],S=J[1],y>0&&S>0&&(O=n.ctx.createRadialGradient(U+N,K+G,0,U+N,K+G,y),$f(c.stops,y*2).forEach(function(UA){return O.addColorStop(UA.stop,FA(UA.color))}),n.path(R),n.ctx.fillStyle=O,y!==S?(I=e.bounds.left+.5*e.bounds.width,Z=e.bounds.top+.5*e.bounds.height,q=S/y,AA=1/q,n.ctx.save(),n.ctx.translate(I,Z),n.ctx.transform(1,0,0,q,0,0),n.ctx.translate(-I,-Z),n.ctx.fillRect(U,AA*(K-Z)+Z,D,_*AA),n.ctx.restore()):n.ctx.fill())),X.label=6;case 6:return r--,[2]}})},n=this,i=0,o=e.styles.backgroundImage.slice(0).reverse(),f.label=1;case 1:return i<o.length?(a=o[i],[5,s(a)]):[3,4];case 2:f.sent(),f.label=3;case 3:return i++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(e,r,s){return _A(this,void 0,void 0,function(){return mA(this,function(n){return this.path(HB(s,r)),this.ctx.fillStyle=FA(e),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(e,r,s,n){return _A(this,void 0,void 0,function(){var i,o;return mA(this,function(a){switch(a.label){case 0:return r<3?[4,this.renderSolidBorder(e,s,n)]:[3,2];case 1:return a.sent(),[2];case 2:return i=Gx(n,s),this.path(i),this.ctx.fillStyle=FA(e),this.ctx.fill(),o=Vx(n,s),this.path(o),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a,f,c,B=this;return mA(this,function(l){switch(l.label){case 0:return this.applyEffects(e.getEffects(2)),r=e.container.styles,s=!Ne(r.backgroundColor)||r.backgroundImage.length,n=[{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}],i=eF(Tt(r.backgroundClip,0),e.curves),s||r.boxShadow.length?(this.ctx.save(),this.path(i),this.ctx.clip(),Ne(r.backgroundColor)||(this.ctx.fillStyle=FA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(e.container)]):[3,2];case 1:l.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(d){B.ctx.save();var u=Gn(e.curves),w=d.inset?0:jx,x=Mx(u,-w+(d.inset?1:-1)*d.spread.number,(d.inset?1:-1)*d.spread.number,d.spread.number*(d.inset?-2:2),d.spread.number*(d.inset?-2:2));d.inset?(B.path(u),B.ctx.clip(),B.mask(x)):(B.mask(u),B.ctx.clip(),B.path(x)),B.ctx.shadowOffsetX=d.offsetX.number+w,B.ctx.shadowOffsetY=d.offsetY.number,B.ctx.shadowColor=FA(d.color),B.ctx.shadowBlur=d.blur.number,B.ctx.fillStyle=d.inset?FA(d.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),l.label=2;case 2:o=0,a=0,f=n,l.label=3;case 3:return a<f.length?(c=f[a],c.style!==0&&!Ne(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,o,e.curves,2)]:[3,11]):[3,13];case 4:return l.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,o,e.curves,3)];case 6:return l.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,o,e.curves)];case 8:return l.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,o,e.curves)];case 10:l.sent(),l.label=11;case 11:o++,l.label=12;case 12:return a++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(e,r,s,n,i){return _A(this,void 0,void 0,function(){var o,a,f,c,B,l,d,u,w,x,h,g,p,C,Q,F,Q,F;return mA(this,function(m){return this.ctx.save(),o=Wx(n,s),a=HB(n,s),i===2&&(this.path(a),this.ctx.clip()),XA(a[0])?(f=a[0].start.x,c=a[0].start.y):(f=a[0].x,c=a[0].y),XA(a[1])?(B=a[1].end.x,l=a[1].end.y):(B=a[1].x,l=a[1].y),s===0||s===2?d=Math.abs(f-B):d=Math.abs(c-l),this.ctx.beginPath(),i===3?this.formatPath(o):this.formatPath(a.slice(0,2)),u=r<3?r*3:r*2,w=r<3?r*2:r,i===3&&(u=r,w=r),x=!0,d<=u*2?x=!1:d<=u*2+w?(h=d/(2*u+w),u*=h,w*=h):(g=Math.floor((d+w)/(u+w)),p=(d-g*u)/(g-1),C=(d-(g+1)*u)/g,w=C<=0||Math.abs(w-p)<Math.abs(w-C)?p:C),x&&(i===3?this.ctx.setLineDash([0,u+w]):this.ctx.setLineDash([u,w])),i===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=FA(e),this.ctx.stroke(),this.ctx.setLineDash([]),i===2&&(XA(a[0])&&(Q=a[3],F=a[0],this.ctx.beginPath(),this.formatPath([new M(Q.end.x,Q.end.y),new M(F.start.x,F.start.y)]),this.ctx.stroke()),XA(a[1])&&(Q=a[1],F=a[2],this.ctx.beginPath(),this.formatPath([new M(Q.end.x,Q.end.y),new M(F.start.x,F.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(e){return _A(this,void 0,void 0,function(){var r;return mA(this,function(s){switch(s.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=FA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=Px(e),[4,this.renderStack(r)];case 1:return s.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(Ll),AF=function(t){return t instanceof wl||t instanceof gl?!0:t instanceof $o&&t.type!==Nn&&t.type!==Rn},eF=function(t,A){switch(t){case 0:return Gn(A);case 2:return Kx(A);default:return Vn(A)}},tF=function(t){switch(t){case 1:return"center";case 2:return"right";default:return"left"}},rF=["-apple-system","system-ui"],sF=function(t){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?t.filter(function(A){return rF.indexOf(A)===-1}):t},nF=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.canvas=r.canvas?r.canvas:document.createElement("canvas"),s.ctx=s.canvas.getContext("2d"),s.options=r,s.canvas.width=Math.floor(r.width*r.scale),s.canvas.height=Math.floor(r.height*r.scale),s.canvas.style.width=r.width+"px",s.canvas.style.height=r.height+"px",s.ctx.scale(s.options.scale,s.options.scale),s.ctx.translate(-r.x,-r.y),s.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),s}return A.prototype.render=function(e){return _A(this,void 0,void 0,function(){var r,s;return mA(this,function(n){switch(n.label){case 0:return r=Mo(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,e),[4,iF(r)];case 1:return s=n.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=FA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(s,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(Ll),iF=function(t){return new Promise(function(A,e){var r=new Image;r.onload=function(){A(r)},r.onerror=e,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(t))})},oF=(function(){function t(A){var e=A.id,r=A.enabled;this.id=e,this.enabled=r,this.start=Date.now()}return t.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.prototype.getTime=function(){return Date.now()-this.start},t.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,hn([this.id,this.getTime()+"ms"],A))},t.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.instances={},t})(),aF=(function(){function t(A,e){var r;this.windowBounds=e,this.instanceName="#"+t.instanceCount++,this.logger=new oF({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new bx(this,A)}return t.instanceCount=1,t})(),cF=function(t,A){return A===void 0&&(A={}),fF(t,A)};typeof window<"u"&&bl.setContext(window);var fF=function(t,A){return _A(void 0,void 0,void 0,function(){var e,r,s,n,i,o,a,f,c,B,l,d,u,w,x,h,g,p,C,Q,m,F,m,E,v,R,U,K,D,_,V,N,G,J,y,S,O,I,Z,q;return mA(this,function(AA){switch(AA.label){case 0:if(!t||typeof t!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(e=t.ownerDocument,!e)throw new Error("Element is not attached to a Document");if(r=e.defaultView,!r)throw new Error("Document is not attached to a Window");return s={allowTaint:(E=A.allowTaint)!==null&&E!==void 0?E:!1,imageTimeout:(v=A.imageTimeout)!==null&&v!==void 0?v:15e3,proxy:A.proxy,useCORS:(R=A.useCORS)!==null&&R!==void 0?R:!1},n=mo({logging:(U=A.logging)!==null&&U!==void 0?U:!0,cache:A.cache},s),i={windowWidth:(K=A.windowWidth)!==null&&K!==void 0?K:r.innerWidth,windowHeight:(D=A.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(_=A.scrollX)!==null&&_!==void 0?_:r.pageXOffset,scrollY:(V=A.scrollY)!==null&&V!==void 0?V:r.pageYOffset},o=new ve(i.scrollX,i.scrollY,i.windowWidth,i.windowHeight),a=new aF(n,o),f=(N=A.foreignObjectRendering)!==null&&N!==void 0?N:!1,c={allowTaint:(G=A.allowTaint)!==null&&G!==void 0?G:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:f,copyStyles:f},a.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),B=new yB(a,t,c),l=B.clonedReferenceElement,l?[4,B.toIFrame(e,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=AA.sent(),u=Aa(l)||Bx(l)?Md(l.ownerDocument):Xn(a,l),w=u.width,x=u.height,h=u.left,g=u.top,p=BF(a,l,A.backgroundColor),C={canvas:A.canvas,backgroundColor:p,scale:(y=(J=A.scale)!==null&&J!==void 0?J:r.devicePixelRatio)!==null&&y!==void 0?y:1,x:((S=A.x)!==null&&S!==void 0?S:0)+h,y:((O=A.y)!==null&&O!==void 0?O:0)+g,width:(I=A.width)!==null&&I!==void 0?I:Math.ceil(w),height:(Z=A.height)!==null&&Z!==void 0?Z:Math.ceil(x)},f?(a.logger.debug("Document cloned, using foreign object rendering"),m=new nF(a,C),[4,m.render(l)]):[3,3];case 2:return Q=AA.sent(),[3,5];case 3:return a.logger.debug("Document cloned, element located at "+h+","+g+" with size "+w+"x"+x+" using computed rendering"),a.logger.debug("Starting DOM parsing"),F=xl(a,l),p===F.styles.backgroundColor&&(F.styles.backgroundColor=Qe.TRANSPARENT),a.logger.debug("Starting renderer for element at "+C.x+","+C.y+" with size "+C.width+"x"+C.height),m=new $x(a,C),[4,m.render(F)];case 4:Q=AA.sent(),AA.label=5;case 5:return(!((q=A.removeContainer)!==null&&q!==void 0)||q)&&(yB.destroy(d)||a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),a.logger.debug("Finished rendering"),[2,Q]}})})},BF=function(t,A,e){var r=A.ownerDocument,s=r.documentElement?Kr(t,getComputedStyle(r.documentElement).backgroundColor):Qe.TRANSPARENT,n=r.body?Kr(t,getComputedStyle(r.body).backgroundColor):Qe.TRANSPARENT,i=typeof e=="string"?Kr(t,e):e===null?Qe.TRANSPARENT:4294967295;return A===r.documentElement?Ne(s)?Ne(n)?i:n:s:i},Tl=cF;var lF="2.0.7",uF=500,Kl="user-agent",Gt="",kl="?",lA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},LA="browser",Ue="cpu",ce="device",re="engine",NA="os",Vt="result",L="name",b="type",T="vendor",k="version",HA="architecture",jr="major",H="model",ii="console",Y="mobile",sA="tablet",dA="smarttv",ae="wearable",ti="xr",Zr="embedded",Nt="inapp",ua="brands",it="formFactors",ha="fullVersionList",Wt="platform",da="platformVersion",fi="bitness",We="sec-ch-ua",hF=We+"-full-version-list",dF=We+"-arch",gF=We+"-"+fi,wF=We+"-form-factors",pF=We+"-"+Y,CF=We+"-"+H,Zl=We+"-"+Wt,xF=Zl+"-version",jl=[ua,ha,Y,H,Wt,da,HA,it,fi],ri="Amazon",Mt="Apple",Ol="ASUS",Rl="BlackBerry",nt="Google",Nl="Huawei",ea="Lenovo",Ml="Honor",si="LG",ta="Microsoft",ra="Motorola",Pl="Nvidia",Gl="OnePlus",sa="OPPO",Wr="Samsung",Vl="Sharp",Xr="Sony",na="Xiaomi",ia="Zebra",Wl="Chrome",Xl="Chromium",Pe="Chromecast",oi="Edge",qr="Firefox",Jr="Opera",oa="Facebook",ql="Sogou",Pt="Mobile ",Yr=" Browser",ca="Windows",FF=typeof window!==lA.UNDEFINED,SA=FF&&window.navigator?window.navigator:void 0,ot=SA&&SA.userAgentData?SA.userAgentData:void 0,QF=function(t,A){var e={},r=A;if(!ai(A)){r={};for(var s in A)for(var n in A[s])r[n]=A[s][n].concat(r[n]?r[n]:[])}for(var i in t)e[i]=r[i]&&r[i].length%2===0?r[i].concat(t[i]):t[i];return e},Bi=function(t){for(var A={},e=0;e<t.length;e++)A[t[e].toUpperCase()]=t[e];return A},fa=function(t,A){if(typeof t===lA.OBJECT&&t.length>0){for(var e in t)if(Ge(A)==Ge(t[e]))return!0;return!1}return $r(t)?Ge(A)==Ge(t):!1},ai=function(t,A){for(var e in t)return/^(browser|cpu|device|engine|os)$/.test(e)||(A?ai(t[e]):!1)},$r=function(t){return typeof t===lA.STRING},aa=function(t){if(t){for(var A=[],e=Xt(/\\?\"/g,t).split(","),r=0;r<e.length;r++)if(e[r].indexOf(";")>-1){var s=ci(e[r]).split(";v=");A[r]={brand:s[0],version:s[1]}}else A[r]=ci(e[r]);return A}},Ge=function(t){return $r(t)?t.toLowerCase():t},Ba=function(t){return $r(t)?Xt(/[^\d\.]/g,t).split(".")[0]:void 0},Ee=function(t){for(var A in t)if(t.hasOwnProperty(A)){var e=t[A];typeof e==lA.OBJECT&&e.length==2?this[e[0]]=e[1]:this[e]=void 0}return this},Xt=function(t,A){return $r(A)?A.replace(t,Gt):A},zr=function(t){return Xt(/\\?\"/g,t)},ci=function(t,A){return t=Xt(/^\s\s*/,String(t)),typeof A===lA.UNDEFINED?t:t.substring(0,A)},la=function(t,A){if(!(!t||!A))for(var e=0,r,s,n,i,o,a;e<A.length&&!o;){var f=A[e],c=A[e+1];for(r=s=0;r<f.length&&!o&&f[r];)if(o=f[r++].exec(t),o)for(n=0;n<c.length;n++)a=o[++s],i=c[n],typeof i===lA.OBJECT&&i.length>0?i.length===2?typeof i[1]==lA.FUNCTION?this[i[0]]=i[1].call(this,a):this[i[0]]=i[1]:i.length>=3&&(typeof i[1]===lA.FUNCTION&&!(i[1].exec&&i[1].test)?i.length>3?this[i[0]]=a?i[1].apply(this,i.slice(2)):void 0:this[i[0]]=a?i[1].call(this,a,i[2]):void 0:i.length==3?this[i[0]]=a?a.replace(i[1],i[2]):void 0:i.length==4?this[i[0]]=a?i[3].call(this,a.replace(i[1],i[2])):void 0:i.length>4&&(this[i[0]]=a?i[3].apply(this,[a.replace(i[1],i[2])].concat(i.slice(4))):void 0)):this[i]=a||void 0;e+=2}},te=function(t,A){for(var e in A)if(typeof A[e]===lA.OBJECT&&A[e].length>0){for(var r=0;r<A[e].length;r++)if(fa(A[e][r],t))return e===kl?void 0:e}else if(fa(A[e],t))return e===kl?void 0:e;return A.hasOwnProperty("*")?A["*"]:t},Jl={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:""},Yl={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},vF={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"},zl={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[k,[L,Pt+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[k,[L,oi+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[k,[L,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[L,k],[/opios[\/ ]+([\w\.]+)/i],[k,[L,Jr+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[k,[L,Jr+" GX"]],[/\bopr\/([\w\.]+)/i],[k,[L,Jr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[k,[L,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[k,[L,"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],[L,k],[/quark(?:pc)?\/([-\w\.]+)/i],[k,[L,"Quark"]],[/\bddg\/([\w\.]+)/i],[k,[L,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[k,[L,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[k,[L,"WeChat"]],[/konqueror\/([\w\.]+)/i],[k,[L,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[k,[L,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[k,[L,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[k,[L,"Smart "+ea+Yr]],[/(avast|avg)\/([\w\.]+)/i],[[L,/(.+)/,"$1 Secure"+Yr],k],[/\bfocus\/([\w\.]+)/i],[k,[L,qr+" Focus"]],[/\bopt\/([\w\.]+)/i],[k,[L,Jr+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[k,[L,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[k,[L,"Dolphin"]],[/coast\/([\w\.]+)/i],[k,[L,Jr+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[k,[L,"MIUI"+Yr]],[/fxios\/([\w\.-]+)/i],[k,[L,Pt+qr]],[/\bqihoobrowser\/?([\w\.]*)/i],[k,[L,"360"]],[/\b(qq)\/([\w\.]+)/i],[[L,/(.+)/,"$1Browser"],k],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[L,/(.+)/,"$1"+Yr],k],[/samsungbrowser\/([\w\.]+)/i],[k,[L,Wr+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[k,[L,ql+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[L,ql+" Mobile"],k],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[L,k],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[L],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[k,L],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[L,oa],k,[b,Nt]],[/(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],[L,k,[b,Nt]],[/\bgsa\/([\w\.]+) .*safari\//i],[k,[L,"GSA"],[b,Nt]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[k,[L,"TikTok"],[b,Nt]],[/\[(linkedin)app\]/i],[L,[b,Nt]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[L,/(.+)/,"Zalo"],k,[b,Nt]],[/(chromium)[\/ ]([-\w\.]+)/i],[L,k],[/headlesschrome(?:\/([\w\.]+)| )/i],[k,[L,Wl+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[k,[L,oi+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[L,Wl+" WebView"],k],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[k,[L,"Android"+Yr]],[/chrome\/([\w\.]+) mobile/i],[k,[L,Pt+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[L,k],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[k,[L,Pt+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[L,Pt+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[k,L],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[L,[k,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[L,k],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[L,Pt+qr],k],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[L,"Netscape"],k],[/(wolvic|librewolf)\/([\w\.]+)/i],[L,k],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[k,[L,qr+" 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],[L,[k,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[L,[k,/[^\d\.]+./,Gt]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[HA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[HA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[HA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[HA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[HA,"arm"]],[/ sun4\w[;\)]/i],[[HA,"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],[[HA,/ower/,Gt,Ge]],[/mc680.0/i],[[HA,"68k"]],[/winnt.+\[axp/i],[[HA,"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],[H,[T,Wr],[b,sA]],[/\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],[H,[T,Wr],[b,Y]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[H,[T,Mt],[b,Y]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[H,[T,Mt],[b,sA]],[/(macintosh);/i],[H,[T,Mt]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[H,[T,Vl],[b,Y]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[H,[T,Ml],[b,sA]],[/honor([-\w ]+)[;\)]/i],[H,[T,Ml],[b,Y]],[/\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],[H,[T,Nl],[b,sA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[H,[T,Nl],[b,Y]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[H,/_/g," "],[T,na],[b,sA]],[/\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],[[H,/_/g," "],[T,na],[b,Y]],[/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],[H,[T,Gl],[b,Y]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[H,[T,sa],[b,Y]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[H,[T,te,{OnePlus:["203","304","403","404","413","415"],"*":sa}],[b,sA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[H,[T,"BLU"],[b,Y]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[H,[T,"Vivo"],[b,Y]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[H,[T,"Realme"],[b,Y]],[/(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],[H,[T,ea],[b,sA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[H,[T,ea],[b,Y]],[/\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],[H,[T,ra],[b,Y]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[H,[T,ra],[b,sA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[H,[T,si],[b,sA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[H,[T,si],[b,Y]],[/(nokia) (t[12][01])/i],[T,H,[b,sA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[H,/_/g," "],[b,Y],[T,"Nokia"]],[/(pixel (c|tablet))\b/i],[H,[T,nt],[b,sA]],[/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],[H,[T,nt],[b,Y]],[/(google) (pixelbook( go)?)/i],[T,H],[/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],[H,[T,Xr],[b,Y]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[H,"Xperia Tablet"],[T,Xr],[b,sA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[H,[T,ri],[b,sA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[H,/(.+)/g,"Fire Phone $1"],[T,ri],[b,Y]],[/(playbook);[-\w\),; ]+(rim)/i],[H,T,[b,sA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[H,[T,Rl],[b,Y]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[H,[T,Ol],[b,sA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[H,[T,Ol],[b,Y]],[/(nexus 9)/i],[H,[T,"HTC"],[b,sA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[T,[H,/_/g," "],[b,Y]],[/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],[H,[T,"TCL"],[b,sA]],[/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],[H,[T,"TCL"],[b,Y]],[/(itel) ((\w+))/i],[[T,Ge],H,[b,te,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[H,[T,"Acer"],[b,sA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[H,[T,"Meizu"],[b,Y]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[H,[T,"Ulefone"],[b,Y]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[H,[T,"Energizer"],[b,Y]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[H,[T,"Cat"],[b,Y]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[H,[T,"Smartfren"],[b,Y]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[H,[T,"Nothing"],[b,Y]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[H,[T,"Archos"],[b,sA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[H,[T,"Archos"],[b,Y]],[/; (n159v)/i],[H,[T,"HMD"],[b,Y]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[T,H,[b,sA]],[/(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],[T,H,[b,Y]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[T,H,[b,sA]],[/(surface duo)/i],[H,[T,ta],[b,sA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[H,[T,"Fairphone"],[b,Y]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[H,[T,Pl],[b,sA]],[/(sprint) (\w+)/i],[T,H,[b,Y]],[/(kin\.[onetw]{3})/i],[[H,/\./g," "],[T,ta],[b,Y]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[H,[T,ia],[b,sA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[H,[T,ia],[b,Y]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[T,[b,dA]],[/hbbtv.+maple;(\d+)/i],[[H,/^/,"SmartTV"],[T,Wr],[b,dA]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[T,H,[b,dA]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[T,si],[b,dA]],[/(apple) ?tv/i],[T,[H,Mt+" TV"],[b,dA]],[/crkey.*devicetype\/chromecast/i],[[H,Pe+" Third Generation"],[T,nt],[b,dA]],[/crkey.*devicetype\/([^/]*)/i],[[H,/^/,"Chromecast "],[T,nt],[b,dA]],[/fuchsia.*crkey/i],[[H,Pe+" Nest Hub"],[T,nt],[b,dA]],[/crkey/i],[[H,Pe],[T,nt],[b,dA]],[/(portaltv)/i],[H,[T,oa],[b,dA]],[/droid.+aft(\w+)( bui|\))/i],[H,[T,ri],[b,dA]],[/(shield \w+ tv)/i],[H,[T,Pl],[b,dA]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[H,[T,Vl],[b,dA]],[/(bravia[\w ]+)( bui|\))/i],[H,[T,Xr],[b,dA]],[/(mi(tv|box)-?\w+) bui/i],[H,[T,na],[b,dA]],[/Hbbtv.*(technisat) (.*);/i],[T,H,[b,dA]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[T,/.+\/(\w+)/,"$1",te,{LG:"lge"}],[H,ci],[b,dA]],[/(playstation \w+)/i],[H,[T,Xr],[b,ii]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[H,[T,ta],[b,ii]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[T,te,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],H,[b,ii]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[H,[T,Wr],[b,ae]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[T,H,[b,ae]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[H,[T,sa],[b,ae]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[H,[T,Mt],[b,ae]],[/(opwwe\d{3})/i],[H,[T,Gl],[b,ae]],[/(moto 360)/i],[H,[T,ra],[b,ae]],[/(smartwatch 3)/i],[H,[T,Xr],[b,ae]],[/(g watch r)/i],[H,[T,si],[b,ae]],[/droid.+; (wt63?0{2,3})\)/i],[H,[T,ia],[b,ae]],[/droid.+; (glass) \d/i],[H,[T,nt],[b,ti]],[/(pico) ([\w ]+) os\d/i],[T,H,[b,ti]],[/(quest( \d| pro)?s?).+vr/i],[H,[T,oa],[b,ti]],[/mobile vr; rv.+firefox/i],[[b,ti]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[T,[b,Zr]],[/(aeobc)\b/i],[H,[T,ri],[b,Zr]],[/(homepod).+mac os/i],[H,[T,Mt],[b,Zr]],[/windows iot/i],[[b,Zr]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[H,[b,dA]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[b,dA]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[H,[b,te,{mobile:"Mobile",xr:"VR","*":sA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[b,sA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[b,Y]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[H,[T,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[k,[L,oi+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[L,k],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[k,[L,"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],[L,k],[/ladybird\//i],[[L,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[k,L]],os:[[/(windows nt) (6\.[23]); arm/i],[[L,/N/,"R"],[k,te,Jl]],[/(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],[L,k],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[k,/(;|\))/g,"",te,Jl],[L,ca]],[/(windows ce)\/?([\d\.]*)/i],[L,k],[/[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],[[k,/_/g,"."],[L,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[L,"macOS"],[k,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[k,[L,Pe+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[k,[L,Pe+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[k,[L,Pe+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[k,[L,Pe+" Linux"]],[/crkey\/([\d\.]+)/i],[k,[L,Pe]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[k,L],[/(ubuntu) ([\w\.]+) like android/i],[[L,/(.+)/,"$1 Touch"],k],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[L,k],[/\(bb(10);/i],[k,[L,Rl]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[k,[L,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[k,[L,qr+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[k,[L,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[k,te,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[L,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[k,[L,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[L,"Chrome OS"],k],[/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],[L,k],[/(sunos) ?([\d\.]*)/i],[[L,"Solaris"],k],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[L,k]]},ni=(function(){var t={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ee.call(t.init,[[LA,[L,k,jr,b]],[Ue,[HA]],[ce,[b,H,T]],[re,[L,k]],[NA,[L,k]]]),Ee.call(t.isIgnore,[[LA,[k,jr]],[re,[k]],[NA,[k]]]),Ee.call(t.isIgnoreRgx,[[LA,/ ?browser$/i],[NA,/ ?os$/i]]),Ee.call(t.toString,[[LA,[L,k]],[Ue,[HA]],[ce,[T,H]],[re,[L,k]],[NA,[L,k]]]),t})(),EF=function(t,A){var e=ni.init[A],r=ni.isIgnore[A]||0,s=ni.isIgnoreRgx[A]||0,n=ni.toString[A]||0;function i(){Ee.call(this,e)}return i.prototype.getItem=function(){return t},i.prototype.withClientHints=function(){return ot?ot.getHighEntropyValues(jl).then(function(o){return t.setCH(new $l(o,!1)).parseCH().get()}):t.parseCH().get()},i.prototype.withFeatureCheck=function(){return t.detectFeature().get()},A!=Vt&&(i.prototype.is=function(o){var a=!1;for(var f in this)if(this.hasOwnProperty(f)&&!fa(r,f)&&Ge(s?Xt(s,this[f]):this[f])==Ge(s?Xt(s,o):o)){if(a=!0,o!=lA.UNDEFINED)break}else if(o==lA.UNDEFINED&&a){a=!a;break}return a},i.prototype.toString=function(){var o=Gt;for(var a in n)typeof this[n[a]]!==lA.UNDEFINED&&(o+=(o?" ":Gt)+this[n[a]]);return o||lA.UNDEFINED}),i.prototype.then=function(o){var a=this,f=function(){for(var B in a)a.hasOwnProperty(B)&&(this[B]=a[B])};f.prototype={is:i.prototype.is,toString:i.prototype.toString,withClientHints:i.prototype.withClientHints,withFeatureCheck:i.prototype.withFeatureCheck};var c=new f;return o(c),c},new i};function $l(t,A){if(t=t||{},Ee.call(this,jl),A)Ee.call(this,[[ua,aa(t[We])],[ha,aa(t[hF])],[Y,/\?1/.test(t[pF])],[H,zr(t[CF])],[Wt,zr(t[Zl])],[da,zr(t[xF])],[HA,zr(t[dF])],[it,aa(t[wF])],[fi,zr(t[gF])]]);else for(var e in t)this.hasOwnProperty(e)&&typeof t[e]!==lA.UNDEFINED&&(this[e]=t[e])}function Ve(t,A,e,r){return Ee.call(this,[["itemType",t],["ua",A],["uaCH",r],["rgxMap",e],["data",EF(this,t)]]),this}Ve.prototype.get=function(t){return t?this.data.hasOwnProperty(t)?this.data[t]:void 0:this.data};Ve.prototype.set=function(t,A){return this.data[t]=A,this};Ve.prototype.setCH=function(t){return this.uaCH=t,this};Ve.prototype.detectFeature=function(){if(SA&&SA.userAgent==this.ua)switch(this.itemType){case LA:SA.brave&&typeof SA.brave.isBrave==lA.FUNCTION&&this.set(L,"Brave");break;case ce:!this.get(b)&&ot&&ot[Y]&&this.set(b,Y),this.get(H)=="Macintosh"&&SA&&typeof SA.standalone!==lA.UNDEFINED&&SA.maxTouchPoints&&SA.maxTouchPoints>2&&this.set(H,"iPad").set(b,sA);break;case NA:!this.get(L)&&ot&&ot[Wt]&&this.set(L,ot[Wt]);break;case Vt:var t=this.data,A=function(e){return t[e].getItem().detectFeature().get()};this.set(LA,A(LA)).set(Ue,A(Ue)).set(ce,A(ce)).set(re,A(re)).set(NA,A(NA))}return this};Ve.prototype.parseUA=function(){switch(this.itemType!=Vt&&la.call(this.data,this.ua,this.rgxMap),this.itemType){case LA:this.set(jr,Ba(this.get(k)));break;case NA:if(this.get(L)=="iOS"&&this.get(k)=="18.6"){var t=/\) Version\/([\d\.]+)/.exec(this.ua);t&&parseInt(t[1].substring(0,2),10)>=26&&this.set(k,t[1])}break}return this};Ve.prototype.parseCH=function(){var t=this.uaCH,A=this.rgxMap;switch(this.itemType){case LA:case re:var e=t[ha]||t[ua],r;if(e)for(var s=0;s<e.length;s++){var n=e[s].brand||e[s],i=e[s].version;this.itemType==LA&&!/not.a.brand/i.test(n)&&(!r||/Chrom/.test(r)&&n!=Xl||r==oi&&/WebView2/.test(n))&&(n=te(n,vF),r=this.get(L),r&&!/Chrom/.test(r)&&/Chrom/.test(n)||this.set(L,n).set(k,i).set(jr,Ba(i)),r=n),this.itemType==re&&n==Xl&&this.set(k,i)}break;case Ue:var o=t[HA];o&&(o&&t[fi]=="64"&&(o+="64"),la.call(this.data,o+";",A));break;case ce:if(t[Y]&&this.set(b,Y),t[H]&&(this.set(H,t[H]),!this.get(b)||!this.get(T))){var a={};la.call(a,"droid 9; "+t[H]+")",A),!this.get(b)&&a.type&&this.set(b,a.type),!this.get(T)&&a.vendor&&this.set(T,a.vendor)}if(t[it]){var f;if(typeof t[it]!="string")for(var c=0;!f&&c<t[it].length;)f=te(t[it][c++],Yl);else f=te(t[it],Yl);this.set(b,f)}break;case NA:var B=t[Wt];if(B){var l=t[da];B==ca&&(l=parseInt(Ba(l),10)>=13?"11":"10"),this.set(L,B).set(k,l)}this.get(L)==ca&&t[H]=="Xbox"&&this.set(L,"Xbox").set(k,void 0);break;case Vt:var d=this.data,u=function(w){return d[w].getItem().setCH(t).parseCH().get()};this.set(LA,u(LA)).set(Ue,u(Ue)).set(ce,u(ce)).set(re,u(re)).set(NA,u(NA))}return this};function fe(t,A,e){if(typeof t===lA.OBJECT?(ai(t,!0)?(typeof A===lA.OBJECT&&(e=A),A=t):(e=t,A=void 0),t=void 0):typeof t===lA.STRING&&!ai(A,!0)&&(e=A,A=void 0),e)if(typeof e.append===lA.FUNCTION){var r={};e.forEach(function(c,B){r[String(B).toLowerCase()]=c}),e=r}else{var s={};for(var n in e)e.hasOwnProperty(n)&&(s[String(n).toLowerCase()]=e[n]);e=s}if(!(this instanceof fe))return new fe(t,A,e).getResult();var i=typeof t===lA.STRING?t:e&&e[Kl]?e[Kl]:SA&&SA.userAgent?SA.userAgent:Gt,o=new $l(e,!0),a=A?QF(zl,A):zl,f=function(c){return c==Vt?function(){return new Ve(c,i,a,o).set("ua",i).set(LA,this.getBrowser()).set(Ue,this.getCPU()).set(ce,this.getDevice()).set(re,this.getEngine()).set(NA,this.getOS()).get()}:function(){return new Ve(c,i,a[c],o).parseUA().get()}};return Ee.call(this,[["getBrowser",f(LA)],["getCPU",f(Ue)],["getDevice",f(ce)],["getEngine",f(re)],["getOS",f(NA)],["getResult",f(Vt)],["getUA",function(){return i}],["setUA",function(c){return $r(c)&&(i=ci(c,uF)),this}]]).setUA(i),this}fe.VERSION=lF;fe.BROWSER=Bi([L,k,jr,b]);fe.CPU=Bi([HA]);fe.DEVICE=Bi([H,T,b,ii,Y,dA,sA,ae,Zr]);fe.ENGINE=fe.OS=Bi([L,k]);var mF=fe;function Au(){return typeof crypto<"u"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var ga=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(A){var n;if(typeof window>"u"||this._initialized)return;this._initialized=!0;let e=A.organization||A.orgId,r={enabled:!1,apiUrl:((n=A.screenActivity)==null?void 0:n.apiUrl)??`${A.socketUrl}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["page_view","click","form_start","form_submit","scroll","view_search_results","custom_event"],throttleMs:2e3,jpegQuality:.7},s=typeof A.screenActivity=="object"?{...r,...A.screenActivity}:{...r};if(this.cfg={apiKey:A.apiKey,organization:e,socketUrl:"http://192.168.1.26:3000",debug:!0,encrypt:!0,persistSession:A.persistSession!==!1,sessionKey:"twinalyze_session_id",responseSuffix:A.responseSuffix||":res",responseTimeoutMs:A.responseTimeoutMs||15e3,source:A.source||"web",indexId:A.indexId??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"]},...A.enhancedMeasurement||{}},apiBaseUrl:A.apiBaseUrl||A.endpoint||A.socketUrl,screenActivity:s},!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(A,e={}){var r;if(!this._disabled){if((r=this.cfg)!=null&&r.debug&&console.log("[Twinalyze][CUSTOM]",A,e),!this.sessionReady){this.pendingEvents.push({eventName:A,properties:{...this._pageContext(),...e},ts:Date.now(),eventType:"custom"});return}this._emitEventAdd(A,{...this._pageContext(),...e},"custom")}}_connectSocket(){if(this.socket)return;let A={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=wr(this.cfg.socketUrl,A),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",e=>{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:",e)}),this.socket.on("connect_error",e=>{this.socketReady=!1,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C connect_error:",(e==null?void 0:e.message)||e)}),this.socket.on("sdk_upgrade_warning",e=>{e&&e.message?(console.log("SDK Upgrade Warning:",e.message),alert(e.message),e.updateUrl&&confirm("A new SDK version is available. Do you want to upgrade now?")&&(window.location.href=e.updateUrl)):console.error("Received invalid data in sdk_upgrade_warning event:",e)})}_initIndexId(){this._indexKey=`twinalyze_event_index_${this.sessionId}`;let A=sessionStorage.getItem(this._indexKey);this.indexId=A?parseInt(A,10):0,Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){let A=this.indexId;return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),A}_resetIndexId(){this.indexId=0,this._indexKey&&sessionStorage.removeItem(this._indexKey),this._indexKey=null}_normalizeHttpBase(A){return String(A||"").replace(/^ws:\/\//,"http://").replace(/^wss:\/\//,"https://").replace(/\/$/,"")}async _startFlow(){if(!this._disabled&&this.socketReady&&!this._booting){this._booting=!0;try{let A=await this._request("user|userCheckApp",{apiKey:this.cfg.apiKey,organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCheckRes:",A);let e=A&&A.success===!0&&(A.status===0||A.status==="0"),r=!!(A!=null&&A.debugScreenshotCapture);if(this.cfg.screenActivity.enabled=r,!e){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 s=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:",s),!!!(s&&s.success===!0&&s.userRegister===!0)){let o=await this._request("user|web|userCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] userCreateRes:",o),o&&o.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (userCreate failed)");return}}this.sessionId||(this.sessionId=`sess_${Au()}`,this.cfg.persistSession&&sessionStorage.setItem(this.cfg.sessionKey,this.sessionId));let i=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:",i),i&&i.success===!1){this._disabled=!0,this.sessionReady=!1;return}this.sessionReady=!0,this._initIndexId(),this._flushPendingEvents()}finally{this._booting=!1}}}_request(A,e){let r=this.cfg.responseTimeoutMs,s=[],n=this.cfg.responseSuffix;s.push(`${A}${n}`),s.push(`${A}Res`),s.push(`${A}Response`),s.push(A);let i=[...new Set(s)];return new Promise(o=>{if(!this.socketReady)return o(null);let a=!1,f=()=>{i.forEach(d=>this.socket.off(d,c)),clearTimeout(B)},c=d=>{a||(a=!0,f(),o(d))};i.forEach(d=>this.socket.on(d,c));let B=setTimeout(()=>{a||(a=!0,f(),o(null))},r),l=this.cfg.encrypt?this._encrypt(e):e;this.socket.emit(A,l)})}_encrypt(A){return eu.default.AES.encrypt(JSON.stringify(A),"3Xn8vQp2Lm9sAa7ZkT1yCw5eR0uH6dJ4").toString()}async _waitForRenderStable(){var e;await new Promise(r=>requestAnimationFrame(()=>requestAnimationFrame(r)));try{(e=document.fonts)!=null&&e.ready&&await document.fonts.ready}catch{}let A=Array.from(document.images||[]).filter(r=>!r.complete);await Promise.allSettled(A.map(r=>new Promise(s=>{r.addEventListener("load",s,{once:!0}),r.addEventListener("error",s,{once:!0})})))}async _captureViewportJpegBlob(){var n,i;await this._waitForRenderStable();let A=(((n=this.cfg.screenActivity)==null?void 0:n.capture)||"viewport")==="viewport",e=Math.min(2,window.devicePixelRatio||1),r=await Tl(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...A?{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:e,onclone:o=>{let a=o.createElement("style");a.textContent=`
15
+ }`,yx=function(t){bx(t,"."+Wo+Ux+bB+`
16
+ .`+Xo+mx+bB)},bx=function(t,A){var e=t.ownerDocument;if(e){var r=e.createElement("style");r.textContent=A,t.appendChild(r)}},bl=(function(){function t(){}return t.getOrigin=function(A){var e=t._link;return e?(e.href=A,e.href=e.href,e.protocol+e.hostname+e.port):"about:blank"},t.isSameOrigin=function(A){return t.getOrigin(A)===t._origin},t.setContext=function(A){t._link=A.document.createElement("a"),t._origin=t.getOrigin(A.location.href)},t._origin="about:blank",t})(),_x=(function(){function t(A,e){this.context=A,this._options=e,this._cache={}}return t.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)||(vo(A)||Sx(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),e},t.prototype.match=function(A){return this._cache[A]},t.prototype.loadImage=function(A){return _A(this,void 0,void 0,function(){var e,r,s,n,i=this;return mA(this,function(o){switch(o.label){case 0:return e=bl.isSameOrigin(A),r=!Qo(A)&&this._options.useCORS===!0&&vA.SUPPORT_CORS_IMAGES&&!e,s=!Qo(A)&&!e&&!vo(A)&&typeof this._options.proxy=="string"&&vA.SUPPORT_CORS_XHR&&!r,!e&&this._options.allowTaint===!1&&!Qo(A)&&!vo(A)&&!s&&!r?[2]:(n=A,s?[4,this.proxy(n)]:[3,2]);case 1:n=o.sent(),o.label=2;case 2:return this.context.logger.debug("Added image "+A.substring(0,256)),[4,new Promise(function(a,f){var c=new Image;c.onload=function(){return a(c)},c.onerror=f,(Lx(n)||r)&&(c.crossOrigin="anonymous"),c.src=n,c.complete===!0&&setTimeout(function(){return a(c)},500),i._options.imageTimeout>0&&setTimeout(function(){return f("Timed out ("+i._options.imageTimeout+"ms) loading image")},i._options.imageTimeout)})];case 3:return[2,o.sent()]}})})},t.prototype.has=function(A){return typeof this._cache[A]<"u"},t.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},t.prototype.proxy=function(A){var e=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var s=A.substring(0,256);return new Promise(function(n,i){var o=vA.SUPPORT_RESPONSE_TYPE?"blob":"text",a=new XMLHttpRequest;a.onload=function(){if(a.status===200)if(o==="text")n(a.response);else{var B=new FileReader;B.addEventListener("load",function(){return n(B.result)},!1),B.addEventListener("error",function(l){return i(l)},!1),B.readAsDataURL(a.response)}else i("Failed to proxy resource "+s+" with status code "+a.status)},a.onerror=i;var f=r.indexOf("?")>-1?"&":"?";if(a.open("GET",""+r+f+"url="+encodeURIComponent(A)+"&responseType="+o),o!=="text"&&a instanceof XMLHttpRequest&&(a.responseType=o),e._options.imageTimeout){var c=e._options.imageTimeout;a.timeout=c,a.ontimeout=function(){return i("Timed out ("+c+"ms) proxying "+s)}}a.send()})},t})(),Hx=/^data:image\/svg\+xml/i,Ix=/^data:image\/.*;base64,/i,Dx=/^data:image\/.*/i,Sx=function(t){return vA.SUPPORT_SVG_DRAWING||!Tx(t)},Qo=function(t){return Dx.test(t)},Lx=function(t){return Ix.test(t)},vo=function(t){return t.substr(0,4)==="blob"},Tx=function(t){return t.substr(-3).toLowerCase()==="svg"||Hx.test(t)},M=(function(){function t(A,e){this.type=0,this.x=A,this.y=e}return t.prototype.add=function(A,e){return new t(this.x+A,this.y+e)},t})(),Dt=function(t,A,e){return new M(t.x+(A.x-t.x)*e,t.y+(A.y-t.y)*e)},bn=(function(){function t(A,e,r,s){this.type=1,this.start=A,this.startControl=e,this.endControl=r,this.end=s}return t.prototype.subdivide=function(A,e){var r=Dt(this.start,this.startControl,A),s=Dt(this.startControl,this.endControl,A),n=Dt(this.endControl,this.end,A),i=Dt(r,s,A),o=Dt(s,n,A),a=Dt(i,o,A);return e?new t(this.start,r,i,a):new t(a,o,n,this.end)},t.prototype.add=function(A,e){return new t(this.start.add(A,e),this.startControl.add(A,e),this.endControl.add(A,e),this.end.add(A,e))},t.prototype.reverse=function(){return new t(this.end,this.endControl,this.startControl,this.start)},t})(),XA=function(t){return t.type===1},Kx=(function(){function t(A){var e=A.styles,r=A.bounds,s=Dr(e.borderTopLeftRadius,r.width,r.height),n=s[0],i=s[1],o=Dr(e.borderTopRightRadius,r.width,r.height),a=o[0],f=o[1],c=Dr(e.borderBottomRightRadius,r.width,r.height),B=c[0],l=c[1],d=Dr(e.borderBottomLeftRadius,r.width,r.height),u=d[0],w=d[1],x=[];x.push((n+a)/r.width),x.push((u+B)/r.width),x.push((i+w)/r.height),x.push((f+l)/r.height);var h=Math.max.apply(Math,x);h>1&&(n/=h,i/=h,a/=h,f/=h,B/=h,l/=h,u/=h,w/=h);var g=r.width-a,p=r.height-l,C=r.width-B,Q=r.height-w,F=e.borderTopWidth,m=e.borderRightWidth,E=e.borderBottomWidth,v=e.borderLeftWidth,R=oA(e.paddingTop,A.bounds.width),U=oA(e.paddingRight,A.bounds.width),K=oA(e.paddingBottom,A.bounds.width),D=oA(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||i>0?cA(r.left+v/3,r.top+F/3,n-v/3,i-F/3,tA.TOP_LEFT):new M(r.left+v/3,r.top+F/3),this.topRightBorderDoubleOuterBox=n>0||i>0?cA(r.left+g,r.top+F/3,a-m/3,f-F/3,tA.TOP_RIGHT):new M(r.left+r.width-m/3,r.top+F/3),this.bottomRightBorderDoubleOuterBox=B>0||l>0?cA(r.left+C,r.top+p,B-m/3,l-E/3,tA.BOTTOM_RIGHT):new M(r.left+r.width-m/3,r.top+r.height-E/3),this.bottomLeftBorderDoubleOuterBox=u>0||w>0?cA(r.left+v/3,r.top+Q,u-v/3,w-E/3,tA.BOTTOM_LEFT):new M(r.left+v/3,r.top+r.height-E/3),this.topLeftBorderDoubleInnerBox=n>0||i>0?cA(r.left+v*2/3,r.top+F*2/3,n-v*2/3,i-F*2/3,tA.TOP_LEFT):new M(r.left+v*2/3,r.top+F*2/3),this.topRightBorderDoubleInnerBox=n>0||i>0?cA(r.left+g,r.top+F*2/3,a-m*2/3,f-F*2/3,tA.TOP_RIGHT):new M(r.left+r.width-m*2/3,r.top+F*2/3),this.bottomRightBorderDoubleInnerBox=B>0||l>0?cA(r.left+C,r.top+p,B-m*2/3,l-E*2/3,tA.BOTTOM_RIGHT):new M(r.left+r.width-m*2/3,r.top+r.height-E*2/3),this.bottomLeftBorderDoubleInnerBox=u>0||w>0?cA(r.left+v*2/3,r.top+Q,u-v*2/3,w-E*2/3,tA.BOTTOM_LEFT):new M(r.left+v*2/3,r.top+r.height-E*2/3),this.topLeftBorderStroke=n>0||i>0?cA(r.left+v/2,r.top+F/2,n-v/2,i-F/2,tA.TOP_LEFT):new M(r.left+v/2,r.top+F/2),this.topRightBorderStroke=n>0||i>0?cA(r.left+g,r.top+F/2,a-m/2,f-F/2,tA.TOP_RIGHT):new M(r.left+r.width-m/2,r.top+F/2),this.bottomRightBorderStroke=B>0||l>0?cA(r.left+C,r.top+p,B-m/2,l-E/2,tA.BOTTOM_RIGHT):new M(r.left+r.width-m/2,r.top+r.height-E/2),this.bottomLeftBorderStroke=u>0||w>0?cA(r.left+v/2,r.top+Q,u-v/2,w-E/2,tA.BOTTOM_LEFT):new M(r.left+v/2,r.top+r.height-E/2),this.topLeftBorderBox=n>0||i>0?cA(r.left,r.top,n,i,tA.TOP_LEFT):new M(r.left,r.top),this.topRightBorderBox=a>0||f>0?cA(r.left+g,r.top,a,f,tA.TOP_RIGHT):new M(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||l>0?cA(r.left+C,r.top+p,B,l,tA.BOTTOM_RIGHT):new M(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=u>0||w>0?cA(r.left,r.top+Q,u,w,tA.BOTTOM_LEFT):new M(r.left,r.top+r.height),this.topLeftPaddingBox=n>0||i>0?cA(r.left+v,r.top+F,Math.max(0,n-v),Math.max(0,i-F),tA.TOP_LEFT):new M(r.left+v,r.top+F),this.topRightPaddingBox=a>0||f>0?cA(r.left+Math.min(g,r.width-m),r.top+F,g>r.width+m?0:Math.max(0,a-m),Math.max(0,f-F),tA.TOP_RIGHT):new M(r.left+r.width-m,r.top+F),this.bottomRightPaddingBox=B>0||l>0?cA(r.left+Math.min(C,r.width-v),r.top+Math.min(p,r.height-E),Math.max(0,B-m),Math.max(0,l-E),tA.BOTTOM_RIGHT):new M(r.left+r.width-m,r.top+r.height-E),this.bottomLeftPaddingBox=u>0||w>0?cA(r.left+v,r.top+Math.min(Q,r.height-E),Math.max(0,u-v),Math.max(0,w-E),tA.BOTTOM_LEFT):new M(r.left+v,r.top+r.height-E),this.topLeftContentBox=n>0||i>0?cA(r.left+v+D,r.top+F+R,Math.max(0,n-(v+D)),Math.max(0,i-(F+R)),tA.TOP_LEFT):new M(r.left+v+D,r.top+F+R),this.topRightContentBox=a>0||f>0?cA(r.left+Math.min(g,r.width+v+D),r.top+F+R,g>r.width+v+D?0:a-v+D,f-(F+R),tA.TOP_RIGHT):new M(r.left+r.width-(m+U),r.top+F+R),this.bottomRightContentBox=B>0||l>0?cA(r.left+Math.min(C,r.width-(v+D)),r.top+Math.min(p,r.height+F+R),Math.max(0,B-(m+U)),l-(E+K),tA.BOTTOM_RIGHT):new M(r.left+r.width-(m+U),r.top+r.height-(E+K)),this.bottomLeftContentBox=u>0||w>0?cA(r.left+v+D,r.top+Q,Math.max(0,u-(v+D)),w-(E+K),tA.BOTTOM_LEFT):new M(r.left+v+D,r.top+r.height-(E+K))}return t})(),tA;(function(t){t[t.TOP_LEFT=0]="TOP_LEFT",t[t.TOP_RIGHT=1]="TOP_RIGHT",t[t.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",t[t.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(tA||(tA={}));var cA=function(t,A,e,r,s){var n=4*((Math.sqrt(2)-1)/3),i=e*n,o=r*n,a=t+e,f=A+r;switch(s){case tA.TOP_LEFT:return new bn(new M(t,f),new M(t,f-o),new M(a-i,A),new M(a,A));case tA.TOP_RIGHT:return new bn(new M(t,A),new M(t+i,A),new M(a,f-o),new M(a,f));case tA.BOTTOM_RIGHT:return new bn(new M(a,A),new M(a,A+o),new M(t+i,f),new M(t,f));case tA.BOTTOM_LEFT:default:return new bn(new M(a,f),new M(a-i,f),new M(t,A+o),new M(t,A))}},Gn=function(t){return[t.topLeftBorderBox,t.topRightBorderBox,t.bottomRightBorderBox,t.bottomLeftBorderBox]},kx=function(t){return[t.topLeftContentBox,t.topRightContentBox,t.bottomRightContentBox,t.bottomLeftContentBox]},Vn=function(t){return[t.topLeftPaddingBox,t.topRightPaddingBox,t.bottomRightPaddingBox,t.bottomLeftPaddingBox]},Ox=(function(){function t(A,e,r){this.offsetX=A,this.offsetY=e,this.matrix=r,this.type=0,this.target=6}return t})(),_n=(function(){function t(A,e){this.path=A,this.target=e,this.type=1}return t})(),Rx=(function(){function t(A){this.opacity=A,this.type=2,this.target=6}return t})(),Nx=function(t){return t.type===0},_l=function(t){return t.type===1},Mx=function(t){return t.type===2},_B=function(t,A){return t.length===A.length?t.some(function(e,r){return e===A[r]}):!1},Px=function(t,A,e,r,s){return t.map(function(n,i){switch(i){case 0:return n.add(A,e);case 1:return n.add(A+r,e);case 2:return n.add(A+r,e+s);case 3:return n.add(A,e+s)}return n})},Hl=(function(){function t(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return t})(),Il=(function(){function t(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new Kx(this.container),this.container.styles.opacity<1&&this.effects.push(new Rx(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,s=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.transform;this.effects.push(new Ox(r,s,n))}if(this.container.styles.overflowX!==0){var i=Gn(this.curves),o=Vn(this.curves);_B(i,o)?this.effects.push(new _n(i,6)):(this.effects.push(new _n(i,2)),this.effects.push(new _n(o,4)))}}return t.prototype.getEffects=function(A){for(var e=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,s=this.effects.slice(0);r;){var n=r.effects.filter(function(a){return!_l(a)});if(e||r.container.styles.position!==0||!r.parent){if(s.unshift.apply(s,n),e=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var i=Gn(r.curves),o=Vn(r.curves);_B(i,o)||s.unshift(new _n(o,6))}}else s.unshift.apply(s,n);r=r.parent}return s.filter(function(a){return wA(a.target,A)})},t})(),qo=function(t,A,e,r){t.container.elements.forEach(function(s){var n=wA(s.flags,4),i=wA(s.flags,2),o=new Il(s,t);wA(s.styles.display,2048)&&r.push(o);var a=wA(s.flags,8)?[]:r;if(n||i){var f=n||s.styles.isPositioned()?e:A,c=new Hl(o);if(s.styles.isPositioned()||s.styles.opacity<1||s.styles.isTransformed()){var B=s.styles.zIndex.order;if(B<0){var l=0;f.negativeZIndex.some(function(u,w){return B>u.element.container.styles.zIndex.order?(l=w,!1):l>0}),f.negativeZIndex.splice(l,0,c)}else if(B>0){var d=0;f.positiveZIndex.some(function(u,w){return B>=u.element.container.styles.zIndex.order?(d=w+1,!1):d>0}),f.positiveZIndex.splice(d,0,c)}else f.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else s.styles.isFloating()?f.nonPositionedFloats.push(c):f.nonPositionedInlineLevel.push(c);qo(o,c,n?c:e,a)}else s.styles.isInlineLevel()?A.inlineLevel.push(o):A.nonInlineLevel.push(o),qo(o,A,e,a);wA(s.flags,8)&&Dl(s,a)})},Dl=function(t,A){for(var e=t instanceof Po?t.start:1,r=t instanceof Po?t.reversed:!1,s=0;s<A.length;s++){var n=A[s];n.container instanceof dl&&typeof n.container.value=="number"&&n.container.value!==0&&(e=n.container.value),n.listValue=Pr(e,n.container.styles.listStyleType,!0),e+=r?-1:1}},Gx=function(t){var A=new Il(t,null),e=new Hl(A),r=[];return qo(A,e,e,r),Dl(A.container,r),e},HB=function(t,A){switch(A){case 0:return JA(t.topLeftBorderBox,t.topLeftPaddingBox,t.topRightBorderBox,t.topRightPaddingBox);case 1:return JA(t.topRightBorderBox,t.topRightPaddingBox,t.bottomRightBorderBox,t.bottomRightPaddingBox);case 2:return JA(t.bottomRightBorderBox,t.bottomRightPaddingBox,t.bottomLeftBorderBox,t.bottomLeftPaddingBox);default:return JA(t.bottomLeftBorderBox,t.bottomLeftPaddingBox,t.topLeftBorderBox,t.topLeftPaddingBox)}},Vx=function(t,A){switch(A){case 0:return JA(t.topLeftBorderBox,t.topLeftBorderDoubleOuterBox,t.topRightBorderBox,t.topRightBorderDoubleOuterBox);case 1:return JA(t.topRightBorderBox,t.topRightBorderDoubleOuterBox,t.bottomRightBorderBox,t.bottomRightBorderDoubleOuterBox);case 2:return JA(t.bottomRightBorderBox,t.bottomRightBorderDoubleOuterBox,t.bottomLeftBorderBox,t.bottomLeftBorderDoubleOuterBox);default:return JA(t.bottomLeftBorderBox,t.bottomLeftBorderDoubleOuterBox,t.topLeftBorderBox,t.topLeftBorderDoubleOuterBox)}},Wx=function(t,A){switch(A){case 0:return JA(t.topLeftBorderDoubleInnerBox,t.topLeftPaddingBox,t.topRightBorderDoubleInnerBox,t.topRightPaddingBox);case 1:return JA(t.topRightBorderDoubleInnerBox,t.topRightPaddingBox,t.bottomRightBorderDoubleInnerBox,t.bottomRightPaddingBox);case 2:return JA(t.bottomRightBorderDoubleInnerBox,t.bottomRightPaddingBox,t.bottomLeftBorderDoubleInnerBox,t.bottomLeftPaddingBox);default:return JA(t.bottomLeftBorderDoubleInnerBox,t.bottomLeftPaddingBox,t.topLeftBorderDoubleInnerBox,t.topLeftPaddingBox)}},Xx=function(t,A){switch(A){case 0:return Hn(t.topLeftBorderStroke,t.topRightBorderStroke);case 1:return Hn(t.topRightBorderStroke,t.bottomRightBorderStroke);case 2:return Hn(t.bottomRightBorderStroke,t.bottomLeftBorderStroke);default:return Hn(t.bottomLeftBorderStroke,t.topLeftBorderStroke)}},Hn=function(t,A){var e=[];return XA(t)?e.push(t.subdivide(.5,!1)):e.push(t),XA(A)?e.push(A.subdivide(.5,!0)):e.push(A),e},JA=function(t,A,e,r){var s=[];return XA(t)?s.push(t.subdivide(.5,!1)):s.push(t),XA(e)?s.push(e.subdivide(.5,!0)):s.push(e),XA(r)?s.push(r.subdivide(.5,!0).reverse()):s.push(r),XA(A)?s.push(A.subdivide(.5,!1).reverse()):s.push(A),s},Sl=function(t){var A=t.bounds,e=t.styles;return A.add(e.borderLeftWidth,e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth),-(e.borderTopWidth+e.borderBottomWidth))},Wn=function(t){var A=t.styles,e=t.bounds,r=oA(A.paddingLeft,e.width),s=oA(A.paddingRight,e.width),n=oA(A.paddingTop,e.width),i=oA(A.paddingBottom,e.width);return e.add(r+A.borderLeftWidth,n+A.borderTopWidth,-(A.borderRightWidth+A.borderLeftWidth+r+s),-(A.borderTopWidth+A.borderBottomWidth+n+i))},qx=function(t,A){return t===0?A.bounds:t===2?Wn(A):Sl(A)},Jx=function(t,A){return t===0?A.bounds:t===2?Wn(A):Sl(A)},Eo=function(t,A,e){var r=qx(Tt(t.styles.backgroundOrigin,A),t),s=Jx(Tt(t.styles.backgroundClip,A),t),n=Yx(Tt(t.styles.backgroundSize,A),e,r),i=n[0],o=n[1],a=Dr(Tt(t.styles.backgroundPosition,A),r.width-i,r.height-o),f=zx(Tt(t.styles.backgroundRepeat,A),a,n,r,s),c=Math.round(r.left+a[0]),B=Math.round(r.top+a[1]);return[f,c,B,i,o]},St=function(t){return rA(t)&&t.value===kt.AUTO},In=function(t){return typeof t=="number"},Yx=function(t,A,e){var r=A[0],s=A[1],n=A[2],i=t[0],o=t[1];if(!i)return[0,0];if(hA(i)&&o&&hA(o))return[oA(i,e.width),oA(o,e.height)];var a=In(n);if(rA(i)&&(i.value===kt.CONTAIN||i.value===kt.COVER)){if(In(n)){var f=e.width/e.height;return f<n!=(i.value===kt.COVER)?[e.width,e.width/n]:[e.height*n,e.height]}return[e.width,e.height]}var c=In(r),B=In(s),l=c||B;if(St(i)&&(!o||St(o))){if(c&&B)return[r,s];if(!a&&!l)return[e.width,e.height];if(l&&a){var d=c?r:s*n,u=B?s:r/n;return[d,u]}var w=c?r:e.width,x=B?s:e.height;return[w,x]}if(a){var h=0,g=0;return hA(i)?h=oA(i,e.width):hA(o)&&(g=oA(o,e.height)),St(i)?h=g*n:(!o||St(o))&&(g=h/n),[h,g]}var p=null,C=null;if(hA(i)?p=oA(i,e.width):o&&hA(o)&&(C=oA(o,e.height)),p!==null&&(!o||St(o))&&(C=c&&B?p/r*s:e.height),C!==null&&St(i)&&(p=c&&B?C/s*r:e.width),p!==null&&C!==null)return[p,C];throw new Error("Unable to calculate background-size for element")},Tt=function(t,A){var e=t[A];return typeof e>"u"?t[0]:e},zx=function(t,A,e,r,s){var n=A[0],i=A[1],o=e[0],a=e[1];switch(t){case 2:return[new M(Math.round(r.left),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(r.top+i)),new M(Math.round(r.left+r.width),Math.round(a+r.top+i)),new M(Math.round(r.left),Math.round(a+r.top+i))];case 3:return[new M(Math.round(r.left+n),Math.round(r.top)),new M(Math.round(r.left+n+o),Math.round(r.top)),new M(Math.round(r.left+n+o),Math.round(r.height+r.top)),new M(Math.round(r.left+n),Math.round(r.height+r.top))];case 1:return[new M(Math.round(r.left+n),Math.round(r.top+i)),new M(Math.round(r.left+n+o),Math.round(r.top+i)),new M(Math.round(r.left+n+o),Math.round(r.top+i+a)),new M(Math.round(r.left+n),Math.round(r.top+i+a))];default:return[new M(Math.round(s.left),Math.round(s.top)),new M(Math.round(s.left+s.width),Math.round(s.top)),new M(Math.round(s.left+s.width),Math.round(s.height+s.top)),new M(Math.round(s.left),Math.round(s.height+s.top))]}},Zx="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",IB="Hidden Text",jx=(function(){function t(A){this._data={},this._document=A}return t.prototype.parseMetrics=function(A,e){var r=this._document.createElement("div"),s=this._document.createElement("img"),n=this._document.createElement("span"),i=this._document.body;r.style.visibility="hidden",r.style.fontFamily=A,r.style.fontSize=e,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",i.appendChild(r),s.src=Zx,s.width=1,s.height=1,s.style.margin="0",s.style.padding="0",s.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=e,n.style.margin="0",n.style.padding="0",n.appendChild(this._document.createTextNode(IB)),r.appendChild(n),r.appendChild(s);var o=s.offsetTop-n.offsetTop+2;r.removeChild(n),r.appendChild(this._document.createTextNode(IB)),r.style.lineHeight="normal",s.style.verticalAlign="super";var a=s.offsetTop-r.offsetTop+2;return i.removeChild(r),{baseline:o,middle:a}},t.prototype.getMetrics=function(A,e){var r=A+" "+e;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(A,e)),this._data[r]},t})(),Ll=(function(){function t(A,e){this.context=A,this.options=e}return t})(),$x=1e4,AF=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s._activeEffects=[],s.canvas=r.canvas?r.canvas:document.createElement("canvas"),s.ctx=s.canvas.getContext("2d"),r.canvas||(s.canvas.width=Math.floor(r.width*r.scale),s.canvas.height=Math.floor(r.height*r.scale),s.canvas.style.width=r.width+"px",s.canvas.style.height=r.height+"px"),s.fontMetrics=new jx(document),s.ctx.scale(s.options.scale,s.options.scale),s.ctx.translate(-r.x,-r.y),s.ctx.textBaseline="bottom",s._activeEffects=[],s.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),s}return A.prototype.applyEffects=function(e){for(var r=this;this._activeEffects.length;)this.popEffect();e.forEach(function(s){return r.applyEffect(s)})},A.prototype.applyEffect=function(e){this.ctx.save(),Mx(e)&&(this.ctx.globalAlpha=e.opacity),Nx(e)&&(this.ctx.translate(e.offsetX,e.offsetY),this.ctx.transform(e.matrix[0],e.matrix[1],e.matrix[2],e.matrix[3],e.matrix[4],e.matrix[5]),this.ctx.translate(-e.offsetX,-e.offsetY)),_l(e)&&(this.path(e.path),this.ctx.clip()),this._activeEffects.push(e)},A.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},A.prototype.renderStack=function(e){return _A(this,void 0,void 0,function(){var r;return mA(this,function(s){switch(s.label){case 0:return r=e.element.container.styles,r.isVisible()?[4,this.renderStackContent(e)]:[3,2];case 1:s.sent(),s.label=2;case 2:return[2]}})})},A.prototype.renderNode=function(e){return _A(this,void 0,void 0,function(){return mA(this,function(r){switch(r.label){case 0:if(wA(e.container.flags,16))debugger;return e.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(e)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(e)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},A.prototype.renderTextWithLetterSpacing=function(e,r,s){var n=this;if(r===0)this.ctx.fillText(e.text,e.bounds.left,e.bounds.top+s);else{var i=jo(e.text);i.reduce(function(o,a){return n.ctx.fillText(a,o,e.bounds.top+s),o+n.ctx.measureText(a).width},e.bounds.left)}},A.prototype.createFontStyle=function(e){var r=e.fontVariant.filter(function(i){return i==="normal"||i==="small-caps"}).join(""),s=nF(e.fontFamily).join(", "),n=Vr(e.fontSize)?""+e.fontSize.number+e.fontSize.unit:e.fontSize.number+"px";return[[e.fontStyle,r,e.fontWeight,n,s].join(" "),s,n]},A.prototype.renderTextNode=function(e,r){return _A(this,void 0,void 0,function(){var s,n,i,o,a,f,c,B,l=this;return mA(this,function(d){return s=this.createFontStyle(r),n=s[0],i=s[1],o=s[2],this.ctx.font=n,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",a=this.fontMetrics.getMetrics(i,o),f=a.baseline,c=a.middle,B=r.paintOrder,e.textBounds.forEach(function(u){B.forEach(function(w){switch(w){case 0:l.ctx.fillStyle=FA(r.color),l.renderTextWithLetterSpacing(u,r.letterSpacing,f);var x=r.textShadow;x.length&&u.text.trim().length&&(x.slice(0).reverse().forEach(function(h){l.ctx.shadowColor=FA(h.color),l.ctx.shadowOffsetX=h.offsetX.number*l.options.scale,l.ctx.shadowOffsetY=h.offsetY.number*l.options.scale,l.ctx.shadowBlur=h.blur.number,l.renderTextWithLetterSpacing(u,r.letterSpacing,f)}),l.ctx.shadowColor="",l.ctx.shadowOffsetX=0,l.ctx.shadowOffsetY=0,l.ctx.shadowBlur=0),r.textDecorationLine.length&&(l.ctx.fillStyle=FA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(h){switch(h){case 1:l.ctx.fillRect(u.bounds.left,Math.round(u.bounds.top+f),u.bounds.width,1);break;case 2:l.ctx.fillRect(u.bounds.left,Math.round(u.bounds.top),u.bounds.width,1);break;case 3:l.ctx.fillRect(u.bounds.left,Math.ceil(u.bounds.top+c),u.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&u.text.trim().length&&(l.ctx.strokeStyle=FA(r.webkitTextStrokeColor),l.ctx.lineWidth=r.webkitTextStrokeWidth,l.ctx.lineJoin=window.chrome?"miter":"round",l.ctx.strokeText(u.text,u.bounds.left,u.bounds.top+f)),l.ctx.strokeStyle="",l.ctx.lineWidth=0,l.ctx.lineJoin="miter";break}})}),[2]})})},A.prototype.renderReplacedElement=function(e,r,s){if(s&&e.intrinsicWidth>0&&e.intrinsicHeight>0){var n=Wn(e),i=Vn(r);this.path(i),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(s,0,0,e.intrinsicWidth,e.intrinsicHeight,n.left,n.top,n.width,n.height),this.ctx.restore()}},A.prototype.renderNodeContent=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a,g,g,f,c,B,l,C,d,u,Q,w,x,h,g,p,C,Q;return mA(this,function(F){switch(F.label){case 0:this.applyEffects(e.getEffects(4)),r=e.container,s=e.curves,n=r.styles,i=0,o=r.textNodes,F.label=1;case 1:return i<o.length?(a=o[i],[4,this.renderTextNode(a,n)]):[3,4];case 2:F.sent(),F.label=3;case 3:return i++,[3,1];case 4:if(!(r instanceof ll))return[3,8];F.label=5;case 5:return F.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return g=F.sent(),this.renderReplacedElement(r,s,g),[3,8];case 7:return F.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof ul&&this.renderReplacedElement(r,s,r.canvas),!(r instanceof hl))return[3,12];F.label=9;case 9:return F.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return g=F.sent(),this.renderReplacedElement(r,s,g),[3,12];case 11:return F.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof pl&&r.tree?(f=new A(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,f.render(r.tree)]):[3,14];case 13:c=F.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),F.label=14;case 14:if(r instanceof $o&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Rn?r.checked&&(this.ctx.save(),this.path([new M(r.bounds.left+B*.39363,r.bounds.top+B*.79),new M(r.bounds.left+B*.16,r.bounds.top+B*.5549),new M(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new M(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new M(r.bounds.left+B*.72983,r.bounds.top+B*.23),new M(r.bounds.left+B*.84,r.bounds.top+B*.34085),new M(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=FA(pB),this.ctx.fill(),this.ctx.restore()):r.type===Nn&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=FA(pB),this.ctx.fill(),this.ctx.restore())),eF(r)&&r.value.length){switch(l=this.createFontStyle(n),C=l[0],d=l[1],u=this.fontMetrics.getMetrics(C,d).baseline,this.ctx.font=C,this.ctx.fillStyle=FA(n.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=rF(r.styles.textAlign),Q=Wn(r),w=0,r.styles.textAlign){case 1:w+=Q.width/2;break;case 2:w+=Q.width;break}x=Q.add(w,0,0,-Q.height/2+1),this.ctx.save(),this.path([new M(Q.left,Q.top),new M(Q.left+Q.width,Q.top),new M(Q.left+Q.width,Q.top+Q.height),new M(Q.left,Q.top+Q.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Or(r.value,x),n.letterSpacing,u),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!wA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(h=r.styles.listStyleImage,h.type!==0)return[3,18];g=void 0,p=h.url,F.label=15;case 15:return F.trys.push([15,17,,18]),[4,this.context.cache.match(p)];case 16:return g=F.sent(),this.ctx.drawImage(g,r.bounds.left-(g.width+10),r.bounds.top),[3,18];case 17:return F.sent(),this.context.logger.error("Error loading list-style-image "+p),[3,18];case 18:return[3,20];case 19:e.listValue&&r.styles.listStyleType!==-1&&(C=this.createFontStyle(n)[0],this.ctx.font=C,this.ctx.fillStyle=FA(n.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",Q=new ve(r.bounds.left,r.bounds.top+oA(r.styles.paddingTop,r.bounds.width),r.bounds.width,eB(n.lineHeight,n.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Or(e.listValue,Q),n.letterSpacing,eB(n.lineHeight,n.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),F.label=20;case 20:return[2]}})})},A.prototype.renderStackContent=function(e){return _A(this,void 0,void 0,function(){var r,s,h,n,i,h,o,a,h,f,c,h,B,l,h,d,u,h,w,x,h;return mA(this,function(g){switch(g.label){case 0:if(wA(e.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(e.element)];case 1:g.sent(),r=0,s=e.negativeZIndex,g.label=2;case 2:return r<s.length?(h=s[r],[4,this.renderStack(h)]):[3,5];case 3:g.sent(),g.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(e.element)];case 6:g.sent(),n=0,i=e.nonInlineLevel,g.label=7;case 7:return n<i.length?(h=i[n],[4,this.renderNode(h)]):[3,10];case 8:g.sent(),g.label=9;case 9:return n++,[3,7];case 10:o=0,a=e.nonPositionedFloats,g.label=11;case 11:return o<a.length?(h=a[o],[4,this.renderStack(h)]):[3,14];case 12:g.sent(),g.label=13;case 13:return o++,[3,11];case 14:f=0,c=e.nonPositionedInlineLevel,g.label=15;case 15:return f<c.length?(h=c[f],[4,this.renderStack(h)]):[3,18];case 16:g.sent(),g.label=17;case 17:return f++,[3,15];case 18:B=0,l=e.inlineLevel,g.label=19;case 19:return B<l.length?(h=l[B],[4,this.renderNode(h)]):[3,22];case 20:g.sent(),g.label=21;case 21:return B++,[3,19];case 22:d=0,u=e.zeroOrAutoZIndexOrTransformedOrOpacity,g.label=23;case 23:return d<u.length?(h=u[d],[4,this.renderStack(h)]):[3,26];case 24:g.sent(),g.label=25;case 25:return d++,[3,23];case 26:w=0,x=e.positiveZIndex,g.label=27;case 27:return w<x.length?(h=x[w],[4,this.renderStack(h)]):[3,30];case 28:g.sent(),g.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},A.prototype.mask=function(e){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(e.slice(0).reverse()),this.ctx.closePath()},A.prototype.path=function(e){this.ctx.beginPath(),this.formatPath(e),this.ctx.closePath()},A.prototype.formatPath=function(e){var r=this;e.forEach(function(s,n){var i=XA(s)?s.start:s;n===0?r.ctx.moveTo(i.x,i.y):r.ctx.lineTo(i.x,i.y),XA(s)&&r.ctx.bezierCurveTo(s.startControl.x,s.startControl.y,s.endControl.x,s.endControl.y,s.end.x,s.end.y)})},A.prototype.renderRepeat=function(e,r,s,n){this.path(e),this.ctx.fillStyle=r,this.ctx.translate(s,n),this.ctx.fill(),this.ctx.translate(-s,-n)},A.prototype.resizeImage=function(e,r,s){var n;if(e.width===r&&e.height===s)return e;var i=(n=this.canvas.ownerDocument)!==null&&n!==void 0?n:document,o=i.createElement("canvas");o.width=Math.max(1,r),o.height=Math.max(1,s);var a=o.getContext("2d");return a.drawImage(e,0,0,e.width,e.height,0,0,r,s),o},A.prototype.renderBackgroundImage=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a;return mA(this,function(f){switch(f.label){case 0:r=e.styles.backgroundImage.length-1,s=function(c){var B,l,d,R,N,G,D,_,E,u,R,N,G,D,_,w,x,h,g,p,C,Q,F,m,E,v,R,U,K,D,_,V,N,G,J,y,S,O,I,Z,q,AA;return mA(this,function(X){switch(X.label){case 0:if(c.type!==0)return[3,5];B=void 0,l=c.url,X.label=1;case 1:return X.trys.push([1,3,,4]),[4,n.context.cache.match(l)];case 2:return B=X.sent(),[3,4];case 3:return X.sent(),n.context.logger.error("Error loading background-image "+l),[3,4];case 4:return B&&(d=Eo(e,r,[B.width,B.height,B.width/B.height]),R=d[0],N=d[1],G=d[2],D=d[3],_=d[4],E=n.ctx.createPattern(n.resizeImage(B,D,_),"repeat"),n.renderRepeat(R,E,N,G)),[3,6];case 5:Nw(c)?(u=Eo(e,r,[null,null,null]),R=u[0],N=u[1],G=u[2],D=u[3],_=u[4],w=Tw(c.angle,D,_),x=w[0],h=w[1],g=w[2],p=w[3],C=w[4],Q=document.createElement("canvas"),Q.width=D,Q.height=_,F=Q.getContext("2d"),m=F.createLinearGradient(h,p,g,C),$f(c.stops,x).forEach(function(UA){return m.addColorStop(UA.stop,FA(UA.color))}),F.fillStyle=m,F.fillRect(0,0,D,_),D>0&&_>0&&(E=n.ctx.createPattern(Q,"repeat"),n.renderRepeat(R,E,N,G))):Mw(c)&&(v=Eo(e,r,[null,null,null]),R=v[0],U=v[1],K=v[2],D=v[3],_=v[4],V=c.position.length===0?[Yo]:c.position,N=oA(V[0],D),G=oA(V[V.length-1],_),J=Kw(c,N,G,D,_),y=J[0],S=J[1],y>0&&S>0&&(O=n.ctx.createRadialGradient(U+N,K+G,0,U+N,K+G,y),$f(c.stops,y*2).forEach(function(UA){return O.addColorStop(UA.stop,FA(UA.color))}),n.path(R),n.ctx.fillStyle=O,y!==S?(I=e.bounds.left+.5*e.bounds.width,Z=e.bounds.top+.5*e.bounds.height,q=S/y,AA=1/q,n.ctx.save(),n.ctx.translate(I,Z),n.ctx.transform(1,0,0,q,0,0),n.ctx.translate(-I,-Z),n.ctx.fillRect(U,AA*(K-Z)+Z,D,_*AA),n.ctx.restore()):n.ctx.fill())),X.label=6;case 6:return r--,[2]}})},n=this,i=0,o=e.styles.backgroundImage.slice(0).reverse(),f.label=1;case 1:return i<o.length?(a=o[i],[5,s(a)]):[3,4];case 2:f.sent(),f.label=3;case 3:return i++,[3,1];case 4:return[2]}})})},A.prototype.renderSolidBorder=function(e,r,s){return _A(this,void 0,void 0,function(){return mA(this,function(n){return this.path(HB(s,r)),this.ctx.fillStyle=FA(e),this.ctx.fill(),[2]})})},A.prototype.renderDoubleBorder=function(e,r,s,n){return _A(this,void 0,void 0,function(){var i,o;return mA(this,function(a){switch(a.label){case 0:return r<3?[4,this.renderSolidBorder(e,s,n)]:[3,2];case 1:return a.sent(),[2];case 2:return i=Vx(n,s),this.path(i),this.ctx.fillStyle=FA(e),this.ctx.fill(),o=Wx(n,s),this.path(o),this.ctx.fill(),[2]}})})},A.prototype.renderNodeBackgroundAndBorders=function(e){return _A(this,void 0,void 0,function(){var r,s,n,i,o,a,f,c,B=this;return mA(this,function(l){switch(l.label){case 0:return this.applyEffects(e.getEffects(2)),r=e.container.styles,s=!Ne(r.backgroundColor)||r.backgroundImage.length,n=[{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}],i=tF(Tt(r.backgroundClip,0),e.curves),s||r.boxShadow.length?(this.ctx.save(),this.path(i),this.ctx.clip(),Ne(r.backgroundColor)||(this.ctx.fillStyle=FA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(e.container)]):[3,2];case 1:l.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(d){B.ctx.save();var u=Gn(e.curves),w=d.inset?0:$x,x=Px(u,-w+(d.inset?1:-1)*d.spread.number,(d.inset?1:-1)*d.spread.number,d.spread.number*(d.inset?-2:2),d.spread.number*(d.inset?-2:2));d.inset?(B.path(u),B.ctx.clip(),B.mask(x)):(B.mask(u),B.ctx.clip(),B.path(x)),B.ctx.shadowOffsetX=d.offsetX.number+w,B.ctx.shadowOffsetY=d.offsetY.number,B.ctx.shadowColor=FA(d.color),B.ctx.shadowBlur=d.blur.number,B.ctx.fillStyle=d.inset?FA(d.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),l.label=2;case 2:o=0,a=0,f=n,l.label=3;case 3:return a<f.length?(c=f[a],c.style!==0&&!Ne(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,o,e.curves,2)]:[3,11]):[3,13];case 4:return l.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,o,e.curves,3)];case 6:return l.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,o,e.curves)];case 8:return l.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,o,e.curves)];case 10:l.sent(),l.label=11;case 11:o++,l.label=12;case 12:return a++,[3,3];case 13:return[2]}})})},A.prototype.renderDashedDottedBorder=function(e,r,s,n,i){return _A(this,void 0,void 0,function(){var o,a,f,c,B,l,d,u,w,x,h,g,p,C,Q,F,Q,F;return mA(this,function(m){return this.ctx.save(),o=Xx(n,s),a=HB(n,s),i===2&&(this.path(a),this.ctx.clip()),XA(a[0])?(f=a[0].start.x,c=a[0].start.y):(f=a[0].x,c=a[0].y),XA(a[1])?(B=a[1].end.x,l=a[1].end.y):(B=a[1].x,l=a[1].y),s===0||s===2?d=Math.abs(f-B):d=Math.abs(c-l),this.ctx.beginPath(),i===3?this.formatPath(o):this.formatPath(a.slice(0,2)),u=r<3?r*3:r*2,w=r<3?r*2:r,i===3&&(u=r,w=r),x=!0,d<=u*2?x=!1:d<=u*2+w?(h=d/(2*u+w),u*=h,w*=h):(g=Math.floor((d+w)/(u+w)),p=(d-g*u)/(g-1),C=(d-(g+1)*u)/g,w=C<=0||Math.abs(w-p)<Math.abs(w-C)?p:C),x&&(i===3?this.ctx.setLineDash([0,u+w]):this.ctx.setLineDash([u,w])),i===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=FA(e),this.ctx.stroke(),this.ctx.setLineDash([]),i===2&&(XA(a[0])&&(Q=a[3],F=a[0],this.ctx.beginPath(),this.formatPath([new M(Q.end.x,Q.end.y),new M(F.start.x,F.start.y)]),this.ctx.stroke()),XA(a[1])&&(Q=a[1],F=a[2],this.ctx.beginPath(),this.formatPath([new M(Q.end.x,Q.end.y),new M(F.start.x,F.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},A.prototype.render=function(e){return _A(this,void 0,void 0,function(){var r;return mA(this,function(s){switch(s.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=FA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=Gx(e),[4,this.renderStack(r)];case 1:return s.sent(),this.applyEffects([]),[2,this.canvas]}})})},A})(Ll),eF=function(t){return t instanceof wl||t instanceof gl?!0:t instanceof $o&&t.type!==Nn&&t.type!==Rn},tF=function(t,A){switch(t){case 0:return Gn(A);case 2:return kx(A);default:return Vn(A)}},rF=function(t){switch(t){case 1:return"center";case 2:return"right";default:return"left"}},sF=["-apple-system","system-ui"],nF=function(t){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?t.filter(function(A){return sF.indexOf(A)===-1}):t},iF=(function(t){ee(A,t);function A(e,r){var s=t.call(this,e,r)||this;return s.canvas=r.canvas?r.canvas:document.createElement("canvas"),s.ctx=s.canvas.getContext("2d"),s.options=r,s.canvas.width=Math.floor(r.width*r.scale),s.canvas.height=Math.floor(r.height*r.scale),s.canvas.style.width=r.width+"px",s.canvas.style.height=r.height+"px",s.ctx.scale(s.options.scale,s.options.scale),s.ctx.translate(-r.x,-r.y),s.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),s}return A.prototype.render=function(e){return _A(this,void 0,void 0,function(){var r,s;return mA(this,function(n){switch(n.label){case 0:return r=Mo(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,e),[4,oF(r)];case 1:return s=n.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=FA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(s,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},A})(Ll),oF=function(t){return new Promise(function(A,e){var r=new Image;r.onload=function(){A(r)},r.onerror=e,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(t))})},aF=(function(){function t(A){var e=A.id,r=A.enabled;this.id=e,this.enabled=r,this.start=Date.now()}return t.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.prototype.getTime=function(){return Date.now()-this.start},t.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,hn([this.id,this.getTime()+"ms"],A))},t.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,hn([this.id,this.getTime()+"ms"],A)):this.info.apply(this,A))},t.instances={},t})(),cF=(function(){function t(A,e){var r;this.windowBounds=e,this.instanceName="#"+t.instanceCount++,this.logger=new aF({id:this.instanceName,enabled:A.logging}),this.cache=(r=A.cache)!==null&&r!==void 0?r:new _x(this,A)}return t.instanceCount=1,t})(),fF=function(t,A){return A===void 0&&(A={}),BF(t,A)};typeof window<"u"&&bl.setContext(window);var BF=function(t,A){return _A(void 0,void 0,void 0,function(){var e,r,s,n,i,o,a,f,c,B,l,d,u,w,x,h,g,p,C,Q,m,F,m,E,v,R,U,K,D,_,V,N,G,J,y,S,O,I,Z,q;return mA(this,function(AA){switch(AA.label){case 0:if(!t||typeof t!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(e=t.ownerDocument,!e)throw new Error("Element is not attached to a Document");if(r=e.defaultView,!r)throw new Error("Document is not attached to a Window");return s={allowTaint:(E=A.allowTaint)!==null&&E!==void 0?E:!1,imageTimeout:(v=A.imageTimeout)!==null&&v!==void 0?v:15e3,proxy:A.proxy,useCORS:(R=A.useCORS)!==null&&R!==void 0?R:!1},n=mo({logging:(U=A.logging)!==null&&U!==void 0?U:!0,cache:A.cache},s),i={windowWidth:(K=A.windowWidth)!==null&&K!==void 0?K:r.innerWidth,windowHeight:(D=A.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(_=A.scrollX)!==null&&_!==void 0?_:r.pageXOffset,scrollY:(V=A.scrollY)!==null&&V!==void 0?V:r.pageYOffset},o=new ve(i.scrollX,i.scrollY,i.windowWidth,i.windowHeight),a=new cF(n,o),f=(N=A.foreignObjectRendering)!==null&&N!==void 0?N:!1,c={allowTaint:(G=A.allowTaint)!==null&&G!==void 0?G:!1,onclone:A.onclone,ignoreElements:A.ignoreElements,inlineImages:f,copyStyles:f},a.logger.debug("Starting document clone with size "+o.width+"x"+o.height+" scrolled to "+-o.left+","+-o.top),B=new yB(a,t,c),l=B.clonedReferenceElement,l?[4,B.toIFrame(e,o)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return d=AA.sent(),u=Aa(l)||lx(l)?Pd(l.ownerDocument):Xn(a,l),w=u.width,x=u.height,h=u.left,g=u.top,p=lF(a,l,A.backgroundColor),C={canvas:A.canvas,backgroundColor:p,scale:(y=(J=A.scale)!==null&&J!==void 0?J:r.devicePixelRatio)!==null&&y!==void 0?y:1,x:((S=A.x)!==null&&S!==void 0?S:0)+h,y:((O=A.y)!==null&&O!==void 0?O:0)+g,width:(I=A.width)!==null&&I!==void 0?I:Math.ceil(w),height:(Z=A.height)!==null&&Z!==void 0?Z:Math.ceil(x)},f?(a.logger.debug("Document cloned, using foreign object rendering"),m=new iF(a,C),[4,m.render(l)]):[3,3];case 2:return Q=AA.sent(),[3,5];case 3:return a.logger.debug("Document cloned, element located at "+h+","+g+" with size "+w+"x"+x+" using computed rendering"),a.logger.debug("Starting DOM parsing"),F=xl(a,l),p===F.styles.backgroundColor&&(F.styles.backgroundColor=Qe.TRANSPARENT),a.logger.debug("Starting renderer for element at "+C.x+","+C.y+" with size "+C.width+"x"+C.height),m=new AF(a,C),[4,m.render(F)];case 4:Q=AA.sent(),AA.label=5;case 5:return(!((q=A.removeContainer)!==null&&q!==void 0)||q)&&(yB.destroy(d)||a.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),a.logger.debug("Finished rendering"),[2,Q]}})})},lF=function(t,A,e){var r=A.ownerDocument,s=r.documentElement?Kr(t,getComputedStyle(r.documentElement).backgroundColor):Qe.TRANSPARENT,n=r.body?Kr(t,getComputedStyle(r.body).backgroundColor):Qe.TRANSPARENT,i=typeof e=="string"?Kr(t,e):e===null?Qe.TRANSPARENT:4294967295;return A===r.documentElement?Ne(s)?Ne(n)?i:n:s:i},Tl=fF;var uF="2.0.7",hF=500,Kl="user-agent",Gt="",kl="?",lA={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},LA="browser",Ue="cpu",ce="device",re="engine",NA="os",Vt="result",L="name",b="type",T="vendor",k="version",HA="architecture",jr="major",H="model",ii="console",Y="mobile",sA="tablet",dA="smarttv",ae="wearable",ti="xr",Zr="embedded",Nt="inapp",ua="brands",it="formFactors",ha="fullVersionList",Wt="platform",da="platformVersion",fi="bitness",We="sec-ch-ua",dF=We+"-full-version-list",gF=We+"-arch",wF=We+"-"+fi,pF=We+"-form-factors",CF=We+"-"+Y,xF=We+"-"+H,Zl=We+"-"+Wt,FF=Zl+"-version",jl=[ua,ha,Y,H,Wt,da,HA,it,fi],ri="Amazon",Mt="Apple",Ol="ASUS",Rl="BlackBerry",nt="Google",Nl="Huawei",ea="Lenovo",Ml="Honor",si="LG",ta="Microsoft",ra="Motorola",Pl="Nvidia",Gl="OnePlus",sa="OPPO",Wr="Samsung",Vl="Sharp",Xr="Sony",na="Xiaomi",ia="Zebra",Wl="Chrome",Xl="Chromium",Pe="Chromecast",oi="Edge",qr="Firefox",Jr="Opera",oa="Facebook",ql="Sogou",Pt="Mobile ",Yr=" Browser",ca="Windows",QF=typeof window!==lA.UNDEFINED,SA=QF&&window.navigator?window.navigator:void 0,ot=SA&&SA.userAgentData?SA.userAgentData:void 0,vF=function(t,A){var e={},r=A;if(!ai(A)){r={};for(var s in A)for(var n in A[s])r[n]=A[s][n].concat(r[n]?r[n]:[])}for(var i in t)e[i]=r[i]&&r[i].length%2===0?r[i].concat(t[i]):t[i];return e},Bi=function(t){for(var A={},e=0;e<t.length;e++)A[t[e].toUpperCase()]=t[e];return A},fa=function(t,A){if(typeof t===lA.OBJECT&&t.length>0){for(var e in t)if(Ge(A)==Ge(t[e]))return!0;return!1}return $r(t)?Ge(A)==Ge(t):!1},ai=function(t,A){for(var e in t)return/^(browser|cpu|device|engine|os)$/.test(e)||(A?ai(t[e]):!1)},$r=function(t){return typeof t===lA.STRING},aa=function(t){if(t){for(var A=[],e=Xt(/\\?\"/g,t).split(","),r=0;r<e.length;r++)if(e[r].indexOf(";")>-1){var s=ci(e[r]).split(";v=");A[r]={brand:s[0],version:s[1]}}else A[r]=ci(e[r]);return A}},Ge=function(t){return $r(t)?t.toLowerCase():t},Ba=function(t){return $r(t)?Xt(/[^\d\.]/g,t).split(".")[0]:void 0},Ee=function(t){for(var A in t)if(t.hasOwnProperty(A)){var e=t[A];typeof e==lA.OBJECT&&e.length==2?this[e[0]]=e[1]:this[e]=void 0}return this},Xt=function(t,A){return $r(A)?A.replace(t,Gt):A},zr=function(t){return Xt(/\\?\"/g,t)},ci=function(t,A){return t=Xt(/^\s\s*/,String(t)),typeof A===lA.UNDEFINED?t:t.substring(0,A)},la=function(t,A){if(!(!t||!A))for(var e=0,r,s,n,i,o,a;e<A.length&&!o;){var f=A[e],c=A[e+1];for(r=s=0;r<f.length&&!o&&f[r];)if(o=f[r++].exec(t),o)for(n=0;n<c.length;n++)a=o[++s],i=c[n],typeof i===lA.OBJECT&&i.length>0?i.length===2?typeof i[1]==lA.FUNCTION?this[i[0]]=i[1].call(this,a):this[i[0]]=i[1]:i.length>=3&&(typeof i[1]===lA.FUNCTION&&!(i[1].exec&&i[1].test)?i.length>3?this[i[0]]=a?i[1].apply(this,i.slice(2)):void 0:this[i[0]]=a?i[1].call(this,a,i[2]):void 0:i.length==3?this[i[0]]=a?a.replace(i[1],i[2]):void 0:i.length==4?this[i[0]]=a?i[3].call(this,a.replace(i[1],i[2])):void 0:i.length>4&&(this[i[0]]=a?i[3].apply(this,[a.replace(i[1],i[2])].concat(i.slice(4))):void 0)):this[i]=a||void 0;e+=2}},te=function(t,A){for(var e in A)if(typeof A[e]===lA.OBJECT&&A[e].length>0){for(var r=0;r<A[e].length;r++)if(fa(A[e][r],t))return e===kl?void 0:e}else if(fa(A[e],t))return e===kl?void 0:e;return A.hasOwnProperty("*")?A["*"]:t},Jl={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:""},Yl={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},EF={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"},zl={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[k,[L,Pt+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[k,[L,oi+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[k,[L,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[L,k],[/opios[\/ ]+([\w\.]+)/i],[k,[L,Jr+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[k,[L,Jr+" GX"]],[/\bopr\/([\w\.]+)/i],[k,[L,Jr]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[k,[L,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[k,[L,"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],[L,k],[/quark(?:pc)?\/([-\w\.]+)/i],[k,[L,"Quark"]],[/\bddg\/([\w\.]+)/i],[k,[L,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[k,[L,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[k,[L,"WeChat"]],[/konqueror\/([\w\.]+)/i],[k,[L,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[k,[L,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[k,[L,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[k,[L,"Smart "+ea+Yr]],[/(avast|avg)\/([\w\.]+)/i],[[L,/(.+)/,"$1 Secure"+Yr],k],[/\bfocus\/([\w\.]+)/i],[k,[L,qr+" Focus"]],[/\bopt\/([\w\.]+)/i],[k,[L,Jr+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[k,[L,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[k,[L,"Dolphin"]],[/coast\/([\w\.]+)/i],[k,[L,Jr+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[k,[L,"MIUI"+Yr]],[/fxios\/([\w\.-]+)/i],[k,[L,Pt+qr]],[/\bqihoobrowser\/?([\w\.]*)/i],[k,[L,"360"]],[/\b(qq)\/([\w\.]+)/i],[[L,/(.+)/,"$1Browser"],k],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[L,/(.+)/,"$1"+Yr],k],[/samsungbrowser\/([\w\.]+)/i],[k,[L,Wr+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[k,[L,ql+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[L,ql+" Mobile"],k],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[L,k],[/(lbbrowser|rekonq|steam(?= (clie|tenf|gameo)))/i],[L],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[k,L],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[L,oa],k,[b,Nt]],[/(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],[L,k,[b,Nt]],[/\bgsa\/([\w\.]+) .*safari\//i],[k,[L,"GSA"],[b,Nt]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[k,[L,"TikTok"],[b,Nt]],[/\[(linkedin)app\]/i],[L,[b,Nt]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[L,/(.+)/,"Zalo"],k,[b,Nt]],[/(chromium)[\/ ]([-\w\.]+)/i],[L,k],[/headlesschrome(?:\/([\w\.]+)| )/i],[k,[L,Wl+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[k,[L,oi+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[L,Wl+" WebView"],k],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[k,[L,"Android"+Yr]],[/chrome\/([\w\.]+) mobile/i],[k,[L,Pt+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[L,k],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[k,[L,Pt+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[L,Pt+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[k,L],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[L,[k,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[L,k],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[L,Pt+qr],k],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[L,"Netscape"],k],[/(wolvic|librewolf)\/([\w\.]+)/i],[L,k],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[k,[L,qr+" 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],[L,[k,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[L,[k,/[^\d\.]+./,Gt]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[HA,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[HA,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[HA,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[HA,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[HA,"arm"]],[/ sun4\w[;\)]/i],[[HA,"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],[[HA,/ower/,Gt,Ge]],[/mc680.0/i],[[HA,"68k"]],[/winnt.+\[axp/i],[[HA,"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],[H,[T,Wr],[b,sA]],[/\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],[H,[T,Wr],[b,Y]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[H,[T,Mt],[b,Y]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[H,[T,Mt],[b,sA]],[/(macintosh);/i],[H,[T,Mt]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[H,[T,Vl],[b,Y]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[H,[T,Ml],[b,sA]],[/honor([-\w ]+)[;\)]/i],[H,[T,Ml],[b,Y]],[/\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],[H,[T,Nl],[b,sA]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[H,[T,Nl],[b,Y]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[H,/_/g," "],[T,na],[b,sA]],[/\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],[[H,/_/g," "],[T,na],[b,Y]],[/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],[H,[T,Gl],[b,Y]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[H,[T,sa],[b,Y]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[H,[T,te,{OnePlus:["203","304","403","404","413","415"],"*":sa}],[b,sA]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[H,[T,"BLU"],[b,Y]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[H,[T,"Vivo"],[b,Y]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[H,[T,"Realme"],[b,Y]],[/(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],[H,[T,ea],[b,sA]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[H,[T,ea],[b,Y]],[/\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],[H,[T,ra],[b,Y]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[H,[T,ra],[b,sA]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[H,[T,si],[b,sA]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[H,[T,si],[b,Y]],[/(nokia) (t[12][01])/i],[T,H,[b,sA]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[H,/_/g," "],[b,Y],[T,"Nokia"]],[/(pixel (c|tablet))\b/i],[H,[T,nt],[b,sA]],[/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],[H,[T,nt],[b,Y]],[/(google) (pixelbook( go)?)/i],[T,H],[/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],[H,[T,Xr],[b,Y]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[H,"Xperia Tablet"],[T,Xr],[b,sA]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[H,[T,ri],[b,sA]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[H,/(.+)/g,"Fire Phone $1"],[T,ri],[b,Y]],[/(playbook);[-\w\),; ]+(rim)/i],[H,T,[b,sA]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[H,[T,Rl],[b,Y]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[H,[T,Ol],[b,sA]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[H,[T,Ol],[b,Y]],[/(nexus 9)/i],[H,[T,"HTC"],[b,sA]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[T,[H,/_/g," "],[b,Y]],[/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],[H,[T,"TCL"],[b,sA]],[/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],[H,[T,"TCL"],[b,Y]],[/(itel) ((\w+))/i],[[T,Ge],H,[b,te,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[H,[T,"Acer"],[b,sA]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[H,[T,"Meizu"],[b,Y]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[H,[T,"Ulefone"],[b,Y]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[H,[T,"Energizer"],[b,Y]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[H,[T,"Cat"],[b,Y]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[H,[T,"Smartfren"],[b,Y]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[H,[T,"Nothing"],[b,Y]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[H,[T,"Archos"],[b,sA]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[H,[T,"Archos"],[b,Y]],[/; (n159v)/i],[H,[T,"HMD"],[b,Y]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[T,H,[b,sA]],[/(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],[T,H,[b,Y]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[T,H,[b,sA]],[/(surface duo)/i],[H,[T,ta],[b,sA]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[H,[T,"Fairphone"],[b,Y]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[H,[T,Pl],[b,sA]],[/(sprint) (\w+)/i],[T,H,[b,Y]],[/(kin\.[onetw]{3})/i],[[H,/\./g," "],[T,ta],[b,Y]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[H,[T,ia],[b,sA]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[H,[T,ia],[b,Y]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[T,[b,dA]],[/hbbtv.+maple;(\d+)/i],[[H,/^/,"SmartTV"],[T,Wr],[b,dA]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[T,H,[b,dA]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[T,si],[b,dA]],[/(apple) ?tv/i],[T,[H,Mt+" TV"],[b,dA]],[/crkey.*devicetype\/chromecast/i],[[H,Pe+" Third Generation"],[T,nt],[b,dA]],[/crkey.*devicetype\/([^/]*)/i],[[H,/^/,"Chromecast "],[T,nt],[b,dA]],[/fuchsia.*crkey/i],[[H,Pe+" Nest Hub"],[T,nt],[b,dA]],[/crkey/i],[[H,Pe],[T,nt],[b,dA]],[/(portaltv)/i],[H,[T,oa],[b,dA]],[/droid.+aft(\w+)( bui|\))/i],[H,[T,ri],[b,dA]],[/(shield \w+ tv)/i],[H,[T,Pl],[b,dA]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[H,[T,Vl],[b,dA]],[/(bravia[\w ]+)( bui|\))/i],[H,[T,Xr],[b,dA]],[/(mi(tv|box)-?\w+) bui/i],[H,[T,na],[b,dA]],[/Hbbtv.*(technisat) (.*);/i],[T,H,[b,dA]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[T,/.+\/(\w+)/,"$1",te,{LG:"lge"}],[H,ci],[b,dA]],[/(playstation \w+)/i],[H,[T,Xr],[b,ii]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[H,[T,ta],[b,ii]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[T,te,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],H,[b,ii]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[H,[T,Wr],[b,ae]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[T,H,[b,ae]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[H,[T,sa],[b,ae]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[H,[T,Mt],[b,ae]],[/(opwwe\d{3})/i],[H,[T,Gl],[b,ae]],[/(moto 360)/i],[H,[T,ra],[b,ae]],[/(smartwatch 3)/i],[H,[T,Xr],[b,ae]],[/(g watch r)/i],[H,[T,si],[b,ae]],[/droid.+; (wt63?0{2,3})\)/i],[H,[T,ia],[b,ae]],[/droid.+; (glass) \d/i],[H,[T,nt],[b,ti]],[/(pico) ([\w ]+) os\d/i],[T,H,[b,ti]],[/(quest( \d| pro)?s?).+vr/i],[H,[T,oa],[b,ti]],[/mobile vr; rv.+firefox/i],[[b,ti]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[T,[b,Zr]],[/(aeobc)\b/i],[H,[T,ri],[b,Zr]],[/(homepod).+mac os/i],[H,[T,Mt],[b,Zr]],[/windows iot/i],[[b,Zr]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[H,[b,dA]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[b,dA]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[H,[b,te,{mobile:"Mobile",xr:"VR","*":sA}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[b,sA]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[b,Y]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[H,[T,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[k,[L,oi+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[L,k],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[k,[L,"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],[L,k],[/ladybird\//i],[[L,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[k,L]],os:[[/(windows nt) (6\.[23]); arm/i],[[L,/N/,"R"],[k,te,Jl]],[/(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],[L,k],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[k,/(;|\))/g,"",te,Jl],[L,ca]],[/(windows ce)\/?([\d\.]*)/i],[L,k],[/[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],[[k,/_/g,"."],[L,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[L,"macOS"],[k,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[k,[L,Pe+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[k,[L,Pe+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[k,[L,Pe+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[k,[L,Pe+" Linux"]],[/crkey\/([\d\.]+)/i],[k,[L,Pe]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[k,L],[/(ubuntu) ([\w\.]+) like android/i],[[L,/(.+)/,"$1 Touch"],k],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[L,k],[/\(bb(10);/i],[k,[L,Rl]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[k,[L,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[k,[L,qr+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[k,[L,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[k,te,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[L,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[k,[L,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[L,"Chrome OS"],k],[/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],[L,k],[/(sunos) ?([\d\.]*)/i],[[L,"Solaris"],k],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[L,k]]},ni=(function(){var t={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return Ee.call(t.init,[[LA,[L,k,jr,b]],[Ue,[HA]],[ce,[b,H,T]],[re,[L,k]],[NA,[L,k]]]),Ee.call(t.isIgnore,[[LA,[k,jr]],[re,[k]],[NA,[k]]]),Ee.call(t.isIgnoreRgx,[[LA,/ ?browser$/i],[NA,/ ?os$/i]]),Ee.call(t.toString,[[LA,[L,k]],[Ue,[HA]],[ce,[T,H]],[re,[L,k]],[NA,[L,k]]]),t})(),UF=function(t,A){var e=ni.init[A],r=ni.isIgnore[A]||0,s=ni.isIgnoreRgx[A]||0,n=ni.toString[A]||0;function i(){Ee.call(this,e)}return i.prototype.getItem=function(){return t},i.prototype.withClientHints=function(){return ot?ot.getHighEntropyValues(jl).then(function(o){return t.setCH(new $l(o,!1)).parseCH().get()}):t.parseCH().get()},i.prototype.withFeatureCheck=function(){return t.detectFeature().get()},A!=Vt&&(i.prototype.is=function(o){var a=!1;for(var f in this)if(this.hasOwnProperty(f)&&!fa(r,f)&&Ge(s?Xt(s,this[f]):this[f])==Ge(s?Xt(s,o):o)){if(a=!0,o!=lA.UNDEFINED)break}else if(o==lA.UNDEFINED&&a){a=!a;break}return a},i.prototype.toString=function(){var o=Gt;for(var a in n)typeof this[n[a]]!==lA.UNDEFINED&&(o+=(o?" ":Gt)+this[n[a]]);return o||lA.UNDEFINED}),i.prototype.then=function(o){var a=this,f=function(){for(var B in a)a.hasOwnProperty(B)&&(this[B]=a[B])};f.prototype={is:i.prototype.is,toString:i.prototype.toString,withClientHints:i.prototype.withClientHints,withFeatureCheck:i.prototype.withFeatureCheck};var c=new f;return o(c),c},new i};function $l(t,A){if(t=t||{},Ee.call(this,jl),A)Ee.call(this,[[ua,aa(t[We])],[ha,aa(t[dF])],[Y,/\?1/.test(t[CF])],[H,zr(t[xF])],[Wt,zr(t[Zl])],[da,zr(t[FF])],[HA,zr(t[gF])],[it,aa(t[pF])],[fi,zr(t[wF])]]);else for(var e in t)this.hasOwnProperty(e)&&typeof t[e]!==lA.UNDEFINED&&(this[e]=t[e])}function Ve(t,A,e,r){return Ee.call(this,[["itemType",t],["ua",A],["uaCH",r],["rgxMap",e],["data",UF(this,t)]]),this}Ve.prototype.get=function(t){return t?this.data.hasOwnProperty(t)?this.data[t]:void 0:this.data};Ve.prototype.set=function(t,A){return this.data[t]=A,this};Ve.prototype.setCH=function(t){return this.uaCH=t,this};Ve.prototype.detectFeature=function(){if(SA&&SA.userAgent==this.ua)switch(this.itemType){case LA:SA.brave&&typeof SA.brave.isBrave==lA.FUNCTION&&this.set(L,"Brave");break;case ce:!this.get(b)&&ot&&ot[Y]&&this.set(b,Y),this.get(H)=="Macintosh"&&SA&&typeof SA.standalone!==lA.UNDEFINED&&SA.maxTouchPoints&&SA.maxTouchPoints>2&&this.set(H,"iPad").set(b,sA);break;case NA:!this.get(L)&&ot&&ot[Wt]&&this.set(L,ot[Wt]);break;case Vt:var t=this.data,A=function(e){return t[e].getItem().detectFeature().get()};this.set(LA,A(LA)).set(Ue,A(Ue)).set(ce,A(ce)).set(re,A(re)).set(NA,A(NA))}return this};Ve.prototype.parseUA=function(){switch(this.itemType!=Vt&&la.call(this.data,this.ua,this.rgxMap),this.itemType){case LA:this.set(jr,Ba(this.get(k)));break;case NA:if(this.get(L)=="iOS"&&this.get(k)=="18.6"){var t=/\) Version\/([\d\.]+)/.exec(this.ua);t&&parseInt(t[1].substring(0,2),10)>=26&&this.set(k,t[1])}break}return this};Ve.prototype.parseCH=function(){var t=this.uaCH,A=this.rgxMap;switch(this.itemType){case LA:case re:var e=t[ha]||t[ua],r;if(e)for(var s=0;s<e.length;s++){var n=e[s].brand||e[s],i=e[s].version;this.itemType==LA&&!/not.a.brand/i.test(n)&&(!r||/Chrom/.test(r)&&n!=Xl||r==oi&&/WebView2/.test(n))&&(n=te(n,EF),r=this.get(L),r&&!/Chrom/.test(r)&&/Chrom/.test(n)||this.set(L,n).set(k,i).set(jr,Ba(i)),r=n),this.itemType==re&&n==Xl&&this.set(k,i)}break;case Ue:var o=t[HA];o&&(o&&t[fi]=="64"&&(o+="64"),la.call(this.data,o+";",A));break;case ce:if(t[Y]&&this.set(b,Y),t[H]&&(this.set(H,t[H]),!this.get(b)||!this.get(T))){var a={};la.call(a,"droid 9; "+t[H]+")",A),!this.get(b)&&a.type&&this.set(b,a.type),!this.get(T)&&a.vendor&&this.set(T,a.vendor)}if(t[it]){var f;if(typeof t[it]!="string")for(var c=0;!f&&c<t[it].length;)f=te(t[it][c++],Yl);else f=te(t[it],Yl);this.set(b,f)}break;case NA:var B=t[Wt];if(B){var l=t[da];B==ca&&(l=parseInt(Ba(l),10)>=13?"11":"10"),this.set(L,B).set(k,l)}this.get(L)==ca&&t[H]=="Xbox"&&this.set(L,"Xbox").set(k,void 0);break;case Vt:var d=this.data,u=function(w){return d[w].getItem().setCH(t).parseCH().get()};this.set(LA,u(LA)).set(Ue,u(Ue)).set(ce,u(ce)).set(re,u(re)).set(NA,u(NA))}return this};function fe(t,A,e){if(typeof t===lA.OBJECT?(ai(t,!0)?(typeof A===lA.OBJECT&&(e=A),A=t):(e=t,A=void 0),t=void 0):typeof t===lA.STRING&&!ai(A,!0)&&(e=A,A=void 0),e)if(typeof e.append===lA.FUNCTION){var r={};e.forEach(function(c,B){r[String(B).toLowerCase()]=c}),e=r}else{var s={};for(var n in e)e.hasOwnProperty(n)&&(s[String(n).toLowerCase()]=e[n]);e=s}if(!(this instanceof fe))return new fe(t,A,e).getResult();var i=typeof t===lA.STRING?t:e&&e[Kl]?e[Kl]:SA&&SA.userAgent?SA.userAgent:Gt,o=new $l(e,!0),a=A?vF(zl,A):zl,f=function(c){return c==Vt?function(){return new Ve(c,i,a,o).set("ua",i).set(LA,this.getBrowser()).set(Ue,this.getCPU()).set(ce,this.getDevice()).set(re,this.getEngine()).set(NA,this.getOS()).get()}:function(){return new Ve(c,i,a[c],o).parseUA().get()}};return Ee.call(this,[["getBrowser",f(LA)],["getCPU",f(Ue)],["getDevice",f(ce)],["getEngine",f(re)],["getOS",f(NA)],["getResult",f(Vt)],["getUA",function(){return i}],["setUA",function(c){return $r(c)&&(i=ci(c,hF)),this}]]).setUA(i),this}fe.VERSION=uF;fe.BROWSER=Bi([L,k,jr,b]);fe.CPU=Bi([HA]);fe.DEVICE=Bi([H,T,b,ii,Y,dA,sA,ae,Zr]);fe.ENGINE=fe.OS=Bi([L,k]);var yF=fe;function Au(){return typeof crypto<"u"&&crypto.randomUUID?crypto.randomUUID():Math.random().toString(16).slice(2)+Date.now().toString(16)}var ga=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(A){var n;if(typeof window>"u"||this._initialized)return;this._initialized=!0;let e=A.organization||A.orgId,r={enabled:!1,apiUrl:((n=A.screenActivity)==null?void 0:n.apiUrl)??`${A.socketUrl}/api/app/screenActivity/screenActivityDetails_post`,captureOn:["page_view","click","form_start","form_submit","scroll","view_search_results","custom_event"],throttleMs:2e3,jpegQuality:.7},s=typeof A.screenActivity=="object"?{...r,...A.screenActivity}:{...r};if(this.cfg={apiKey:A.apiKey,organization:e,socketUrl:"https://api.twinalyze.com",debug:!0,encrypt:!0,persistSession:A.persistSession!==!1,sessionKey:"twinalyze_session_id",responseSuffix:A.responseSuffix||":res",responseTimeoutMs:A.responseTimeoutMs||15e3,source:A.source||"web",indexId:A.indexId??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"]},...A.enhancedMeasurement||{}},apiBaseUrl:A.apiBaseUrl||A.endpoint||A.socketUrl,screenActivity:s},!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(A,e={}){var r;if(!this._disabled){if((r=this.cfg)!=null&&r.debug&&console.log("[Twinalyze][CUSTOM]",A,e),!this.sessionReady){this.pendingEvents.push({eventName:A,properties:{...this._pageContext(),...e},ts:Date.now(),eventType:"custom"});return}this._emitEventAdd(A,{...this._pageContext(),...e},"custom")}}_connectSocket(){if(this.socket)return;let A={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=wr(this.cfg.socketUrl,A),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",e=>{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:",e)}),this.socket.on("connect_error",e=>{this.socketReady=!1,this.cfg.debug&&console.log("[Twinalyze][SOCKET] \u274C connect_error:",(e==null?void 0:e.message)||e)}),this.socket.on("sdk_upgrade_warning",e=>{e&&e.message?(console.log("SDK Upgrade Warning:",e.message),alert(e.message),e.updateUrl&&confirm("A new SDK version is available. Do you want to upgrade now?")&&(window.location.href=e.updateUrl)):console.error("Received invalid data in sdk_upgrade_warning event:",e)})}_initIndexId(){this._indexKey=`twinalyze_event_index_${this.sessionId}`;let A=sessionStorage.getItem(this._indexKey);this.indexId=A?parseInt(A,10):0,Number.isNaN(this.indexId)&&(this.indexId=0)}_nextIndexId(){let A=this.indexId;return this.indexId+=1,this._indexKey&&sessionStorage.setItem(this._indexKey,String(this.indexId)),A}_resetIndexId(){this.indexId=0,this._indexKey&&sessionStorage.removeItem(this._indexKey),this._indexKey=null}_normalizeHttpBase(A){return String(A||"").replace(/^ws:\/\//,"http://").replace(/^wss:\/\//,"https://").replace(/\/$/,"")}async _startFlow(){if(!this._disabled&&this.socketReady&&!this._booting){this._booting=!0;try{let A=await this._request("user|userCheckApp",{apiKey:this.cfg.apiKey,organization:this.cfg.organization});this.cfg.debug&&console.log("[Twinalyze][FLOW] userCheckRes:",A);let e=A&&A.success===!0&&(A.status===0||A.status==="0"),r=!!(A!=null&&A.debugScreenshotCapture);if(this.cfg.screenActivity.enabled=r,!e){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 s=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:",s),!!!(s&&s.success===!0&&s.userRegister===!0)){let o=await this._request("user|web|userCreateApp",{apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization});if(this.cfg.debug&&console.log("[Twinalyze][FLOW] userCreateRes:",o),o&&o.success===!1){this._disabled=!0,this.sessionReady=!1,this.cfg.debug&&console.log("[Twinalyze][FLOW] \u{1F6D1} STOP (userCreate failed)");return}}this.sessionId||(this.sessionId=`sess_${Au()}`,this.cfg.persistSession&&sessionStorage.setItem(this.cfg.sessionKey,this.sessionId));let i=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:",i),i&&i.success===!1){this._disabled=!0,this.sessionReady=!1;return}this.sessionReady=!0,this._initIndexId(),this._flushPendingEvents()}finally{this._booting=!1}}}_request(A,e){let r=this.cfg.responseTimeoutMs,s=[],n=this.cfg.responseSuffix;s.push(`${A}${n}`),s.push(`${A}Res`),s.push(`${A}Response`),s.push(A);let i=[...new Set(s)];return new Promise(o=>{if(!this.socketReady)return o(null);let a=!1,f=()=>{i.forEach(d=>this.socket.off(d,c)),clearTimeout(B)},c=d=>{a||(a=!0,f(),o(d))};i.forEach(d=>this.socket.on(d,c));let B=setTimeout(()=>{a||(a=!0,f(),o(null))},r),l=this.cfg.encrypt?this._encrypt(e):e;this.socket.emit(A,l)})}_encrypt(A){return tu.default.AES.encrypt(JSON.stringify(A),"3Xn8vQp2Lm9sAa7ZkT1yCw5eR0uH6dJ4").toString()}async _waitForRenderStable(){var e;await new Promise(r=>requestAnimationFrame(()=>requestAnimationFrame(r)));try{(e=document.fonts)!=null&&e.ready&&await document.fonts.ready}catch{}let A=Array.from(document.images||[]).filter(r=>!r.complete);await Promise.allSettled(A.map(r=>new Promise(s=>{r.addEventListener("load",s,{once:!0}),r.addEventListener("error",s,{once:!0})})))}async _captureViewportJpegBlob(){var n,i;await this._waitForRenderStable();let A=(((n=this.cfg.screenActivity)==null?void 0:n.capture)||"viewport")==="viewport",e=Math.min(2,window.devicePixelRatio||1),r=await Tl(document.documentElement,{useCORS:!0,allowTaint:!1,backgroundColor:"#ffffff",logging:!1,...A?{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:e,onclone:o=>{let a=o.createElement("style");a.textContent=`
17
17
  * { animation: none !important; transition: none !important; caret-color: transparent !important; }
18
- `,o.head.appendChild(a)}}),s=((i=this.cfg.screenActivity)==null?void 0:i.maxWidth)??1280;if(r.width>s){let o=s/r.width,a=document.createElement("canvas");return a.width=Math.round(r.width*o),a.height=Math.round(r.height*o),a.getContext("2d").drawImage(r,0,0,a.width,a.height),await new Promise(f=>{var c;return a.toBlob(f,"image/jpeg",((c=this.cfg.screenActivity)==null?void 0:c.jpegQuality)??.7)})}return await new Promise(o=>{var a;return r.toBlob(o,"image/jpeg",((a=this.cfg.screenActivity)==null?void 0:a.jpegQuality)??.7)})}async _uploadScreenActivity({eventName:A,properties:e}){var n,i;if(!((n=this.cfg.screenActivity)!=null&&n.enabled)||!this.sessionReady)return;let r=Date.now(),s=((i=this.cfg.screenActivity)==null?void 0:i.throttleMs)??2e3;if(!(r-this._lastShotAt<s)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=r;try{let o=await this._captureViewportJpegBlob();if(!o)return;let a=new FormData;a.append("apiKey",this.cfg.apiKey),a.append("organization",this.cfg.organization),a.append("screenName",document.title||"unknown"),a.append("identifier",JSON.stringify(e||{})),a.append("description",A||"event"),a.append("image",o,`shot_${Date.now()}.jpg`),await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",body:a,keepalive:!0})}catch(o){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(o==null?void 0:o.message)||o)}finally{this._shotInFlight=!1}}}_emitSessionUpdateOnce(){if(!this.sessionReady||this._sentSessionUpdate)return;this._sentSessionUpdate=!0;let A={apiKey:this.cfg.apiKey,deviceId:this.deviceId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization},e=this.cfg.encrypt?this._encrypt(A):A;this.socket.emit("session|sessionUpdateApp",e),this.cfg.debug&&console.log("[Twinalyze] \u2705 sessionUpdate sent")}_emitUserUpdateOnce(){if(!this.sessionReady||this._sentUserUpdate)return;this._sentUserUpdate=!0;let A={apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization},e=this.cfg.encrypt?this._encrypt(A):A;this.socket.emit("user|userUpdateApp",e),this.cfg.debug&&console.log("[Twinalyze] \u2705 userUpdate sent")}_emitEventAdd(A,e={},r="auto"){if(!this.sessionReady)return;this._indexKey==null&&this._initIndexId();let s=this._nextIndexId(),n={socketId:this.socket.id,date:new Date().toISOString(),eventType:r,uniqueSessionId:this.sessionId,deviceId:this.deviceId,eventName:A,properties:e,apiKey:this.cfg.apiKey,source:this.cfg.source,indexId:s,organization:this.cfg.organization};console.log("payload session|web|sessionEventAddApp",n);let i=this.cfg.encrypt?this._encrypt(n):n;this.socket.emit("session|web|sessionEventAddApp",i),this._uploadScreenActivity({eventName:A,properties:e}),this.cfg.debug&&console.log("[Twinalyze][EVENT_ADD]",A,e,s)}_flushPendingEvents(){if(!this.sessionReady||!this.pendingEvents.length)return;this.pendingEvents.splice(0,this.pendingEvents.length).forEach(e=>this._emitEventAdd(e.eventName,e.properties||{},e.eventType||"auto"))}_trackAuto(A,e={}){var r;if(!this._disabled){if((r=this.cfg)!=null&&r.debug&&console.log("[Twinalyze][AUTO]",A,e),!this.sessionReady){this.pendingEvents.push({eventName:A,properties:e,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(A,e,"auto")}}_setupEnhancedMeasurement(){let A=this.cfg.enhancedMeasurement||{};if(A.pageViews){let e=this._pageViewInfo();this._trackAuto("page_view",e);let r=()=>{this.scrollFired=!1;let i=this._pageViewInfo();this._trackAuto("page_view",i),this._fireSiteSearch()},s=history.pushState,n=history.replaceState;history.pushState=(...i)=>{s.apply(history,i),r()},history.replaceState=(...i)=>{n.apply(history,i),r()},window.addEventListener("popstate",r)}if(A.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let e=document.documentElement,r=window.scrollY||e.scrollTop,s=e.scrollHeight-e.clientHeight;if(s<=0)return;let n=Math.round(r/s*100);n>=90&&(this.scrollFired=!0,this._trackAuto("scroll",{percent_scrolled:n,...this._pageContext()}))},{passive:!0}),A.outboundClicks&&document.addEventListener("click",e=>{var a,f,c;let r=this._getClickTarget(e);if(!r)return;let s=r.el,n=(s.tagName||"").toLowerCase(),i=this._getTextFromElement(s),o={click_type:r.kind,element_tag:n,element_text:i||"not_found",element_id:s.id||null,element_name:((a=s.getAttribute)==null?void 0:a.call(s,"name"))||null,element_role:((f=s.getAttribute)==null?void 0:f.call(s,"role"))||null,element_classes:s.className&&typeof s.className=="string"?s.className.slice(0,120):null,element_path:this._cssPath(s),...this._pageContext&&this._pageContext()||{}};if(r.kind==="link"){let B=s.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(B))return;let l;try{l=new URL(s.href)}catch{return}o.link_url=l.href,o.link_domain=l.hostname,o.link_path=l.pathname,o.outbound=l.hostname!==location.hostname}r.kind==="button"&&(o.button_type=((c=s.getAttribute)==null?void 0:c.call(s,"type"))||null,o.disabled=!!s.disabled),this._trackAuto("click",o)},!0),A.siteSearch&&this._fireSiteSearch(),A.formInteractions){let e=new WeakSet;document.addEventListener("focusin",r=>{let s=r.target&&r.target.closest?r.target.closest("form"):null;!s||e.has(s)||(e.add(s),this._trackAuto("form_start",{form_id:s.id||void 0,form_name:s.getAttribute("name")||void 0,form_action:s.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",r=>{let s=r.target;s&&this._trackAuto("form_submit",{form_id:s.id||void 0,form_name:s.getAttribute("name")||void 0,form_action:s.action||void 0,form_destination:location.href,...this._pageContext()})},!0)}if(A.fileDownloads&&A.fileDownloads.extensions){let e=A.fileDownloads.extensions.map(r=>String(r).toLowerCase());document.addEventListener("click",r=>{let s=r.target&&r.target.closest?r.target.closest("a"):null;if(!s||!s.href)return;let n=s.href.split("?")[0].toLowerCase(),i=n.split(".").pop()||"";e.includes(i)&&this._trackAuto("file_download",{link_url:s.href,file_extension:i,file_name:n.split("/").pop()})},!0)}}_fireSiteSearch(){let A=this.cfg.enhancedMeasurement||{};if(!A.siteSearch)return;let e=A.siteSearch.params||["q","s","search","query"],r=new URLSearchParams(location.search),s=e.find(i=>r.get(i)),n=s?r.get(s):null;n&&n.trim()&&this._trackAuto("view_search_results",{search_term:n.trim(),search_param:s,page_path:location.pathname,...this._pageContext()})}_getTextFromElement(A){var n,i;if(!A)return null;let e=(n=A.getAttribute)==null?void 0:n.call(A,"aria-label");if(e&&e.trim())return e.trim();let r=(i=A.getAttribute)==null?void 0:i.call(A,"title");if(r&&r.trim())return r.trim();let s=(A.innerText||A.textContent||"").trim();return s?s.length>80?s.slice(0,80):s:null}_cssPath(A){if(!A||!A.tagName)return null;let e=[],r=A,s=0;for(;r&&r.nodeType===1&&s<5;){let n=r.tagName.toLowerCase();if(r.id){n+=`#${r.id}`,e.unshift(n);break}let i=r.className&&typeof r.className=="string"?r.className.trim().split(/\s+/).slice(0,2).join("."):"";i&&(n+=`.${i}`),e.unshift(n),r=r.parentElement,s++}return e.join(" > ")}_getClickTarget(A){let e=typeof A.composedPath=="function"?A.composedPath():null,r=e&&e.length?e[0]:A.target,s=(f,c)=>f&&f.closest?f.closest(c):null,n=s(r,"a[href]");if(n)return{el:n,kind:"link"};let i=s(r,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(i)return{el:i,kind:"button"};let o=s(r,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(o)return{el:o,kind:"dropdown_item"};let a=s(r,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return a?{el:a,kind:"interactive"}:null}_deviceProperties(){var n,i,o,a,f,c,B,l;let e=new mF(navigator.userAgent).getResult(),r=navigator.connection||navigator.mozConnection||navigator.webkitConnection,s=(i=(n=window.matchMedia)==null?void 0:n.call(window,"(prefers-color-scheme: dark)"))!=null&&i.matches?"dark":"light";return{device_type:((o=e.device)==null?void 0:o.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),os_name:((a=e.os)==null?void 0:a.name)||"not_found",os_version:((f=e.os)==null?void 0:f.version)||"not_found",browser_name:((c=e.browser)==null?void 0:c.name)||"not_found",browser_version:((B=e.browser)==null?void 0:B.version)||"not_found",sdk:"web",sdk_version:((l=this.cfg)==null?void 0:l.version)||"not_found",device_screen_mode:s,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:(r==null?void 0:r.effectiveType)||"not_found",connection_downlink:(r==null?void 0:r.downlink)!=null?String(r.downlink):"not_found",connection_rtt:(r==null?void 0:r.rtt)!=null?String(r.rtt):"not_found",connection_save_data:(r==null?void 0:r.saveData)!=null?String(r.saveData):"not_found",user_agent:navigator.userAgent}}_userProperties(){let A=new URL(location.href),e=A.searchParams,r=n=>e.get(n),s="not_found";return{landing_url:A.href,referrer:[{utm_source:r("utm_source")||s},{utm_medium:r("utm_medium")||s},{utm_campaign:r("utm_campaign")||s},{utm_term:r("utm_term")||s},{utm_content:r("utm_content")||s}],gclid:r("gclid")||s,fbclid:r("fbclid")||s,msclkid:r("msclkid")||s,language_pref:navigator.language||s}}_getOrCreateDeviceId(){let A="twinalyze_device_id",e=localStorage.getItem(A);if(e)return e;let r=Au();return localStorage.setItem(A,r),r}_pageContext(){let A="twinalyze_last_page_location",e=location.href,r=location.hostname,s=location.pathname,n=document.title,o=sessionStorage.getItem(A)||document.referrer||null,a="direct";if(o)try{a=new URL(o).hostname===r?"internal":"external"}catch{a="external"}return{page_domain:r,page_location:e,page_url:e,page_path:s,page_title:n,previous_page_location:o,previous_page_type:a}}_pageViewInfo(){let A="twinalyze_last_page_location",e="twinalyze_page_counter",r="twinalyze_last_counted_path",s=this._pageContext(),n=s.page_path,i=sessionStorage.getItem(r),o=parseInt(sessionStorage.getItem(e)||"0",10);return Number.isNaN(o)&&(o=0),i!==n?(o+=1,sessionStorage.setItem(e,String(o)),sessionStorage.setItem(r,n)):sessionStorage.setItem(e,String(o)),sessionStorage.setItem(A,s.page_location),{page_counter:o,...s}}},wa=new ga;window.TwinalyzeAnalytics=wa;window.twinalyze=wa;})();
18
+ `,o.head.appendChild(a)}}),s=((i=this.cfg.screenActivity)==null?void 0:i.maxWidth)??1280;if(r.width>s){let o=s/r.width,a=document.createElement("canvas");return a.width=Math.round(r.width*o),a.height=Math.round(r.height*o),a.getContext("2d").drawImage(r,0,0,a.width,a.height),await new Promise(f=>{var c;return a.toBlob(f,"image/jpeg",((c=this.cfg.screenActivity)==null?void 0:c.jpegQuality)??.7)})}return await new Promise(o=>{var a;return r.toBlob(o,"image/jpeg",((a=this.cfg.screenActivity)==null?void 0:a.jpegQuality)??.7)})}async _uploadScreenActivity({eventName:A,properties:e}){var n,i;if(!((n=this.cfg.screenActivity)!=null&&n.enabled)||!this.sessionReady)return;let r=Date.now(),s=((i=this.cfg.screenActivity)==null?void 0:i.throttleMs)??2e3;if(!(r-this._lastShotAt<s)&&!this._shotInFlight){this._shotInFlight=!0,this._lastShotAt=r;try{let o=await this._captureViewportJpegBlob();if(!o)return;let a=new FormData;a.append("apiKey",this.cfg.apiKey),a.append("organization",this.cfg.organization),a.append("screenName",document.title||"unknown"),a.append("identifier",JSON.stringify(e||{})),a.append("description",A||"event"),a.append("image",o,`shot_${Date.now()}.jpg`),await fetch(this.cfg.screenActivity.apiUrl,{method:"POST",body:a,keepalive:!0})}catch(o){this.cfg.debug&&console.log("[Twinalyze][SCREENSHOT] error:",(o==null?void 0:o.message)||o)}finally{this._shotInFlight=!1}}}_emitSessionUpdateOnce(){if(!this.sessionReady||this._sentSessionUpdate)return;this._sentSessionUpdate=!0;let A={apiKey:this.cfg.apiKey,deviceId:this.deviceId,deviceProperties:this._deviceProperties(),organization:this.cfg.organization},e=this.cfg.encrypt?this._encrypt(A):A;this.socket.emit("session|sessionUpdateApp",e),this.cfg.debug&&console.log("[Twinalyze] \u2705 sessionUpdate sent")}_emitUserUpdateOnce(){if(!this.sessionReady||this._sentUserUpdate)return;this._sentUserUpdate=!0;let A={apiKey:this.cfg.apiKey,deviceId:this.deviceId,properties:this._userProperties(),organization:this.cfg.organization},e=this.cfg.encrypt?this._encrypt(A):A;this.socket.emit("user|userUpdateApp",e),this.cfg.debug&&console.log("[Twinalyze] \u2705 userUpdate sent")}_emitEventAdd(A,e={},r="auto"){if(!this.sessionReady)return;this._indexKey==null&&this._initIndexId();let s=this._nextIndexId(),n={socketId:this.socket.id,date:new Date().toISOString(),eventType:r,uniqueSessionId:this.sessionId,deviceId:this.deviceId,eventName:A,properties:e,apiKey:this.cfg.apiKey,source:this.cfg.source,indexId:s,organization:this.cfg.organization};console.log("payload session|web|sessionEventAddApp",n);let i=this.cfg.encrypt?this._encrypt(n):n;this.socket.emit("session|web|sessionEventAddApp",i),this._uploadScreenActivity({eventName:A,properties:e}),this.cfg.debug&&console.log("[Twinalyze][EVENT_ADD]",A,e,s)}_flushPendingEvents(){if(!this.sessionReady||!this.pendingEvents.length)return;this.pendingEvents.splice(0,this.pendingEvents.length).forEach(e=>this._emitEventAdd(e.eventName,e.properties||{},e.eventType||"auto"))}_trackAuto(A,e={}){var r;if(!this._disabled){if((r=this.cfg)!=null&&r.debug&&console.log("[Twinalyze][AUTO]",A,e),!this.sessionReady){this.pendingEvents.push({eventName:A,properties:e,ts:Date.now(),eventType:"auto"});return}this._emitEventAdd(A,e,"auto")}}_setupEnhancedMeasurement(){let A=this.cfg.enhancedMeasurement||{};if(A.pageViews){let e=this._pageViewInfo();this._trackAuto("page_view",e);let r=()=>{this.scrollFired=!1;let i=this._pageViewInfo();this._trackAuto("page_view",i),this._fireSiteSearch()},s=history.pushState,n=history.replaceState;history.pushState=(...i)=>{s.apply(history,i),r()},history.replaceState=(...i)=>{n.apply(history,i),r()},window.addEventListener("popstate",r)}if(A.scrolls&&window.addEventListener("scroll",()=>{if(this.scrollFired)return;let e=document.documentElement,r=window.scrollY||e.scrollTop,s=e.scrollHeight-e.clientHeight;if(s<=0)return;let n=Math.round(r/s*100);n>=90&&(this.scrollFired=!0,this._trackAuto("scroll",{percent_scrolled:n,...this._pageContext()}))},{passive:!0}),A.outboundClicks&&document.addEventListener("click",e=>{var a,f,c;let r=this._getClickTarget(e);if(!r)return;let s=r.el,n=(s.tagName||"").toLowerCase(),i=this._getTextFromElement(s),o={click_type:r.kind,element_tag:n,element_text:i||"not_found",element_id:s.id||null,element_name:((a=s.getAttribute)==null?void 0:a.call(s,"name"))||null,element_role:((f=s.getAttribute)==null?void 0:f.call(s,"role"))||null,element_classes:s.className&&typeof s.className=="string"?s.className.slice(0,120):null,element_path:this._cssPath(s),...this._pageContext&&this._pageContext()||{}};if(r.kind==="link"){let B=s.getAttribute("href")||"";if(/^(javascript:|mailto:|tel:)/i.test(B))return;let l;try{l=new URL(s.href)}catch{return}o.link_url=l.href,o.link_domain=l.hostname,o.link_path=l.pathname,o.outbound=l.hostname!==location.hostname}r.kind==="button"&&(o.button_type=((c=s.getAttribute)==null?void 0:c.call(s,"type"))||null,o.disabled=!!s.disabled),this._trackAuto("click",o)},!0),A.siteSearch&&this._fireSiteSearch(),A.formInteractions){let e=new WeakSet;document.addEventListener("focusin",r=>{let s=r.target&&r.target.closest?r.target.closest("form"):null;!s||e.has(s)||(e.add(s),this._trackAuto("form_start",{form_id:s.id||void 0,form_name:s.getAttribute("name")||void 0,form_action:s.action||void 0,...this._pageContext()}))}),document.addEventListener("submit",r=>{let s=r.target;s&&this._trackAuto("form_submit",{form_id:s.id||void 0,form_name:s.getAttribute("name")||void 0,form_action:s.action||void 0,form_destination:location.href,...this._pageContext()})},!0)}if(A.fileDownloads&&A.fileDownloads.extensions){let e=A.fileDownloads.extensions.map(r=>String(r).toLowerCase());document.addEventListener("click",r=>{let s=r.target&&r.target.closest?r.target.closest("a"):null;if(!s||!s.href)return;let n=s.href.split("?")[0].toLowerCase(),i=n.split(".").pop()||"";e.includes(i)&&this._trackAuto("file_download",{link_url:s.href,file_extension:i,file_name:n.split("/").pop()})},!0)}}_fireSiteSearch(){let A=this.cfg.enhancedMeasurement||{};if(!A.siteSearch)return;let e=A.siteSearch.params||["q","s","search","query"],r=new URLSearchParams(location.search),s=e.find(i=>r.get(i)),n=s?r.get(s):null;n&&n.trim()&&this._trackAuto("view_search_results",{search_term:n.trim(),search_param:s,page_path:location.pathname,...this._pageContext()})}_getTextFromElement(A){var n,i;if(!A)return null;let e=(n=A.getAttribute)==null?void 0:n.call(A,"aria-label");if(e&&e.trim())return e.trim();let r=(i=A.getAttribute)==null?void 0:i.call(A,"title");if(r&&r.trim())return r.trim();let s=(A.innerText||A.textContent||"").trim();return s?s.length>80?s.slice(0,80):s:null}_cssPath(A){if(!A||!A.tagName)return null;let e=[],r=A,s=0;for(;r&&r.nodeType===1&&s<5;){let n=r.tagName.toLowerCase();if(r.id){n+=`#${r.id}`,e.unshift(n);break}let i=r.className&&typeof r.className=="string"?r.className.trim().split(/\s+/).slice(0,2).join("."):"";i&&(n+=`.${i}`),e.unshift(n),r=r.parentElement,s++}return e.join(" > ")}_getClickTarget(A){let e=typeof A.composedPath=="function"?A.composedPath():null,r=e&&e.length?e[0]:A.target,s=(f,c)=>f&&f.closest?f.closest(c):null,n=s(r,"a[href]");if(n)return{el:n,kind:"link"};let i=s(r,'button, input[type="button"], input[type="submit"], input[type="reset"], [role="button"]');if(i)return{el:i,kind:"button"};let o=s(r,'[role="menuitem"], [role="menuitemradio"], [role="menuitemcheckbox"], [role="option"]');if(o)return{el:o,kind:"dropdown_item"};let a=s(r,'[role="link"], [tabindex]:not([tabindex="-1"]), [aria-haspopup], [contenteditable="true"]');return a?{el:a,kind:"interactive"}:null}_deviceProperties(){var n,i,o,a,f,c,B,l;let e=new yF(navigator.userAgent).getResult(),r=navigator.connection||navigator.mozConnection||navigator.webkitConnection,s=(i=(n=window.matchMedia)==null?void 0:n.call(window,"(prefers-color-scheme: dark)"))!=null&&i.matches?"dark":"light";return{device_type:((o=e.device)==null?void 0:o.type)||(matchMedia("(pointer:coarse)").matches?"mobile":"desktop"),os_name:((a=e.os)==null?void 0:a.name)||"not_found",os_version:((f=e.os)==null?void 0:f.version)||"not_found",browser_name:((c=e.browser)==null?void 0:c.name)||"not_found",browser_version:((B=e.browser)==null?void 0:B.version)||"not_found",sdk:"web",sdk_version:((l=this.cfg)==null?void 0:l.version)||"not_found",device_screen_mode:s,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:(r==null?void 0:r.effectiveType)||"not_found",connection_downlink:(r==null?void 0:r.downlink)!=null?String(r.downlink):"not_found",connection_rtt:(r==null?void 0:r.rtt)!=null?String(r.rtt):"not_found",connection_save_data:(r==null?void 0:r.saveData)!=null?String(r.saveData):"not_found",user_agent:navigator.userAgent}}_userProperties(){let A=new URL(location.href),e=A.searchParams,r=n=>e.get(n),s="not_found";return{landing_url:A.href,referrer:[{utm_source:r("utm_source")||s},{utm_medium:r("utm_medium")||s},{utm_campaign:r("utm_campaign")||s},{utm_term:r("utm_term")||s},{utm_content:r("utm_content")||s}],gclid:r("gclid")||s,fbclid:r("fbclid")||s,msclkid:r("msclkid")||s,language_pref:navigator.language||s}}_getOrCreateDeviceId(){let A="twinalyze_device_id",e=localStorage.getItem(A);if(e)return e;let r=Au();return localStorage.setItem(A,r),r}_pageContext(){let A="twinalyze_last_page_location",e=location.href,r=location.hostname,s=location.pathname,n=document.title,o=sessionStorage.getItem(A)||document.referrer||null,a="direct";if(o)try{a=new URL(o).hostname===r?"internal":"external"}catch{a="external"}return{page_domain:r,page_location:e,page_url:e,page_path:s,page_title:n,previous_page_location:o,previous_page_type:a}}_pageViewInfo(){let A="twinalyze_last_page_location",e="twinalyze_page_counter",r="twinalyze_last_counted_path",s=this._pageContext(),n=s.page_path,i=sessionStorage.getItem(r),o=parseInt(sessionStorage.getItem(e)||"0",10);return Number.isNaN(o)&&(o=0),i!==n?(o+=1,sessionStorage.setItem(e,String(o)),sessionStorage.setItem(r,n)):sessionStorage.setItem(e,String(o)),sessionStorage.setItem(A,s.page_location),{page_counter:o,...s}}},eu=new ga,bF=["init","track"],wa=Object.fromEntries(bF.map(t=>[t,eu[t].bind(eu)]));window.twinalyze=wa;window.TwinalyzeAnalytics=wa;})();
19
19
  /*! Bundled license information:
20
20
 
21
21
  xmlhttprequest-ssl/lib/XMLHttpRequest.js: